From 43161dccb353a85a9d6c76a652753c1211af7274 Mon Sep 17 00:00:00 2001 From: gustavf Date: Mon, 24 Jul 2000 11:34:12 +0000 Subject: [PATCH] Added Dutch translation from Arjen Halma. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@628 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- AUTHORS | 1 + functions/i18n.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index f1655c21..ca96947f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -19,6 +19,7 @@ Russian: Konstantin Riabitsev Polish: Lukasz Klimek (casa@lo.pila.pl) Swedish: Tobias Ekbom (tobias@vallcom.net) + Dutch: Arjan Halma (arjan@halma.nl) Help System: ------------ diff --git a/functions/i18n.php b/functions/i18n.php index 91e87667..900b461c 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -25,6 +25,8 @@ $languages["pl"]["CHARSET"] = "iso-8859-2"; $languages["sv"]["NAME"] = "Sweedish"; $languages["sv"]["CHARSET"] = "iso-8859-1"; + $languages["nl"]["NAME"] = "Dutch"; + $languages["nl"]["CHARSET"] = "iso-8859-1"; // Decodes a string to the internal encoding from the given charset function charset_decode ($charset, $string) { -- 2.25.1