Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -200,6 +200,14 @@ |
201 | 201 | 'resetpass_text', |
202 | 202 | 'image_sample', |
203 | 203 | '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', |
204 | 212 | 'common.css', |
205 | 213 | 'standard.css', |
206 | 214 | 'nostalgia.css', |
Index: trunk/phase3/languages/messages/MessagesZh_hans.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -/** Simplified Chinese (中文(简体)) |
| 3 | +/** Simplified Chinese (中文(简化字)) |
4 | 4 | * |
5 | 5 | * @ingroup Language |
6 | 6 | * @file |
Index: trunk/phase3/languages/messages/MessagesYue.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -/** Yue (粵語) |
| 3 | +/** Cantonese (粵語/廣東話) |
4 | 4 | * |
5 | 5 | * @ingroup Language |
6 | 6 | * @file |
Index: trunk/phase3/languages/messages/MessagesZh_hant.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -/** Traditional Chinese (中文(繁體)) |
| 3 | +/** Traditional Chinese (中文(傳統字)) |
4 | 4 | * |
5 | 5 | * @ingroup Language |
6 | 6 | * @file |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -3006,14 +3006,14 @@ |
3007 | 3007 | 'numtalkauthors' => 'Number of distinct authors (discussion page): $1', |
3008 | 3008 | |
3009 | 3009 | # 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 |
3018 | 3018 | |
3019 | 3019 | # Math options |
3020 | 3020 | 'mw_math_png' => 'Always render PNG', |