2013-09-21 10:40:50 +02:00
< ? php
2017-09-19 17:48:40 +02:00
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
2017-05-10 21:40:46 +02:00
$text [ 'label-click2call' ][ 'en-us' ] = " Click to Call " ;
2020-03-20 21:47:13 +01:00
$text [ 'label-click2call' ][ 'en-gb' ] = " Click to Call " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-click2call' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-click2call' ][ 'de-at' ] = " Click to Call " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'label-click2call' ][ 'de-ch' ] = " Click to Call " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'label-click2call' ][ 'de-de' ] = " Click to Call " ;
$text [ 'label-click2call' ][ 'es-cl' ] = " Pulse para Llamar " ;
2017-06-13 07:14:11 +02:00
$text [ 'label-click2call' ][ 'es-mx' ] = " Pulse para Llamar " ; //copied from es-cl
2019-09-03 23:33:53 +02:00
$text [ 'label-click2call' ][ 'fr-ca' ] = " Cliquez pour appeler " ; //copied from fr-fr
$text [ 'label-click2call' ][ 'fr-fr' ] = " Cliquez pour appeler " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-click2call' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-click2call' ][ 'it-it' ] = " Clicca per Chiamare " ;
2019-11-19 19:15:42 +01:00
$text [ 'label-click2call' ][ 'nl-nl' ] = " Klik voor oproep " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-click2call' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-click2call' ][ 'pt-br' ] = " Clique para chamar " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'label-click2call' ][ 'pt-pt' ] = " Clique para chamar " ;
2017-06-02 21:24:12 +02:00
$text [ 'label-click2call' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-click2call' ][ 'ru-ru' ] = " Вызов по клику " ;
2017-06-02 16:39:34 +02:00
$text [ 'label-click2call' ][ 'sv-se' ] = " Klicka för att ringa " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-click2call' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-click2call' ][ 'en-us' ] = " Provide the following information to make a call from the source number to the destination number. " ;
2020-03-20 21:47:13 +01:00
$text [ 'desc-click2call' ][ 'en-gb' ] = " Provide the following information to make a call from the source number to the destination number. " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-click2call' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'desc-click2call' ][ 'de-at' ] = " Geben Sie folgende Informationen an um einen Anruf von der Quellrufnummer zur Zielrufniummer her zu stellen " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'desc-click2call' ][ 'de-ch' ] = " Geben Sie folgende Informationen an um einen Anruf von der Quellrufnummer zur Zielrufniummer her zu stellen " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'desc-click2call' ][ 'de-de' ] = " Geben Sie folgende Informationen an um einen Anruf von der Quellrufnummer zur Zielrufniummer her zu stellen " ;
$text [ 'desc-click2call' ][ 'es-cl' ] = " Ingrese la siguiente información para realizar una llamada desde un número de origen a un número de destino. " ;
2017-06-13 07:14:11 +02:00
$text [ 'desc-click2call' ][ 'es-mx' ] = " Ingrese la siguiente información para realizar una llamada desde un número de origen a un número de destino. " ; //copied from es-cl
$text [ 'desc-click2call' ][ 'fr-ca' ] = " Fournissez les informations suivantes afin de lancer un appel d'un numéro vers un autre. " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'desc-click2call' ][ 'fr-fr' ] = " Fournissez les informations suivantes afin de lancer un appel d'un numéro vers un autre. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-click2call' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-click2call' ][ 'it-it' ] = " Inserisci le seguenti informazioni per eseguire una chiamata dal numero sorgente al numero destinatario. " ;
2019-11-19 19:15:42 +01:00
$text [ 'desc-click2call' ][ 'nl-nl' ] = " Geef de volgende informatie om een oproep van een bronnummer naar een bestemmingsnummer in te stellen " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-click2call' ][ 'pl-pl' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-click2call' ][ 'pt-br' ] = " Forneça as seguintes informações para realizar uma chamada do telefone originário para o telefone de destino. " ;
$text [ 'desc-click2call' ][ 'pt-pt' ] = " Forneça a informação seguinte para realizar uma chamada com uma determinada origem para um determinado destino. " ;
2017-06-02 21:24:12 +02:00
$text [ 'desc-click2call' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-click2call' ][ 'ru-ru' ] = " Предоставьте следующую информацию, чтобы сделать вызов от исходного номера до номера адресата. " ;
2017-06-02 16:39:34 +02:00
$text [ 'desc-click2call' ][ 'sv-se' ] = " Ange följande information för att ringa från källnumret till destinationsnumret. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-click2call' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-nam' ][ 'en-us' ] = " Source Caller ID Name " ;
2020-03-20 21:47:13 +01:00
$text [ 'label-src-caller-id-nam' ][ 'en-gb' ] = " Source Caller ID Name " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-nam' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-src-caller-id-nam' ][ 'de-at' ] = " Quell Anruferkennung (Namen) " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'label-src-caller-id-nam' ][ 'de-ch' ] = " Quell Anruferkennung (Namen) " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-nam' ][ 'de-de' ] = " Quell Anruferkennung (Namen) " ;
$text [ 'label-src-caller-id-nam' ][ 'es-cl' ] = " Nombre de Caller ID de origen " ;
2017-06-13 07:14:11 +02:00
$text [ 'label-src-caller-id-nam' ][ 'es-mx' ] = " Nombre de Caller ID de origen " ; //copied from es-cl
$text [ 'label-src-caller-id-nam' ][ 'fr-ca' ] = " Nom de l'appelant " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-nam' ][ 'fr-fr' ] = " Nom de l'appelant " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-src-caller-id-nam' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-nam' ][ 'it-it' ] = " Nome Chiamante " ;
2019-11-19 19:15:42 +01:00
$text [ 'label-src-caller-id-nam' ][ 'nl-nl' ] = " Bron CID Naam " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-src-caller-id-nam' ][ 'pl-pl' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-nam' ][ 'pt-br' ] = " Nome de origem " ;
$text [ 'label-src-caller-id-nam' ][ 'pt-pt' ] = " Nome do Chamador " ;
2017-06-02 21:24:12 +02:00
$text [ 'label-src-caller-id-nam' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-nam' ][ 'ru-ru' ] = " Исходящее Caller ID Имя " ;
2017-06-02 16:39:34 +02:00
$text [ 'label-src-caller-id-nam' ][ 'sv-se' ] = " Caller ID Namn på källa " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-src-caller-id-nam' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'en-us' ] = " Enter the Caller ID name to send to your phone. " ;
2020-03-20 21:47:13 +01:00
$text [ 'desc-src-caller-id-nam' ][ 'en-gb' ] = " Enter the Caller ID name to send to your phone. " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'de-at' ] = " Geben Sie die Anruferkennung (Namen) ein, die an Ihr Telefon übermittelt werden soll. " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'de-ch' ] = " Geben Sie die Anruferkennung (Namen) ein, die an Ihr Telefon übermittelt werden soll. " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'de-de' ] = " Geben Sie die Anruferkennung (Namen) ein, die an Ihr Telefon übermittelt werden soll. " ;
$text [ 'desc-src-caller-id-nam' ][ 'es-cl' ] = " Ingrese el nombre del Caller ID para enviar a su teléfono. " ;
2017-06-13 07:14:11 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'es-mx' ] = " Ingrese el nombre del Caller ID para enviar a su teléfono. " ; //copied from es-cl
$text [ 'desc-src-caller-id-nam' ][ 'fr-ca' ] = " Choisir le nom d'appelant à émettre à votre téléphone. " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'fr-fr' ] = " Choisir le nom d'appelant à émettre à votre téléphone. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'it-it' ] = " Inserisci il nome del chiamante per inviare al tuo telefono. " ;
2019-11-19 19:15:42 +01:00
$text [ 'desc-src-caller-id-nam' ][ 'nl-nl' ] = " Voer de CID naam in om naar je telefoon te sturen " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'pl-pl' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'pt-br' ] = " Entre com o ID do número de origem para ser enviado para seu telefone. " ;
$text [ 'desc-src-caller-id-nam' ][ 'pt-pt' ] = " Introduza o nome do chamador para ser enviado para o seu telefone. " ;
2017-06-02 21:24:12 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'ru-ru' ] = " Введите имя вызывающего абонента для отправки на свой телефон. " ;
2017-06-02 16:39:34 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'sv-se' ] = " Ange Caller ID Namn som skall skickas till din telefon. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-src-caller-id-nam' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-num' ][ 'en-us' ] = " Source Caller ID Number " ;
2020-03-20 21:47:13 +01:00
$text [ 'label-src-caller-id-num' ][ 'en-gb' ] = " Source Caller ID Number " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-num' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-src-caller-id-num' ][ 'de-at' ] = " Quell Anruferkennung (Nummer) " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'label-src-caller-id-num' ][ 'de-ch' ] = " Quell Anruferkennung (Nummer) " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-num' ][ 'de-de' ] = " Quell Anruferkennung (Nummer) " ;
$text [ 'label-src-caller-id-num' ][ 'es-cl' ] = " Número de Caller ID de origen " ;
2017-06-13 07:14:11 +02:00
$text [ 'label-src-caller-id-num' ][ 'es-mx' ] = " Número de Caller ID de origen " ; //copied from es-cl
$text [ 'label-src-caller-id-num' ][ 'fr-ca' ] = " Numéro de l'appelant " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-num' ][ 'fr-fr' ] = " Numéro de l'appelant " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-src-caller-id-num' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-num' ][ 'it-it' ] = " Numero Sorgente " ;
2019-11-19 19:15:42 +01:00
$text [ 'label-src-caller-id-num' ][ 'nl-nl' ] = " Bron CID nummer " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-src-caller-id-num' ][ 'pl-pl' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-num' ][ 'pt-br' ] = " Número de origem " ;
$text [ 'label-src-caller-id-num' ][ 'pt-pt' ] = " Número do Chamador " ;
2017-06-02 21:24:12 +02:00
$text [ 'label-src-caller-id-num' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-caller-id-num' ][ 'ru-ru' ] = " Исходящий Caller ID Номер " ;
2017-06-02 16:39:34 +02:00
$text [ 'label-src-caller-id-num' ][ 'sv-se' ] = " Källa Caller ID Nummer " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-src-caller-id-num' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-num' ][ 'en-us' ] = " Enter the Caller ID number to send to your phone (you probably want this to be the same as the destination number). " ;
2020-03-20 21:47:13 +01:00
$text [ 'desc-src-caller-id-num' ][ 'en-gb' ] = " Enter the Caller ID number to send to your phone (you probably want this to be the same as the destination number). " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-num' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'desc-src-caller-id-num' ][ 'de-at' ] = " Geben Sie die Anruferkennung (Nummer) ein, die an Ihr Telefon übermittelt werden soll.(In der Regel ist diese identisch mit der Zielrufnummer). " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'desc-src-caller-id-num' ][ 'de-ch' ] = " Geben Sie die Anruferkennung (Nummer) ein, die an Ihr Telefon übermittelt werden soll.(In der Regel ist diese identisch mit der Zielrufnummer). " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-num' ][ 'de-de' ] = " Geben Sie die Anruferkennung (Nummer) ein, die an Ihr Telefon übermittelt werden soll.(In der Regel ist diese identisch mit der Zielrufnummer). " ;
$text [ 'desc-src-caller-id-num' ][ 'es-cl' ] = " Ingrese el número del Caller ID para enviar a su teléfono (probablemente desee que sea el mismo que el número de destino). " ;
2017-06-13 07:14:11 +02:00
$text [ 'desc-src-caller-id-num' ][ 'es-mx' ] = " Ingrese el número del Caller ID para enviar a su teléfono (probablemente desee que sea el mismo que el número de destino). " ; //copied from es-cl
$text [ 'desc-src-caller-id-num' ][ 'fr-ca' ] = " Choisir le numéro d'appelant à émettre à votre téléphone (Il est en général le même que le numéro de destination). " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-num' ][ 'fr-fr' ] = " Choisir le numéro d'appelant à émettre à votre téléphone (Il est en général le même que le numéro de destination). " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-src-caller-id-num' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-num' ][ 'it-it' ] = " Inserisci il numero Sorgente per inviare al tuo telefono (probabilmente è lo stesso del numero destintario). " ;
2019-11-19 19:15:42 +01:00
$text [ 'desc-src-caller-id-num' ][ 'nl-nl' ] = " Voer het CID nummer in om naar te telefoon te sturen (mogelijk wil he dit hetzelfde als het bestemmingsnummer laten zijn). " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-src-caller-id-num' ][ 'pl-pl' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-num' ][ 'pt-br' ] = " Entre com o ID do número de origem para ser enviado para seu telefone (Orientamos colocar este número sendo o mesmo número que 'número de destino' " ;
$text [ 'desc-src-caller-id-num' ][ 'pt-pt' ] = " Introduza o identificador de chamada para enviar para o seu telefone (geralmente é o mesmo que o número de destino). " ;
2017-06-02 21:24:12 +02:00
$text [ 'desc-src-caller-id-num' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-caller-id-num' ][ 'ru-ru' ] = " Введите номер вызывающего абонента для отправки на свой телефон (возможно, вы хотите чтобы он был то же, что и номер назначения). " ;
2017-06-02 16:39:34 +02:00
$text [ 'desc-src-caller-id-num' ][ 'sv-se' ] = " Ange nummeret för nummerpresentation som ska skickas till din telefon (du vill noga att det här är detsamma som destinationsnumret). " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-src-caller-id-num' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'en-us' ] = " Destination Caller ID Name " ;
2020-03-20 21:47:13 +01:00
$text [ 'label-dest-caller-id-nam' ][ 'en-gb' ] = " Destination Caller ID Name " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'de-at' ] = " Ziel Anruferkennung (Name) " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'de-ch' ] = " Ziel Anruferkennung (Name) " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'de-de' ] = " Ziel Anruferkennung (Name) " ;
$text [ 'label-dest-caller-id-nam' ][ 'es-cl' ] = " Nombre de Caller ID de destino " ;
2017-06-13 07:14:11 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'es-mx' ] = " Nombre de Caller ID de destino " ; //copied from es-cl
2019-09-03 23:33:53 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'fr-ca' ] = " Nom de l'appelant de destination " ; //copied from fr-fr
$text [ 'label-dest-caller-id-nam' ][ 'fr-fr' ] = " Nom de l'appelant de destination " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'it-it' ] = " Nome Destinatario " ;
2019-11-19 19:15:42 +01:00
$text [ 'label-dest-caller-id-nam' ][ 'nl-nl' ] = " Bestemming CID Naam " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'pl-pl' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'pt-br' ] = " Identificação do destino " ;
$text [ 'label-dest-caller-id-nam' ][ 'pt-pt' ] = " Nome do Chamador " ;
2017-06-02 21:24:12 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'ru-ru' ] = " Удаленное Caller ID Имя " ;
2017-06-02 16:39:34 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'sv-se' ] = " Destination Caller ID Nummer " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-dest-caller-id-nam' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'en-us' ] = " Enter the Caller ID name to send to the destination number. " ;
2020-03-20 21:47:13 +01:00
$text [ 'desc-dest-caller-id-nam' ][ 'en-gb' ] = " Enter the Caller ID name to send to the destination number. " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'de-at' ] = " Geben Sie die Anruferkennung (Name) ein, die an das Ziel übermittelt werden soll. " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'de-ch' ] = " Geben Sie die Anruferkennung (Name) ein, die an das Ziel übermittelt werden soll. " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'de-de' ] = " Geben Sie die Anruferkennung (Name) ein, die an das Ziel übermittelt werden soll. " ;
$text [ 'desc-dest-caller-id-nam' ][ 'es-cl' ] = " Ingrese el nombre de Caller ID para enviar al número de destino. " ;
2017-06-13 07:14:11 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'es-mx' ] = " Ingrese el nombre de Caller ID para enviar al número de destino. " ; //copied from es-cl
$text [ 'desc-dest-caller-id-nam' ][ 'fr-ca' ] = " Choisir le nom d'appelant à émettre à la destination " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'fr-fr' ] = " Choisir le nom d'appelant à émettre à la destination " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'it-it' ] = " Inserisci il nome del chiamante per inviare la chiamata al numero destinatario. " ;
2019-11-19 19:15:42 +01:00
$text [ 'desc-dest-caller-id-nam' ][ 'nl-nl' ] = " Voer de CID naam in die naar het bestemmings nummber verzonden moet worden. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'pl-pl' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'pt-br' ] = " Entre com a identificação a ser enviada para o número de destino. " ;
$text [ 'desc-dest-caller-id-nam' ][ 'pt-pt' ] = " Introduza o identificador do chamador a ser enviado para o destinatário. " ;
2017-06-02 21:24:12 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'ru-ru' ] = " Введите имя вызывающего абонента для отправки на номер назначения. " ;
2017-06-02 16:39:34 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'sv-se' ] = " Ange Caller ID Namn som skall skickas till destinationen. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-dest-caller-id-nam' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-caller-id-num' ][ 'en-us' ] = " Destination Caller ID Number " ;
2020-03-20 21:47:13 +01:00
$text [ 'label-dest-caller-id-num' ][ 'en-gb' ] = " Destination Caller ID Number " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-caller-id-num' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-dest-caller-id-num' ][ 'de-at' ] = " Ziel Anruferkennung (Nummer) " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'label-dest-caller-id-num' ][ 'de-ch' ] = " Ziel Anruferkennung (Nummer) " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-caller-id-num' ][ 'de-de' ] = " Ziel Anruferkennung (Nummer) " ;
$text [ 'label-dest-caller-id-num' ][ 'es-cl' ] = " Número de Caller ID de destino " ;
2017-06-13 07:14:11 +02:00
$text [ 'label-dest-caller-id-num' ][ 'es-mx' ] = " Número de Caller ID de destino " ; //copied from es-cl
2019-09-03 23:33:53 +02:00
$text [ 'label-dest-caller-id-num' ][ 'fr-ca' ] = " Numéro de l'appelant de destination " ; //copied from fr-fr
$text [ 'label-dest-caller-id-num' ][ 'fr-fr' ] = " Numéro de l'appelant de destination " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-dest-caller-id-num' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-caller-id-num' ][ 'it-it' ] = " Numero Destinatario " ;
2019-11-19 19:15:42 +01:00
$text [ 'label-dest-caller-id-num' ][ 'nl-nl' ] = " Bestemmings CID nummer " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-dest-caller-id-num' ][ 'pl-pl' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-caller-id-num' ][ 'pt-br' ] = " Número de destino " ;
$text [ 'label-dest-caller-id-num' ][ 'pt-pt' ] = " Número a apresentar no destino " ;
2017-06-02 21:24:12 +02:00
$text [ 'label-dest-caller-id-num' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-caller-id-num' ][ 'ru-ru' ] = " Удаленный Caller ID Номер " ;
2017-06-02 16:39:34 +02:00
$text [ 'label-dest-caller-id-num' ][ 'sv-se' ] = " Destination Caller ID Nummer " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-dest-caller-id-num' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'en-us' ] = " Enter the Caller ID number to send to the destination number (you probably want this to be your phone number). " ;
2020-03-20 21:47:13 +01:00
$text [ 'desc-dest-caller-id-num' ][ 'en-gb' ] = " Enter the Caller ID number to send to the destination number (you probably want this to be your phone number). " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'de-at' ] = " Geben Sie die Anruferkennung (Nummer) ein, die an das Ziel übermittelt werden soll (Normalerweise Ihre Rufnummer). " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'de-ch' ] = " Geben Sie die Anruferkennung (Nummer) ein, die an das Ziel übermittelt werden soll (Normalerweise Ihre Rufnummer). " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'de-de' ] = " Geben Sie die Anruferkennung (Nummer) ein, die an das Ziel übermittelt werden soll (Normalerweise Ihre Rufnummer). " ;
$text [ 'desc-dest-caller-id-num' ][ 'es-cl' ] = " Ingrese número de Caller ID para enviar al número de destino (probablemente desee que sea su número de teléfono). " ;
2017-06-13 07:14:11 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'es-mx' ] = " Ingrese número de Caller ID para enviar al número de destino (probablemente desee que sea su número de teléfono). " ; //copied from es-cl
$text [ 'desc-dest-caller-id-num' ][ 'fr-ca' ] = " Choisir le numéro d'appelant à émettre au téléphone destination (Il est en général le même que votre numéro.) " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'fr-fr' ] = " Choisir le numéro d'appelant à émettre au téléphone destination (Il est en général le même que votre numéro.) " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'it-it' ] = " " ;
2019-11-19 19:15:42 +01:00
$text [ 'desc-dest-caller-id-num' ][ 'nl-nl' ] = " Voer het CID nummer in dat naar bestemming gestuurd moet worden (vermoedelijk wil je dit je toestel nummer laten zijn). " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'pl-pl' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'pt-br' ] = " Entre com o número de identificação a ser mandado para o número de destino (geralmente é o mesmo que o número de telefone). " ;
$text [ 'desc-dest-caller-id-num' ][ 'pt-pt' ] = " Introduza o número identificador de chamada a ser enviado ao telefone de destino (geralmente é o mesmo que o seu número de telefone). " ;
2017-06-02 21:24:12 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'ru-ru' ] = " Введите номер вызывающего абонента для отправки на номер адресата (возможно, вы хотите, чтобы это был ваш номер телефона). " ;
2017-06-02 16:39:34 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'sv-se' ] = " Ange Caller ID nummret för att skicka till destinationen (du vill säkert att detta ska vara ditt telefonnummer). " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-dest-caller-id-num' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-num' ][ 'en-us' ] = " Source Number " ;
2020-03-20 21:47:13 +01:00
$text [ 'label-src-num' ][ 'en-gb' ] = " Source Number " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-num' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-src-num' ][ 'de-at' ] = " Quell Rufnummer " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'label-src-num' ][ 'de-ch' ] = " Quell Rufnummer " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'label-src-num' ][ 'de-de' ] = " Quell Rufnummer " ;
$text [ 'label-src-num' ][ 'es-cl' ] = " Número de origen " ;
2017-06-13 07:14:11 +02:00
$text [ 'label-src-num' ][ 'es-mx' ] = " Número de origen " ; //copied from es-cl
2019-09-03 23:33:53 +02:00
$text [ 'label-src-num' ][ 'fr-ca' ] = " Numéro de source " ; //copied from fr-fr
$text [ 'label-src-num' ][ 'fr-fr' ] = " Numéro de source " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-src-num' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-num' ][ 'it-it' ] = " Numero Sorgente " ;
2019-11-19 19:15:42 +01:00
$text [ 'label-src-num' ][ 'nl-nl' ] = " Bron nummer " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-src-num' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-src-num' ][ 'pt-br' ] = " Número de origem " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'label-src-num' ][ 'pt-pt' ] = " Número de origem " ;
2017-06-02 21:24:12 +02:00
$text [ 'label-src-num' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-src-num' ][ 'ru-ru' ] = " Исходящий номер " ;
2017-06-02 16:39:34 +02:00
$text [ 'label-src-num' ][ 'sv-se' ] = " Nummer på källa " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-src-num' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-num' ][ 'en-us' ] = " Enter your phone number. This can be an extension on the system, or another number (eg: mobile phone). " ;
2020-03-20 21:47:13 +01:00
$text [ 'desc-src-num' ][ 'en-gb' ] = " Enter your phone number. This can be an extension on the system, or another number (eg: mobile phone). " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-num' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'desc-src-num' ][ 'de-at' ] = " Geben Sie Ihre Rufnummer ein.Diese kann eine Nebenstelle auf dem System sein, oder eine andere Rufnummer (z.B. Ihre Mobilfunknummer). " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'desc-src-num' ][ 'de-ch' ] = " Geben Sie Ihre Rufnummer ein.Diese kann eine Nebenstelle auf dem System sein, oder eine andere Rufnummer (z.B. Ihre Mobilfunknummer). " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-num' ][ 'de-de' ] = " Geben Sie Ihre Rufnummer ein.Diese kann eine Nebenstelle auf dem System sein, oder eine andere Rufnummer (z.B. Ihre Mobilfunknummer). " ;
$text [ 'desc-src-num' ][ 'es-cl' ] = " Ingrese su número de teléfono. Este puede ser una extesión en el sistema, u otro número (ej. teléfono movil). " ;
2017-06-13 07:14:11 +02:00
$text [ 'desc-src-num' ][ 'es-mx' ] = " Ingrese su número de teléfono. Este puede ser una extesión en el sistema, u otro número (ej. teléfono movil). " ; //copied from es-cl
$text [ 'desc-src-num' ][ 'fr-ca' ] = " Choisir votre numéro de téléphone. Il peut être une extension du système, ou tout autre numéro (eg: un mobile). " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-num' ][ 'fr-fr' ] = " Choisir votre numéro de téléphone. Il peut être une extension du système, ou tout autre numéro (eg: un mobile). " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-src-num' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-num' ][ 'it-it' ] = " Inserisci il tuo numero di telefono. Può essere un interno del centralino o un altro numero (es. numero di cellulare). " ;
2019-11-19 19:15:42 +01:00
$text [ 'desc-src-num' ][ 'nl-nl' ] = " Voer he telefoonnummer in. Dit kan een toestel op het systeem of een willkeurig ander nummer (bv. Mobiel nummer) zijn. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-src-num' ][ 'pl-pl' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-num' ][ 'pt-br' ] = " Entre com seu númerop de telefone. Pode ser um ramal ou outro número (ex: número de celular). " ;
$text [ 'desc-src-num' ][ 'pt-pt' ] = " Introduza o seu número de telefone. Poderá ser uma extensão do sistema ou outro número (ex: número de telemóvel). " ;
2017-06-02 21:24:12 +02:00
$text [ 'desc-src-num' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-src-num' ][ 'ru-ru' ] = " Введите свой номер телефона. Это может быть внутренний номер или другой номер (например, мобильный). " ;
2017-06-02 16:39:34 +02:00
$text [ 'desc-src-num' ][ 'sv-se' ] = " Skriv in ditt telefonnummer. Detta kan vara en anknytning i systemet, eller ett annat nummer (t ex: mobiltelefon). " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-src-num' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-num' ][ 'en-us' ] = " Destination Number " ;
2020-03-20 21:47:13 +01:00
$text [ 'label-dest-num' ][ 'en-gb' ] = " Destination Number " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-num' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-dest-num' ][ 'de-at' ] = " Ziel Rufnummer " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'label-dest-num' ][ 'de-ch' ] = " Ziel Rufnummer " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-num' ][ 'de-de' ] = " Ziel Rufnummer " ;
$text [ 'label-dest-num' ][ 'es-cl' ] = " Número de destino " ;
2017-06-13 07:14:11 +02:00
$text [ 'label-dest-num' ][ 'es-mx' ] = " Número de destino " ; //copied from es-cl
2019-09-03 23:33:53 +02:00
$text [ 'label-dest-num' ][ 'fr-ca' ] = " Numéro du destination " ; //copied from fr-fr
$text [ 'label-dest-num' ][ 'fr-fr' ] = " Numéro du destination " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-dest-num' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-num' ][ 'it-it' ] = " Numero Destinazione " ;
2019-11-19 19:15:42 +01:00
$text [ 'label-dest-num' ][ 'nl-nl' ] = " Bestemmingsnummer " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-dest-num' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-dest-num' ][ 'pt-br' ] = " Número do Destino " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-num' ][ 'pt-pt' ] = " Número do Destino " ;
2017-06-02 21:24:12 +02:00
$text [ 'label-dest-num' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-dest-num' ][ 'ru-ru' ] = " Номер назначения " ;
2017-06-02 16:39:34 +02:00
$text [ 'label-dest-num' ][ 'sv-se' ] = " Destination Nummer " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-dest-num' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-num' ][ 'en-us' ] = " Enter the number to call. This can be an extension on the system, another number, or a sip uri. Sip URI's are of the form 5551234567@voip.example.com:5080 (5080 for freeswitch, or 5060 for other systems). " ;
2020-03-20 21:47:13 +01:00
$text [ 'desc-dest-num' ][ 'en-gb' ] = " Enter the number to call. This can be an extension on the system, another number, or a sip uri. Sip URI's are of the form 5551234567@voip.example.com:5080 (5080 for freeswitch, or 5060 for other systems). " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-num' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'desc-dest-num' ][ 'de-at' ] = " Geben Sie die Zielnummer ein. Diese kann eine Nebenstelle auf dem System sein, eine andere Rufnummer, oder eine SIP URI. Sip URI's sind wie folgt einzugeben: 5551234567@voip.example.com:5080 (5080 für freeswitch, oder 5060 für andere Systeme). " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'desc-dest-num' ][ 'de-ch' ] = " Geben Sie die Zielnummer ein. Diese kann eine Nebenstelle auf dem System sein, eine andere Rufnummer, oder eine SIP URI. Sip URI's sind wie folgt einzugeben: 5551234567@voip.example.com:5080 (5080 für freeswitch, oder 5060 für andere Systeme). " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-num' ][ 'de-de' ] = " Geben Sie die Zielnummer ein. Diese kann eine Nebenstelle auf dem System sein, eine andere Rufnummer, oder eine SIP URI. Sip URI's sind wie folgt einzugeben: 5551234567@voip.example.com:5080 (5080 für freeswitch, oder 5060 für andere Systeme). " ;
$text [ 'desc-dest-num' ][ 'es-cl' ] = " Ingrese el número a llamar. Este puede ser una extensión en el sistema, otro número o un uri sip. Uri's sip son de la forma 5551234567@voip.example.com:5080 (5080 para freeswitch, o 5060 para otros sistemas). " ;
2017-06-13 07:14:11 +02:00
$text [ 'desc-dest-num' ][ 'es-mx' ] = " Ingrese el número a llamar. Este puede ser una extensión en el sistema, otro número o un uri sip. Uri's sip son de la forma 5551234567@voip.example.com:5080 (5080 para freeswitch, o 5060 para otros sistemas). " ; //copied from es-cl
$text [ 'desc-dest-num' ][ 'fr-ca' ] = " Choisir un numéro à appeler. Il peut être une extension du système, un autre numéro, une URI SIP. les URI SIP sont de la forme : 5551234567@voip.example.com:5080 (5080 pour freeswitch, ou 5060 pour d'autre système). " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-num' ][ 'fr-fr' ] = " Choisir un numéro à appeler. Il peut être une extension du système, un autre numéro, une URI SIP. les URI SIP sont de la forme : 5551234567@voip.example.com:5080 (5080 pour freeswitch, ou 5060 pour d'autre système). " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-dest-num' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-num' ][ 'it-it' ] = " Inserisci il numero da chiamare. Può essere un interno del centralino, un altro numero o un uri sip. Gli uri SIP sono nella forma 5551234567@voip.example.com:5080 (5080 per freeswitch, or 5060 per altri sistemi). " ;
2019-11-19 19:15:42 +01:00
$text [ 'desc-dest-num' ][ 'nl-nl' ] = " Voer het te bellen nummer in. Dit kan een toestelnummer, een ander nummer of een SIP URI zijn. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-dest-num' ][ 'pl-pl' ] = " " ;
2017-06-13 07:14:11 +02:00
$text [ 'desc-dest-num' ][ 'pt-br' ] = " Entre com o número a ser ligado. Pode ser um ramal, outro número, ou SIP URI. Exemplo de SIP URI: 12345678@voip.example.com:5080, sendo 5080 para o freeswitch ou 5060 para outros sistemas. " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-num' ][ 'pt-pt' ] = " Entre com o número a ser ligado. Pode ser um ramal, outro número, ou SIP URI. Exemplo de SIP URI: 12345678@voip.example.com:5080, sendo 5080 para o freeswitch ou 5060 para outros sistemas. " ;
2017-06-02 21:24:12 +02:00
$text [ 'desc-dest-num' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-dest-num' ][ 'ru-ru' ] = " Введите номер для вызова. Это может быть внутренний номер, другой номер или sip uri. SIP URI имеют вид 5551234567@voip.example.com:5080 (5080 для freeswitch или 5060 для других систем). " ;
2017-06-02 16:39:34 +02:00
$text [ 'desc-dest-num' ][ 'sv-se' ] = " Ange numret som ska ringas. Detta kan vara en anknytning i systemet, ett annat nummer eller en sip uri. SIP URIs är av formatet 5551234567@voip.example.com: 5080 (5080 för freeswitch eller 5060 för andra system). " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-dest-num' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-auto-answer' ][ 'en-us' ] = " Auto Answer " ;
2020-03-20 21:47:13 +01:00
$text [ 'label-auto-answer' ][ 'en-gb' ] = " Auto Answer " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-auto-answer' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-auto-answer' ][ 'de-at' ] = " Automatische Rufannahme " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'label-auto-answer' ][ 'de-ch' ] = " Automatische Rufannahme " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'label-auto-answer' ][ 'de-de' ] = " Automatische Rufannahme " ;
$text [ 'label-auto-answer' ][ 'es-cl' ] = " respuesta automática " ;
2017-06-13 07:14:11 +02:00
$text [ 'label-auto-answer' ][ 'es-mx' ] = " respuesta automática " ; //copied from es-cl
2019-09-03 23:33:53 +02:00
$text [ 'label-auto-answer' ][ 'fr-ca' ] = " Réponse automatique " ; //copied from fr-fr
$text [ 'label-auto-answer' ][ 'fr-fr' ] = " Réponse automatique " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-auto-answer' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-auto-answer' ][ 'it-it' ] = " Risposta Automatica " ;
2019-11-19 19:15:42 +01:00
$text [ 'label-auto-answer' ][ 'nl-nl' ] = " Automatisch beantwoorden " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-auto-answer' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-auto-answer' ][ 'pt-br' ] = " Resposta Automática " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'label-auto-answer' ][ 'pt-pt' ] = " Resposta Automática " ;
2017-06-02 21:24:12 +02:00
$text [ 'label-auto-answer' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-auto-answer' ][ 'ru-ru' ] = " Автоответ " ;
2017-06-02 16:39:34 +02:00
$text [ 'label-auto-answer' ][ 'sv-se' ] = " Auto Svar " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-auto-answer' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-auto-answer' ][ 'en-us' ] = " Select whether to enable auto answer. " ;
2020-03-20 21:47:13 +01:00
$text [ 'desc-auto-answer' ][ 'en-gb' ] = " Select whether to enable auto answer. " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-auto-answer' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'desc-auto-answer' ][ 'de-at' ] = " Wählen Sie, ob die automatische Rufannahme aktiviert werden soll. " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'desc-auto-answer' ][ 'de-ch' ] = " Wählen Sie, ob die automatische Rufannahme aktiviert werden soll. " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'desc-auto-answer' ][ 'de-de' ] = " Wählen Sie, ob die automatische Rufannahme aktiviert werden soll. " ;
$text [ 'desc-auto-answer' ][ 'es-cl' ] = " Indique si desea activar la respuesta automática. " ;
2017-06-13 07:14:11 +02:00
$text [ 'desc-auto-answer' ][ 'es-mx' ] = " Indique si desea activar la respuesta automática. " ; //copied from es-cl
$text [ 'desc-auto-answer' ][ 'fr-ca' ] = " Activer ou non la réponse automatique. " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'desc-auto-answer' ][ 'fr-fr' ] = " Activer ou non la réponse automatique. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-auto-answer' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-auto-answer' ][ 'it-it' ] = " Seleziona per abilitare la risposta automatica. " ;
2019-11-19 19:15:42 +01:00
$text [ 'desc-auto-answer' ][ 'nl-nl' ] = " Selecteer of deze automatisch beantwoord moet worden. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-auto-answer' ][ 'pl-pl' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-auto-answer' ][ 'pt-br' ] = " Ativar ou desativar a resposta automática. " ;
$text [ 'desc-auto-answer' ][ 'pt-pt' ] = " Activar ou Desactivar a resposta automática. " ;
2017-06-02 21:24:12 +02:00
$text [ 'desc-auto-answer' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-auto-answer' ][ 'ru-ru' ] = " Выберите для включения автоответа. " ;
2017-06-02 16:39:34 +02:00
$text [ 'desc-auto-answer' ][ 'sv-se' ] = " Välj för att aktivera auto svara. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-auto-answer' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-record' ][ 'en-us' ] = " Record " ;
2020-03-20 21:47:13 +01:00
$text [ 'label-record' ][ 'en-gb' ] = " Record " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-record' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-record' ][ 'de-at' ] = " Aufzeichnen " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'label-record' ][ 'de-ch' ] = " Aufzeichnen " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'label-record' ][ 'de-de' ] = " Aufzeichnen " ;
$text [ 'label-record' ][ 'es-cl' ] = " Grabar " ;
2017-06-13 07:14:11 +02:00
$text [ 'label-record' ][ 'es-mx' ] = " Grabar " ; //copied from es-cl
$text [ 'label-record' ][ 'fr-ca' ] = " Enregistrer " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'label-record' ][ 'fr-fr' ] = " Enregistrer " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-record' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-record' ][ 'it-it' ] = " Registra " ;
2019-11-19 19:15:42 +01:00
$text [ 'label-record' ][ 'nl-nl' ] = " Opnemen " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-record' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-record' ][ 'pt-br' ] = " Gravar " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'label-record' ][ 'pt-pt' ] = " Gravar " ;
2017-06-02 21:24:12 +02:00
$text [ 'label-record' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-record' ][ 'ru-ru' ] = " Запись " ;
2017-06-02 16:39:34 +02:00
$text [ 'label-record' ][ 'sv-se' ] = " Spela In " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-record' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-true' ][ 'en-us' ] = " true " ;
2020-03-20 21:47:13 +01:00
$text [ 'label-true' ][ 'en-gb' ] = " true " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-true' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-true' ][ 'de-at' ] = " ein " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'label-true' ][ 'de-ch' ] = " ein " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'label-true' ][ 'de-de' ] = " ein " ;
$text [ 'label-true' ][ 'es-cl' ] = " verdadero " ;
2017-06-13 07:14:11 +02:00
$text [ 'label-true' ][ 'es-mx' ] = " verdadero " ; //copied from es-cl
$text [ 'label-true' ][ 'fr-ca' ] = " oui " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'label-true' ][ 'fr-fr' ] = " oui " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-true' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-true' ][ 'it-it' ] = " vero " ;
2019-11-19 19:15:42 +01:00
$text [ 'label-true' ][ 'nl-nl' ] = " aan " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-true' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-true' ][ 'pt-br' ] = " sim " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'label-true' ][ 'pt-pt' ] = " sim " ;
2017-06-02 21:24:12 +02:00
$text [ 'label-true' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-true' ][ 'ru-ru' ] = " да " ;
2017-06-02 16:39:34 +02:00
$text [ 'label-true' ][ 'sv-se' ] = " sann " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-true' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-false' ][ 'en-us' ] = " false " ;
2020-03-20 21:47:13 +01:00
$text [ 'label-false' ][ 'en-gb' ] = " false " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-false' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-false' ][ 'de-at' ] = " aus " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'label-false' ][ 'de-ch' ] = " aus " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'label-false' ][ 'de-de' ] = " aus " ;
$text [ 'label-false' ][ 'es-cl' ] = " falso " ;
2017-06-13 07:14:11 +02:00
$text [ 'label-false' ][ 'es-mx' ] = " falso " ; //copied from es-cl
$text [ 'label-false' ][ 'fr-ca' ] = " non " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'label-false' ][ 'fr-fr' ] = " non " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-false' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-false' ][ 'it-it' ] = " falso " ;
2019-11-19 19:15:42 +01:00
$text [ 'label-false' ][ 'nl-nl' ] = " uit " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-false' ][ 'pl-pl' ] = " " ;
2017-06-13 07:14:11 +02:00
$text [ 'label-false' ][ 'pt-br' ] = " não " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'label-false' ][ 'pt-pt' ] = " não " ;
2017-06-02 21:24:12 +02:00
$text [ 'label-false' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-false' ][ 'ru-ru' ] = " нет " ;
2017-06-02 16:39:34 +02:00
$text [ 'label-false' ][ 'sv-se' ] = " falsk " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-false' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-record' ][ 'en-us' ] = " Select whether to record the call. " ;
2020-03-20 21:47:13 +01:00
$text [ 'desc-record' ][ 'en-gb' ] = " Select whether to record the call. " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-record' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'desc-record' ][ 'de-at' ] = " Wählen Sie, ob der Anruf aufgezeichnet werden soll. " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'desc-record' ][ 'de-ch' ] = " Wählen Sie, ob der Anruf aufgezeichnet werden soll. " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'desc-record' ][ 'de-de' ] = " Wählen Sie, ob der Anruf aufgezeichnet werden soll. " ;
$text [ 'desc-record' ][ 'es-cl' ] = " Indique si desea grabar la llamada. " ;
2017-06-13 07:14:11 +02:00
$text [ 'desc-record' ][ 'es-mx' ] = " Indique si desea grabar la llamada. " ; //copied from es-cl
$text [ 'desc-record' ][ 'fr-ca' ] = " Choisir si vous voulez enregistrer l'appel. " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'desc-record' ][ 'fr-fr' ] = " Choisir si vous voulez enregistrer l'appel. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-record' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-record' ][ 'it-it' ] = " Seleziona per registrare la telefonata. " ;
2019-11-19 19:15:42 +01:00
$text [ 'desc-record' ][ 'nl-nl' ] = " Kies of the gesprek moet worden opgenomen. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-record' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'desc-record' ][ 'pt-br' ] = " Escolha se quer gravar chamada. " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'desc-record' ][ 'pt-pt' ] = " Escolha se quer gravar chamada. " ;
2017-06-02 21:24:12 +02:00
$text [ 'desc-record' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-record' ][ 'ru-ru' ] = " Выберите для включения записи. " ;
2017-06-02 16:39:34 +02:00
$text [ 'desc-record' ][ 'sv-se' ] = " Välj om samtalet skall spelas in. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-record' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-ringback' ][ 'en-us' ] = " Ring Back " ;
2020-03-20 21:47:13 +01:00
$text [ 'label-ringback' ][ 'en-gb' ] = " Ring Back " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-ringback' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'label-ringback' ][ 'de-at' ] = " Rufton " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'label-ringback' ][ 'de-ch' ] = " Rufton " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'label-ringback' ][ 'de-de' ] = " Rufton " ;
$text [ 'label-ringback' ][ 'es-cl' ] = " Regresar tono " ;
2017-06-13 07:14:11 +02:00
$text [ 'label-ringback' ][ 'es-mx' ] = " Regresar tono " ; //copied from es-cl
$text [ 'label-ringback' ][ 'fr-ca' ] = " Retour de sonnerie " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'label-ringback' ][ 'fr-fr' ] = " Retour de sonnerie " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-ringback' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-ringback' ][ 'it-it' ] = " Tono " ;
2019-11-19 19:15:42 +01:00
$text [ 'label-ringback' ][ 'nl-nl' ] = " Terugbellen " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-ringback' ][ 'pl-pl' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-ringback' ][ 'pt-br' ] = " Tocar de volta (Ring Back) " ;
$text [ 'label-ringback' ][ 'pt-pt' ] = " Ring Back " ;
2017-06-02 21:24:12 +02:00
$text [ 'label-ringback' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'label-ringback' ][ 'ru-ru' ] = " Контроль посылки вызова (КПВ) " ;
2017-06-02 16:39:34 +02:00
$text [ 'label-ringback' ][ 'sv-se' ] = " Tillbakaringning " ;
2017-05-13 21:13:38 +02:00
$text [ 'label-ringback' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-ringback' ][ 'en-us' ] = " Defines what you will hear while destination is being called. The choices are music (music on hold) ring (ring tone). " ;
2020-03-20 21:47:13 +01:00
$text [ 'desc-ringback' ][ 'en-gb' ] = " Defines what you will hear while destination is being called. The choices are music (music on hold) ring (ring tone). " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-ringback' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'desc-ringback' ][ 'de-at' ] = " Geben Sie an, was Sie hören möchten, während die Verbindung aufgebaut wird. Zur Auswahl stehen musik (Wartemusik) oder Rufton " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'desc-ringback' ][ 'de-ch' ] = " Geben Sie an, was Sie hören möchten, während die Verbindung aufgebaut wird. Zur Auswahl stehen musik (Wartemusik) oder Rufton " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'desc-ringback' ][ 'de-de' ] = " Geben Sie an, was Sie hören möchten, während die Verbindung aufgebaut wird. Zur Auswahl stehen musik (Wartemusik) oder Rufton " ;
$text [ 'desc-ringback' ][ 'es-cl' ] = " Defina qué desea escuchar mientras se llama al destinatario. Las opciones son música (música en espera) o tono de marcado " ;
2017-06-13 07:14:11 +02:00
$text [ 'desc-ringback' ][ 'es-mx' ] = " Defina qué desea escuchar mientras se llama al destinatario. Las opciones son música (música en espera) o tono de marcado " ; //copied from es-cl
$text [ 'desc-ringback' ][ 'fr-ca' ] = " Défini ce vous entendrez pendant que la destination sera appelée. Les choix sont musique (musique de garde) sonnerie. " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'desc-ringback' ][ 'fr-fr' ] = " Défini ce vous entendrez pendant que la destination sera appelée. Les choix sont musique (musique de garde) sonnerie. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-ringback' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-ringback' ][ 'it-it' ] = " Definisce cosa sentirai mentre il destinatario è chiamato. Le scelte sono musica (music on hold) o tono (ring tone). " ;
2019-11-19 19:15:42 +01:00
$text [ 'desc-ringback' ][ 'nl-nl' ] = " Kies wachtmuziek terwijl de bestemming gebeld wordt. De keuze is wachtmuziek of beltoon. " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-ringback' ][ 'pl-pl' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-ringback' ][ 'pt-br' ] = " Definir o que deseja escutar enquanto o destino não atende. As escolhas são música (música em espera) ring (tom de chamada). " ;
$text [ 'desc-ringback' ][ 'pt-pt' ] = " Definir o que deseja ouvir enquanto o destino não atende. As escolhas são música (música em espera) ring (tom de chamada). " ;
2017-06-02 21:24:12 +02:00
$text [ 'desc-ringback' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'desc-ringback' ][ 'ru-ru' ] = " Определяет что вы услышите во время вызова номера назначения. Вы можете выбрать music (музыка на удержании) или ring (звонок). " ;
2017-06-02 16:39:34 +02:00
$text [ 'desc-ringback' ][ 'sv-se' ] = " Definierar vad du kommer att höra när destinationen rings upp. Valet är musik (musik i vänteläge) ring (ringsignal). " ;
2017-05-13 21:13:38 +02:00
$text [ 'desc-ringback' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-usring' ][ 'en-us' ] = " us-ring " ;
2020-03-20 21:47:13 +01:00
$text [ 'opt-usring' ][ 'en-gb' ] = " us-ring " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-usring' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-usring' ][ 'de-at' ] = " us-ring " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'opt-usring' ][ 'de-ch' ] = " us-ring " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'opt-usring' ][ 'de-de' ] = " us-ring " ;
$text [ 'opt-usring' ][ 'es-cl' ] = " us-ring " ;
2017-06-13 07:14:11 +02:00
$text [ 'opt-usring' ][ 'es-mx' ] = " us-ring " ; //copied from es-cl
$text [ 'opt-usring' ][ 'fr-ca' ] = " us-ring " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'opt-usring' ][ 'fr-fr' ] = " us-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-usring' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-usring' ][ 'it-it' ] = " us-ring " ;
2019-11-19 19:15:42 +01:00
$text [ 'opt-usring' ][ 'nl-nl' ] = " us-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-usring' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-usring' ][ 'pt-br' ] = " us-ring " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'opt-usring' ][ 'pt-pt' ] = " us-ring " ;
2017-06-02 21:24:12 +02:00
$text [ 'opt-usring' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-usring' ][ 'ru-ru' ] = " us-ring " ;
2017-06-02 16:39:34 +02:00
$text [ 'opt-usring' ][ 'sv-se' ] = " us-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-usring' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-frring' ][ 'en-us' ] = " fr-ring " ;
2020-03-20 21:47:13 +01:00
$text [ 'opt-frring' ][ 'en-gb' ] = " fr-ring " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-frring' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-frring' ][ 'de-at' ] = " fr-ring " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'opt-frring' ][ 'de-ch' ] = " fr-ring " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'opt-frring' ][ 'de-de' ] = " fr-ring " ;
$text [ 'opt-frring' ][ 'es-cl' ] = " fr-ring " ;
2017-06-13 07:14:11 +02:00
$text [ 'opt-frring' ][ 'es-mx' ] = " fr-ring " ; //copied from es-cl
$text [ 'opt-frring' ][ 'fr-ca' ] = " fr-ring " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'opt-frring' ][ 'fr-fr' ] = " fr-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-frring' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-frring' ][ 'it-it' ] = " fr-ring " ;
2019-11-19 19:15:42 +01:00
$text [ 'opt-frring' ][ 'nl-nl' ] = " fr-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-frring' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-frring' ][ 'pt-br' ] = " fr-ring " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'opt-frring' ][ 'pt-pt' ] = " fr-ring " ;
2017-06-02 21:24:12 +02:00
$text [ 'opt-frring' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-frring' ][ 'ru-ru' ] = " fr-ring " ;
2017-06-02 16:39:34 +02:00
$text [ 'opt-frring' ][ 'sv-se' ] = " fr-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-frring' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-ptring' ][ 'en-us' ] = " pt-ring " ;
2020-03-20 21:47:13 +01:00
$text [ 'opt-ptring' ][ 'en-gb' ] = " pt-ring " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-ptring' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-ptring' ][ 'de-at' ] = " pt-ring " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'opt-ptring' ][ 'de-ch' ] = " pt-ring " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'opt-ptring' ][ 'de-de' ] = " pt-ring " ;
$text [ 'opt-ptring' ][ 'es-cl' ] = " pt-ring " ;
2017-06-13 07:14:11 +02:00
$text [ 'opt-ptring' ][ 'es-mx' ] = " pt-ring " ; //copied from es-cl
$text [ 'opt-ptring' ][ 'fr-ca' ] = " pt-ring " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'opt-ptring' ][ 'fr-fr' ] = " pt-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-ptring' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-ptring' ][ 'it-it' ] = " pt-ring " ;
2019-11-19 19:15:42 +01:00
$text [ 'opt-ptring' ][ 'nl-nl' ] = " pt-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-ptring' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-ptring' ][ 'pt-br' ] = " pt-ring " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'opt-ptring' ][ 'pt-pt' ] = " pt-ring " ;
2017-06-02 21:24:12 +02:00
$text [ 'opt-ptring' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-ptring' ][ 'ru-ru' ] = " pt-ring " ;
2017-06-02 16:39:34 +02:00
$text [ 'opt-ptring' ][ 'sv-se' ] = " pt-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-ptring' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-ukring' ][ 'en-us' ] = " uk-ring " ;
2020-03-20 21:47:13 +01:00
$text [ 'opt-ukring' ][ 'en-gb' ] = " uk-ring " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-ukring' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-ukring' ][ 'de-at' ] = " uk-ring " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'opt-ukring' ][ 'de-ch' ] = " uk-ring " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'opt-ukring' ][ 'de-de' ] = " uk-ring " ;
$text [ 'opt-ukring' ][ 'es-cl' ] = " uk-ring " ;
2017-06-13 07:14:11 +02:00
$text [ 'opt-ukring' ][ 'es-mx' ] = " uk-ring " ; //copied from es-cl
$text [ 'opt-ukring' ][ 'fr-ca' ] = " uk-ring " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'opt-ukring' ][ 'fr-fr' ] = " uk-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-ukring' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-ukring' ][ 'it-it' ] = " uk-ring " ;
2019-11-19 19:15:42 +01:00
$text [ 'opt-ukring' ][ 'nl-nl' ] = " uk-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-ukring' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-ukring' ][ 'pt-br' ] = " uk-ring " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'opt-ukring' ][ 'pt-pt' ] = " uk-ring " ;
2017-06-02 21:24:12 +02:00
$text [ 'opt-ukring' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-ukring' ][ 'ru-ru' ] = " uk-ring " ;
2017-06-02 16:39:34 +02:00
$text [ 'opt-ukring' ][ 'sv-se' ] = " uk-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-ukring' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-rsring' ][ 'en-us' ] = " rs-ring " ;
2020-03-20 21:47:13 +01:00
$text [ 'opt-rsring' ][ 'en-gb' ] = " rs-ring " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-rsring' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-rsring' ][ 'de-at' ] = " rs-ring " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'opt-rsring' ][ 'de-ch' ] = " rs-ring " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'opt-rsring' ][ 'de-de' ] = " rs-ring " ;
$text [ 'opt-rsring' ][ 'es-cl' ] = " rs-ring " ;
2017-06-13 07:14:11 +02:00
$text [ 'opt-rsring' ][ 'es-mx' ] = " rs-ring " ; //copied from es-cl
$text [ 'opt-rsring' ][ 'fr-ca' ] = " rs-ring " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'opt-rsring' ][ 'fr-fr' ] = " rs-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-rsring' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-rsring' ][ 'it-it' ] = " rs-ring " ;
2019-11-19 19:15:42 +01:00
$text [ 'opt-rsring' ][ 'nl-nl' ] = " rs-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-rsring' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-rsring' ][ 'pt-br' ] = " rs-ring " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'opt-rsring' ][ 'pt-pt' ] = " rs-ring " ;
2017-06-02 21:24:12 +02:00
$text [ 'opt-rsring' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-rsring' ][ 'ru-ru' ] = " rs-ring " ;
2017-06-02 16:39:34 +02:00
$text [ 'opt-rsring' ][ 'sv-se' ] = " rs-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-rsring' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-ruring' ][ 'en-us' ] = " ru-ring " ;
2020-03-20 21:47:13 +01:00
$text [ 'opt-ruring' ][ 'en-gb' ] = " ru-ring " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-ruring' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-ruring' ][ 'de-at' ] = " ru-ring " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'opt-ruring' ][ 'de-ch' ] = " ru-ring " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'opt-ruring' ][ 'de-de' ] = " ru-ring " ;
$text [ 'opt-ruring' ][ 'es-cl' ] = " ru-ring " ;
2017-06-13 07:14:11 +02:00
$text [ 'opt-ruring' ][ 'es-mx' ] = " ru-ring " ; //copied from es-cl
$text [ 'opt-ruring' ][ 'fr-ca' ] = " ru-ring " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'opt-ruring' ][ 'fr-fr' ] = " ru-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-ruring' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-ruring' ][ 'it-it' ] = " ru-ring " ;
2019-11-19 19:15:42 +01:00
$text [ 'opt-ruring' ][ 'nl-nl' ] = " ru-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-ruring' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-ruring' ][ 'pt-br' ] = " ru-ring " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'opt-ruring' ][ 'pt-pt' ] = " ru-ring " ;
2017-06-02 21:24:12 +02:00
$text [ 'opt-ruring' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-ruring' ][ 'ru-ru' ] = " ru-ring " ;
2017-06-02 16:39:34 +02:00
$text [ 'opt-ruring' ][ 'sv-se' ] = " ru-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-ruring' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-itring' ][ 'en-us' ] = " it-ring " ;
2020-03-20 21:47:13 +01:00
$text [ 'opt-itring' ][ 'en-gb' ] = " it-ring " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-itring' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-itring' ][ 'de-at' ] = " it-ring " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'opt-itring' ][ 'de-ch' ] = " it-ring " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'opt-itring' ][ 'de-de' ] = " it-ring " ;
$text [ 'opt-itring' ][ 'es-cl' ] = " it-ring " ;
2017-06-13 07:14:11 +02:00
$text [ 'opt-itring' ][ 'es-mx' ] = " it-ring " ; //copied from es-cl
$text [ 'opt-itring' ][ 'fr-ca' ] = " it-ring " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'opt-itring' ][ 'fr-fr' ] = " it-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-itring' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-itring' ][ 'it-it' ] = " it-ring " ;
2019-11-19 19:15:42 +01:00
$text [ 'opt-itring' ][ 'nl-nl' ] = " it-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-itring' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-itring' ][ 'pt-br' ] = " it-ring " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'opt-itring' ][ 'pt-pt' ] = " it-ring " ;
2017-06-02 21:24:12 +02:00
$text [ 'opt-itring' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-itring' ][ 'ru-ru' ] = " it-ring " ;
2017-06-02 16:39:34 +02:00
$text [ 'opt-itring' ][ 'sv-se' ] = " it-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-itring' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-dering' ][ 'en-us' ] = " de-ring " ;
2020-03-20 21:47:13 +01:00
$text [ 'opt-dering' ][ 'en-gb' ] = " de-ring " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-dering' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-dering' ][ 'de-at' ] = " de-ring " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'opt-dering' ][ 'de-ch' ] = " de-ring " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'opt-dering' ][ 'de-de' ] = " de-ring " ;
$text [ 'opt-dering' ][ 'es-cl' ] = " de-ring " ;
2017-06-13 07:14:11 +02:00
$text [ 'opt-dering' ][ 'es-mx' ] = " de-ring " ; //copied from es-cl
$text [ 'opt-dering' ][ 'fr-ca' ] = " de-ring " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'opt-dering' ][ 'fr-fr' ] = " de-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-dering' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-dering' ][ 'it-it' ] = " de-ring " ;
2019-11-19 19:15:42 +01:00
$text [ 'opt-dering' ][ 'nl-nl' ] = " de-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-dering' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-dering' ][ 'pt-br' ] = " de-ring " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'opt-dering' ][ 'pt-pt' ] = " de-ring " ;
2017-06-02 21:24:12 +02:00
$text [ 'opt-dering' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-dering' ][ 'ru-ru' ] = " de-ring " ;
2017-06-02 16:39:34 +02:00
$text [ 'opt-dering' ][ 'sv-se' ] = " de-ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-dering' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-moh' ][ 'en-us' ] = " music " ;
2020-03-20 21:47:13 +01:00
$text [ 'opt-moh' ][ 'en-gb' ] = " music " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-moh' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-moh' ][ 'de-at' ] = " Musik " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'opt-moh' ][ 'de-ch' ] = " Musik " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'opt-moh' ][ 'de-de' ] = " Musik " ;
$text [ 'opt-moh' ][ 'es-cl' ] = " musica " ;
2017-06-13 07:14:11 +02:00
$text [ 'opt-moh' ][ 'es-mx' ] = " musica " ; //copied from es-cl
$text [ 'opt-moh' ][ 'fr-ca' ] = " musique " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'opt-moh' ][ 'fr-fr' ] = " musique " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-moh' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-moh' ][ 'it-it' ] = " musica " ;
2019-11-19 19:15:42 +01:00
$text [ 'opt-moh' ][ 'nl-nl' ] = " muziek " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-moh' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'opt-moh' ][ 'pt-br' ] = " música " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'opt-moh' ][ 'pt-pt' ] = " música " ;
2017-06-02 21:24:12 +02:00
$text [ 'opt-moh' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'opt-moh' ][ 'ru-ru' ] = " music " ;
2017-06-02 16:39:34 +02:00
$text [ 'opt-moh' ][ 'sv-se' ] = " musik " ;
2017-05-13 21:13:38 +02:00
$text [ 'opt-moh' ][ 'uk-ua' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'button-call' ][ 'en-us' ] = " Call " ;
2020-03-20 21:47:13 +01:00
$text [ 'button-call' ][ 'en-gb' ] = " Call " ;
2017-05-10 21:40:46 +02:00
$text [ 'button-call' ][ 'ar-eg' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'button-call' ][ 'de-at' ] = " Anrufen " ; //copied from de-de
2017-06-13 07:14:11 +02:00
$text [ 'button-call' ][ 'de-ch' ] = " Anrufen " ; //copied from de-de
2017-05-10 21:40:46 +02:00
$text [ 'button-call' ][ 'de-de' ] = " Anrufen " ;
$text [ 'button-call' ][ 'es-cl' ] = " Llamar " ;
2017-06-13 07:14:11 +02:00
$text [ 'button-call' ][ 'es-mx' ] = " Llamar " ; //copied from es-cl
$text [ 'button-call' ][ 'fr-ca' ] = " appel " ; //copied from fr-fr
2017-05-10 21:40:46 +02:00
$text [ 'button-call' ][ 'fr-fr' ] = " appel " ;
2017-05-13 21:13:38 +02:00
$text [ 'button-call' ][ 'he-il' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'button-call' ][ 'it-it' ] = " Chiama " ;
2019-11-19 19:15:42 +01:00
$text [ 'button-call' ][ 'nl-nl' ] = " Bel " ;
2017-05-13 21:13:38 +02:00
$text [ 'button-call' ][ 'pl-pl' ] = " " ;
2017-09-19 17:48:40 +02:00
$text [ 'button-call' ][ 'pt-br' ] = " Chamada " ; //copied from pt-pt
2017-05-10 21:40:46 +02:00
$text [ 'button-call' ][ 'pt-pt' ] = " Chamada " ;
2017-06-02 21:24:12 +02:00
$text [ 'button-call' ][ 'ro-ro' ] = " " ;
2017-05-10 21:40:46 +02:00
$text [ 'button-call' ][ 'ru-ru' ] = " Call " ;
2017-06-02 16:39:34 +02:00
$text [ 'button-call' ][ 'sv-se' ] = " Ring " ;
2017-05-13 21:13:38 +02:00
$text [ 'button-call' ][ 'uk-ua' ] = " " ;
2012-11-24 23:51:28 +01:00
2017-06-13 07:14:11 +02:00
?>