Commit 1168cd78 authored by Sven Franck's avatar Sven Franck

data/lang: fixed false translations

parent 1089ac9e
[
{"text": "Belgique", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.belgium_country", "class":"translate", "value":"be"},
{"text": "France", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.francecountry", "class":"translate", "value":"f"},
{"text": "Allemagne", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.germanycountry", "class":"translate", "value":"de"},
{"text": "Luxembourg", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.luxembourgcountry", "class":"translate", "value":"lux"},
{"text": "Pays-Bas", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.netherlandscountry", "class":"translate", "value":"nl"},
{"text": "Suisse", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.switzerlandcountry", "class":"translate", "value":"ch"}
{"text": "Belgique", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.be", "class":"translate", "value":"be"},
{"text": "France", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.fr", "class":"translate", "value":"f"},
{"text": "Allemagne", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.de", "class":"translate", "value":"de"},
{"text": "Luxembourg", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.lu", "class":"translate", "value":"lux"},
{"text": "Pays-Bas", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.nl", "class":"translate", "value":"nl"},
{"text": "Suisse", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.ch", "class":"translate", "value":"ch"}
]
\ No newline at end of file
[
{"text": "Belgique", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.belgium_country", "class":"translate", "value":"be"},
{"text": "France", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.francecountry", "class":"translate", "value":"f"},
{"text": "Allemagne", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.germanycountry", "class":"translate", "value":"de"},
{"text": "Luxembourg", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.luxembourgcountry", "class":"translate", "value":"lux"},
{"text": "Pays-Bas", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.netherlandscountry", "class":"translate", "value":"nl"},
{"text": "Suisse", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.switzerlandcountry", "class":"translate", "value":"ch"}
{"text_i18n":"portal_type_dict.sales_order_dict.text_dict.delivery", "class":"translate", "value":"drop"}
]
\ No newline at end of file
{
"global_dict": {
"personal": "Personal Data",
"proceed": "Continue with my order",
"login": "Login",
"contact": "Contact",
......@@ -102,13 +103,12 @@
"luxembourg": "Luxembourg (+352)",
"netherlands": "Netherlands (+31)",
"switzerland": "Switzerland (+41)",
"belgium_country": "Belgium",
"france_country":"France",
"germany_country":"Germany",
"luxembourg_country": "Luxembourg",
"netherlands_country":"Netherlands",
"switzerland_country": "Switzerland",
"delivery":"Delivery within 48hrs (may take longer outside France)",
"be": "Belgium",
"fr":"France",
"de":"Germany",
"lu": "Luxembourg",
"ne":"Netherlands",
"ch": "Switzerland",
"invoice_address":"Invoice Address",
"english": "English",
"french": "French",
......
{
"global_dict": {
"personal": "Données personnelles",
"login": "Espace Abonné",
"contact": "Contact",
"language": "Langue",
......@@ -96,19 +97,18 @@
"miss":"Mlle",
"mr": "M",
"dob": "Date de naissance (JJ/MM/AAAA)",
"belgium_country": "Belgique (+32)",
"france_country": "France (+33)",
"germany_country": "Allemange (+49)",
"luxembourg_country": "Luxembourg (+352)",
"netherlands_country": "Pays-Bas (+31)",
"switzerland_country": "Suisse (+41)",
"belgium_country": "Belgique",
"france_country": "France",
"germany_country": "Allemange",
"luxembourg_country": "Luxembourg",
"netherlands_country": "Pays-Bas",
"switzerland_country": "Suisse",
"delivery": "Livraison en 48h (sous réserve des délais postaux)",
"belgium": "Belgique (+32)",
"france": "France (+33)",
"germany": "Allemange (+49)",
"luxembourg": "Luxembourg (+352)",
"netherlands": "Pays-Bas (+31)",
"switzerland": "Suisse (+41)",
"be": "Belgique",
"fr": "France",
"de": "Allemange",
"lu": "Luxembourg",
"nl": "Pays-Bas",
"ch": "Suisse",
"invoice_address": "À l'adresse de facturation",
"french":"Francaise",
"dutch":"Nederlands",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment