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": "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.francecountry", "class":"translate", "value":"f"}, {"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.germanycountry", "class":"translate", "value":"de"}, {"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.luxembourgcountry", "class":"translate", "value":"lux"}, {"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.netherlandscountry", "class":"translate", "value":"nl"}, {"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.switzerlandcountry", "class":"translate", "value":"ch"} {"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_i18n":"portal_type_dict.sales_order_dict.text_dict.delivery", "class":"translate", "value":"drop"}
{"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"}
] ]
\ No newline at end of file
{ {
"global_dict": { "global_dict": {
"personal": "Personal Data",
"proceed": "Continue with my order", "proceed": "Continue with my order",
"login": "Login", "login": "Login",
"contact": "Contact", "contact": "Contact",
...@@ -102,13 +103,12 @@ ...@@ -102,13 +103,12 @@
"luxembourg": "Luxembourg (+352)", "luxembourg": "Luxembourg (+352)",
"netherlands": "Netherlands (+31)", "netherlands": "Netherlands (+31)",
"switzerland": "Switzerland (+41)", "switzerland": "Switzerland (+41)",
"belgium_country": "Belgium", "be": "Belgium",
"france_country":"France", "fr":"France",
"germany_country":"Germany", "de":"Germany",
"luxembourg_country": "Luxembourg", "lu": "Luxembourg",
"netherlands_country":"Netherlands", "ne":"Netherlands",
"switzerland_country": "Switzerland", "ch": "Switzerland",
"delivery":"Delivery within 48hrs (may take longer outside France)",
"invoice_address":"Invoice Address", "invoice_address":"Invoice Address",
"english": "English", "english": "English",
"french": "French", "french": "French",
......
{ {
"global_dict": { "global_dict": {
"personal": "Données personnelles",
"login": "Espace Abonné", "login": "Espace Abonné",
"contact": "Contact", "contact": "Contact",
"language": "Langue", "language": "Langue",
...@@ -96,19 +97,18 @@ ...@@ -96,19 +97,18 @@
"miss":"Mlle", "miss":"Mlle",
"mr": "M", "mr": "M",
"dob": "Date de naissance (JJ/MM/AAAA)", "dob": "Date de naissance (JJ/MM/AAAA)",
"belgium_country": "Belgique (+32)", "belgium": "Belgique (+32)",
"france_country": "France (+33)", "france": "France (+33)",
"germany_country": "Allemange (+49)", "germany": "Allemange (+49)",
"luxembourg_country": "Luxembourg (+352)", "luxembourg": "Luxembourg (+352)",
"netherlands_country": "Pays-Bas (+31)", "netherlands": "Pays-Bas (+31)",
"switzerland_country": "Suisse (+41)", "switzerland": "Suisse (+41)",
"belgium_country": "Belgique", "be": "Belgique",
"france_country": "France", "fr": "France",
"germany_country": "Allemange", "de": "Allemange",
"luxembourg_country": "Luxembourg", "lu": "Luxembourg",
"netherlands_country": "Pays-Bas", "nl": "Pays-Bas",
"switzerland_country": "Suisse", "ch": "Suisse",
"delivery": "Livraison en 48h (sous réserve des délais postaux)",
"invoice_address": "À l'adresse de facturation", "invoice_address": "À l'adresse de facturation",
"french":"Francaise", "french":"Francaise",
"dutch":"Nederlands", "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