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:
+120
-105
@@ -1,128 +1,143 @@
|
||||
<?php
|
||||
/*
|
||||
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/
|
||||
$text['title-status']['en-us'] = "Status";
|
||||
$text['title-status']['es-cl'] = "Estado";
|
||||
$text['title-status']['pt-pt'] = "Estado";
|
||||
$text['title-status']['fr-fr'] = "Statut";
|
||||
$text['title-status']['pt-br'] = "Estado";
|
||||
$text['title-status']['pl'] = "Status ";
|
||||
|
||||
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.
|
||||
$text['title-sofia-status-profile']['en-us'] = "sofia status profile";
|
||||
$text['title-sofia-status-profile']['es-cl'] = "perfil de estado sofia";
|
||||
$text['title-sofia-status-profile']['pt-pt'] = "perfil associado ao estado do módulo sofia";
|
||||
$text['title-sofia-status-profile']['fr-fr'] = "profile statut sofia";
|
||||
$text['title-sofia-status-profile']['pt-br'] = "Perfil associado ao estado do módulo Sofia";
|
||||
$text['title-sofia-status-profile']['pl'] = "Status profilu sofia";
|
||||
|
||||
The Original Code is FusionPBX
|
||||
$text['title-sofia-status']['en-us'] = "sofia status";
|
||||
$text['title-sofia-status']['es-cl'] = "estado sofia";
|
||||
$text['title-sofia-status']['pt-pt'] = "estado do módulo sofia";
|
||||
$text['title-sofia-status']['fr-fr'] = "sofia statut";
|
||||
$text['title-sofia-status']['pt-br'] = "Estado do módulo Sofia";
|
||||
$text['title-sofia-status']['pl'] = "status sofi";
|
||||
|
||||
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.
|
||||
$text['title-sip-status']['en-us'] = "SIP Status";
|
||||
$text['title-sip-status']['es-cl'] = "SIP Estado";
|
||||
$text['title-sip-status']['pt-pt'] = "SIP Estado";
|
||||
$text['title-sip-status']['fr-fr'] = "SIP État";
|
||||
$text['title-sip-status']['pt-br'] = "Estado SIP";
|
||||
$text['title-sip-status']['pl'] = "Status SIP";
|
||||
|
||||
Contributor(s):
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
James Rose <james.o.rose@gmail.com>
|
||||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['es-cl'] = "Tipo";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
$text['label-type']['pt-br'] = "Tipo";
|
||||
$text['label-type']['pl'] = "Typ";
|
||||
|
||||
$text['title-sip-status']['en-us'] = "SIP Status";
|
||||
$text['title-sip-status']['es-cl'] = "SIP Estado";
|
||||
$text['title-sip-status']['pt-pt'] = "SIP Estado";
|
||||
$text['title-sip-status']['fr-fr'] = "SIP État";
|
||||
$text['label-state']['en-us'] = "State";
|
||||
$text['label-state']['es-cl'] = "Estado";
|
||||
$text['label-state']['fr-fr'] = "Etat";
|
||||
$text['label-state']['pt-pt'] = "Estado";
|
||||
$text['label-state']['pt-br'] = "Estado";
|
||||
$text['label-state']['pl'] = "Status";
|
||||
|
||||
$text['header-sip-status']['en-us'] = "SIP Status";
|
||||
$text['header-sip-status']['es-cl'] = "SIP Estado";
|
||||
$text['header-sip-status']['pt-pt'] = "SIP Estado";
|
||||
$text['header-sip-status']['fr-fr'] = "SIP État";
|
||||
$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['error-event-socket']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['error-event-socket']['es-cl'] = "Conexión a Socket de Eventos fallida.";
|
||||
$text['error-event-socket']['pt-pt'] = "A ligação ao Event Socket falhou.";
|
||||
$text['error-event-socket']['fr-fr'] = "Connexion à l'Event Socket en echec.";
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['es-cl'] = "Mensaje";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
$text['label-message']['pt-br'] = "Mensagem";
|
||||
$text['label-message']['pl'] = "Wiadomość";
|
||||
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['es-cl'] = "Mensaje";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
$text['label-data']['en-us'] = "Data";
|
||||
$text['label-data']['es-cl'] = "Datos";
|
||||
$text['label-data']['pt-pt'] = "Dados";
|
||||
$text['label-data']['fr-fr'] = "Données";
|
||||
$text['label-data']['pt-br'] = "Data";
|
||||
$text['label-data']['pl'] = "Dane";
|
||||
|
||||
$text['title-sofia-status']['en-us'] = "sofia status";
|
||||
$text['title-sofia-status']['es-cl'] = "estado sofia";
|
||||
$text['title-sofia-status']['pt-pt'] = "estado do módulo sofia";
|
||||
$text['title-sofia-status']['fr-fr'] = "sofia statut";
|
||||
$text['header-sip-status']['en-us'] = "SIP Status";
|
||||
$text['header-sip-status']['es-cl'] = "SIP Estado";
|
||||
$text['header-sip-status']['pt-pt'] = "SIP Estado";
|
||||
$text['header-sip-status']['fr-fr'] = "SIP État";
|
||||
$text['header-sip-status']['pt-br'] = "SIP Estado";
|
||||
$text['header-sip-status']['pl'] = "Status SIP";
|
||||
|
||||
$text['title-sofia-status-profile']['en-us'] = "sofia status profile";
|
||||
$text['title-sofia-status-profile']['es-cl'] = "perfil de estado sofia";
|
||||
$text['title-sofia-status-profile']['pt-pt'] = "perfil associado ao estado do módulo sofia";
|
||||
$text['title-sofia-status-profile']['fr-fr'] = "profile statut sofia";
|
||||
$text['error-event-socket']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['error-event-socket']['es-cl'] = "Conexión a Socket de Eventos fallida.";
|
||||
$text['error-event-socket']['pt-pt'] = "A ligação ao Event Socket falhou.";
|
||||
$text['error-event-socket']['fr-fr'] = "Connexion à l'Event Socket en echec.";
|
||||
$text['error-event-socket']['pt-br'] = "A conexão do evento socket falhou";
|
||||
$text['error-event-socket']['pl'] = "Połączenie do “Event Socket” nie powiodło się";
|
||||
|
||||
$text['title-status']['en-us'] = "Status";
|
||||
$text['title-status']['es-cl'] = "Estado";
|
||||
$text['title-status']['pt-pt'] = "Estado";
|
||||
$text['title-status']['fr-fr'] = "Statut";
|
||||
$text['button-stop']['en-us'] = "Stop";
|
||||
$text['button-stop']['es-cl'] = "Detener";
|
||||
$text['button-stop']['pt-pt'] = "Parar";
|
||||
$text['button-stop']['fr-fr'] = "Stop";
|
||||
$text['button-stop']['pt-br'] = "Pausar Broadcast";
|
||||
$text['button-stop']['pl'] = "Zatrzymaj rozsylanie rozmów";
|
||||
|
||||
$text['button-flush_memcache']['en-us'] = "Flush Memcache";
|
||||
$text['button-flush_memcache']['es-cl'] = "Memcache Flush";
|
||||
$text['button-flush_memcache']['pt-pt'] = "Memcache Lavar";
|
||||
$text['button-flush_memcache']['fr-fr'] = "Vider Memcache";
|
||||
$text['button-start']['en-us'] = "Start";
|
||||
$text['button-start']['es-cl'] = "Iniciar";
|
||||
$text['button-start']['pt-pt'] = "Iniciar";
|
||||
$text['button-start']['fr-fr'] = "Démarrer";
|
||||
$text['button-start']['pt-br'] = "Iniciar";
|
||||
$text['button-start']['pl'] = "Start";
|
||||
|
||||
$text['button-reload_acl']['en-us'] = "Reload ACL";
|
||||
$text['button-reload_acl']['es-cl'] = "Actualizar ACL";
|
||||
$text['button-reload_acl']['pt-pt'] = "Recarregar ACL";
|
||||
$text['button-reload_acl']['fr-fr'] = "Reload ACL";
|
||||
$text['button-restart']['en-us'] = "Restart";
|
||||
$text['button-restart']['es-cl'] = "Reanudar";
|
||||
$text['button-restart']['pt-pt'] = "Restart";
|
||||
$text['button-restart']['fr-fr'] = "Redémarrer";
|
||||
$text['button-restart']['pt-br'] = "Reiniciar";
|
||||
$text['button-restart']['pl'] = "Restartuj";
|
||||
|
||||
$text['button-reload_xml']['en-us'] = "Reload XML";
|
||||
$text['button-reload_xml']['es-cl'] = "Actualizar XML";
|
||||
$text['button-reload_xml']['pt-pt'] = "Recarregar XML";
|
||||
$text['button-reload_xml']['fr-fr'] = "Reload XML";
|
||||
$text['button-rescan']['en-us'] = "Rescan";
|
||||
$text['button-rescan']['es-cl'] = "Vuelva a Explorar";
|
||||
$text['button-rescan']['pt-pt'] = "Redigitalize";
|
||||
$text['button-rescan']['fr-fr'] = "Rescan";
|
||||
$text['button-rescan']['pt-br'] = "Digite novamente";
|
||||
$text['button-rescan']['pl'] = "Przeskanuj";
|
||||
|
||||
$text['button-flush_registrations']['en-us'] = "Flush Registrations";
|
||||
$text['button-flush_registrations']['es-cl'] = "Inscripciones Flush";
|
||||
$text['button-flush_registrations']['pt-pt'] = "Inscrições Lavar";
|
||||
$text['button-flush_registrations']['fr-fr'] = "Nettoyer enregistrements";
|
||||
$text['button-reload_xml']['en-us'] = "Reload XML";
|
||||
$text['button-reload_xml']['es-cl'] = "Actualizar XML";
|
||||
$text['button-reload_xml']['pt-pt'] = "Recarregar XML";
|
||||
$text['button-reload_xml']['fr-fr'] = "Reload XML";
|
||||
$text['button-reload_xml']['pt-br'] = "Carregar novamente XML";
|
||||
$text['button-reload_xml']['pl'] = "Przeskanuj XML";
|
||||
|
||||
$text['button-registrations']['en-us'] = "Registrations";
|
||||
$text['button-registrations']['es-cl'] = "Inscripciones";
|
||||
$text['button-registrations']['pt-pt'] = "Inscrições";
|
||||
$text['button-registrations']['fr-fr'] = "Enregistrements";
|
||||
$text['button-reload_acl']['en-us'] = "Reload ACL";
|
||||
$text['button-reload_acl']['es-cl'] = "Actualizar ACL";
|
||||
$text['button-reload_acl']['pt-pt'] = "Recarregar ACL";
|
||||
$text['button-reload_acl']['fr-fr'] = "Reload ACL";
|
||||
$text['button-reload_acl']['pt-br'] = "Carregar novamente ACL";
|
||||
$text['button-reload_acl']['pl'] = "Przeskanuj liste kontroli dostępu";
|
||||
|
||||
$text['button-start']['en-us'] = "Start";
|
||||
$text['button-start']['es-cl'] = "Iniciar";
|
||||
$text['button-start']['pt-pt'] = "Iniciar";
|
||||
$text['button-start']['fr-fr'] = "Démarrer";
|
||||
$text['button-registrations']['en-us'] = "Registrations";
|
||||
$text['button-registrations']['es-cl'] = "Inscripciones";
|
||||
$text['button-registrations']['pt-pt'] = "Inscrições";
|
||||
$text['button-registrations']['fr-fr'] = "Enregistrements";
|
||||
$text['button-registrations']['pt-br'] = "Inscrições";
|
||||
$text['button-registrations']['pl'] = "Rejestracje";
|
||||
|
||||
$text['button-stop']['en-us'] = "Stop";
|
||||
$text['button-stop']['es-cl'] = "Detener";
|
||||
$text['button-stop']['pt-pt'] = "Parar";
|
||||
$text['button-stop']['fr-fr'] = "Stop";
|
||||
$text['button-flush_registrations']['en-us'] = "Flush Registrations";
|
||||
$text['button-flush_registrations']['es-cl'] = "Inscripciones Flush";
|
||||
$text['button-flush_registrations']['pt-pt'] = "Inscrições Lavar";
|
||||
$text['button-flush_registrations']['fr-fr'] = "Nettoyer enregistrements";
|
||||
$text['button-flush_registrations']['pt-br'] = "Nivelar Inscrições ";
|
||||
$text['button-flush_registrations']['pl'] = "Wyrejestruj";
|
||||
|
||||
$text['button-restart']['en-us'] = "Restart";
|
||||
$text['button-restart']['es-cl'] = "Reanudar";
|
||||
$text['button-restart']['pt-pt'] = "Restart";
|
||||
$text['button-restart']['fr-fr'] = "Redémarrer";
|
||||
$text['button-flush_memcache']['en-us'] = "Flush Memcache";
|
||||
$text['button-flush_memcache']['es-cl'] = "Memcache Flush";
|
||||
$text['button-flush_memcache']['pt-pt'] = "Memcache Lavar";
|
||||
$text['button-flush_memcache']['fr-fr'] = "Vider Memcache";
|
||||
$text['button-flush_memcache']['pt-br'] = "Nivelar memória cache";
|
||||
$text['button-flush_memcache']['pl'] = "Opróżnij pamięć podręczną (memcache)";
|
||||
|
||||
$text['button-rescan']['en-us'] = "Rescan";
|
||||
$text['button-rescan']['es-cl'] = "Vuelva a Explorar";
|
||||
$text['button-rescan']['pt-pt'] = "Redigitalize";
|
||||
$text['button-rescan']['fr-fr'] = "Rescan";
|
||||
|
||||
$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-type']['en-us'] = "Type";
|
||||
$text['label-type']['es-cl'] = "Tipo";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
|
||||
$text['label-data']['en-us'] = "Data";
|
||||
$text['label-data']['es-cl'] = "Datos";
|
||||
$text['label-data']['pt-pt'] = "Dados";
|
||||
$text['label-data']['fr-fr'] = "Données";
|
||||
|
||||
$text['label-state']['en-us'] = "State";
|
||||
$text['label-state']['es-cl'] = "Estado";
|
||||
$text['label-state']['fr-fr'] = "Etat";
|
||||
$text['label-state']['pt-pt'] = "Estado";
|
||||
?>
|
||||
Reference in New Issue
Block a user