From 4f2f229e7a908aa384a295e26e0458cd552279db Mon Sep 17 00:00:00 2001 From: emaktech Date: Tue, 17 Sep 2019 14:36:18 -0400 Subject: [PATCH] Modified fr-ca / fr-fr translation. (#4622) --- app/sip_profiles/app_languages.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/sip_profiles/app_languages.php b/app/sip_profiles/app_languages.php index 2a93cfc9da..656fbe754a 100644 --- a/app/sip_profiles/app_languages.php +++ b/app/sip_profiles/app_languages.php @@ -48,8 +48,8 @@ $text['title-sip_profile_domains']['de-ch'] = "Domänen"; //copied from de-de $text['title-sip_profile_domains']['de-de'] = "Domänen"; $text['title-sip_profile_domains']['es-cl'] = ""; $text['title-sip_profile_domains']['es-mx'] = ""; -$text['title-sip_profile_domains']['fr-ca'] = ""; -$text['title-sip_profile_domains']['fr-fr'] = ""; +$text['title-sip_profile_domains']['fr-ca'] = "Domaines"; +$text['title-sip_profile_domains']['fr-fr'] = "Domaines"; $text['title-sip_profile_domains']['he-il'] = ""; $text['title-sip_profile_domains']['it-it'] = ""; $text['title-sip_profile_domains']['nl-nl'] = ""; @@ -68,8 +68,8 @@ $text['title-sip_profile_domain']['de-ch'] = "Domäne"; //copied from de-de $text['title-sip_profile_domain']['de-de'] = "Domäne"; $text['title-sip_profile_domain']['es-cl'] = ""; $text['title-sip_profile_domain']['es-mx'] = ""; -$text['title-sip_profile_domain']['fr-ca'] = ""; -$text['title-sip_profile_domain']['fr-fr'] = ""; +$text['title-sip_profile_domain']['fr-ca'] = "Domaine"; +$text['title-sip_profile_domain']['fr-fr'] = "Domaine"; $text['title-sip_profile_domain']['he-il'] = ""; $text['title-sip_profile_domain']['it-it'] = ""; $text['title-sip_profile_domain']['nl-nl'] = ""; @@ -208,8 +208,8 @@ $text['label-sip_profile_domain_alias']['de-ch'] = "Alias"; //copied from de-de $text['label-sip_profile_domain_alias']['de-de'] = "Alias"; $text['label-sip_profile_domain_alias']['es-cl'] = ""; $text['label-sip_profile_domain_alias']['es-mx'] = ""; -$text['label-sip_profile_domain_alias']['fr-ca'] = ""; -$text['label-sip_profile_domain_alias']['fr-fr'] = ""; +$text['label-sip_profile_domain_alias']['fr-ca'] = "Alias"; +$text['label-sip_profile_domain_alias']['fr-fr'] = "Alias"; $text['label-sip_profile_domain_alias']['he-il'] = ""; $text['label-sip_profile_domain_alias']['it-it'] = ""; $text['label-sip_profile_domain_alias']['nl-nl'] = ""; @@ -228,8 +228,8 @@ $text['label-sip_profile_domain_parse']['de-ch'] = "Analysieren"; //copied from $text['label-sip_profile_domain_parse']['de-de'] = "Analysieren"; $text['label-sip_profile_domain_parse']['es-cl'] = ""; $text['label-sip_profile_domain_parse']['es-mx'] = ""; -$text['label-sip_profile_domain_parse']['fr-ca'] = ""; -$text['label-sip_profile_domain_parse']['fr-fr'] = ""; +$text['label-sip_profile_domain_parse']['fr-ca'] = "Analyser"; +$text['label-sip_profile_domain_parse']['fr-fr'] = "Analyser"; $text['label-sip_profile_domain_parse']['he-il'] = ""; $text['label-sip_profile_domain_parse']['it-it'] = ""; $text['label-sip_profile_domain_parse']['nl-nl'] = ""; @@ -368,8 +368,8 @@ $text['label-new_sip_profile_name']['de-ch'] = "Enter new SIP Profile Name"; $text['label-new_sip_profile_name']['de-de'] = "Enter new SIP Profile Name"; $text['label-new_sip_profile_name']['es-cl'] = "Enter new SIP Profile Name"; $text['label-new_sip_profile_name']['es-mx'] = "Enter new SIP Profile Name"; -$text['label-new_sip_profile_name']['fr-ca'] = "Enter new SIP Profile Name"; -$text['label-new_sip_profile_name']['fr-fr'] = "Enter new SIP Profile Name"; +$text['label-new_sip_profile_name']['fr-ca'] = "Entrez le nouveau nom de profil SIP"; +$text['label-new_sip_profile_name']['fr-fr'] = "Entrez le nouveau nom de profil SIP"; $text['label-new_sip_profile_name']['he-il'] = "Enter new SIP Profile Name"; $text['label-new_sip_profile_name']['it-it'] = "Enter new SIP Profile Name"; $text['label-new_sip_profile_name']['nl-nl'] = "Enter new SIP Profile Name";