Rename cn to zh

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@436 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2008-08-07 08:53:09 +00:00
parent 8825127fcb
commit caf888c152
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@ $langs = array(
'nl' => 'Nederlands', // Maarten Balliauw - http://blog.maartenballiauw.be
'es' => 'Español', // Klemens Häckel - http://clickdimension.wordpress.com
'de' => 'Deutsch', // Klemens Häckel - http://clickdimension.wordpress.com
'cn' => '简体中文', // Mr. Lodar
'zh' => '简体中文', // Mr. Lodar
);
function lang($idf, $number = null) {