From: jervfors Date: Tue, 13 Feb 2007 07:54:02 +0000 (+0000) Subject: String fix (reusing old string). X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3d45d9ce02144e5cad2cf96a1939f4cf8de36cf5;p=squirrelmail.git String fix (reusing old string). git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12255 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/translate/functions.php b/plugins/translate/functions.php index 0d77939d..6df6fb01 100644 --- a/plugins/translate/functions.php +++ b/plugins/translate/functions.php @@ -928,7 +928,7 @@ function translate_form_google($message) { translate_lang_opt('en_US', 'ko_KR', 'en|ko', sprintf( _("%s to %s"),_("English"),_("Korean"))) . translate_lang_opt('en_US', 'zh_CN', 'en|zh-CN', - sprintf( _("%s to %s"),_("English"),_("Chinese (Simplified)"))) . + sprintf( _("%s to %s"),_("English"),_("Chinese, Simplified"))) . translate_lang_opt('de_DE', 'en_US', 'de|en', sprintf( _("%s to %s"),_("German"),_("English"))) . translate_lang_opt('de_DE', '', 'de|fr', @@ -950,7 +950,7 @@ function translate_form_google($message) { translate_lang_opt('ko_KR', '', 'ko|en', sprintf( _("%s to %s"),_("Korean"),_("English"))). translate_lang_opt('zh_CN', '', 'zh-CN|en', - sprintf( _("%s to %s"),_("Chinese (Simplified)"),_("English"))); + sprintf( _("%s to %s"),_("Chinese, Simplified"),_("English"))); echo ''. '' . '' .