2013-09-21 10:40:50 +02:00
|
|
|
<?php
|
2012-11-24 16:41:37 +01:00
|
|
|
/*
|
|
|
|
|
FusionPBX
|
|
|
|
|
Version: MPL 1.1
|
|
|
|
|
|
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
|
1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
http://www.mozilla.org/MPL/
|
|
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
|
for the specific language governing rights and limitations under the
|
|
|
|
|
License.
|
|
|
|
|
|
|
|
|
|
The Original Code is FusionPBX
|
|
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is
|
|
|
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
|
|
|
Portions created by the Initial Developer are Copyright (C) 2008-2012
|
|
|
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
|
|
|
James Rose <james.o.rose@gmail.com>
|
2013-09-13 23:04:53 +02:00
|
|
|
Philippe Rioual <bhouba@gmail.com>
|
2012-11-24 16:41:37 +01:00
|
|
|
*/
|
2014-02-14 19:37:58 +01:00
|
|
|
|
2014-04-14 23:05:09 +02:00
|
|
|
$text['header-registrations']['en-us'] = "Registrations";
|
|
|
|
|
$text['header-registrations']['es-cl'] = "Inscripciones";
|
|
|
|
|
$text['header-registrations']['pt-pt'] = "Inscrições";
|
|
|
|
|
$text['header-registrations']['fr-fr'] = "Inscriptions";
|
|
|
|
|
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['error-event-socket']['en-us'] = "Connection to Event Socket failed.";
|
2014-02-14 19:37:58 +01:00
|
|
|
$text['error-event-socket']['es-cl'] = "Conexión a Socket de eventos fallida.";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['error-event-socket']['pt-pt'] = "A conexão ao Event Socket falhou.";
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['error-event-socket']['fr-fr'] = "Connexion a l'Event Socket en echec.";
|
2014-01-11 07:00:59 +01:00
|
|
|
|
2014-04-16 03:32:03 +02:00
|
|
|
$text['label-event']['en-us'] = "Event:";
|
|
|
|
|
$text['label-event']['es-cl'] = "Evento:";
|
|
|
|
|
$text['label-event']['pt-pt'] = "Evento:";
|
|
|
|
|
$text['label-event']['fr-fr'] = "Evénement:";
|
|
|
|
|
|
|
|
|
|
$text['label-response']['en-us'] = "Response:";
|
|
|
|
|
$text['label-response']['es-cl'] = "Respuesta:";
|
|
|
|
|
$text['label-response']['pt-pt'] = "Resposta:";
|
|
|
|
|
$text['label-response']['fr-fr'] = "Réponse:";
|
|
|
|
|
|
2014-07-04 05:47:32 +02:00
|
|
|
$text['button-show_all']['en-us'] = "Show All";
|
|
|
|
|
$text['button-show_all']['es-cl'] = "Mostrar Todos";
|
|
|
|
|
$text['button-show_all']['pt-pt'] = "Mostrar Todos";
|
|
|
|
|
$text['button-show_all']['fr-fr'] = "Montrer Tout";
|
|
|
|
|
|
2014-06-21 05:42:09 +02:00
|
|
|
$text['button-unregister']['en-us'] = "Unregister";
|
|
|
|
|
$text['button-unregister']['es-cl'] = "";
|
|
|
|
|
$text['button-unregister']['pt-pt'] = "";
|
|
|
|
|
$text['button-unregister']['fr-fr'] = "";
|
2014-02-12 02:19:57 +01:00
|
|
|
|
2014-05-13 03:27:18 +02:00
|
|
|
$text['button-reboot']['en-us'] = "Reboot";
|
|
|
|
|
$text['button-reboot']['es-cl'] = "Reiniciar";
|
|
|
|
|
$text['button-reboot']['pt-pt'] = "Reinicialização";
|
|
|
|
|
$text['button-reboot']['fr-fr'] = "Redémarrage";
|
|
|
|
|
|
2014-06-21 05:42:09 +02:00
|
|
|
$text['button-provision']['en-us'] = "Provision";
|
|
|
|
|
$text['button-provision']['es-cl'] = "";
|
|
|
|
|
$text['button-provision']['pt-pt'] = "";
|
|
|
|
|
$text['button-provision']['fr-fr'] = "";
|
2014-05-13 03:27:18 +02:00
|
|
|
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-message']['en-us'] = "Message";
|
2014-02-14 19:37:58 +01:00
|
|
|
$text['label-message']['es-cl'] = "Mensaje";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-message']['pt-pt'] = "Mensagem";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-message']['fr-fr'] = "Message";
|
2014-01-11 07:00:59 +01:00
|
|
|
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-message']['en-us'] = "Invalid Profile!";
|
2014-02-14 19:37:58 +01:00
|
|
|
$text['label-message']['es-cl'] = "¡Perfil Inválido!";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-message']['pt-pt'] = "Perfil Inválido!";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-message']['fr-fr'] = "Profile Invalide!";
|
2014-01-11 07:00:59 +01:00
|
|
|
|
2014-02-12 02:19:57 +01:00
|
|
|
$text['button-back']['en-us'] = "Back";
|
2014-02-14 19:37:58 +01:00
|
|
|
$text['button-back']['es-cl'] = "Volver";
|
2014-01-11 07:00:59 +01:00
|
|
|
$text['button-back']['pt-pt'] = "Voltar";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['button-back']['fr-fr'] = "Retour";
|
2014-01-11 07:00:59 +01:00
|
|
|
|
2014-04-14 23:05:09 +02:00
|
|
|
$text['label-interval']['en-us'] = "Interval (Sec)";
|
|
|
|
|
$text['label-interval']['es-cl'] = "Intervalo";
|
|
|
|
|
$text['label-interval']['pt-pt'] = "Intervalo";
|
|
|
|
|
$text['label-interval']['fr-fr'] = "Intervalle";
|
|
|
|
|
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-domain']['en-us'] = "Domain";
|
2014-02-14 19:37:58 +01:00
|
|
|
$text['label-domain']['es-cl'] = "Dominio";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-domain']['pt-pt'] = "Domínio";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-domain']['fr-fr'] = "Domaine";
|
2014-01-11 07:00:59 +01:00
|
|
|
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-user']['en-us'] = "User";
|
2014-02-14 19:37:58 +01:00
|
|
|
$text['label-user']['es-cl'] = "Usuario";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-user']['pt-pt'] = "Utilizador";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-user']['fr-fr'] = "Usager";
|
2014-01-11 07:00:59 +01:00
|
|
|
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-agent']['en-us'] = "Agent";
|
2014-02-14 19:37:58 +01:00
|
|
|
$text['label-agent']['es-cl'] = "Agente";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-agent']['pt-pt'] = "Agente";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-agent']['fr-fr'] = "Agent";
|
2014-01-11 07:00:59 +01:00
|
|
|
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-ip']['en-us'] = "IP";
|
2014-02-14 19:37:58 +01:00
|
|
|
$text['label-ip']['es-cl'] = "IP";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-ip']['pt-pt'] = "IP";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-ip']['fr-fr'] = "IP";
|
2014-01-11 07:00:59 +01:00
|
|
|
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-port']['en-us'] = "Port";
|
2014-02-14 19:37:58 +01:00
|
|
|
$text['label-port']['es-cl'] = "Puerto";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-port']['pt-pt'] = "Porto";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-port']['fr-fr'] = "Port";
|
2014-01-11 07:00:59 +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-11-24 16:41:37 +01:00
|
|
|
|
2014-02-12 02:19:57 +01:00
|
|
|
?>
|