mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Registrations - Language fix, customizable auto-refresh feature
This commit is contained in:
@@ -26,6 +26,11 @@
|
||||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
|
||||
$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";
|
||||
|
||||
$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 conexão ao Event Socket falhou.";
|
||||
@@ -51,9 +56,15 @@
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['button-refresh']['en-us'] = "Refresh";
|
||||
$text['button-refresh']['es-cl'] = "Actualizar";
|
||||
$text['button-refresh']['pt-pt'] = "Actualizar";
|
||||
$text['button-refresh']['fr-fr'] = "Rafraîchir";
|
||||
|
||||
$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";
|
||||
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['es-cl'] = "Dominio";
|
||||
$text['label-domain']['pt-pt'] = "Domínio";
|
||||
|
||||
Reference in New Issue
Block a user