X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1c40fb09e97ff643c80e9b96106d891e6fdbde1b..ecbf1ecf19bfeb85794717fc7a6deb7ecc8c5f58:/WEB-INF/resources/sr.lang.php diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 5137ef34..4fa8325d 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -80,10 +80,14 @@ $i18n_key_words = array( // 'error.record' => 'Select record.', 'error.auth' => 'Pogrešno korisničko ime ili lozinka.', 'error.user_exists' => 'Korisnik pod ovim imenom već postoji.', +// TODO: translate the following. +// 'error.object_exists' => 'Object with this name already exists.', 'error.project_exists' => 'Projekat pod ovim nazivom već postoji.', 'error.task_exists' => 'Zadatak pod ovim nazivom već postoji.', 'error.client_exists' => 'Klijent pod ovim imenom već postoji.', 'error.invoice_exists' => 'Račun pod ovim brojem već postoji.', +// TODO: translate the following. +// 'error.role_exists' => 'Role with this rank already exists.', 'error.no_invoiceable_items' => 'Nema stavke za naplatu.', 'error.no_login' => 'Nema korisnika pod ovom prijavom', 'error.no_teams' => 'Vaša baza podataka je prazna. Prijavite se kao administrator i napravite novi tim.', @@ -105,6 +109,7 @@ $i18n_key_words = array( 'button.cancel' => 'Otkaži', 'button.submit' => 'Pošalji', 'button.add' => 'Dodaj', +'button.delete' => 'Obriši', 'button.generate' => 'Napravi', 'button.reset_password' => 'Resetuj lozinku', 'button.send' => 'Pošalji', @@ -410,7 +415,10 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.roles.active_roles' => 'Active Roles', // 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rank' => 'Rank', // 'form.roles.rights' => 'Rights', +// 'form.roles.assigned' => 'Assigned', +// 'form.roles.not_assigned' => 'Not assigned', // Forma klijenata. Pogledajte primer na https://timetracker.anuko.com/clients.php 'form.clients.active_clients' => 'Aktivni klijent',