fusionpbx/app/destinations/app_languages.php

516 lines
31 KiB
PHP
Raw Normal View History

2013-05-08 01:38:12 +02:00
<?php
$text['title-destinations']['en-us'] = "Destinations";
$text['title-destinations']['es-cl'] = "Destinos";
$text['title-destinations']['pt-pt'] = "Destinos";
$text['title-destinations']['fr-fr'] = "Destinations";
$text['title-destinations']['pt-br'] = "Destinos";
$text['title-destinations']['pl'] = "Destynacje";
$text['title-destinations']['sv-se'] = "Destinationer";
$text['title-destinations']['uk'] = "Номери";
$text['title-destination-edit']['en-us'] = "Destination";
$text['title-destination-edit']['es-cl'] = "Editar Destino";
$text['title-destination-edit']['pt-pt'] = "Editar Desvio";
$text['title-destination-edit']['fr-fr'] = "Editer la Destination";
$text['title-destination-edit']['pt-br'] = "Editar destino";
$text['title-destination-edit']['pl'] = "Destynacja";
$text['title-destination-edit']['sv-se'] = "Destination";
$text['title-destination-edit']['uk'] = "Номер";
$text['title-destination-add']['en-us'] = "Destination";
$text['title-destination-add']['es-cl'] = "Agregar Destino";
$text['title-destination-add']['pt-pt'] = "Adicionar Desvio";
$text['title-destination-add']['fr-fr'] = "Ajouter une Destination";
$text['title-destination-add']['pt-br'] = "Adicionar destino";
$text['title-destination-add']['pl'] = "Destynacja";
$text['title-destination-add']['sv-se'] = "Destination";
$text['title-destination-add']['uk'] = "Номер";
$text['select-global']['en-us'] = "Global";
$text['select-global']['es-cl'] = "Global";
$text['select-global']['pt-pt'] = "Global";
$text['select-global']['fr-fr'] = "Mondial";
$text['select-global']['pt-br'] = "Global";
$text['select-global']['pl'] = "Globalny";
$text['select-global']['sv-se'] = "Global";
$text['select-global']['uk'] = "Глобальний";
$text['option-type_outbound']['en-us'] = "Outbound";
$text['option-type_outbound']['es-cl'] = "Saliente";
$text['option-type_outbound']['pt-pt'] = "Saída";
$text['option-type_outbound']['fr-fr'] = "Sortant";
$text['option-type_outbound']['pt-br'] = "Saída";
$text['option-type_outbound']['pl'] = "Wychodzący";
$text['option-type_outbound']['sv-se'] = "Utgående";
$text['option-type_outbound']['uk'] = "Вихідний";
$text['option-type_inbound']['en-us'] = "Inbound";
$text['option-type_inbound']['es-cl'] = "Entrante";
$text['option-type_inbound']['pt-pt'] = "Entrada";
$text['option-type_inbound']['fr-fr'] = "Entrant";
$text['option-type_inbound']['pt-br'] = "Entrada";
$text['option-type_inbound']['pl'] = "Przychodzący";
$text['option-type_inbound']['sv-se'] = "Inkommande";
$text['option-type_inbound']['uk'] = "Вхідний";
$text['message-update']['en-us'] = "Update Completed";
$text['message-update']['es-cl'] = "Actualización Completa";
$text['message-update']['pt-pt'] = "Actualização Realizada";
$text['message-update']['fr-fr'] = "Mis à jour";
$text['message-update']['pt-br'] = "Atualização Efetuada";
$text['message-update']['pl'] = "Zaktualizowano poprawnie";
$text['message-update']['sv-se'] = "Uppdatering Klar";
$text['message-update']['uk'] = "Оновлення завершено";
$text['message-required']['en-us'] = "Please provide: ";
$text['message-required']['es-cl'] = "Por favor ingrese: ";
$text['message-required']['pt-pt'] = "Por favor forneça: ";
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
$text['message-required']['pt-br'] = "Por favor forneça:";
$text['message-required']['pl'] = "Wpisz:";
$text['message-required']['sv-se'] = "Var god uppge:";
$text['message-required']['uk'] = "Будь ласка, вкажіть:";
$text['message-maximum_destinations']['en-us'] = "Maximum Destinations:";
$text['message-maximum_destinations']['es-cl'] = "Destinos Máximo Permitido:";
$text['message-maximum_destinations']['pt-pt'] = "Destinos Máximo Permitido:";
$text['message-maximum_destinations']['fr-fr'] = "Destinations Maximum Autorisé:";
$text['message-maximum_destinations']['pt-br'] = "Destino máximo permitido";
$text['message-maximum_destinations']['pl'] = "Maksymalna ilość destynacji";
$text['message-maximum_destinations']['sv-se'] = "Max Antal Destinationer";
$text['message-maximum_destinations']['uk'] = "Максимум номерів:";
$text['message-duplicate']['en-us'] = "Duplicate detected";
$text['message-duplicate']['es-cl'] = "Duplicar detectado";
$text['message-duplicate']['pt-pt'] = "Duplicar detectado";
$text['message-duplicate']['fr-fr'] = "Dupliquer détecté";
$text['message-duplicate']['pt-br'] = "Detectado uma dubplicidade";
$text['message-duplicate']['pl'] = "Wykryto duplikat";
$text['message-duplicate']['sv-se'] = "Dubblett Upptäckt";
$text['message-duplicate']['uk'] = "Знайдено дублікат";
$text['message-delete']['en-us'] = "Delete Completed";
$text['message-delete']['es-cl'] = "Eliminación Completa";
$text['message-delete']['pt-pt'] = "Remoção Realizada";
$text['message-delete']['fr-fr'] = "Supprimé";
$text['message-delete']['pt-br'] = "Remoção Efetuada";
$text['message-delete']['pl'] = "Usunięto poprawnie";
$text['message-delete']['sv-se'] = "Borttagning Klar";
$text['message-delete']['uk'] = "Видалено";
$text['message-add']['en-us'] = "Add Completed";
$text['message-add']['es-cl'] = "Agregar Completo";
$text['message-add']['pt-pt'] = "Adição Realizada";
$text['message-add']['fr-fr'] = "Ajouté";
$text['message-add']['pt-br'] = "Criação Efetuada";
$text['message-add']['pl'] = "Dodano poprawnie";
$text['message-add']['sv-se'] = "Tillagd";
$text['message-add']['uk'] = "Додано";
$text['label-true']['en-us'] = "True";
$text['label-true']['es-cl'] = "Verdadero";
$text['label-true']['pt-pt'] = "Sim";
$text['label-true']['fr-fr'] = "Oui";
$text['label-true']['pt-br'] = "Sim";
$text['label-true']['pl'] = "Tak";
$text['label-true']['sv-se'] = "Sann";
$text['label-true']['uk'] = "Так";
$text['label-monthly_price_buy']['en-us'] = "Monthly buy price";
$text['label-monthly_price_buy']['es-cl'] = "Precio mensual de compra";
$text['label-monthly_price_buy']['pt-pt'] = "Preço mensal compra";
$text['label-monthly_price_buy']['fr-fr'] = "Prix mensuel d'achat";
$text['label-monthly_price_buy']['pt-br'] = "Preço mensal de compra";
$text['label-monthly_price_buy']['pl'] = "Miesięczna cena zakupu";
$text['label-monthly_price_buy']['sv-se'] = "Inköpspris / Månad";
$text['label-monthly_price_buy']['uk'] = "Щомісячна ціна купівлі";
$text['label-monthly_price']['en-us'] = "Monthly selling price";
$text['label-monthly_price']['es-cl'] = "Precio mensual de venta";
$text['label-monthly_price']['pt-pt'] = "Preço mensal de venta";
$text['label-monthly_price']['fr-fr'] = "Prix mensuel à vendre";
$text['label-monthly_price']['pt-br'] = "Preço mensal de venda";
$text['label-monthly_price']['pl'] = "Miesięczna cena sprzedaży";
$text['label-monthly_price']['sv-se'] = "Säljpris / Månad";
$text['label-monthly_price']['uk'] = "Щомісячна ціна продажу";
$text['label-fax_uuid']['en-us'] = "Fax Detection";
$text['label-fax_uuid']['es-cl'] = "Detección de Fax";
$text['label-fax_uuid']['pt-pt'] = "Detecção de fax";
$text['label-fax_uuid']['fr-fr'] = "Détection de Fax";
$text['label-fax_uuid']['pt-br'] = "Detecção de FAX";
$text['label-fax_uuid']['pl'] = "Wykrywanie faksu";
$text['label-fax_uuid']['sv-se'] = "Fax Detektering";
$text['label-fax_uuid']['uk'] = "Виявлення факсу";
$text['label-false']['en-us'] = "False";
$text['label-false']['es-cl'] = "Falso";
$text['label-false']['pt-pt'] = "Não";
$text['label-false']['fr-fr'] = "Non";
$text['label-false']['pt-br'] = "Não";
$text['label-false']['pl'] = "Nie";
$text['label-false']['sv-se'] = "Falsk";
$text['label-false']['uk'] = "Ні";
$text['label-domain-name']['en-us'] = "Domain Name";
$text['label-domain-name']['es-cl'] = "Nombre de Dominio";
$text['label-domain-name']['pt-pt'] = "Nome de Domínio";
$text['label-domain-name']['fr-fr'] = "Nom de Domaine";
$text['label-domain-name']['pt-br'] = "Nome do Dominio";
$text['label-domain-name']['pl'] = "Nazwa domeny";
$text['label-domain-name']['sv-se'] = "Domän Namn";
$text['label-domain-name']['uk'] = "Назва домену";
$text['label-domain']['en-us'] = "Domain";
$text['label-domain']['es-cl'] = "Dominio";
$text['label-domain']['pt-pt'] = "Domínio";
$text['label-domain']['fr-fr'] = "Domaine";
$text['label-domain']['pt-br'] = "Dominio";
$text['label-domain']['pl'] = "Domena";
$text['label-domain']['sv-se'] = "Domän";
$text['label-domain']['uk'] = "Домен";
$text['label-detail_action']['en-us'] = "Actions";
$text['label-detail_action']['es-cl'] = "Accións";
$text['label-detail_action']['pt-pt'] = "Ações";
$text['label-detail_action']['fr-fr'] = "Actions";
$text['label-detail_action']['pt-br'] = "Ações";
$text['label-detail_action']['pl'] = "Operacje (gdzie przesłać rozmowę).";
$text['label-detail_action']['sv-se'] = "Åtgärder";
$text['label-detail_action']['uk'] = "Дії";
$text['label-destination_type']['en-us'] = "Type";
$text['label-destination_type']['es-cl'] = "Tipo";
$text['label-destination_type']['pt-pt'] = "Tipo";
$text['label-destination_type']['fr-fr'] = "Type";
$text['label-destination_type']['pt-br'] = "Tipo";
$text['label-destination_type']['pl'] = "Typ";
$text['label-destination_type']['sv-se'] = "Typ";
$text['label-destination_type']['uk'] = "Тип";
$text['label-destination_number']['en-us'] = "Destination";
$text['label-destination_number']['es-cl'] = "Destino";
$text['label-destination_number']['pt-pt'] = "Desvio";
$text['label-destination_number']['fr-fr'] = "Destination";
$text['label-destination_number']['pt-br'] = "Desvio";
$text['label-destination_number']['pl'] = "Destynacja";
$text['label-destination_number']['sv-se'] = "Destination";
$text['label-destination_number']['uk'] = "Номер";
$text['label-destination_enabled']['en-us'] = "Enabled";
$text['label-destination_enabled']['es-cl'] = "Activado";
$text['label-destination_enabled']['pt-pt'] = "Activado";
$text['label-destination_enabled']['fr-fr'] = "Actif";
$text['label-destination_enabled']['pt-br'] = "Ativado";
$text['label-destination_enabled']['pl'] = "Włączona";
$text['label-destination_enabled']['sv-se'] = "Aktiverad";
$text['label-destination_enabled']['uk'] = "Включено";
$text['label-destination_description']['en-us'] = "Description";
$text['label-destination_description']['es-cl'] = "Descripción";
$text['label-destination_description']['pt-pt'] = "Descrição";
$text['label-destination_description']['fr-fr'] = "Description";
$text['label-destination_description']['pt-br'] = "Descrição";
$text['label-destination_description']['pl'] = "Opis";
$text['label-destination_description']['sv-se'] = "Beskrivning";
$text['label-destination_description']['uk'] = "Опис";
$text['label-destination_context']['en-us'] = "Context";
$text['label-destination_context']['es-cl'] = "Contexto";
$text['label-destination_context']['pt-pt'] = "Contexto";
$text['label-destination_context']['fr-fr'] = "Contexte";
$text['label-destination_context']['pt-br'] = "Contexto";
$text['label-destination_context']['pl'] = "Kontekst";
$text['label-destination_context']['sv-se'] = "Context";
$text['label-destination_context']['uk'] = "Контекст";
$text['label-destination_cid_name_prefix']['en-us'] = "Caller ID Name Prefix";
$text['label-destination_cid_name_prefix']['es-cl'] = "Prefijo de Nombre de Caller ID";
$text['label-destination_cid_name_prefix']['pt-pt'] = "Nome do Chamador";
$text['label-destination_cid_name_prefix']['fr-fr'] = "Préfixe ajouté au nom de l'appelant";
$text['label-destination_cid_name_prefix']['pt-br'] = "Nome do discador";
$text['label-destination_cid_name_prefix']['pl'] = "Prefiks prezentacji nazwy dzwoniącego";
$text['label-destination_cid_name_prefix']['sv-se'] = "Caller ID Namn Prefix ";
$text['label-destination_cid_name_prefix']['uk'] = "Caller ID Префікс імені";
$text['label-destination_caller_id_number']['en-us'] = "Caller ID Number";
$text['label-destination_caller_id_number']['es-cl'] = "Número de Caller ID";
$text['label-destination_caller_id_number']['pt-pt'] = "Número do chamador";
$text['label-destination_caller_id_number']['fr-fr'] = "Caller ID Number";
$text['label-destination_caller_id_number']['pt-br'] = "Número do discador";
$text['label-destination_caller_id_number']['pl'] = "Prezentaca numeru dzwoniącego";
$text['label-destination_caller_id_number']['sv-se'] = "Caller ID Nummer";
$text['label-destination_caller_id_number']['uk'] = "Caller ID Номер";
$text['label-destination_caller_id_name']['en-us'] = "Caller ID Name";
$text['label-destination_caller_id_name']['es-cl'] = "Nombre de Caller ID";
$text['label-destination_caller_id_name']['pt-pt'] = "Nome do chamador";
$text['label-destination_caller_id_name']['fr-fr'] = "Caller ID Name";
$text['label-destination_caller_id_name']['pt-br'] = "Nome do discador";
$text['label-destination_caller_id_name']['pl'] = "Prezentaca nazwy dzwoniącego";
$text['label-destination_caller_id_name']['sv-se'] = "Caller ID Namn";
$text['label-destination_caller_id_name']['uk'] = "Caller ID Ім’я";
$text['label-carrier']['en-us'] = "Carrier name";
$text['label-carrier']['es-cl'] = "Nombre del carrier";
$text['label-carrier']['pt-pt'] = "Nombre del carrier";
$text['label-carrier']['fr-fr'] = "Nom du carrier";
$text['label-carrier']['pt-br'] = "Nome do transporte";
$text['label-carrier']['pl'] = "Nazwa operatora";
$text['label-carrier']['sv-se'] = "Operatör";
$text['label-carrier']['uk'] = "Назва оператора";
$text['label-account_code']['en-us'] = "Account Code";
$text['label-account_code']['es-cl'] = "Código de Cuenta";
$text['label-account_code']['pt-pt'] = "Código de Conta";
$text['label-account_code']['fr-fr'] = "Code de Compte";
$text['label-account_code']['pt-br'] = "Código da conta";
$text['label-account_code']['pl'] = "Numer konta bilingowego";
$text['label-account_code']['sv-se'] = "Account Code";
$text['label-account_code']['uk'] = "Код облікового запису";
$text['header-destinations']['en-us'] = "Destinations";
$text['header-destinations']['es-cl'] = "Destinos";
$text['header-destinations']['pt-pt'] = "Destinos";
$text['header-destinations']['fr-fr'] = "Destinations";
$text['header-destinations']['pt-br'] = "Destinos";
$text['header-destinations']['pl'] = "Destynacje";
$text['header-destinations']['sv-se'] = "Destinationer";
$text['header-destinations']['uk'] = "Номери";
$text['header-destination-edit']['en-us'] = "Destination";
$text['header-destination-edit']['es-cl'] = "Editar Destino";
$text['header-destination-edit']['pt-pt'] = "Editar Desvio";
$text['header-destination-edit']['fr-fr'] = "Editer la Destination";
$text['header-destination-edit']['pt-br'] = "Editar destino";
$text['header-destination-edit']['pl'] = "Destynacja";
$text['header-destination-edit']['sv-se'] = "Destination";
$text['header-destination-edit']['uk'] = "Номер";
$text['header-destination-add']['en-us'] = "Destination";
$text['header-destination-add']['es-cl'] = "Agregar Destino";
$text['header-destination-add']['pt-pt'] = "Adicionar Desvio";
$text['header-destination-add']['fr-fr'] = "Ajouter une Destination";
$text['header-destination-add']['pt-br'] = "Adicionar desvio";
$text['header-destination-add']['pl'] = "Destynacja";
$text['header-destination-add']['sv-se'] = "Destination";
$text['header-destination-add']['uk'] = "Номер";
$text['description-monthly_price_buy']['en-us'] = "Enter monthly price you pay for this destination (only when inbound)";
$text['description-monthly_price_buy']['es-cl'] = "Ingrese el precio mensual que usted paga por este destino (sólo entrante)";
$text['description-monthly_price_buy']['pt-pt'] = "Digite o preço mensal de paga para este destino (somente quando entrada)";
$text['description-monthly_price_buy']['fr-fr'] = "Entrez prix mensuel de projet de achat pour cette destination (uniquement lorsque entrant)";
$text['description-monthly_price_buy']['pt-br'] = "Digite o preço mensal para este destino (Apenas quando for entrada)";
$text['description-monthly_price_buy']['pl'] = "Wpisz kwotę, która ty płacisz miesięcznie za tę destynacje (tylko przychodzące)";
$text['description-monthly_price_buy']['sv-se'] = "Ange pris per månad som du betslar för denna destination (endast vid inkommande)";
$text['description-monthly_price_buy']['uk'] = "Введіть щомісячний тариф, який оплачуєте за цей номер (тільки для вхідних)";
$text['description-monthly_price']['en-us'] = "Enter monthly price to bill for this destination (only when inbound)";
$text['description-monthly_price']['es-cl'] = "Ingrese el precio mensual a cobrar por este destino (sólo entrante)";
$text['description-monthly_price']['pt-pt'] = "Digite o preço mensal de conta para este destino (somente quando entrada)";
$text['description-monthly_price']['fr-fr'] = "Entrez prix mensuel de projet de loi pour cette destination (uniquement lorsque entrant)";
$text['description-monthly_price']['pt-br'] = "Digite o preço mensal da conta para este destino";
$text['description-monthly_price']['pl'] = "Wpisz kwotę, która ty płacisz miesięcznie za tę destynacje (tylko wychodzące)";
$text['description-monthly_price']['sv-se'] = "Ange pris per månad till kund för denna destination (endast vid inkommande)";
$text['description-monthly_price']['uk'] = "Введіть щомісячний тариф для абонентів за цей номер (тільки для вхідних)";
$text['description-fax_uuid']['en-us'] = "Select the fax destination to enable fax detection. ";
$text['description-fax_uuid']['es-cl'] = "Seleccione el destino de fax para activar su detección";
$text['description-fax_uuid']['pt-pt'] = "Seleccione o destino de fax para activar a detecção de fax.";
$text['description-fax_uuid']['fr-fr'] = "Insérer la destination Fax afin d'activer la détection de Fax.";
$text['description-fax_uuid']['pt-br'] = "Selecione o destino de FAX para ativar a detecção de FAX";
$text['description-fax_uuid']['pl'] = "Wybierz destynację faksu aby włączyć wykrywanie faksu.";
$text['description-fax_uuid']['sv-se'] = "Ange fax destination för att aktivera fax deteketering.";
$text['description-fax_uuid']['uk'] = "Виберіть номер для факсу, щоб дозволити його виявлення";
$text['description-domain']['en-us'] = "";
$text['description-domain']['es-cl'] = "";
$text['description-domain']['pt-pt'] = "";
$text['description-domain']['fr-fr'] = "";
$text['description-domain']['pt-br'] = "";
$text['description-domain']['pl'] = "";
$text['description-domain']['sv-se'] = "";
$text['description-domain']['uk'] = "";
$text['description-destinations']['en-us'] = "Inbound destinations are the DID/DDI, DNIS or Alias for inbound calls.";
$text['description-destinations']['es-cl'] = "Destinos entrantes son los DID/DDI, DNIS o un alias para llamadas entrantes";
$text['description-destinations']['pt-pt'] = "Destinos de entrada são os DID/DDI, DNIS ou Alias para as chamadas de entrada.";
$text['description-destinations']['fr-fr'] = "Les destinations entrantes sont des SDA/DDI, DNIS ou des Aliases.";
$text['description-destinations']['pt-br'] = "Destinos de entrada são os DID/DDI, DNIS";
$text['description-destinations']['pl'] = "Destynacjami przychodzącymi są: DID/DDI, DNIS, alias lub rozmowy przychodzące.";
$text['description-destinations']['sv-se'] = "Inkommande destinationer är DID / DDI , DNIS eller Alias för inkommande samtal.";
$text['description-destinations']['uk'] = "Вхідні номери можуть бути таких типів: DID/DDI, DNIS або Alias для вхідних дзвінків";
$text['description-destination_type']['en-us'] = "Select the type.";
$text['description-destination_type']['es-cl'] = "Seleccione el tipo.";
$text['description-destination_type']['pt-pt'] = "Seleccionar o tipo.";
$text['description-destination_type']['fr-fr'] = "Choisir le type.";
$text['description-destination_type']['pt-br'] = "Selecionar o tipo";
$text['description-destination_type']['pl'] = "Wybierz typ";
$text['description-destination_type']['sv-se'] = "Välj typ";
$text['description-destination_type']['uk'] = "Виберіть тип";
$text['description-destination_number']['en-us'] = "Enter the destination.";
$text['description-destination_number']['es-cl'] = "Ingrese el destino.";
$text['description-destination_number']['pt-pt'] = "Introduza o desvio.";
$text['description-destination_number']['fr-fr'] = "Indiquer la destination.";
$text['description-destination_number']['pt-br'] = "Insira o destino";
$text['description-destination_number']['pl'] = "Wpisz destynację (np. numer DDI).";
$text['description-destination_number']['sv-se'] = "Ange destinationen.";
$text['description-destination_number']['uk'] = "Введіть номер";
$text['description-destination_enabled']['en-us'] = "Set the current status of this destination.";
$text['description-destination_enabled']['es-cl'] = "Configure el estado actual de este destino";
$text['description-destination_enabled']['pt-pt'] = "Escolha o estado corrente deste destino.";
$text['description-destination_enabled']['fr-fr'] = "Choisir l'état courant de la destination.";
$text['description-destination_enabled']['pt-br'] = "Selecione o destino";
$text['description-destination_enabled']['pl'] = "Ustaw obecny stan destynacji";
$text['description-destination_enabled']['sv-se'] = "Ange den nuvarande statusen för denna destination.";
$text['description-destination_enabled']['uk'] = "Виберіть поточний статус для номера";
$text['description-destination_description']['en-us'] = "Enter a description for this destination (optional).";
$text['description-destination_description']['es-cl'] = "Ingrese una descripción para este destino (opcional)";
$text['description-destination_description']['pt-pt'] = "Introduza uma descrição para este destino (opcional).";
$text['description-destination_description']['fr-fr'] = "Entrez une description pour cette destination (facultative).";
$text['description-destination_description']['pt-br'] = "Insira uma descrição para este destino (opcional)";
$text['description-destination_description']['pl'] = "Wpisz opis tej destynacji (opcjonalne)";
$text['description-destination_description']['sv-se'] = "Ange en beskrivning för denna destination (frivillig).";
$text['description-destination_description']['uk'] = "Введіть опис для номера (не обов’язково)";
$text['description-destination_context']['en-us'] = "Enter the context.";
$text['description-destination_context']['es-cl'] = "Ingrese el contexto";
$text['description-destination_context']['pt-pt'] = "Introduza o contexto.";
$text['description-destination_context']['fr-fr'] = "Entrer le context.";
$text['description-destination_context']['pt-br'] = "Insira o contexto";
$text['description-destination_context']['pl'] = "Wpisz kontekst";
$text['description-destination_context']['sv-se'] = "Ange Context.";
$text['description-destination_context']['uk'] = "Контекст";
$text['description-destination_cid_name_prefix']['en-us'] = "Set a prefix on the caller ID name.";
$text['description-destination_cid_name_prefix']['es-cl'] = "Configurar el prefijo del nombre de Caller ID.";
$text['description-destination_cid_name_prefix']['pt-pt'] = "Escolha um prefixo a adicionar ao nome do chamador.";
$text['description-destination_cid_name_prefix']['fr-fr'] = "Choisir un préfixe à ajouter au nom de l'appelant.";
$text['description-destination_cid_name_prefix']['pt-br'] = "Escolha um prefixo e adicione ao nome do discador ";
$text['description-destination_cid_name_prefix']['pl'] = "Ustaw prefiks prezentacji nazwy dzwoniącego";
$text['description-destination_cid_name_prefix']['sv-se'] = "Ange ett prefix för Caller ID Namn.";
$text['description-destination_cid_name_prefix']['uk'] = "Введіть префікс для імені Caller ID";
$text['description-destination_caller_id_number']['en-us'] = "Enter the caller ID number.";
$text['description-destination_caller_id_number']['es-cl'] = "Ingrese el número de Caller ID";
$text['description-destination_caller_id_number']['pt-pt'] = "Introduza o número do chamador";
$text['description-destination_caller_id_number']['fr-fr'] = "Insérer le numéro d'appelant.";
$text['description-destination_caller_id_number']['pt-br'] = "Insira o número do discador";
$text['description-destination_caller_id_number']['pl'] = "Wpisz prezentację numeru dzwoniącego";
$text['description-destination_caller_id_number']['sv-se'] = "Ange Caller ID Nummer.";
$text['description-destination_caller_id_number']['uk'] = "Введіть номер Caller ID";
$text['description-destination_caller_id_name']['en-us'] = "Enter the caller ID name.";
$text['description-destination_caller_id_name']['es-cl'] = "Ingrese el nombre de caller ID";
$text['description-destination_caller_id_name']['pt-pt'] = "Introduza o nome do chamador";
$text['description-destination_caller_id_name']['fr-fr'] = "Insérer le nom d'appelant.";
$text['description-destination_caller_id_name']['pt-br'] = "Insira o nome do discador";
$text['description-destination_caller_id_name']['pl'] = "Wpisz prezentację nazwy dzwoniącego";
$text['description-destination_caller_id_name']['sv-se'] = "Ange Caller ID Namn.";
$text['description-destination_caller_id_name']['uk'] = "Введіть ім’я Caller ID";
$text['description-carrier']['en-us'] = "Enter the carrier name. This is use to keep track incase billing";
$text['description-carrier']['es-cl'] = "Introduzca el nombre del carrier. Esto se utiliza para realizar un seguimiento en caso de facturación";
$text['description-carrier']['pt-pt'] = "Digite o nome da operadora. Isto é usado para manter o controle meter faturamento";
$text['description-carrier']['fr-fr'] = "Entrez le nom du transporteur. Ceci est utilise pour garder une trace encas facturation";
$text['description-carrier']['pt-br'] = "Digite o nome da operadora. Isto é usado para manter o controle sobre o faturamento";
$text['description-carrier']['pl'] = "Wpisz nazwę operatora. Może ona być pomocna przy rozliczeniach";
$text['description-carrier']['sv-se'] = "Ange operatörens namn. Detta används för att hålla reda på debitering.";
$text['description-carrier']['uk'] = "Введіть назву оператора. Використовується для тарифікації";
$text['description-account_code']['en-us'] = "Enter account code.";
$text['description-account_code']['es-cl'] = "Ingrese el código de cuenta.";
$text['description-account_code']['pt-pt'] = "Digite o código de conta.";
$text['description-account_code']['fr-fr'] = "Entrez nom de client.";
$text['description-account_code']['pt-br'] = "Digite o código de conta";
$text['description-account_code']['pl'] = "Wpisz numer konta bilingowego (nagłówek dodany do SIP INVITE).";
$text['description-account_code']['sv-se'] = "Ange 'account code'.";
$text['description-account_code']['uk'] = "Введіть код облікового запису";
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
$text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar esto?";
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
$text['confirm-delete']['pt-br'] = "Deseja realmente remover isto?";
$text['confirm-delete']['pl'] = "Czy na pewno chcesz to usunąć?";
$text['confirm-delete']['sv-se'] = "Vill du verkligen ta bort detta?";
$text['confirm-delete']['uk'] = "Ви дійсно бажаєте це видалити?";
$text['button-show_all']['en-us'] = "Show All";
$text['button-show_all']['es-cl'] = "Mostrar Todos";
$text['button-show_all']['pt-pt'] = "Mostrar Todos";
$text['button-show_all']['fr-fr'] = "Montrer Tout";
$text['button-show_all']['pt-br'] = "Mostrar todos";
$text['button-show_all']['pl'] = "Pokaż wszystkie";
$text['button-show_all']['sv-se'] = "Visa Allt";
$text['button-show_all']['uk'] = "Показати всі";
$text['button-search']['en-us'] = "Search";
$text['button-search']['es-cl'] = "Buscar";
$text['button-search']['pt-pt'] = "Pesquisar";
$text['button-search']['fr-fr'] = "Chercher";
$text['button-search']['pt-br'] = "Pesquisar";
$text['button-search']['pl'] = "Wyszukaj";
$text['button-search']['sv-se'] = "Sök";
$text['button-search']['uk'] = "Пошук";
$text['button-save']['en-us'] = "Save";
$text['button-save']['es-cl'] = "Guardar";
$text['button-save']['pt-pt'] = "Guardar";
$text['button-save']['fr-fr'] = "Sauvegarder";
$text['button-save']['pt-br'] = "Salvar";
$text['button-save']['pl'] = "Zachowaj";
$text['button-save']['sv-se'] = "Spara";
$text['button-save']['uk'] = "Зберегти";
$text['button-edit']['en-us'] = "Edit";
$text['button-edit']['es-cl'] = "Editar";
$text['button-edit']['pt-pt'] = "Editar";
$text['button-edit']['fr-fr'] = "Editer";
$text['button-edit']['pt-br'] = "Editar";
$text['button-edit']['pl'] = "Edytuj";
$text['button-edit']['sv-se'] = "Editera";
$text['button-edit']['uk'] = "Редагувати";
$text['button-delete']['en-us'] = "Delete";
$text['button-delete']['es-cl'] = "Eliminar";
$text['button-delete']['pt-pt'] = "Remoção";
$text['button-delete']['fr-fr'] = "Supprimer";
$text['button-delete']['pt-br'] = "Remover";
$text['button-delete']['pl'] = "Usuń";
$text['button-delete']['sv-se'] = "Ta Bort";
$text['button-delete']['uk'] = "Видалити";
$text['button-back']['en-us'] = "Back";
$text['button-back']['es-cl'] = "Volver";
$text['button-back']['pt-pt'] = "Voltar";
$text['button-back']['fr-fr'] = "Retour";
$text['button-back']['pt-br'] = "Voltar";
$text['button-back']['pl'] = "Wróć";
$text['button-back']['sv-se'] = "Tillbaka";
$text['button-back']['uk'] = "Назад";
$text['button-add']['en-us'] = "Add";
$text['button-add']['es-cl'] = "Agregar";
$text['button-add']['pt-pt'] = "Adicionar";
$text['button-add']['fr-fr'] = "Ajouter";
$text['button-add']['pt-br'] = "Adicionar";
$text['button-add']['pl'] = "Dodaj";
$text['button-add']['sv-se'] = "Lägg Till";
$text['button-add']['uk'] = "Додати";
$text['billing-warning']['en-us'] = "If you are using fusionpbx billing application, make sure to add accountcode and carrier variables.";
$text['billing-warning']['es-cl'] = "Si está utilizando la aplicación de facturación fusionpbx, asegúrese de agregar lasvariables accountcode y carrier";
$text['billing-warning']['pt-pt'] = "Se você estiver usando o aplicativo de faturamento fusionpbx, certifique-se de adicionar variáveis accountcode e carrier";
$text['billing-warning']['fr-fr'] = "Si vous utilisez l'application de facturation fusionpbx, assurez-vous d'ajouter des variables de accountcode et carrier";
$text['billing-warning']['pt-br'] = "Se você estiver usando o aplicativo de faturamento, certifique-se em adicionar as variáveis de transporte";
$text['billing-warning']['pl'] = "Jeżeli używasz platformę billingowa z Fusionpbx, dodaj numer konta billingowego oraz zmienne operatora";
$text['billing-warning']['sv-se'] = "Om du använder fusionpbx fakturering program, se till att lägga till 'account code' och operatör variabler";
$text['billing-warning']['uk'] = "Якщо ви користуєтеся додатком для тарифікації в fusionpbx, то переконайтеся, щоб додано змінні код облікового запису і оператора. ";
?>