Skip to content

Commit 728cfb9

Browse files
committed
Firewall phrases for Romanian.
1 parent b2a1e52 commit 728cfb9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

web/inc/i18n/ro.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
'Statistics' => 'Statistică',
1414
'Log' => 'Log',
1515
'Services' => 'Servicii',
16+
'Firewall' => 'Firewall',
1617
'Updates' => 'Actualizări',
1718
'Log in' => 'Log in',
1819
'Log out' => 'Log out',
@@ -39,6 +40,8 @@
3940
'Restore All' => 'Restaurare toate',
4041
'Add Package' => 'Adăugare pachet',
4142
'Add IP' => 'Adăugare IP',
43+
'Add Rule' => 'Adăugare regulă',
44+
'Ban IP Address' => 'Blocare IP',
4245
'Search' => 'Сăutare',
4346
'Add one more FTP Account' => 'Inca un FTP count',
4447
'Overall Statistics' => 'Statistică rezumativă',
@@ -74,6 +77,7 @@
7477
'list accounts' => 'arata conturi: %s',
7578
'add account' => 'adaugă contul',
7679
'open webmail' => 'deschide webmail',
80+
'list fail2ban' => 'arată fail2ban',
7781
'open %s' => 'deschide %s',
7882
'download' => 'descărca',
7983
'restore' => 'restabili',
@@ -87,6 +91,8 @@
8791
'reread IP' => 'recitește IP',
8892
'enable autoupdate' => 'activa autoupdate',
8993
'disable autoupdate' => 'deactiva autoupdate',
94+
'turn on notifications' => 'activa notificarea',
95+
'turn off notifications' => 'deactiva notificarea',
9096

9197
'Adding User' => 'Adăugare utilizator',
9298
'Editing User' => 'Editare utilizator',
@@ -112,6 +118,9 @@
112118
'Generating CSR' => 'Generare CSR',
113119
'Listing' => 'Vizualizare',
114120
'Search Results' => 'Rezultatele căutării',
121+
'Adding Firewall Rule' => 'Adăugare regulă',
122+
'Editing Firewall Rule' => 'Editare regulă',
123+
'Adding IP Address to Banlist' => 'Blocarea IP',
115124

116125
'active' => 'activ',
117126
'spnd' => 'suspendat',
@@ -331,6 +340,13 @@
331340
'State / Province' => 'Județ',
332341
'City / Locality' => 'Oraș / Localitate',
333342
'Organization' => 'Organizație',
343+
'Action' => 'Acțiune',
344+
'Protocol' => 'Protocol',
345+
'Port' => 'Port',
346+
'Comment' => 'Comentariu',
347+
'Banlist' => 'Banlist',
348+
'ranges are acceptable' => 'intervale sunt acceptabile',
349+
'CIDR format is supported' => 'format CIDR este suportat',
334350

335351
'1 account' => '1 utilizator',
336352
'%s accounts' => '%s utilizatori',
@@ -357,6 +373,9 @@
357373
'1 object' => '1 obiect',
358374
'%s objects' => '%s obiecte',
359375
'no exclusions' => 'nu există excluderi',
376+
'1 rule' => '1 regulă',
377+
'%s rules' => '%s reguli',
378+
'There are no currently banned IP' => 'La moment nu există IP interzise',
360379

361380
'USER_CREATED_OK' => 'Utilizator <a href="/edit/user/?user=%s"><b>%s</b></a> a fost creat cu succes',
362381
'WEB_DOMAIN_CREATED_OK' => 'Domeniu <a href="/edit/web/?domain=%s"><b>%s</b></a> a fost creat cu succes.',
@@ -369,8 +388,11 @@
369388
'IP_CREATED_OK' => '"IP adresa <a href="/edit/ip/?ip=%s"><b>%s</b></a> a fost creată cu succes.',
370389
'PACKAGE_CREATED_OK' => 'Pachet <a href="/edit/package/?package=%s"><b>%s</b></a> a fost creat cu succes.',
371390
'SSL_GENERATED_OK' => 'SSL certificat a fost generat cu succes.',
391+
'RULE_CREATED_OK' => 'Regula a fost creata cu succes.',
372392
'Autoupdate has been successfully enabled' => 'Autoupdate a fost activat cu succes',
373393
'Autoupdate has been successfully disabled' => 'Autoupdate a fost deactivat cu success',
394+
'Cronjob email reporting has been successfully enabled' => 'Raportare cron a fost activată cu succes',
395+
'Cronjob email reporting has been successfully disabled' => 'Raportare cron a fost deactivată cu succes',
374396
'Changes has been saved.' => 'Modificările au fost salvate.',
375397
'Confirmation' => 'Confirmare',
376398
'DELETE_USER_CONFIRMATION' => 'Ești sigur că dorești să ștergi %s?',
@@ -395,6 +417,9 @@
395417
'DELETE_EXCLUSION_CONFIRMATION' => 'Ești sigur că dorești să ștergi excludere %s?',
396418
'DELETE_PACKAGE_CONFIRMATION' => 'Ești sigur că dorești să ștergi %s',
397419
'DELETE_IP_CONFIRMATION' => 'Ești sigur că dorești să șterge IP %s?',
420+
'DELETE_RULE_CONFIRMATION' => 'Ești sigur că dorești să ștergi regulă #%s?',
421+
'SUSPEND_RULE_CONFIRMATION' => 'Ești sigur că dorești să suspendezi regulă #%s?',
422+
'UNSUSPEND_RULE_CONFIRMATION' => 'Ești sigur că dorești să unsuspendezi regulă #%s?',
398423
'RESTART_CONFIRMATION' => 'Ești sigur că dorești să restartezi %s?',
399424
'Welcome' => 'Bun venit',
400425
'LOGGED_IN_AS' => 'Ai intrat ca utilizator %s',

0 commit comments

Comments
 (0)