Ongoing process of renaming team to group.
[timetracker.git] / WEB-INF / resources / pl.lang.php
index 945497b..36e1940 100644 (file)
@@ -29,7 +29,7 @@
 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
 
-$i18n_language = 'Polski';
+$i18n_language = 'Polish (Polski)';
 $i18n_months = array('Styczeń', 'Luty', 'Marzec', 'Kwiecień', 'Maj', 'Czerwiec', 'Lipiec', 'Sierpień', 'Wrzesień', 'Październik', 'Listopad', 'Grudzień');
 $i18n_weekdays = array('Niedziela', 'Poniedziałek', 'Wtorek', 'Środa', 'Czwartek', 'Piątek', 'Sobota');
 $i18n_weekdays_short = array('Nd', 'Pon', 'Wt', 'Śr', 'Czw', 'Pt', 'Sob');
@@ -44,8 +44,11 @@ $i18n_key_words = array(
 'menu.logout' => 'Wyloguj',
 'menu.forum' => 'Forum',
 'menu.help' => 'Pomoc',
-'menu.create_team' => 'Stwórz zespół',
+// TODO: translate the following.
+// 'menu.create_group' => 'Create Group',
 'menu.profile' => 'Profil',
+// TODO: translate the following.
+// 'menu.group' => 'Group',
 'menu.time' => 'Czas',
 'menu.expenses' => 'Wydatki',
 'menu.reports' => 'Raporty',
@@ -71,6 +74,8 @@ $i18n_key_words = array(
 'error.access_denied' => 'Odmowa dostępu.',
 'error.sys' => 'Błąd systemu.',
 'error.db' => 'Błąd bazy danych.',
+// TODO: translate the following.
+// 'error.feature_disabled' => 'Feature is disabled.',
 'error.field' => 'Niepoprawne dane: "{0}".',
 'error.empty' => 'Pole "{0}" jest puste.',
 'error.not_equal' => 'Wartość z pola "{0}" jest inna niż wartość z pola "{1}".',
@@ -163,6 +168,8 @@ $i18n_key_words = array(
 // 'label.notes' => 'Notes',
 'label.item' => 'Pozycja',
 'label.cost' => 'Koszt',
+// TODO: translate the following.
+// 'label.ip' => 'IP',
 'label.day_total' => 'Dziś',
 'label.week_total' => 'W tym tygodniu',
 // TODO: translate the following.
@@ -212,7 +219,7 @@ $i18n_key_words = array(
 'label.type_text' => 'tekst',
 'label.required' => 'Wymagane',
 'label.fav_report' => 'Ulubiony raport',
-'label.cron_schedule' => 'Harmonogram crona',
+'label.schedule' => 'Harmonogram',
 'label.what_is_it' => 'Co to jest?',
 // 'label.expense' => 'Expense',
 // 'label.quantity' => 'Quantity',
@@ -276,6 +283,8 @@ $i18n_key_words = array(
 'title.import' => 'Import danych zespołu',
 'title.options' => 'Opcje',
 'title.profile' => 'Profil',
+// TODO: translate the following.
+// 'title.group' => 'Group Settings',
 'title.cf_custom_fields' => 'Pola niestandardowe',
 'title.cf_add_custom_field' => 'Dodawanie pola niestandardowego',
 'title.cf_edit_custom_field' => 'Edytowanie pola niestandardowego',
@@ -289,6 +298,7 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'title.locking' => 'Locking',
 // 'title.week_view' => 'Week View',
+// 'title.swap_roles' => 'Swapping Roles',
 
 // 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.
@@ -448,6 +458,8 @@ $i18n_key_words = array(
 '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.
@@ -475,7 +487,7 @@ $i18n_key_words = array(
 'form.mail.report_sent' => 'Wysłano raport',
 'form.mail.invoice_sent' => 'Wysłano fakturę',
 
-// Quotas configuration form.
+// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
@@ -483,6 +495,11 @@ $i18n_key_words = array(
 // 'form.quota.workday_hours' => 'Hours in a work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
+// Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
+// TODO: translate the following.
+// 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
+// 'form.swap.swap_with' => 'Swap roles with',
+
 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
 // TODO: translate the following.
 // 'role.user.label' => 'User',