2012-12-23 09:27:02 +01:00
< ? php
2013-10-01 13:35:07 +02:00
$text [ 'title-gateways' ][ 'en-us' ] = " Gateways " ;
2014-02-14 19:37:58 +01:00
$text [ 'title-gateways' ][ 'es-cl' ] = " Pasarelas " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-gateways' ][ 'pt-pt' ] = " Gateways " ;
2013-10-01 13:35:07 +02:00
$text [ 'title-gateways' ][ 'fr-fr' ] = " Passerelles " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'title-gateway' ][ 'en-us' ] = " Gateway " ;
2014-02-14 19:37:58 +01:00
$text [ 'title-gateway' ][ 'es-cl' ] = " Pasarela " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-gateway' ][ 'pt-pt' ] = " Gateway " ;
2013-10-01 13:35:07 +02:00
$text [ 'title-gateway' ][ 'fr-fr' ] = " Passerelle " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-gateway' ][ 'en-us' ] = " Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-gateway' ][ 'es-cl' ] = " Las pasarelas proveen acceso a otras redes de voz. Pueden ser provedores u otro sistema que requiera registo SIP. " ;
2014-02-25 23:49:35 +01:00
$text [ 'description-gateway' ][ 'pt-pt' ] = " Os Gateways oferecem acesso a outras redes de voz. Podem pertencer a operadores de voz ou outros sistmas que requeiram registos SIP. " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-gateway' ][ 'fr-fr' ] = " Les passerelles permettent l'accès aux autres réseaux voix. Ceux-ci pouvant être des fournisseurs d'accès ou tout autre système nécessitant un enregistrement SIP. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-gateway-edit' ][ 'en-us' ] = " Defines a connections to a SIP Provider or another SIP server. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-gateway-edit' ][ 'es-cl' ] = " Define una conexión con un proveedor SIP u otro servidor SIP. " ;
2014-02-25 23:49:35 +01:00
$text [ 'description-gateway-edit' ][ 'pt-pt' ] = " Define uma ligação a um operador SIP ou outro servidor SIP. " ;
2014-01-23 22:15:49 +01:00
$text [ 'description-gateway-edit' ][ 'fr-fr' ] = " Défini une connexion à un fournisseur SIP ou un autre serveur SIP. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-gateway' ][ 'en-us' ] = " Gateway " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-gateway' ][ 'es-cl' ] = " Pasarela " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-gateway' ][ 'pt-pt' ] = " Gateway " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-gateway' ][ 'fr-fr' ] = " Passerelle " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-gateway-name' ][ 'en-us' ] = " Enter the gateway name here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-gateway-name' ][ 'es-cl' ] = " Ingrese el nombre de la pasarela aquí " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-gateway-name' ][ 'pt-pt' ] = " Introduzir o nome do gateway aqui. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-gateway-name' ][ 'fr-fr' ] = " Mettre ici le nom de la passerelle. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-username' ][ 'en-us' ] = " Username " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-username' ][ 'es-cl' ] = " Nombre de Usuario " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-username' ][ 'pt-pt' ] = " Nome do Utilizador " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-username' ][ 'fr-fr' ] = " Utilisateur " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-username' ][ 'en-us' ] = " Enter the username here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-username' ][ 'es-cl' ] = " Ingrese el nombre de usuario aquí " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-username' ][ 'pt-pt' ] = " Introduza o nome de utilizador aqui. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-username' ][ 'fr-fr' ] = " " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-password' ][ 'en-us' ] = " Password " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-password' ][ 'es-cl' ] = " Contraseña " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-password' ][ 'pt-pt' ] = " Password " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-password' ][ 'fr-fr' ] = " Mot de Passe " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-password' ][ 'en-us' ] = " Enter the password here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-password' ][ 'es-cl' ] = " Ingrese la contraseña aquí " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-password' ][ 'pt-pt' ] = " Introduza a password aqui. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-password' ][ 'fr-fr' ] = " " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-distinct_to' ][ 'en-us' ] = " Distinct To " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-distinct_to' ][ 'es-cl' ] = " Distinct_To " ;
2014-02-25 23:49:35 +01:00
$text [ 'label-distinct_to' ][ 'pt-pt' ] = " Para Distinto " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-distinct_to' ][ 'fr-fr' ] = " Disctinct_To " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-distinct_to' ][ 'en-us' ] = " Enter the distinct_to here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-distinct_to' ][ 'es-cl' ] = " Ingrese el distinct_to aquí. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-distinct_to' ][ 'pt-pt' ] = " Introduza o distinct_to aqui. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-distinct_to' ][ 'fr-fr' ] = " Insére ici le distinct_to. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-auth_username' ][ 'en-us' ] = " Auth Username " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-auth_username' ][ 'es-cl' ] = " Auth Username " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-auth_username' ][ 'pt-pt' ] = " Nome de Utilizador Autorizado " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-auth_username' ][ 'fr-fr' ] = " Auth Username " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-auth_username' ][ 'en-us' ] = " Enter the auth-username here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-auth_username' ][ 'es-cl' ] = " Ingrese el auth-username aquí " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-auth_username' ][ 'pt-pt' ] = " Introduza o nome de utilizador autorizado aqui. " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-auth_username' ][ 'fr-fr' ] = " Insérer l'utilisateur d'authentification " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-realm' ][ 'en-us' ] = " Realm " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-realm' ][ 'es-cl' ] = " Reino " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-realm' ][ 'pt-pt' ] = " Realm " ;
2014-01-23 22:15:49 +01:00
$text [ 'label-realm' ][ 'fr-fr' ] = " Royaume " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-realm' ][ 'en-us' ] = " Enter the realm here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-realm' ][ 'es-cl' ] = " Ingrese el reino aquí " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-realm' ][ 'pt-pt' ] = " Introduza o realm aqui. " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-realm' ][ 'fr-fr' ] = " Insérer le Royaume d'authentification " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-from_user' ][ 'en-us' ] = " From User " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-from_user' ][ 'es-cl' ] = " From User " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-from_user' ][ 'pt-pt' ] = " From User " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-from_user' ][ 'fr-fr' ] = " From User " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-from_user' ][ 'en-us' ] = " Enter the from-user here. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-from_user' ][ 'pt-pt' ] = " Introduza o from-user aqui. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-from_user' ][ 'fr-fr' ] = " Partie Utilisateur du header SIP From. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-from_domain' ][ 'en-us' ] = " From Domain " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-from_domain' ][ 'es-cl' ] = " From Domain " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-from_domain' ][ 'pt-pt' ] = " From Domain " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-from_domain' ][ 'fr-fr' ] = " From Domain " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-from_domain' ][ 'en-us' ] = " Enter the from-domain here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-from_domain' ][ 'es-cl' ] = " Parte dominio de cabecera SIP " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-from_domain' ][ 'pt-pt' ] = " Introduza o from-domain aqui. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-from_domain' ][ 'fr-fr' ] = " Partie Domaine du header SIP From. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-proxy' ][ 'en-us' ] = " Proxy " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-proxy' ][ 'es-cl' ] = " Proxy " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-proxy' ][ 'pt-pt' ] = " Proxy " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-proxy' ][ 'fr-fr' ] = " Proxy " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-proxy' ][ 'en-us' ] = " Enter the domain or IP address of the proxy. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-proxy' ][ 'es-cl' ] = " Ingrese el dominio o dirección IP del proxy. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-proxy' ][ 'pt-pt' ] = " Introduza o domínio ou endereço IP do proxy. " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-proxy' ][ 'fr-fr' ] = " Le domain ou l'adresse IP du Proxy. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-register_proxy' ][ 'en-us' ] = " Register Proxy " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-register_proxy' ][ 'es-cl' ] = " Proxy de Registro " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-register_proxy' ][ 'pt-pt' ] = " Registar Proxy " ;
2013-09-24 19:26:48 +02:00
$text [ 'label-register_proxy' ][ 'fr-fr' ] = " Proxy d'enregistrement " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-register_proxy' ][ 'en-us' ] = " Enter the register proxy here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-register_proxy' ][ 'es-cl' ] = " Ingrese el proxy de registro aquí " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-register_proxy' ][ 'pt-pt' ] = " Introduza o registo do proxy aqui. " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-register_proxy' ][ 'fr-fr' ] = " Insérer ici le proxy d'enregistrement. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-outbound_proxy' ][ 'en-us' ] = " Outbound Proxy " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-outbound_proxy' ][ 'es-cl' ] = " Proxy de Salida " ;
2014-02-25 23:49:35 +01:00
$text [ 'label-outbound_proxy' ][ 'pt-pt' ] = " Proxy de Saída " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-outbound_proxy' ][ 'fr-fr' ] = " Proxy Sortant " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-outbound_proxy' ][ 'en-us' ] = " Enter the outbound proxy here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-outbound_proxy' ][ 'es-cl' ] = " Ingrese un proxy de salida aquí " ;
2014-02-25 23:49:35 +01:00
$text [ 'description-outbound_proxy' ][ 'pt-pt' ] = " Introduza o proxy de saída aqui. " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-outbound_proxy' ][ 'fr-fr' ] = " Insérer ici le proxy sortant. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-expire_seconds' ][ 'en-us' ] = " Expire Seconds " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-expire_seconds' ][ 'es-cl' ] = " Tiempo de expiración " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-expire_seconds' ][ 'pt-pt' ] = " Tempo de validade " ;
2013-09-24 19:26:48 +02:00
$text [ 'label-expire_seconds' ][ 'fr-fr' ] = " Tempo d'expiration " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-expire_seconds' ][ 'en-us' ] = " Enter the expire-seconds here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-expire_seconds' ][ 'es-cl' ] = " Ingrese el tiempo de expiración en segundos. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-expire_seconds' ][ 'pt-pt' ] = " Introduza o tempo de validade (em segundos) aqui. " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-expire_seconds' ][ 'fr-fr' ] = " Tempo d'enregistrement en secondes (avant de déclarer le proxy HS). " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-register' ][ 'en-us' ] = " Register " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-register' ][ 'es-cl' ] = " Registrar " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-register' ][ 'pt-pt' ] = " Registar " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-register' ][ 'fr-fr' ] = " Register " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-register' ][ 'en-us' ] = " Choose whether to register. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-register' ][ 'es-cl' ] = " Seleccione si desea registrar " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-register' ][ 'pt-pt' ] = " Escolha se pretende registar. " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-register' ][ 'fr-fr' ] = " Activer l'enregistrement " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-register_transport' ][ 'en-us' ] = " Register Transport " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-register_transport' ][ 'es-cl' ] = " Transporte de Registro " ;
2014-02-25 23:49:35 +01:00
$text [ 'label-register_transport' ][ 'pt-pt' ] = " Transporte do Registo " ;
2013-09-24 19:26:48 +02:00
$text [ 'label-register_transport' ][ 'fr-fr' ] = " Transport de l'enregistrement " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-register_transport' ][ 'en-us' ] = " Choose whether to register-transport. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-register_transport' ][ 'es-cl' ] = " Seleccione el tipo de transporte de registro. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-register_transport' ][ 'pt-pt' ] = " Introduza o tipo de transporte a utilizar. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-register_transport' ][ 'fr-fr' ] = " Insére ici le type de transport utilisé. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-retry_seconds' ][ 'en-us' ] = " Retry Seconds " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-retry_seconds' ][ 'es-cl' ] = " Tiempo de reconexión " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-retry_seconds' ][ 'pt-pt' ] = " Tempo de Reconexão " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-retry_seconds' ][ 'fr-fr' ] = " Tempo reconnexion " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-retry_seconds' ][ 'en-us' ] = " Enter the retry-seconds here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-retry_seconds' ][ 'es-cl' ] = " Ingrese el tiempo de reconexión en segundos. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-retry_seconds' ][ 'pt-pt' ] = " Introduza o tempo de reconexão (em segundos) aqui. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-retry_seconds' ][ 'fr-fr' ] = " Insérer ici la tempo en secondes de tentative de reconnexion après un timeout ou un échec. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-extension' ][ 'en-us' ] = " Extension " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-extension' ][ 'es-cl' ] = " Extensión " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-extension' ][ 'pt-pt' ] = " Extensão " ;
2013-09-24 19:26:48 +02:00
$text [ 'label-extension' ][ 'fr-fr' ] = " Extension " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-extension' ][ 'en-us' ] = " Enter the extension here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-extension' ][ 'es-cl' ] = " Ingrese la extensión aquí " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-extension' ][ 'pt-pt' ] = " Introduza a extensão aqui. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-extension' ][ 'fr-fr' ] = " " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-ping' ][ 'en-us' ] = " Ping " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-ping' ][ 'es-cl' ] = " Ping " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-ping' ][ 'pt-pt' ] = " Ping " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-ping' ][ 'fr-fr' ] = " Ping " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-ping' ][ 'en-us' ] = " Enter the ping interval here in seconds. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-ping' ][ 'es-cl' ] = " Ingrese el intervalo de ping en segundos aquí. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-ping' ][ 'pt-pt' ] = " Introduza aqui o intervalo de ping em segundos. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-ping' ][ 'fr-fr' ] = " Insérer ici la fréquence de ping en secondes. " ;
2013-09-24 19:26:48 +02:00
2013-10-18 00:06:01 +02:00
$text [ 'label-channels' ][ 'en-us' ] = " Channels " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-channels' ][ 'es-cl' ] = " Canales " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-channels' ][ 'pt-pt' ] = " Canais " ;
2013-09-30 18:21:08 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'description-channels' ][ 'en-us' ] = " Maximum number of simultaneous channels available in the gateway. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-channels' ][ 'es-cl' ] = " Número máximo de canales simultaneos disponibles en la pasarela. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-channels' ][ 'pt-pt' ] = " Número máximo de canais simultâneos no gateway. " ;
2013-09-30 17:22:35 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-caller_id_in_from' ][ 'en-us' ] = " Caller Id In From " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-caller_id_in_from' ][ 'es-cl' ] = " Caller Id In From " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-caller_id_in_from' ][ 'pt-pt' ] = " Caller Id In From " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-caller_id_in_from' ][ 'fr-fr' ] = " Caller Id In From " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-caller_id_in_from' ][ 'en-us' ] = " Enter the caller-id-in-from. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-caller_id_in_from' ][ 'es-cl' ] = " Ingrese la parte caller-id-in-from de la cabecera SIP " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-caller_id_in_from' ][ 'pt-pt' ] = " Introduza o caller-id-in-from " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-caller_id_in_from' ][ 'fr-fr' ] = " Insérer ici la partie Caller-id à utiliser dans le header SIP From. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-supress_cng' ][ 'en-us' ] = " Supress Cng " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-supress_cng' ][ 'es-cl' ] = " Suprimir Cng " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-supress_cng' ][ 'pt-pt' ] = " Supress Cng " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-supress_cng' ][ 'fr-fr' ] = " suppression du silence " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-supress_cng' ][ 'en-us' ] = " Enter the supress-cng " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-supress_cng' ][ 'es-cl' ] = " Para ahorrar ancho de banda RTP, no se envía RTP para el silencio " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-supress_cng' ][ 'pt-pt' ] = " Introduza o supress-cng " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-supress_cng' ][ 'fr-fr' ] = " Afin de sauvegarder de la bande passante RTP, on n'envoit pas de RTP pour le silence. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-sip_cid_type' ][ 'en-us' ] = " Sip CID Type " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-sip_cid_type' ][ 'es-cl' ] = " Tipo de Caller ID SIP " ;
2014-02-25 23:49:35 +01:00
$text [ 'label-sip_cid_type' ][ 'pt-pt' ] = " Tipo de Caller ID SIP " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-sip_cid_type' ][ 'fr-fr' ] = " CallerID SIP type " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-sip_cid_type' ][ 'en-us' ] = " Enter the sip cid type: none, pid, and rpid. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-sip_cid_type' ][ 'es-cl' ] = " Ingrese el tipo de caller id sip: none (utiliza campo From de cabecera), pid (P-Asserted-Identity header) o rpid (remote-Party-ID header). " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-sip_cid_type' ][ 'pt-pt' ] = " Introduza o tipo do SIP CID: none, pid (P-Asserted-Identity header) and rpid (remote-Party-ID header). " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-sip_cid_type' ][ 'fr-fr' ] = " Insérer le type d'ID d'appelant : none (utilise le header From) ou pid (P-Asserted-Identity header) ou rpid (remote-Party-ID header). " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-codec_prefs' ][ 'en-us' ] = " Codec Preferences " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-codec_prefs' ][ 'es-cl' ] = " Lista de Codecs " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-codec_prefs' ][ 'pt-pt' ] = " Lista de Codecs " ;
$text [ 'label-codec_prefs' ][ 'fr-fr' ] = " " ;
2013-09-30 18:21:08 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'description-codec_prefs' ][ 'en-us' ] = " Enter the codec preferences as a list. Ex: PCMA,PCMU,G722 " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-codec_prefs' ][ 'es-cl' ] = " Ingrese el listado de codecs a utilizar. Ej: PCMA,PCMU,G722 " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-codec_prefs' ][ 'pt-pt' ] = " Introduza os codecs a utilizar no gateway sob a forma de lista. Ex: PCMA,PCMU,G722 " ;
2013-09-30 18:21:08 +02:00
$text [ 'description-codec_prefs' ][ 'fr-fr' ] = " " ;
2013-09-30 17:22:35 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'label-extension_in_contact' ][ 'en-us' ] = " Extension In Contact " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-extension_in_contact' ][ 'es-cl' ] = " Extensión en Contacto " ;
2014-02-25 23:49:35 +01:00
$text [ 'label-extension_in_contact' ][ 'pt-pt' ] = " Extensão no Contacto " ;
2013-09-24 19:26:48 +02:00
$text [ 'label-extension_in_contact' ][ 'fr-fr' ] = " L'extension dans Contact " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-extension_in_contact' ][ 'en-us' ] = " Enter the Extension In Contact " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-extension_in_contact' ][ 'es-cl' ] = " Ingrese la extensión en contacto. " ;
2014-02-25 23:49:35 +01:00
$text [ 'description-extension_in_contact' ][ 'pt-pt' ] = " Introduza a extensão no contacto " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-extension_in_contact' ][ 'fr-fr' ] = " Insérer l'Extension dans le Contact. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-context' ][ 'en-us' ] = " Context " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-context' ][ 'es-cl' ] = " Contexto " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-context' ][ 'pt-pt' ] = " Contexto " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-context' ][ 'fr-fr' ] = " Contexte " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-context' ][ 'en-us' ] = " Enter the context here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-context' ][ 'es-cl' ] = " Ingrese el contexto aquí " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-context' ][ 'pt-pt' ] = " Introduza o contexto aqui. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-context' ][ 'fr-fr' ] = " " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-profile' ][ 'en-us' ] = " Profile " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-profile' ][ 'es-cl' ] = " Perfil " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-profile' ][ 'pt-pt' ] = " Perfil " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-profile' ][ 'fr-fr' ] = " Profile " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-profile' ][ 'en-us' ] = " Enter the profile here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-profile' ][ 'es-cl' ] = " Ingrese el perfil aquí. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-profile' ][ 'pt-pt' ] = " Introduza o perfil aqui. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-profile' ][ 'fr-fr' ] = " " ;
2012-12-23 09:27:02 +01: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-10-01 13:35:07 +02:00
$text [ 'label-enabled' ][ 'fr-fr' ] = " Actif " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-enabled' ][ 'en-us' ] = " Enable or Disable the Gateway " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-enabled' ][ 'es-cl' ] = " Activar o Desactivar la Pasarela " ;
2014-02-25 23:49:35 +01:00
$text [ 'description-enabled' ][ 'pt-pt' ] = " Habilitar ou Desabilitar o Gateway " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-enabled' ][ 'fr-fr' ] = " Activer ou non la Passerelle. " ;
2012-12-23 09:27:02 +01: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-10-01 13:35:07 +02:00
$text [ 'label-description' ][ 'fr-fr' ] = " Description " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-description' ][ 'en-us' ] = " Enter the description of the gateway here. " ;
2014-02-14 19:37:58 +01:00
$text [ 'description-description' ][ 'es-cl' ] = " Ingrese la descripción de la pasarela aquí. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-description' ][ 'pt-pt' ] = " Introduza a descrição do gateway aqui. " ;
2013-09-24 19:26:48 +02:00
$text [ 'description-description' ][ 'fr-fr' ] = " Insérer ici la description de la passerelle. " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-status' ][ 'en-us' ] = " Status " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-status' ][ 'es-cl' ] = " Estado " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-status' ][ 'pt-pt' ] = " Estado " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-status' ][ 'fr-fr' ] = " Statut " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-status-stopped' ][ 'en-us' ] = " Stopped " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-status-stopped' ][ 'es-cl' ] = " Detenido " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-status-stopped' ][ 'pt-pt' ] = " Parado " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-status-stopped' ][ 'fr-fr' ] = " Arrété " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-status-running' ][ 'en-us' ] = " Running " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-status-running' ][ 'es-cl' ] = " Corriendo " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-status-running' ][ 'pt-pt' ] = " Em execução " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-status-running' ][ 'fr-fr' ] = " Actif " ;
2012-12-23 09:27:02 +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-10-01 13:35:07 +02:00
$text [ 'label-action' ][ 'fr-fr' ] = " Action " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-action-start' ][ 'en-us' ] = " Start " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-action-start' ][ 'es-cl' ] = " Inicio " ;
2014-02-25 23:49:35 +01:00
$text [ 'label-action-start' ][ 'pt-pt' ] = " Iniciar " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-action-start' ][ 'fr-fr' ] = " démarrer " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-action-stop' ][ 'en-us' ] = " Stop " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-action-stop' ][ 'es-cl' ] = " Detener " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-action-stop' ][ 'pt-pt' ] = " Parar " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-action-stop' ][ 'fr-fr' ] = " Arrêter " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-state' ][ 'en-us' ] = " State " ;
2014-02-14 19:37:58 +01:00
$text [ 'label-state' ][ 'es-cl' ] = " Estado " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-state' ][ 'pt-pt' ] = " Estado " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-state' ][ 'fr-fr' ] = " Etat " ;
2012-12-23 09:27:02 +01: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-10-01 13:35:07 +02:00
$text [ 'label-true' ][ 'fr-fr' ] = " Oui " ;
2012-12-23 09:27:02 +01: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-10-01 13:35:07 +02:00
$text [ 'label-false' ][ 'fr-fr' ] = " Non " ;
2012-12-23 09:27:02 +01: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-10-01 13:35:07 +02:00
$text [ 'button-add' ][ 'fr-fr' ] = " Ajouter " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'button-edit' ][ 'en-us' ] = " Edit " ;
2014-02-14 19:37:58 +01:00
$text [ 'button-edit' ][ 'es-cl' ] = " Editar " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-edit' ][ 'pt-pt' ] = " Editar " ;
2013-10-01 13:35:07 +02:00
$text [ 'button-edit' ][ 'fr-fr' ] = " Editer " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'button-delete' ][ 'en-us' ] = " Delete " ;
2014-02-14 19:37:58 +01:00
$text [ 'button-delete' ][ 'es-cl' ] = " Eliminar " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-delete' ][ 'pt-pt' ] = " Remoção " ;
2013-10-01 13:35:07 +02:00
$text [ 'button-delete' ][ 'fr-fr' ] = " Supprimer " ;
2012-12-23 09:27:02 +01:00
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-01 13:35:07 +02:00
$text [ 'button-save' ][ 'pt-pt' ] = " Guardar " ;
$text [ 'button-save' ][ 'fr-fr' ] = " Sauvegarder " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'button-view' ][ 'en-us' ] = " View " ;
2014-02-14 19:37:58 +01:00
$text [ 'button-view' ][ 'es-cl' ] = " Ver " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-view' ][ 'pt-pt' ] = " Ver " ;
2013-10-01 13:35:07 +02:00
$text [ 'button-view' ][ 'fr-fr' ] = " Voir " ;
2012-12-23 09:27:02 +01: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-01 13:35:07 +02:00
$text [ 'button-back' ][ 'pt-pt' ] = " Voltar " ;
$text [ 'button-back' ][ 'fr-fr' ] = " Retour " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'button-refresh' ][ 'en-us' ] = " Refresh " ;
2014-02-14 19:37:58 +01:00
$text [ 'button-refresh' ][ 'es-cl' ] = " Refrescar " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-refresh' ][ 'pt-pt' ] = " Actualizar " ;
2013-10-01 13:35:07 +02:00
$text [ 'button-refresh' ][ 'fr-fr' ] = " Rafraîchir " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'button-copy' ][ 'en-us' ] = " Copy " ;
2014-02-14 19:37:58 +01:00
$text [ 'button-copy' ][ 'es-cl' ] = " Copiar " ;
2014-02-25 23:49:35 +01:00
$text [ 'button-copy' ][ 'pt-pt' ] = " Copiar " ;
2013-10-01 13:35:07 +02:00
$text [ 'button-copy' ][ 'fr-fr' ] = " Copier " ;
2012-12-23 09:27:02 +01:00
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-10-01 13:35:07 +02:00
$text [ 'button-advanced' ][ 'fr-fr' ] = " Afficher les Paramètres Avancés " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'button-advanced-show' ][ 'en-us' ] = " Show Advanced " ;
2014-02-14 19:37:58 +01:00
$text [ 'button-advanced-show' ][ 'es-cl' ] = " Mostrar Avanzado " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-advanced-show' ][ 'pt-pt' ] = " Mostrar Avançadas " ;
2013-10-01 13:35:07 +02:00
$text [ 'button-advanced-show' ][ 'fr-fr' ] = " Paramètres Avancés " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'confirm-delete' ][ 'en-us' ] = " Do you really want to delete this? " ;
2014-02-25 04:28:28 +01:00
$text [ 'confirm-delete' ][ 'es-cl' ] = " ¿Realmente desea eliminar esto? " ;
2013-10-18 00:06:01 +02:00
$text [ 'confirm-delete' ][ 'pt-pt' ] = " Deseja realmente remover isto? " ;
2013-09-24 19:26:48 +02:00
$text [ 'confirm-delete' ][ 'fr-fr' ] = " Voulez-vous vraiment supprimer cela? " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'confirm-copy' ][ 'en-us' ] = " Do you really want to copy this? " ;
2014-02-25 04:28:28 +01:00
$text [ 'confirm-copy' ][ 'es-cl' ] = " ¿Realmente desea copiar esto? " ;
2013-10-18 00:06:01 +02:00
$text [ 'confirm-copy' ][ 'pt-pt' ] = " Deseja realmente copiar isto? " ;
2013-09-24 19:26:48 +02:00
$text [ 'confirm-copy' ][ 'fr-fr' ] = " Voulez-vous vraiment copier cela? " ;
2013-04-28 06:09:35 +02:00
2013-10-01 13:35:07 +02:00
$text [ 'message-add' ][ 'en-us' ] = " Add Completed " ;
2014-02-14 19:37:58 +01:00
$text [ 'message-add' ][ 'es-cl' ] = " Agregar Completado " ;
2013-10-18 00:06:01 +02:00
$text [ 'message-add' ][ 'pt-pt' ] = " Adição Efectuada " ;
2013-10-01 13:35:07 +02:00
$text [ 'message-add' ][ 'fr-fr' ] = " Ajouté " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'message-update' ][ 'en-us' ] = " Update Completed " ;
2014-02-14 19:37:58 +01:00
$text [ 'message-update' ][ 'es-cl' ] = " Actualización Completada " ;
2013-10-18 00:06:01 +02:00
$text [ 'message-update' ][ 'pt-pt' ] = " Actualização Efectuada " ;
2013-10-01 13:35:07 +02:00
$text [ 'message-update' ][ 'fr-fr' ] = " Mis à Jour " ;
2012-12-23 09:27:02 +01:00
2014-02-23 08:15:37 +01:00
$text [ 'message-copy' ][ 'en-us' ] = " Copy Completed " ;
$text [ 'message-copy' ][ 'es-cl' ] = " Copia Completada " ;
$text [ 'message-copy' ][ 'pt-pt' ] = " Cópia Efectuada " ;
$text [ 'message-copy' ][ 'fr-fr' ] = " Copié " ;
2013-10-01 13:35:07 +02:00
$text [ 'message-delete' ][ 'en-us' ] = " Delete Completed " ;
2014-02-14 19:37:58 +01:00
$text [ 'message-delete' ][ 'es-cl' ] = " Eliminación Completada " ;
2013-10-18 00:06:01 +02:00
$text [ 'message-delete' ][ 'pt-pt' ] = " Remoção Efectuada " ;
2013-10-01 13:35:07 +02:00
$text [ 'message-delete' ][ 'fr-fr' ] = " Supprimé " ;
2012-12-23 09:27:02 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'message-required' ][ 'en-us' ] = " Please provide: " ;
2014-02-14 19:37:58 +01:00
$text [ 'message-required' ][ 'es-cl' ] = " Por favor ingrese: " ;
2013-10-18 00:06:01 +02:00
$text [ 'message-required' ][ 'pt-pt' ] = " Por favor indique: " ;
2013-09-24 19:26:48 +02:00
$text [ 'message-required' ][ 'fr-fr' ] = " Merci d'indiquer: " ;
2012-12-23 09:27:02 +01:00
2013-09-17 18:48:23 +02:00
?>