PEEL Shopping
Open source ecommerce : PEEL Shopping
database_langues_en.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_en.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" => "Arab",
25  "be" => "Belarus",
26  "bg" => "Bulgarian",
27  "bn" => "Bengali",
28  "br" => "Breton",
29  "bs" => "Bosnian",
30  "ca" => "Catalan",
31  "ce" => "Chechen",
32  "co" => "Corsica",
33  "cs" => "Czech",
34  "cy" => "Welsh",
35  "da" => "Danish",
36  "de" => "German",
37  "el" => "Frec",
38  "en" => "English",
39  "eo" => "Esperanto",
40  "es" => "Spanish (Castilian)",
41  "et" => "Estonian",
42  "eu" => "Basque",
43  "fa" => "Persian (Farsi)",
44  "ff" => "Fulani",
45  "fi" => "Finnish",
46  "fj" => "Fiji",
47  "fr" => "French",
48  "ga" => "Irish (Irish Gaelic)",
49  "gd" => "Scottish Gaelic (Erse)",
50  "gl" => "Galician",
51  "gn" => "Guarani",
52  "he" => "Hebrew",
53  "hi" => "Hindi",
54  "hr" => "Croatian",
55  "hu" => "Hungarian",
56  "hy" => "Armenian",
57  "id" => "Indonesian",
58  "is" => "Icelandic",
59  "it" => "Italian",
60  "ja" => "Japanese",
61  "jw" => "Javanese",
62  "ka" => "Georgian",
63  "kk" => "Kazakh",
64  "kl" => "Greenland",
65  "km" => "Khmer (Cambodian)",
66  "ko" => "Korean",
67  "ku" => "Kurd",
68  "ky" => "Kyrgyz",
69  "lb" => "Luxembourg",
70  "lt" => "Lithuanian",
71  "lv" => "Latvian (Lettish)",
72  "mg" => "Malagasy",
73  "mk" => "Macedonian",
74  "mn" => "Mongol",
75  "mo" => "Moldovan",
76  "ms" => "Malay",
77  "mt" => "Maltese",
78  "my" => "Burmese",
79  "nb" => "Norwegian Bokmål",
80  "nl" => "Dutch (Flemish)",
81  "no" => "Norwegian",
82  "oc" => "Occitan (Provençal)",
83  "pl" => "Polish",
84  "pt" => "Portuguese",
85  "ro" => "Romanian",
86  "ru" => "Russian",
87  "sa" => "Sanskrit",
88  "si" => "Sinhala",
89  "sk" => "Slovak",
90  "sl" => "Slovenian",
91  "sm" => "Samoan",
92  "so" => "Somali",
93  "sq" => "Albanians",
94  "sr" => "Serbian",
95  "ss" => "Swazi (Siswati)",
96  "su" => "Sudanese",
97  "sv" => "Swedish",
98  "sw" => "Swahili",
99  "ta" => "Tamil",
100  "tg" => "Tajik",
101  "th" => "Thai",
102  "tk" => "Turkmen",
103  "tr" => "Turkish",
104  "uk" => "Ukrainian",
105  "uz" => "Uzbek",
106  "vi" => "Vietnamese",
107  "wo" => "Wolof",
108  "yi" => "Yiddish",
109  "zh" => "Chinese",
110  "zu" => "Zulu"
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.