X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=13b79c8bae9a50c238c01b2e783ef8447dd20d6a;hb=7ffbdd795498e935a5d50fd87c60cea3ab527bfa;hp=94c308743ba522037568b1a5ad102dca0bfa4f7f;hpb=c6ebb0657fa010dc5724ad1ddf4f8866ea9013e0;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 94c30874..13b79c8b 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -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.', @@ -156,6 +158,8 @@ $i18n_key_words = array( 'label.finish' => 'Koniec', 'label.duration' => 'Czas trwania', 'label.note' => 'Uwagi', +// TODO: translate the following. +// 'label.notes' => 'Notes', 'label.item' => 'Pozycja', 'label.cost' => 'Koszt', 'label.day_total' => 'Dziś', @@ -198,6 +202,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.page' => 'Page', // 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Niestandardowe pola', // Translate the following. @@ -209,6 +215,11 @@ $i18n_key_words = array( 'label.fav_report' => 'Ulubiony raport', 'label.cron_schedule' => 'Harmonogram crona', 'label.what_is_it' => 'Co to jest?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', +// 'label.paid' => 'Paid', +// 'label.mark_paid' => 'Mark paid', // Form titles. 'title.login' => 'Logowanie', @@ -300,6 +311,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'nieaktywny', 'dropdown.delete'=>'usuń', 'dropdown.do_not_delete'=>'nie usuwaj', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases @@ -356,6 +370,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). @@ -363,6 +379,8 @@ $i18n_key_words = array( 'form.invoice.person' => 'Osoba', 'form.invoice.invoice_to_delete' => 'Faktura do usunięcia', 'form.invoice.invoice_entries' => 'Wpisy dot. faktury', +// TODO: translate the following. +// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', // Charts form. See example at https://timetracker.anuko.com/charts.phpp 'form.charts.interval' => 'Okres',