r113459 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113458‎ | r113459 | r113460 >
Date:08:34, 9 March 2012
Author:amire80
Status:ok (Comments)
Tags:
Comment:
Messages for Special:NotifyTranslators.
Modified paths:
  • /trunk/extensions/TranslationNotifications/TranslationNotifications.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TranslationNotifications/TranslationNotifications.i18n.php
@@ -10,6 +10,7 @@
1111
1212 /** English
1313 * @author Niklas Laxström
 14+ * @author Amire80
1415 */
1516 $messages['en'] = array(
1617 'translatorsignup' => 'Translator signup',
@@ -36,11 +37,18 @@
3738 'translationnotifications-freq-weekly' => 'Weekly digest',
3839 'translationnotifications-freq-monthly' => 'Monthly digest',
3940 'translationnotifications-submit' => 'Sign up',
 41+
 42+ // Special:Notify translators
 43+ 'translationnotifications-notifytranslators' => 'Notify translators',
 44+ 'translationnotifications-send-notification-button' => 'Send a notification to translators',
 45+ 'translationnotifications-deadline-label' => 'Deadline to indicate in this notification:',
 46+ 'translationnotifications-languages-to-notify-label' => 'Which languages to notify (code):',
4047 );
4148
4249 /** Message documentation (Message documentation)
4350 * @author Kghbln
4451 * @author Siebrand
 52+ * @author Amire80
4553 */
4654 $messages['qqq'] = array(
4755 'translatorsignup' => 'Special page header',
@@ -68,6 +76,12 @@
6977 'translationnotifications-freq-weekly' => 'Radio option label',
7078 'translationnotifications-freq-monthly' => 'Radio option label',
7179 'translationnotifications-submit' => 'Submit button text',
 80+
 81+ // Special:NotifyTranslators
 82+ 'translationnotifications-notifytranslators' => 'The title of the Special:NotifyTranslators special page.',
 83+ 'translationnotifications-send-notification-button' => 'A title for the submit button of the translator notification form.',
 84+ 'translationnotifications-deadline-label' => 'A label for the deadline field, which will have a datepicker.',
 85+ 'translationnotifications-languages-to-notify-label' => 'A label for language codes field.',
7286 );
7387
7488 /** Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬)
@@ -247,6 +261,12 @@
248262 'translationnotifications-freq-weekly' => 'סיכום שבועי',
249263 'translationnotifications-freq-monthly' => 'סיכום חודשי',
250264 'translationnotifications-submit' => 'רישום',
 265+
 266+ // Special:Notify translators
 267+ 'translationnotifications-notifytranslators' => 'מכתבים למתרגמים',
 268+ 'translationnotifications-send-notification-button' => 'שליחת מכתבים למתרגמים',
 269+ 'translationnotifications-deadline-label' => 'תאריך סופי שיתווסף להודעה:',
 270+ 'translationnotifications-languages-to-notify-label' => 'רשימת שפות שהמתרגמים אליהן יקבלו את ההודעה (בקודים):',
251271 );
252272
253273 /** Upper Sorbian (Hornjoserbsce)

Follow-up revisions

RevisionCommit summaryAuthorDate
r113462Follow up to r113459. Adding SpecialNotifyTranslators.php, only the parts tha...amire8010:04, 9 March 2012

Comments

#Comment by Siebrand (talk | contribs)   08:45, 9 March 2012

Looks like a "Send message" is missing, but I assume that'll be there later.

Status & tagging log