Ver código fonte

updated for german translation

lkehresman 25 anos atrás
pai
commit
7c51477d69
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      trunk/squirrelmail/functions/i18n.php

+ 2 - 0
trunk/squirrelmail/functions/i18n.php

@@ -18,6 +18,8 @@
    $languages[0]["CODE"] = "en";
    $languages[1]["NAME"] = "Norsk";
    $languages[1]["CODE"] = "no";
+   $languages[2]["NAME"] = "German";
+   $languages[2]["CODE"] = "ger";
 
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {