PEEL Shopping
Open source ecommerce : PEEL Shopping
database_langues_ro.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-2012 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_ro.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" => "Africană",
24  "ar" => "Arabă",
25  "be" => "Belarus",
26  "bg" => "Bulgară",
27  "bn" => "Bengali",
28  "br" => "Bretonă",
29  "bs" => "Bosniacă",
30  "ca" => "Catalană",
31  "ce" => "Cecenă",
32  "co" => "Corsicană",
33  "cs" => "Cehă",
34  "cy" => "Galeză",
35  "da" => "Daneză",
36  "de" => "Germană",
37  "el" => "Frec",
38  "en" => "Engleză",
39  "eo" => "Esperanto",
40  "es" => "Spaniolă (castiliană)",
41  "et" => "Estoniană",
42  "eu" => "Bască",
43  "fa" => "Persană(farsi)",
44  "ff" => "Fulani",
45  "fi" => "Finlandeză",
46  "fj" => "Fidjien",
47  "fr" => "Franceză",
48  "ga" => "Irlandeză ( irlandeza galică)",
49  "gd" => "Gaelica (erse)",
50  "gl" => "Galiciană",
51  "gn" => "Guarani",
52  "he" => "Hebreu",
53  "hi" => "Hindi",
54  "hr" => "Croată",
55  "hu" => "Ungară",
56  "hy" => "Armeană",
57  "id" => "Indoneziană",
58  "is" => "Islandeză",
59  "it" => "Italiană",
60  "ja" => "Japoneză",
61  "jw" => "Javaneză",
62  "ka" => "Georgiană",
63  "kk" => "Kazahă",
64  "kl" => "Groenlandeză",
65  "km" => "Cambogiană( Khmer)",
66  "ko" => "Coreană",
67  "ku" => "Kurdă",
68  "ky" => "Kirghiză",
69  "lb" => "Luxemburgheză",
70  "lt" => "Lituaniană",
71  "lv" => "Letonă(lette)",
72  "mg" => "Malgaşă",
73  "mk" => "Macedoniană",
74  "mn" => "Mongolă",
75  "mo" => "Moldovenească",
76  "ms" => "Malaesiană",
77  "mt" => "Malteză",
78  "my" => "Birmananeză",
79  "nb" => "Norvegiană Bokmal",
80  "nl" => "Olandeză (flamandă)",
81  "no" => "Norvegiană",
82  "oc" => "Occitan (provensal)",
83  "pl" => "Poloneză",
84  "pt" => "Portugheză",
85  "ro" => "Română",
86  "ru" => "Rusă",
87  "sa" => "Sanscrită",
88  "si" => "Singaleză",
89  "sk" => "Slovacă",
90  "sl" => "Slovenă",
91  "sm" => "Samoan",
92  "so" => "Somaleză",
93  "sq" => "Albaneză",
94  "sr" => "Sârbă",
95  "ss" => "Swazi (siswati)",
96  "su" => "Soudaneză",
97  "sv" => "Suedeză",
98  "sw" => "Swahili",
99  "ta" => "Tamuleză",
100  "tg" => "Tadjică",
101  "th" => "Tailandeză",
102  "tk" => "Turkmenă",
103  "tr" => "Turcă",
104  "uk" => "Ucrainiană",
105  "uz" => "Ubechistaneză",
106  "vi" => "Vietnameză",
107  "wo" => "Wolof",
108  "yi" => "Yiddish",
109  "zh" => "Chineză",
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.