X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=ccb91b3e93666aeafd9ae6999a073287da652347;hb=78fe66a36428eb15c2c7e60bbccc1d557d0ab502;hp=376dbbaf82410cc2cd7594f1125513d2ee84bc9e;hpb=2bfbf9aa34b4e672ceba72003e294a0a6c5c7972;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 376dbbaf..ccb91b3e 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '01/05', '04/05', '04/06', '05/01', '05/03', '05 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Zaloguj', 'menu.logout' => 'Wyloguj', @@ -79,6 +79,8 @@ $i18n_key_words = array( 'error.task' => 'Wybierz zadanie.', 'error.client' => 'Wybierz klienta.', 'error.report' => 'Wybierz raport.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Błędny login lub hasło.', 'error.user_exists' => 'Użytkownik o takiej nazwie już istnieje.', 'error.project_exists' => 'Projekt o takiej nazwie już istnieje.', @@ -121,8 +123,6 @@ $i18n_key_words = array( 'button.import' => 'Importuj zespół', 'button.close' => 'Zamknij', 'button.stop' => 'Zatrzymaj', -// TODO: translate the following. -// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Nazwa zespołu', @@ -219,6 +219,9 @@ $i18n_key_words = array( // 'label.quantity' => 'Quantity', // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', +// 'label.mark_paid' => 'Mark paid', +// 'label.week_note' => 'Week note', +// 'label.week_list' => 'Week list', // Form titles. 'title.login' => 'Logowanie', @@ -281,6 +284,7 @@ $i18n_key_words = array( // It is also a name for the Locking plugin on the Team profile page. // TODO: translate the following. // 'title.locking' => 'Locking', +// 'title.week_view' => 'Week View', // 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. @@ -349,7 +353,6 @@ $i18n_key_words = array( // Reports form. See example at https://timetracker.anuko.com/reports.php 'form.reports.save_as_favorite' => 'Zapisz jako ulubiony', 'form.reports.confirm_delete' => 'Czy na pewno chcesz usunąć ten ulubiony raport?', -'form.reports.include_records' => 'Zawrzyj wpisy', 'form.reports.include_billable' => 'płatne', 'form.reports.include_not_billable' => 'bezpłatne', 'form.reports.include_invoiced' => 'fakturowane', @@ -369,6 +372,8 @@ $i18n_key_words = array( // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). 'form.report.export' => 'Eksport', +// TODO: translate the following. +// 'form.report.assign_to_invoice' => 'Assign to invoice', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). @@ -402,21 +407,21 @@ $i18n_key_words = array( 'form.users.rate' => 'Stawka', 'form.users.default_rate' => 'Domyślna stawka godzinowa', -// Client delete form. See example at https://timetracker.anuko.com/client_delete.php. -'form.client.client_to_delete' => 'Klient do usunięcia', -'form.client.client_entries' => 'Wpisy dot. klienta', - // Clients form. See example at https://timetracker.anuko.com/clients.phpp 'form.clients.active_clients' => 'Aktywni klienci', 'form.clients.inactive_clients' => 'Nieaktywni klienci', -// Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php. +'form.client.client_to_delete' => 'Klient do usunięcia', +'form.client.client_entries' => 'Wpisy dot. klienta', + +// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php 'form.export.hint' => 'Możesz wyeksportować wszystkie dane zespołu do pliku xml. Przydatne przy migracji danych na własny serwer.', 'form.export.compression' => 'Kompresja', 'form.export.compression_none' => 'brak', 'form.export.compression_bzip' => 'bzip', -// Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Import danych zespołu z pliku xml.', 'form.import.file' => 'Wybierz plik', 'form.import.success' => 'Import zakończony powodzeniem.', @@ -435,6 +440,10 @@ $i18n_key_words = array( 'form.profile.type_all' => 'wszystko', 'form.profile.type_start_finish' => 'początek i koniec', 'form.profile.type_duration' => 'czas trwania', +// TODO: translate the following. +// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.uncompleted_indicators_none' => 'do not show', +// 'form.profile.uncompleted_indicators_show' => 'show', 'form.profile.plugins' => 'Dodatkowe moduły', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.