Combined various add button labels into one.
[timetracker.git] / WEB-INF / resources / pl.lang.php
index 7ea5e96..70946e2 100644 (file)
@@ -107,12 +107,6 @@ $i18n_key_words = array(
 'button.copy' => 'Kopiuj',
 'button.cancel' => 'Anuluj',
 'button.submit' => 'Zatwierdź',
-'button.add_user' => 'Dodaj użytkownika',
-'button.add_project' => 'Dodaj projekt',
-'button.add_task' => 'Dodaj zadanie',
-'button.add_client' => 'Dodaj klienta',
-'button.add_invoice' => 'Dodaj fakturę',
-'button.add_option' => 'Dodaj opcję',
 'button.add' => 'Dodaj',
 'button.generate' => 'Wygeneruj',
 'button.reset_password' => 'Resetuj hasło',
@@ -145,6 +139,8 @@ $i18n_key_words = array(
 'label.end_date' => 'Data końcowa',
 'label.user' => 'Użytkownik',
 'label.users' => 'Użytkownicy',
+// TODO: translate the following.
+// 'label.roles' => 'Roles',
 'label.client' => 'Klient',
 'label.clients' => 'Klienci',
 'label.option' => 'Opcja',
@@ -407,6 +403,12 @@ $i18n_key_words = array(
 'form.users.rate' => 'Stawka',
 'form.users.default_rate' => 'Domyślna stawka godzinowa',
 
+// Roles form. See example at https://timetracker.anuko.com/roles.php
+// TODO: translate the following.
+// 'form.roles.active_roles' => 'Active Roles',
+// 'form.roles.inactive_roles' => 'Inactive Roles',
+// 'form.roles.rights' => 'Rights',
+
 // Clients form. See example at https://timetracker.anuko.com/clients.phpp
 'form.clients.active_clients' => 'Aktywni klienci',
 'form.clients.inactive_clients' => 'Nieaktywni klienci',
@@ -443,7 +445,9 @@ $i18n_key_words = array(
 'form.profile.type_start_finish' => 'początek i koniec',
 'form.profile.type_duration' => 'czas trwania',
 // TODO: translate the following.
+// 'form.profile.punch_mode' => 'Punch mode',
 // 'form.profile.allow_overlap' => 'Allow overlap',
+// 'form.profile.future_entries' => 'Future entries',
 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
 'form.profile.plugins' => 'Dodatkowe moduły',