2013-05-29 06:34:28 +02:00
< ? php
2012-11-24 23:59:08 +01:00
2013-05-06 22:30:51 +02:00
// main
2013-10-01 13:35:07 +02:00
$text [ 'title-dialplan-inbound-add' ][ 'en-us' ] = " Inbound Call Routing " ;
2014-02-14 19:37:58 +01:00
$text [ 'title-dialplan-inbound-add' ][ 'es-cl' ] = " Ruteo de Llamadas Entrantes " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-dialplan-inbound-add' ][ 'pt-pt' ] = " Encaminhamento de chamadas de entrada " ;
2013-09-30 15:19:40 +02:00
$text [ 'title-dialplan-inbound-add' ][ 'fr-fr' ] = " Routage des appels entrant " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'description-dialplan-inbound-add' ][ 'en-us' ] = " The public dialplan is used to route incoming calls to destinations based on one or more conditions and context. It can send incoming calls to an auto attendant, huntgroup, extension, external number, or a script. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-dialplan-inbound-add' ][ 'es-cl' ] = " El plan de marcado público es usado para dirigir llamadas entrantes a destinos basados en una o más condiciones y contexto. Puede enviar llamadas entrantes a un IVR, grupo, extensión, número externo o un script " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-dialplan-inbound-add' ][ 'pt-pt' ] = " O dialplan público é usado para encaminhar chamadas de entrada para destinos baseados em uma ou mais condições. As chamadas de entrada podem ser enviadas para um atendimento automático, um huntgroup, uma extensão, um número externo, ou um script. " ;
2014-01-23 22:15:49 +01:00
$text [ 'description-dialplan-inbound-add' ][ 'fr-fr' ] = " Le plan de numérotation public est utilisé pour acheminer les appels aux destinations en se basant sur une ou plusieurs conditions ou contextes. Les appels peuvent être acheminé au opératrices auto, groupements, extensions, numéro externe ou script. " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-access-denied' ][ 'en-us' ] = " access denied " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-access-denied' ][ 'es-cl' ] = " acceso denegado " ;
2014-02-25 23:49:35 +01:00
$text [ 'label-access-denied' ][ 'pt-pt' ] = " acesso negado " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-access-denied' ][ 'fr-fr' ] = " accès refusé " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'button-back' ][ 'en-us' ] = " Back " ;
2014-02-14 19:37:58 +01:00
$text [ 'button-back' ][ 'es-cl' ] = " Volver " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-back' ][ 'pt-pt' ] = " Voltar " ;
2013-09-30 15:19:40 +02:00
$text [ 'button-back' ][ 'fr-fr' ] = " Retour " ;
2012-11-24 23:59:08 +01:00
2013-05-06 22:30:51 +02:00
// basic
2013-10-01 13:35:07 +02:00
$text [ 'button-basic' ][ 'en-us' ] = " Basic " ;
2014-02-14 19:37:58 +01:00
$text [ 'button-basic' ][ 'es-cl' ] = " Básico " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-basic' ][ 'pt-pt' ] = " Básico " ;
2013-09-30 15:19:40 +02:00
$text [ 'button-basic' ][ 'fr-fr' ] = " Basique " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-name' ][ 'en-us' ] = " Name " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-name' ][ 'es-cl' ] = " Nombre " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-name' ][ 'pt-pt' ] = " Nome " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-name' ][ 'fr-fr' ] = " Nom " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'description-name' ][ 'en-us' ] = " Please enter an inbound route name. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-name' ][ 'es-cl' ] = " Por favor infrese un nombre de ruta entrante. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-name' ][ 'pt-pt' ] = " Por favor introduza um nome para a rota de entrada. " ;
2013-09-30 15:19:40 +02:00
$text [ 'description-name' ][ 'fr-fr' ] = " Merci d'entrer le nom d'une route entrante " ;
2012-11-24 23:59:08 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-destination-number' ][ 'en-us' ] = " Destination Number " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-destination-number' ][ 'es-cl' ] = " Número de destino " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-destination-number' ][ 'pt-pt' ] = " Número de Destino " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-destination-number' ][ 'fr-fr' ] = " Numéro de Destination " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-select-inbound-destination-number' ][ 'en-us' ] = " Select the inbound destination number. " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-select-inbound-destination-number' ][ 'es-cl' ] = " Seleccione el número de destino entrante. " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-select-inbound-destination-number' ][ 'pt-pt' ] = " Escolha um número de entrada. " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-select-inbound-destination-number' ][ 'fr-fr' ] = " " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'button-add' ][ 'en-us' ] = " Add " ;
2014-02-14 19:37:58 +01:00
$text [ 'button-add' ][ 'es-cl' ] = " Agregar " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-add' ][ 'pt-pt' ] = " Adicionar " ;
2013-09-30 15:19:40 +02:00
$text [ 'button-add' ][ 'fr-fr' ] = " Ajouter " ;
2012-11-24 23:59:08 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-action' ][ 'en-us' ] = " Action " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-action' ][ 'es-cl' ] = " Acción " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-action' ][ 'pt-pt' ] = " Acção " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-action' ][ 'fr-fr' ] = " Action " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-limit' ][ 'en-us' ] = " Limit " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-limit' ][ 'es-cl' ] = " Límite " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-limit' ][ 'pt-pt' ] = " Limite " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-limit' ][ 'fr-fr' ] = " Limite " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-order' ][ 'en-us' ] = " Order " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-order' ][ 'es-cl' ] = " Orden " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-order' ][ 'pt-pt' ] = " Ordem " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-order' ][ 'fr-fr' ] = " Ordre " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-enabled' ][ 'en-us' ] = " Enabled " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-enabled' ][ 'es-cl' ] = " Activado " ;
2014-02-25 23:49:35 +01:00
$text [ 'label-enabled' ][ 'pt-pt' ] = " Habilitado " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-enabled' ][ 'fr-fr' ] = " Actif " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-true' ][ 'en-us' ] = " True " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-true' ][ 'es-cl' ] = " Verdadero " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-true' ][ 'pt-pt' ] = " Sim " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-true' ][ 'fr-fr' ] = " Oui " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-false' ][ 'en-us' ] = " False " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-false' ][ 'es-cl' ] = " Falso " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-false' ][ 'pt-pt' ] = " Não " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-false' ][ 'fr-fr' ] = " Non " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-description' ][ 'en-us' ] = " Description " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-description' ][ 'es-cl' ] = " Descripción " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-description' ][ 'pt-pt' ] = " Descrição " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-description' ][ 'fr-fr' ] = " Description " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
2013-05-06 22:30:51 +02:00
// advanced
2013-10-01 13:35:07 +02:00
$text [ 'button-advanced' ][ 'en-us' ] = " Advanced " ;
2014-02-14 19:37:58 +01:00
$text [ 'button-advanced' ][ 'es-cl' ] = " Avanzado " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-advanced' ][ 'pt-pt' ] = " Avançadas " ;
2013-09-30 15:19:40 +02:00
$text [ 'button-advanced' ][ 'fr-fr' ] = " Avancé " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-condition_1' ][ 'en-us' ] = " Condition 1 " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-condition_1' ][ 'es-cl' ] = " Condición 1 " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-condition_1' ][ 'pt-pt' ] = " Condição 1 " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-condition_1' ][ 'fr-fr' ] = " Condition 1 " ;
2012-11-24 23:59:08 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-condition_2' ][ 'en-us' ] = " Condition 2 " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-condition_2' ][ 'es-cl' ] = " Condición 2 " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-condition_2' ][ 'pt-pt' ] = " Condição 2 " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-condition_2' ][ 'fr-fr' ] = " Condition 2 " ;
2012-11-24 23:59:08 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-action_1' ][ 'en-us' ] = " Action 1 " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-action_1' ][ 'es-cl' ] = " Acción 1 " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-action_1' ][ 'pt-pt' ] = " Acção 1 " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-action_1' ][ 'fr-fr' ] = " Action 1 " ;
2012-11-24 23:59:08 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-action_2' ][ 'en-us' ] = " Action 2 " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-action_2' ][ 'es-cl' ] = " Acción 2 " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-action_2' ][ 'pt-pt' ] = " Acção 2 " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-action_2' ][ 'fr-fr' ] = " Action 2 " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-field' ][ 'en-us' ] = " Field " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-field' ][ 'es-cl' ] = " Campo " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-field' ][ 'pt-pt' ] = " Campo " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-field' ][ 'fr-fr' ] = " Champs " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-expression' ][ 'en-us' ] = " Expression " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-expression' ][ 'es-cl' ] = " Expresión " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-expression' ][ 'pt-pt' ] = " Expressão " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-expression' ][ 'fr-fr' ] = " Expression " ;
2012-11-24 23:59:08 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'option-context' ][ 'en-us' ] = " Context " ;
2014-02-14 19:37:58 +01:00
$text [ 'option-context' ][ 'es-cl' ] = " Contexto " ;
2013-10-18 00:06:01 +02:00
$text [ 'option-context' ][ 'pt-pt' ] = " Contexto " ;
2013-09-30 15:19:40 +02:00
$text [ 'option-context' ][ 'fr-fr' ] = " Contexte " ;
2013-05-29 06:34:28 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'option-username' ][ 'en-us' ] = " Username " ;
2014-02-14 19:37:58 +01:00
$text [ 'option-username' ][ 'es-cl' ] = " Nombre de usuario " ;
2013-10-18 00:06:01 +02:00
$text [ 'option-username' ][ 'pt-pt' ] = " Nome de Utilizador " ;
2013-09-30 15:19:40 +02:00
$text [ 'option-username' ][ 'fr-fr' ] = " Utilisateur " ;
2013-05-29 06:34:28 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'option-rdnis' ][ 'en-us' ] = " RDNIS " ;
2014-02-14 19:37:58 +01:00
$text [ 'option-rdnis' ][ 'es-cl' ] = " RDNIS " ;
2013-10-18 00:06:01 +02:00
$text [ 'option-rdnis' ][ 'pt-pt' ] = " RDNIS " ;
2013-09-30 15:19:40 +02:00
$text [ 'option-rdnis' ][ 'fr-fr' ] = " RDNIS " ;
2013-05-29 06:34:28 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'option-destination_number' ][ 'en-us' ] = " Destination Number " ;
2014-02-14 19:37:58 +01:00
$text [ 'option-destination_number' ][ 'es-cl' ] = " Número de Destino " ;
2013-10-18 00:06:01 +02:00
$text [ 'option-destination_number' ][ 'pt-pt' ] = " Número de Destino " ;
2013-09-30 15:19:40 +02:00
$text [ 'option-destination_number' ][ 'fr-fr' ] = " Numéro de Destination " ;
2013-05-29 06:34:28 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'option-public' ][ 'en-us' ] = " Public " ;
2014-02-14 19:37:58 +01:00
$text [ 'option-public' ][ 'es-cl' ] = " Público " ;
2013-10-18 00:06:01 +02:00
$text [ 'option-public' ][ 'pt-pt' ] = " Público " ;
2013-09-30 15:19:40 +02:00
$text [ 'option-public' ][ 'fr-fr' ] = " " ;
2013-05-29 06:34:28 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'option-caller_id_name' ][ 'en-us' ] = " Caller ID Name " ;
2014-02-14 19:37:58 +01:00
$text [ 'option-caller_id_name' ][ 'es-cl' ] = " Nombre de Caller ID " ;
2014-02-25 23:49:35 +01:00
$text [ 'option-caller_id_name' ][ 'pt-pt' ] = " Nome do Chamador " ;
2013-09-30 15:19:40 +02:00
$text [ 'option-caller_id_name' ][ 'fr-fr' ] = " Nom d'appelant " ;
2013-05-29 06:34:28 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'option-caller_id_number' ][ 'en-us' ] = " Caller ID Number " ;
2014-02-14 19:37:58 +01:00
$text [ 'option-caller_id_number' ][ 'es-cl' ] = " Número de Caller ID " ;
2014-02-25 23:49:35 +01:00
$text [ 'option-caller_id_number' ][ 'pt-pt' ] = " Número do Chamador " ;
2013-09-30 15:19:40 +02:00
$text [ 'option-caller_id_number' ][ 'fr-fr' ] = " Numéro d'appelant " ;
2013-05-29 06:34:28 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'option-ani' ][ 'en-us' ] = " ANI " ;
2014-02-14 19:37:58 +01:00
$text [ 'option-ani' ][ 'es-cl' ] = " ANI " ;
2013-10-18 00:06:01 +02:00
$text [ 'option-ani' ][ 'pt-pt' ] = " ANI " ;
2013-09-30 15:19:40 +02:00
$text [ 'option-ani' ][ 'fr-fr' ] = " ANI " ;
2013-05-29 06:34:28 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'option-ani2' ][ 'en-us' ] = " ANI2 " ;
2014-02-14 19:37:58 +01:00
$text [ 'option-ani2' ][ 'es-cl' ] = " ANI2 " ;
2013-10-18 00:06:01 +02:00
$text [ 'option-ani2' ][ 'pt-pt' ] = " ANI2 " ;
2013-09-30 15:19:40 +02:00
$text [ 'option-ani2' ][ 'fr-fr' ] = " ANI2 " ;
2013-05-29 06:34:28 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'option-uuid' ][ 'en-us' ] = " UUID " ;
2014-02-14 19:37:58 +01:00
$text [ 'option-uuid' ][ 'es-cl' ] = " UUID " ;
2013-10-18 00:06:01 +02:00
$text [ 'option-uuid' ][ 'pt-pt' ] = " UUID " ;
2013-09-30 15:19:40 +02:00
$text [ 'option-uuid' ][ 'fr-fr' ] = " UUID " ;
2013-05-29 06:34:28 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'option-source' ][ 'en-us' ] = " Source " ;
2014-02-14 19:37:58 +01:00
$text [ 'option-source' ][ 'es-cl' ] = " Fuente " ;
2013-10-18 00:06:01 +02:00
$text [ 'option-source' ][ 'pt-pt' ] = " Fonte " ;
2013-09-30 15:19:40 +02:00
$text [ 'option-source' ][ 'fr-fr' ] = " Source " ;
2013-05-29 06:34:28 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'option-chan_name' ][ 'en-us' ] = " Channel Name " ;
2014-02-14 19:37:58 +01:00
$text [ 'option-chan_name' ][ 'es-cl' ] = " Nombre de Canal " ;
2013-10-18 00:06:01 +02:00
$text [ 'option-chan_name' ][ 'pt-pt' ] = " Nome do Canal " ;
2013-09-30 15:19:40 +02:00
$text [ 'option-chan_name' ][ 'fr-fr' ] = " Nom de canal " ;
2013-05-29 06:34:28 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'option-network_addr' ][ 'en-us' ] = " Network Address " ;
2014-02-14 19:37:58 +01:00
$text [ 'option-network_addr' ][ 'es-cl' ] = " Dirección de Red " ;
2013-10-18 00:06:01 +02:00
$text [ 'option-network_addr' ][ 'pt-pt' ] = " Endereço de Rede " ;
2013-09-30 15:19:40 +02:00
$text [ 'option-network_addr' ][ 'fr-fr' ] = " Adresse Réseau " ;
2013-05-29 06:34:28 +02:00
2013-05-06 22:30:51 +02:00
// general
2013-10-01 13:35:07 +02:00
$text [ 'button-save' ][ 'en-us' ] = " Save " ;
2014-02-14 19:37:58 +01:00
$text [ 'button-save' ][ 'es-cl' ] = " Guardar " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-save' ][ 'pt-pt' ] = " Guardar " ;
2013-09-30 15:19:40 +02:00
$text [ 'button-save' ][ 'fr-fr' ] = " Sauvegarde " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-required-domain_uuid' ][ 'en-us' ] = " Please provide: domain_uuid " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-required-domain_uuid' ][ 'es-cl' ] = " Por favor indique: domain_uuid " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-required-domain_uuid' ][ 'pt-pt' ] = " Por favor indique: domain_uuid " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-required-domain_uuid' ][ 'fr-fr' ] = " Merci d'indiquer: domain_uuid " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-required-dialplan_name' ][ 'en-us' ] = " Please provide: Extension Name " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-required-dialplan_name' ][ 'es-cl' ] = " Por favor indique: Nombre Extensión " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-required-dialplan_name' ][ 'pt-pt' ] = " Por favor indique: Nome da Extensão " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-required-dialplan_name' ][ 'fr-fr' ] = " Merci d'indiquer: Nom d'extension " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-required-condition_field_1' ][ 'en-us' ] = " Please provide: Condition Field " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-required-condition_field_1' ][ 'es-cl' ] = " Por favor indique: Campo de Condición " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-required-condition_field_1' ][ 'pt-pt' ] = " Por favor indique: Condição " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-required-condition_field_1' ][ 'fr-fr' ] = " Merci d'indiquer: Champs Condition " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-required-condition_expression_1' ][ 'en-us' ] = " Please provide: Condition Expression " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-required-condition_expression_1' ][ 'es-cl' ] = " Por favor indique: Expresión de Condición " ;
2014-02-25 23:49:35 +01:00
$text [ 'label-required-condition_expression_1' ][ 'pt-pt' ] = " Por favor indique: Expressão para Condição " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-required-condition_expression_1' ][ 'fr-fr' ] = " Merci d'indiquer: Expression Condition " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-required-action_application_1' ][ 'en-us' ] = " Please provide: Action Application " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-required-action_application_1' ][ 'es-cl' ] = " Por favor indique: Aplicación de Acción " ;
2014-02-25 23:49:35 +01:00
$text [ 'label-required-action_application_1' ][ 'pt-pt' ] = " Por favor indique: Acção para Aplicação " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-required-action_application_1' ][ 'fr-fr' ] = " Merci d'indiquer: Application Action " ;
2013-05-06 22:30:51 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'confirm-update-complete' ][ 'en-us' ] = " Update Complete " ;
2014-02-14 19:37:58 +01:00
$text [ 'confirm-update-complete' ][ 'es-cl' ] = " Actualización Completa " ;
2013-10-18 00:06:01 +02:00
$text [ 'confirm-update-complete' ][ 'pt-pt' ] = " Actualização Efectuada " ;
2013-09-30 15:19:40 +02:00
$text [ 'confirm-update-complete' ][ 'fr-fr' ] = " Mis à jour " ;
2012-11-24 23:59:08 +01:00
2013-09-30 15:19:40 +02:00
?>