X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsr.lang.php;h=5fa432f6e45144123da32e83e68d9251ef84d5a1;hb=e0ec0364d761e2dff5a7c0032f04ec1dbae50980;hp=1b57f001e8ebf5f8421ddeaf7289c757adf117d4;hpb=1954fb7aba2f6547e1e278887ab1fe7ed808dab7;p=timetracker.git diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 1b57f001..5fa432f6 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -44,8 +44,11 @@ $i18n_key_words = array( 'menu.logout' => 'Odjava', 'menu.forum' => 'Forum', 'menu.help' => 'Pomoć', -'menu.create_team' => 'Napravi tim', +// TODO: translate the following. +// 'menu.create_group' => 'Create Group', 'menu.profile' => 'Profil', +// TODO: translate the following. +// 'menu.group' => 'Group', 'menu.time' => 'Vreme', 'menu.expenses' => 'Troškovi', 'menu.reports' => 'Izveštaji', @@ -53,7 +56,8 @@ $i18n_key_words = array( 'menu.projects' => 'Projekti', 'menu.tasks' => 'Zadaci', 'menu.users' => 'Korisnici', -'menu.teams' => 'Timovi', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Izvoz', 'menu.clients' => 'Klijenti', 'menu.options' => 'Opcije', @@ -68,6 +72,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Pristup odbijen.', 'error.sys' => 'Greška u sistemu.', 'error.db' => 'Greška u bazi podataka.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Pogrešan "{0}" podatak.', 'error.empty' => 'Polje "{0}" je prazno.', 'error.not_equal' => 'Polje "{0}" nije jednak polju "{1}".', @@ -277,6 +283,8 @@ $i18n_key_words = array( 'title.import' => 'Uvoz podataka tim-a', 'title.options' => 'Opcije', 'title.profile' => 'Profil', +// TODO: translate the following. +// 'title.group' => 'Group Settings', 'title.cf_custom_fields' => 'Dodatna polja', 'title.cf_add_custom_field' => 'Dodavanje dodatnih polja', 'title.cf_edit_custom_field' => 'Izmena dodatnih polja', @@ -450,6 +458,8 @@ $i18n_key_words = array( 'form.teams.hint' => 'Napravite novi tim. Počnite sa otvaranjem naloga za Menadžera.
Takođe možete uvoziti podatke iz xml fajla sa drugog Anuko Time Tracker server-a (dupliranje prijava nisu dozvoljeni).', // Forma profila. Pogledajte primer na at https://timetracker.anuko.com/profile_edit.php. +// TODO: translate the following. +// 'form.profile.swap_roles' => 'Swap roles', 'form.profile.12_hours' => '12 časova', 'form.profile.24_hours' => '24 časova', // TODO: translate the following. @@ -477,7 +487,7 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Izveštaj poslat.', 'form.mail.invoice_sent' => 'Račun poslat.', -// Quotas configuration form. +// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. // TODO: translate the following. // 'form.quota.year' => 'Year', // 'form.quota.month' => 'Month', @@ -485,6 +495,11 @@ $i18n_key_words = array( // 'form.quota.workday_hours' => 'Hours in a work day', // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', +// Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. +// TODO: translate the following. +// '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', + // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. // TODO: translate the following. // 'role.user.label' => 'User',