From: Shinjiman Date: Fri, 26 Dec 2008 06:48:32 +0000 (+0000) Subject: mark the skin names strings as optional, as some languages are still using the origin... X-Git-Tag: 1.31.0-rc.0~43769 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=b62145f7b240884cc6f6ca433131ed54f090a1b5;p=lhc%2Fweb%2Fwiklou.git mark the skin names strings as optional, as some languages are still using the original skin name in English --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index cb6c74d2c1..08900d66a8 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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', diff --git a/languages/messages/MessagesYue.php b/languages/messages/MessagesYue.php index 5fd869ff3a..f97ee15644 100644 --- a/languages/messages/MessagesYue.php +++ b/languages/messages/MessagesYue.php @@ -1,5 +1,5 @@