Skip to content

Commit 2f06e86

Browse files
committed
Firewall phrases for Albabanian.
1 parent d973e7c commit 2f06e86

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

web/inc/i18n/bs.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
'Generating CSR' => 'Generisanje CSR-a',
111111
'Listing' => 'Listing',
112112
'Search Results' => 'Rezultati pretrage',
113+
'Search Results' => 'Search Results',
114+
'Adding Firewall Rule' => 'Dodavanje pravdla',
115+
'Editing Firewall Rule' => 'Izmjena pravidla',
116+
'Adding IP Address to Banlist' => 'Dodavanje IP adrese',
113117

114118
'active' => 'aktivan',
115119
'spnd' => 'blokirano',
@@ -329,6 +333,13 @@
329333
'State / Province' => 'Država / Predio',
330334
'City / Locality' => 'Grad / Mjesto',
331335
'Organization' => 'Organizacija',
336+
'Action' => 'Akcija',
337+
'Protocol' => 'Protokol',
338+
'Port' => 'Port',
339+
'Comment' => 'Komentar',
340+
'Banlist' => 'Banlist',
341+
'ranges are acceptable' => 'rasponi su prihvatljivi',
342+
'CIDR format is supported' => 'CIDR format je podržan',
332343

333344
'1 account' => '1 račun',
334345
'%s accounts' => '%s računa',
@@ -355,6 +366,9 @@
355366
'1 object' => '1 object',
356367
'%s objects' => '%s objects',
357368
'no exclusions' => 'nema isključenja',
369+
'1 rule' => '1 rule',
370+
'%s rules' => '%s rules',
371+
'There are no currently banned IP' => 'Ne postoji trenutno zabranjen IP',
358372

359373
'USER_CREATED_OK' => 'Korisnik <a href="/edit/user/?user=%s"><b>%s</b></a> je uspješno napravljen.',
360374
'WEB_DOMAIN_CREATED_OK' => 'Domena <a href="/edit/web/?domain=%s"><b>%s</b></a> je uspješno napravljena.',
@@ -367,8 +381,11 @@
367381
'IP_CREATED_OK' => 'IP adrese <a href="/edit/ip/?ip=%s"><b>%s</b></a> su uspješno napravljene.',
368382
'PACKAGE_CREATED_OK' => 'Paket <a href="/edit/package/?package=%s"><b>%s</b></a> je uspješno napravljen.',
369383
'SSL_GENERATED_OK' => 'Certifikat je uspješno generisan.',
384+
'RULE_CREATED_OK' => 'Pravilo je uspješno kreiran.',
370385
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
371386
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
387+
'Cronjob email reporting has been successfully enabled' => 'Cronjob izvještavanje je uspješno omogućen',
388+
'Cronjob email reporting has been successfully disabled' => 'Cronjob izvještavanje je uspješno onemogućen',
372389
'Changes has been saved.' => 'Postavke su uspješno sačuvane.',
373390
'Confirmation' => 'Potvrda',
374391
'DELETE_USER_CONFIRMATION' => 'Da li ste sigurni da želite obrisati %s?',
@@ -393,6 +410,9 @@
393410
'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure to delete %s exclusion?',
394411
'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure to delete package %s?',
395412
'DELETE_IP_CONFIRMATION' => 'Are you sure to delere IP address %s?',
413+
'DELETE_RULE_CONFIRMATION' => 'Are you sure you want to delete rule #%s?',
414+
'SUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to suspend rule #%s?',
415+
'UNSUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to unsuspend rule #%s?',
396416
'RESTART_CONFIRMATION' => 'Are you sure you want to restart %s?',
397417
'Welcome' => 'Dobrodošli',
398418
'LOGGED_IN_AS' => 'Logovani ste kao %s',

0 commit comments

Comments
 (0)