X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=aa6a2ceffcae9b659a755254596078a6ca7b6632;hb=e85347d56f89d7fcc5e68763038551687f291b5c;hp=326ab86cd08a8b3d262041eccc30554d14bc3cad;hpb=ed41335d63e71a11d30e92f4367106e9398adf9d;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 326ab86c..aa6a2cef 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -33,8 +33,6 @@ $i18n_language = 'Polish (Polski)'; $i18n_months = array('Styczeń', 'Luty', 'Marzec', 'Kwiecień', 'Maj', 'Czerwiec', 'Lipiec', 'Sierpień', 'Wrzesień', 'Październik', 'Listopad', 'Grudzień'); $i18n_weekdays = array('Niedziela', 'Poniedziałek', 'Wtorek', 'Środa', 'Czwartek', 'Piątek', 'Sobota'); $i18n_weekdays_short = array('Nd', 'Pon', 'Wt', 'Śr', 'Czw', 'Pt', 'Sob'); -// format mm/dd -$i18n_holidays = array('01/01', '01/05', '04/05', '04/06', '05/01', '05/03', '05/24', '06/04', '08/15', '11/01', '11/11', '12/25', '12/26'); $i18n_key_words = array( @@ -45,7 +43,7 @@ $i18n_key_words = array( 'menu.forum' => 'Forum', 'menu.help' => 'Pomoc', // TODO: translate the following. -// 'menu.create_group' => 'Create Group', +// 'menu.register' => 'Register', 'menu.profile' => 'Profil', // TODO: translate the following. // 'menu.group' => 'Group', @@ -243,6 +241,8 @@ $i18n_key_words = array( 'label.custom_fields' => 'Niestandardowe pola', // Translate the following. // 'label.monthly_quotas' => 'Monthly quotas', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Rodzaj', 'label.type_dropdown' => 'lista rozwijana', 'label.type_text' => 'tekst', @@ -255,6 +255,7 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_menu' => 'Week menu', // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', // 'label.work_units' => 'Work units', @@ -398,6 +399,9 @@ $i18n_key_words = array( // 'dropdown.previous_year' => 'previous year', 'dropdown.selected_year' => 'rok', 'dropdown.all_time' => 'od początku', +// TODO: translate the following. +// 'dropdown.time' => 'time', +// 'dropdown.user' => 'user', 'dropdown.projects' => 'projekty', 'dropdown.tasks' => 'zadania', 'dropdown.clients' => 'klienci', @@ -565,7 +569,6 @@ $i18n_key_words = array( 'form.group_edit.24_hours' => '24 godziny', // 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' => 'Tryb śledzenia', 'form.group_edit.mode_time' => 'czas', @@ -582,6 +585,7 @@ $i18n_key_words = array( // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', // 'form.group_edit.confirm_save' => 'Confirm saving', // 'form.group_edit.allow_ip' => 'Allow IP', +// 'form.group_edit.advanced_settings' => 'Advanced settings', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.