Registrations - Language fix, customizable auto-refresh feature

This commit is contained in:
Nate Jones
2014-04-14 21:05:09 +00:00
parent da179fa1c5
commit 365dcae3ab
2 changed files with 43 additions and 4 deletions

View File

@@ -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";