r112578 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112577‎ | r112578 | r112579 >
Date:05:32, 28 February 2012
Author:santhosh
Status:ok
Tags:i18nreview 
Comment:
Error message to be shown when user tried to edit a restricted page.
Followup r112576
Modified paths:
  • /trunk/extensions/Translate/PageTranslation.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/PageTranslation.i18n.php
@@ -91,6 +91,7 @@
9292 This page is a translation of page [[$1]] and the translation can be updated using [$2 the translation tool].',
9393 'tpt-unknown-page' => 'This namespace is reserved for content page translations.
9494 The page you are trying to edit does not seem to correspond any page marked for translation.',
 95+ 'tpt-translation-restricted' => 'Translations to this language is disabled by translation administrator.',
9596
9697 'tpt-render-summary' => 'Updating to match new version of source page',
9798
@@ -240,6 +241,7 @@
241242 'translate-tag-hasnew' => '"has changes" is to be understood as "has been altered/edited"',
242243 'tpt-languages-legend' => 'The caption of a language selector displayed using <code>&lt;languages /&gt;</code>, e.g. on [[Project list]].',
243244 'tpt-languages-separator' => '{{optional}}',
 245+ 'tpt-translation-restricted' => 'Error message shown to user when translation to a language which is restricted by translation admin.',
244246 'pt-parse-open' => '"Translation template" is the structure of a translation page, where the place for the translations of each section is marked with a placeholder.',
245247 'pt-shake-multiple' => 'Each translation (=section) unit can only contain one marker.',
246248 'pt-shake-empty' => 'Translation unit (=section) is empty except for the translation marker (=<nowiki><!--T:1--></nowiki>)',

Follow-up revisions

RevisionCommit summaryAuthorDate
r112583Tweak message wording from r112578nikerabbit10:36, 28 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r1125761. Restrict translation to a language if the group has a different priority l...santhosh05:03, 28 February 2012

Status & tagging log