Adding Lithuanian translations.
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 4 Oct 2001 17:44:36 +0000 (17:44 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 4 Oct 2001 17:44:36 +0000 (17:44 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1545 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/i18n.php

index c015676f9ba13fef357f3f92ee692a0c557a650c..734b915f58a837daa02464699a739e4842bf7292 100644 (file)
    $languages['th']['NAME']    = 'Thai';
    $languages['th']['CHARSET'] = 'tis-620';
 
+   $languages['lt']['NAME']    = 'Lithuanian';
+   $languages['lt']['CHARSET'] = 'iso-8859-13';
+   $languages['lt_LT']['ALIAS'] = 'lt';
+
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {
       global $debug_mime;