mark the skin names strings as optional, as some languages are still using the origin...
authorShinjiman <shinjiman@users.mediawiki.org>
Fri, 26 Dec 2008 06:48:32 +0000 (06:48 +0000)
committerShinjiman <shinjiman@users.mediawiki.org>
Fri, 26 Dec 2008 06:48:32 +0000 (06:48 +0000)
languages/messages/MessagesEn.php
languages/messages/MessagesYue.php
languages/messages/MessagesZh_hans.php
languages/messages/MessagesZh_hant.php
maintenance/language/messageTypes.inc

index cb6c74d..08900d6 100644 (file)
@@ -3006,14 +3006,14 @@ This is probably caused by a link to a blacklisted external site.',
 'numtalkauthors' => 'Number of distinct authors (discussion page): $1',
 
 # Skin names
-'skinname-standard'    => 'Classic',
-'skinname-nostalgia'   => 'Nostalgia',
-'skinname-cologneblue' => 'Cologne Blue',
-'skinname-monobook'    => 'MonoBook',
-'skinname-myskin'      => 'MySkin',
-'skinname-chick'       => 'Chick',
-'skinname-simple'      => 'Simple',
-'skinname-modern'      => 'Modern',
+'skinname-standard'    => 'Classic', # only translate this message to other languages if you have to change it
+'skinname-nostalgia'   => 'Nostalgia', # only translate this message to other languages if you have to change it
+'skinname-cologneblue' => 'Cologne Blue', # only translate this message to other languages if you have to change it
+'skinname-monobook'    => 'MonoBook', # only translate this message to other languages if you have to change it
+'skinname-myskin'      => 'MySkin', # only translate this message to other languages if you have to change it
+'skinname-chick'       => 'Chick', # only translate this message to other languages if you have to change it
+'skinname-simple'      => 'Simple', # only translate this message to other languages if you have to change it
+'skinname-modern'      => 'Modern', # only translate this message to other languages if you have to change it
 
 # Math options
 'mw_math_png'    => 'Always render PNG',
index 5fd869f..f97ee15 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/** Yue (粵語)
+/** Cantonese (粵語/廣東話)
  *
  * @ingroup Language
  * @file
index ed81b52..df21e86 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/** Simplified Chinese (‪中文(简)‬)
+/** Simplified Chinese (‪中文(简化字)‬)
  *
  * @ingroup Language
  * @file
index dd89ca7..1d128c0 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/** Traditional Chinese (‪中文(繁體)‬)
+/** Traditional Chinese (‪中文(傳統字)‬)
  *
  * @ingroup Language
  * @file
index 2fd5846..1435825 100644 (file)
@@ -200,6 +200,14 @@ $wgOptionalMessages = array(
        'resetpass_text',
        'image_sample',
        'media_sample',
+       'skinname-standard',
+       'skinname-nostalgia',
+       'skinname-cologneblue',
+       'skinname-monobook',
+       'skinname-myskin',
+       'skinname-chick',
+       'skinname-simple',
+       'skinname-modern',
        'common.css',
        'standard.css',
        'nostalgia.css',