Update the translations from the translation server. Includes the following new languages Brazilian Portuguese, Polish, and Swedish Sweden. Thanks to those that put in the effort to add these languages additional translator volunteers are welcome.
This commit is contained in:
@@ -1,337 +1,472 @@
|
||||
<?php
|
||||
|
||||
$text['title-time-conditions']['en-us'] = "Time Conditions";
|
||||
$text['title-time-conditions']['es-cl'] = "Condiciones Temporales";
|
||||
$text['title-time-conditions']['pt-pt'] = "Condições Temporais";
|
||||
$text['title-time-conditions']['fr-fr'] = "Conditions Temporelles";
|
||||
|
||||
$text['header-time_conditions']['en-us'] = "Time Conditions";
|
||||
$text['header-time_conditions']['es-cl'] = "Condiciones de Tiempo";
|
||||
$text['header-time_conditions']['pt-pt'] = "Condições Temporais";
|
||||
$text['header-time_conditions']['fr-fr'] = "Conditions Temporelles";
|
||||
|
||||
$text['description-time_conditions']['en-us'] = "Dynamically route calls to an IVR menu, external numbers, scripts, or other destinations based on time conditions.";
|
||||
$text['description-time_conditions']['es-cl'] = "Ruta dinámicamente llama a un menú IVR, números externos, guiones u otros destinos basados en las condiciones de tiempo.";
|
||||
$text['description-time_conditions']['pt-pt'] = "Rota dinamicamente as chamadas para um menu IVR, números externos, scripts ou outros destinos com base nas condições de tempo.";
|
||||
$text['description-time_conditions']['fr-fr'] = "Dynamiquement acheminer les appels à un menu IVR, numéros externes, scripts, ou d'autres destinations en fonction des conditions de temps.";
|
||||
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['es-cl'] = "Número";
|
||||
$text['label-number']['pt-pt'] = "Número";
|
||||
$text['label-number']['fr-fr'] = "Numéro";
|
||||
|
||||
$text['label-context']['en-us'] = "Context";
|
||||
$text['label-context']['es-cl'] = "Contexto";
|
||||
$text['label-context']['pt-pt'] = "Contexto";
|
||||
$text['label-context']['fr-fr'] = "Contexte";
|
||||
|
||||
$text['button-advanced']['en-us'] = "Advanced";
|
||||
$text['button-advanced']['es-cl'] = "Avanzado";
|
||||
$text['button-advanced']['pt-pt'] = "Avancé";
|
||||
$text['button-advanced']['fr-fr'] = "Avançado";
|
||||
|
||||
$text['button-dialplan']['en-us'] = "Dialplan";
|
||||
$text['button-dialplan']['es-cl'] = "Agregar Plan de Marcado";
|
||||
$text['button-dialplan']['pt-pt'] = "Dialplan";
|
||||
$text['button-dialplan']['fr-fr'] = "Plan de num";
|
||||
|
||||
$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-back']['en-us'] = "Back";
|
||||
$text['button-back']['es-cl'] = "Volver";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['es-cl'] = "Nombre";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter the name for the time condition.";
|
||||
$text['description-name']['es-cl'] = "Introduzca un nombre para esta condición.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome da condição temporal.";
|
||||
$text['description-name']['fr-fr'] = "Choisir un nom pour cette condition temporelle.";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['es-cl'] = "Extensión";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
|
||||
$text['description-extension']['en-us'] = "Enter the extension number.";
|
||||
$text['description-extension']['es-cl'] = "Introduzca un número de extensión.";
|
||||
$text['description-extension']['pt-pt'] = "Introduza o número da extensão.";
|
||||
$text['description-extension']['fr-fr'] = "Choisir le numéro d'extension.";
|
||||
|
||||
$text['label-template']['en-us'] = "Template";
|
||||
$text['label-template']['es-cl'] = "Plantilla";
|
||||
$text['label-template']['pt-pt'] = "Template";
|
||||
$text['label-template']['fr-fr'] = "Modèle";
|
||||
|
||||
$text['description-template']['en-us'] = "The templates provides a list of preset time conditions.";
|
||||
$text['description-template']['es-cl'] = "Las plantillas ofrecen una lista de condiciones preestablecidas.";
|
||||
$text['description-template']['pt-pt'] = "Os templates oferecem uma lista condições temporais.";
|
||||
$text['description-template']['fr-fr'] = "Le modèle fourni une liste de présélection.";
|
||||
|
||||
$text['label-settings']['en-us'] = "Settings";
|
||||
$text['label-settings']['es-cl'] = "Ajustes";
|
||||
$text['label-settings']['pt-pt'] = "Definições";
|
||||
$text['label-settings']['fr-fr'] = "Paramètres";
|
||||
|
||||
$text['label-conditions']['en-us'] = "Conditions";
|
||||
$text['label-conditions']['es-cl'] = "Condición";
|
||||
$text['label-conditions']['pt-pt'] = "Condição";
|
||||
$text['label-conditions']['fr-fr'] = "état";
|
||||
|
||||
$text['label-condition']['en-us'] = "Condition";
|
||||
$text['label-condition']['es-cl'] = "Condiciones";
|
||||
$text['label-condition']['pt-pt'] = "Condições";
|
||||
$text['label-condition']['fr-fr'] = "état";
|
||||
|
||||
$text['label-label']['en-us'] = "Label";
|
||||
$text['label-label']['es-cl'] = "Etiqueta";
|
||||
$text['label-label']['pt-pt'] = "Etiqueta";
|
||||
$text['label-label']['fr-fr'] = "étiquette";
|
||||
|
||||
$text['description-settings']['en-us'] = "Define custom conditions necessary to execute the destination selected above.";
|
||||
$text['description-settings']['es-cl'] = "Definir las condiciones personalizados necesarios para ejecutar el destino seleccionado anteriormente.";
|
||||
$text['description-settings']['pt-pt'] = "Definir condições personalizadas necessárias para executar o destino selecionado acima.";
|
||||
$text['description-settings']['fr-fr'] = "Définir les conditions nécessaires pour exécuter la destination sélectionnée ci-dessus personnalisés.";
|
||||
|
||||
$text['label-condition_parameter']['en-us'] = "Parameter";
|
||||
$text['label-condition_parameter']['es-cl'] = "Parámetro";
|
||||
$text['label-condition_parameter']['pt-pt'] = "Parâmetro";
|
||||
$text['label-condition_parameter']['fr-fr'] = "Paramètre";
|
||||
|
||||
$text['label-condition_value']['en-us'] = "Value";
|
||||
$text['label-condition_value']['es-cl'] = "Valor";
|
||||
$text['label-condition_value']['pt-pt'] = "Valor";
|
||||
$text['label-condition_value']['fr-fr'] = "Valeur";
|
||||
|
||||
$text['label-condition_range']['en-us'] = "Range";
|
||||
$text['label-condition_range']['es-cl'] = "Rango";
|
||||
$text['label-condition_range']['pt-pt'] = "Range";
|
||||
$text['label-condition_range']['fr-fr'] = "Range";
|
||||
|
||||
$text['label-presets']['en-us'] = "Presets";
|
||||
$text['label-presets']['es-cl'] = "Presets";
|
||||
$text['label-presets']['pt-pt'] = "Presets";
|
||||
$text['label-presets']['fr-fr'] = "Présélections";
|
||||
|
||||
$text['description-presets']['en-us'] = "Select from available presets. Click a preset name to further customize the conditions and/or destination of each.";
|
||||
$text['description-presets']['es-cl'] = "Choisissez parmi préréglages disponibles. Cliquez sur un nom prédéfini pour personnaliser davantage les conditions et/ou la destination de chacun.";
|
||||
$text['description-presets']['pt-pt'] = "Selecione a partir de predefinições disponíveis. Clique em um nome pré-definido para personalizar ainda mais as condições e/ou destino de cada um.";
|
||||
$text['description-presets']['fr-fr'] = "Choisissez parmi préréglages disponibles. Cliquez sur un nom prédéfini pour personnaliser davantage les conditions et/ou la destination de chacun.";
|
||||
|
||||
$text['description-presets_advanced']['en-us'] = "Select a Default Destination above to be <i>applied</i> to each preset checked (without a destination already defined).";
|
||||
$text['description-presets_advanced']['es-cl'] = "Seleccione un destino predeterminado por encima de ser <i>apliqué</i> para cada preset facturado (sin destino ya definido).";
|
||||
$text['description-presets_advanced']['pt-pt'] = "Selecione um destino padrão acima para ser <i>aplicado</i> para cada predefinição marcada (sem um destino já definido).";
|
||||
$text['description-presets_advanced']['fr-fr'] = "Sélectionnez une destination par défaut ci-dessus pour être <i>appliqué</i> pour chaque preset vérifié (sans destination déjà défini).";
|
||||
|
||||
$text['label-preset_new_years_day']['en-us'] = "New Year's Day";
|
||||
$text['label-preset_new_years_day']['es-cl'] = "Año Nuevo";
|
||||
$text['label-preset_new_years_day']['pt-pt'] = "Dia de Ano Novo";
|
||||
$text['label-preset_new_years_day']['fr-fr'] = "Nouvel an";
|
||||
|
||||
$text['label-preset_martin_luther_king_jr_day']['en-us'] = "Martin Luther King Jr. Day";
|
||||
$text['label-preset_martin_luther_king_jr_day']['es-cl'] = "Día de Martin Luther King Jr.";
|
||||
$text['label-preset_martin_luther_king_jr_day']['pt-pt'] = "Dia de Martin Luther King Jr.";
|
||||
$text['label-preset_martin_luther_king_jr_day']['fr-fr'] = "Martin Luther King Jr. Day";
|
||||
|
||||
$text['label-preset_presidents_day']['en-us'] = "Presidents Day";
|
||||
$text['label-preset_presidents_day']['es-cl'] = "Día de los Presidentes";
|
||||
$text['label-preset_presidents_day']['pt-pt'] = "Dia dos Presidentes";
|
||||
$text['label-preset_presidents_day']['fr-fr'] = "Presidents Day";
|
||||
|
||||
$text['label-preset_memorial_day']['en-us'] = "Memorial Day";
|
||||
$text['label-preset_memorial_day']['es-cl'] = "Día del Memorial";
|
||||
$text['label-preset_memorial_day']['pt-pt'] = "Dia do Memorial";
|
||||
$text['label-preset_memorial_day']['fr-fr'] = "Memorial Day";
|
||||
|
||||
$text['label-preset_independence_day']['en-us'] = "Independence Day";
|
||||
$text['label-preset_independence_day']['es-cl'] = "Día de la Independencia";
|
||||
$text['label-preset_independence_day']['pt-pt'] = "Dia da Independência";
|
||||
$text['label-preset_independence_day']['fr-fr'] = "Independence Day";
|
||||
|
||||
$text['label-preset_labor_day']['en-us'] = "Labor Day";
|
||||
$text['label-preset_labor_day']['es-cl'] = "Día del Trabajo";
|
||||
$text['label-preset_labor_day']['pt-pt'] = "Dia do Trabalho";
|
||||
$text['label-preset_labor_day']['fr-fr'] = "Labor Day";
|
||||
|
||||
$text['label-preset_columbus_day']['en-us'] = "Columbus Day";
|
||||
$text['label-preset_columbus_day']['es-cl'] = "Día de Colón";
|
||||
$text['label-preset_columbus_day']['pt-pt'] = "Dia de Colombo";
|
||||
$text['label-preset_columbus_day']['fr-fr'] = "Columbus Day";
|
||||
|
||||
$text['label-preset_veterans_day']['en-us'] = "Veteran's Day";
|
||||
$text['label-preset_veterans_day']['es-cl'] = "Día de los Veteranos";
|
||||
$text['label-preset_veterans_day']['pt-pt'] = "Dia dos Veteranos";
|
||||
$text['label-preset_veterans_day']['fr-fr'] = "Veteran's Day";
|
||||
|
||||
$text['label-preset_thanksgiving_day']['en-us'] = "Thanksgiving Day";
|
||||
$text['label-preset_thanksgiving_day']['es-cl'] = "Thanksgiving";
|
||||
$text['label-preset_thanksgiving_day']['pt-pt'] = "Thanksgiving";
|
||||
$text['label-preset_thanksgiving_day']['fr-fr'] = "Thanksgiving";
|
||||
|
||||
$text['label-preset_christmas_day']['en-us'] = "Christmas Day";
|
||||
$text['label-preset_christmas_day']['es-cl'] = "Navidad";
|
||||
$text['label-preset_christmas_day']['pt-pt'] = "Natal";
|
||||
$text['label-preset_christmas_day']['fr-fr'] = "Noël";
|
||||
|
||||
$text['label-year']['en-us'] = "Year";
|
||||
$text['label-year']['es-cl'] = "Año";
|
||||
$text['label-year']['pt-pt'] = "Ano";
|
||||
$text['label-year']['fr-fr'] = "Année";
|
||||
|
||||
$text['label-month']['en-us'] = "Month";
|
||||
$text['label-month']['es-cl'] = "Més";
|
||||
$text['label-month']['pt-pt'] = "Mês";
|
||||
$text['label-month']['fr-fr'] = "Mois";
|
||||
|
||||
$text['label-day-of-month']['en-us'] = "Day of Month";
|
||||
$text['label-day-of-month']['es-cl'] = "Día del Mes";
|
||||
$text['label-day-of-month']['pt-pt'] = "Dia do Mês";
|
||||
$text['label-day-of-month']['fr-fr'] = "Jour du Mois";
|
||||
|
||||
$text['label-day-of-week']['en-us'] = "Day of Week";
|
||||
$text['label-day-of-week']['es-cl'] = "Día de la Semana";
|
||||
$text['label-day-of-week']['pt-pt'] = "Dia da Semana";
|
||||
$text['label-day-of-week']['fr-fr'] = "Jour de la semaine";
|
||||
|
||||
$text['label-day-of-year']['en-us'] = "Day of Year";
|
||||
$text['label-day-of-year']['es-cl'] = "Día del Año";
|
||||
$text['label-day-of-year']['pt-pt'] = "Dia do Ano";
|
||||
$text['label-day-of-year']['fr-fr'] = "Jour de l'année";
|
||||
|
||||
$text['label-week-of-year']['en-us'] = "Week of Year";
|
||||
$text['label-week-of-year']['es-cl'] = "Semana del año";
|
||||
$text['label-week-of-year']['pt-pt'] = "Semana do ano";
|
||||
$text['label-week-of-year']['fr-fr'] = "Semaine de l'année";
|
||||
|
||||
$text['label-week-of-month']['en-us'] = "Week of Month";
|
||||
$text['label-week-of-month']['es-cl'] = "Semana del Mes";
|
||||
$text['label-week-of-month']['pt-pt'] = "Semana do Mês";
|
||||
$text['label-week-of-month']['fr-fr'] = "Semaine du Mois";
|
||||
|
||||
$text['label-hour-of-day']['en-us'] = "Hour of Day";
|
||||
$text['label-hour-of-day']['es-cl'] = "Hora del día";
|
||||
$text['label-hour-of-day']['pt-pt'] = "Hora do dia";
|
||||
$text['label-hour-of-day']['fr-fr'] = "Heure du jour";
|
||||
|
||||
$text['label-minute-of-hour']['en-us'] = "Minute of Hour";
|
||||
$text['label-minute-of-hour']['es-cl'] = "Minuto de horas";
|
||||
$text['label-minute-of-hour']['pt-pt'] = "Minuto de horas";
|
||||
$text['label-minute-of-hour']['fr-fr'] = "Minute Hour";
|
||||
|
||||
$text['label-minute-of-day']['en-us'] = "Minute of Day";
|
||||
$text['label-minute-of-day']['es-cl'] = "Minuto del Día";
|
||||
$text['label-minute-of-day']['pt-pt'] = "Minuto do Dia";
|
||||
$text['label-minute-of-day']['fr-fr'] = "Minute de la journée";
|
||||
|
||||
$text['label-time-of-day']['en-us'] = "Time of Day";
|
||||
$text['label-time-of-day']['es-cl'] = "Hora del día";
|
||||
$text['label-time-of-day']['pt-pt'] = "Hora do Dia";
|
||||
$text['label-time-of-day']['fr-fr'] = "Heure de la journée";
|
||||
|
||||
$text['label-time-of-day_minute']['en-us'] = "Minute";
|
||||
$text['label-time-of-day_minute']['es-cl'] = "Minuto";
|
||||
$text['label-time-of-day_minute']['pt-pt'] = "Minuto";
|
||||
$text['label-time-of-day_minute']['fr-fr'] = "Minute";
|
||||
|
||||
$text['label-time-of-day_hour']['en-us'] = "Hour";
|
||||
$text['label-time-of-day_hour']['es-cl'] = "Horas";
|
||||
$text['label-time-of-day_hour']['pt-pt'] = "Horas";
|
||||
$text['label-time-of-day_hour']['fr-fr'] = "Hour";
|
||||
|
||||
$text['label-date-and-time']['en-us'] = "Date & Time";
|
||||
$text['label-date-and-time']['es-cl'] = "Fecha y hora";
|
||||
$text['label-date-and-time']['pt-pt'] = "Data e Hora";
|
||||
$text['label-date-and-time']['fr-fr'] = "Date et heure";
|
||||
|
||||
$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-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-select_destination']['en-us'] = "Select Destination";
|
||||
$text['label-select_destination']['es-cl'] = "Seleccione Destino";
|
||||
$text['label-select_destination']['pt-pt'] = "Selecione um Destino";
|
||||
$text['label-select_destination']['fr-fr'] = "Choisissez une Destination";
|
||||
|
||||
$text['label-select_default_destination']['en-us'] = "Select Default Destination";
|
||||
$text['label-select_default_destination']['es-cl'] = "Seleccionar Destino Predeterminado";
|
||||
$text['label-select_default_destination']['pt-pt'] = "Selecione Padrão Destino";
|
||||
$text['label-select_default_destination']['fr-fr'] = "Sélectionnez Par défaut Destinations";
|
||||
|
||||
$text['label-alternate-destination']['en-us'] = "Alternate Destination";
|
||||
$text['label-alternate-destination']['es-cl'] = "Destino Alternativo";
|
||||
$text['label-alternate-destination']['pt-pt'] = "Destino Alternativo";
|
||||
$text['label-alternate-destination']['fr-fr'] = "Autre Destinations";
|
||||
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['es-cl'] = "Orden";
|
||||
$text['label-order']['pt-pt'] = "Ordem";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['es-cl'] = "Activado";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['es-cl'] = "Descripción";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$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['label-required-dialplan_name']['en-us'] = "Please provide: Extension Name";
|
||||
$text['label-required-dialplan_name']['es-cl'] = "Por favor indique: Nombre de Extensión";
|
||||
$text['label-required-dialplan_name']['pt-pt'] = "Por favor indique: Nome da Extensão";
|
||||
$text['label-required-dialplan_name']['fr-fr'] = "Merci d'indiquer: Nom de l'extension";
|
||||
|
||||
$text['label-required-dialplan_number']['en-us'] = "Please provide: Extension Number";
|
||||
$text['label-required-dialplan_number']['es-cl'] = "Por favor indique: Número de extensión";
|
||||
$text['label-required-dialplan_number']['pt-pt'] = "Por favor indique: Número da Extensão";
|
||||
$text['label-required-dialplan_number']['fr-fr'] = "Merci d'indiquer: Numéro de l'extension";
|
||||
|
||||
$text['label-required-action']['en-us'] = "Please provide: Destination";
|
||||
$text['label-required-action']['es-cl'] = "Por favor indique: Acción cuando sea Verdadeo";
|
||||
$text['label-required-action']['pt-pt'] = "Por favor indique: Acção quando Verdadeiro";
|
||||
$text['label-required-action']['fr-fr'] = "Merci d'indiquer: Action quand Vrai";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Complete";
|
||||
$text['message-update']['es-cl'] = "Actualización Completada";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['message-alternate_destination_required']['en-us'] = "Alternate Destination Required";
|
||||
$text['message-alternate_destination_required']['es-cl'] = "Destino Alternativo Requerido";
|
||||
$text['message-alternate_destination_required']['pt-pt'] = "Destino Alternativo Obrigatório";
|
||||
$text['message-alternate_destination_required']['fr-fr'] = "Autre Destination Requise";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Complete";
|
||||
$text['message-add']['es-cl'] = "Agregar Completado";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar este?";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['es-cl'] = "Eliminar Completado";
|
||||
$text['message-delete']['pt-pt'] = "Apagar Concluído";
|
||||
$text['message-delete']['fr-fr'] = "Supprimer Terminé"
|
||||
$text['title-time-conditions']['en-us'] = "Time Conditions";
|
||||
$text['title-time-conditions']['es-cl'] = "Condiciones Temporales";
|
||||
$text['title-time-conditions']['pt-pt'] = "Condições Temporais";
|
||||
$text['title-time-conditions']['fr-fr'] = "Conditions Temporelles";
|
||||
$text['title-time-conditions']['pt-br'] = "Condições temporarias";
|
||||
$text['title-time-conditions']['pl'] = "Warunki czasowe";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Complete";
|
||||
$text['message-update']['es-cl'] = "Actualización Completada";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
$text['message-update']['pt-br'] = "Atualização Efetuada";
|
||||
$text['message-update']['pl'] = "Zaktualizowano poprawnie";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['es-cl'] = "Eliminar Completado";
|
||||
$text['message-delete']['pt-pt'] = "Apagar Concluído";
|
||||
$text['message-delete']['fr-fr'] = "Supprimer Terminé";
|
||||
$text['message-delete']['pt-br'] = "Remoção Efetuada";
|
||||
$text['message-delete']['pl'] = "Usunięto poprawnie";
|
||||
|
||||
$text['message-alternate_destination_required']['en-us'] = "Alternate Destination Required";
|
||||
$text['message-alternate_destination_required']['es-cl'] = "Destino Alternativo Requerido";
|
||||
$text['message-alternate_destination_required']['pt-pt'] = "Destino Alternativo Obrigatório";
|
||||
$text['message-alternate_destination_required']['fr-fr'] = "Autre Destination Requise";
|
||||
$text['message-alternate_destination_required']['pt-br'] = "Destino alternativo obrigatório";
|
||||
$text['message-alternate_destination_required']['pl'] = "Wymagana jest alternatywna destynacja";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Complete";
|
||||
$text['message-add']['es-cl'] = "Agregar Completado";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['pt-br'] = "Criação Efetuada";
|
||||
$text['message-add']['pl'] = "Dodano poprawnie";
|
||||
|
||||
$text['label-year']['en-us'] = "Year";
|
||||
$text['label-year']['es-cl'] = "Año";
|
||||
$text['label-year']['pt-pt'] = "Ano";
|
||||
$text['label-year']['fr-fr'] = "Année";
|
||||
$text['label-year']['pt-br'] = "Ano";
|
||||
$text['label-year']['pl'] = "Rok";
|
||||
|
||||
$text['label-week-of-year']['en-us'] = "Week of Year";
|
||||
$text['label-week-of-year']['es-cl'] = "Semana del año";
|
||||
$text['label-week-of-year']['pt-pt'] = "Semana do ano";
|
||||
$text['label-week-of-year']['fr-fr'] = "Semaine de l'année";
|
||||
$text['label-week-of-year']['pt-br'] = "Semana do ano";
|
||||
$text['label-week-of-year']['pl'] = "Tydzień roku";
|
||||
|
||||
$text['label-week-of-month']['en-us'] = "Week of Month";
|
||||
$text['label-week-of-month']['es-cl'] = "Semana del Mes";
|
||||
$text['label-week-of-month']['pt-pt'] = "Semana do Mês";
|
||||
$text['label-week-of-month']['fr-fr'] = "Semaine du Mois";
|
||||
$text['label-week-of-month']['pt-br'] = "Semand do mês";
|
||||
$text['label-week-of-month']['pl'] = "Tydzień miesiąca";
|
||||
|
||||
$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-time-of-day_minute']['en-us'] = "Minute";
|
||||
$text['label-time-of-day_minute']['es-cl'] = "Minuto";
|
||||
$text['label-time-of-day_minute']['pt-pt'] = "Minuto";
|
||||
$text['label-time-of-day_minute']['fr-fr'] = "Minute";
|
||||
$text['label-time-of-day_minute']['pt-br'] = "Minuto";
|
||||
$text['label-time-of-day_minute']['pl'] = "Minuta";
|
||||
|
||||
$text['label-time-of-day_hour']['en-us'] = "Hour";
|
||||
$text['label-time-of-day_hour']['es-cl'] = "Horas";
|
||||
$text['label-time-of-day_hour']['pt-pt'] = "Horas";
|
||||
$text['label-time-of-day_hour']['fr-fr'] = "Hour";
|
||||
$text['label-time-of-day_hour']['pt-br'] = "Horas";
|
||||
$text['label-time-of-day_hour']['pl'] = "Godzina";
|
||||
|
||||
$text['label-time-of-day']['en-us'] = "Time of Day";
|
||||
$text['label-time-of-day']['es-cl'] = "Hora del día";
|
||||
$text['label-time-of-day']['pt-pt'] = "Hora do Dia";
|
||||
$text['label-time-of-day']['fr-fr'] = "Heure de la journée";
|
||||
$text['label-time-of-day']['pt-br'] = "Hora do dia";
|
||||
$text['label-time-of-day']['pl'] = "Pora dnia";
|
||||
|
||||
$text['label-template']['en-us'] = "Template";
|
||||
$text['label-template']['es-cl'] = "Plantilla";
|
||||
$text['label-template']['pt-pt'] = "Template";
|
||||
$text['label-template']['fr-fr'] = "Modèle";
|
||||
$text['label-template']['pt-br'] = "Template";
|
||||
$text['label-template']['pl'] = "Szablon";
|
||||
|
||||
$text['label-settings']['en-us'] = "Settings";
|
||||
$text['label-settings']['es-cl'] = "Ajustes";
|
||||
$text['label-settings']['pt-pt'] = "Definições";
|
||||
$text['label-settings']['fr-fr'] = "Paramètres";
|
||||
$text['label-settings']['pt-br'] = "Definições";
|
||||
$text['label-settings']['pl'] = "Ustawienia";
|
||||
|
||||
$text['label-select_destination']['en-us'] = "Select Destination";
|
||||
$text['label-select_destination']['es-cl'] = "Seleccione Destino";
|
||||
$text['label-select_destination']['pt-pt'] = "Selecione um Destino";
|
||||
$text['label-select_destination']['fr-fr'] = "Choisissez une Destination";
|
||||
$text['label-select_destination']['pt-br'] = "Selecione um destino";
|
||||
$text['label-select_destination']['pl'] = "Wybierz numer docelowy";
|
||||
|
||||
$text['label-select_default_destination']['en-us'] = "Select Default Destination";
|
||||
$text['label-select_default_destination']['es-cl'] = "Seleccionar Destino Predeterminado";
|
||||
$text['label-select_default_destination']['pt-pt'] = "Selecione Padrão Destino";
|
||||
$text['label-select_default_destination']['fr-fr'] = "Sélectionnez Par défaut Destinations";
|
||||
$text['label-select_default_destination']['pt-br'] = "Selecione padrão de destino";
|
||||
$text['label-select_default_destination']['pl'] = "Wybierz domyślny numer docelowy";
|
||||
|
||||
$text['label-required-dialplan_number']['en-us'] = "Please provide: Extension Number";
|
||||
$text['label-required-dialplan_number']['es-cl'] = "Por favor indique: Número de extensión";
|
||||
$text['label-required-dialplan_number']['pt-pt'] = "Por favor indique: Número da Extensão";
|
||||
$text['label-required-dialplan_number']['fr-fr'] = "Merci d'indiquer: Numéro de l'extension";
|
||||
$text['label-required-dialplan_number']['pt-br'] = "Por favor indique: O número da extensão";
|
||||
$text['label-required-dialplan_number']['pl'] = "Wprowadź: Numer wewnętrzny";
|
||||
|
||||
$text['label-required-dialplan_name']['en-us'] = "Please provide: Extension Name";
|
||||
$text['label-required-dialplan_name']['es-cl'] = "Por favor indique: Nombre de Extensión";
|
||||
$text['label-required-dialplan_name']['pt-pt'] = "Por favor indique: Nome da Extensão";
|
||||
$text['label-required-dialplan_name']['fr-fr'] = "Merci d'indiquer: Nom de l'extension";
|
||||
$text['label-required-dialplan_name']['pt-br'] = "Por favor indique: Nome da Extensão";
|
||||
$text['label-required-dialplan_name']['pl'] = "Wprowadź: Nazwę numeru wewnętrznego";
|
||||
|
||||
$text['label-required-action']['en-us'] = "Please provide: Destination";
|
||||
$text['label-required-action']['es-cl'] = "Por favor indique: Acción cuando sea Verdadeo";
|
||||
$text['label-required-action']['pt-pt'] = "Por favor indique: Acção quando Verdadeiro";
|
||||
$text['label-required-action']['fr-fr'] = "Merci d'indiquer: Action quand Vrai";
|
||||
$text['label-required-action']['pt-br'] = "Por favor indique: Ação quanto verdadeiro";
|
||||
$text['label-required-action']['pl'] = "Wprowadź: Numer docelowy";
|
||||
|
||||
$text['label-presets']['en-us'] = "Presets";
|
||||
$text['label-presets']['es-cl'] = "Presets";
|
||||
$text['label-presets']['pt-pt'] = "Presets";
|
||||
$text['label-presets']['fr-fr'] = "Présélections";
|
||||
$text['label-presets']['pt-br'] = "Atual";
|
||||
$text['label-presets']['pl'] = "Przykładowe ustawienia";
|
||||
|
||||
$text['label-preset_veterans_day']['en-us'] = "Veteran's Day";
|
||||
$text['label-preset_veterans_day']['es-cl'] = "Día de los Veteranos";
|
||||
$text['label-preset_veterans_day']['pt-pt'] = "Dia dos Veteranos";
|
||||
$text['label-preset_veterans_day']['fr-fr'] = "Veteran's Day";
|
||||
$text['label-preset_veterans_day']['pt-br'] = "Dia dos veteranos";
|
||||
$text['label-preset_veterans_day']['pl'] = "Dzień Weterana";
|
||||
|
||||
$text['label-preset_thanksgiving_day']['en-us'] = "Thanksgiving Day";
|
||||
$text['label-preset_thanksgiving_day']['es-cl'] = "Thanksgiving";
|
||||
$text['label-preset_thanksgiving_day']['pt-pt'] = "Thanksgiving";
|
||||
$text['label-preset_thanksgiving_day']['fr-fr'] = "Thanksgiving";
|
||||
$text['label-preset_thanksgiving_day']['pt-br'] = "Ação de graças";
|
||||
$text['label-preset_thanksgiving_day']['pl'] = "Święto Dziękczynienia";
|
||||
|
||||
$text['label-preset_presidents_day']['en-us'] = "Presidents Day";
|
||||
$text['label-preset_presidents_day']['es-cl'] = "Día de los Presidentes";
|
||||
$text['label-preset_presidents_day']['pt-pt'] = "Dia dos Presidentes";
|
||||
$text['label-preset_presidents_day']['fr-fr'] = "Presidents Day";
|
||||
$text['label-preset_presidents_day']['pt-br'] = "Descobrimento do brasil";
|
||||
$text['label-preset_presidents_day']['pl'] = "Dzień Prezydenta";
|
||||
|
||||
$text['label-preset_new_years_day']['en-us'] = "New Year's Day";
|
||||
$text['label-preset_new_years_day']['es-cl'] = "Año Nuevo";
|
||||
$text['label-preset_new_years_day']['pt-pt'] = "Dia de Ano Novo";
|
||||
$text['label-preset_new_years_day']['fr-fr'] = "Nouvel an";
|
||||
$text['label-preset_new_years_day']['pt-br'] = "Ano novo";
|
||||
$text['label-preset_new_years_day']['pl'] = "Nowy Rok";
|
||||
|
||||
$text['label-preset_memorial_day']['en-us'] = "Memorial Day";
|
||||
$text['label-preset_memorial_day']['es-cl'] = "Día del Memorial";
|
||||
$text['label-preset_memorial_day']['pt-pt'] = "Dia do Memorial";
|
||||
$text['label-preset_memorial_day']['fr-fr'] = "Memorial Day";
|
||||
$text['label-preset_memorial_day']['pt-br'] = "Corpus Crist";
|
||||
$text['label-preset_memorial_day']['pl'] = "Dzień Pamięci";
|
||||
|
||||
$text['label-preset_martin_luther_king_jr_day']['en-us'] = "Martin Luther King Jr. Day";
|
||||
$text['label-preset_martin_luther_king_jr_day']['es-cl'] = "Día de Martin Luther King Jr.";
|
||||
$text['label-preset_martin_luther_king_jr_day']['pt-pt'] = "Dia de Martin Luther King Jr.";
|
||||
$text['label-preset_martin_luther_king_jr_day']['fr-fr'] = "Martin Luther King Jr. Day";
|
||||
$text['label-preset_martin_luther_king_jr_day']['pt-br'] = "";
|
||||
$text['label-preset_martin_luther_king_jr_day']['pl'] = "Dzień Martina Lutera Kinga";
|
||||
|
||||
$text['label-preset_labor_day']['en-us'] = "Labor Day";
|
||||
$text['label-preset_labor_day']['es-cl'] = "Día del Trabajo";
|
||||
$text['label-preset_labor_day']['pt-pt'] = "Dia do Trabalho";
|
||||
$text['label-preset_labor_day']['fr-fr'] = "Labor Day";
|
||||
$text['label-preset_labor_day']['pt-br'] = "Dia do trabalho";
|
||||
$text['label-preset_labor_day']['pl'] = "Dzień Pracy";
|
||||
|
||||
$text['label-preset_independence_day']['en-us'] = "Independence Day";
|
||||
$text['label-preset_independence_day']['es-cl'] = "Día de la Independencia";
|
||||
$text['label-preset_independence_day']['pt-pt'] = "Dia da Independência";
|
||||
$text['label-preset_independence_day']['fr-fr'] = "Independence Day";
|
||||
$text['label-preset_independence_day']['pt-br'] = "Independência do Brasil";
|
||||
$text['label-preset_independence_day']['pl'] = "Dzień Niepodległości";
|
||||
|
||||
$text['label-preset_columbus_day']['en-us'] = "Columbus Day";
|
||||
$text['label-preset_columbus_day']['es-cl'] = "Día de Colón";
|
||||
$text['label-preset_columbus_day']['pt-pt'] = "Dia de Colombo";
|
||||
$text['label-preset_columbus_day']['fr-fr'] = "Columbus Day";
|
||||
$text['label-preset_columbus_day']['pt-br'] = "";
|
||||
$text['label-preset_columbus_day']['pl'] = "Dzień Kolumba";
|
||||
|
||||
$text['label-preset_christmas_day']['en-us'] = "Christmas Day";
|
||||
$text['label-preset_christmas_day']['es-cl'] = "Navidad";
|
||||
$text['label-preset_christmas_day']['pt-pt'] = "Natal";
|
||||
$text['label-preset_christmas_day']['fr-fr'] = "Noël";
|
||||
$text['label-preset_christmas_day']['pt-br'] = "Natal";
|
||||
$text['label-preset_christmas_day']['pl'] = "Boże Narodzenie";
|
||||
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['es-cl'] = "Orden";
|
||||
$text['label-order']['pt-pt'] = "Ordem";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
$text['label-order']['pt-br'] = "Ordenação";
|
||||
$text['label-order']['pl'] = "Kolejność";
|
||||
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['es-cl'] = "Número";
|
||||
$text['label-number']['pt-pt'] = "Número";
|
||||
$text['label-number']['fr-fr'] = "Numéro";
|
||||
$text['label-number']['pt-br'] = "Número";
|
||||
$text['label-number']['pl'] = "Numer";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['es-cl'] = "Nombre";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-name']['pt-br'] = "Nome";
|
||||
$text['label-name']['pl'] = "Nazwa";
|
||||
|
||||
$text['label-month']['en-us'] = "Month";
|
||||
$text['label-month']['es-cl'] = "Més";
|
||||
$text['label-month']['pt-pt'] = "Mês";
|
||||
$text['label-month']['fr-fr'] = "Mois";
|
||||
$text['label-month']['pt-br'] = "Mês";
|
||||
$text['label-month']['pl'] = "Miesiąc";
|
||||
|
||||
$text['label-minute-of-hour']['en-us'] = "Minute of Hour";
|
||||
$text['label-minute-of-hour']['es-cl'] = "Minuto de horas";
|
||||
$text['label-minute-of-hour']['pt-pt'] = "Minuto de horas";
|
||||
$text['label-minute-of-hour']['fr-fr'] = "Minute Hour";
|
||||
$text['label-minute-of-hour']['pt-br'] = "Minuto de horas";
|
||||
$text['label-minute-of-hour']['pl'] = "Minuta godziny";
|
||||
|
||||
$text['label-minute-of-day']['en-us'] = "Minute of Day";
|
||||
$text['label-minute-of-day']['es-cl'] = "Minuto del Día";
|
||||
$text['label-minute-of-day']['pt-pt'] = "Minuto do Dia";
|
||||
$text['label-minute-of-day']['fr-fr'] = "Minute de la journée";
|
||||
$text['label-minute-of-day']['pt-br'] = "Minuto do dia";
|
||||
$text['label-minute-of-day']['pl'] = "Minuta dnia";
|
||||
|
||||
$text['label-label']['en-us'] = "Label";
|
||||
$text['label-label']['es-cl'] = "Etiqueta";
|
||||
$text['label-label']['pt-pt'] = "Etiqueta";
|
||||
$text['label-label']['fr-fr'] = "étiquette";
|
||||
$text['label-label']['pt-br'] = "Etiqueta";
|
||||
$text['label-label']['pl'] = "Etykieta";
|
||||
|
||||
$text['label-hour-of-day']['en-us'] = "Hour of Day";
|
||||
$text['label-hour-of-day']['es-cl'] = "Hora del día";
|
||||
$text['label-hour-of-day']['pt-pt'] = "Hora do dia";
|
||||
$text['label-hour-of-day']['fr-fr'] = "Heure du jour";
|
||||
$text['label-hour-of-day']['pt-br'] = "Hora do dia";
|
||||
$text['label-hour-of-day']['pl'] = "Godzina dnia";
|
||||
|
||||
$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-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['es-cl'] = "Extensión";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-extension']['pt-br'] = "Ramal";
|
||||
$text['label-extension']['pl'] = "Numer wewnętrzny";
|
||||
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['es-cl'] = "Activado";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
$text['label-enabled']['pt-br'] = "Habilitado";
|
||||
$text['label-enabled']['pl'] = "Włączony";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['es-cl'] = "Descripción";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-description']['pt-br'] = "Descrição";
|
||||
$text['label-description']['pl'] = "Opis";
|
||||
|
||||
$text['label-day-of-year']['en-us'] = "Day of Year";
|
||||
$text['label-day-of-year']['es-cl'] = "Día del Año";
|
||||
$text['label-day-of-year']['pt-pt'] = "Dia do Ano";
|
||||
$text['label-day-of-year']['fr-fr'] = "Jour de l'année";
|
||||
$text['label-day-of-year']['pt-br'] = "Dia do ano";
|
||||
$text['label-day-of-year']['pl'] = "Dzień roku";
|
||||
|
||||
$text['label-day-of-week']['en-us'] = "Day of Week";
|
||||
$text['label-day-of-week']['es-cl'] = "Día de la Semana";
|
||||
$text['label-day-of-week']['pt-pt'] = "Dia da Semana";
|
||||
$text['label-day-of-week']['fr-fr'] = "Jour de la semaine";
|
||||
$text['label-day-of-week']['pt-br'] = "Dia da semana";
|
||||
$text['label-day-of-week']['pl'] = "Dzień tygodnia";
|
||||
|
||||
$text['label-day-of-month']['en-us'] = "Day of Month";
|
||||
$text['label-day-of-month']['es-cl'] = "Día del Mes";
|
||||
$text['label-day-of-month']['pt-pt'] = "Dia do Mês";
|
||||
$text['label-day-of-month']['fr-fr'] = "Jour du Mois";
|
||||
$text['label-day-of-month']['pt-br'] = "Dia do mês";
|
||||
$text['label-day-of-month']['pl'] = "Dzień miesiąca";
|
||||
|
||||
$text['label-date-and-time']['en-us'] = "Date & Time";
|
||||
$text['label-date-and-time']['es-cl'] = "Fecha y hora";
|
||||
$text['label-date-and-time']['pt-pt'] = "Data e Hora";
|
||||
$text['label-date-and-time']['fr-fr'] = "Date et heure";
|
||||
$text['label-date-and-time']['pt-br'] = "Data e hora";
|
||||
$text['label-date-and-time']['pl'] = "Data i godzina";
|
||||
|
||||
$text['label-context']['en-us'] = "Context";
|
||||
$text['label-context']['es-cl'] = "Contexto";
|
||||
$text['label-context']['pt-pt'] = "Contexto";
|
||||
$text['label-context']['fr-fr'] = "Contexte";
|
||||
$text['label-context']['pt-br'] = "Contexto";
|
||||
$text['label-context']['pl'] = "Kontekst";
|
||||
|
||||
$text['label-conditions']['en-us'] = "Conditions";
|
||||
$text['label-conditions']['es-cl'] = "Condición";
|
||||
$text['label-conditions']['pt-pt'] = "Condição";
|
||||
$text['label-conditions']['fr-fr'] = "état";
|
||||
$text['label-conditions']['pt-br'] = "Condição";
|
||||
$text['label-conditions']['pl'] = "Warunki";
|
||||
|
||||
$text['label-condition_value']['en-us'] = "Value";
|
||||
$text['label-condition_value']['es-cl'] = "Valor";
|
||||
$text['label-condition_value']['pt-pt'] = "Valor";
|
||||
$text['label-condition_value']['fr-fr'] = "Valeur";
|
||||
$text['label-condition_value']['pt-br'] = "Valor";
|
||||
$text['label-condition_value']['pl'] = "Wartość";
|
||||
|
||||
$text['label-condition_range']['en-us'] = "Range";
|
||||
$text['label-condition_range']['es-cl'] = "Rango";
|
||||
$text['label-condition_range']['pt-pt'] = "Range";
|
||||
$text['label-condition_range']['fr-fr'] = "Range";
|
||||
$text['label-condition_range']['pt-br'] = "Condição da extensão";
|
||||
$text['label-condition_range']['pl'] = "Zakres";
|
||||
|
||||
$text['label-condition_parameter']['en-us'] = "Parameter";
|
||||
$text['label-condition_parameter']['es-cl'] = "Parámetro";
|
||||
$text['label-condition_parameter']['pt-pt'] = "Parâmetro";
|
||||
$text['label-condition_parameter']['fr-fr'] = "Paramètre";
|
||||
$text['label-condition_parameter']['pt-br'] = "Parâmetro";
|
||||
$text['label-condition_parameter']['pl'] = "Parametr";
|
||||
|
||||
$text['label-condition']['en-us'] = "Condition";
|
||||
$text['label-condition']['es-cl'] = "Condiciones";
|
||||
$text['label-condition']['pt-pt'] = "Condições";
|
||||
$text['label-condition']['fr-fr'] = "état";
|
||||
$text['label-condition']['pt-br'] = "Condições";
|
||||
$text['label-condition']['pl'] = "Warunek";
|
||||
|
||||
$text['label-alternate-destination']['en-us'] = "Alternate Destination";
|
||||
$text['label-alternate-destination']['es-cl'] = "Destino Alternativo";
|
||||
$text['label-alternate-destination']['pt-pt'] = "Destino Alternativo";
|
||||
$text['label-alternate-destination']['fr-fr'] = "Autre Destinations";
|
||||
$text['label-alternate-destination']['pt-br'] = "Destino alternativo";
|
||||
$text['label-alternate-destination']['pl'] = "Alternatywna destynacja";
|
||||
|
||||
$text['header-time_conditions']['en-us'] = "Time Conditions";
|
||||
$text['header-time_conditions']['es-cl'] = "Condiciones de Tiempo";
|
||||
$text['header-time_conditions']['pt-pt'] = "Condições Temporais";
|
||||
$text['header-time_conditions']['fr-fr'] = "Conditions Temporelles";
|
||||
$text['header-time_conditions']['pt-br'] = "Condições Temporarias";
|
||||
$text['header-time_conditions']['pl'] = "Warunki czasowe";
|
||||
|
||||
$text['description-time_conditions']['en-us'] = "Dynamically route calls to an IVR menu, external numbers, scripts, or other destinations based on time conditions.";
|
||||
$text['description-time_conditions']['es-cl'] = "Ruta dinámicamente llama a un menú IVR, números externos, guiones u otros destinos basados en las condiciones de tiempo.";
|
||||
$text['description-time_conditions']['pt-pt'] = "Rota dinamicamente as chamadas para um menu IVR, números externos, scripts ou outros destinos com base nas condições de tempo.";
|
||||
$text['description-time_conditions']['fr-fr'] = "Dynamiquement acheminer les appels à un menu IVR, numéros externes, scripts, ou d'autres destinations en fonction des conditions de temps.";
|
||||
$text['description-time_conditions']['pt-br'] = "As condições temporárias encaminham as chamadas com base no tempo. Podem ser usadas para enviar chamadas para menus de IVR, números externos, scripts ou outros destinos.";
|
||||
$text['description-time_conditions']['pl'] = "Przesyłaj rozmowy dynamicznie do menu zapowiedzi głosowych (IVR), numerów zewnętrznych, skryptów lub innych miejsc na podstawie warunków czasowych.";
|
||||
|
||||
$text['description-template']['en-us'] = "The templates provides a list of preset time conditions.";
|
||||
$text['description-template']['es-cl'] = "Las plantillas ofrecen una lista de condiciones preestablecidas.";
|
||||
$text['description-template']['pt-pt'] = "Os templates oferecem uma lista condições temporais.";
|
||||
$text['description-template']['fr-fr'] = "Le modèle fourni une liste de présélection.";
|
||||
$text['description-template']['pt-br'] = "Os templates oferecem uma lista de condições temporárias";
|
||||
$text['description-template']['pl'] = "Szablony zawierają listę zaprogramowanych warunków czasowych.";
|
||||
|
||||
$text['description-settings']['en-us'] = "Define custom conditions necessary to execute the destination selected above.";
|
||||
$text['description-settings']['es-cl'] = "Definir las condiciones personalizados necesarios para ejecutar el destino seleccionado anteriormente.";
|
||||
$text['description-settings']['pt-pt'] = "Definir condições personalizadas necessárias para executar o destino selecionado acima.";
|
||||
$text['description-settings']['fr-fr'] = "Définir les conditions nécessaires pour exécuter la destination sélectionnée ci-dessus personnalisés.";
|
||||
$text['description-settings']['pt-br'] = "Definir condições personalizadas necessárias para executar o destino selecionado acima. ";
|
||||
$text['description-settings']['pl'] = "Zdefiniuj swoje warunki, które są niezbędne do przesłania rozmowy do wybranego powyżej celu.";
|
||||
|
||||
$text['description-presets_advanced']['en-us'] = "Select a Default Destination above to be <i>applied</i> to each preset checked (without a destination already defined).";
|
||||
$text['description-presets_advanced']['es-cl'] = "Seleccione un destino predeterminado por encima de ser <i>apliqué</i> para cada preset facturado (sin destino ya definido).";
|
||||
$text['description-presets_advanced']['pt-pt'] = "Selecione um destino padrão acima para ser <i>aplicado</i> para cada predefinição marcada (sem um destino já definido).";
|
||||
$text['description-presets_advanced']['fr-fr'] = "Sélectionnez une destination par défaut ci-dessus pour être <i>appliqué</i> pour chaque preset vérifié (sans destination déjà défini).";
|
||||
$text['description-presets_advanced']['pt-br'] = "Selecione um destino padrão acima para ser aplicado para cada predefinição marcada (sem um destino já definido). ";
|
||||
$text['description-presets_advanced']['pl'] = "Powyżej wybierz domyślna destynację, która zostanie przypisana do każdego wcześniej zdefiniowanego szablonu, do którego jeszcze nie została przypisana żadna destynacja.";
|
||||
|
||||
$text['description-presets']['en-us'] = "Select from available presets. Click a preset name to further customize the conditions and/or destination of each.";
|
||||
$text['description-presets']['es-cl'] = "Choisissez parmi préréglages disponibles. Cliquez sur un nom prédéfini pour personnaliser davantage les conditions et/ou la destination de chacun.";
|
||||
$text['description-presets']['pt-pt'] = "Selecione a partir de predefinições disponíveis. Clique em um nome pré-definido para personalizar ainda mais as condições e/ou destino de cada um.";
|
||||
$text['description-presets']['fr-fr'] = "Choisissez parmi préréglages disponibles. Cliquez sur un nom prédéfini pour personnaliser davantage les conditions et/ou la destination de chacun.";
|
||||
$text['description-presets']['pt-br'] = "Selecione a partir de configurações disponíveis. Clique em um nome pré-definido para personalizar ainda mais as condições e/ou destino de cada um. ";
|
||||
$text['description-presets']['pl'] = " Wybierz wcześniej zdefiniowany szablon. Kliknij na nazwę, aby móc go dostosować do własnych potrzeb (warunki i destynacje).";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter the name for the time condition.";
|
||||
$text['description-name']['es-cl'] = "Introduzca un nombre para esta condición.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome da condição temporal.";
|
||||
$text['description-name']['fr-fr'] = "Choisir un nom pour cette condition temporelle.";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do menu";
|
||||
$text['description-name']['pl'] = "Wprowadź nazwę";
|
||||
|
||||
$text['description-extension']['en-us'] = "Enter the extension number.";
|
||||
$text['description-extension']['es-cl'] = "Introduzca un número de extensión.";
|
||||
$text['description-extension']['pt-pt'] = "Introduza o número da extensão.";
|
||||
$text['description-extension']['fr-fr'] = "Choisir le numéro d'extension.";
|
||||
$text['description-extension']['pt-br'] = "Atribua a extensão e números ao dispositivo";
|
||||
$text['description-extension']['pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar este?";
|
||||
$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['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-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-dialplan']['en-us'] = "Dialplan";
|
||||
$text['button-dialplan']['es-cl'] = "Agregar Plan de Marcado";
|
||||
$text['button-dialplan']['pt-pt'] = "Dialplan";
|
||||
$text['button-dialplan']['fr-fr'] = "Plan de num";
|
||||
$text['button-dialplan']['pt-br'] = "Dialplan";
|
||||
$text['button-dialplan']['pl'] = "Dialplan ";
|
||||
|
||||
$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-advanced']['en-us'] = "Advanced";
|
||||
$text['button-advanced']['es-cl'] = "Avanzado";
|
||||
$text['button-advanced']['pt-pt'] = "Avancé";
|
||||
$text['button-advanced']['fr-fr'] = "Avançado";
|
||||
$text['button-advanced']['pt-br'] = "Avançar";
|
||||
$text['button-advanced']['pl'] = "Zaawansowany";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user