X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/eb1332ec4a8cc403d3531bd472e9060dfe5e5d94..fb0a15c54cf53b1ba342342e93502d0a2e814498:/WEB-INF/resources/pl.lang.php diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 28e8a0ac..040eed5f 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -99,6 +99,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.role_exists' => 'Role with this rank already exists.', 'error.no_invoiceable_items' => 'Brak przedmiotów do faktury.', +// TODO: translate the following. +// 'error.no_records' => 'There are no records.', 'error.no_login' => 'Użytkownik o takiej nazwie nie istnieje.', 'error.no_groups' => 'Twoja baza danych jest pusta. Zaloguj siÄ jako administrator i stwórz nowy zespóÅ.', // TODO: replace "team" with "group". 'error.upload' => 'BÅÄ d podczas wysyÅania pliku.', @@ -142,8 +144,6 @@ $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', @@ -347,6 +347,7 @@ $i18n_key_words = array( // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', // 'title.work_units' => 'Work Units', +// 'title.templates' => 'Templates', // 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. @@ -372,6 +373,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'klienci', 'dropdown.select' => '--- wybierz ---', 'dropdown.select_invoice' => '--- wybierz fakturÄ ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'aktywny', 'dropdown.status_inactive' => 'nieaktywny', 'dropdown.delete' => 'usuÅ', @@ -446,10 +449,10 @@ $i18n_key_words = array( 'form.report.export' => 'Eksport', // TODO: translate the following. // 'form.report.assign_to_invoice' => 'Assign to invoice', +// 'form.report.assign_to_timesheet' => 'Assign to timesheet', // 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', @@ -597,4 +600,13 @@ $i18n_key_words = array( // 'role.admin.label' => 'Administrator', // 'role.admin.low_case_label' => 'administrator', // 'role.admin.description' => 'Site adminsitrator.', + +// Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php. +// TODO: translate the following. +// 'form.timesheet_view.submit_subject' => 'Timesheet approval request', +// 'form.timesheet_view.submit_body' => "A new timesheet requires approval.
User: %s.", +// 'form.timesheet_view.approve_subject' => 'Timesheet approved', +// 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.
%s", +// 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved', +// 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.
%s", );