From 2ba2b6d3d308c90537f59706c56fc0f25fbf568b Mon Sep 17 00:00:00 2001 From: emaktech Date: Tue, 17 Sep 2019 18:53:45 -0400 Subject: [PATCH] Modified fr-ca / fr-fr translation. (#4626) --- app/vars/app_languages.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/app/vars/app_languages.php b/app/vars/app_languages.php index 4305714a66..067bc70e96 100644 --- a/app/vars/app_languages.php +++ b/app/vars/app_languages.php @@ -88,8 +88,8 @@ $text['label-command']['de-ch'] = ""; $text['label-command']['de-de'] = ""; $text['label-command']['es-cl'] = ""; $text['label-command']['es-mx'] = ""; -$text['label-command']['fr-ca'] = ""; -$text['label-command']['fr-fr'] = ""; +$text['label-command']['fr-ca'] = "Command"; +$text['label-command']['fr-fr'] = "Command"; $text['label-command']['he-il'] = ""; $text['label-command']['it-it'] = ""; $text['label-command']['nl-nl'] = ""; @@ -108,8 +108,8 @@ $text['option-set']['de-ch'] = ""; $text['option-set']['de-de'] = ""; $text['option-set']['es-cl'] = ""; $text['option-set']['es-mx'] = ""; -$text['option-set']['fr-ca'] = ""; -$text['option-set']['fr-fr'] = ""; +$text['option-set']['fr-ca'] = "Définir"; +$text['option-set']['fr-fr'] = "Définir"; $text['option-set']['he-il'] = ""; $text['option-set']['it-it'] = ""; $text['option-set']['nl-nl'] = ""; @@ -128,8 +128,8 @@ $text['option-exec-set']['de-ch'] = ""; $text['option-exec-set']['de-de'] = ""; $text['option-exec-set']['es-cl'] = ""; $text['option-exec-set']['es-mx'] = ""; -$text['option-exec-set']['fr-ca'] = ""; -$text['option-exec-set']['fr-fr'] = ""; +$text['option-exec-set']['fr-ca'] = "exec-set"; +$text['option-exec-set']['fr-fr'] = "exec-set"; $text['option-exec-set']['he-il'] = ""; $text['option-exec-set']['it-it'] = ""; $text['option-exec-set']['nl-nl'] = ""; @@ -308,8 +308,8 @@ $text['description-command']['de-ch'] = ""; $text['description-command']['de-de'] = ""; $text['description-command']['es-cl'] = ""; $text['description-command']['es-mx'] = ""; -$text['description-command']['fr-ca'] = ""; -$text['description-command']['fr-fr'] = ""; +$text['description-command']['fr-ca'] = "Définir la commande"; +$text['description-command']['fr-fr'] = "Définir la commande"; $text['description-command']['he-il'] = ""; $text['description-command']['it-it'] = ""; $text['description-command']['nl-nl'] = ""; @@ -328,8 +328,8 @@ $text['description-name']['de-ch'] = "Geben Sie den Namen der Variable an."; //c $text['description-name']['de-de'] = "Geben Sie den Namen der Variable an."; $text['description-name']['es-cl'] = "Ingrese el nombre de la variable."; $text['description-name']['es-mx'] = "Ingrese el nombre de la variable."; //copied from es-cl -$text['description-name']['fr-ca'] = ""; -$text['description-name']['fr-fr'] = ""; +$text['description-name']['fr-ca'] = "Entrez le nom de la variable"; +$text['description-name']['fr-fr'] = "Entrez le nom de la variable"; $text['description-name']['he-il'] = ""; $text['description-name']['it-it'] = "Inserire nome variabile."; $text['description-name']['nl-nl'] = ""; @@ -368,8 +368,8 @@ $text['description-enabled']['de-ch'] = ""; $text['description-enabled']['de-de'] = ""; $text['description-enabled']['es-cl'] = ""; $text['description-enabled']['es-mx'] = ""; -$text['description-enabled']['fr-ca'] = ""; -$text['description-enabled']['fr-fr'] = ""; +$text['description-enabled']['fr-ca'] = "Activer ou désactiver cette variable"; +$text['description-enabled']['fr-fr'] = "Activer ou désactiver cette variable"; $text['description-enabled']['he-il'] = ""; $text['description-enabled']['it-it'] = ""; $text['description-enabled']['nl-nl'] = ""; @@ -388,8 +388,8 @@ $text['description-order']['de-ch'] = ""; $text['description-order']['de-de'] = ""; $text['description-order']['es-cl'] = ""; $text['description-order']['es-mx'] = ""; -$text['description-order']['fr-ca'] = ""; -$text['description-order']['fr-fr'] = ""; +$text['description-order']['fr-ca'] = "Sélectionnez l'ordre"; +$text['description-order']['fr-fr'] = "Sélectionnez l'ordre"; $text['description-order']['he-il'] = ""; $text['description-order']['it-it'] = ""; $text['description-order']['nl-nl'] = ""; @@ -408,8 +408,8 @@ $text['description-description']['de-ch'] = ""; $text['description-description']['de-de'] = ""; $text['description-description']['es-cl'] = ""; $text['description-description']['es-mx'] = ""; -$text['description-description']['fr-ca'] = ""; -$text['description-description']['fr-fr'] = ""; +$text['description-description']['fr-ca'] = "Entrez la description"; +$text['description-description']['fr-fr'] = "Entrez la description"; $text['description-description']['he-il'] = ""; $text['description-description']['it-it'] = ""; $text['description-description']['nl-nl'] = "";