X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=27985c62de033f1153f18de0b0d3e0a9e226b129;hb=af80607509fae805aae37ba966f24aa50986fe9d;hp=c4218e4beff47df26230953e6df4874b5f99db52;hpb=e447782c5838a9715a7443a028d403aadf52a479;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index c4218e4b..27985c62 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -142,10 +142,15 @@ $i18n_key_words = array( 'button.send' => 'Wyślij', 'button.send_by_email' => 'Wyślij e-mail', 'button.create_group' => 'Stwórz zespół', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Eksportuj zespół', // TODO: replace "team" with "group". 'button.import' => 'Importuj zespół', // TODO: replace "team" with "group". 'button.close' => 'Zamknij', 'button.stop' => 'Zatrzymaj', +// TODO: translate the following. +// 'button.approve' => 'Approve', +// 'button.disapprove' => 'Disapprove', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.group_name' => 'Nazwa zespołu', // TODO: replace "team" with "group". @@ -257,6 +262,7 @@ $i18n_key_words = array( // 'label.timesheet' => 'Timesheet', // 'label.submitted' => 'Submitted', // 'label.approved' => 'Approved', +// 'label.approval' => 'Report approval', // Form titles. 'title.error' => 'Błąd', @@ -315,6 +321,10 @@ $i18n_key_words = array( 'title.add_notification' => 'Dodawanie powiadomienia', 'title.edit_notification' => 'Edytowanie powiadomienia', 'title.delete_notification' => 'Usuwanie powiadomienia', +// TODO: translate the following. +// 'title.add_timesheet' => 'Adding Timesheet', +// 'title.edit_timesheet' => 'Editing Timesheet', +// 'title.delete_timesheet' => 'Deleting Timesheet', // 'title.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'Eksport danych zespołu', // TODO: replace "team" with "group". 'title.import' => 'Import danych zespołu', // TODO: replace "team" with "group". @@ -413,6 +423,12 @@ $i18n_key_words = array( 'form.reports.include_not_billable' => 'bezpłatne', 'form.reports.include_invoiced' => 'fakturowane', 'form.reports.include_not_invoiced' => 'nie fakturowane', +// TODO: translate the following. +// 'form.reports.include_assigned' => 'assigned', +// 'form.reports.include_not_assigned' => 'not assigned', +// 'form.reports.include_pending' => 'pending', +// 'form.reports.include_approved' => 'approved', +// 'form.reports.include_not_approved' => 'not approved', 'form.reports.select_period' => 'Wybierz okres', 'form.reports.set_period' => 'lub ustaw daty', 'form.reports.show_fields' => 'Pokaż pola', @@ -433,6 +449,8 @@ $i18n_key_words = array( // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php // TODO: translate the following. // form.timesheets.hint' => 'Use reports to add new timesheets.', +// 'form.timesheets.active_timesheets' => 'Active Timesheets', +// 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). @@ -562,7 +580,7 @@ $i18n_key_words = array( // 'role.user.description' => 'A regular member without management rights.', // 'role.client.label' => 'Client', // 'role.client.low_case_label' => 'client', -// 'role.client.description' => 'A client can view its own reports, charts, and invoices.', +// 'role.client.description' => 'A client can view its own data.', // 'role.supervisor.label' => 'Supervisor', // 'role.supervisor.low_case_label' => 'supervisor', // 'role.supervisor.description' => 'A person with a small set of management rights.',