Index: trunk/extensions/Translate/PageTranslation.i18n.php |
— | — | @@ -65,8 +65,8 @@ |
66 | 66 | but the latest {{PLURAL:$1|version|versions}} cannot be marked for translation.', |
67 | 67 | 'tpt-discouraged-pages' => '{{PLURAL:$1|This page has|These pages have}} been discouraged from further translation.', |
68 | 68 | |
69 | | - 'tpt-select-prioritylangs' => 'Comma-separated list of language codes:', |
70 | | - 'tpt-select-prioritylangs-force' => 'Prevent translations to other languages', |
| 69 | + 'tpt-select-prioritylangs' => 'Comma-separated list of priority language codes:', |
| 70 | + 'tpt-select-prioritylangs-force' => 'Prevent translations to other languages than the priotity languages', |
71 | 71 | 'tpt-select-prioritylangs-reason' => 'Reason:', |
72 | 72 | 'tpt-sections-prioritylangs' => 'Priority languages', |
73 | 73 | |
— | — | @@ -97,15 +97,15 @@ |
98 | 98 | This page is a translation of page [[$1]] and the translation can be updated using [$2 the translation tool].', |
99 | 99 | 'tpt-unknown-page' => 'This namespace is reserved for content page translations. |
100 | 100 | The page you are trying to edit does not seem to correspond any page marked for translation.', |
101 | | - 'tpt-translation-restricted' => 'Translation of this message group to this language has been prevented by translation administrator. |
| 101 | + 'tpt-translation-restricted' => 'Translation of this page to this language has been prevented by a translation administrator. |
102 | 102 | |
103 | | -Reason for limiting: $1', |
104 | | - 'tpt-discouraged-language-force' => 'Translation administrator has limited the languages this message group can be translated to. This language is not among those languages. |
| 103 | +Reason: $1', |
| 104 | + 'tpt-discouraged-language-force' => 'A translation administrator has limited the languages this page can be translated in. This language is not among those languages. |
105 | 105 | |
106 | | -Reason for limiting: $1', |
107 | | - 'tpt-discouraged-language' => 'This language is not among the priority languages set by translation administrator for this message group. |
| 106 | +Reason: $1', |
| 107 | + 'tpt-discouraged-language' => 'This language is not among the priority languages set by a translation administrator for this page. |
108 | 108 | |
109 | | -Reason for prioritization: $1', |
| 109 | +Reason: $1', |
110 | 110 | |
111 | 111 | 'tpt-render-summary' => 'Updating to match new version of source page', |
112 | 112 | |