r112670 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112669‎ | r112670 | r112671 >
Date:08:36, 29 February 2012
Author:nikerabbit
Status:ok (Comments)
Tags:
Comment:
Wording tweaks, ping r112667 and r112666
Modified paths:
  • /trunk/extensions/Translate/PageTranslation.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/PageTranslation.i18n.php
@@ -96,9 +96,9 @@
9797 This page is a translation of page [[$1]] and the translation can be updated using [$2 the translation tool].',
9898 'tpt-unknown-page' => 'This namespace is reserved for content page translations.
9999 The page you are trying to edit does not seem to correspond any page marked for translation.',
100 - 'tpt-translation-restricted' => 'Translation of this group to this language has been prevented by translation administrator.',
101 - 'tpt-discouraged-language-force' => 'Translation administrator prevented translation of this group to this language.',
102 - 'tpt-discouraged-language' => 'Translation administrator discourage translation of this group to this language.',
 100+ 'tpt-translation-restricted' => 'Translation of this message group to this language has been prevented by translation administrator.',
 101+ 'tpt-discouraged-language-force' => 'Translation administrator has limited the languages this message group can be translated to. This languages is not among those languegs.',
 102+ 'tpt-discouraged-language' => 'This language is not among the priority languages set by translation administrator for this message group.',
103103
104104 'tpt-render-summary' => 'Updating to match new version of source page',
105105
@@ -127,8 +127,8 @@
128128 'pt-log-delete-full-nok' => '{{GENDER:$2|encountered}} a problem while deleting translatable page [[:$1]]',
129129 'pt-log-delete-lang-ok' => '{{GENDER:$2|completed}} deletion of translation page $1',
130130 'pt-log-delete-lang-nok' => '{{GENDER:$2|encountered}} a problem while deleting translation page [[:$1]]',
131 - 'pt-log-priority-langs' => '{{GENDER:$2|set}} preferred languages for translation page [[:$1]] as $3',
132 - 'pt-log-priority-langs-force' => '{{GENDER:$2|restricted}} languages for translation page [[:$1]] as $3',
 131+ 'pt-log-priority-langs' => '{{GENDER:$2|set}} the priority languages for translatable page [[:$1]] to $3',
 132+ 'pt-log-priority-langs-force' => '{{GENDER:$2|limited}} languages for translatable page [[:$1]] to $3',
133133
134134
135135 # move page replacement

Follow-up revisions

RevisionCommit summaryAuthorDate
r112672Parse the messages and pass the reason as variablenikerabbit09:21, 29 February 2012
r112694Fix typo, ping r112670nikerabbit15:04, 29 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112666Special:Translation should not show messages if the language is prevented fro...santhosh04:05, 29 February 2012
r112667Logging for Language preference changes for a translatable page.santhosh05:07, 29 February 2012

Comments

#Comment by SPQRobin (talk | contribs)   11:34, 29 February 2012

There's "this languages" in 'tpt-discouraged-language-force'

Status & tagging log