From 4c97329637864aeb7372f08db39c87f2074a9b36 Mon Sep 17 00:00:00 2001 From: lbergman Date: Tue, 22 Aug 2000 19:36:07 +0000 Subject: [PATCH] Added Italian translation from Aldo Moresco. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@718 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 aaf14d43..d8ff9deb 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -31,6 +31,8 @@ $languages["pt_BR"]["CHARSET"] = "iso-8859-1"; $languages["fr"]["NAME"] = "French"; $languages["fr"]["CHARSET"] = "iso-8859-1"; + $languages["it"]["NAME"] = "Italian"; + $languages["it"]["CHARSET"] = "iso-8859-1"; // Decodes a string to the internal encoding from the given charset function charset_decode ($charset, $string) { -- 2.25.1