Resource file changes for work units plugin (in progress).
[timetracker.git] / WEB-INF / resources / pl.lang.php
index da6d2af..42c75f2 100644 (file)
@@ -229,13 +229,14 @@ $i18n_key_words = array(
 // 'label.mark_paid' => 'Mark paid',
 // 'label.week_note' => 'Week note',
 // 'label.week_list' => 'Week list',
+// 'label.work_units' => 'Work units',
 
 // Form titles.
 'title.login' => 'Logowanie',
-'title.teams' => 'Zespoły',
-'title.create_team' => 'Zakładanie zespołu',
-'title.edit_team' => 'Edytowanie zespołu',
-'title.delete_team' => 'Usuwanie zespołu',
+'title.groups' => 'Zespoły', // TODO: change "teams" to "groups".
+'title.create_group' => 'Zakładanie zespołu', // TODO: change "team" to "group".
+'title.edit_group' => 'Edytowanie zespołu', // TODO: change "team" to "group".
+'title.delete_group' => 'Usuwanie zespołu', // TODO: change "team" to "group".
 'title.reset_password' => 'Resetowanie hasła',
 'title.change_password' => 'Zmiana hasła',
 'title.time' => 'Wybrana data',
@@ -280,8 +281,8 @@ $i18n_key_words = array(
 'title.edit_notification' => 'Edytowanie powiadomienia',
 'title.delete_notification' => 'Usuwanie powiadomienia',
 // 'title.monthly_quotas' => 'Monthly Quotas',
-'title.export' => 'Eksport danych zespołu',
-'title.import' => 'Import danych zespołu',
+'title.export' => 'Eksport danych zespołu', // TODO: replace "team" with "group".
+'title.import' => 'Import danych zespołu', // TODO: replace "team" with "group".
 'title.options' => 'Opcje',
 'title.profile' => 'Profil',
 // TODO: translate the following.
@@ -295,11 +296,12 @@ $i18n_key_words = array(
 'title.cf_edit_dropdown_option' => 'Edytowanie opcji',
 'title.cf_delete_dropdown_option' => 'Usuwanie opcji',
 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
-// It is also a name for the Locking plugin on the Team profile page.
+// It is also a name for the Locking plugin on the group settings page.
 // TODO: translate the following.
 // 'title.locking' => 'Locking',
 // 'title.week_view' => 'Week View',
 // 'title.swap_roles' => 'Swapping Roles',
+// 'title.work_units' => 'Work Units',
 
 // 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.
@@ -427,6 +429,10 @@ $i18n_key_words = array(
 'form.users.rate' => 'Stawka',
 'form.users.default_rate' => 'Domyślna stawka godzinowa',
 
+// Editing User form. See example at https://timetracker.anuko.com/user_edit.php
+// TODO: translate the following.
+// 'form.user_edit.swap_roles' => 'Swap roles',
+
 // Roles form. See example at https://timetracker.anuko.com/roles.php
 // TODO: translate the following.
 // 'form.roles.active_roles' => 'Active Roles',
@@ -444,42 +450,46 @@ $i18n_key_words = array(
 '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
+// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
+// TODO: replace "team" with "group" in the string below.
 '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',
 
-// 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.',
+// Importing Group 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.', // TODO: replace "team" with "group".
 'form.import.file' => 'Wybierz plik',
 'form.import.success' => 'Import zakończony powodzeniem.',
 
-// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
-'form.teams.hint' => 'Załóż nowy zespół najpierw tworząc konto managera.<br>Możesz także zaimportować plik xml z danymi zespołu z innego serwera Anuko Time Tracker (nazwy loginów nie mogą się powtarzać).',
-
-// Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
-// TODO: translate the following.
-// 'form.profile.swap_roles' => 'Swap roles',
-'form.profile.12_hours' => '12 godzin',
-'form.profile.24_hours' => '24 godziny',
-// TODO: translate the following.
-// 'form.profile.show_holidays' => 'Show holidays',
-'form.profile.tracking_mode' => 'Tryb śledzenia',
-'form.profile.mode_time' => 'czas',
-'form.profile.mode_projects' => 'projekty',
-'form.profile.mode_projects_and_tasks' => 'projekty i zadania',
-'form.profile.record_type' => 'Rejestrowanie czasu',
-'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.punch_mode' => 'Punch mode',
-// 'form.profile.allow_overlap' => 'Allow overlap',
-// 'form.profile.future_entries' => 'Future entries',
-// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
-// 'form.profile.allow_ip' => 'Allow IP',
-'form.profile.plugins' => 'Dodatkowe moduły',
+// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
+// TODO: replace "team" with "group" in the string below.
+'form.groups.hint' => 'Załóż nowy zespół najpierw tworząc konto managera.<br>Możesz także zaimportować plik xml z danymi zespołu z innego serwera Anuko Time Tracker (nazwy loginów nie mogą się powtarzać).',
+
+// Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
+'form.group_edit.12_hours' => '12 godzin',
+'form.group_edit.24_hours' => '24 godziny',
+// TODO: translate the following.
+// 'form.group_edit.show_holidays' => 'Show holidays',
+'form.group_edit.tracking_mode' => 'Tryb śledzenia',
+'form.group_edit.mode_time' => 'czas',
+'form.group_edit.mode_projects' => 'projekty',
+'form.group_edit.mode_projects_and_tasks' => 'projekty i zadania',
+'form.group_edit.record_type' => 'Rejestrowanie czasu',
+'form.group_edit.type_all' => 'wszystko',
+'form.group_edit.type_start_finish' => 'początek i koniec',
+'form.group_edit.type_duration' => 'czas trwania',
+// TODO: translate the following.
+// 'form.group_edit.punch_mode' => 'Punch mode',
+// 'form.group_edit.allow_overlap' => 'Allow overlap',
+// 'form.group_edit.future_entries' => 'Future entries',
+// 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
+// 'form.group_edit.allow_ip' => 'Allow IP',
+'form.group_edit.plugins' => 'Dodatkowe moduły',
+
+// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
+// TODO: translate the following.
+// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
 
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 'form.mail.from' => 'Od',