Revision: 45045
Author:   shinjiman
Date:     2008-12-26 06:48:32 +0000 (Fri, 26 Dec 2008)

Log Message:
-----------
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
    trunk/phase3/languages/messages/MessagesYue.php
    trunk/phase3/languages/messages/MessagesZh_hans.php
    trunk/phase3/languages/messages/MessagesZh_hant.php
    trunk/phase3/maintenance/language/messageTypes.inc

Modified: trunk/phase3/languages/messages/MessagesEn.php
===================================================================
--- trunk/phase3/languages/messages/MessagesEn.php      2008-12-26 05:28:07 UTC 
(rev 45044)
+++ trunk/phase3/languages/messages/MessagesEn.php      2008-12-26 06:48:32 UTC 
(rev 45045)
@@ -3006,14 +3006,14 @@
 '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',

Modified: trunk/phase3/languages/messages/MessagesYue.php
===================================================================
--- trunk/phase3/languages/messages/MessagesYue.php     2008-12-26 05:28:07 UTC 
(rev 45044)
+++ trunk/phase3/languages/messages/MessagesYue.php     2008-12-26 06:48:32 UTC 
(rev 45045)
@@ -1,5 +1,5 @@
 <?php
-/** Yue (粵語)
+/** Cantonese (粵語/廣東話)
  *
  * @ingroup Language
  * @file

Modified: trunk/phase3/languages/messages/MessagesZh_hans.php
===================================================================
--- trunk/phase3/languages/messages/MessagesZh_hans.php 2008-12-26 05:28:07 UTC 
(rev 45044)
+++ trunk/phase3/languages/messages/MessagesZh_hans.php 2008-12-26 06:48:32 UTC 
(rev 45045)
@@ -1,5 +1,5 @@
 <?php
-/** Simplified Chinese (‪中文(简体)‬)
+/** Simplified Chinese (‪中文(简化字)‬)
  *
  * @ingroup Language
  * @file

Modified: trunk/phase3/languages/messages/MessagesZh_hant.php
===================================================================
--- trunk/phase3/languages/messages/MessagesZh_hant.php 2008-12-26 05:28:07 UTC 
(rev 45044)
+++ trunk/phase3/languages/messages/MessagesZh_hant.php 2008-12-26 06:48:32 UTC 
(rev 45045)
@@ -1,5 +1,5 @@
 <?php
-/** Traditional Chinese (‪中文(繁體)‬)
+/** Traditional Chinese (‪中文(傳統字)‬)
  *
  * @ingroup Language
  * @file

Modified: trunk/phase3/maintenance/language/messageTypes.inc
===================================================================
--- trunk/phase3/maintenance/language/messageTypes.inc  2008-12-26 05:28:07 UTC 
(rev 45044)
+++ trunk/phase3/maintenance/language/messageTypes.inc  2008-12-26 06:48:32 UTC 
(rev 45045)
@@ -200,6 +200,14 @@
        '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',



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to