2// This file should be in UTF8 without BOM - Accents examples: éèê // +----------------------------------------------------------------------+
// | Copyright (c) 2004-2015 Advisto SAS, service PEEL - contact@peel.fr |
// +----------------------------------------------------------------------+
// | This file is part of PEEL Shopping 8.0.0, which is subject to an |
// | opensource GPL license: you are allowed to customize the code |
// | for your own needs, but must keep your changes under GPL |
// | More information: https://www.peel.fr/lire/licence-gpl-70.html |
// +----------------------------------------------------------------------+
// | Author: Advisto SAS, RCS 479 205 452, France, https://www.peel.fr/ |
// +----------------------------------------------------------------------+
// $Id: database_zones_nl.php 46935 2015-09-18 08:49:48Z gboussin $
if (!defined("IN_PEEL")) {
die();
}
// The keys shall have quotes so that they are correcly treated by Transifex : write "1" => ... and not 1 => ...
// Les clés doivent avoir des guillemets pour que ce soit traité correctement par Transifex : indiquez "1" => ... et non pas 1 => ...
$peel_zones["nom"] = array(
"france_mainland" => "Frankrijk",
"france_and_overseas" => "Frankrijk overzees",
"europe" => "Europese Unie (buiten Frankrijk)",
"world" => "Rest van de wereld"
);
This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:37:40 - is a product of SAS. All rights reserved.