From 899058c2b219ccd079a5f7e2bf3e43291da28df9 Mon Sep 17 00:00:00 2001 From: KRooney <42127223+LEMTEL-krooney@users.noreply.github.com> Date: Tue, 8 Feb 2022 22:29:59 -0500 Subject: [PATCH] Update app_languages.php (#6294) french update --- app/sip_status/app_languages.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/sip_status/app_languages.php b/app/sip_status/app_languages.php index 9b939199e0..83701690e6 100644 --- a/app/sip_status/app_languages.php +++ b/app/sip_status/app_languages.php @@ -219,8 +219,8 @@ $text['description-sip_status']['de-ch'] = "View and manage the status of system $text['description-sip_status']['de-de'] = "View and manage the status of system profiles and gateways."; $text['description-sip_status']['es-cl'] = "View and manage the status of system profiles and gateways."; $text['description-sip_status']['es-mx'] = "View and manage the status of system profiles and gateways."; -$text['description-sip_status']['fr-ca'] = "View and manage the status of system profiles and gateways."; -$text['description-sip_status']['fr-fr'] = "View and manage the status of system profiles and gateways."; +$text['description-sip_status']['fr-ca'] = "Affichez et gérez l'état des profils système et des passerelles."; +$text['description-sip_status']['fr-fr'] = "Affichez et gérez l'état des profils système et des passerelles."; $text['description-sip_status']['he-il'] = "View and manage the status of system profiles and gateways."; $text['description-sip_status']['it-it'] = "View and manage the status of system profiles and gateways."; $text['description-sip_status']['nl-nl'] = "View and manage the status of system profiles and gateways."; @@ -261,8 +261,8 @@ $text['button-rescan']['de-ch'] = "Neu scannen"; //copied from de-de $text['button-rescan']['de-de'] = "Neu scannen"; $text['button-rescan']['es-cl'] = "Vuelva a Explorar"; $text['button-rescan']['es-mx'] = "Vuelva a Explorar"; //copied from es-cl -$text['button-rescan']['fr-ca'] = "Rescan"; //copied from fr-fr -$text['button-rescan']['fr-fr'] = "Rescan"; +$text['button-rescan']['fr-ca'] = "Rescanne"; +$text['button-rescan']['fr-fr'] = "Rescanne"; $text['button-rescan']['he-il'] = ""; $text['button-rescan']['it-it'] = "Rescan"; $text['button-rescan']['nl-nl'] = "Opnieuw scannen"; @@ -282,8 +282,8 @@ $text['button-reload_xml']['de-ch'] = "XML neu laden"; //copied from de-de $text['button-reload_xml']['de-de'] = "XML neu laden"; $text['button-reload_xml']['es-cl'] = "Actualizar XML"; $text['button-reload_xml']['es-mx'] = "Actualizar XML"; //copied from es-cl -$text['button-reload_xml']['fr-ca'] = "Reload XML"; //copied from fr-fr -$text['button-reload_xml']['fr-fr'] = "Reload XML"; +$text['button-reload_xml']['fr-ca'] = "Rechargé XML"; +$text['button-reload_xml']['fr-fr'] = "Rechargé XML"; $text['button-reload_xml']['he-il'] = ""; $text['button-reload_xml']['it-it'] = "Reload XML"; $text['button-reload_xml']['nl-nl'] = "Herlaad XML"; @@ -303,8 +303,8 @@ $text['button-reload_acl']['de-ch'] = "ACL neu laden"; //copied from de-de $text['button-reload_acl']['de-de'] = "ACL neu laden"; $text['button-reload_acl']['es-cl'] = "Actualizar ACL"; $text['button-reload_acl']['es-mx'] = "Actualizar ACL"; //copied from es-cl -$text['button-reload_acl']['fr-ca'] = "Reload ACL"; //copied from fr-fr -$text['button-reload_acl']['fr-fr'] = "Reload ACL"; +$text['button-reload_acl']['fr-ca'] = "Rechargé ACL"; //copied from fr-fr +$text['button-reload_acl']['fr-fr'] = "Rechargé ACL"; $text['button-reload_acl']['he-il'] = ""; $text['button-reload_acl']['it-it'] = "Reload ACL"; $text['button-reload_acl']['nl-nl'] = "Herlaad ACL";