PEEL Shopping
Open source ecommerce : PEEL Shopping
database_langues_nl.php
Go to the documentation of this file.
1 <?php
2 // This file should be in UTF8 without BOM - Accents examples: éèê
3 // +----------------------------------------------------------------------+
4 // | Copyright (c) 2004-2015 Advisto SAS, service PEEL - contact@peel.fr |
5 // +----------------------------------------------------------------------+
6 // | This file is part of PEEL Shopping 8.0.0, which is subject to an |
7 // | opensource GPL license: you are allowed to customize the code |
8 // | for your own needs, but must keep your changes under GPL |
9 // | More information: https://www.peel.fr/lire/licence-gpl-70.html |
10 // +----------------------------------------------------------------------+
11 // | Author: Advisto SAS, RCS 479 205 452, France, https://www.peel.fr/ |
12 // +----------------------------------------------------------------------+
13 // $Id: database_langues_nl.php 46935 2015-09-18 08:49:48Z gboussin $
14 
15 if (!defined("IN_PEEL")) {
16  die();
17 }
18 
19 // The keys shall have quotes so that they are correcly treated by Transifex : write "1" => ... and not 1 => ...
20 // Les clés doivent avoir des guillemets pour que ce soit traité correctement par Transifex : indiquez "1" => ... et non pas 1 => ...
21 
22 $peel_langues["nom"] = array(
23  "af" => "Afrikaans",
24  "ar" => "Arabisch",
25  "be" => "Wit-Russisch",
26  "bg" => "Bulgaars",
27  "bn" => "Bengaals",
28  "br" => "Bretons",
29  "bs" => "Bosnisch",
30  "ca" => "Catalaans",
31  "ce" => "Tsjetsjeens",
32  "co" => "Corsicaans",
33  "cs" => "Tsjechisch",
34  "cy" => "Wels",
35  "da" => "Deens",
36  "de" => "Duits",
37  "el" => "Frec",
38  "en" => "Engels",
39  "eo" => "Esperanto",
40  "es" => "Spaans (Castiliaans)",
41  "et" => "Ests",
42  "eu" => "Baskisch",
43  "fa" => "Persisch (Farsi)",
44  "ff" => "Fulani",
45  "fi" => "Fins",
46  "fj" => "Fijisch",
47  "fr" => "Frans",
48  "ga" => "Iers (Iers Gaelic)",
49  "gd" => "Schots Gaelic (Erse)",
50  "gl" => "Galicisch",
51  "gn" => "Guarani",
52  "he" => "Hebreeuws",
53  "hi" => "Hindi",
54  "hr" => "Kroatisch",
55  "hu" => "Hongaars",
56  "hy" => "Armeens",
57  "id" => "Indonesisch",
58  "is" => "IJslands",
59  "it" => "Italiaans",
60  "ja" => "Japans",
61  "jw" => "Javaans",
62  "ka" => "Georgisch",
63  "kk" => "Kazachs",
64  "kl" => "Groenlands",
65  "km" => "Khmer (Cambodjaans)",
66  "ko" => "Koreaans",
67  "ku" => "Koerdisch",
68  "ky" => "Kirgizisch",
69  "lb" => "Luxemburgs",
70  "lt" => "Litouws",
71  "lv" => "Lets",
72  "mg" => "Malagassisch",
73  "mk" => "Macedonisch",
74  "mn" => "Mongools",
75  "mo" => "Moldavisch",
76  "ms" => "Maleisisch",
77  "mt" => "Maltees",
78  "my" => "Birmaans",
79  "nb" => "Noors Bokmål",
80  "nl" => "Nederlands (Vlaams)",
81  "no" => "Noors",
82  "oc" => "Occitaans (Provençaals)",
83  "pl" => "Pools",
84  "pt" => "Portugees",
85  "ro" => "Roemeens",
86  "ru" => "Russisch",
87  "sa" => "Sanskriet",
88  "si" => "Singalees",
89  "sk" => "Slovaaks",
90  "sl" => "Sloveens",
91  "sm" => "Samoaans",
92  "so" => "Somalisch",
93  "sq" => "Albanees",
94  "sr" => "Servisch",
95  "ss" => "Swazi (Siswati)",
96  "su" => "Soedanees",
97  "sv" => "Zweeds",
98  "sw" => "Swahili",
99  "ta" => "Tamil",
100  "tg" => "Tadzjieks",
101  "th" => "Thais",
102  "tk" => "Turkmenisch",
103  "tr" => "Turks",
104  "uk" => "Oekraïens",
105  "uz" => "Oezbeeks",
106  "vi" => "Vietnamees",
107  "wo" => "Wolof",
108  "yi" => "Jiddisch",
109  "zh" => "Chinees",
110  "zu" => "Zoeloe"
111 );
112 
if(!defined("IN_PEEL")) $peel_langues["nom"]

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:37:40 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.