diff --git a/web/inc/i18n/bs.php b/web/inc/i18n/bs.php index 04b2d153..2a9c168d 100644 --- a/web/inc/i18n/bs.php +++ b/web/inc/i18n/bs.php @@ -110,6 +110,10 @@ $LANG['bs'] = array( 'Generating CSR' => 'Generisanje CSR-a', 'Listing' => 'Listing', 'Search Results' => 'Rezultati pretrage', + 'Search Results' => 'Search Results', + 'Adding Firewall Rule' => 'Dodavanje pravdla', + 'Editing Firewall Rule' => 'Izmjena pravidla', + 'Adding IP Address to Banlist' => 'Dodavanje IP adrese', 'active' => 'aktivan', 'spnd' => 'blokirano', @@ -329,6 +333,13 @@ $LANG['bs'] = array( 'State / Province' => 'Država / Predio', 'City / Locality' => 'Grad / Mjesto', 'Organization' => 'Organizacija', + 'Action' => 'Akcija', + 'Protocol' => 'Protokol', + 'Port' => 'Port', + 'Comment' => 'Komentar', + 'Banlist' => 'Banlist', + 'ranges are acceptable' => 'rasponi su prihvatljivi', + 'CIDR format is supported' => 'CIDR format je podržan', '1 account' => '1 račun', '%s accounts' => '%s računa', @@ -355,6 +366,9 @@ $LANG['bs'] = array( '1 object' => '1 object', '%s objects' => '%s objects', 'no exclusions' => 'nema isključenja', + '1 rule' => '1 rule', + '%s rules' => '%s rules', + 'There are no currently banned IP' => 'Ne postoji trenutno zabranjen IP', 'USER_CREATED_OK' => 'Korisnik %s je uspješno napravljen.', 'WEB_DOMAIN_CREATED_OK' => 'Domena %s je uspješno napravljena.', @@ -367,8 +381,11 @@ $LANG['bs'] = array( 'IP_CREATED_OK' => 'IP adrese %s su uspješno napravljene.', 'PACKAGE_CREATED_OK' => 'Paket %s je uspješno napravljen.', 'SSL_GENERATED_OK' => 'Certifikat je uspješno generisan.', + 'RULE_CREATED_OK' => 'Pravilo je uspješno kreiran.', 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled', 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled', + 'Cronjob email reporting has been successfully enabled' => 'Cronjob izvještavanje je uspješno omogućen', + 'Cronjob email reporting has been successfully disabled' => 'Cronjob izvještavanje je uspješno onemogućen', 'Changes has been saved.' => 'Postavke su uspješno sačuvane.', 'Confirmation' => 'Potvrda', 'DELETE_USER_CONFIRMATION' => 'Da li ste sigurni da želite obrisati %s?', @@ -393,6 +410,9 @@ $LANG['bs'] = array( 'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure to delete %s exclusion?', 'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure to delete package %s?', 'DELETE_IP_CONFIRMATION' => 'Are you sure to delere IP address %s?', + 'DELETE_RULE_CONFIRMATION' => 'Are you sure you want to delete rule #%s?', + 'SUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to suspend rule #%s?', + 'UNSUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to unsuspend rule #%s?', 'RESTART_CONFIRMATION' => 'Are you sure you want to restart %s?', 'Welcome' => 'Dobrodošli', 'LOGGED_IN_AS' => 'Logovani ste kao %s',