1<?php 2/** 3 * Language configuration file 4 * 5 * Copyright (c) 2005-2020 The SquirrelMail Project Team 6 * 7 * This file is part of SquirrelMail webmail interface. It is distributed 8 * together with other translation files and is used to enable 9 * translation. 10 * 11 * SquirrelMail is free software; you can redistribute it and/or modify 12 * it under the terms of the GNU General Public License as published by 13 * the Free Software Foundation; either version 2 of the License, or 14 * (at your option) any later version. 15 * 16 * SquirrelMail is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 20 * 21 * You should have received a copy of the GNU General Public License 22 * along with SquirrelMail; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 * 25 * @version $Id: setup.php 14844 2020-01-07 07:58:03Z pdontthink $ 26 * @package locales 27 */ 28 29$languages['nl_NL']['NAME'] = 'Dutch'; 30$languages['nl_NL']['ALTNAME'] = 'Nederlands'; 31$languages['nl_NL']['CHARSET'] = 'iso-8859-1'; 32$languages['nl_NL']['LOCALE'] = array('nl_NL.ISO8859-1','nl_NL.ISO-8859-1','nl_NL'); 33$languages['nl']['ALIAS'] = 'nl_NL'; 34