X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsr.lang.php;h=7e7d7f4d1a3f007bfb8edb5e310fcb3605fd2161;hb=98dfff814b103b57c450173804f92a255909a3ba;hp=4dc9e58e3f94f82dfbfb85dc51833d49b8d1a66c;hpb=a67c7fec533237be9be83379eb19fbbf51174c9a;p=timetracker.git diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 4dc9e58e..7e7d7f4d 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -229,6 +229,7 @@ $i18n_key_words = array( // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', // 'label.work_units' => 'Work units', +'label.totals_only' => 'Samo zbirno', // Form titles. 'title.login' => 'Prijava', @@ -386,7 +387,6 @@ $i18n_key_words = array( 'form.reports.group_by_client' => 'klijent', 'form.reports.group_by_project' => 'projekat', 'form.reports.group_by_task' => 'zadatak', -'form.reports.totals_only' => 'Samo zbirno', // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). @@ -456,7 +456,7 @@ $i18n_key_words = array( 'form.export.compression_none' => 'ništa', 'form.export.compression_bzip' => 'bzip', -// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first). 'form.import.hint' => 'Uvezi podatke timova iz xml fajla.', // TODO: replace "team" with "group". 'form.import.file' => 'Odaberi datoteku', 'form.import.success' => 'Uvoz uspešan.', @@ -511,6 +511,11 @@ $i18n_key_words = array( // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', // 'form.swap.swap_with' => 'Swap roles with', +// Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin. +// TODO: translate the following. +// 'form.work_units.minutes_in_unit' => 'Minutes in unit', +// 'form.work_units.1st_unit_threshold' => '1st unit threshold', + // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. // TODO: translate the following. // 'role.user.label' => 'User',