From f3b155fdaf126631df28038a8d7cd67a71ea11a8 Mon Sep 17 00:00:00 2001 From: gustavf Date: Wed, 7 Jun 2000 13:53:05 +0000 Subject: [PATCH] Added polish translation from Lukasz Klimek . git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@527 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/i18n.php b/functions/i18n.php index d2934ae1..4e2c60c7 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -21,6 +21,8 @@ $languages["de"]["CHARSET"] = "iso-8859-1"; $languages["ru"]["NAME"] = "Russian KOI8-R"; $languages["ru"]["CHARSET"] = "koi8-r"; + $languages["pl"]["NAME"] = "Polish"; + $languages["pl"]["CHARSET"] = "iso-8859-2"; // Decodes a string to the internal encoding from the given charset function charset_decode ($charset, $string) { -- 2.25.1