From 899771dc79ad6cf1beffd4c867539a84b53a330d Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 11 Mar 2010 05:10:16 -0500 Subject: [PATCH] Merged all language files. --- interface/web/login/lib/lang/ro.lng | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/interface/web/login/lib/lang/ro.lng b/interface/web/login/lib/lang/ro.lng index 2428f16..bcd64f4 100644 --- a/interface/web/login/lib/lang/ro.lng +++ b/interface/web/login/lib/lang/ro.lng @@ -1,8 +1,4 @@ <?php -$wb['1001'] = 'Username sau Password necompletat.'; -$wb['1002'] = 'Username or Password gresit.'; -$wb['1003'] = 'User blocat'; -$wb['1004'] = 'Prea multe Login -uri gresite. Te rog incearca dupa 15 minute'; $wb['pass_reset_txt'] = 'O noua parola va fi generata si trimisa catre mail-ul tau daca mail-ul de la clienti coincide cu acest mail introdus.'; $wb['pw_reset'] = 'Parola a fost schimbata si trimisa la mail-ul tau.'; $wb['pw_error'] = 'Username sau email nu s epotrivesc'; @@ -11,5 +7,11 @@ $wb['pw_reset_mail_title'] = 'parola panoului de control a fost schimbata'; $wb['user_regex_error'] = 'Username contine caractere nepermise sau are mai mult de 64 caractere'; $wb['pw_error_length'] = 'Lungime parola > 64 caractere.'; +$wb['error_user_password_empty'] = 'Username or Password empty.'; +$wb['error_user_password_incorrect'] = 'Username or Password wrong.'; +$wb['error_user_blocked'] = 'User is blocked.'; +$wb['error_user_too_many_logins'] = 'To many wrong logins, Please retry it after 15 minutes'; +$wb['username_txt'] = 'Username'; +$wb['password_txt'] = 'Password'; +$wb['login_button_txt'] = 'Login'; ?> - -- Gitblit v1.9.1