Update language files (i18n/*.php).

- Add missing key
  - 'Your certificate will be ...' (en.php)
  - 'no notifications'
  - 'configure'

- Fix several typos

- Sort keys

- Remove certain comments
This commit is contained in:
Flat 2016-11-28 22:30:59 +09:00
commit 46302f6fe1
29 changed files with 296 additions and 280 deletions

View file

@ -40,6 +40,8 @@ $LANG['bs'] = array(
'NETWORK' => 'MREŠA',
'Web Log Manager' => 'Web Log Manager',
'no notifications' => 'no notifications',
'Add User' => 'Dodaj korisnika',
'Add Domain' => 'Dodaj domenu',
'Add Web Domain' => 'Dodaj web domenu',
@ -107,6 +109,7 @@ $LANG['bs'] = array(
'disable autoupdate' => 'onemogućiti autoupdate',
'turn on notifications' => 'turn on notifications',
'turn off notifications' => 'turn off notifications',
'configure' => 'configure',
'Adding User' => 'Dodavanje korisnika',
'Editing User' => 'Izmjena korisnika',
@ -191,8 +194,8 @@ $LANG['bs'] = array(
'SSL Support' => 'SSL podrška',
'SSL Home Directory' => 'SSL direktorij',
'Lets Encrypt Support' => 'Lets Encrypt Support',
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
'Lets Encrypt' => 'Lets Encrypt',
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
'Proxy Support' => 'Proxy podrška',
'Proxy Extensions' => 'Proxy ekstenzije',
'Web Statistics' => 'Web statistika',
@ -249,6 +252,7 @@ $LANG['bs'] = array(
'MySQL Usage on localhost' => 'MySQL na localhostu',
'PostgreSQL Usage on localhost' => 'PostgreSQL na localhostu',
'Bandwidth Usage eth0' => 'Bandwidth na eth0',
'Bandwidth Usage eth1' => 'Bandwidth na eth1',
'Exim Usage' => 'Exim upotreba',
'FTP Usage' => 'FTP upotreba',
'SSH Usage' => 'SSH upotreba',
@ -448,7 +452,7 @@ $LANG['bs'] = array(
'PACKAGE_CREATED_OK' => 'Paket <a href="/edit/package/?package=%s"><b>%s</b></a> je uspješno napravljen.',
'SSL_GENERATED_OK' => 'Certifikat je uspješno generisan.',
'RULE_CREATED_OK' => 'Pravilo je uspješno kreiran.',
'BANLIST_CREATED_OK' => 'IP adresa je uspješno zabranjena', // I'm not sure about this text
'BANLIST_CREATED_OK' => 'IP adresa je uspješno zabranjena',
'Autoupdate has been successfully enabled' => 'Automatsko ažuriranje uspješno omogućeno',
'Autoupdate has been successfully disabled' => 'Automatsko ažuriranje je onemogućeno',
'Cronjob email reporting has been successfully enabled' => 'Cronjob izvještavanje je uspješno omogućen',
@ -524,7 +528,7 @@ $LANG['bs'] = array(
'Confirm Password' => 'Potvrdi šifru',
'Reset' => 'Reset',
'Reset Code' => 'Resetuj kod',
'RESET_NOTICE' => '', // should we add something here?
'RESET_NOTICE' => '',
'RESET_CODE_SENT' => 'Kod resetovane šifre je poslan na vašu mail adresu<br>',
'MAIL_RESET_SUBJECT' => 'Šifra je resetovan %s',
'PASSWORD_RESET_REQUEST' => "Za resetovanje šifre slijedite link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nIli, možete ići na https://%s/reset/?action=code&user=%s i unijeti kod:\n%s\n\nAko niste resetovali šifru, ignorišite ovu poruku i prihvatite naše izvinjenje.\n\n--\nVesta kontrolni panel\n",
@ -602,7 +606,7 @@ $LANG['bs'] = array(
'ARCHIVE' => 'ARHIVIRATI',
'EXTRACT' => 'EKSTRAKTOVATI',
'DOWNLOAD' => 'PREUZETI',
'Are you sure?' => 'Da li ste sigurni?', // unused?
'Are you sure?' => 'Da li ste sigurni?',
'Hit' => 'Hit',
'to reload the page' => 'to reload the page',
'Directory name cannot be empty' => 'Directory name cannot be empty',
@ -624,12 +628,13 @@ $LANG['bs'] = array(
'Create' => 'Napraviti',
'Compress' => 'Kompresovati',
'OK' => 'OK',
'YOU ARE COPYING' => 'VRŠI SE KOPIRANJE', // unused?
'YOU ARE COPYING' => 'VRŠI SE KOPIRANJE',
'YOU ARE REMOVING' => 'VRŠI SE PREBACIVANJE',
'Delete items' => 'Brisanje svih stavki',
'Copy files' => 'Kopiranje fajlova',
'Move files' => 'Move files',
'Are you sure you want to copy' => 'Da li ste sigurni da želite kopirati',
'Are you sure you want to move' => 'Are you sure you want to move',
'Are you sure you want to delete' => 'Da li ste sigurni da želite izbrisati',
'into' => 'u',
'existing files will be replaced' => 'postojeći fajlovi će biti zamijenjeni',
@ -704,9 +709,6 @@ $LANG['bs'] = array(
'Minutes' => 'Minuta',
'Hourly' => 'Sahati',
'Daily' => 'Dayly',
'Weekly' => 'Weekly',
'Monthly' => 'Monthly',
'Run Command' => 'Pokreni komandu',
'every month' => 'every month',
'every odd month' => 'every odd month',
@ -751,4 +753,4 @@ $LANG['bs'] = array(
'maximum characters length, including prefix' => 'maksimalna dužina sme biti %s karaktera, uključujući i prefix',
);
);