2016-04-26 03:30:23 +02:00
< ? php
$text [ 'title' ][ 'en-us' ] = " Call Routing " ;
$text [ 'title' ][ 'es-cl' ] = " enrutamiento de llamadas " ;
2016-08-25 19:03:51 +02:00
$text [ 'title' ][ 'pt-pt' ] = " Roteamento de chamadas " ;
2016-04-26 03:30:23 +02:00
$text [ 'title' ][ 'fr-fr' ] = " routage des appels " ;
$text [ 'title' ][ 'uk' ] = " маршрутизація викликів " ;
$text [ 'title' ][ 'pl' ] = " Call Routing " ;
$text [ 'title' ][ 'sv-se' ] = " Call Routing " ;
$text [ 'title' ][ 'de-at' ] = " Call Routing " ;
$text [ 'title' ][ 'ro' ] = " rutare de apel " ;
$text [ 'title' ][ 'ar-eg' ] = " توجيه الدعوة " ;
$text [ 'title' ][ 'he' ] = " ניתוב שיחות " ;
$text [ 'table-tools' ][ 'en-us' ] = " Tools " ;
$text [ 'table-tools' ][ 'es-cl' ] = " Herramientas " ;
$text [ 'table-tools' ][ 'pt-pt' ] = " Ferramentas " ;
$text [ 'table-tools' ][ 'fr-fr' ] = " Outils " ;
$text [ 'table-tools' ][ 'pt-br' ] = " Ferramentas " ;
$text [ 'table-tools' ][ 'pl' ] = " Narzędzia " ;
$text [ 'table-tools' ][ 'sv-se' ] = " Verktyg " ;
$text [ 'table-tools' ][ 'uk' ] = " Інструменти " ;
$text [ 'table-tools' ][ 'de-at' ] = " Funktionen " ;
$text [ 'table-extension' ][ 'en-us' ] = " Extension " ;
$text [ 'table-extension' ][ 'es-cl' ] = " Extensión " ;
$text [ 'table-extension' ][ 'pt-pt' ] = " Extensão " ;
$text [ 'table-extension' ][ 'fr-fr' ] = " Extension " ;
$text [ 'table-extension' ][ 'pt-br' ] = " Ramal " ;
$text [ 'table-extension' ][ 'pl' ] = " Numer wewnętrzny " ;
$text [ 'table-extension' ][ 'sv-se' ] = " Anknytning " ;
$text [ 'table-extension' ][ 'uk' ] = " Розширення (Extention) " ;
$text [ 'table-extension' ][ 'de-at' ] = " Nebenstelle " ;
$text [ 'table-description' ][ 'en-us' ] = " Description " ;
$text [ 'table-description' ][ 'es-cl' ] = " Descripción " ;
$text [ 'table-description' ][ 'pt-pt' ] = " Descrição " ;
$text [ 'table-description' ][ 'fr-fr' ] = " Description " ;
$text [ 'table-description' ][ 'pt-br' ] = " Descrição " ;
$text [ 'table-description' ][ 'pl' ] = " Opis " ;
$text [ 'table-description' ][ 'sv-se' ] = " Beskrivning " ;
$text [ 'table-description' ][ 'uk' ] = " Опис " ;
$text [ 'table-description' ][ 'de-at' ] = " Beschreibung " ;
$text [ 'label-select-cid-number' ][ 'en-us' ] = " Select Caller ID Number " ;
$text [ 'label-select-cid-number' ][ 'es-cl' ] = " Seleccione Llamadas Número de Identificación " ;
$text [ 'label-select-cid-number' ][ 'pt-pt' ] = " Selecione Caller ID Number " ;
$text [ 'label-select-cid-number' ][ 'fr-fr' ] = " Sélectionnez Caller ID Number " ;
$text [ 'label-select-cid-number' ][ 'pt-br' ] = " Selecionar ID da chamada " ;
$text [ 'label-select-cid-number' ][ 'pl' ] = " Ustaw prezentację numeru dzwoniącego " ;
$text [ 'label-select-cid-number' ][ 'sv-se' ] = " Välj Nummerpresentation " ;
$text [ 'label-select-cid-number' ][ 'uk' ] = " " ;
$text [ 'label-select-cid-number' ][ 'de-at' ] = " Anruferkennung (Nummer) wählen " ;
$text [ 'label-ring-timeout' ][ 'en-us' ] = " Timeout " ;
$text [ 'label-ring-timeout' ][ 'es-cl' ] = " Timeout " ;
$text [ 'label-ring-timeout' ][ 'pt-pt' ] = " Timeout " ;
$text [ 'label-ring-timeout' ][ 'fr-fr' ] = " Timeout " ;
$text [ 'label-ring-timeout' ][ 'pt-br' ] = " Tempo limite " ;
$text [ 'label-ring-timeout' ][ 'pl' ] = " Przekroczenie czasu oczekiwania " ;
$text [ 'label-ring-timeout' ][ 'sv-se' ] = " Tidsgräns " ;
$text [ 'label-ring-timeout' ][ 'uk' ] = " Таймаут " ;
$text [ 'label-ring-timeout' ][ 'de-at' ] = " Abwurfzeit " ;
$text [ 'label-ring-order' ][ 'en-us' ] = " Ring Order " ;
$text [ 'label-ring-order' ][ 'es-cl' ] = " Solicitar Llamado " ;
$text [ 'label-ring-order' ][ 'pt-pt' ] = " Pedir Chamada " ;
$text [ 'label-ring-order' ][ 'fr-fr' ] = " Ordre de sonnerie " ;
$text [ 'label-ring-order' ][ 'pt-br' ] = " Solicitar chamada " ;
$text [ 'label-ring-order' ][ 'pl' ] = " Kolejność dzwonienia " ;
$text [ 'label-ring-order' ][ 'sv-se' ] = " Ring Ordning " ;
$text [ 'label-ring-order' ][ 'uk' ] = " Послідовність набору " ;
$text [ 'label-ring-order' ][ 'de-at' ] = " Ruf Reihenfolge " ;
$text [ 'label-ring-delay' ][ 'en-us' ] = " Delay " ;
$text [ 'label-ring-delay' ][ 'es-cl' ] = " Retardo " ;
$text [ 'label-ring-delay' ][ 'pt-pt' ] = " Atraso " ;
$text [ 'label-ring-delay' ][ 'fr-fr' ] = " Délais " ;
2016-08-25 19:03:51 +02:00
$text [ 'label-ring-delay' ][ 'pt-br' ] = " Atraso " ;
2016-04-26 03:30:23 +02:00
$text [ 'label-ring-delay' ][ 'pl' ] = " Opóznienie " ;
$text [ 'label-ring-delay' ][ 'sv-se' ] = " Fördröjning " ;
$text [ 'label-ring-delay' ][ 'uk' ] = " Затримка " ;
$text [ 'label-ring-delay' ][ 'de-at' ] = " Verzögerung " ;
$text [ 'label-prompt' ][ 'en-us' ] = " Prompt to accept the call " ;
$text [ 'label-prompt' ][ 'es-cl' ] = " Preguntar para aceptar una llamada " ;
$text [ 'label-prompt' ][ 'pt-pt' ] = " Perguntar para aceitar a chamada " ;
$text [ 'label-prompt' ][ 'fr-fr' ] = " Annonce pour accepter l'appel " ;
$text [ 'label-prompt' ][ 'pt-br' ] = " Perguntar para aceitar a chamada " ;
$text [ 'label-prompt' ][ 'pl' ] = " Podpowiedz, aby odebrać rozmowę " ;
$text [ 'label-prompt' ][ 'sv-se' ] = " Kräv verifiering för att ta emot samtal. " ;
$text [ 'label-prompt' ][ 'uk' ] = " " ;
$text [ 'label-prompt' ][ 'de-at' ] = " Ansage um den Anruf anzunehmen " ;
$text [ 'label-on-busy' ][ 'en-us' ] = " On Busy " ;
$text [ 'label-on-busy' ][ 'es-cl' ] = " Concurrida " ;
$text [ 'label-on-busy' ][ 'pt-pt' ] = " Movimentado " ;
$text [ 'label-on-busy' ][ 'fr-fr' ] = " Sur Occupé " ;
$text [ 'label-on-busy' ][ 'it-it' ] = " Su occupato " ;
$text [ 'label-on-busy' ][ 'pt-br' ] = " Ocupado " ;
$text [ 'label-on-busy' ][ 'pl' ] = " Kiedy zajęty " ;
$text [ 'label-on-busy' ][ 'sv-se' ] = " Vid Upptaget " ;
$text [ 'label-on-busy' ][ 'uk' ] = " Якщо зайнято " ;
$text [ 'label-on-busy' ][ 'de-at' ] = " Bei Besetzt " ;
$text [ 'label-number' ][ 'en-us' ] = " Number " ;
$text [ 'label-number' ][ 'es-cl' ] = " Número " ;
$text [ 'label-number' ][ 'pt-pt' ] = " Número " ;
$text [ 'label-number' ][ 'fr-fr' ] = " Numéro " ;
$text [ 'label-number' ][ 'pt-br' ] = " Número " ;
$text [ 'label-number' ][ 'pl' ] = " Numer " ;
$text [ 'label-number' ][ 'sv-se' ] = " Nummer " ;
$text [ 'label-number' ][ 'uk' ] = " Номер " ;
$text [ 'label-number' ][ 'de-at' ] = " Nummer " ;
$text [ 'label-no_answer' ][ 'en-us' ] = " No Answer " ;
$text [ 'label-no_answer' ][ 'es-cl' ] = " Sin Respuesta " ;
$text [ 'label-no_answer' ][ 'pt-pt' ] = " Sem Resposta " ;
$text [ 'label-no_answer' ][ 'fr-fr' ] = " Sans Réponse " ;
$text [ 'label-no_answer' ][ 'it-it' ] = " Senza Risposta " ;
$text [ 'label-no_answer' ][ 'pt-br' ] = " Sem resposta " ;
$text [ 'label-no_answer' ][ 'pl' ] = " Brak odpowiedzi " ;
$text [ 'label-no_answer' ][ 'sv-se' ] = " Inget Svar " ;
$text [ 'label-no_answer' ][ 'uk' ] = " Без відповіді " ;
$text [ 'label-no_answer' ][ 'de-at' ] = " Keine Antwort " ;
$text [ 'label-not_registered' ][ 'en-us' ] = " Not Registered " ;
$text [ 'label-not_registered' ][ 'es-cl' ] = " " ;
$text [ 'label-not_registered' ][ 'pt-pt' ] = " " ;
$text [ 'label-not_registered' ][ 'fr-fr' ] = " " ;
$text [ 'label-not_registered' ][ 'it-it' ] = " " ;
2016-08-25 19:03:51 +02:00
$text [ 'label-not_registered' ][ 'pt-br' ] = " Sem registro " ;
2016-04-26 03:30:23 +02:00
$text [ 'label-not_registered' ][ 'pl' ] = " " ;
$text [ 'label-not_registered' ][ 'sv-se' ] = " " ;
$text [ 'label-not_registered' ][ 'uk' ] = " " ;
$text [ 'label-not_registered' ][ 'de-at' ] = " " ;
$text [ 'label-ignore-busy' ][ 'en-us' ] = " Ignore Busy " ;
$text [ 'label-ignore-busy' ][ 'es-cl' ] = " " ;
$text [ 'label-ignore-busy' ][ 'pt-pt' ] = " " ;
$text [ 'label-ignore-busy' ][ 'fr-fr' ] = " " ;
$text [ 'label-ignore-busy' ][ 'it-it' ] = " " ;
2016-08-25 19:03:51 +02:00
$text [ 'label-ignore-busy' ][ 'pt-br' ] = " Ignorar ocupado " ;
2016-04-26 03:30:23 +02:00
$text [ 'label-ignore-busy' ][ 'pl' ] = " " ;
$text [ 'label-ignore-busy' ][ 'sv-se' ] = " " ;
$text [ 'label-ignore-busy' ][ 'uk' ] = " " ;
$text [ 'label-ignore-busy' ][ 'de-at' ] = " Ignorieren bei Besetzt " ;
$text [ 'label-follow-me' ][ 'en-us' ] = " Follow Me " ;
$text [ 'label-follow-me' ][ 'es-cl' ] = " Sígueme " ;
$text [ 'label-follow-me' ][ 'pt-pt' ] = " Segue-me " ;
$text [ 'label-follow-me' ][ 'fr-fr' ] = " Follow Me " ;
$text [ 'label-follow-me' ][ 'pt-br' ] = " Siga-me " ;
$text [ 'label-follow-me' ][ 'pl' ] = " Podążaj za mną " ;
$text [ 'label-follow-me' ][ 'sv-se' ] = " Följ Mig " ;
$text [ 'label-follow-me' ][ 'uk' ] = " " ;
$text [ 'label-follow-me' ][ 'de-at' ] = " Anrufweiterschaltung " ;
$text [ 'label-dnd' ][ 'en-us' ] = " Do Not Disturb " ;
$text [ 'label-dnd' ][ 'es-cl' ] = " No Molestar " ;
$text [ 'label-dnd' ][ 'pt-pt' ] = " Não Perturbar " ;
$text [ 'label-dnd' ][ 'fr-fr' ] = " Ne pas déranger " ;
2016-08-25 19:03:51 +02:00
$text [ 'label-dnd' ][ 'pt-br' ] = " Não Pertube (DND) " ;
2016-04-26 03:30:23 +02:00
$text [ 'label-dnd' ][ 'pl' ] = " Nie przeszkadzaj (DND) " ;
$text [ 'label-dnd' ][ 'sv-se' ] = " Stör Ej " ;
$text [ 'label-dnd' ][ 'uk' ] = " Н е турбувати" ;
$text [ 'label-dnd' ][ 'de-at' ] = " Bitte nicht stören " ;
$text [ 'label-destinations' ][ 'en-us' ] = " Destinations " ;
$text [ 'label-destinations' ][ 'es-cl' ] = " Destinos " ;
$text [ 'label-destinations' ][ 'fr-fr' ] = " Destinations " ;
$text [ 'label-destinations' ][ 'pt-pt' ] = " Destinos " ;
$text [ 'label-destinations' ][ 'pt-br' ] = " Destinos " ;
$text [ 'label-destinations' ][ 'pl' ] = " Destynacje " ;
$text [ 'label-destinations' ][ 'sv-se' ] = " Destinationer " ;
$text [ 'label-destinations' ][ 'uk' ] = " Номери " ;
$text [ 'label-destinations' ][ 'de-at' ] = " Ziele " ;
$text [ 'label-destination_timeout' ][ 'en-us' ] = " Timeout " ;
$text [ 'label-destination_timeout' ][ 'es-cl' ] = " Timeout " ;
$text [ 'label-destination_timeout' ][ 'fr-fr' ] = " Timeout " ;
$text [ 'label-destination_timeout' ][ 'pt-pt' ] = " Timeout " ;
2016-08-25 19:03:51 +02:00
$text [ 'label-destination_timeout' ][ 'pt-br' ] = " Tempo limite " ;
2016-04-26 03:30:23 +02:00
$text [ 'label-destination_timeout' ][ 'pl' ] = " Limit czasowy " ;
$text [ 'label-destination_timeout' ][ 'sv-se' ] = " Tidsgräns " ;
$text [ 'label-destination_timeout' ][ 'uk' ] = " Таймаут " ;
$text [ 'label-destination_timeout' ][ 'de-at' ] = " Abwurfzeit " ;
$text [ 'label-destination_prompt_confirm' ][ 'en-us' ] = " Confirm " ;
$text [ 'label-destination_prompt_confirm' ][ 'es-cl' ] = " Confirmar " ;
$text [ 'label-destination_prompt_confirm' ][ 'fr-fr' ] = " Confirmer " ;
$text [ 'label-destination_prompt_confirm' ][ 'pt-pt' ] = " Confirmar " ;
$text [ 'label-destination_prompt_confirm' ][ 'pt-br' ] = " Confirmar " ;
$text [ 'label-destination_prompt_confirm' ][ 'pl' ] = " Potwierdź " ;
$text [ 'label-destination_prompt_confirm' ][ 'sv-se' ] = " Bekräfta " ;
$text [ 'label-destination_prompt_confirm' ][ 'uk' ] = " Підтвердити " ;
$text [ 'label-destination_prompt_confirm' ][ 'de-at' ] = " Bestätigen " ;
$text [ 'label-destination_prompt_announce' ][ 'en-us' ] = " Announce " ;
$text [ 'label-destination_prompt_announce' ][ 'es-cl' ] = " Anunciar " ;
$text [ 'label-destination_prompt_announce' ][ 'fr-fr' ] = " Annonce " ;
$text [ 'label-destination_prompt_announce' ][ 'pt-pt' ] = " Anunciar " ;
$text [ 'label-destination_prompt_announce' ][ 'pt-br' ] = " Anunciar " ;
$text [ 'label-destination_prompt_announce' ][ 'pl' ] = " Rozgłoś/powiadom " ;
$text [ 'label-destination_prompt_announce' ][ 'sv-se' ] = " Meddela " ;
$text [ 'label-destination_prompt_announce' ][ 'uk' ] = " " ;
$text [ 'label-destination_prompt_announce' ][ 'de-at' ] = " Ankündigen " ;
$text [ 'label-destination_prompt' ][ 'en-us' ] = " Prompt " ;
$text [ 'label-destination_prompt' ][ 'es-cl' ] = " Prompt " ;
$text [ 'label-destination_prompt' ][ 'fr-fr' ] = " Prompt " ;
$text [ 'label-destination_prompt' ][ 'pt-pt' ] = " Prompt " ;
$text [ 'label-destination_prompt' ][ 'pt-br' ] = " Prompt " ;
$text [ 'label-destination_prompt' ][ 'pl' ] = " Potwierdź aby odebrac rozmowę " ;
$text [ 'label-destination_prompt' ][ 'sv-se' ] = " Verifiering " ;
$text [ 'label-destination_prompt' ][ 'uk' ] = " " ;
$text [ 'label-destination_prompt' ][ 'de-at' ] = " Nachfragen " ;
$text [ 'label-destination_number' ][ 'en-us' ] = " Destination " ;
$text [ 'label-destination_number' ][ 'es-cl' ] = " Destino " ;
$text [ 'label-destination_number' ][ 'fr-fr' ] = " Destination " ;
$text [ 'label-destination_number' ][ 'pt-pt' ] = " Destino " ;
2016-08-25 19:03:51 +02:00
$text [ 'label-destination_number' ][ 'pt-br' ] = " Destino " ;
2016-04-26 03:30:23 +02:00
$text [ 'label-destination_number' ][ 'pl' ] = " Destynacja " ;
$text [ 'label-destination_number' ][ 'sv-se' ] = " Destination Nummer " ;
$text [ 'label-destination_number' ][ 'uk' ] = " Номер " ;
$text [ 'label-destination_number' ][ 'de-at' ] = " Ziel " ;
$text [ 'label-destination_delay' ][ 'en-us' ] = " Delay " ;
$text [ 'label-destination_delay' ][ 'es-cl' ] = " Retraso " ;
$text [ 'label-destination_delay' ][ 'fr-fr' ] = " Délais " ;
$text [ 'label-destination_delay' ][ 'pt-pt' ] = " Atraso " ;
2016-08-25 19:03:51 +02:00
$text [ 'label-destination_delay' ][ 'pt-br' ] = " Atraso " ;
2016-04-26 03:30:23 +02:00
$text [ 'label-destination_delay' ][ 'pl' ] = " Opóźnienie " ;
$text [ 'label-destination_delay' ][ 'sv-se' ] = " Fördröjning " ;
$text [ 'label-destination_delay' ][ 'uk' ] = " Затримка " ;
$text [ 'label-destination_delay' ][ 'de-at' ] = " Verzögerung " ;
$text [ 'label-destination' ][ 'en-us' ] = " Destination " ;
$text [ 'label-destination' ][ 'es-cl' ] = " Destino " ;
$text [ 'label-destination' ][ 'fr-fr' ] = " Destination " ;
$text [ 'label-destination' ][ 'pt-pt' ] = " Destino " ;
$text [ 'label-destination' ][ 'pt-br' ] = " Número de destino " ;
$text [ 'label-destination' ][ 'pl' ] = " Destynacja " ;
$text [ 'label-destination' ][ 'sv-se' ] = " Destination " ;
$text [ 'label-destination' ][ 'uk' ] = " Номер " ;
$text [ 'label-destination' ][ 'de-at' ] = " Ziel " ;
$text [ 'label-cid-number-prefix' ][ 'en-us' ] = " Caller ID Number " ;
$text [ 'label-cid-number-prefix' ][ 'es-cl' ] = " Número de Caller ID " ;
$text [ 'label-cid-number-prefix' ][ 'pt-pt' ] = " Número do Chamador " ;
$text [ 'label-cid-number-prefix' ][ 'pt-br' ] = " Número do discador " ;
$text [ 'label-cid-number-prefix' ][ 'pl' ] = " Prefiks prezentacji numeru dzwoniącego " ;
$text [ 'label-cid-number-prefix' ][ 'sv-se' ] = " Nummerpresentation " ;
$text [ 'label-cid-number-prefix' ][ 'uk' ] = " Caller ID Номер " ;
$text [ 'label-cid-number-prefix' ][ 'fr-fr' ] = " CID Nombre Préfixe " ;
$text [ 'label-cid-number-prefix' ][ 'de-at' ] = " Anruferkennung (Nummer) " ;
$text [ 'label-cid-name-prefix' ][ 'en-us' ] = " Caller ID Name " ;
$text [ 'label-cid-name-prefix' ][ 'es-cl' ] = " Nombre de Caller ID " ;
$text [ 'label-cid-name-prefix' ][ 'pt-pt' ] = " Nome do Chamador " ;
$text [ 'label-cid-name-prefix' ][ 'fr-fr' ] = " Préfixe de l'appelant " ;
2016-08-25 19:03:51 +02:00
$text [ 'label-cid-name-prefix' ][ 'pt-br' ] = " Nome (ID) de origem " ;
2016-04-26 03:30:23 +02:00
$text [ 'label-cid-name-prefix' ][ 'pl' ] = " Prefiks prezentacji nazwy dzwoniącego " ;
$text [ 'label-cid-name-prefix' ][ 'sv-se' ] = " Namnpresentation " ;
$text [ 'label-cid-name-prefix' ][ 'uk' ] = " Caller ID Ім’я " ;
$text [ 'label-cid-name-prefix' ][ 'de-at' ] = " Anruferkennung (Name) " ;
$text [ 'label-call-prompt' ][ 'en-us' ] = " Call Prompt " ;
$text [ 'label-call-prompt' ][ 'es-cl' ] = " Aviso de Llamadas " ;
$text [ 'label-call-prompt' ][ 'pt-pt' ] = " Espoletar Chamada " ;
$text [ 'label-call-prompt' ][ 'fr-fr' ] = " Annonce d'appel " ;
2016-08-25 19:03:51 +02:00
$text [ 'label-call-prompt' ][ 'pt-br' ] = " Prompt de chamada " ;
2016-04-26 03:30:23 +02:00
$text [ 'label-call-prompt' ][ 'pl' ] = " Potwierdź przed odebraniem rozmowy " ;
$text [ 'label-call-prompt' ][ 'sv-se' ] = " Samtals Verifiering " ;
$text [ 'label-call-prompt' ][ 'uk' ] = " " ;
$text [ 'label-call-prompt' ][ 'de-at' ] = " Nachfragen " ;
$text [ 'label-call-forward' ][ 'en-us' ] = " Call Forward " ;
$text [ 'label-call-forward' ][ 'es-cl' ] = " Reenvio de Llamadas " ;
$text [ 'label-call-forward' ][ 'pt-pt' ] = " Encaminhamento de Chamadas " ;
$text [ 'label-call-forward' ][ 'fr-fr' ] = " Renvoi d'appel " ;
$text [ 'label-call-forward' ][ 'pt-br' ] = " Encaminhamento de chamadas " ;
$text [ 'label-call-forward' ][ 'pl' ] = " Przekierowanie " ;
$text [ 'label-call-forward' ][ 'sv-se' ] = " Vidarekoppling " ;
$text [ 'label-call-forward' ][ 'uk' ] = " Переадресація " ;
$text [ 'label-call-forward' ][ 'de-at' ] = " Rufumleitung " ;
$text [ 'header-call_routing' ][ 'en-us' ] = " Call Routing " ;
$text [ 'header-call_routing' ][ 'es-cl' ] = " Enrutamiento de Llamadas " ;
$text [ 'header-call_routing' ][ 'pt-pt' ] = " Roteamento de Chamadas " ;
$text [ 'header-call_routing' ][ 'fr-fr' ] = " Routage des Appels " ;
$text [ 'header-call_routing' ][ 'pt-br' ] = " Roteamento de Chamadas " ;
$text [ 'header-call_routing' ][ 'pl' ] = " Trasy połączeń " ;
$text [ 'header-call_routing' ][ 'he' ] = " ניתוב שיחות " ;
$text [ 'header-call_routing' ][ 'uk' ] = " маршрутизація викликів " ;
$text [ 'header-call_routing' ][ 'sv-se' ] = " samtals Rutter " ;
$text [ 'header-call_routing' ][ 'de-at' ] = " Anrufrouten " ;
$text [ 'header-call_routing' ][ 'ro' ] = " Маршрутизация вызовов " ;
$text [ 'header-call_routing' ][ 'fa' ] = " " ;
$text [ 'header-call_routing' ][ 'ar-eg' ] = " توجيه الدعوة " ;
$text [ 'description-on-busy' ][ 'en-us' ] = " If enabled, it overrides the value of voicemail enabling in extension. " ;
$text [ 'description-on-busy' ][ 'es-cl' ] = " Si está habilitada, anula el valor del correo de voz que permite en la extensión. " ;
$text [ 'description-on-busy' ][ 'pt-pt' ] = " Se ativado, ele substitui o valor de correio de voz que permite em extensão. " ;
$text [ 'description-on-busy' ][ 'fr-fr' ] = " Remplace la messagerie vocale si activé. " ;
$text [ 'description-on-busy' ][ 'it-it' ] = " Se abilitato, esegue l'override del valore di abilitazione voicemail nell'estensione. " ;
2016-08-25 19:03:51 +02:00
$text [ 'description-on-busy' ][ 'pt-br' ] = " Se ativado, substitui o valor do correio de voz permitindo algum ramal atender quando estiver ocupado. " ;
2016-04-26 03:30:23 +02:00
$text [ 'description-on-busy' ][ 'pl' ] = " Jeżeli włączone, ustawienie włączenia poczty głosowej zostaje nadpisane. " ;
$text [ 'description-on-busy' ][ 'sv-se' ] = " Om aktiverad, så tar den överhand framför röstbrevlåda hos anknytningen. " ;
$text [ 'description-on-busy' ][ 'uk' ] = " " ;
$text [ 'description-on-busy' ][ 'de-at' ] = " Falls aktiv, wird der Wert 'Mailbox eingeschaltet' in der Nebenstelle überschrieben " ;
$text [ 'description-no_answer' ][ 'en-us' ] = " If enabled, it overrides the value of voicemail enabling in extension. " ;
$text [ 'description-no_answer' ][ 'es-cl' ] = " Si está habilitada, anula el valor del correo de voz que permite en la extensión. " ;
$text [ 'description-no_answer' ][ 'pt-pt' ] = " Se ativado, ele substitui o valor de correio de voz que permite em extensão. " ;
$text [ 'description-no_answer' ][ 'fr-fr' ] = " Remplace la messagerie vocale si activé. " ;
$text [ 'description-no_answer' ][ 'it-it' ] = " Se abilitato, esegue l'override del valore di abilitazione voicemail nell'estensione. " ;
$text [ 'description-no_answer' ][ 'pt-br' ] = " Se ativado, substitui o valor do correio de voz permitindo uma extensão quando estiver chamando " ;
$text [ 'description-no_answer' ][ 'pl' ] = " Jeżeli włączone, ustawienie włączenia poczty głosowej zostaje nadpisane. " ;
$text [ 'description-no_answer' ][ 'sv-se' ] = " Om aktiverad, så tar den överhand framför röstbrevlåda hos anknytningen. " ;
$text [ 'description-no_answer' ][ 'uk' ] = " " ;
$text [ 'description-no_answer' ][ 'de-at' ] = " Falls aktiv, wird der Wert 'Mailbox eingeschaltet' in der Nebenstelle überschrieben " ;
$text [ 'description-not_registered' ][ 'en-us' ] = " If endpoint is not reachable, forward to this destination before going to voicemail. " ;
$text [ 'description-not_registered' ][ 'es-cl' ] = " " ;
$text [ 'description-not_registered' ][ 'pt-pt' ] = " " ;
$text [ 'description-not_registered' ][ 'fr-fr' ] = " " ;
$text [ 'description-not_registered' ][ 'it-it' ] = " " ;
2016-08-25 19:03:51 +02:00
$text [ 'description-not_registered' ][ 'pt-br' ] = " Se o destino não for alcançável, desvia a chamata para este destino antes de enviar para o correio de voz. " ;
2016-04-26 03:30:23 +02:00
$text [ 'description-not_registered' ][ 'pl' ] = " " ;
$text [ 'description-not_registered' ][ 'sv-se' ] = " " ;
$text [ 'description-not_registered' ][ 'uk' ] = " " ;
$text [ 'description-not_registered' ][ 'de-at' ] = " " ;
$text [ 'description-cid-number-prefix' ][ 'en-us' ] = " Set the caller ID number prefix. " ;
$text [ 'description-cid-number-prefix' ][ 'es-cl' ] = " Configure el prefijo de número de caller ID. " ;
$text [ 'description-cid-number-prefix' ][ 'pt-pt' ] = " Defina o número do Chamador " ;
2016-08-25 19:03:51 +02:00
$text [ 'description-cid-number-prefix' ][ 'pt-br' ] = " Defina o número do prefixo. " ;
2016-04-26 03:30:23 +02:00
$text [ 'description-cid-number-prefix' ][ 'pl' ] = " Prefiks prezentacji numeru dzwoniącego. " ;
$text [ 'description-cid-number-prefix' ][ 'sv-se' ] = " Ange nummerpresentation prefix. " ;
$text [ 'description-cid-number-prefix' ][ 'uk' ] = " " ;
$text [ 'description-cid-number-prefix' ][ 'fr-fr' ] = " Définir un préfixe sur le nombre d'ID d'appelant. " ;
$text [ 'description-cid-number-prefix' ][ 'de-at' ] = " Setzen Sie ein Präfix für die Anruferkennung (Nummer) " ;
$text [ 'description-cid-name-prefix' ][ 'en-us' ] = " Set the caller ID name prefix. " ;
$text [ 'description-cid-name-prefix' ][ 'es-cl' ] = " Configure el prefijo de nombre de caller ID " ;
$text [ 'description-cid-name-prefix' ][ 'pt-pt' ] = " Defina o nome do Chamador " ;
$text [ 'description-cid-name-prefix' ][ 'fr-fr' ] = " Choisr le péfixe du nom d'appelant. " ;
2016-08-25 19:03:51 +02:00
$text [ 'description-cid-name-prefix' ][ 'pt-br' ] = " Defina o nome (ID) do discador. " ;
2016-04-26 03:30:23 +02:00
$text [ 'description-cid-name-prefix' ][ 'pl' ] = " Prefiks prezentacji nazwy dzwoniącego. " ;
$text [ 'description-cid-name-prefix' ][ 'sv-se' ] = " Ange namnpresentation prefix. " ;
$text [ 'description-cid-name-prefix' ][ 'uk' ] = " " ;
$text [ 'description-cid-name-prefix' ][ 'de-at' ] = " Setzen Sie ein Präfix für die Anruferkennung (Name) " ;
$text [ 'description-call-prompt' ][ 'en-us' ] = " Prompt to accept the call for external destinations. " ;
$text [ 'description-call-prompt' ][ 'es-cl' ] = " Preguntar para aceptar un llamado para destinos externos " ;
$text [ 'description-call-prompt' ][ 'pt-pt' ] = " Aceitar chamada para destinos externos. " ;
$text [ 'description-call-prompt' ][ 'fr-fr' ] = " Annonce pour accepter l'appel venant de destinations externes. " ;
2016-08-25 19:03:51 +02:00
$text [ 'description-call-prompt' ][ 'pt-br' ] = " Perguntar para aceitar chamados de destinatários externos. " ;
2016-04-26 03:30:23 +02:00
$text [ 'description-call-prompt' ][ 'pl' ] = " Zapytaj czy akceptować rozmowę do zewnętrznych destynacji. " ;
$text [ 'description-call-prompt' ][ 'sv-se' ] = " Kräv verifiering för att ta emot samtal för externa destinationer. " ;
$text [ 'description-call-prompt' ][ 'uk' ] = " " ;
$text [ 'description-call-prompt' ][ 'de-at' ] = " Nachfragen, ob der Anruf auch wirklich durchgestellt werden soll. " ;
$text [ 'description-call_routing' ][ 'en-us' ] = " Define alternate inbound call handling for the following extensions. " ;
$text [ 'description-call_routing' ][ 'es-cl' ] = " Definir alternativa para el manejo de las siguientes extensiones de llamadas entrantes. " ;
$text [ 'description-call_routing' ][ 'pt-pt' ] = " Definir alternativo chamada de entrada assistência para as seguintes extensões. " ;
$text [ 'description-call_routing' ][ 'fr-fr' ] = " Définir la manipulation pour les extensions suivantes alternent appel entrant. " ;
2016-08-25 19:03:51 +02:00
$text [ 'description-call_routing' ][ 'pt-br' ] = " Defina o tratamento de entradas alternativas para os seguintes ramais. " ;
2016-04-26 03:30:23 +02:00
$text [ 'description-call_routing' ][ 'pl' ] = " Definiowanie alternatywnego połączenia przychodzącego obsługi dla następujących rozszerzeń. " ;
$text [ 'description-call_routing' ][ 'sv-se' ] = " Definiera alternativa inkommande samtalshantering för följande tillägg. " ;
$text [ 'description-call_routing' ][ 'uk' ] = " Визначити обробку для наступних розширень альтернативного вхідного дзвінка. " ;
$text [ 'description-call_routing' ][ 'de-at' ] = " Definieren Sie alternative eingehende Anruf für die folgenden Erweiterungen der Handhabung. " ;
$text [ 'description' ][ 'en-us' ] = " Directs incoming calls for extension: " ;
$text [ 'description' ][ 'es-cl' ] = " Dirige las llamadas entrantes hacia una extensión: " ;
$text [ 'description' ][ 'pt-pt' ] = " Direciona as chamadas recebidas para a extensão: " ;
$text [ 'description' ][ 'fr-fr' ] = " Rediriger les appels entrant pour l'extension: " ;
2016-08-25 19:03:51 +02:00
$text [ 'description' ][ 'pt-br' ] = " Direciona as chamadas que estão entrando para um ramal. " ;
2016-04-26 03:30:23 +02:00
$text [ 'description' ][ 'pl' ] = " Kieruj rozmowy przychodzące na numer wewnętrzny: " ;
$text [ 'description' ][ 'sv-se' ] = " Styr inkommande samtal för anknytning: " ;
$text [ 'description' ][ 'uk' ] = " Керування вхідними дзвінками для розширення " ;
$text [ 'description' ][ 'de-at' ] = " Leitet eingehende Gespräche für die Nebenstelle: " ;
$text [ 'confirm-update' ][ 'en-us' ] = " Update Complete " ;
$text [ 'confirm-update' ][ 'es-cl' ] = " Actualización Completa " ;
$text [ 'confirm-update' ][ 'pt-pt' ] = " Actualização Efectuada " ;
$text [ 'confirm-update' ][ 'fr-fr' ] = " Mis à jour " ;
$text [ 'confirm-update' ][ 'pt-br' ] = " Atualização Efetuada " ;
$text [ 'confirm-update' ][ 'pl' ] = " Aktualizacja zakonczona " ;
$text [ 'confirm-update' ][ 'sv-se' ] = " Uppdatering Klar " ;
$text [ 'confirm-update' ][ 'uk' ] = " Оновлено " ;
$text [ 'confirm-update' ][ 'de-at' ] = " Aktualisierung durchgeführt " ;
$text [ 'ckeck-true' ][ 'es-cl' ] = " Verdadero " ;
$text [ 'ckeck-true' ][ 'pt-pt' ] = " Sim " ;
$text [ 'ckeck-true' ][ 'fr-fr' ] = " Oui " ;
$text [ 'ckeck-true' ][ 'pt-br' ] = " Sim " ;
$text [ 'ckeck-true' ][ 'pl' ] = " " ;
$text [ 'ckeck-true' ][ 'sv-se' ] = " " ;
$text [ 'ckeck-true' ][ 'uk' ] = " " ;
$text [ 'ckeck-true' ][ 'de-at' ] = " " ;
$text [ 'ckeck-simultaneous' ][ 'es-cl' ] = " simultaneo " ;
$text [ 'ckeck-simultaneous' ][ 'pt-pt' ] = " simultâneo " ;
$text [ 'ckeck-simultaneous' ][ 'pt-br' ] = " Simultâneo " ;
$text [ 'ckeck-simultaneous' ][ 'pl' ] = " " ;
$text [ 'ckeck-simultaneous' ][ 'sv-se' ] = " " ;
$text [ 'ckeck-simultaneous' ][ 'uk' ] = " " ;
$text [ 'ckeck-simultaneous' ][ 'fr-fr' ] = " " ;
$text [ 'ckeck-simultaneous' ][ 'de-at' ] = " " ;
$text [ 'ckeck-sequence' ][ 'es-cl' ] = " secuencia " ;
$text [ 'ckeck-sequence' ][ 'pt-pt' ] = " sequência " ;
$text [ 'ckeck-sequence' ][ 'pt-br' ] = " Sequência " ;
$text [ 'ckeck-sequence' ][ 'pl' ] = " " ;
$text [ 'ckeck-sequence' ][ 'sv-se' ] = " " ;
$text [ 'ckeck-sequence' ][ 'uk' ] = " " ;
$text [ 'ckeck-sequence' ][ 'fr-fr' ] = " " ;
$text [ 'ckeck-sequence' ][ 'de-at' ] = " " ;
$text [ 'ckeck-false' ][ 'es-cl' ] = " Falso " ;
$text [ 'ckeck-false' ][ 'pt-pt' ] = " Não " ;
$text [ 'ckeck-false' ][ 'fr-fr' ] = " Non " ;
$text [ 'ckeck-false' ][ 'pt-br' ] = " Não " ;
$text [ 'ckeck-false' ][ 'pl' ] = " " ;
$text [ 'ckeck-false' ][ 'sv-se' ] = " " ;
$text [ 'ckeck-false' ][ 'uk' ] = " " ;
$text [ 'ckeck-false' ][ 'de-at' ] = " " ;
$text [ 'check-true' ][ 'en-us' ] = " True " ;
2016-08-25 19:03:51 +02:00
$text [ 'check-true' ][ 'pt-br' ] = " Sim " ;
2016-04-26 03:30:23 +02:00
$text [ 'check-true' ][ 'pl' ] = " Tak " ;
$text [ 'check-true' ][ 'sv-se' ] = " Sann " ;
$text [ 'check-true' ][ 'uk' ] = " Так " ;
$text [ 'check-true' ][ 'fr-fr' ] = " " ;
$text [ 'check-true' ][ 'de-at' ] = " An " ;
$text [ 'check-simultaneous' ][ 'en-us' ] = " simultaneous " ;
$text [ 'check-simultaneous' ][ 'fr-fr' ] = " simultanément " ;
2016-08-25 19:03:51 +02:00
$text [ 'check-simultaneous' ][ 'pt-br' ] = " Simultâneo " ;
2016-04-26 03:30:23 +02:00
$text [ 'check-simultaneous' ][ 'pl' ] = " jednoczesne " ;
$text [ 'check-simultaneous' ][ 'sv-se' ] = " Samtidiga " ;
$text [ 'check-simultaneous' ][ 'uk' ] = " одночасно " ;
$text [ 'check-simultaneous' ][ 'de-at' ] = " gleichzeitig " ;
$text [ 'check-sequence' ][ 'en-us' ] = " sequence " ;
$text [ 'check-sequence' ][ 'fr-fr' ] = " séquence " ;
2016-08-25 19:03:51 +02:00
$text [ 'check-sequence' ][ 'pt-br' ] = " Sequência " ;
2016-04-26 03:30:23 +02:00
$text [ 'check-sequence' ][ 'pl' ] = " kolejność " ;
$text [ 'check-sequence' ][ 'sv-se' ] = " sekvens " ;
$text [ 'check-sequence' ][ 'uk' ] = " послідовно " ;
$text [ 'check-sequence' ][ 'de-at' ] = " sequenziell " ;
$text [ 'check-false' ][ 'en-us' ] = " False " ;
2016-08-25 19:03:51 +02:00
$text [ 'check-false' ][ 'pt-br' ] = " Não " ;
2016-04-26 03:30:23 +02:00
$text [ 'check-false' ][ 'pl' ] = " Nie " ;
$text [ 'check-false' ][ 'sv-se' ] = " Falsk " ;
$text [ 'check-false' ][ 'uk' ] = " Н і " ;
$text [ 'check-false' ][ 'fr-fr' ] = " " ;
$text [ 'check-false' ][ 'de-at' ] = " Aus " ;
$text [ 'button-view_all' ][ 'en-us' ] = " View All " ;
$text [ 'button-view_all' ][ 'es-cl' ] = " Mostrar Todos " ;
$text [ 'button-view_all' ][ 'pt-pt' ] = " Mostrar Todos " ;
2016-08-25 19:03:51 +02:00
$text [ 'button-view_all' ][ 'pt-br' ] = " Mostrar Todos " ;
2016-04-26 03:30:23 +02:00
$text [ 'button-view_all' ][ 'fr-fr' ] = " Tout Montrer " ;
$text [ 'button-view_all' ][ 'pl' ] = " Pokaż wszystkie " ;
$text [ 'button-view_all' ][ 'uk' ] = " Показати всі " ;
$text [ 'button-view_all' ][ 'sv-se' ] = " Visa Allt " ;
$text [ 'button-view_all' ][ 'ro' ] = " " ;
$text [ 'button-view_all' ][ 'de-at' ] = " Alle anzeigen " ;
$text [ 'button-view_all' ][ 'he' ] = " הצג הכל " ;
2016-03-30 00:28:17 +02:00
?>