Added a string to localization files.
[timetracker.git] / WEB-INF / resources / pl.lang.php
index fc379fe..13b79c8 100644 (file)
@@ -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.',
@@ -200,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.
@@ -214,6 +218,8 @@ $i18n_key_words = array(
 // 'label.expense' => 'Expense',
 // 'label.quantity' => 'Quantity',
 // 'label.paid_status' => 'Paid status',
+// 'label.paid' => 'Paid',
+// 'label.mark_paid' => 'Mark paid',
 
 // Form titles.
 'title.login' => 'Logowanie',
@@ -305,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
@@ -361,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).