r45045 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45044‎ | r45045 | r45046 >
Date:06:48, 26 December 2008
Author:shinjiman
Status:deferred
Tags:
Comment:
mark the skin names strings as optional, as some languages are still using the original skin name in English
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesYue.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesZh_hans.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesZh_hant.php (modified) (history)
  • /trunk/phase3/maintenance/language/messageTypes.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messageTypes.inc
@@ -200,6 +200,14 @@
201201 'resetpass_text',
202202 'image_sample',
203203 'media_sample',
 204+ 'skinname-standard',
 205+ 'skinname-nostalgia',
 206+ 'skinname-cologneblue',
 207+ 'skinname-monobook',
 208+ 'skinname-myskin',
 209+ 'skinname-chick',
 210+ 'skinname-simple',
 211+ 'skinname-modern',
204212 'common.css',
205213 'standard.css',
206214 'nostalgia.css',
Index: trunk/phase3/languages/messages/MessagesZh_hans.php
@@ -1,5 +1,5 @@
22 <?php
3 -/** Simplified Chinese (‪中文(简体)‬)
 3+/** Simplified Chinese (‪中文(简化字)‬)
44 *
55 * @ingroup Language
66 * @file
Index: trunk/phase3/languages/messages/MessagesYue.php
@@ -1,5 +1,5 @@
22 <?php
3 -/** Yue (粵語)
 3+/** Cantonese (粵語/廣東話)
44 *
55 * @ingroup Language
66 * @file
Index: trunk/phase3/languages/messages/MessagesZh_hant.php
@@ -1,5 +1,5 @@
22 <?php
3 -/** Traditional Chinese (‪中文(繁體)‬)
 3+/** Traditional Chinese (‪中文(傳統字)‬)
44 *
55 * @ingroup Language
66 * @file
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -3006,14 +3006,14 @@
30073007 'numtalkauthors' => 'Number of distinct authors (discussion page): $1',
30083008
30093009 # Skin names
3010 -'skinname-standard' => 'Classic',
3011 -'skinname-nostalgia' => 'Nostalgia',
3012 -'skinname-cologneblue' => 'Cologne Blue',
3013 -'skinname-monobook' => 'MonoBook',
3014 -'skinname-myskin' => 'MySkin',
3015 -'skinname-chick' => 'Chick',
3016 -'skinname-simple' => 'Simple',
3017 -'skinname-modern' => 'Modern',
 3010+'skinname-standard' => 'Classic', # only translate this message to other languages if you have to change it
 3011+'skinname-nostalgia' => 'Nostalgia', # only translate this message to other languages if you have to change it
 3012+'skinname-cologneblue' => 'Cologne Blue', # only translate this message to other languages if you have to change it
 3013+'skinname-monobook' => 'MonoBook', # only translate this message to other languages if you have to change it
 3014+'skinname-myskin' => 'MySkin', # only translate this message to other languages if you have to change it
 3015+'skinname-chick' => 'Chick', # only translate this message to other languages if you have to change it
 3016+'skinname-simple' => 'Simple', # only translate this message to other languages if you have to change it
 3017+'skinname-modern' => 'Modern', # only translate this message to other languages if you have to change it
30183018
30193019 # Math options
30203020 'mw_math_png' => 'Always render PNG',

Status & tagging log