X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fsr.lang.php;h=5165ca61bd6b8ad6279d17fe73685ab84a258aea;hb=a4fd787ff4452eb1a7e3d0c0a24d8fcebd7b8b43;hp=1c7c1929e2bd240220956281522ce5606067d51a;hpb=f12ceba49cb845be385e6b7c7786fc7e5393e802;p=timetracker.git diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 1c7c1929..5165ca61 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -49,7 +49,7 @@ $i18n_key_words = array( 'menu.profile' => 'Profil', // TODO: translate the following. // 'menu.group' => 'Group', -// 'menu.plugins' => 'Plugins', +'menu.plugins' => 'Dodaci', 'menu.time' => 'Vreme', 'menu.expenses' => 'Troškovi', 'menu.reports' => 'Izveštaji', @@ -102,11 +102,17 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', 'error.mail_send' => 'Greška u slanju mejla.', +// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part. +// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', 'error.no_email' => 'Nema imejla pod korisničkom imenom.', 'error.uncompleted_exists' => 'Unos već postoji ali je nekompletan. Zatvorite postojeći ili obrišite unos.', 'error.goto_uncompleted' => 'Prikaži postojeći unos.', 'error.overlap' => 'Navedeni vremenski interval se podudara sa već unetim vremenom.', 'error.future_date' => 'Naveli ste budući datum.', +// TODO: translate the following. +// 'error.xml' => 'Error in XML file at line %d: %s.', +// 'error.cannot_import' => 'Cannot import: %s.', +// 'error.format' => 'Invalid file format.', // Labels for buttons. 'button.login' => 'Prijava', @@ -149,6 +155,8 @@ $i18n_key_words = array( 'label.user' => 'Korisnik', 'label.users' => 'Korisnici', // TODO: translate the following. +// 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => 'Klijent', 'label.clients' => 'Klijenti', @@ -288,7 +296,7 @@ $i18n_key_words = array( 'title.profile' => 'Profil', // TODO: translate the following. // 'title.group' => 'Group Settings', -// 'title.plugins' => 'Plugins', +'title.plugins' => 'Dodaci', 'title.cf_custom_fields' => 'Dodatna polja', 'title.cf_add_custom_field' => 'Dodavanje dodatnih polja', 'title.cf_edit_custom_field' => 'Izmena dodatnih polja', @@ -486,7 +494,6 @@ $i18n_key_words = array( // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', // 'form.group_edit.allow_ip' => 'Allow IP', -'form.group_edit.plugins' => 'Dodaci', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.