X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsk.lang.php;h=664c26f5a2938f7b153cfdd791b812b360f249a5;hb=8bc57bab34ec45117348070eec17fb3d00f327fd;hp=3caead3226dbbd54d222d0fe9e112dfc3dd6bab2;hpb=b53f880dcd61797fd2e6609477add03ca757d813;p=timetracker.git diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 3caead32..664c26f5 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -33,8 +33,6 @@ $i18n_language = 'Slovak (Slovenčina)'; $i18n_months = array('Január', 'Február', 'Marec', 'Apríl', 'Máj', 'Jún', 'Júl', 'August', 'September', 'Október', 'November', 'December'); $i18n_weekdays = array('Nedeľa', 'Pondelok', 'Utorok', 'Streda', 'Štvrtok', 'Piatok', 'Sobota'); $i18n_weekdays_short = array('Ne', 'Po', 'Ut', 'St', 'Št', 'Pi', 'So'); -// format mm/dd -$i18n_holidays = array('01/01', '01/06', '03/29', '04/01', '05/01', '05/08', '06/05', '08/29', '09/01', '09/15', '11/01', '11/17', '12/24', '12/25', '12/26'); $i18n_key_words = array( @@ -52,6 +50,7 @@ $i18n_key_words = array( 'menu.plugins' => 'Moduly', 'menu.time' => 'Časový záznam', // TODO: translate the following. +// 'menu.week' => 'Week', // 'menu.expenses' => 'Expenses', 'menu.reports' => 'Zostavy', // TODO: translate the following. @@ -276,6 +275,8 @@ $i18n_key_words = array( // 'label.file' => 'File', // 'label.image' => 'Image', // 'label.download' => 'Download', +'label.active_users' => 'Aktívny používatelia', +'label.inactive_users' => 'Neaktívny používatelia', // Form titles. 'title.error' => 'Chyba', @@ -373,6 +374,12 @@ $i18n_key_words = array( // 'title.edit_file' => 'Editing File', // 'title.delete_file' => 'Deleting File', // 'title.download_file' => 'Downloading File', +// 'title.work' => 'Work', +// 'title.add_work' => 'Adding Work', +// 'title.edit_work' => 'Editing Work', +// 'title.delete_work' => 'Deleting Work', +// 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups. +// 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups. // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -512,8 +519,6 @@ $i18n_key_words = array( 'form.tasks.inactive_tasks' => 'Neaktívne úlohy', // Users form. See example at https://timetracker.anuko.com/users.php -'form.users.active_users' => 'Aktívny používatelia', -'form.users.inactive_users' => 'Neaktívny používatelia', // TODO: translate the following. // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'Rola', @@ -565,7 +570,7 @@ $i18n_key_words = array( 'form.group_edit.24_hours' => '24-hodinový', // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', -// 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Režim sledovania', 'form.group_edit.mode_time' => 'čas', 'form.group_edit.mode_projects' => 'projekty', @@ -646,5 +651,6 @@ $i18n_key_words = array( // Display Options form. See example at https://timetracker.anuko.com/display_options.php. // TODO: translate the following. +// 'form.display_options.menu' => 'Menu', // 'form.display_options.note_on_separate_row' => 'Note on separate row', );