2012-12-23 08:27:02 +00:00
<? php
2015-04-08 13:38:58 +00:00
$text [ 'title-gateways' ][ 'en-us' ] = "Gateways" ;
2020-03-20 20:47:13 +00:00
$text [ 'title-gateways' ][ 'en-gb' ] = "Gateways" ;
2017-05-12 15:44:53 +01:00
$text [ 'title-gateways' ][ 'ar-eg' ] = "البوابات" ;
2023-05-02 20:22:44 -06:00
$text [ 'title-gateways' ][ 'de-at' ] = "Gateways" ;
$text [ 'title-gateways' ][ 'de-ch' ] = "Gateways" ;
2017-05-12 15:44:53 +01:00
$text [ 'title-gateways' ][ 'de-de' ] = "Gateways" ;
2015-04-08 13:38:58 +00:00
$text [ 'title-gateways' ][ 'es-cl' ] = "Pasarelas" ;
2023-05-02 20:22:44 -06:00
$text [ 'title-gateways' ][ 'es-mx' ] = "Pasarelas" ;
$text [ 'title-gateways' ][ 'fr-ca' ] = "Passerelles" ;
2015-04-08 13:38:58 +00:00
$text [ 'title-gateways' ][ 'fr-fr' ] = "Passerelles" ;
2023-05-02 20:22:44 -06:00
$text [ 'title-gateways' ][ 'he-il' ] = "שערות" ;
2018-02-12 17:50:47 +00:00
$text [ 'title-gateways' ][ 'it-it' ] = "Gateways" ;
2019-11-23 01:37:36 +01:00
$text [ 'title-gateways' ][ 'nl-nl' ] = "Gateways" ;
2017-05-13 20:13:38 +01:00
$text [ 'title-gateways' ][ 'pl-pl' ] = "Bramy wyjściowe (gateways)" ;
2023-05-02 20:22:44 -06:00
$text [ 'title-gateways' ][ 'pt-br' ] = "Troncos" ;
2017-05-12 15:44:53 +01:00
$text [ 'title-gateways' ][ 'pt-pt' ] = "Gateways" ;
2017-06-02 20:24:12 +01:00
$text [ 'title-gateways' ][ 'ro-ro' ] = "portal" ;
2017-04-25 03:37:00 +05:00
$text [ 'title-gateways' ][ 'ru-ru' ] = "Шлюзы" ;
2017-05-12 15:44:53 +01:00
$text [ 'title-gateways' ][ 'sv-se' ] = "Gateways" ;
2017-05-13 20:13:38 +01:00
$text [ 'title-gateways' ][ 'uk-ua' ] = "Шлюзи" ;
2023-05-03 10:36:25 -06:00
$text [ 'title-gateways' ][ 'zh-cn' ] = "门户" ;
$text [ 'title-gateways' ][ 'ja-jp' ] = "ゲートウェイ" ;
$text [ 'title-gateways' ][ 'ko-kr' ] = "오시는 길" ;
2015-04-08 13:38:58 +00:00
$text [ 'title-gateway' ][ 'en-us' ] = "Gateway" ;
2020-03-20 20:47:13 +00:00
$text [ 'title-gateway' ][ 'en-gb' ] = "Gateway" ;
2017-05-12 15:44:53 +01:00
$text [ 'title-gateway' ][ 'ar-eg' ] = "البوابة" ;
2023-05-02 20:22:44 -06:00
$text [ 'title-gateway' ][ 'de-at' ] = "Gateway" ;
$text [ 'title-gateway' ][ 'de-ch' ] = "Gateway" ;
2017-05-12 15:44:53 +01:00
$text [ 'title-gateway' ][ 'de-de' ] = "Gateway" ;
2015-04-08 13:38:58 +00:00
$text [ 'title-gateway' ][ 'es-cl' ] = "Pasarela" ;
2023-05-02 20:22:44 -06:00
$text [ 'title-gateway' ][ 'es-mx' ] = "Pasarela" ;
$text [ 'title-gateway' ][ 'fr-ca' ] = "Passerelle" ;
2015-04-08 13:38:58 +00:00
$text [ 'title-gateway' ][ 'fr-fr' ] = "Passerelle" ;
2023-05-02 20:22:44 -06:00
$text [ 'title-gateway' ][ 'he-il' ] = "שער Gateway" ;
2018-02-12 17:50:47 +00:00
$text [ 'title-gateway' ][ 'it-it' ] = "Gateway" ;
2019-11-23 01:37:36 +01:00
$text [ 'title-gateway' ][ 'nl-nl' ] = "Gateway" ;
2017-05-13 20:13:38 +01:00
$text [ 'title-gateway' ][ 'pl-pl' ] = "Brama wyjściowa (gateway)" ;
2023-05-02 20:22:44 -06:00
$text [ 'title-gateway' ][ 'pt-br' ] = "Tronco" ;
2017-05-12 15:44:53 +01:00
$text [ 'title-gateway' ][ 'pt-pt' ] = "Gateway" ;
2017-06-02 20:24:12 +01:00
$text [ 'title-gateway' ][ 'ro-ro' ] = "portal" ;
2017-04-25 03:37:00 +05:00
$text [ 'title-gateway' ][ 'ru-ru' ] = "Шлюз" ;
2017-05-12 15:44:53 +01:00
$text [ 'title-gateway' ][ 'sv-se' ] = "Gateway" ;
2017-05-13 20:13:38 +01:00
$text [ 'title-gateway' ][ 'uk-ua' ] = "Шлюз" ;
2023-05-03 10:36:25 -06:00
$text [ 'title-gateway' ][ 'zh-cn' ] = "网关" ;
$text [ 'title-gateway' ][ 'ja-jp' ] = "ゲートウェイ" ;
$text [ 'title-gateway' ][ 'ko-kr' ] = "오시는 길" ;
2015-04-08 13:38:58 +00:00
$text [ 'select-global' ][ 'en-us' ] = "Global" ;
2020-03-20 20:47:13 +00:00
$text [ 'select-global' ][ 'en-gb' ] = "Global" ;
2023-05-02 20:22:44 -06:00
$text [ 'select-global' ][ 'ar-eg' ] = "عالمي" ;
$text [ 'select-global' ][ 'de-at' ] = "Global" ;
$text [ 'select-global' ][ 'de-ch' ] = "Global" ;
2017-05-12 15:44:53 +01:00
$text [ 'select-global' ][ 'de-de' ] = "Global" ;
2015-04-08 13:38:58 +00:00
$text [ 'select-global' ][ 'es-cl' ] = "Global" ;
2023-05-02 20:22:44 -06:00
$text [ 'select-global' ][ 'es-mx' ] = "Global" ;
$text [ 'select-global' ][ 'fr-ca' ] = "Global" ;
2015-06-06 02:37:26 +00:00
$text [ 'select-global' ][ 'fr-fr' ] = "Global" ;
2017-05-13 20:13:38 +01:00
$text [ 'select-global' ][ 'he-il' ] = "כללי" ;
2018-02-12 17:50:47 +00:00
$text [ 'select-global' ][ 'it-it' ] = "Globale" ;
2019-11-23 01:37:36 +01:00
$text [ 'select-global' ][ 'nl-nl' ] = "Globaal" ;
2017-05-13 20:13:38 +01:00
$text [ 'select-global' ][ 'pl-pl' ] = "Globalny" ;
2023-05-02 20:22:44 -06:00
$text [ 'select-global' ][ 'pt-br' ] = "Global" ;
2017-05-12 15:44:53 +01:00
$text [ 'select-global' ][ 'pt-pt' ] = "Global" ;
2017-06-02 20:24:12 +01:00
$text [ 'select-global' ][ 'ro-ro' ] = "Global" ;
2017-04-25 03:37:00 +05:00
$text [ 'select-global' ][ 'ru-ru' ] = "Глобальный" ;
2017-05-12 15:44:53 +01:00
$text [ 'select-global' ][ 'sv-se' ] = "Global" ;
2017-05-13 20:13:38 +01:00
$text [ 'select-global' ][ 'uk-ua' ] = "Global" ;
2023-05-03 10:36:25 -06:00
$text [ 'select-global' ][ 'zh-cn' ] = "全球" ;
$text [ 'select-global' ][ 'ja-jp' ] = "グローバル" ;
$text [ 'select-global' ][ 'ko-kr' ] = "주요사업" ;
2015-04-08 13:38:58 +00:00
$text [ 'message-maximum_gateways' ][ 'en-us' ] = "Maximum Gateways:" ;
2020-03-20 20:47:13 +00:00
$text [ 'message-maximum_gateways' ][ 'en-gb' ] = "Maximum Gateways:" ;
2023-05-02 20:22:44 -06:00
$text [ 'message-maximum_gateways' ][ 'ar-eg' ] = "الحد الأقصى للطرق:" ;
$text [ 'message-maximum_gateways' ][ 'de-at' ] = "Maximale Anzahl an Gateways:" ;
$text [ 'message-maximum_gateways' ][ 'de-ch' ] = "Maximale Anzahl an Gateways:" ;
2017-05-12 15:44:53 +01:00
$text [ 'message-maximum_gateways' ][ 'de-de' ] = "Maximale Anzahl an Gateways:" ;
2015-04-08 13:38:58 +00:00
$text [ 'message-maximum_gateways' ][ 'es-cl' ] = "Gateways Máximo Permitido:" ;
2023-05-02 20:22:44 -06:00
$text [ 'message-maximum_gateways' ][ 'es-mx' ] = "Gateways Máximo Permitido:" ;
$text [ 'message-maximum_gateways' ][ 'fr-ca' ] = "Passerelles Maximum Autorisé:" ;
2015-04-08 13:38:58 +00:00
$text [ 'message-maximum_gateways' ][ 'fr-fr' ] = "Passerelles Maximum Autorisé:" ;
2023-05-02 20:22:44 -06:00
$text [ 'message-maximum_gateways' ][ 'he-il' ] = "שער מקסימלי:" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-maximum_gateways' ][ 'it-it' ] = "Massimo Numero Gateways:" ;
2019-11-23 01:37:36 +01:00
$text [ 'message-maximum_gateways' ][ 'nl-nl' ] = "Maximaal aantal Gateways:" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-maximum_gateways' ][ 'pl-pl' ] = "Maksymalna ilość bram wyjściowych" ;
2019-11-28 15:08:30 -03:00
$text [ 'message-maximum_gateways' ][ 'pt-br' ] = "Número máximo de troncos:" ;
2017-05-12 15:44:53 +01:00
$text [ 'message-maximum_gateways' ][ 'pt-pt' ] = "Gateways Máximo Permitido:" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-maximum_gateways' ][ 'ro-ro' ] = "Gateways maxime:" ;
2017-04-25 03:37:00 +05:00
$text [ 'message-maximum_gateways' ][ 'ru-ru' ] = "Максимум Шлюзов:" ;
2017-05-12 15:44:53 +01:00
$text [ 'message-maximum_gateways' ][ 'sv-se' ] = "Max antal Gateways:" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-maximum_gateways' ][ 'uk-ua' ] = "Максимальна кількість шлюзів" ;
2023-05-03 10:36:25 -06:00
$text [ 'message-maximum_gateways' ][ 'zh-cn' ] = "最大通道:" ;
$text [ 'message-maximum_gateways' ][ 'ja-jp' ] = "最大ゲートウェイ:" ;
$text [ 'message-maximum_gateways' ][ 'ko-kr' ] = "최대 게이트웨이:" ;
2015-04-08 13:38:58 +00:00
2019-11-22 13:15:53 -07:00
$text [ 'message-gateway_started' ][ 'en-us' ] = "Gateway(s) Started" ;
2020-03-20 20:47:13 +00:00
$text [ 'message-gateway_started' ][ 'en-gb' ] = "Gateway(s) Started" ;
2019-11-22 13:15:53 -07:00
$text [ 'message-gateway_started' ][ 'ar-eg' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'de-at' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'de-ch' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'de-de' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'es-cl' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'es-mx' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'fr-ca' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'fr-fr' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'he-il' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'it-it' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'nl-nl' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'pl-pl' ] = "Gateway(s) Started" ;
2019-11-28 15:08:30 -03:00
$text [ 'message-gateway_started' ][ 'pt-br' ] = "Tronco(s) Iniciado" ;
2019-11-22 13:15:53 -07:00
$text [ 'message-gateway_started' ][ 'pt-pt' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'ro-ro' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'ru-ru' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'sv-se' ] = "Gateway(s) Started" ;
$text [ 'message-gateway_started' ][ 'uk-ua' ] = "Gateway(s) Started" ;
2023-05-03 10:36:25 -06:00
$text [ 'message-gateway_started' ][ 'zh-cn' ] = "门户开通" ;
$text [ 'message-gateway_started' ][ 'ja-jp' ] = "ゲートウェイ開始" ;
$text [ 'message-gateway_started' ][ 'ko-kr' ] = "Gateway(s) 시작" ;
2019-11-22 13:15:53 -07:00
$text [ 'message-gateway_stopped' ][ 'en-us' ] = "Gateway(s) Stopped" ;
2020-03-20 20:47:13 +00:00
$text [ 'message-gateway_stopped' ][ 'en-gb' ] = "Gateway(s) Stopped" ;
2019-11-22 13:15:53 -07:00
$text [ 'message-gateway_stopped' ][ 'ar-eg' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'de-at' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'de-ch' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'de-de' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'es-cl' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'es-mx' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'fr-ca' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'fr-fr' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'he-il' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'it-it' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'nl-nl' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'pl-pl' ] = "Gateway(s) Stopped" ;
2019-11-28 15:08:30 -03:00
$text [ 'message-gateway_stopped' ][ 'pt-br' ] = "Tronco(s) Parado" ;
2019-11-22 13:15:53 -07:00
$text [ 'message-gateway_stopped' ][ 'pt-pt' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'ro-ro' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'ru-ru' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'sv-se' ] = "Gateway(s) Stopped" ;
$text [ 'message-gateway_stopped' ][ 'uk-ua' ] = "Gateway(s) Stopped" ;
2023-05-03 10:36:25 -06:00
$text [ 'message-gateway_stopped' ][ 'zh-cn' ] = "关门" ;
$text [ 'message-gateway_stopped' ][ 'ja-jp' ] = "ゲートウェイ停止" ;
$text [ 'message-gateway_stopped' ][ 'ko-kr' ] = "게이트웨이" ;
2019-11-22 13:15:53 -07:00
$text [ 'confirm-start_gateways' ][ 'en-us' ] = "Are you sure you wish to START these gateways?" ;
2020-03-20 20:47:13 +00:00
$text [ 'confirm-start_gateways' ][ 'en-gb' ] = "Are you sure you wish to START these gateways?" ;
2019-11-22 13:15:53 -07:00
$text [ 'confirm-start_gateways' ][ 'ar-eg' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'de-at' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'de-ch' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'de-de' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'es-cl' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'es-mx' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'fr-ca' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'fr-fr' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'he-il' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'it-it' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'nl-nl' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'pl-pl' ] = "Are you sure you wish to START these gateways?" ;
2019-11-28 15:08:30 -03:00
$text [ 'confirm-start_gateways' ][ 'pt-br' ] = "Tem certeza que deseja INICIAR este(s) tronco(s)?" ;
2019-11-22 13:15:53 -07:00
$text [ 'confirm-start_gateways' ][ 'pt-pt' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'ro-ro' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'ru-ru' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'sv-se' ] = "Are you sure you wish to START these gateways?" ;
$text [ 'confirm-start_gateways' ][ 'uk-ua' ] = "Are you sure you wish to START these gateways?" ;
2023-05-03 10:36:25 -06:00
$text [ 'confirm-start_gateways' ][ 'zh-cn' ] = "你们是否希望《裁武条约》的这些门户?" ;
$text [ 'confirm-start_gateways' ][ 'ja-jp' ] = "これらのゲートウェイを起動しますか?" ;
$text [ 'confirm-start_gateways' ][ 'ko-kr' ] = "이 게이트웨이를 시작하시겠습니까?" ;
2019-11-22 13:15:53 -07:00
$text [ 'confirm-stop_gateways' ][ 'en-us' ] = "Are you sure you wish to STOP these gateways?" ;
2020-03-20 20:47:13 +00:00
$text [ 'confirm-stop_gateways' ][ 'en-gb' ] = "Are you sure you wish to STOP these gateways?" ;
2019-11-22 13:15:53 -07:00
$text [ 'confirm-stop_gateways' ][ 'ar-eg' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'de-at' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'de-ch' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'de-de' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'es-cl' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'es-mx' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'fr-ca' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'fr-fr' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'he-il' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'it-it' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'nl-nl' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'pl-pl' ] = "Are you sure you wish to STOP these gateways?" ;
2019-11-28 15:08:30 -03:00
$text [ 'confirm-stop_gateways' ][ 'pt-br' ] = "Tem certeza qeu deseja PARAR este(s) tronco(s)?" ;
2019-11-22 13:15:53 -07:00
$text [ 'confirm-stop_gateways' ][ 'pt-pt' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'ro-ro' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'ru-ru' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'sv-se' ] = "Are you sure you wish to STOP these gateways?" ;
$text [ 'confirm-stop_gateways' ][ 'uk-ua' ] = "Are you sure you wish to STOP these gateways?" ;
2023-05-03 10:36:25 -06:00
$text [ 'confirm-stop_gateways' ][ 'zh-cn' ] = "你们是否希望STOP这些通道?" ;
$text [ 'confirm-stop_gateways' ][ 'ja-jp' ] = "これらのゲートウェイを STOP したいですか?" ;
$text [ 'confirm-stop_gateways' ][ 'ko-kr' ] = "이러한 게이트웨이를 STOP를 원하십니까?" ;
2019-11-22 13:15:53 -07:00
2015-04-08 13:38:58 +00:00
$text [ 'label-username' ][ 'en-us' ] = "Username" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-username' ][ 'en-gb' ] = "Username" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-username' ][ 'ar-eg' ] = "اسم المستخدم" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-username' ][ 'de-at' ] = "Benutzername" ;
$text [ 'label-username' ][ 'de-ch' ] = "Benutzername" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-username' ][ 'de-de' ] = "Benutzername" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-username' ][ 'es-cl' ] = "Nombre de Usuario" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-username' ][ 'es-mx' ] = "Nombre de Usuario" ;
$text [ 'label-username' ][ 'fr-ca' ] = "Utilisateur" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-username' ][ 'fr-fr' ] = "Utilisateur" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-username' ][ 'he-il' ] = "שם משתמש" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-username' ][ 'it-it' ] = "Username" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-username' ][ 'nl-nl' ] = "Gebruikersnaam" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-username' ][ 'pl-pl' ] = "Użytkownik" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-username' ][ 'pt-br' ] = "Nome do Usuário" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-username' ][ 'pt-pt' ] = "Nome do Utilizador" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-username' ][ 'ro-ro' ] = "Utilizator" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-username' ][ 'ru-ru' ] = "Имя пользователя" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-username' ][ 'sv-se' ] = "Användarnamn" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-username' ][ 'uk-ua' ] = "Ім’я користувача" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-username' ][ 'zh-cn' ] = "用户名" ;
$text [ 'label-username' ][ 'ja-jp' ] = "ユーザ名" ;
$text [ 'label-username' ][ 'ko-kr' ] = "사용자 이름" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-supress_cng' ][ 'en-us' ] = "Supress CNG" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-supress_cng' ][ 'en-gb' ] = "Supress CNG" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-supress_cng' ][ 'ar-eg' ] = "cng" ;
$text [ 'label-supress_cng' ][ 'de-at' ] = "CNG unterdrücken" ;
$text [ 'label-supress_cng' ][ 'de-ch' ] = "CNG unterdrücken" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-supress_cng' ][ 'de-de' ] = "CNG unterdrücken" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-supress_cng' ][ 'es-cl' ] = "Suprimir CNG" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-supress_cng' ][ 'es-mx' ] = "Suprimir CNG" ;
$text [ 'label-supress_cng' ][ 'fr-ca' ] = "Suppression des silences" ;
2015-06-06 02:37:26 +00:00
$text [ 'label-supress_cng' ][ 'fr-fr' ] = "Suppression des silences" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-supress_cng' ][ 'he-il' ] = "דיכאון CNG" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-supress_cng' ][ 'it-it' ] = "Soppressione CNG" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-supress_cng' ][ 'nl-nl' ] = "Onderdruk CNG" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-supress_cng' ][ 'pl-pl' ] = "Ztłum/wyłącz CNG (calling tones)" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-supress_cng' ][ 'pt-br' ] = "Supressão de ruído de conforto (CNG)" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-supress_cng' ][ 'pt-pt' ] = "Supress CNG" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-supress_cng' ][ 'ro-ro' ] = "Suprima CNG" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-supress_cng' ][ 'ru-ru' ] = "Подавление CNG" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-supress_cng' ][ 'sv-se' ] = "Göm CNG" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-supress_cng' ][ 'uk-ua' ] = "Supress CNG" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-supress_cng' ][ 'zh-cn' ] = "press" ;
$text [ 'label-supress_cng' ][ 'ja-jp' ] = "サプレス CNG" ;
$text [ 'label-supress_cng' ][ 'ko-kr' ] = "수압 CNG" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-status-stopped' ][ 'en-us' ] = "Stopped" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-status-stopped' ][ 'en-gb' ] = "Stopped" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-status-stopped' ][ 'ar-eg' ] = "متوقف" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-status-stopped' ][ 'de-at' ] = "Gestoppt" ;
$text [ 'label-status-stopped' ][ 'de-ch' ] = "Gestoppt" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-status-stopped' ][ 'de-de' ] = "Gestoppt" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-status-stopped' ][ 'es-cl' ] = "Detenido" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-status-stopped' ][ 'es-mx' ] = "Detenido" ;
$text [ 'label-status-stopped' ][ 'fr-ca' ] = "Arrété" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-status-stopped' ][ 'fr-fr' ] = "Arrété" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-status-stopped' ][ 'he-il' ] = "נעצר" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-status-stopped' ][ 'it-it' ] = "Fermato" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-status-stopped' ][ 'nl-nl' ] = "Gestopt" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-status-stopped' ][ 'pl-pl' ] = "Zatrzymany" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-status-stopped' ][ 'pt-br' ] = "Parado" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-status-stopped' ][ 'pt-pt' ] = "Parado" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-status-stopped' ][ 'ro-ro' ] = "Oprit" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-status-stopped' ][ 'ru-ru' ] = "Остановлен" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-status-stopped' ][ 'sv-se' ] = "Stoppad" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-status-stopped' ][ 'uk-ua' ] = "Зупинено" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-status-stopped' ][ 'zh-cn' ] = "停止" ;
$text [ 'label-status-stopped' ][ 'ja-jp' ] = "停止" ;
$text [ 'label-status-stopped' ][ 'ko-kr' ] = "뚱 베어" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-status-running' ][ 'en-us' ] = "Running" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-status-running' ][ 'en-gb' ] = "Running" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-status-running' ][ 'ar-eg' ] = "فعال" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-status-running' ][ 'de-at' ] = "Aktiv" ;
$text [ 'label-status-running' ][ 'de-ch' ] = "Aktiv" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-status-running' ][ 'de-de' ] = "Aktiv" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-status-running' ][ 'es-cl' ] = "Corriendo" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-status-running' ][ 'es-mx' ] = "Corriendo" ;
$text [ 'label-status-running' ][ 'fr-ca' ] = "Actif" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-status-running' ][ 'fr-fr' ] = "Actif" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-status-running' ][ 'he-il' ] = "ריצה" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-status-running' ][ 'it-it' ] = "Attivo" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-status-running' ][ 'nl-nl' ] = "Aktief" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-status-running' ][ 'pl-pl' ] = "Uruchomiony" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-status-running' ][ 'pt-br' ] = "Em execução" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-status-running' ][ 'pt-pt' ] = "Em execução" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-status-running' ][ 'ro-ro' ] = "Alergare" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-status-running' ][ 'ru-ru' ] = "Запущено" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-status-running' ][ 'sv-se' ] = "I drift" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-status-running' ][ 'uk-ua' ] = "Запущено" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-status-running' ][ 'zh-cn' ] = "驾驶" ;
$text [ 'label-status-running' ][ 'ja-jp' ] = "ランニング" ;
$text [ 'label-status-running' ][ 'ko-kr' ] = "지원하다" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-status' ][ 'en-us' ] = "Status" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-status' ][ 'en-gb' ] = "Status" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-status' ][ 'ar-eg' ] = "الحالة" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-status' ][ 'de-at' ] = "Status" ;
$text [ 'label-status' ][ 'de-ch' ] = "Status" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-status' ][ 'de-de' ] = "Status" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-status' ][ 'es-cl' ] = "Estado" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-status' ][ 'es-mx' ] = "Estado" ;
$text [ 'label-status' ][ 'fr-ca' ] = "Statut" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-status' ][ 'fr-fr' ] = "Statut" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-status' ][ 'he-il' ] = "סטטוס" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-status' ][ 'it-it' ] = "Stato" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-status' ][ 'nl-nl' ] = "Status" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-status' ][ 'pl-pl' ] = "Status" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-status' ][ 'pt-br' ] = "Estado" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-status' ][ 'pt-pt' ] = "Estado" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-status' ][ 'ro-ro' ] = "Stare" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-status' ][ 'ru-ru' ] = "Статус" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-status' ][ 'sv-se' ] = "Status" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-status' ][ 'uk-ua' ] = "Статус" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-status' ][ 'zh-cn' ] = "现况" ;
$text [ 'label-status' ][ 'ja-jp' ] = "ステータス" ;
$text [ 'label-status' ][ 'ko-kr' ] = "주요연혁" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-state' ][ 'en-us' ] = "State" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-state' ][ 'en-gb' ] = "State" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-state' ][ 'ar-eg' ] = "الدولة" ;
$text [ 'label-state' ][ 'de-at' ] = "Status" ;
$text [ 'label-state' ][ 'de-ch' ] = "Status" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-state' ][ 'de-de' ] = "Status" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-state' ][ 'es-cl' ] = "Estado" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-state' ][ 'es-mx' ] = "Estado" ;
$text [ 'label-state' ][ 'fr-ca' ] = "Etat" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-state' ][ 'fr-fr' ] = "Etat" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-state' ][ 'he-il' ] = "מדינה" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-state' ][ 'it-it' ] = "Stato SIP" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-state' ][ 'nl-nl' ] = "SIP Status" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-state' ][ 'pl-pl' ] = "Stan" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-state' ][ 'pt-br' ] = "Estado" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-state' ][ 'pt-pt' ] = "Estado" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-state' ][ 'ro-ro' ] = "Stat" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-state' ][ 'ru-ru' ] = "Cостояние" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-state' ][ 'sv-se' ] = "Status" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-state' ][ 'uk-ua' ] = "Стан" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-state' ][ 'zh-cn' ] = "国家" ;
$text [ 'label-state' ][ 'ja-jp' ] = "ステータス" ;
$text [ 'label-state' ][ 'ko-kr' ] = "주요 특징" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-sip_cid_type' ][ 'en-us' ] = "Sip CID Type" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-sip_cid_type' ][ 'en-gb' ] = "Sip CID Type" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-sip_cid_type' ][ 'ar-eg' ] = "Sip CID النوع" ;
$text [ 'label-sip_cid_type' ][ 'de-at' ] = "Art der SIP Anruferkennung (CID)" ;
$text [ 'label-sip_cid_type' ][ 'de-ch' ] = "Art der SIP Anruferkennung (CID)" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-sip_cid_type' ][ 'de-de' ] = "Art der SIP Anruferkennung (CID)" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-sip_cid_type' ][ 'es-cl' ] = "Tipo de Caller ID SIP " ;
2023-05-02 20:22:44 -06:00
$text [ 'label-sip_cid_type' ][ 'es-mx' ] = "Tipo de Caller ID SIP " ;
$text [ 'label-sip_cid_type' ][ 'fr-ca' ] = "Type d'identifiant d'appelant SIP" ;
2015-06-06 02:37:26 +00:00
$text [ 'label-sip_cid_type' ][ 'fr-fr' ] = "Type d'identifiant d'appelant SIP" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-sip_cid_type' ][ 'he-il' ] = "Sip CID סוג" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-sip_cid_type' ][ 'it-it' ] = "Sip CID Type" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-sip_cid_type' ][ 'nl-nl' ] = "SIP CID Type" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-sip_cid_type' ][ 'pl-pl' ] = "Typ SIP CID" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-sip_cid_type' ][ 'pt-br' ] = "Tipo de Caller ID SIP" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-sip_cid_type' ][ 'pt-pt' ] = "Tipo de Caller ID SIP" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-sip_cid_type' ][ 'ro-ro' ] = "Sorbiți tip CID" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-sip_cid_type' ][ 'ru-ru' ] = "Введите SIP идентификатор (CID) вызывающего абонента" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-sip_cid_type' ][ 'sv-se' ] = "Sip CID Typ" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-sip_cid_type' ][ 'uk-ua' ] = "Sip CID Type" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-sip_cid_type' ][ 'zh-cn' ] = "Sip CID 类型" ;
$text [ 'label-sip_cid_type' ][ 'ja-jp' ] = "シップCID タイプ:" ;
$text [ 'label-sip_cid_type' ][ 'ko-kr' ] = "RSS 피드 제품정보" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-retry_seconds' ][ 'en-us' ] = "Retry Seconds" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-retry_seconds' ][ 'en-gb' ] = "Retry Seconds" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-retry_seconds' ][ 'ar-eg' ] = "ثانية إعادة" ;
$text [ 'label-retry_seconds' ][ 'de-at' ] = "Wiederholung (Sekunden)" ;
$text [ 'label-retry_seconds' ][ 'de-ch' ] = "Wiederholung (Sekunden)" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-retry_seconds' ][ 'de-de' ] = "Wiederholung (Sekunden)" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-retry_seconds' ][ 'es-cl' ] = "Tiempo de reconexión" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-retry_seconds' ][ 'es-mx' ] = "Tiempo de reconexión" ;
$text [ 'label-retry_seconds' ][ 'fr-ca' ] = "Temporisation avant ré-enregistrement" ;
2015-06-06 02:37:26 +00:00
$text [ 'label-retry_seconds' ][ 'fr-fr' ] = "Temporisation avant ré-enregistrement" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-retry_seconds' ][ 'he-il' ] = "מחדש שניות" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-retry_seconds' ][ 'it-it' ] = "Retry Seconds" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-retry_seconds' ][ 'nl-nl' ] = "Herhaal (seconden)" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-retry_seconds' ][ 'pl-pl' ] = "Ponowna próba {sek)" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-retry_seconds' ][ 'pt-br' ] = "Segundos para reconexão" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-retry_seconds' ][ 'pt-pt' ] = "Tempo de Reconexão" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-retry_seconds' ][ 'ro-ro' ] = "reîncerca secunde" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-retry_seconds' ][ 'ru-ru' ] = "Повтор попытки регистрации" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-retry_seconds' ][ 'sv-se' ] = "Retry sekunder" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-retry_seconds' ][ 'uk-ua' ] = "Retry Seconds " ;
2023-05-03 10:36:25 -06:00
$text [ 'label-retry_seconds' ][ 'zh-cn' ] = "第二次" ;
$text [ 'label-retry_seconds' ][ 'ja-jp' ] = "再試行秒" ;
$text [ 'label-retry_seconds' ][ 'ko-kr' ] = "Retry 초" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-register_transport' ][ 'en-us' ] = "Register Transport" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-register_transport' ][ 'en-gb' ] = "Register Transport" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-register_transport' ][ 'ar-eg' ] = "السجل" ;
$text [ 'label-register_transport' ][ 'de-at' ] = "Register Transportprotokoll" ;
$text [ 'label-register_transport' ][ 'de-ch' ] = "Register Transportprotokoll" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-register_transport' ][ 'de-de' ] = "Register Transportprotokoll" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-register_transport' ][ 'es-cl' ] = "Transporte de Registro" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-register_transport' ][ 'es-mx' ] = "Transporte de Registro" ;
$text [ 'label-register_transport' ][ 'fr-ca' ] = "Transport de l'enregistrement" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-register_transport' ][ 'fr-fr' ] = "Transport de l'enregistrement" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-register_transport' ][ 'he-il' ] = "תחבורה" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-register_transport' ][ 'it-it' ] = "Trasporto Register" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-register_transport' ][ 'nl-nl' ] = "Restatie transportprotocol" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-register_transport' ][ 'pl-pl' ] = "Protokół transportu SIP 'Register'" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-register_transport' ][ 'pt-br' ] = "Transporte do registro" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-register_transport' ][ 'pt-pt' ] = "Transporte do Registo" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-register_transport' ][ 'ro-ro' ] = "Inregistrati- Transport" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-register_transport' ][ 'ru-ru' ] = "Регистрация Транспорта" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-register_transport' ][ 'sv-se' ] = "Register Transport" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-register_transport' ][ 'uk-ua' ] = "Транспорт для реєстрації" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-register_transport' ][ 'zh-cn' ] = "登记册运输" ;
$text [ 'label-register_transport' ][ 'ja-jp' ] = "交通登録" ;
$text [ 'label-register_transport' ][ 'ko-kr' ] = "회사연혁" ;
2015-04-08 13:38:58 +00:00
2023-02-06 22:24:16 -07:00
$text [ 'label-contact_params' ][ 'en-us' ] = "Contact Params" ;
$text [ 'label-contact_params' ][ 'en-gb' ] = "Contact Params" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-contact_params' ][ 'ar-eg' ] = "أجهزة الاتصال" ;
$text [ 'label-contact_params' ][ 'de-at' ] = "Kontakt Params" ;
$text [ 'label-contact_params' ][ 'de-ch' ] = "Kontakt Params" ;
$text [ 'label-contact_params' ][ 'de-de' ] = "Kontakt Params" ;
$text [ 'label-contact_params' ][ 'es-cl' ] = "Params de contacto" ;
$text [ 'label-contact_params' ][ 'es-mx' ] = "Params de contacto" ;
$text [ 'label-contact_params' ][ 'fr-ca' ] = "contact params" ;
$text [ 'label-contact_params' ][ 'fr-fr' ] = "contact params" ;
$text [ 'label-contact_params' ][ 'he-il' ] = "קשר Params" ;
$text [ 'label-contact_params' ][ 'it-it' ] = "Contatto Params" ;
$text [ 'label-contact_params' ][ 'nl-nl' ] = "Contact params" ;
$text [ 'label-contact_params' ][ 'pl-pl' ] = "Params Contact Params (ang.)." ;
$text [ 'label-contact_params' ][ 'pt-br' ] = "Params de contato" ;
$text [ 'label-contact_params' ][ 'pt-pt' ] = "Params de contato" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-contact_params' ][ 'ro-ro' ] = "Contactați Params" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-contact_params' ][ 'ru-ru' ] = "Парамы контактов" ;
$text [ 'label-contact_params' ][ 'sv-se' ] = "Kontakta Params" ;
$text [ 'label-contact_params' ][ 'uk-ua' ] = "Контакти" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-contact_params' ][ 'zh-cn' ] = "联系人" ;
$text [ 'label-contact_params' ][ 'ja-jp' ] = "コンタクトパラメータ" ;
$text [ 'label-contact_params' ][ 'ko-kr' ] = "연락처 Params" ;
2023-02-06 22:24:16 -07:00
2015-04-08 13:38:58 +00:00
$text [ 'label-register_proxy' ][ 'en-us' ] = "Register Proxy" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-register_proxy' ][ 'en-gb' ] = "Register Proxy" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-register_proxy' ][ 'ar-eg' ] = "السجل" ;
$text [ 'label-register_proxy' ][ 'de-at' ] = "Register Proxy" ;
$text [ 'label-register_proxy' ][ 'de-ch' ] = "Register Proxy" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-register_proxy' ][ 'de-de' ] = "Register Proxy" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-register_proxy' ][ 'es-cl' ] = "Proxy de Registro" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-register_proxy' ][ 'es-mx' ] = "Proxy de Registro" ;
$text [ 'label-register_proxy' ][ 'fr-ca' ] = "Proxy d'enregistrement" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-register_proxy' ][ 'fr-fr' ] = "Proxy d'enregistrement" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-register_proxy' ][ 'he-il' ] = "רשום Proxy" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-register_proxy' ][ 'it-it' ] = "Register Proxy" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-register_proxy' ][ 'nl-nl' ] = "Registratie Proxy" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-register_proxy' ][ 'pl-pl' ] = "Serwer proxy rejestracji" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-register_proxy' ][ 'pt-br' ] = "Proxy para Registro" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-register_proxy' ][ 'pt-pt' ] = "Registar Proxy" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-register_proxy' ][ 'ro-ro' ] = "Proxy înregistrare în" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-register_proxy' ][ 'ru-ru' ] = "Прокси-сервер регистрации" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-register_proxy' ][ 'sv-se' ] = "Register Proxy" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-register_proxy' ][ 'uk-ua' ] = "Проксі для реєстрації" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-register_proxy' ][ 'zh-cn' ] = "注册" ;
$text [ 'label-register_proxy' ][ 'ja-jp' ] = "プロキシ登録" ;
$text [ 'label-register_proxy' ][ 'ko-kr' ] = "Proxy 등록" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-register' ][ 'en-us' ] = "Register" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-register' ][ 'en-gb' ] = "Register" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-register' ][ 'ar-eg' ] = "السجل" ;
$text [ 'label-register' ][ 'de-at' ] = "Registrieren" ;
$text [ 'label-register' ][ 'de-ch' ] = "Registrieren" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-register' ][ 'de-de' ] = "Registrieren" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-register' ][ 'es-cl' ] = "Registrar" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-register' ][ 'es-mx' ] = "Registrar" ;
$text [ 'label-register' ][ 'fr-ca' ] = "S'enregister" ;
2015-06-06 02:37:26 +00:00
$text [ 'label-register' ][ 'fr-fr' ] = "S'enregister" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-register' ][ 'he-il' ] = "רשום" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-register' ][ 'it-it' ] = "Register" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-register' ][ 'nl-nl' ] = "Registreer" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-register' ][ 'pl-pl' ] = "Rejestracja" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-register' ][ 'pt-br' ] = "Registrar" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-register' ][ 'pt-pt' ] = "Registar" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-register' ][ 'ro-ro' ] = "Inregistreaza-te" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-register' ][ 'ru-ru' ] = "Регистрация" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-register' ][ 'sv-se' ] = "Register" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-register' ][ 'uk-ua' ] = "Реєстрація" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-register' ][ 'zh-cn' ] = "登记册" ;
$text [ 'label-register' ][ 'ja-jp' ] = "会員登録" ;
$text [ 'label-register' ][ 'ko-kr' ] = "이름 *" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-realm' ][ 'en-us' ] = "Realm" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-realm' ][ 'en-gb' ] = "Realm" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-realm' ][ 'ar-eg' ] = "عالم" ;
$text [ 'label-realm' ][ 'de-at' ] = "Realm" ;
$text [ 'label-realm' ][ 'de-ch' ] = "Realm" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-realm' ][ 'de-de' ] = "Realm" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-realm' ][ 'es-cl' ] = "Reino" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-realm' ][ 'es-mx' ] = "Reino" ;
$text [ 'label-realm' ][ 'fr-ca' ] = "Domaine" ;
2015-06-06 02:37:26 +00:00
$text [ 'label-realm' ][ 'fr-fr' ] = "Domaine" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-realm' ][ 'he-il' ] = "אמיתי" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-realm' ][ 'it-it' ] = "Realm" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-realm' ][ 'nl-nl' ] = "Domein" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-realm' ][ 'pl-pl' ] = "Realm (domena)" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-realm' ][ 'pt-br' ] = "Dominio" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-realm' ][ 'pt-pt' ] = "Realm" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-realm' ][ 'ro-ro' ] = "domeniu" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-realm' ][ 'ru-ru' ] = "Область" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-realm' ][ 'sv-se' ] = "Realm" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-realm' ][ 'uk-ua' ] = "Realm" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-realm' ][ 'zh-cn' ] = "实际" ;
$text [ 'label-realm' ][ 'ja-jp' ] = "レアルム" ;
$text [ 'label-realm' ][ 'ko-kr' ] = "뚱 베어" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-proxy' ][ 'en-us' ] = "Proxy" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-proxy' ][ 'en-gb' ] = "Proxy" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-proxy' ][ 'ar-eg' ] = "الوكيل" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-proxy' ][ 'de-at' ] = "Proxy" ;
$text [ 'label-proxy' ][ 'de-ch' ] = "Proxy" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-proxy' ][ 'de-de' ] = "Proxy" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-proxy' ][ 'es-cl' ] = "Apoderado" ;
$text [ 'label-proxy' ][ 'es-mx' ] = "Apoderado" ;
$text [ 'label-proxy' ][ 'fr-ca' ] = "Procuration" ;
$text [ 'label-proxy' ][ 'fr-fr' ] = "Procuration" ;
$text [ 'label-proxy' ][ 'he-il' ] = "פרוקסי" ;
$text [ 'label-proxy' ][ 'it-it' ] = "Delega" ;
$text [ 'label-proxy' ][ 'nl-nl' ] = "Volmacht" ;
$text [ 'label-proxy' ][ 'pl-pl' ] = "Pełnomocnik" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-proxy' ][ 'pt-br' ] = "Proxy" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-proxy' ][ 'pt-pt' ] = "Proxy" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-proxy' ][ 'ro-ro' ] = "împuternicire" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-proxy' ][ 'ru-ru' ] = "Прокси" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-proxy' ][ 'sv-se' ] = "Ombud" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-proxy' ][ 'uk-ua' ] = "Проксі" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-proxy' ][ 'zh-cn' ] = "oxy" ;
$text [ 'label-proxy' ][ 'ja-jp' ] = "プロキシ" ;
$text [ 'label-proxy' ][ 'ko-kr' ] = "다운로드" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-profile' ][ 'en-us' ] = "Profile" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-profile' ][ 'en-gb' ] = "Profile" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-profile' ][ 'ar-eg' ] = "موجز" ;
$text [ 'label-profile' ][ 'de-at' ] = "Profil" ;
$text [ 'label-profile' ][ 'de-ch' ] = "Profil" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-profile' ][ 'de-de' ] = "Profil" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-profile' ][ 'es-cl' ] = "Perfil" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-profile' ][ 'es-mx' ] = "Perfil" ;
$text [ 'label-profile' ][ 'fr-ca' ] = "Profile" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-profile' ][ 'fr-fr' ] = "Profile" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-profile' ][ 'he-il' ] = "פרופיל" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-profile' ][ 'it-it' ] = "Profilo" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-profile' ][ 'nl-nl' ] = "Profiel" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-profile' ][ 'pl-pl' ] = "Profil" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-profile' ][ 'pt-br' ] = "Perfil" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-profile' ][ 'pt-pt' ] = "Perfil" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-profile' ][ 'ro-ro' ] = "Profil" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-profile' ][ 'ru-ru' ] = "Профиль" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-profile' ][ 'sv-se' ] = "Profil" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-profile' ][ 'uk-ua' ] = "Профіль" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-profile' ][ 'zh-cn' ] = "概况" ;
$text [ 'label-profile' ][ 'ja-jp' ] = "プロフィール" ;
$text [ 'label-profile' ][ 'ko-kr' ] = "제품정보" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-ping' ][ 'en-us' ] = "Ping" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-ping' ][ 'en-gb' ] = "Ping" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-ping' ][ 'ar-eg' ] = "بينغ" ;
$text [ 'label-ping' ][ 'de-at' ] = "Klingeln" ;
$text [ 'label-ping' ][ 'de-ch' ] = "Klingeln" ;
$text [ 'label-ping' ][ 'de-de' ] = "Klingeln" ;
$text [ 'label-ping' ][ 'es-cl' ] = "Silbido" ;
$text [ 'label-ping' ][ 'es-mx' ] = "Silbido" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-ping' ][ 'fr-ca' ] = "Ping" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-ping' ][ 'fr-fr' ] = "Ping" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-ping' ][ 'he-il' ] = "פינג" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-ping' ][ 'it-it' ] = "Ping" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-ping' ][ 'nl-nl' ] = "Ping" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-ping' ][ 'pl-pl' ] = "Świst" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-ping' ][ 'pt-br' ] = "Ping" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-ping' ][ 'pt-pt' ] = "Ping" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-ping' ][ 'ro-ro' ] = "Ping" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-ping' ][ 'ru-ru' ] = "Пинг" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-ping' ][ 'sv-se' ] = "Ping" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-ping' ][ 'uk-ua' ] = "Пінг" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-ping' ][ 'zh-cn' ] = "管道" ;
$text [ 'label-ping' ][ 'ja-jp' ] = "ピン" ;
$text [ 'label-ping' ][ 'ko-kr' ] = "핑거" ;
2015-04-08 13:38:58 +00:00
2020-11-11 01:15:46 -05:00
$text [ 'label-ping_min' ][ 'en-us' ] = "Ping Min" ;
2022-07-19 16:34:01 -06:00
$text [ 'label-ping_min' ][ 'en-gb' ] = "Ping Min" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-ping_min' ][ 'ar-eg' ] = "بينغ مين" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-ping_min' ][ 'de-at' ] = "p-min" ;
$text [ 'label-ping_min' ][ 'de-ch' ] = "p-min" ;
$text [ 'label-ping_min' ][ 'de-de' ] = "p-min" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-ping_min' ][ 'es-cl' ] = "Ping mínimo" ;
$text [ 'label-ping_min' ][ 'es-mx' ] = "pPing mínimo" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-ping_min' ][ 'fr-ca' ] = "ping min" ;
$text [ 'label-ping_min' ][ 'fr-fr' ] = "ping min" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-ping_min' ][ 'he-il' ] = "פינג מינ" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-ping_min' ][ 'it-it' ] = "ping min" ;
$text [ 'label-ping_min' ][ 'nl-nl' ] = "Pingmin" ;
$text [ 'label-ping_min' ][ 'pl-pl' ] = "Pingin" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-ping_min' ][ 'pt-br' ] = "Ping mínimo" ;
$text [ 'label-ping_min' ][ 'pt-pt' ] = "Ping mínimo" ;
$text [ 'label-ping_min' ][ 'ro-ro' ] = "Ping Min" ;
$text [ 'label-ping_min' ][ 'ru-ru' ] = "Мин. пинг" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-ping_min' ][ 'sv-se' ] = "Ping min" ;
$text [ 'label-ping_min' ][ 'uk-ua' ] = "Пінг Мін" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-ping_min' ][ 'zh-cn' ] = "Пінг Мін" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-ping_min' ][ 'ja-jp' ] = "ピンミン" ;
$text [ 'label-ping_min' ][ 'ko-kr' ] = "Ping 분" ;
2020-11-11 01:15:46 -05:00
$text [ 'label-ping_max' ][ 'en-us' ] = "Ping Max" ;
2022-07-19 16:34:01 -06:00
$text [ 'label-ping_max' ][ 'en-gb' ] = "Ping Max" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-ping_max' ][ 'ar-eg' ] = "بينغ ماكس" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-ping_max' ][ 'de-at' ] = "max." ;
$text [ 'label-ping_max' ][ 'de-ch' ] = "max." ;
$text [ 'label-ping_max' ][ 'de-de' ] = "max." ;
2023-05-05 15:22:22 -06:00
$text [ 'label-ping_max' ][ 'es-cl' ] = "Máximo de ping" ;
$text [ 'label-ping_max' ][ 'es-mx' ] = "Máximo de ping" ;
$text [ 'label-ping_max' ][ 'fr-ca' ] = "Max de ping" ;
$text [ 'label-ping_max' ][ 'fr-fr' ] = "Max de ping" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-ping_max' ][ 'he-il' ] = "פינג מקס" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-ping_max' ][ 'it-it' ] = "Massimo ping" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-ping_max' ][ 'nl-nl' ] = "Ping Max" ;
$text [ 'label-ping_max' ][ 'pl-pl' ] = "Psycha" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-ping_max' ][ 'pt-br' ] = "Ping máximo" ;
$text [ 'label-ping_max' ][ 'pt-pt' ] = "Ping máximo" ;
$text [ 'label-ping_max' ][ 'ro-ro' ] = "Ping Max" ;
$text [ 'label-ping_max' ][ 'ru-ru' ] = "Пинг Макс" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-ping_max' ][ 'sv-se' ] = "Ping max" ;
$text [ 'label-ping_max' ][ 'uk-ua' ] = "Пінг Макс" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-ping_max' ][ 'zh-cn' ] = "ping max" ;
$text [ 'label-ping_max' ][ 'ja-jp' ] = "Ping 最高" ;
$text [ 'label-ping_max' ][ 'ko-kr' ] = "최대 Ping" ;
2020-11-11 01:15:46 -05:00
2022-07-19 16:34:01 -06:00
$text [ 'label-contact_in_ping' ][ 'en-us' ] = "Contact in Ping" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-contact_in_ping' ][ 'en-gb' ] = "contact in ping" ;
$text [ 'label-contact_in_ping' ][ 'ar-eg' ] = "الاتصال في بينغ" ;
$text [ 'label-contact_in_ping' ][ 'de-at' ] = "Kontakt in Ping" ;
$text [ 'label-contact_in_ping' ][ 'de-ch' ] = "Kontakt in Ping" ;
$text [ 'label-contact_in_ping' ][ 'de-de' ] = "Kontakt in Ping" ;
$text [ 'label-contact_in_ping' ][ 'es-cl' ] = "Contacto en Ping" ;
$text [ 'label-contact_in_ping' ][ 'es-mx' ] = "Contacto en Ping" ;
$text [ 'label-contact_in_ping' ][ 'fr-ca' ] = "Contact dans Ping" ;
$text [ 'label-contact_in_ping' ][ 'fr-fr' ] = "Contact dans Ping" ;
$text [ 'label-contact_in_ping' ][ 'he-il' ] = "צור קשר בPing" ;
$text [ 'label-contact_in_ping' ][ 'it-it' ] = "Contatto in Ping" ;
$text [ 'label-contact_in_ping' ][ 'nl-nl' ] = "contact met Ping" ;
$text [ 'label-contact_in_ping' ][ 'pl-pl' ] = "Kontakt" ;
$text [ 'label-contact_in_ping' ][ 'pt-br' ] = "Contato em Ping" ;
$text [ 'label-contact_in_ping' ][ 'pt-pt' ] = "Contato em Ping" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-contact_in_ping' ][ 'ro-ro' ] = "Contact în Ping" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-contact_in_ping' ][ 'ru-ru' ] = "Контакты в Пинг" ;
$text [ 'label-contact_in_ping' ][ 'sv-se' ] = "Kontakt i Ping" ;
$text [ 'label-contact_in_ping' ][ 'uk-ua' ] = "Контакти" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-contact_in_ping' ][ 'zh-cn' ] = "联系安排" ;
$text [ 'label-contact_in_ping' ][ 'ja-jp' ] = "Pingのお問い合わせ" ;
$text [ 'label-contact_in_ping' ][ 'ko-kr' ] = "연락하기" ;
2022-07-19 16:34:01 -06:00
2015-04-08 13:38:58 +00:00
$text [ 'label-password' ][ 'en-us' ] = "Password" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-password' ][ 'en-gb' ] = "Password" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-password' ][ 'ar-eg' ] = "كلمة السر" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-password' ][ 'de-at' ] = "Passwort" ;
$text [ 'label-password' ][ 'de-ch' ] = "Passwort" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-password' ][ 'de-de' ] = "Passwort" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-password' ][ 'es-cl' ] = "Contraseña" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-password' ][ 'es-mx' ] = "Contraseña" ;
$text [ 'label-password' ][ 'fr-ca' ] = "Mot de Passe" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-password' ][ 'fr-fr' ] = "Mot de Passe" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-password' ][ 'he-il' ] = "סיסמה" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-password' ][ 'it-it' ] = "Password" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-password' ][ 'nl-nl' ] = "Wachtwoord" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-password' ][ 'pl-pl' ] = "Hasło" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-password' ][ 'pt-br' ] = "Senha" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-password' ][ 'pt-pt' ] = "Password" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-password' ][ 'ro-ro' ] = "Parolă" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-password' ][ 'ru-ru' ] = "Пароль" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-password' ][ 'sv-se' ] = "Lösenord" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-password' ][ 'uk-ua' ] = "Пароль" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-password' ][ 'zh-cn' ] = "密码" ;
$text [ 'label-password' ][ 'ja-jp' ] = "パスワード" ;
$text [ 'label-password' ][ 'ko-kr' ] = "비밀번호" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-outbound_proxy' ][ 'en-us' ] = "Outbound Proxy" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-outbound_proxy' ][ 'en-gb' ] = "Outbound Proxy" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-outbound_proxy' ][ 'ar-eg' ] = "Proxy" ;
$text [ 'label-outbound_proxy' ][ 'de-at' ] = "Outbound Proxy" ;
$text [ 'label-outbound_proxy' ][ 'de-ch' ] = "Outbound Proxy" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-outbound_proxy' ][ 'de-de' ] = "Outbound Proxy" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-outbound_proxy' ][ 'es-cl' ] = "Proxy de Salida" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-outbound_proxy' ][ 'es-mx' ] = "Proxy de Salida" ;
$text [ 'label-outbound_proxy' ][ 'fr-ca' ] = "Proxy Sortant" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-outbound_proxy' ][ 'fr-fr' ] = "Proxy Sortant" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-outbound_proxy' ][ 'he-il' ] = "המונחים" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-outbound_proxy' ][ 'it-it' ] = "Outbound Proxy" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-outbound_proxy' ][ 'nl-nl' ] = "Uitgaande Proxy" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-outbound_proxy' ][ 'pl-pl' ] = "Wychodzący serwer proxy" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-outbound_proxy' ][ 'pt-br' ] = "Proxy de Saída" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-outbound_proxy' ][ 'pt-pt' ] = "Proxy de Saída" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-outbound_proxy' ][ 'ro-ro' ] = "Proxy de ieșire" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-outbound_proxy' ][ 'ru-ru' ] = "Исходящий прокси-сервер" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-outbound_proxy' ][ 'sv-se' ] = "Utgående Proxy" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-outbound_proxy' ][ 'uk-ua' ] = "Вихідний проксі" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-outbound_proxy' ][ 'zh-cn' ] = "外部附价" ;
$text [ 'label-outbound_proxy' ][ 'ja-jp' ] = "Outbound プロキシ" ;
$text [ 'label-outbound_proxy' ][ 'ko-kr' ] = "아웃바운드 프록시" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-gateway' ][ 'en-us' ] = "Gateway" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-gateway' ][ 'en-gb' ] = "Gateway" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-gateway' ][ 'ar-eg' ] = "البوابة" ;
$text [ 'label-gateway' ][ 'de-at' ] = "Gateway" ;
$text [ 'label-gateway' ][ 'de-ch' ] = "Gateway" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-gateway' ][ 'de-de' ] = "Gateway" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-gateway' ][ 'es-cl' ] = "Pasarela" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-gateway' ][ 'es-mx' ] = "Pasarela" ;
$text [ 'label-gateway' ][ 'fr-ca' ] = "Passerelle" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-gateway' ][ 'fr-fr' ] = "Passerelle" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-gateway' ][ 'he-il' ] = "שער Gateway" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-gateway' ][ 'it-it' ] = "Gateway" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-gateway' ][ 'nl-nl' ] = "Gateway" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-gateway' ][ 'pl-pl' ] = "Brama wyjściowa " ;
2023-05-02 20:22:44 -06:00
$text [ 'label-gateway' ][ 'pt-br' ] = "Tronco" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-gateway' ][ 'pt-pt' ] = "Gateway" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-gateway' ][ 'ro-ro' ] = "Portal" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-gateway' ][ 'ru-ru' ] = "Шлюз" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-gateway' ][ 'sv-se' ] = "Gateway" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-gateway' ][ 'uk-ua' ] = "Шлюз" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-gateway' ][ 'zh-cn' ] = "网关" ;
$text [ 'label-gateway' ][ 'ja-jp' ] = "ゲートウェイ" ;
$text [ 'label-gateway' ][ 'ko-kr' ] = "오시는 길" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-from_user' ][ 'en-us' ] = "From User" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-from_user' ][ 'en-gb' ] = "From User" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-from_user' ][ 'ar-eg' ] = "من المستخدم" ;
$text [ 'label-from_user' ][ 'de-at' ] = "From User" ;
$text [ 'label-from_user' ][ 'de-ch' ] = "From User" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-from_user' ][ 'de-de' ] = "From User" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-from_user' ][ 'es-cl' ] = "From User" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-from_user' ][ 'es-mx' ] = "From User" ;
$text [ 'label-from_user' ][ 'fr-ca' ] = "De l'utilisateur" ;
2019-09-14 11:34:00 -04:00
$text [ 'label-from_user' ][ 'fr-fr' ] = "De l'utilisateur" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-from_user' ][ 'he-il' ] = "ממשתמש" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-from_user' ][ 'it-it' ] = "From User" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-from_user' ][ 'nl-nl' ] = "Fan gebruiker" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-from_user' ][ 'pl-pl' ] = "Od użytkownika (from user)" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-from_user' ][ 'pt-br' ] = "A partir do Usuário (from user)" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-from_user' ][ 'pt-pt' ] = "From User" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-from_user' ][ 'ro-ro' ] = "de la utilizator" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-from_user' ][ 'ru-ru' ] = "От пользователя" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-from_user' ][ 'sv-se' ] = "From User" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-from_user' ][ 'uk-ua' ] = "Від користувача" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-from_user' ][ 'zh-cn' ] = "用户" ;
$text [ 'label-from_user' ][ 'ja-jp' ] = "ユーザーから" ;
$text [ 'label-from_user' ][ 'ko-kr' ] = "사용자 이름" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-from_domain' ][ 'en-us' ] = "From Domain" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-from_domain' ][ 'en-gb' ] = "From Domain" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-from_domain' ][ 'ar-eg' ] = "من دومان" ;
$text [ 'label-from_domain' ][ 'de-at' ] = "From Domain" ;
$text [ 'label-from_domain' ][ 'de-ch' ] = "From Domain" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-from_domain' ][ 'de-de' ] = "From Domain" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-from_domain' ][ 'es-cl' ] = "From Domain" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-from_domain' ][ 'es-mx' ] = "From Domain" ;
$text [ 'label-from_domain' ][ 'fr-ca' ] = "Du domaine" ;
2019-09-14 11:34:00 -04:00
$text [ 'label-from_domain' ][ 'fr-fr' ] = "Du domaine" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-from_domain' ][ 'he-il' ] = "מתוך Domain" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-from_domain' ][ 'it-it' ] = "From Domain" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-from_domain' ][ 'nl-nl' ] = "Van domein" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-from_domain' ][ 'pl-pl' ] = "Z domeny (from domain)" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-from_domain' ][ 'pt-br' ] = "A partir do Domínio (from domain)" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-from_domain' ][ 'pt-pt' ] = "From Domain" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-from_domain' ][ 'ro-ro' ] = "de la domeniu" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-from_domain' ][ 'ru-ru' ] = "Из домена" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-from_domain' ][ 'sv-se' ] = "From Domain" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-from_domain' ][ 'uk-ua' ] = "From Domain" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-from_domain' ][ 'zh-cn' ] = "来源" ;
$text [ 'label-from_domain' ][ 'ja-jp' ] = "ドメインから" ;
$text [ 'label-from_domain' ][ 'ko-kr' ] = "도메인에서" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-extension_in_contact' ][ 'en-us' ] = "Extension In Contact" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-extension_in_contact' ][ 'en-gb' ] = "Extension In Contact" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-extension_in_contact' ][ 'ar-eg' ] = "الاتصال" ;
$text [ 'label-extension_in_contact' ][ 'de-at' ] = "Extension In Contact" ;
$text [ 'label-extension_in_contact' ][ 'de-ch' ] = "Extension In Contact" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-extension_in_contact' ][ 'de-de' ] = "Extension In Contact" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-extension_in_contact' ][ 'es-cl' ] = "Extensión en Contacto" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-extension_in_contact' ][ 'es-mx' ] = "Extensión en Contacto" ;
$text [ 'label-extension_in_contact' ][ 'fr-ca' ] = "L'extension dans Contact" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-extension_in_contact' ][ 'fr-fr' ] = "L'extension dans Contact" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-extension_in_contact' ][ 'he-il' ] = "הרחבה ליצירת קשר" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-extension_in_contact' ][ 'it-it' ] = "Interno nel Contact" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-extension_in_contact' ][ 'nl-nl' ] = "Toesten in kontact" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-extension_in_contact' ][ 'pl-pl' ] = "Numer wewnętrzny w SIP 'Contact'" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-extension_in_contact' ][ 'pt-br' ] = "Ramal em Contato" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-extension_in_contact' ][ 'pt-pt' ] = "Extensão no Contacto" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-extension_in_contact' ][ 'ro-ro' ] = "Extensie Contact" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-extension_in_contact' ][ 'ru-ru' ] = "Внутренний нмер для Контакта" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-extension_in_contact' ][ 'sv-se' ] = "Anknytning In Contact" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-extension_in_contact' ][ 'uk-ua' ] = "Розширення у контакта" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-extension_in_contact' ][ 'zh-cn' ] = "外联" ;
$text [ 'label-extension_in_contact' ][ 'ja-jp' ] = "接触の延長" ;
$text [ 'label-extension_in_contact' ][ 'ko-kr' ] = "연락처" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-extension' ][ 'en-us' ] = "Extension" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-extension' ][ 'en-gb' ] = "Extension" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-extension' ][ 'ar-eg' ] = "رقم داخلي" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-extension' ][ 'de-at' ] = "Nebenstelle" ;
$text [ 'label-extension' ][ 'de-ch' ] = "Nebenstelle" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-extension' ][ 'de-de' ] = "Nebenstelle" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-extension' ][ 'es-cl' ] = "Extensión" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-extension' ][ 'es-mx' ] = "Extensión" ;
$text [ 'label-extension' ][ 'fr-ca' ] = "Extension" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-extension' ][ 'fr-fr' ] = "Extension" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-extension' ][ 'he-il' ] = "שלוחה" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-extension' ][ 'it-it' ] = "Interno" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-extension' ][ 'nl-nl' ] = "Toestel" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-extension' ][ 'pl-pl' ] = "Numer wewnętrzny" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-extension' ][ 'pt-br' ] = "Ramal" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-extension' ][ 'pt-pt' ] = "Extensão" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-extension' ][ 'ro-ro' ] = "Extensie" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-extension' ][ 'ru-ru' ] = "Внутренний Номер" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-extension' ][ 'sv-se' ] = "Anknytning" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-extension' ][ 'uk-ua' ] = "Розширення" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-extension' ][ 'zh-cn' ] = "延期" ;
$text [ 'label-extension' ][ 'ja-jp' ] = "エクステンション" ;
$text [ 'label-extension' ][ 'ko-kr' ] = "제품 정보" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-expire_seconds' ][ 'en-us' ] = "Expire Seconds" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-expire_seconds' ][ 'en-gb' ] = "Expire Seconds" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-expire_seconds' ][ 'ar-eg' ] = "المرحلة الثانية" ;
$text [ 'label-expire_seconds' ][ 'de-at' ] = "Expire Seconds" ;
$text [ 'label-expire_seconds' ][ 'de-ch' ] = "Expire Seconds" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-expire_seconds' ][ 'de-de' ] = "Expire Seconds" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-expire_seconds' ][ 'es-cl' ] = "Tiempo de expiración" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-expire_seconds' ][ 'es-mx' ] = "Tiempo de expiración" ;
$text [ 'label-expire_seconds' ][ 'fr-ca' ] = "Délai d'expiration" ;
2015-06-06 02:37:26 +00:00
$text [ 'label-expire_seconds' ][ 'fr-fr' ] = "Délai d'expiration" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-expire_seconds' ][ 'he-il' ] = "Vervaltijd (seconden)" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-expire_seconds' ][ 'it-it' ] = "Expire Seconds" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-expire_seconds' ][ 'nl-nl' ] = "Vertaling:" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-expire_seconds' ][ 'pl-pl' ] = "Czas wygaśnięcia w SIP 'Expire'" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-expire_seconds' ][ 'pt-br' ] = "Segundos para expiração" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-expire_seconds' ][ 'pt-pt' ] = "Tempo de validade" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-expire_seconds' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-expire_seconds' ][ 'ru-ru' ] = "Время жизни регистрации" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-expire_seconds' ][ 'sv-se' ] = "Utgår Sekunder" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-expire_seconds' ][ 'uk-ua' ] = "Expire Seconds" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-expire_seconds' ][ 'zh-cn' ] = "过期" ;
$text [ 'label-expire_seconds' ][ 'ja-jp' ] = "エクスプレアーセカンド" ;
$text [ 'label-expire_seconds' ][ 'ko-kr' ] = "Expire 초" ;
2015-04-08 13:38:58 +00:00
2015-10-04 01:29:03 -06:00
$text [ 'label-hostname' ][ 'en-us' ] = "Hostname" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-hostname' ][ 'en-gb' ] = "Hostname" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-hostname' ][ 'ar-eg' ] = "الاسم المضيف" ;
$text [ 'label-hostname' ][ 'de-at' ] = "Hostname" ;
$text [ 'label-hostname' ][ 'de-ch' ] = "Hostname" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-hostname' ][ 'de-de' ] = "Hostname" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-hostname' ][ 'es-cl' ] = "Nombre de host" ;
$text [ 'label-hostname' ][ 'es-mx' ] = "Nombre de host" ;
$text [ 'label-hostname' ][ 'fr-ca' ] = "Nom d'hôte" ;
2015-10-04 01:29:03 -06:00
$text [ 'label-hostname' ][ 'fr-fr' ] = "Nom d'hôte" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-hostname' ][ 'he-il' ] = "שם מארח" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-hostname' ][ 'it-it' ] = "Hostname" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-hostname' ][ 'nl-nl' ] = "Hostnaam" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-hostname' ][ 'pl-pl' ] = "Nazwa hosta" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-hostname' ][ 'pt-br' ] = "Hostname" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-hostname' ][ 'pt-pt' ] = "Hostname" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-hostname' ][ 'ro-ro' ] = "Hostname" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-hostname' ][ 'ru-ru' ] = "Имя Хоста" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-hostname' ][ 'sv-se' ] = "Hostname" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-hostname' ][ 'uk-ua' ] = "Назва хоста" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-hostname' ][ 'zh-cn' ] = "东道国" ;
$text [ 'label-hostname' ][ 'ja-jp' ] = "ホスト名" ;
$text [ 'label-hostname' ][ 'ko-kr' ] = "이름 *" ;
2015-10-04 01:29:03 -06:00
2015-04-08 13:38:58 +00:00
$text [ 'label-domain' ][ 'en-us' ] = "Domain" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-domain' ][ 'en-gb' ] = "Domain" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-domain' ][ 'ar-eg' ] = "النطاق" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-domain' ][ 'de-at' ] = "Domain" ;
$text [ 'label-domain' ][ 'de-ch' ] = "Domain" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-domain' ][ 'de-de' ] = "Domain" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-domain' ][ 'es-cl' ] = "Dominio" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-domain' ][ 'es-mx' ] = "Dominio" ;
$text [ 'label-domain' ][ 'fr-ca' ] = "Domaine" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-domain' ][ 'fr-fr' ] = "Domaine" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-domain' ][ 'he-il' ] = "תחום" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-domain' ][ 'it-it' ] = "Dominio" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-domain' ][ 'nl-nl' ] = "Domein" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-domain' ][ 'pl-pl' ] = "Domena" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-domain' ][ 'pt-br' ] = "Domínio" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-domain' ][ 'pt-pt' ] = "Domínio" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-domain' ][ 'ro-ro' ] = "Domeniu" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-domain' ][ 'ru-ru' ] = "Домен" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-domain' ][ 'sv-se' ] = "Domän" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-domain' ][ 'uk-ua' ] = "Домен" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-domain' ][ 'zh-cn' ] = "领域" ;
$text [ 'label-domain' ][ 'ja-jp' ] = "ドメイン" ;
$text [ 'label-domain' ][ 'ko-kr' ] = "이름 *" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-distinct_to' ][ 'en-us' ] = "Distinct To" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-distinct_to' ][ 'en-gb' ] = "Distinct To" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-distinct_to' ][ 'ar-eg' ] = "Distinct to" ;
$text [ 'label-distinct_to' ][ 'de-at' ] = "Distinct To" ;
$text [ 'label-distinct_to' ][ 'de-ch' ] = "Distinct To" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-distinct_to' ][ 'de-de' ] = "Distinct To" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-distinct_to' ][ 'es-cl' ] = "Distinct_To" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-distinct_to' ][ 'es-mx' ] = "Distinct_To" ;
$text [ 'label-distinct_to' ][ 'fr-ca' ] = "Disctinct de" ;
2019-09-14 11:34:00 -04:00
$text [ 'label-distinct_to' ][ 'fr-fr' ] = "Disctinct de" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-distinct_to' ][ 'he-il' ] = "אכזבה" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-distinct_to' ][ 'it-it' ] = "Distinct To" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-distinct_to' ][ 'nl-nl' ] = "Onderscheidbaar Aan" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-distinct_to' ][ 'pl-pl' ] = "Wyodrębnj do" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-distinct_to' ][ 'pt-br' ] = "Distinto Para" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-distinct_to' ][ 'pt-pt' ] = "Para Distinto" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-distinct_to' ][ 'ro-ro' ] = "Distinct Pentru" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-distinct_to' ][ 'ru-ru' ] = "Отличный" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-distinct_to' ][ 'sv-se' ] = "Distinct To" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-distinct_to' ][ 'uk-ua' ] = "Distinct To" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-distinct_to' ][ 'zh-cn' ] = "荣誉" ;
$text [ 'label-distinct_to' ][ 'ja-jp' ] = "専門分野" ;
$text [ 'label-distinct_to' ][ 'ko-kr' ] = "Distinct에" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-context' ][ 'en-us' ] = "Context" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-context' ][ 'en-gb' ] = "Context" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-context' ][ 'ar-eg' ] = "السياق" ;
$text [ 'label-context' ][ 'de-at' ] = "Kontext" ;
$text [ 'label-context' ][ 'de-ch' ] = "Kontext" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-context' ][ 'de-de' ] = "Kontext" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-context' ][ 'es-cl' ] = "Contexto" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-context' ][ 'es-mx' ] = "Contexto" ;
$text [ 'label-context' ][ 'fr-ca' ] = "Contexte" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-context' ][ 'fr-fr' ] = "Contexte" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-context' ][ 'he-il' ] = "המונחים" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-context' ][ 'it-it' ] = "Contesto" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-context' ][ 'nl-nl' ] = "Context" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-context' ][ 'pl-pl' ] = "Kontekst" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-context' ][ 'pt-br' ] = "Contexto" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-context' ][ 'pt-pt' ] = "Contexto" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-context' ][ 'ro-ro' ] = "Context" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-context' ][ 'ru-ru' ] = "Контекст" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-context' ][ 'sv-se' ] = "Context" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-context' ][ 'uk-ua' ] = "Контекст" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-context' ][ 'zh-cn' ] = "背景" ;
$text [ 'label-context' ][ 'ja-jp' ] = "コンテンツ" ;
$text [ 'label-context' ][ 'ko-kr' ] = "설정하기" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-codec_prefs' ][ 'en-us' ] = "Codec Preferences" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-codec_prefs' ][ 'en-gb' ] = "Codec Preferences" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-codec_prefs' ][ 'ar-eg' ] = "الرموز(ج)" ;
$text [ 'label-codec_prefs' ][ 'de-at' ] = "Bevorzugte Codecs" ;
$text [ 'label-codec_prefs' ][ 'de-ch' ] = "Bevorzugte Codecs" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-codec_prefs' ][ 'de-de' ] = "Bevorzugte Codecs" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-codec_prefs' ][ 'es-cl' ] = "Lista de Codecs" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-codec_prefs' ][ 'es-mx' ] = "Lista de Codecs" ;
$text [ 'label-codec_prefs' ][ 'fr-ca' ] = "Liste des Codecs" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-codec_prefs' ][ 'fr-fr' ] = "Liste des Codecs" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-codec_prefs' ][ 'he-il' ] = "העדפות Codec" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-codec_prefs' ][ 'it-it' ] = "Preferenza Codec" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-codec_prefs' ][ 'nl-nl' ] = "Codec voorkeuren" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-codec_prefs' ][ 'pl-pl' ] = "Preferencja kodeków" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-codec_prefs' ][ 'pt-br' ] = "Preferências de Codecs" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-codec_prefs' ][ 'pt-pt' ] = "Lista de Codecs" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-codec_prefs' ][ 'ro-ro' ] = "Preferințe codec" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-codec_prefs' ][ 'ru-ru' ] = "Параметры Кодека" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-codec_prefs' ][ 'sv-se' ] = "Codec Preferences" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-codec_prefs' ][ 'uk-ua' ] = "Codec Preferences" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-codec_prefs' ][ 'zh-cn' ] = "缩略语" ;
$text [ 'label-codec_prefs' ][ 'ja-jp' ] = "Codec 環境設定" ;
$text [ 'label-codec_prefs' ][ 'ko-kr' ] = "Codec 설정" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-channels' ][ 'en-us' ] = "Channels" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-channels' ][ 'en-gb' ] = "Channels" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-channels' ][ 'ar-eg' ] = "القنوات" ;
$text [ 'label-channels' ][ 'de-at' ] = "Kanäle" ;
$text [ 'label-channels' ][ 'de-ch' ] = "Kanäle" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-channels' ][ 'de-de' ] = "Kanäle" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-channels' ][ 'es-cl' ] = "Canales" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-channels' ][ 'es-mx' ] = "Canales" ;
$text [ 'label-channels' ][ 'fr-ca' ] = "Canaux" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-channels' ][ 'fr-fr' ] = "Canaux" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-channels' ][ 'he-il' ] = "ערוצים" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-channels' ][ 'it-it' ] = "Canali" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-channels' ][ 'nl-nl' ] = "Kanalen" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-channels' ][ 'pl-pl' ] = "Kanały" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-channels' ][ 'pt-br' ] = "Canais" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-channels' ][ 'pt-pt' ] = "Canais" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-channels' ][ 'ro-ro' ] = "Canale" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-channels' ][ 'ru-ru' ] = "Каналы" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-channels' ][ 'sv-se' ] = "Kanaler" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-channels' ][ 'uk-ua' ] = "Канали" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-channels' ][ 'zh-cn' ] = "渠道" ;
$text [ 'label-channels' ][ 'ja-jp' ] = "チャンネル" ;
$text [ 'label-channels' ][ 'ko-kr' ] = "채널 :" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-caller_id_in_from' ][ 'en-us' ] = "Caller ID In From" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-caller_id_in_from' ][ 'en-gb' ] = "Caller ID In From" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-caller_id_in_from' ][ 'ar-eg' ] = "هوية المتصل" ;
$text [ 'label-caller_id_in_from' ][ 'de-at' ] = "Caller ID In From" ;
$text [ 'label-caller_id_in_from' ][ 'de-ch' ] = "Caller ID In From" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-caller_id_in_from' ][ 'de-de' ] = "Caller ID In From" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-caller_id_in_from' ][ 'es-cl' ] = "Caller ID In From" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-caller_id_in_from' ][ 'es-mx' ] = "Caller ID In From" ;
$text [ 'label-caller_id_in_from' ][ 'fr-ca' ] = "Identification de l'appelant dans" ;
2019-09-14 11:34:00 -04:00
$text [ 'label-caller_id_in_from' ][ 'fr-fr' ] = "Identification de l'appelant dans" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-caller_id_in_from' ][ 'he-il' ] = "Caller ID" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-caller_id_in_from' ][ 'it-it' ] = "ID Chiamante nel From" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-caller_id_in_from' ][ 'nl-nl' ] = "CID in Van" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-caller_id_in_from' ][ 'pl-pl' ] = "Prezentacja w SIP 'From'" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-caller_id_in_from' ][ 'pt-br' ] = "ID do chamador no 'From'" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-caller_id_in_from' ][ 'pt-pt' ] = "Caller ID In From" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-caller_id_in_from' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-caller_id_in_from' ][ 'ru-ru' ] = "Идентификтор (Caller ID) вызывающего абонента" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-caller_id_in_from' ][ 'sv-se' ] = "Caller ID In From" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-caller_id_in_from' ][ 'uk-ua' ] = "Caller ID In From " ;
2023-05-03 10:36:25 -06:00
$text [ 'label-caller_id_in_from' ][ 'zh-cn' ] = "助手" ;
$text [ 'label-caller_id_in_from' ][ 'ja-jp' ] = "発信者 ID から" ;
$text [ 'label-caller_id_in_from' ][ 'ko-kr' ] = "통화 ID 에서" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-auth_username' ][ 'en-us' ] = "Auth Username" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-auth_username' ][ 'en-gb' ] = "Auth Username" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-auth_username' ][ 'ar-eg' ] = "اسم المستخدم" ;
$text [ 'label-auth_username' ][ 'de-at' ] = "Auth. Benutzername" ;
$text [ 'label-auth_username' ][ 'de-ch' ] = "Auth. Benutzername" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-auth_username' ][ 'de-de' ] = "Auth. Benutzername" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-auth_username' ][ 'es-cl' ] = "Auth Username" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-auth_username' ][ 'es-mx' ] = "Auth Username" ;
$text [ 'label-auth_username' ][ 'fr-ca' ] = "Nom d'utilisateur pour l'authenfication" ;
2015-06-06 02:37:26 +00:00
$text [ 'label-auth_username' ][ 'fr-fr' ] = "Nom d'utilisateur pour l'authenfication" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-auth_username' ][ 'he-il' ] = "שם המשתמש" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-auth_username' ][ 'it-it' ] = "Auth Username" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-auth_username' ][ 'nl-nl' ] = "AUthorisatie Usernaam" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-auth_username' ][ 'pl-pl' ] = "Nazwa użytkownika (login)" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-auth_username' ][ 'pt-br' ] = "Usuário de autenticação" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-auth_username' ][ 'pt-pt' ] = "Nome de Utilizador Autorizado" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-auth_username' ][ 'ro-ro' ] = "autentificare Nume utilizator" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-auth_username' ][ 'ru-ru' ] = "Имя Пользователя для авторизации" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-auth_username' ][ 'sv-se' ] = "Auth Username" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-auth_username' ][ 'uk-ua' ] = "Auth Username " ;
2023-05-03 10:36:25 -06:00
$text [ 'label-auth_username' ][ 'zh-cn' ] = "用户名" ;
$text [ 'label-auth_username' ][ 'ja-jp' ] = "Auth ユーザー名" ;
$text [ 'label-auth_username' ][ 'ko-kr' ] = "Auth 사용자 이름" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-action-stop' ][ 'en-us' ] = "Stop" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-action-stop' ][ 'en-gb' ] = "Stop" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-action-stop' ][ 'ar-eg' ] = "تعطيل" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-action-stop' ][ 'de-at' ] = "Stop" ;
$text [ 'label-action-stop' ][ 'de-ch' ] = "Stop" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-action-stop' ][ 'de-de' ] = "Stop" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-action-stop' ][ 'es-cl' ] = "Detener" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-action-stop' ][ 'es-mx' ] = "Detener" ;
$text [ 'label-action-stop' ][ 'fr-ca' ] = "Arrêter" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-action-stop' ][ 'fr-fr' ] = "Arrêter" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-action-stop' ][ 'he-il' ] = "עצור" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-action-stop' ][ 'it-it' ] = "Ferma" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-action-stop' ][ 'nl-nl' ] = "Stop" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-action-stop' ][ 'pl-pl' ] = "Stop" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-action-stop' ][ 'pt-br' ] = "Parar" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-action-stop' ][ 'pt-pt' ] = "Parar" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-action-stop' ][ 'ro-ro' ] = "Stop" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-action-stop' ][ 'ru-ru' ] = "Стоп" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-action-stop' ][ 'sv-se' ] = "Stopp" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-action-stop' ][ 'uk-ua' ] = "Зупинити" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-action-stop' ][ 'zh-cn' ] = "停止" ;
$text [ 'label-action-stop' ][ 'ja-jp' ] = "ストップ" ;
$text [ 'label-action-stop' ][ 'ko-kr' ] = "기타" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-action-start' ][ 'en-us' ] = "Start" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-action-start' ][ 'en-gb' ] = "Start" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-action-start' ][ 'ar-eg' ] = "تشغيل" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-action-start' ][ 'de-at' ] = "Start" ;
$text [ 'label-action-start' ][ 'de-ch' ] = "Start" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-action-start' ][ 'de-de' ] = "Start" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-action-start' ][ 'es-cl' ] = "Inicio" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-action-start' ][ 'es-mx' ] = "Inicio" ;
$text [ 'label-action-start' ][ 'fr-ca' ] = "Démarrer" ;
2015-06-06 02:37:26 +00:00
$text [ 'label-action-start' ][ 'fr-fr' ] = "Démarrer" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-action-start' ][ 'he-il' ] = "התחל" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-action-start' ][ 'it-it' ] = "Avvia" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-action-start' ][ 'nl-nl' ] = "Start" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-action-start' ][ 'pl-pl' ] = "Start" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-action-start' ][ 'pt-br' ] = "Iniciar" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-action-start' ][ 'pt-pt' ] = "Iniciar" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-action-start' ][ 'ro-ro' ] = "Start" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-action-start' ][ 'ru-ru' ] = "Старт" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-action-start' ][ 'sv-se' ] = "Start" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-action-start' ][ 'uk-ua' ] = "Запустити" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-action-start' ][ 'zh-cn' ] = "开始" ;
$text [ 'label-action-start' ][ 'ja-jp' ] = "スタート" ;
$text [ 'label-action-start' ][ 'ko-kr' ] = "지원하다" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-action' ][ 'en-us' ] = "Action" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-action' ][ 'en-gb' ] = "Action" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-action' ][ 'ar-eg' ] = "الإجراء" ;
$text [ 'label-action' ][ 'de-at' ] = "Aktion" ;
$text [ 'label-action' ][ 'de-ch' ] = "Aktion" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-action' ][ 'de-de' ] = "Aktion" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-action' ][ 'es-cl' ] = "Acción" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-action' ][ 'es-mx' ] = "Acción" ;
$text [ 'label-action' ][ 'fr-ca' ] = "Action" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-action' ][ 'fr-fr' ] = "Action" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-action' ][ 'he-il' ] = "פעולה" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-action' ][ 'it-it' ] = "Azione" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-action' ][ 'nl-nl' ] = "Aktie" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-action' ][ 'pl-pl' ] = "Operacja" ;
2015-04-08 13:38:58 +00:00
$text [ 'label-action' ][ 'pt-br' ] = "Ação" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-action' ][ 'pt-pt' ] = "Acção" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-action' ][ 'ro-ro' ] = "Acțiune" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-action' ][ 'ru-ru' ] = "Действие" ;
2017-05-12 15:44:53 +01:00
$text [ 'label-action' ][ 'sv-se' ] = "Åtgärd" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-action' ][ 'uk-ua' ] = "Дія" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-action' ][ 'zh-cn' ] = "行动" ;
$text [ 'label-action' ][ 'ja-jp' ] = "アクション" ;
$text [ 'label-action' ][ 'ko-kr' ] = "(주)" ;
2015-04-08 13:38:58 +00:00
2019-08-08 20:11:33 -06:00
$text [ 'label-copy' ][ 'en-us' ] = "Copy" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-copy' ][ 'en-gb' ] = "Copy" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-copy' ][ 'ar-eg' ] = "ينسخ" ;
$text [ 'label-copy' ][ 'de-at' ] = "Kopieren" ;
$text [ 'label-copy' ][ 'de-ch' ] = "Kopieren" ;
$text [ 'label-copy' ][ 'de-de' ] = "Kopieren" ;
$text [ 'label-copy' ][ 'es-cl' ] = "Copiar" ;
$text [ 'label-copy' ][ 'es-mx' ] = "Copiar" ;
$text [ 'label-copy' ][ 'fr-ca' ] = "Copie" ;
$text [ 'label-copy' ][ 'fr-fr' ] = "Copie" ;
$text [ 'label-copy' ][ 'he-il' ] = "עותק" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-copy' ][ 'it-it' ] = "Kopy" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-copy' ][ 'nl-nl' ] = "Kopiëren" ;
$text [ 'label-copy' ][ 'pl-pl' ] = "Kopiuj" ;
2019-11-28 15:08:30 -03:00
$text [ 'label-copy' ][ 'pt-br' ] = "Copiar" ;
2023-05-05 15:22:22 -06:00
$text [ 'label-copy' ][ 'pt-pt' ] = "cópia de" ;
$text [ 'label-copy' ][ 'ro-ro' ] = "Copie" ;
$text [ 'label-copy' ][ 'ru-ru' ] = "Копировать" ;
$text [ 'label-copy' ][ 'sv-se' ] = "Kopiera" ;
$text [ 'label-copy' ][ 'uk-ua' ] = "Копія" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-copy' ][ 'zh-cn' ] = "页: 1" ;
$text [ 'label-copy' ][ 'ja-jp' ] = "コピー" ;
$text [ 'label-copy' ][ 'ko-kr' ] = "관련 기사" ;
2019-08-08 20:11:33 -06:00
2015-04-08 13:38:58 +00:00
$text [ 'description-username' ][ 'en-us' ] = "Enter the username here." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-username' ][ 'en-gb' ] = "Enter the username here." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-username' ][ 'ar-eg' ] = "أدخل اسم المستخدم هنا" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-username' ][ 'de-at' ] = "Geben Sie den Benutzernamen an." ;
$text [ 'description-username' ][ 'de-ch' ] = "Geben Sie den Benutzernamen an." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-username' ][ 'de-de' ] = "Geben Sie den Benutzernamen an." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-username' ][ 'es-cl' ] = "Ingrese el nombre de usuario aquí" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-username' ][ 'es-mx' ] = "Ingrese el nombre de usuario aquí" ;
$text [ 'description-username' ][ 'fr-ca' ] = "Entrez le nom d'utilisateur ici." ;
2016-06-13 14:36:55 +01:00
$text [ 'description-username' ][ 'fr-fr' ] = "Entrez le nom d'utilisateur ici." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-username' ][ 'he-il' ] = "הכנס שם משתמש" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-username' ][ 'it-it' ] = "Inserire qui lo username." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-username' ][ 'nl-nl' ] = "Voer de gebruikernaam hier in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-username' ][ 'pl-pl' ] = "Wprowadź nazwę użytkownika" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-username' ][ 'pt-br' ] = "Insira o nome do usuário aqui." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-username' ][ 'pt-pt' ] = "Introduza o nome de utilizador aqui." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-username' ][ 'ro-ro' ] = "Introduceți numele de utilizator aici" ;
2017-04-25 03:37:00 +05:00
$text [ 'description-username' ][ 'ru-ru' ] = "Введите здесь имя пользователя." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-username' ][ 'sv-se' ] = "Ange användarnamn här." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-username' ][ 'uk-ua' ] = "Введіть ім’я користувача" ;
2023-05-03 10:36:25 -06:00
$text [ 'description-username' ][ 'zh-cn' ] = "此处填入用户名。" ;
$text [ 'description-username' ][ 'ja-jp' ] = "ユーザー名を入力してください。" ;
$text [ 'description-username' ][ 'ko-kr' ] = "자주 묻는 질문" ;
2015-04-08 13:38:58 +00:00
$text [ 'description-supress_cng' ][ 'en-us' ] = "Enter the supress-cng" ;
2020-03-20 20:47:13 +00:00
$text [ 'description-supress_cng' ][ 'en-gb' ] = "Enter the supress-cng" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-supress_cng' ][ 'ar-eg' ] = "ادخلي الاكتئاب" ;
$text [ 'description-supress_cng' ][ 'de-at' ] = "Wählen Sie, ob der Komfortgeräusch-Generator (CNG) deaktiviert werden soll." ;
$text [ 'description-supress_cng' ][ 'de-ch' ] = "Wählen Sie, ob der Komfortgeräusch-Generator (CNG) deaktiviert werden soll." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-supress_cng' ][ 'de-de' ] = "Wählen Sie, ob der Komfortgeräusch-Generator (CNG) deaktiviert werden soll." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-supress_cng' ][ 'es-cl' ] = "Para ahorrar ancho de banda RTP, no se envía RTP para el silencio" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-supress_cng' ][ 'es-mx' ] = "Para ahorrar ancho de banda RTP, no se envía RTP para el silencio" ;
$text [ 'description-supress_cng' ][ 'fr-ca' ] = "Afin d'économiser la bande passante utilisé par le RTP, on n'envoit pas de paquets RTP pendant les silences." ;
2015-06-06 02:37:26 +00:00
$text [ 'description-supress_cng' ][ 'fr-fr' ] = "Afin d'économiser la bande passante utilisé par le RTP, on n'envoit pas de paquets RTP pendant les silences." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-supress_cng' ][ 'he-il' ] = "עקבו אחרי The supress-cng" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-supress_cng' ][ 'it-it' ] = "Inserire il sopprimi-cng." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-supress_cng' ][ 'nl-nl' ] = "Voor onderdurk CNG in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-supress_cng' ][ 'pl-pl' ] = "Wprowadź ztłumienie/wyłączenie CNG (calling tones)" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-supress_cng' ][ 'pt-br' ] = "Defina a forma de supressão do ruído de conforto (CNG)" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-supress_cng' ][ 'pt-pt' ] = "Introduza o supress-cng" ;
2023-05-05 15:22:22 -06:00
$text [ 'description-supress_cng' ][ 'ro-ro' ] = "Introduceți supress-cng" ;
2017-04-25 03:37:00 +05:00
$text [ 'description-supress_cng' ][ 'ru-ru' ] = "Чтобы сохранить пропускную способность, используемую RTP, не отправляет RTP-пакеты во время молчания." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-supress_cng' ][ 'sv-se' ] = "Ange 'supress-cng'" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-supress_cng' ][ 'uk-ua' ] = "Enter the supress-cng" ;
2023-05-03 10:36:25 -06:00
$text [ 'description-supress_cng' ][ 'zh-cn' ] = "进入报警部门" ;
$text [ 'description-supress_cng' ][ 'ja-jp' ] = "supress-cng を入力してください" ;
$text [ 'description-supress_cng' ][ 'ko-kr' ] = "supress-cng를 입력하십시오." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-sip_cid_type' ][ 'en-us' ] = "Enter the sip cid type: none, pid, and rpid." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-sip_cid_type' ][ 'en-gb' ] = "Enter the sip cid type: none, pid, and rpid." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-sip_cid_type' ][ 'ar-eg' ] = "أدخلي من النوع السيبي: لا شيء، رطبة، رطبة." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-sip_cid_type' ][ 'de-at' ] = "eben Sie den Wert für die SIP Anruferkennung (CID) an: none, pid, rpid." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-sip_cid_type' ][ 'de-ch' ] = "Geben Sie den Wert für die SIP Anruferkennung (CID) an: none, pid, rpid." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-sip_cid_type' ][ 'de-de' ] = "Geben Sie den Wert für die SIP Anruferkennung (CID) an: none, pid, rpid." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-sip_cid_type' ][ 'es-cl' ] = "Ingrese el tipo de caller id sip: none (utiliza campo From de cabecera), pid (P-Asserted-Identity header) o rpid (remote-Party-ID header)." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-sip_cid_type' ][ 'es-mx' ] = "Ingrese el tipo de caller id sip: none (utiliza campo From de cabecera), pid (P-Asserted-Identity header) o rpid (remote-Party-ID header)." ;
$text [ 'description-sip_cid_type' ][ 'fr-ca' ] = "Insérer le type d'ID d'appelant : none (utilise le header From) ou pid (P-Asserted-Identity header) ou rpid (remote-Party-ID header)." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-sip_cid_type' ][ 'fr-fr' ] = "Insérer le type d'ID d'appelant : none (utilise le header From) ou pid (P-Asserted-Identity header) ou rpid (remote-Party-ID header)." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-sip_cid_type' ][ 'he-il' ] = "הזן את סוג ה-Sip cid: לא, pid, ו - rpid." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-sip_cid_type' ][ 'it-it' ] = "Inserire il sip cid type: none, pid, and rpid." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-sip_cid_type' ][ 'nl-nl' ] = "Voer de SIP CD Type (none, pid of rpid) in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-sip_cid_type' ][ 'pl-pl' ] = "Wprowadź typ prezentacji (np. none, pid lub rpid)" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-sip_cid_type' ][ 'pt-br' ] = "Insira o tipo do CID SIP: nenhum, pid (P-Asserted-Identity header) ou rpid (remote-Party-ID header). " ;
2017-05-12 15:44:53 +01:00
$text [ 'description-sip_cid_type' ][ 'pt-pt' ] = "Introduza o tipo do SIP CID: none, pid (P-Asserted-Identity header) and rpid (remote-Party-ID header)." ;
2023-05-05 15:22:22 -06:00
$text [ 'description-sip_cid_type' ][ 'ro-ro' ] = "Introduceți tipul de sip cid: none, pid și rpid." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-sip_cid_type' ][ 'ru-ru' ] = "Введите тип sip cid: none, pid и rpid." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-sip_cid_type' ][ 'sv-se' ] = "Ange sip cid type: none, pid, and rpid" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-sip_cid_type' ][ 'uk-ua' ] = "Введіть sip cid тип: ні, pid і rpid." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-sip_cid_type' ][ 'zh-cn' ] = "进入ip酸类型:无、id和rp。" ;
$text [ 'description-sip_cid_type' ][ 'ja-jp' ] = "sip cid 型を入力します。: どれも、 pid と rpid です。" ;
$text [ 'description-sip_cid_type' ][ 'ko-kr' ] = "sip cid 타입: none, pid 및 rpid." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-retry_seconds' ][ 'en-us' ] = "Enter the retry-seconds here." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-retry_seconds' ][ 'en-gb' ] = "Enter the retry-seconds here." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-retry_seconds' ][ 'ar-eg' ] = "أدخلي ثانية العودة هنا" ;
$text [ 'description-retry_seconds' ][ 'de-at' ] = "Geben Sie an, nach welcher Zeit die Registrierung erneut versucht werden soll (nach fehlgeschlagener Registrierung)." ;
$text [ 'description-retry_seconds' ][ 'de-ch' ] = "Geben Sie an, nach welcher Zeit die Registrierung erneut versucht werden soll (nach fehlgeschlagener Registrierung)." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-retry_seconds' ][ 'de-de' ] = "Geben Sie an, nach welcher Zeit die Registrierung erneut versucht werden soll (nach fehlgeschlagener Registrierung)." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-retry_seconds' ][ 'es-cl' ] = "Ingrese el tiempo de reconexión en segundos." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-retry_seconds' ][ 'es-mx' ] = "Ingrese el tiempo de reconexión en segundos." ;
$text [ 'description-retry_seconds' ][ 'fr-ca' ] = "Insérer ici la temps en secondes avant la tentative de ré-enregistrement après un délai d'attente dépassé ou un échec." ;
2015-06-06 02:37:26 +00:00
$text [ 'description-retry_seconds' ][ 'fr-fr' ] = "Insérer ici la temps en secondes avant la tentative de ré-enregistrement après un délai d'attente dépassé ou un échec." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-retry_seconds' ][ 'he-il' ] = "היכנסו ל-Retry-IIs כאן." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-retry_seconds' ][ 'it-it' ] = "Inserire qui i retry-seconds." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-retry_seconds' ][ 'nl-nl' ] = "Voer herhaal tijd (seconden) in. " ;
2023-02-06 22:24:16 -07:00
$text [ 'description-retry_seconds' ][ 'pl-pl' ] = "Wprowadź wartość ponownej próby {sek)" ;
2015-04-08 13:38:58 +00:00
$text [ 'description-retry_seconds' ][ 'pt-br' ] = "Insira o tempo de reconexão (em segundos)" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-retry_seconds' ][ 'pt-pt' ] = "Introduza o tempo de reconexão (em segundos) aqui." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-retry_seconds' ][ 'ro-ro' ] = "Introduceți secunde Reîncercare aici" ;
2017-04-25 03:37:00 +05:00
$text [ 'description-retry_seconds' ][ 'ru-ru' ] = "Укажите время в секундах, прежде чем пытаться перерегистрировать после превышения времени ожидания ответа или сбоя." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-retry_seconds' ][ 'sv-se' ] = "Ange 'retry-sekunder' här." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-retry_seconds' ][ 'uk-ua' ] = "Enter the retry-seconds here." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-retry_seconds' ][ 'zh-cn' ] = "进入这里的回历。" ;
$text [ 'description-retry_seconds' ][ 'ja-jp' ] = "再試行秒を入力してください。" ;
$text [ 'description-retry_seconds' ][ 'ko-kr' ] = "여기에서 재량 초를 입력하십시오." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-register_transport' ][ 'en-us' ] = "Choose whether to register-transport." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-register_transport' ][ 'en-gb' ] = "Choose whether to register-transport." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-register_transport' ][ 'ar-eg' ] = "اختر ما إذا كان سيسجل النقل" ;
$text [ 'description-register_transport' ][ 'de-at' ] = "Wählen Sie, welches Transportprotokoll für die Registrierung verwendet werden soll." ;
$text [ 'description-register_transport' ][ 'de-ch' ] = "Wählen Sie, welches Transportprotokoll für die Registrierung verwendet werden soll." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-register_transport' ][ 'de-de' ] = "Wählen Sie, welches Transportprotokoll für die Registrierung verwendet werden soll." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-register_transport' ][ 'es-cl' ] = "Seleccione el tipo de transporte de registro." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-register_transport' ][ 'es-mx' ] = "Seleccione el tipo de transporte de registro." ;
$text [ 'description-register_transport' ][ 'fr-ca' ] = "Insére ici le type de transport utilisé." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-register_transport' ][ 'fr-fr' ] = "Insére ici le type de transport utilisé." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-register_transport' ][ 'he-il' ] = "בחרו אם להירשם ל-Exitport." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-register_transport' ][ 'it-it' ] = "Selezionare con quale protocollo registrarsi" ;
2019-11-23 01:37:36 +01:00
$text [ 'description-register_transport' ][ 'nl-nl' ] = "Kies welk registratie transport gebruikt wordt." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-register_transport' ][ 'pl-pl' ] = "Opcja protokołu transportu SIP 'Register'" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-register_transport' ][ 'pt-br' ] = "Insira quando usar registro de transporte (register-transport)" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-register_transport' ][ 'pt-pt' ] = "Introduza o tipo de transporte a utilizar." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-register_transport' ][ 'ro-ro' ] = "Alegeți dacă doriți să se înregistreze transport." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-register_transport' ][ 'ru-ru' ] = "Выберите предпочтительный транспорт для регистраций." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-register_transport' ][ 'sv-se' ] = "Välj om registrera transport eller ej." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-register_transport' ][ 'uk-ua' ] = "Choose whether to register-transport." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-register_transport' ][ 'zh-cn' ] = "选择登记-运输。" ;
$text [ 'description-register_transport' ][ 'ja-jp' ] = "登録するかどうかを選択します。" ;
$text [ 'description-register_transport' ][ 'ko-kr' ] = "등록-transport 여부를 선택하십시오." ;
2015-04-08 13:38:58 +00:00
2023-02-06 22:24:16 -07:00
$text [ 'description-contact_params' ][ 'en-us' ] = "Enter the contact params here." ;
$text [ 'description-contact_params' ][ 'en-gb' ] = "Enter the contact params here." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-contact_params' ][ 'ar-eg' ] = "أدخلوا مظلات الاتصال هنا" ;
$text [ 'description-contact_params' ][ 'de-at' ] = "Geben Sie hier die Kontaktparams ein." ;
$text [ 'description-contact_params' ][ 'de-ch' ] = "Geben Sie hier die Kontaktparams ein." ;
$text [ 'description-contact_params' ][ 'de-de' ] = "Geben Sie hier die Kontaktparams ein." ;
$text [ 'description-contact_params' ][ 'es-cl' ] = "Introduzca los params de contacto aquí." ;
$text [ 'description-contact_params' ][ 'es-mx' ] = "Introduzca los params de contacto aquí." ;
$text [ 'description-contact_params' ][ 'fr-ca' ] = "Entrez les coordonnées ici." ;
$text [ 'description-contact_params' ][ 'fr-fr' ] = "Entrez les coordonnées ici." ;
$text [ 'description-contact_params' ][ 'he-il' ] = "לחצו כאן על The Contact params." ;
$text [ 'description-contact_params' ][ 'it-it' ] = "Immettere i param di contatto qui." ;
$text [ 'description-contact_params' ][ 'nl-nl' ] = "Breng de contactpersonen binnen." ;
$text [ 'description-contact_params' ][ 'pl-pl' ] = "Wejście do placówki." ;
$text [ 'description-contact_params' ][ 'pt-br' ] = "Digite os parâmetros de contato aqui." ;
$text [ 'description-contact_params' ][ 'pt-pt' ] = "Digite os parâmetros de contato aqui." ;
2023-05-05 15:22:22 -06:00
$text [ 'description-contact_params' ][ 'ro-ro' ] = "Introduceți aici parametrii de contact." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-contact_params' ][ 'ru-ru' ] = "Введите контактные пункты здесь." ;
$text [ 'description-contact_params' ][ 'sv-se' ] = "Ange kontaktparam här." ;
$text [ 'description-contact_params' ][ 'uk-ua' ] = "Введіть контактні дані тут." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-contact_params' ][ 'zh-cn' ] = "此处插入联系栏目。" ;
$text [ 'description-contact_params' ][ 'ja-jp' ] = "コンタクトパラメータを入力してください。" ;
$text [ 'description-contact_params' ][ 'ko-kr' ] = "연락처를 입력하세요." ;
2023-02-06 22:24:16 -07:00
2017-07-16 11:38:50 -06:00
$text [ 'description-register_proxy' ][ 'en-us' ] = "Enter the hostname or IP address of the register proxy. host[:port]" ;
2020-03-20 20:47:13 +00:00
$text [ 'description-register_proxy' ][ 'en-gb' ] = "Enter the hostname or IP address of the register proxy. host[:port]" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-register_proxy' ][ 'ar-eg' ] = "أدخل اسم المضيف أو عنوان إب الخاص بروكسي السجل. (وهذا يمكن أن تتخذ شكل المضيف: ميناء)" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-register_proxy' ][ 'de-at' ] = "Geben Sie den Hostnamen oder IP-Adresse des Register-Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)" ;
$text [ 'description-register_proxy' ][ 'de-ch' ] = "Geben Sie den Hostnamen oder IP-Adresse des Register-Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)" ;
2017-07-16 18:23:16 +01:00
$text [ 'description-register_proxy' ][ 'de-de' ] = "Geben Sie den Hostnamen oder IP-Adresse des Register-Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-register_proxy' ][ 'es-cl' ] = "Introduzca el nombre de host o la dirección IP del proxy de registro. (Esto puede tomar el formato de host:puerto)" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-register_proxy' ][ 'es-mx' ] = "Introduzca el nombre de host o la dirección IP del proxy de registro. (Esto puede tomar el formato de host:puerto)" ;
$text [ 'description-register_proxy' ][ 'fr-ca' ] = "Entrez le nom d'hôte ou l'adresse IP du proxy de registre. (Cela peut prendre le format d'hôte:port)" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-register_proxy' ][ 'fr-fr' ] = "Entrez le nom d'hôte ou l'adresse IP du proxy de registre. (Cela peut prendre le format d'hôte:port)" ;
$text [ 'description-register_proxy' ][ 'he-il' ] = "הזן את שם המארח או את כתובת ה- IP של ה- proxy של ה- Register. (זה יכול לקחת את הפורמט של המארח: יציאה)" ;
2017-09-21 17:06:26 +02:00
$text [ 'description-register_proxy' ][ 'it-it' ] = "Inserire qui il register proxy." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-register_proxy' ][ 'nl-nl' ] = "Voer de hostnaam of het IP-adres van de registratie proxy in. (Dit kan het formaat van host:port)" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-register_proxy' ][ 'pl-pl' ] = "Wpisz nazwę hosta lub adres IP serwera proxy rejestru. (Może to przyjmować format hosta:port)" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-register_proxy' ][ 'pt-br' ] = "Insira o nome do host ou o endereço IP do proxy do registro. (Aceita o formato host:porta)" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-register_proxy' ][ 'pt-pt' ] = "Digite o nome do host ou o endereço IP do proxy do registro. (Isso pode levar o formato de host:porta)" ;
$text [ 'description-register_proxy' ][ 'ro-ro' ] = "Introduceți numele gazdei sau adresa IP a proxy-ului de înregistrare. (Acest lucru poate lua forma gazdei:port)" ;
2017-07-16 18:23:16 +01:00
$text [ 'description-register_proxy' ][ 'ru-ru' ] = "Введите IP-адрес или название хоста прокси-сервера для регистрации. (Возможно указать номер порта в формате host:port)" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-register_proxy' ][ 'sv-se' ] = "Ange värdprofilens värdnamn eller IP-adress. (Detta kan ta formatet för värd:port)" ;
$text [ 'description-register_proxy' ][ 'uk-ua' ] = "Введіть ім'я хоста або IP-адресу зареєстрованого проксі. (Це може мати формат host:port)" ;
2023-05-03 10:36:25 -06:00
$text [ 'description-register_proxy' ][ 'zh-cn' ] = "填写注册代理人的地址或IP地址。 东道国[:港口]" ;
$text [ 'description-register_proxy' ][ 'ja-jp' ] = "レジスタプロキシのホスト名またはIPアドレスを入力します。 ホスト[:port]" ;
$text [ 'description-register_proxy' ][ 'ko-kr' ] = "등록 프록시의 호스트 이름 또는 IP 주소를 입력하십시오. 호스트[:port]" ;
2015-04-08 13:38:58 +00:00
$text [ 'description-register' ][ 'en-us' ] = "Choose whether to register." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-register' ][ 'en-gb' ] = "Choose whether to register." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-register' ][ 'ar-eg' ] = "اختر ما إذا كان سيسجل" ;
$text [ 'description-register' ][ 'de-at' ] = "Wählen Sie, ob eine Registrierung am Gateway erfolgen soll." ;
$text [ 'description-register' ][ 'de-ch' ] = "Wählen Sie, ob eine Registrierung am Gateway erfolgen soll." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-register' ][ 'de-de' ] = "Wählen Sie, ob eine Registrierung am Gateway erfolgen soll." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-register' ][ 'es-cl' ] = "Seleccione si desea registrar" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-register' ][ 'es-mx' ] = "Seleccione si desea registrar" ;
$text [ 'description-register' ][ 'fr-ca' ] = "Activer l'enregistrement" ;
2015-04-08 13:38:58 +00:00
$text [ 'description-register' ][ 'fr-fr' ] = "Activer l'enregistrement" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-register' ][ 'he-il' ] = "בחרו אם להירשם." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-register' ][ 'it-it' ] = "Scegliere se registrarsi." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-register' ][ 'nl-nl' ] = "Kies of registratie noodzakelijk is." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-register' ][ 'pl-pl' ] = "Wybierz czy wynagana jest rejestracja" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-register' ][ 'pt-br' ] = "Escolha se pretende registrar." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-register' ][ 'pt-pt' ] = "Escolha se pretende registar." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-register' ][ 'ro-ro' ] = "Alegeți dacă doriți să se înregistreze." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-register' ][ 'ru-ru' ] = "Выберите, нужно ли регистрироваться." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-register' ][ 'sv-se' ] = "Välj om du vill registrera." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-register' ][ 'uk-ua' ] = "Choose whether to register." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-register' ][ 'zh-cn' ] = "选择登记。" ;
$text [ 'description-register' ][ 'ja-jp' ] = "登録するかどうかを選択します。" ;
$text [ 'description-register' ][ 'ko-kr' ] = "자주 묻는 질문" ;
2015-04-08 13:38:58 +00:00
$text [ 'description-realm' ][ 'en-us' ] = "Enter the realm here." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-realm' ][ 'en-gb' ] = "Enter the realm here." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-realm' ][ 'ar-eg' ] = "أدخل المملكة هنا" ;
$text [ 'description-realm' ][ 'de-at' ] = "Geben Sie den Realm hier an." ;
$text [ 'description-realm' ][ 'de-ch' ] = "Geben Sie den Realm hier an." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-realm' ][ 'de-de' ] = "Geben Sie den Realm hier an." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-realm' ][ 'es-cl' ] = "Ingrese el reino aquí" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-realm' ][ 'es-mx' ] = "Ingrese el reino aquí" ;
$text [ 'description-realm' ][ 'fr-ca' ] = "Insérer le domaine utilisé pour l'authentification" ;
2015-06-06 02:37:26 +00:00
$text [ 'description-realm' ][ 'fr-fr' ] = "Insérer le domaine utilisé pour l'authentification" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-realm' ][ 'he-il' ] = "היכנסו לאזור כאן." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-realm' ][ 'it-it' ] = "Inserire qui il realm." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-realm' ][ 'nl-nl' ] = "Voer het authenticatie domein in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-realm' ][ 'pl-pl' ] = "Wprowadź nazwe domeny (realm)" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-realm' ][ 'pt-br' ] = "Insira o dominio aqui." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-realm' ][ 'pt-pt' ] = "Introduza o realm aqui." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-realm' ][ 'ro-ro' ] = "Introduceți domeniul aici." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-realm' ][ 'ru-ru' ] = "Вставьте поле, используемое для аутентификации" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-realm' ][ 'sv-se' ] = "Ange 'realm' här." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-realm' ][ 'uk-ua' ] = "Enter the realm here." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-realm' ][ 'zh-cn' ] = "进入现场。" ;
$text [ 'description-realm' ][ 'ja-jp' ] = "詳細はこちら" ;
$text [ 'description-realm' ][ 'ko-kr' ] = "여기 진정한 입력." ;
2015-04-08 13:38:58 +00:00
2017-07-16 11:38:50 -06:00
$text [ 'description-proxy' ][ 'en-us' ] = "Enter the hostname or IP address of the proxy. host[:port]" ;
2020-03-20 20:47:13 +00:00
$text [ 'description-proxy' ][ 'en-gb' ] = "Enter the hostname or IP address of the proxy. host[:port]" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-proxy' ][ 'ar-eg' ] = "أدخل اسم المضيف أو عنوان إب الخاص بالوكيل. (وهذا يمكن أن تتخذ شكل المضيف: ميناء)" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-proxy' ][ 'de-at' ] = "Geben Sie des Hostnamen oder IP-Adresse des Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)" ;
$text [ 'description-proxy' ][ 'de-ch' ] = "Geben Sie des Hostnamen oder IP-Adresse des Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)" ;
2017-07-16 18:23:16 +01:00
$text [ 'description-proxy' ][ 'de-de' ] = "Geben Sie des Hostnamen oder IP-Adresse des Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-proxy' ][ 'es-cl' ] = "Introduzca el nombre de host o la dirección IP del proxy. (Esto puede tomar el formato de host:puerto)" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-proxy' ][ 'es-mx' ] = "Introduzca el nombre de host o la dirección IP del proxy. (Esto puede tomar el formato de host:puerto)" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-proxy' ][ 'fr-ca' ] = "Entrez le hostnamee ou l'adresse IP du proxy. (Cela peut prendre le format d'hôte:port)" ;
$text [ 'description-proxy' ][ 'fr-fr' ] = "Entrez le nom d'hôte ou l'adresse IP du proxy. (Cela peut prendre le format d'hôte:port)" ;
$text [ 'description-proxy' ][ 'he-il' ] = "הזן את שם המארח או את כתובת ה- IP של ה- proxy. (זה יכול לקחת את הפורמט של המארח: יציאה)" ;
2017-09-21 17:06:26 +02:00
$text [ 'description-proxy' ][ 'it-it' ] = "Inserire il dominio o l'IP del proxy." ;
2017-09-19 16:48:40 +01:00
$text [ 'description-proxy' ][ 'nl-nl' ] = "Voer de hostnaam of het IP-adres van de proxy in. (Dit kan het formaat van host:port)" ;
$text [ 'description-proxy' ][ 'pl-pl' ] = "Wpisz nazwę hosta lub adres IP serwera proxy. (Może to przyjmować format hosta:port)" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-proxy' ][ 'pt-br' ] = "Insira o nome do host ou o endereço IP do proxy. (Aceita o formato de host:porta)" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-proxy' ][ 'pt-pt' ] = "Digite o nome do host ou o endereço IP do proxy. (Isso pode levar o formato de host:porta)" ;
$text [ 'description-proxy' ][ 'ro-ro' ] = "Introduceți numele gazdei sau adresa IP a proxy-ului. (Acest lucru poate lua forma gazdei:port)" ;
2017-07-16 18:23:16 +01:00
$text [ 'description-proxy' ][ 'ru-ru' ] = "Введите IP-адрес или название хоста прокси-сервера. (Возможно указать номер порта в формате host:port)" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-proxy' ][ 'sv-se' ] = "Ange värdnamn eller IP-adress för proxyn. (Detta kan ta formatet för värd:port)" ;
$text [ 'description-proxy' ][ 'uk-ua' ] = "Введіть ім'я хоста або IP-адресу проксі-сервера. (Це може мати формат host:port)" ;
2023-05-03 10:36:25 -06:00
$text [ 'description-proxy' ][ 'zh-cn' ] = "进入代理人的地址或IP地址。 东道国[:港口]" ;
$text [ 'description-proxy' ][ 'ja-jp' ] = "プロキシのホスト名またはIPアドレスを入力します。 ホスト[:port]" ;
$text [ 'description-proxy' ][ 'ko-kr' ] = "프록시의 hostname 또는 IP 주소를 입력하십시오. 호스트[:port]" ;
2015-04-08 13:38:58 +00:00
$text [ 'description-profile' ][ 'en-us' ] = "Enter the profile here." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-profile' ][ 'en-gb' ] = "Enter the profile here." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-profile' ][ 'ar-eg' ] = "أدخل الملف هنا" ;
$text [ 'description-profile' ][ 'de-at' ] = "Definieren Sie die Einstellungen für dieses Profil." ;
$text [ 'description-profile' ][ 'de-ch' ] = "Definieren Sie die Einstellungen für dieses Profil." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-profile' ][ 'de-de' ] = "Definieren Sie die Einstellungen für dieses Profil." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-profile' ][ 'es-cl' ] = "Ingrese el perfil aquí." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-profile' ][ 'es-mx' ] = "Ingrese el perfil aquí." ;
$text [ 'description-profile' ][ 'fr-ca' ] = "Sélectionnez le profil à utiliser pour cette passerelle" ;
2015-06-06 02:37:26 +00:00
$text [ 'description-profile' ][ 'fr-fr' ] = "Sélectionnez le profil à utiliser pour cette passerelle" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-profile' ][ 'he-il' ] = "הכנס פרופיל" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-profile' ][ 'it-it' ] = "Inserire qui il profilo." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-profile' ][ 'nl-nl' ] = "Voer het profiel hier in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-profile' ][ 'pl-pl' ] = "Zdefiniuj ustawienia tego profilu" ;
2015-04-08 13:38:58 +00:00
$text [ 'description-profile' ][ 'pt-br' ] = "Defina as configurações para este perfil" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-profile' ][ 'pt-pt' ] = "Insira o perfil aqui." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-profile' ][ 'ro-ro' ] = "Introduceți profilul aici." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-profile' ][ 'ru-ru' ] = "Выберите профиль, используемый для этого шлюза." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-profile' ][ 'sv-se' ] = "Definiera inställningar för denna profil." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-profile' ][ 'uk-ua' ] = "Введіть профіль" ;
2023-05-03 10:36:25 -06:00
$text [ 'description-profile' ][ 'zh-cn' ] = "此处插入简介。" ;
$text [ 'description-profile' ][ 'ja-jp' ] = "プロフィールを入力してください。" ;
$text [ 'description-profile' ][ 'ko-kr' ] = "자주 묻는 질문" ;
2015-04-08 13:38:58 +00:00
$text [ 'description-ping' ][ 'en-us' ] = "Enter the ping interval here in seconds." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-ping' ][ 'en-gb' ] = "Enter the ping interval here in seconds." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-ping' ][ 'ar-eg' ] = "ادخلي فترة الانتفاضة هنا في ثواني" ;
$text [ 'description-ping' ][ 'de-at' ] = "Geben Sie das Ping Interval in Sekunden an." ;
$text [ 'description-ping' ][ 'de-ch' ] = "Geben Sie das Ping Interval in Sekunden an." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-ping' ][ 'de-de' ] = "Geben Sie das Ping Interval in Sekunden an." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-ping' ][ 'es-cl' ] = "Ingrese el intervalo de ping en segundos aquí." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-ping' ][ 'es-mx' ] = "Ingrese el intervalo de ping en segundos aquí." ;
$text [ 'description-ping' ][ 'fr-ca' ] = "Entrez ici la période entre chaque ping en secondes. Les pings permettent de vérifier que la passerelle est accessible." ;
2015-06-06 02:37:26 +00:00
$text [ 'description-ping' ][ 'fr-fr' ] = "Entrez ici la période entre chaque ping en secondes. Les pings permettent de vérifier que la passerelle est accessible." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-ping' ][ 'he-il' ] = "הזן את מרווח הping כאן בתוך שניות." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-ping' ][ 'it-it' ] = "Inserire qui l'intervallo di ping in secondi." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-ping' ][ 'nl-nl' ] = "Voer het ping interval hier in seconden in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-ping' ][ 'pl-pl' ] = "Wprowadź interwał PING (sek)" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-ping' ][ 'pt-br' ] = "Insira aqui o intervalo ping em segundos." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-ping' ][ 'pt-pt' ] = "Introduza aqui o intervalo de ping em segundos." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-ping' ][ 'ro-ro' ] = "Introduceți intervalul de ping aici în câteva secunde." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-ping' ][ 'ru-ru' ] = "Введите интервал ping здесь, в секундах." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-ping' ][ 'sv-se' ] = "Ange interval för ping i sekunder." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-ping' ][ 'uk-ua' ] = "Введіть інтервал пінгування в секундах." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-ping' ][ 'zh-cn' ] = "second Enter" ;
$text [ 'description-ping' ][ 'ja-jp' ] = "ping間隔を秒単位で入力します。" ;
$text [ 'description-ping' ][ 'ko-kr' ] = "몇 초 안에 핑 간격을 입력하십시오." ;
2015-04-08 13:38:58 +00:00
2022-07-19 16:34:01 -06:00
$text [ 'description-ping_min' ][ 'en-us' ] = "Enter the ping minimum range in seconds." ;
$text [ 'description-ping_min' ][ 'en-gb' ] = "Enter the ping minimum range in seconds." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-ping_min' ][ 'ar-eg' ] = "أدخلي الحد الأدنى للمجموعة خلال ثواني" ;
$text [ 'description-ping_min' ][ 'de-at' ] = "Geben Sie den ping minimalen Bereich in Sekunden ein." ;
$text [ 'description-ping_min' ][ 'de-ch' ] = "Geben Sie den ping minimalen Bereich in Sekunden ein." ;
$text [ 'description-ping_min' ][ 'de-de' ] = "Geben Sie den ping minimalen Bereich in Sekunden ein." ;
$text [ 'description-ping_min' ][ 'es-cl' ] = "Introduzca el rango mínimo de ping en segundos." ;
$text [ 'description-ping_min' ][ 'es-mx' ] = "Introduzca el rango mínimo de ping en segundos." ;
$text [ 'description-ping_min' ][ 'fr-ca' ] = "Entrez la plage minimale de ping en quelques secondes." ;
$text [ 'description-ping_min' ][ 'fr-fr' ] = "Entrez la plage minimale de ping en quelques secondes." ;
$text [ 'description-ping_min' ][ 'he-il' ] = "הזן את טווח המינימום של ping בתוך שניות." ;
$text [ 'description-ping_min' ][ 'it-it' ] = "Inserisci l'intervallo minimo di ping in pochi secondi." ;
$text [ 'description-ping_min' ][ 'nl-nl' ] = "Binnen enkele seconden in de ping." ;
$text [ 'description-ping_min' ][ 'pl-pl' ] = "Wejście do minimum ping." ;
$text [ 'description-ping_min' ][ 'pt-br' ] = "Digite o intervalo mínimo ping em segundos." ;
$text [ 'description-ping_min' ][ 'pt-pt' ] = "Digite o intervalo mínimo ping em segundos." ;
2023-05-05 15:22:22 -06:00
$text [ 'description-ping_min' ][ 'ro-ro' ] = "Introduceți intervalul minim de ping în secunde." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-ping_min' ][ 'ru-ru' ] = "Введите минимальный диапазон пинга за считанные секунды." ;
$text [ 'description-ping_min' ][ 'sv-se' ] = "Ange ping minimum intervall i sekunder." ;
$text [ 'description-ping_min' ][ 'uk-ua' ] = "Введіть номер мобільного, який Ви вказали при укладаннi договору з банком - для ідентифікації." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-ping_min' ][ 'zh-cn' ] = "进入最低范围。" ;
$text [ 'description-ping_min' ][ 'ja-jp' ] = "ping 最小範囲を秒単位で入力します。" ;
$text [ 'description-ping_min' ][ 'ko-kr' ] = "초의 최소 범위를 입력합니다." ;
2022-07-19 16:34:01 -06:00
$text [ 'description-ping_max' ][ 'en-us' ] = "Enter the ping maximum range in seconds." ;
$text [ 'description-ping_max' ][ 'en-gb' ] = "Enter the ping maximum range in seconds." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-ping_max' ][ 'ar-eg' ] = "أدخلي الحد الأقصى للمجموعة خلال ثواني" ;
$text [ 'description-ping_max' ][ 'de-at' ] = "Geben Sie den Ping-Maximalbereich in Sekunden ein." ;
$text [ 'description-ping_max' ][ 'de-ch' ] = "Geben Sie den Ping-Maximalbereich in Sekunden ein." ;
$text [ 'description-ping_max' ][ 'de-de' ] = "Geben Sie den Ping-Maximalbereich in Sekunden ein." ;
$text [ 'description-ping_max' ][ 'es-cl' ] = "Introduzca el rango máximo de ping en segundos." ;
$text [ 'description-ping_max' ][ 'es-mx' ] = "Introduzca el rango máximo de ping en segundos." ;
$text [ 'description-ping_max' ][ 'fr-ca' ] = "Entrez la gamme maximale de ping en quelques secondes." ;
$text [ 'description-ping_max' ][ 'fr-fr' ] = "Entrez la gamme maximale de ping en quelques secondes." ;
$text [ 'description-ping_max' ][ 'he-il' ] = "הזן את טווח מקסימלי של ping בתוך שניות." ;
$text [ 'description-ping_max' ][ 'it-it' ] = "Inserire l'intervallo massimo di ping in pochi secondi." ;
$text [ 'description-ping_max' ][ 'nl-nl' ] = "Binnen enkele seconden de ping maximaal bereik." ;
$text [ 'description-ping_max' ][ 'pl-pl' ] = "Wejście do maksymalnego zasięgu w sekundach." ;
$text [ 'description-ping_max' ][ 'pt-br' ] = "Digite o intervalo máximo de ping em segundos." ;
$text [ 'description-ping_max' ][ 'pt-pt' ] = "Digite o intervalo máximo de ping em segundos." ;
2023-05-05 15:22:22 -06:00
$text [ 'description-ping_max' ][ 'ro-ro' ] = "Introduceți intervalul maxim de ping în secunde." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-ping_max' ][ 'ru-ru' ] = "Введите максимальный диапазон ping за считанные секунды." ;
$text [ 'description-ping_max' ][ 'sv-se' ] = "Ange ping maximalt intervall på sekunder." ;
$text [ 'description-ping_max' ][ 'uk-ua' ] = "Введіть максимальний діапазон ping за секундами." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-ping_max' ][ 'zh-cn' ] = "进入最大范围。" ;
$text [ 'description-ping_max' ][ 'ja-jp' ] = "pingの最大範囲を秒単位で入力します。" ;
$text [ 'description-ping_max' ][ 'ko-kr' ] = "초당 최대 범위를 입력합니다." ;
2022-07-19 16:34:01 -06:00
2015-04-08 13:38:58 +00:00
$text [ 'description-password' ][ 'en-us' ] = "Enter the password here." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-password' ][ 'en-gb' ] = "Enter the password here." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-password' ][ 'ar-eg' ] = "أدخل كلمة السر هنا" ;
$text [ 'description-password' ][ 'de-at' ] = "Geben Sie das Passwort ein." ;
$text [ 'description-password' ][ 'de-ch' ] = "Geben Sie das Passwort ein." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-password' ][ 'de-de' ] = "Geben Sie das Passwort ein." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-password' ][ 'es-cl' ] = "Ingrese la contraseña aquí" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-password' ][ 'es-mx' ] = "Ingrese la contraseña aquí" ;
$text [ 'description-password' ][ 'fr-ca' ] = "Entrez le mot de passe." ;
2015-06-06 02:37:26 +00:00
$text [ 'description-password' ][ 'fr-fr' ] = "Entrez le mot de passe." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-password' ][ 'he-il' ] = "הכנס סיסמא" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-password' ][ 'it-it' ] = "Inserire la password." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-password' ][ 'nl-nl' ] = "Voer het wachtwoord in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-password' ][ 'pl-pl' ] = "Wpisz hasło" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-password' ][ 'pt-br' ] = "Insira a senha aqui." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-password' ][ 'pt-pt' ] = "Introduza a password aqui." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-password' ][ 'ro-ro' ] = "Aici parola." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-password' ][ 'ru-ru' ] = "Введите здесь пароль." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-password' ][ 'sv-se' ] = "Fyll i lösenord." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-password' ][ 'uk-ua' ] = "Введіть пароль" ;
2023-05-03 10:36:25 -06:00
$text [ 'description-password' ][ 'zh-cn' ] = "加入前言。" ;
$text [ 'description-password' ][ 'ja-jp' ] = "パスワードを入力してください。" ;
$text [ 'description-password' ][ 'ko-kr' ] = "비밀번호 입력" ;
2015-04-08 13:38:58 +00:00
2017-07-16 11:38:50 -06:00
$text [ 'description-outbound_proxy' ][ 'en-us' ] = "Enter the hostname or IP address of the outbound proxy. host[:port]" ;
2020-03-20 20:47:13 +00:00
$text [ 'description-outbound_proxy' ][ 'en-gb' ] = "Enter the hostname or IP address of the outbound proxy. host[:port]" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-outbound_proxy' ][ 'ar-eg' ] = "أدخل اسم المضيف أو عنوان إب الخاص بالوكيل الصادر. (وهذا يمكن أن تتخذ شكل المضيف: ميناء)" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-outbound_proxy' ][ 'de-at' ] = "Geben Sie des Hostnamen oder IP-Adresse des Outbound-Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)" ;
$text [ 'description-outbound_proxy' ][ 'de-ch' ] = "Geben Sie des Hostnamen oder IP-Adresse des Outbound-Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)" ;
2017-07-16 18:23:16 +01:00
$text [ 'description-outbound_proxy' ][ 'de-de' ] = "Geben Sie des Hostnamen oder IP-Adresse des Outbound-Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-outbound_proxy' ][ 'es-cl' ] = "Introduzca el nombre de host o la dirección IP del proxy de salida. (Esto puede tomar el formato de host:puerto)" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-outbound_proxy' ][ 'es-mx' ] = "Introduzca el nombre de host o la dirección IP del proxy de salida. (Esto puede tomar el formato de host:puerto)" ;
$text [ 'description-outbound_proxy' ][ 'fr-ca' ] = "Entrez le nom d'hôte ou l'adresse IP du proxy sortant. (Cela peut prendre le format d'hôte:port)" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-outbound_proxy' ][ 'fr-fr' ] = "Entrez le nom d'hôte ou l'adresse IP du proxy sortant. (Cela peut prendre le format d'hôte:port)" ;
$text [ 'description-outbound_proxy' ][ 'he-il' ] = "הזן את שם המארח או את כתובת ה- IP של ה- proxy היוצא. (זה יכול לקחת את הפורמט של המארח: יציאה)" ;
2017-09-21 17:06:26 +02:00
$text [ 'description-outbound_proxy' ][ 'it-it' ] = "Inserire qui l'outbound proxy." ;
2017-09-19 16:48:40 +01:00
$text [ 'description-outbound_proxy' ][ 'nl-nl' ] = "Voer de hostnaam of het IP-adres van de uitgaande proxy in. (Dit kan het formaat van host:port)" ;
$text [ 'description-outbound_proxy' ][ 'pl-pl' ] = "Wpisz nazwę hosta lub adres IP wychodzącego serwera proxy. (Może to przyjmować format hosta:port)" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-outbound_proxy' ][ 'pt-br' ] = "Digite o nome do host ou o endereço IP do proxy de saída. (Aceita o formato de host:porta)" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-outbound_proxy' ][ 'pt-pt' ] = "Digite o nome do host ou o endereço IP do proxy de saída. (Isso pode levar o formato de host:porta)" ;
$text [ 'description-outbound_proxy' ][ 'ro-ro' ] = "Introduceți numele gazdei sau adresa IP a proxy-ului de ieșire. (Acest lucru poate lua forma gazdei:port)" ;
2017-07-16 18:23:16 +01:00
$text [ 'description-outbound_proxy' ][ 'ru-ru' ] = "Введите IP-адрес или название хоста исходящего прокси-сервера. (Возможно указать номер порта в формате host:port)" ;
2017-09-19 16:48:40 +01:00
$text [ 'description-outbound_proxy' ][ 'sv-se' ] = "Ange värdnamn eller IP-adress för utgående proxy. (Detta kan ta formatet för värd:port)" ;
$text [ 'description-outbound_proxy' ][ 'uk-ua' ] = "Введіть ім'я хоста або IP-адресу вихідного проксі. (Це може мати формат host:port)" ;
2023-05-03 10:36:25 -06:00
$text [ 'description-outbound_proxy' ][ 'zh-cn' ] = "进入外包代理的签名或IP地址。 东道国[:港口]" ;
$text [ 'description-outbound_proxy' ][ 'ja-jp' ] = "アウトバウンドプロキシのホスト名またはIPアドレスを入力します。 ホスト[:port]" ;
$text [ 'description-outbound_proxy' ][ 'ko-kr' ] = "아웃바운드 프록시의 호스트 이름 또는 IP 주소를 입력하십시오. 호스트[:port]" ;
2015-04-08 13:38:58 +00:00
$text [ 'description-gateway-name' ][ 'en-us' ] = "Enter the gateway name here." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-gateway-name' ][ 'en-gb' ] = "Enter the gateway name here." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-gateway-name' ][ 'ar-eg' ] = "أدخل اسم البوابة هنا" ;
$text [ 'description-gateway-name' ][ 'de-at' ] = "Geben Sie den Namen für das Gateway hier ein." ;
$text [ 'description-gateway-name' ][ 'de-ch' ] = "Geben Sie den Namen für das Gateway hier ein." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-gateway-name' ][ 'de-de' ] = "Geben Sie den Namen für das Gateway hier ein." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-gateway-name' ][ 'es-cl' ] = "Ingrese el nombre de la pasarela aquí" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-gateway-name' ][ 'es-mx' ] = "Ingrese el nombre de la pasarela aquí" ;
$text [ 'description-gateway-name' ][ 'fr-ca' ] = "Entrez ici le nom de la passerelle." ;
2015-06-06 02:37:26 +00:00
$text [ 'description-gateway-name' ][ 'fr-fr' ] = "Entrez ici le nom de la passerelle." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-gateway-name' ][ 'he-il' ] = "הכנס את שם השער כאן." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-gateway-name' ][ 'it-it' ] = "Inserire qui il nome del gateway." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-gateway-name' ][ 'nl-nl' ] = "Voer de gatewaynaa, hier in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-gateway-name' ][ 'pl-pl' ] = "Wprowadź nazwę bramy wyjściowej" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-gateway-name' ][ 'pt-br' ] = "Insira o nome do Tronco aqui." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-gateway-name' ][ 'pt-pt' ] = "Introduzir o nome do gateway aqui." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-gateway-name' ][ 'ro-ro' ] = "Introduceți numele de gateway aici." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-gateway-name' ][ 'ru-ru' ] = "Введите здесь имя шлюза." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-gateway-name' ][ 'sv-se' ] = "Ange gateway namn här." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-gateway-name' ][ 'uk-ua' ] = "Введіть назву шлюзу" ;
2023-05-03 10:36:25 -06:00
$text [ 'description-gateway-name' ][ 'zh-cn' ] = "此处填入门口号。" ;
$text [ 'description-gateway-name' ][ 'ja-jp' ] = "ゲートウェイ名を入力してください。" ;
$text [ 'description-gateway-name' ][ 'ko-kr' ] = "여기에서 게이트웨이 이름을 입력하십시오." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-gateway-edit' ][ 'en-us' ] = "Defines a connections to a SIP Provider or another SIP server." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-gateway-edit' ][ 'en-gb' ] = "Defines a connections to a SIP Provider or another SIP server." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-gateway-edit' ][ 'ar-eg' ] = "يُحدّدُ a وصلات إلى a مُقدّمِ SIP أَو خادم آخر SIP." ;
$text [ 'description-gateway-edit' ][ 'de-at' ] = "Definiert eine Verbindung zu einem SIP Provider oder einem anderen SIP Server." ;
$text [ 'description-gateway-edit' ][ 'de-ch' ] = "Definiert eine Verbindung zu einem SIP Provider oder einem anderen SIP Server." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-gateway-edit' ][ 'de-de' ] = "Definiert eine Verbindung zu einem SIP Provider oder einem anderen SIP Server." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-gateway-edit' ][ 'es-cl' ] = "Define una conexión con un proveedor SIP u otro servidor SIP." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-gateway-edit' ][ 'es-mx' ] = "Define una conexión con un proveedor SIP u otro servidor SIP." ;
$text [ 'description-gateway-edit' ][ 'fr-ca' ] = "Défini une connexion à un fournisseur SIP ou un autre serveur SIP." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-gateway-edit' ][ 'fr-fr' ] = "Défini une connexion à un fournisseur SIP ou un autre serveur SIP." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-gateway-edit' ][ 'he-il' ] = "הגנה על קשר עם ספק SIP או שרת SIP אחר." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-gateway-edit' ][ 'it-it' ] = "Definisce una connessione verso altri SIP Provider o altri SIP servers." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-gateway-edit' ][ 'nl-nl' ] = "Definieer de verbinding naar een SIP voorziening of andere SIP server in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-gateway-edit' ][ 'pl-pl' ] = "Zdefiniuj połączenia do operatora SIP lub innego serwera SIP" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-gateway-edit' ][ 'pt-br' ] = "Define uma conexão a um provedor SIP ou outro servidor SIP" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-gateway-edit' ][ 'pt-pt' ] = "Define uma ligação a um operador SIP ou outro servidor SIP." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-gateway-edit' ][ 'ro-ro' ] = "Definește o conexiune la un furnizor SIP sau un alt server SIP." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-gateway-edit' ][ 'ru-ru' ] = "Определяет подключения к поставщику SIP или другому SIP-серверу." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-gateway-edit' ][ 'sv-se' ] = "Definierar anslutning till en SIP Provider eller annan SIP -server." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-gateway-edit' ][ 'uk-ua' ] = "Визначає підключення до провайдера SIP або іншого SIP-сервера." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-gateway-edit' ][ 'zh-cn' ] = "界定与SIP供应商或其他SIP服务器的联系。" ;
$text [ 'description-gateway-edit' ][ 'ja-jp' ] = "SIPプロバイダまたは別のSIPサーバーへの接続を定義します。" ;
$text [ 'description-gateway-edit' ][ 'ko-kr' ] = "SIP 공급자 또는 다른 SIP 서버에 연결하십시오." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-gateway' ][ 'en-us' ] = "Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-gateway' ][ 'en-gb' ] = "Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-gateway' ][ 'ar-eg' ] = "وتتيح البوابة الوصول إلى شبكات الصوت الأخرى. ويمكن أن تكون هذه النظم مقدمة للصوت أو غيرها من النظم التي تتطلب تسجيل برنامج العلم والتكنولوجيا والابتكار." ;
$text [ 'description-gateway' ][ 'de-at' ] = "Gateways ermöglichen die Verbindung in andere Sprachnetze. Gateways können Voice over IP Provider oder andere Systeme sein, die eine SIP Registrierung voraussetzen." ;
$text [ 'description-gateway' ][ 'de-ch' ] = "Gateways ermöglichen die Verbindung in andere Sprachnetze. Gateways können Voice over IP Provider oder andere Systeme sein, die eine SIP Registrierung voraussetzen." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-gateway' ][ 'de-de' ] = "Gateways ermöglichen die Verbindung in andere Sprachnetze. Gateways können Voice over IP Provider oder andere Systeme sein, die eine SIP Registrierung voraussetzen." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-gateway' ][ 'es-cl' ] = "Las pasarelas proveen acceso a otras redes de voz. Pueden ser provedores u otro sistema que requiera registo SIP." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-gateway' ][ 'es-mx' ] = "Las pasarelas proveen acceso a otras redes de voz. Pueden ser provedores u otro sistema que requiera registo SIP." ;
$text [ 'description-gateway' ][ 'fr-ca' ] = "Les passerelles permettent l'accès aux autres réseaux voix. Ceux-ci pouvant être des fournisseurs d'accès ou tout autre système nécessitant un enregistrement SIP." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-gateway' ][ 'fr-fr' ] = "Les passerelles permettent l'accès aux autres réseaux voix. Ceux-ci pouvant être des fournisseurs d'accès ou tout autre système nécessitant un enregistrement SIP." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-gateway' ][ 'he-il' ] = "השערים מספקים גישה לרשתות קול אחרות. אלה יכולים להיות ספקי קול או מערכות אחרות הדורשות רישום SIP." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-gateway' ][ 'it-it' ] = "I gateways forniscono l'accesso in altre reti voce. Può trattarsi di voice providers o altri sistemi che richiedono registrazione SIP." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-gateway' ][ 'nl-nl' ] = "Gateways voorzien in een toegang tot ander telefonie netwerken. Hetzijn va VOIP-providers of andersystemen die het SIP-protoocl gebruiken" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-gateway' ][ 'pl-pl' ] = "Bramy wyjściowe zapewniają dostęp do innych sieci telefonicznych. Mogą to być sieci voip lub inne systemy, które wymagają rejestracji SIP." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-gateway' ][ 'pt-br' ] = "Os gateways oferecem acesso a outras redes de voz, Podem pertencer a operadora de voz ou outros sistemas que requeiram regstros SIP" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-gateway' ][ 'pt-pt' ] = "Troncos oferecem acesso a outras redes de voz. Podem pertencer a provedores VoIP ou outros sistemas que requeiram registos SIP." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-gateway' ][ 'ro-ro' ] = "Gateways asigura accesul în alte rețele de voce . Acestea pot fi furnizori de voce sau alte sisteme care necesită înregistrare SIP." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-gateway' ][ 'ru-ru' ] = "Шлюзы обеспечивают доступ в другие голосовые сети. Это могут быть голосовые провайдеры или другие системы, которые требуют регистрации SIP." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-gateway' ][ 'sv-se' ] = "Gateways ger tillgång till andra röstnätverk. Dessa kan vara telefoni leverantörer eller andra system som kräver SIP registrering." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-gateway' ][ 'uk-ua' ] = "Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-gateway' ][ 'zh-cn' ] = "通道可进入其他语音网络。 这些系统可以是声音提供者,也可以是需要SIP注册的其他系统。" ;
$text [ 'description-gateway' ][ 'ja-jp' ] = "ゲートウェイは、他の音声ネットワークへのアクセスを提供します。 これらは、SIP登録を必要とするボイスプロバイダーまたは他のシステムです。" ;
$text [ 'description-gateway' ][ 'ko-kr' ] = "Gateway는 다른 목소리 네트워크에 액세스합니다. 이들은 SIP 등록을 요구하는 음성 공급자 또는 다른 체계일 수 있습니다." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-from_user' ][ 'en-us' ] = "Enter the from-user here." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-from_user' ][ 'en-gb' ] = "Enter the from-user here." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-from_user' ][ 'ar-eg' ] = "أدخل المستعمل من هنا" ;
$text [ 'description-from_user' ][ 'de-at' ] = "Geben Sie den Wert für 'From-User' im SIP Header hier an." ;
$text [ 'description-from_user' ][ 'de-ch' ] = "Geben Sie den Wert für 'From-User' im SIP Header hier an." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-from_user' ][ 'de-de' ] = "Geben Sie den Wert für 'From-User' im SIP Header hier an." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-from_user' ][ 'es-cl' ] = "Ingrese aquí." ;
$text [ 'description-from_user' ][ 'es-mx' ] = "Ingrese aquí." ;
$text [ 'description-from_user' ][ 'fr-ca' ] = "Utilisateur à utiliser dans le header SIP From." ;
2015-06-06 02:37:26 +00:00
$text [ 'description-from_user' ][ 'fr-fr' ] = "Utilisateur à utiliser dans le header SIP From." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-from_user' ][ 'he-il' ] = "היכנסו אל המשתמש כאן." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-from_user' ][ 'it-it' ] = "Inserire qui il from-user." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-from_user' ][ 'nl-nl' ] = "Voer de Van-gebruiker in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-from_user' ][ 'pl-pl' ] = "Wprowadź SIP 'from user'" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-from_user' ][ 'pt-br' ] = "Insira o usuário de origem aqui (from-user)." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-from_user' ][ 'pt-pt' ] = "Introduza o from-user aqui." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-from_user' ][ 'ro-ro' ] = "Introdu o dată de la utilizatorul aici." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-from_user' ][ 'ru-ru' ] = "Введите Имя пользователя отправителя." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-from_user' ][ 'sv-se' ] = "Ange 'from-user' här." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-from_user' ][ 'uk-ua' ] = "Enter the from-user here." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-from_user' ][ 'zh-cn' ] = "进入用户。" ;
$text [ 'description-from_user' ][ 'ja-jp' ] = "ここからユーザーを入力してください。" ;
$text [ 'description-from_user' ][ 'ko-kr' ] = "사용자를 입력하세요." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-from_domain' ][ 'en-us' ] = "Enter the from-domain here." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-from_domain' ][ 'en-gb' ] = "Enter the from-domain here." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-from_domain' ][ 'ar-eg' ] = "ادخل من هنا" ;
$text [ 'description-from_domain' ][ 'de-at' ] = "Geben Sie Wert für 'From-Domain' im SIP Header hier an." ;
$text [ 'description-from_domain' ][ 'de-ch' ] = "Geben Sie Wert für 'From-Domain' im SIP Header hier an." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-from_domain' ][ 'de-de' ] = "Geben Sie Wert für 'From-Domain' im SIP Header hier an." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-from_domain' ][ 'es-cl' ] = "Parte dominio de cabecera SIP" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-from_domain' ][ 'es-mx' ] = "Parte dominio de cabecera SIP" ;
$text [ 'description-from_domain' ][ 'fr-ca' ] = "Domaine à utiliser dans le header SIP From." ;
2015-06-06 02:37:26 +00:00
$text [ 'description-from_domain' ][ 'fr-fr' ] = "Domaine à utiliser dans le header SIP From." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-from_domain' ][ 'he-il' ] = "היכנסו לכאן מ-Domain." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-from_domain' ][ 'it-it' ] = "Inserire qui il from-domain." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-from_domain' ][ 'nl-nl' ] = "Voer het Van-domein hier in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-from_domain' ][ 'pl-pl' ] = "Wprowadź SIP 'from-domain'" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-from_domain' ][ 'pt-br' ] = "Insira o dominio de origem aqui (from-domain)." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-from_domain' ][ 'pt-pt' ] = "Introduza o from-domain aqui." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-from_domain' ][ 'ro-ro' ] = "Introduceți domeniul de la - aici." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-from_domain' ][ 'ru-ru' ] = "Введите Домен отправителя." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-from_domain' ][ 'sv-se' ] = "Ange 'from-domain' här." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-from_domain' ][ 'uk-ua' ] = "Enter the from-domain here." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-from_domain' ][ 'zh-cn' ] = "此处从原主进入。" ;
$text [ 'description-from_domain' ][ 'ja-jp' ] = "ここからドメインを入力してください。" ;
$text [ 'description-from_domain' ][ 'ko-kr' ] = "여기에서 입력하세요." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-extension_in_contact' ][ 'en-us' ] = "Enter the Extension In Contact" ;
2020-03-20 20:47:13 +00:00
$text [ 'description-extension_in_contact' ][ 'en-gb' ] = "Enter the Extension In Contact" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-extension_in_contact' ][ 'ar-eg' ] = "بدء الاتصال" ;
$text [ 'description-extension_in_contact' ][ 'de-at' ] = "Geben Sie den Wert für 'Extension in Contact' im SIP Header hier an." ;
$text [ 'description-extension_in_contact' ][ 'de-ch' ] = "Geben Sie den Wert für 'Extension in Contact' im SIP Header hier an." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-extension_in_contact' ][ 'de-de' ] = "Geben Sie den Wert für 'Extension in Contact' im SIP Header hier an." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-extension_in_contact' ][ 'es-cl' ] = "Ingrese la extensión en contacto." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-extension_in_contact' ][ 'es-mx' ] = "Ingrese la extensión en contacto." ;
$text [ 'description-extension_in_contact' ][ 'fr-ca' ] = "Insérer l'Extension dans le Contact." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-extension_in_contact' ][ 'fr-fr' ] = "Insérer l'Extension dans le Contact." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-extension_in_contact' ][ 'he-il' ] = "הכנס את הסיומת In Contact" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-extension_in_contact' ][ 'it-it' ] = "Inserire qui Interno nel Contact" ;
2019-11-23 01:37:36 +01:00
$text [ 'description-extension_in_contact' ][ 'nl-nl' ] = "Voer het toestnummer in het kontact" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-extension_in_contact' ][ 'pl-pl' ] = "Wprowadź numer wewnętrzny w SIP 'Contact'" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-extension_in_contact' ][ 'pt-br' ] = "Insira a extensão do contato" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-extension_in_contact' ][ 'pt-pt' ] = "Introduza a extensão no contacto" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-extension_in_contact' ][ 'ro-ro' ] = "Introdu o extensie de contact" ;
2017-04-25 03:37:00 +05:00
$text [ 'description-extension_in_contact' ][ 'ru-ru' ] = "Введите контактный номер внутреннего абонента" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-extension_in_contact' ][ 'sv-se' ] = "Ange 'Extension In Contact'" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-extension_in_contact' ][ 'uk-ua' ] = "Enter the Extension In Contact" ;
2023-05-03 10:36:25 -06:00
$text [ 'description-extension_in_contact' ][ 'zh-cn' ] = "加入推广协会" ;
$text [ 'description-extension_in_contact' ][ 'ja-jp' ] = "コンタクトの延長を入力してください" ;
$text [ 'description-extension_in_contact' ][ 'ko-kr' ] = "연락처" ;
2015-04-08 13:38:58 +00:00
$text [ 'description-extension' ][ 'en-us' ] = "Enter the extension here." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-extension' ][ 'en-gb' ] = "Enter the extension here." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-extension' ][ 'ar-eg' ] = "أدخل التمديد هنا" ;
$text [ 'description-extension' ][ 'de-at' ] = "Tragen Sie die Nebenstellen hier ein." ;
$text [ 'description-extension' ][ 'de-ch' ] = "Tragen Sie die Nebenstellen hier ein." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-extension' ][ 'de-de' ] = "Tragen Sie die Nebenstellen hier ein." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-extension' ][ 'es-cl' ] = "Ingrese la extensión aquí" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-extension' ][ 'es-mx' ] = "Ingrese la extensión aquí" ;
$text [ 'description-extension' ][ 'fr-ca' ] = "Assigner l'extension et le nombre de lignes à l'équipement." ;
2015-06-06 02:37:26 +00:00
$text [ 'description-extension' ][ 'fr-fr' ] = "Assigner l'extension et le nombre de lignes à l'équipement." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-extension' ][ 'he-il' ] = "הכנס שלוחה" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-extension' ][ 'it-it' ] = "Inserire l'interno." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-extension' ][ 'nl-nl' ] = "Voer het toestel nummer in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-extension' ][ 'pl-pl' ] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-extension' ][ 'pt-br' ] = "Insira o ramal aqui." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-extension' ][ 'pt-pt' ] = "Introduza a extensão aqui." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-extension' ][ 'ro-ro' ] = "Introduceți extensia aici." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-extension' ][ 'ru-ru' ] = "Введите внутренний номер" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-extension' ][ 'sv-se' ] = "Ange anknytningen här." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-extension' ][ 'uk-ua' ] = "Введіть розширення" ;
2023-05-03 10:36:25 -06:00
$text [ 'description-extension' ][ 'zh-cn' ] = "此处延展。" ;
$text [ 'description-extension' ][ 'ja-jp' ] = "詳細はこちらをご覧ください。" ;
$text [ 'description-extension' ][ 'ko-kr' ] = "여기에 확장을 입력하십시오." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-expire_seconds' ][ 'en-us' ] = "Enter the expire-seconds here." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-expire_seconds' ][ 'en-gb' ] = "Enter the expire-seconds here." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-expire_seconds' ][ 'ar-eg' ] = "أدخلي اللحظات المنتهيه هنا" ;
$text [ 'description-expire_seconds' ][ 'de-at' ] = "Geben Sie an, nach wie vielen Sekunden die Registrierung des Gateways erneuert werden soll." ;
$text [ 'description-expire_seconds' ][ 'de-ch' ] = "Geben Sie an, nach wie vielen Sekunden die Registrierung des Gateways erneuert werden soll." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-expire_seconds' ][ 'de-de' ] = "Geben Sie an, nach wie vielen Sekunden die Registrierung des Gateways erneuert werden soll." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-expire_seconds' ][ 'es-cl' ] = "Ingrese el tiempo de expiración en segundos." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-expire_seconds' ][ 'es-mx' ] = "Ingrese el tiempo de expiración en segundos." ;
$text [ 'description-expire_seconds' ][ 'fr-ca' ] = "Durée d'enregistrement en secondes. C'est la durée au bout de laquelle il est nécessaire de se ré-enregistrer auprès de la passerelle." ;
2015-06-06 02:37:26 +00:00
$text [ 'description-expire_seconds' ][ 'fr-fr' ] = "Durée d'enregistrement en secondes. C'est la durée au bout de laquelle il est nécessaire de se ré-enregistrer auprès de la passerelle." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-expire_seconds' ][ 'he-il' ] = "היכנסו לפוג השניות כאן." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-expire_seconds' ][ 'it-it' ] = "Inserire qui gli expire-seconds." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-expire_seconds' ][ 'nl-nl' ] = "Voer de vervaltijd in seconden in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-expire_seconds' ][ 'pl-pl' ] = "Wprowadź czas wygaśnięcia (sek)" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-expire_seconds' ][ 'pt-br' ] = "Insira o tempo de expiração em segundos aqui." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-expire_seconds' ][ 'pt-pt' ] = "Introduza o tempo de validade (em segundos) aqui." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-expire_seconds' ][ 'ro-ro' ] = "Introduceți - secunde aici expiră." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-expire_seconds' ][ 'ru-ru' ] = "Время в секундах. Это время, по истечению которого необходимо обновить регистрацию." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-expire_seconds' ][ 'sv-se' ] = "Ange 'expire-seconds' här." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-expire_seconds' ][ 'uk-ua' ] = "Enter the expire-seconds here." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-expire_seconds' ][ 'zh-cn' ] = "此处填满两秒。" ;
$text [ 'description-expire_seconds' ][ 'ja-jp' ] = "期限切れの秒を入力してください。" ;
$text [ 'description-expire_seconds' ][ 'ko-kr' ] = "만료된 초를 입력하십시오." ;
2015-04-08 13:38:58 +00:00
2015-10-04 01:29:03 -06:00
$text [ 'description-hostname' ][ 'en-us' ] = "Enter the hostname / switchname." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-hostname' ][ 'en-gb' ] = "Enter the hostname / switchname." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-hostname' ][ 'ar-eg' ] = "أدخلي لقب المُضيف" ;
$text [ 'description-hostname' ][ 'de-at' ] = "Geben Sie den Hostnamen / Switchnamen an." ;
$text [ 'description-hostname' ][ 'de-ch' ] = "Geben Sie den Hostnamen / Switchnamen an." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-hostname' ][ 'de-de' ] = "Geben Sie den Hostnamen / Switchnamen an." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-hostname' ][ 'es-cl' ] = "Introduzca el nombre de host / nombre de cambio." ;
$text [ 'description-hostname' ][ 'es-mx' ] = "Introduzca el nombre de host / nombre de cambio." ;
$text [ 'description-hostname' ][ 'fr-ca' ] = "Entrer le nom de l'hôte / du switch." ;
2015-10-04 01:29:03 -06:00
$text [ 'description-hostname' ][ 'fr-fr' ] = "Entrer le nom de l'hôte / du switch." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-hostname' ][ 'he-il' ] = "הזן את שם המארח / Modname." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-hostname' ][ 'it-it' ] = "Inserire l'hostname / switchname." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-hostname' ][ 'nl-nl' ] = "Voer de hostnaam / centrale naam in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-hostname' ][ 'pl-pl' ] = "Wprowadź nazwę hosta / PBXu." ;
2019-11-28 15:08:30 -03:00
$text [ 'description-hostname' ][ 'pt-br' ] = "Insira o hostname." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-hostname' ][ 'pt-pt' ] = "Introduza o hostname" ;
2023-05-05 15:22:22 -06:00
$text [ 'description-hostname' ][ 'ro-ro' ] = "Introduceți numele de gazdă/numele comutatorului." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-hostname' ][ 'ru-ru' ] = "Введите Имя хоста / коммутатора." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-hostname' ][ 'sv-se' ] = "Fyll i hostname / switchname." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-hostname' ][ 'uk-ua' ] = "Введіть назву хоста / switchname." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-hostname' ][ 'zh-cn' ] = "进入接收国名/交换国名。" ;
$text [ 'description-hostname' ][ 'ja-jp' ] = "ホスト名/スイッチ名を入力します。" ;
$text [ 'description-hostname' ][ 'ko-kr' ] = "hostname/switchname을 입력하십시오." ;
2015-10-04 01:29:03 -06:00
2015-04-08 13:38:58 +00:00
$text [ 'description-enabled' ][ 'en-us' ] = "Enable or Disable the Gateway" ;
2020-03-20 20:47:13 +00:00
$text [ 'description-enabled' ][ 'en-gb' ] = "Enable or Disable the Gateway" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-enabled' ][ 'ar-eg' ] = "تمكين البوابة أو تعطيلها" ;
$text [ 'description-enabled' ][ 'de-at' ] = "Dieses Gateway aktivieren oder deaktivieren." ;
$text [ 'description-enabled' ][ 'de-ch' ] = "Dieses Gateway aktivieren oder deaktivieren." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-enabled' ][ 'de-de' ] = "Dieses Gateway aktivieren oder deaktivieren." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-enabled' ][ 'es-cl' ] = "Activar o Desactivar la Pasarela" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-enabled' ][ 'es-mx' ] = "Activar o Desactivar la Pasarela" ;
$text [ 'description-enabled' ][ 'fr-ca' ] = "Activer ou non la Passerelle." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-enabled' ][ 'fr-fr' ] = "Activer ou non la Passerelle." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-enabled' ][ 'he-il' ] = "ניתן או להשבית את השער" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-enabled' ][ 'it-it' ] = "Abilita o Disabilita il Gateway" ;
2019-11-23 01:37:36 +01:00
$text [ 'description-enabled' ][ 'nl-nl' ] = "Zet gateway aan/uit." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-enabled' ][ 'pl-pl' ] = "Ustaw status numeru wewnętrznego." ;
2019-11-28 15:08:30 -03:00
$text [ 'description-enabled' ][ 'pt-br' ] = "Habilitar ou Desabilitar o Tronco" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-enabled' ][ 'pt-pt' ] = "Habilitar ou Desabilitar o Gateway" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-enabled' ][ 'ro-ro' ] = "Activați sau dezactivați Gateway" ;
2017-04-25 03:37:00 +05:00
$text [ 'description-enabled' ][ 'ru-ru' ] = "Включение и выключение данного Шлюза" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-enabled' ][ 'sv-se' ] = "Aktivera eller In-aktivera Gateway" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-enabled' ][ 'uk-ua' ] = "Enable or Disable the Gateway" ;
2023-05-03 10:36:25 -06:00
$text [ 'description-enabled' ][ 'zh-cn' ] = "出入通道" ;
$text [ 'description-enabled' ][ 'ja-jp' ] = "ゲートウェイの有効または無効化" ;
$text [ 'description-enabled' ][ 'ko-kr' ] = "게이트웨이 활성화" ;
2015-04-08 13:38:58 +00:00
$text [ 'description-distinct_to' ][ 'en-us' ] = "Enter the distinct_to here." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-distinct_to' ][ 'en-gb' ] = "Enter the distinct_to here." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-distinct_to' ][ 'ar-eg' ] = "أدخل المميز إلى هنا" ;
$text [ 'description-distinct_to' ][ 'de-at' ] = "Geben Sie den Wert für 'Distinct To' hier an." ;
$text [ 'description-distinct_to' ][ 'de-ch' ] = "Geben Sie den Wert für 'Distinct To' hier an." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-distinct_to' ][ 'de-de' ] = "Geben Sie den Wert für 'Distinct To' hier an." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-distinct_to' ][ 'es-cl' ] = "Ingrese el distinct_to aquí." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-distinct_to' ][ 'es-mx' ] = "Ingrese el distinct_to aquí." ;
$text [ 'description-distinct_to' ][ 'fr-ca' ] = "Insére ici le distinct_to." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-distinct_to' ][ 'fr-fr' ] = "Insére ici le distinct_to." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-distinct_to' ][ 'he-il' ] = "הכנס את ה-_to הייחודי כאן." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-distinct_to' ][ 'it-it' ] = "Inserire qui il distinct_to." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-distinct_to' ][ 'nl-nl' ] = "Voer distinct_to hier in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-distinct_to' ][ 'pl-pl' ] = "Wprowadź wartość 'wyodrębnj do'" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-distinct_to' ][ 'pt-br' ] = "Inisira o valor Distinto Para aqui (distinct-to)." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-distinct_to' ][ 'pt-pt' ] = "Introduza o distinct_to aqui." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-distinct_to' ][ 'ro-ro' ] = "Introdu o distinct_to aici." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-distinct_to' ][ 'ru-ru' ] = "Enter the distinct_to here." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-distinct_to' ][ 'sv-se' ] = "Ange 'distinct_to' här. " ;
2017-05-13 20:13:38 +01:00
$text [ 'description-distinct_to' ][ 'uk-ua' ] = "Enter the distinct_to here." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-distinct_to' ][ 'zh-cn' ] = "在这里读。" ;
$text [ 'description-distinct_to' ][ 'ja-jp' ] = "ここにあるclear_toを入力してください。" ;
$text [ 'description-distinct_to' ][ 'ko-kr' ] = "을 입력합니다." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-context' ][ 'en-us' ] = "Enter the context here." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-context' ][ 'en-gb' ] = "Enter the context here." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-context' ][ 'ar-eg' ] = "أدخل السياق هنا" ;
$text [ 'description-context' ][ 'de-at' ] = "Geben Sie den Kontext hier an." ;
$text [ 'description-context' ][ 'de-ch' ] = "Geben Sie den Kontext hier an." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-context' ][ 'de-de' ] = "Geben Sie den Kontext hier an." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-context' ][ 'es-cl' ] = "Ingrese el contexto aquí" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-context' ][ 'es-mx' ] = "Ingrese el contexto aquí" ;
$text [ 'description-context' ][ 'fr-ca' ] = "Entrez ici le contexte" ;
2015-06-06 02:37:26 +00:00
$text [ 'description-context' ][ 'fr-fr' ] = "Entrez ici le contexte" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-context' ][ 'he-il' ] = "הכנס את ההקשר כאן." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-context' ][ 'it-it' ] = "Inserire il contesto." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-context' ][ 'nl-nl' ] = "Voer de context hier in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-context' ][ 'pl-pl' ] = "Wprowadź kontekst" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-context' ][ 'pt-br' ] = "Insira o contexto aqui." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-context' ][ 'pt-pt' ] = "Introduza o contexto aqui." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-context' ][ 'ro-ro' ] = "Introduceți contextul aici." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-context' ][ 'ru-ru' ] = "Введите здесь контекст." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-context' ][ 'sv-se' ] = "Ange 'context' här." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-context' ][ 'uk-ua' ] = "Enter the context here." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-context' ][ 'zh-cn' ] = "此处行文。" ;
$text [ 'description-context' ][ 'ja-jp' ] = "コンテキストを入力してください。" ;
$text [ 'description-context' ][ 'ko-kr' ] = "여기에 context를 입력하십시오." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-codec_prefs' ][ 'en-us' ] = "Enter the codec preferences as a list. Ex: PCMA,PCMU,G722" ;
2020-03-20 20:47:13 +00:00
$text [ 'description-codec_prefs' ][ 'en-gb' ] = "Enter the codec preferences as a list. Ex: PCMA,PCMU,G722" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-codec_prefs' ][ 'ar-eg' ] = "أدخل الأفضليات الرمزية كقائمة Ex: PCMA,PCMU,G722" ;
$text [ 'description-codec_prefs' ][ 'de-at' ] = "Geben Sie hier die Liste der bevorzugten Codecs an. (z.B. PCMA,PCMU,G722)" ;
$text [ 'description-codec_prefs' ][ 'de-ch' ] = "Geben Sie hier die Liste der bevorzugten Codecs an. (z.B. PCMA,PCMU,G722)" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-codec_prefs' ][ 'de-de' ] = "Geben Sie hier die Liste der bevorzugten Codecs an. (z.B. PCMA,PCMU,G722)" ;
2015-04-08 13:38:58 +00:00
$text [ 'description-codec_prefs' ][ 'es-cl' ] = "Ingrese el listado de codecs a utilizar. Ej: PCMA,PCMU,G722" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-codec_prefs' ][ 'es-mx' ] = "Ingrese el listado de codecs a utilizar. Ej: PCMA,PCMU,G722" ;
$text [ 'description-codec_prefs' ][ 'fr-ca' ] = "Entrez ici la liste des codecs à utiliser sur ce lien. Ex: PCMA,PCMU,G722" ;
2015-06-06 02:37:26 +00:00
$text [ 'description-codec_prefs' ][ 'fr-fr' ] = "Entrez ici la liste des codecs à utiliser sur ce lien. Ex: PCMA,PCMU,G722" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-codec_prefs' ][ 'he-il' ] = "הזן את העדפות Codec כרשימה. PCMA,PCMU,G722" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-codec_prefs' ][ 'it-it' ] = "Inserire la lista preferenza codec. Es: PCMA,PCMU,G722." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-codec_prefs' ][ 'nl-nl' ] = "Voer de Codec voorkeur in als een lijst (Vb.: PCMA,PCMU,G722)" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-codec_prefs' ][ 'pl-pl' ] = "Wprowadź listę preferencji kodeków (np. PCMA,PCMU,G722)" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-codec_prefs' ][ 'pt-br' ] = "Insira os codecs que pretende usar no tronco como uma lista. Ex: PCMA,PCMU,G722" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-codec_prefs' ][ 'pt-pt' ] = "Introduza os codecs a utilizar no gateway sob a forma de lista. Ex: PCMA,PCMU,G722" ;
2023-05-05 15:22:22 -06:00
$text [ 'description-codec_prefs' ][ 'ro-ro' ] = "Introduceți preferințele codecului ca listă. Ex: PCMA, PCMU, G722" ;
2017-04-25 03:37:00 +05:00
$text [ 'description-codec_prefs' ][ 'ru-ru' ] = "Задайте список кодеков в порядке предпочтения: PCMA,PCMU,G722" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-codec_prefs' ][ 'sv-se' ] = "Ange codec preferenser som en lista . Ex : PCMA , PCMU , G722" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-codec_prefs' ][ 'uk-ua' ] = "Введіть параметри кодека як список. Ex: PCMA, PCMU,G722" ;
2023-05-03 10:36:25 -06:00
$text [ 'description-codec_prefs' ][ 'zh-cn' ] = "将代码偏好列入清单。 Ex: PCMA,PCMU,G722" ;
$text [ 'description-codec_prefs' ][ 'ja-jp' ] = "リストとしてコーデックの設定を入力します。 例:PCMA、PCMU、G722" ;
$text [ 'description-codec_prefs' ][ 'ko-kr' ] = "codec preferences를 목록으로 입력하십시오. 전: PCMA, PCMU, G722" ;
2015-04-08 13:38:58 +00:00
2023-05-05 15:22:22 -06:00
$text [ 'description-contact_in_ping' ][ 'en-us' ] = "Select whether to add contact in the ping." ;
2022-07-19 16:34:01 -06:00
$text [ 'description-contact_in_ping' ][ 'en-gb' ] = "Select whether to add contact in the ping." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-contact_in_ping' ][ 'ar-eg' ] = "اختيار ما إذا كان لإضافة الاتصال في الجناح." ;
$text [ 'description-contact_in_ping' ][ 'de-at' ] = "Wählen Sie, ob Sie Kontakt im Ping hinzufügen." ;
$text [ 'description-contact_in_ping' ][ 'de-ch' ] = "Wählen Sie, ob Sie Kontakt im Ping hinzufügen." ;
$text [ 'description-contact_in_ping' ][ 'de-de' ] = "Wählen Sie, ob Sie Kontakt im Ping hinzufügen." ;
$text [ 'description-contact_in_ping' ][ 'es-cl' ] = "Seleccione si agregar contacto en el ping." ;
$text [ 'description-contact_in_ping' ][ 'es-mx' ] = "Seleccione si agregar contacto en el ping." ;
$text [ 'description-contact_in_ping' ][ 'fr-ca' ] = "Sélectionnez s'il faut ajouter le contact dans le ping." ;
$text [ 'description-contact_in_ping' ][ 'fr-fr' ] = "Sélectionnez s'il faut ajouter le contact dans le ping." ;
$text [ 'description-contact_in_ping' ][ 'he-il' ] = "בחר אם להוסיף מגע בping." ;
$text [ 'description-contact_in_ping' ][ 'it-it' ] = "Selezionare se aggiungere il contatto nel ping." ;
$text [ 'description-contact_in_ping' ][ 'nl-nl' ] = "Selecteer of je contact toevoegt in de ping." ;
$text [ 'description-contact_in_ping' ][ 'pl-pl' ] = "Wybrania czy dodanie kontaktu z pingiem." ;
$text [ 'description-contact_in_ping' ][ 'pt-br' ] = "Selecione se deve adicionar contato no ping." ;
$text [ 'description-contact_in_ping' ][ 'pt-pt' ] = "Selecione se deve adicionar contato no ping." ;
2023-05-05 15:22:22 -06:00
$text [ 'description-contact_in_ping' ][ 'ro-ro' ] = "Selectați dacă doriți să adăugați contact în ping." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-contact_in_ping' ][ 'ru-ru' ] = "Выберите, добавить ли контакт в пинг." ;
$text [ 'description-contact_in_ping' ][ 'sv-se' ] = "Välj om du vill lägga till kontakt i pingen." ;
$text [ 'description-contact_in_ping' ][ 'uk-ua' ] = "Виберіть, чи можна додати контакт в пінг." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-contact_in_ping' ][ 'zh-cn' ] = "选择在绘画上添加联系。" ;
$text [ 'description-contact_in_ping' ][ 'ja-jp' ] = "pingで連絡先を追加するかどうかを選択します。" ;
$text [ 'description-contact_in_ping' ][ 'ko-kr' ] = "ping에 접촉을 추가하는지 여부를 선택하십시오." ;
2022-07-19 16:34:01 -06:00
2015-04-08 13:38:58 +00:00
$text [ 'description-channels' ][ 'en-us' ] = "Maximum number of simultaneous channels available in the gateway." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-channels' ][ 'en-gb' ] = "Maximum number of simultaneous channels available in the gateway." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-channels' ][ 'ar-eg' ] = "أكبر عدد من القنوات المتزامنة المتاحة في البوابة" ;
$text [ 'description-channels' ][ 'de-at' ] = "Maximale Anzahl gleichzeitiger Gespräche welche über diese Gateway möglich sind." ;
$text [ 'description-channels' ][ 'de-ch' ] = "Maximale Anzahl gleichzeitiger Gespräche welche über diese Gateway möglich sind." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-channels' ][ 'de-de' ] = "Maximale Anzahl gleichzeitiger Gespräche welche über diese Gateway möglich sind." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-channels' ][ 'es-cl' ] = "Número máximo de canales simultaneos disponibles en la pasarela." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-channels' ][ 'es-mx' ] = "Número máximo de canales simultaneos disponibles en la pasarela." ;
$text [ 'description-channels' ][ 'fr-ca' ] = "Nombre maximum de communications simultanées disponibles sur cette passerelle." ;
2015-06-06 02:37:26 +00:00
$text [ 'description-channels' ][ 'fr-fr' ] = "Nombre maximum de communications simultanées disponibles sur cette passerelle." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-channels' ][ 'he-il' ] = "מספר מקסימלי של ערוצים במקביל זמינים בשער." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-channels' ][ 'it-it' ] = "Massimo numero di chiamate simultanee disponibili per il gateway." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-channels' ][ 'nl-nl' ] = "Maimale aantal gelijktijdige kanalen die de gateway beschikbaar heeft." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-channels' ][ 'pl-pl' ] = "Maksymalna ilość kanałów głosowych dostępna w tej bramie wyjściowej" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-channels' ][ 'pt-br' ] = "Número máximo de canais simultâneos no tronco" ;
2017-05-12 15:44:53 +01:00
$text [ 'description-channels' ][ 'pt-pt' ] = "Número máximo de canais simultâneos no gateway." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-channels' ][ 'ro-ro' ] = "Numărul maxim de canale simultane disponibile în gateway." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-channels' ][ 'ru-ru' ] = "Максимальное количество одновременных каналов, доступных в шлюзе." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-channels' ][ 'sv-se' ] = "Max antal samtidiga kanaler för gateway." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-channels' ][ 'uk-ua' ] = "Maximum number of simultaneous channels available in the gateway." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-channels' ][ 'zh-cn' ] = "在关口可同时使用的渠道最多。" ;
$text [ 'description-channels' ][ 'ja-jp' ] = "ゲートウェイで利用可能な同時チャネルの最大数。" ;
$text [ 'description-channels' ][ 'ko-kr' ] = "게이트웨이에서 사용할 수있는 동시 채널의 최대 수." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-caller_id_in_from' ][ 'en-us' ] = "Enter the caller-id-in-from." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-caller_id_in_from' ][ 'en-gb' ] = "Enter the caller-id-in-from." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-caller_id_in_from' ][ 'ar-eg' ] = "أدخلي جهاز الاتصال" ;
$text [ 'description-caller_id_in_from' ][ 'de-at' ] = "Geben Sie den Wert für 'Caller ID in From' an." ;
$text [ 'description-caller_id_in_from' ][ 'de-ch' ] = "Geben Sie den Wert für 'Caller ID in From' an." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-caller_id_in_from' ][ 'de-de' ] = "Geben Sie den Wert für 'Caller ID in From' an." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-caller_id_in_from' ][ 'es-cl' ] = "Ingrese la parte caller-id-in-from de la cabecera SIP" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-caller_id_in_from' ][ 'es-mx' ] = "Ingrese la parte caller-id-in-from de la cabecera SIP" ;
$text [ 'description-caller_id_in_from' ][ 'fr-ca' ] = "Faut il utiliser l'identifiant d'appelant dans le header SIP From?" ;
2015-06-06 02:37:26 +00:00
$text [ 'description-caller_id_in_from' ][ 'fr-fr' ] = "Faut il utiliser l'identifiant d'appelant dans le header SIP From?" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-caller_id_in_from' ][ 'he-il' ] = "היכנסו ל-Caller-id-in-" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-caller_id_in_from' ][ 'it-it' ] = "Inserire il caller-id-in-from." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-caller_id_in_from' ][ 'nl-nl' ] = "Voer de CID in Van." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-caller_id_in_from' ][ 'pl-pl' ] = "Wprowadź SIP 'caller-id-in-from'" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-caller_id_in_from' ][ 'pt-br' ] = "Insira o identificador da chamada." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-caller_id_in_from' ][ 'pt-pt' ] = "Introduza o caller-id-in-from" ;
2023-05-05 15:22:22 -06:00
$text [ 'description-caller_id_in_from' ][ 'ro-ro' ] = "Introduceți ID-ul apelantului de la." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-caller_id_in_from' ][ 'ru-ru' ] = "Введите идентификатор вызывающего абонента (Caller ID) в заголовке SIP." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-caller_id_in_from' ][ 'sv-se' ] = "Ange 'caller-id-in-from'." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-caller_id_in_from' ][ 'uk-ua' ] = "Введіть номер мобільного, який Ви вказали при укладаннi договору з банком - для ідентифікації." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-caller_id_in_from' ][ 'zh-cn' ] = "进入打电话者。" ;
$text [ 'description-caller_id_in_from' ][ 'ja-jp' ] = "caller-id-in-from を入力してください。" ;
$text [ 'description-caller_id_in_from' ][ 'ko-kr' ] = "본문내용 바로가기" ;
2015-04-08 13:38:58 +00:00
$text [ 'description-auth_username' ][ 'en-us' ] = "Enter the auth-username here." ;
2020-03-20 20:47:13 +00:00
$text [ 'description-auth_username' ][ 'en-gb' ] = "Enter the auth-username here." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-auth_username' ][ 'ar-eg' ] = "أدخل اسم المستعمل هنا" ;
$text [ 'description-auth_username' ][ 'de-at' ] = "Geben Sie den Benutzernamen für die Authentifizierung hier an." ;
$text [ 'description-auth_username' ][ 'de-ch' ] = "Geben Sie den Benutzernamen für die Authentifizierung hier an." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-auth_username' ][ 'de-de' ] = "Geben Sie den Benutzernamen für die Authentifizierung hier an." ;
2015-04-08 13:38:58 +00:00
$text [ 'description-auth_username' ][ 'es-cl' ] = "Ingrese el auth-username aquí" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-auth_username' ][ 'es-mx' ] = "Ingrese el auth-username aquí" ;
$text [ 'description-auth_username' ][ 'fr-ca' ] = "Entrez ici le nom d'utilisateur pour l'authentification" ;
2015-06-06 02:37:26 +00:00
$text [ 'description-auth_username' ][ 'fr-fr' ] = "Entrez ici le nom d'utilisateur pour l'authentification" ;
2023-05-02 20:22:44 -06:00
$text [ 'description-auth_username' ][ 'he-il' ] = "הזן את שם המשתמש כאן." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-auth_username' ][ 'it-it' ] = "Inserire qui l'auth-username." ;
2019-11-23 01:37:36 +01:00
$text [ 'description-auth_username' ][ 'nl-nl' ] = "Voer de authorisatie-gebruikersnaam in." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-auth_username' ][ 'pl-pl' ] = "Wprowadź nazwe użytkownika (login)" ;
2019-11-28 15:08:30 -03:00
$text [ 'description-auth_username' ][ 'pt-br' ] = "Insira o nome do usuário de autenticação aqui." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-auth_username' ][ 'pt-pt' ] = "Introduza o nome de utilizador autorizado aqui." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-auth_username' ][ 'ro-ro' ] = "Introduceți numele de utilizator de autorizare aici." ;
2017-04-25 03:37:00 +05:00
$text [ 'description-auth_username' ][ 'ru-ru' ] = "Введите имя пользователя для авторизации." ;
2017-05-12 15:44:53 +01:00
$text [ 'description-auth_username' ][ 'sv-se' ] = "Ange 'uth-username' här." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-auth_username' ][ 'uk-ua' ] = "Enter the auth-username here." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-auth_username' ][ 'zh-cn' ] = "进入这里的用户名。" ;
$text [ 'description-auth_username' ][ 'ja-jp' ] = "ユーザ名を入力してください。" ;
$text [ 'description-auth_username' ][ 'ko-kr' ] = "여기에서 auth-username을 입력하십시오." ;
2015-04-08 13:38:58 +00:00
2019-11-23 01:37:36 +01:00
?>