X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fpl.lang.php;h=272ea88c600d70b4cc19fb3093c8df01d1f05593;hb=5d654698cf0f12e3f4f0848bcf02440a945a2bc8;hp=bd4c6bc9376863e859449097308149dc1c2da550;hpb=6e543aee2b2758d24d4ab4886f8a623c24104327;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index bd4c6bc9..272ea88c 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -121,6 +121,8 @@ $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', @@ -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ś', @@ -209,6 +213,10 @@ $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', // Form titles. 'title.login' => 'Logowanie', @@ -300,6 +308,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 @@ -329,6 +340,10 @@ $i18n_key_words = array( // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'Ten wpis ma określony jedynie czas rozpoczęcia. To nie jest błąd.', +// Week view form. See example at https://timetracker.anuko.com/week.php. +// TODO: translate the following. +// 'form.week.new_entry' => 'New entry', + // 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?', @@ -359,6 +374,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',