PEEL Shopping
Open source ecommerce : PEEL Shopping
database_langues_fr.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_fr.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" => "Arabe",
25  "be" => "Biélorusse",
26  "bg" => "Bulgare",
27  "bn" => "Bengali",
28  "br" => "Breton",
29  "bs" => "Bosniaque",
30  "ca" => "Catalan",
31  "ce" => "Tchétchène",
32  "co" => "Corse",
33  "cs" => "Tchèque",
34  "cy" => "Gallois",
35  "da" => "Danois",
36  "de" => "Allemand",
37  "el" => "Grec",
38  "en" => "Anglais",
39  "eo" => "Espéranto",
40  "es" => "Espagnol (castillan)",
41  "et" => "Estonien",
42  "eu" => "Basque",
43  "fa" => "Persan (farsi)",
44  "ff" => "Peul",
45  "fi" => "Finnois",
46  "fj" => "Fidjien",
47  "fr" => "Français",
48  "ga" => "Irlandais (gaélique irlandais)",
49  "gd" => "Gaélique écossais (erse)",
50  "gl" => "Galicien",
51  "gn" => "Guarani",
52  "he" => "Hébreu",
53  "hi" => "Hindi",
54  "hr" => "Croate",
55  "hu" => "Hongrois",
56  "hy" => "Arménien",
57  "id" => "Indonésien",
58  "is" => "Islandais",
59  "it" => "Italien",
60  "ja" => "Japonais",
61  "jw" => "Javanais",
62  "ka" => "Géorgien",
63  "kk" => "Kazakh",
64  "kl" => "Groenlandais",
65  "km" => "Khmer (cambodgien)",
66  "ko" => "Coréen",
67  "ku" => "Kurde",
68  "ky" => "Kirghize",
69  "lb" => "Luxembourgeois",
70  "lt" => "Lituanien",
71  "lv" => "Letton (lette)",
72  "mg" => "Malgache",
73  "mk" => "Macédonien",
74  "mn" => "Mongol",
75  "mo" => "Moldave",
76  "ms" => "Malais",
77  "mt" => "Maltais",
78  "my" => "Birman",
79  "nb" => "Norvégien Bokmål",
80  "nl" => "Néerlandais (flamand)",
81  "no" => "Norvégien",
82  "oc" => "Occitan (provençal)",
83  "pl" => "Polonais",
84  "pt" => "Portugais",
85  "ro" => "Roumain",
86  "ru" => "Russe",
87  "sa" => "Sanscrit",
88  "si" => "Singhalais",
89  "sk" => "Slovaque",
90  "sl" => "Slovène",
91  "sm" => "Samoan",
92  "so" => "Somali",
93  "sq" => "Albanais",
94  "sr" => "Serbe",
95  "ss" => "Swazi (siswati)",
96  "su" => "Soudanais",
97  "sv" => "Suédois",
98  "sw" => "Swahili",
99  "ta" => "Tamoul",
100  "tg" => "Tadjik",
101  "th" => "Thaï",
102  "tk" => "Turkmène",
103  "tr" => "Turc",
104  "uk" => "Ukrainien",
105  "uz" => "Ouzbek",
106  "vi" => "Vietnamien",
107  "wo" => "Wolof",
108  "yi" => "Yiddish",
109  "zh" => "Chinois",
110  "zu" => "Zoulou"
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.