jenkins-bot has submitted this change and it was merged. Change subject: i18n: consistency tweaks ......................................................................
i18n: consistency tweaks * remove full-stops * add GENDER support and use an output mode per https://www.mediawiki.org/wiki/Manual:Messages_API Spotted by Siebrand * https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Mobile-frontend-history-no-results/en * https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Mobile-frontend-profile-usertalk/en Spotted by Ebraminio * https://translatewiki.net/wiki/Thread:Support/MediaWiki:Mobile-frontend-last-modified-with-user-minutes/en Change-Id: I27767f015c83996765ca5381cee56e76e7e73fcc --- M MobileFrontend.i18n.php 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/MobileFrontend.i18n.php b/MobileFrontend.i18n.php index 3154f0a..9a50c32 100644 --- a/MobileFrontend.i18n.php +++ b/MobileFrontend.i18n.php @@ -98,7 +98,7 @@ 'mobile-frontend-history' => 'View edit history of this page.', 'mobile-frontend-history-404-title' => 'No such page', 'mobile-frontend-history-404-desc' => "Cannot look at history for a page that doesn't exist. It may have been deleted or you may have followed a bad link.", - 'mobile-frontend-history-no-results' => 'No history matches the filter provided.', + 'mobile-frontend-history-no-results' => 'The filter provided no history matches.', 'mobile-frontend-contribution-summary' => 'All edits made by {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}', 'mobile-frontend-history-summary' => 'Page history for [[:$1]]', 'mobile-frontend-last-modified-date' => 'Last modified on $1, at $2', @@ -110,12 +110,12 @@ 'mobile-frontend-last-modified-years' => 'Last modified {{PLURAL:$1|$1 year|$1 years}} ago', 'mobile-frontend-last-modified-just-now' => 'Last modified just now', 'mobile-frontend-last-modified-with-user-seconds' => '[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 second|$3 seconds}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}', - 'mobile-frontend-last-modified-with-user-minutes' => '[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}.', + 'mobile-frontend-last-modified-with-user-minutes' => '[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}', 'mobile-frontend-last-modified-with-user-hours' => '[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 hour|$3 hours}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}', 'mobile-frontend-last-modified-with-user-days' => '[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 day|$3 days}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}', 'mobile-frontend-last-modified-with-user-months' => '[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 month|$3 months}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}', 'mobile-frontend-last-modified-with-user-years' => '[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 year|$3 years}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}', - 'mobile-frontend-last-modified-with-user-just-now' => '[$3 Last {{GENDER:$1|edited}}] just now by {{PLURAL:$4|[$5 $2]|0=an anonymous user}}.', + 'mobile-frontend-last-modified-with-user-just-now' => '[$3 Last {{GENDER:$1|edited}}] just now by {{PLURAL:$4|[$5 $2]|0=an anonymous user}}', 'mobile-frontend-learn-more' => 'Learn more', 'mobile-frontend-view-source' => 'View source', // account creation @@ -383,7 +383,7 @@ // Special:UserProfile 'mobile-frontend-profile-title' => 'User profile', 'mobile-frontend-profile-last-upload-caption' => '{{GENDER:$2|Uploaded}} {{PLURAL:$1|yesterday|$1 days ago|0=today}}.', - 'mobile-frontend-profile-usertalk' => 'Talk to $1', + 'mobile-frontend-profile-usertalk' => 'Talk to {{GENDER:$1|$1}}', 'mobile-frontend-profile-error' => "Oh no!", 'mobile-frontend-profile-noargs' => 'No username was given. Please provide a username to view a profile.', 'mobile-frontend-profile-nouser' => 'No user with this name exists. Usernames are case sensitive so please check if it has been typed correctly.', -- To view, visit https://gerrit.wikimedia.org/r/103643 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I27767f015c83996765ca5381cee56e76e7e73fcc Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Shirayuki <[email protected]> Gerrit-Reviewer: JGonera <[email protected]> Gerrit-Reviewer: Jdlrobson <[email protected]> Gerrit-Reviewer: MaxSem <[email protected]> Gerrit-Reviewer: Shirayuki <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
