e1a654e837bc6071a823efa24e631c951f038501
[timetracker.git] / WEB-INF / resources / pl.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 $i18n_language = 'Polish (Polski)';
33 $i18n_months = array('Styczeń', 'Luty', 'Marzec', 'Kwiecień', 'Maj', 'Czerwiec', 'Lipiec', 'Sierpień', 'Wrzesień', 'Październik', 'Listopad', 'Grudzień');
34 $i18n_weekdays = array('Niedziela', 'Poniedziałek', 'Wtorek', 'Środa', 'Czwartek', 'Piątek', 'Sobota');
35 $i18n_weekdays_short = array('Nd', 'Pon', 'Wt', 'Śr', 'Czw', 'Pt', 'Sob');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/05', '04/05', '04/06', '05/01', '05/03', '05/24', '06/04', '08/15', '11/01', '11/11', '12/25', '12/26');
38
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => 'Zaloguj',
44 'menu.logout' => 'Wyloguj',
45 'menu.forum' => 'Forum',
46 'menu.help' => 'Pomoc',
47 // TODO: translate the following.
48 // 'menu.create_group' => 'Create Group',
49 'menu.profile' => 'Profil',
50 // TODO: translate the following.
51 // 'menu.group' => 'Group',
52 'menu.plugins' => 'Moduły',
53 'menu.time' => 'Czas',
54 'menu.expenses' => 'Wydatki',
55 'menu.reports' => 'Raporty',
56 // TODO: translate the following.
57 // 'menu.timesheets' => 'Timesheets',
58 'menu.charts' => 'Statystyki', // TODO: is this correct translation for Charts?
59 'menu.projects' => 'Projekty',
60 'menu.tasks' => 'Zadania',
61 'menu.users' => 'Użytkownicy',
62 // TODO: translate the following.
63 // 'menu.groups' => 'Groups',
64 // 'menu.subgroups' => 'Subgroups',
65 'menu.export' => 'Eksport',
66 'menu.clients' => 'Klienci',
67 'menu.options' => 'Opcje',
68
69 // Footer - strings on the bottom of most pages.
70 // TODO: translate the following.
71 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
72 'footer.credits' => 'Twórcy',
73 'footer.license' => 'Licencja',
74 // TODO: translate the following.
75 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
76                                      // This is a link to a webpage that describes how to contribute to the project.
77
78 // Error messages.
79 'error.access_denied' => 'Odmowa dostępu.',
80 'error.sys' => 'Błąd systemu.',
81 'error.db' => 'Błąd bazy danych.',
82 // TODO: translate the following.
83 // 'error.feature_disabled' => 'Feature is disabled.',
84 'error.field' => 'Niepoprawne dane: "{0}".',
85 'error.empty' => 'Pole "{0}" jest puste.',
86 'error.not_equal' => 'Wartość z pola "{0}" jest inna niż wartość z pola "{1}".',
87 'error.interval' => 'Wartość z pola "{0}" musi być większe niż wartość z pola "{1}".',
88 'error.project' => 'Wybierz projekt.',
89 'error.task' => 'Wybierz zadanie.',
90 'error.client' => 'Wybierz klienta.',
91 'error.report' => 'Wybierz raport.',
92 // TODO: translate the following.
93 // 'error.record' => 'Select record.',
94 'error.auth' => 'Błędny login lub hasło.',
95 'error.user_exists' => 'Użytkownik o takiej nazwie już istnieje.',
96 // TODO: translate the following.
97 // 'error.object_exists' => 'Object with this name already exists.',
98 'error.invoice_exists' => 'Faktura o tym numerze już istnieje.',
99 // TODO: translate the following.
100 // 'error.role_exists' => 'Role with this rank already exists.',
101 'error.no_invoiceable_items' => 'Brak przedmiotów do faktury.',
102 // TODO: translate the following.
103 // 'error.no_records' => 'There are no records.',
104 'error.no_login' => 'Użytkownik o takiej nazwie nie istnieje.',
105 'error.no_groups' => 'Twoja baza danych jest pusta. Zaloguj się jako administrator i stwórz nowy zespół.', // TODO: replace "team" with "group".
106 'error.upload' => 'Błąd podczas wysyłania pliku.',
107 // TODO: translate the following.
108 // 'error.range_locked' => 'Date range is locked.',
109 'error.mail_send' => 'Błąd podczas wysyłania wiadomości e-mail.',
110 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
111 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
112 'error.no_email' => 'Żaden adres e-mail nie jest skojarzony z tym loginem.',
113 'error.uncompleted_exists' => 'Istnieje niedokończony wpis. Zamknij go lub usuń.',
114 'error.goto_uncompleted' => 'Przejdź do niedokończonego wpisu.',
115 'error.overlap' => 'Okres czasowy nakłada się z istniejącymi wpisami.',
116 'error.future_date' => 'Data jest w przyszłości.',
117 // TODO: translate the following.
118 // 'error.xml' => 'Error in XML file at line %d: %s.',
119 // 'error.cannot_import' => 'Cannot import: %s.',
120 // 'error.format' => 'Invalid file format.',
121 // 'error.user_count' => 'Limit on user count.',
122 // 'error.expired' => 'Expiration date reached.',
123 // 'error.file_storage' => 'File storage error.',
124
125 // Warning messages.
126 // TODO: translate the following.
127 // 'warn.sure' => 'Are you sure?',
128 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
129
130 // Success messages.
131 // TODO: translate the following.
132 // 'msg.success' => 'Operation completed successfully.',
133
134 // Labels for buttons
135 'button.login' => 'Login',
136 'button.now' => 'Teraz',
137 'button.save' => 'Zapisz',
138 'button.copy' => 'Kopiuj',
139 'button.cancel' => 'Anuluj',
140 'button.submit' => 'Zatwierdź',
141 'button.add' => 'Dodaj',
142 'button.delete' => 'Usuń',
143 'button.generate' => 'Wygeneruj',
144 'button.reset_password' => 'Resetuj hasło',
145 'button.send' => 'Wyślij',
146 'button.send_by_email' => 'Wyślij e-mail',
147 'button.create_group' => 'Stwórz zespół', // TODO: replace "team" with "group".
148 'button.export' => 'Eksportuj zespół', // TODO: replace "team" with "group".
149 'button.import' => 'Importuj zespół', // TODO: replace "team" with "group".
150 'button.close' => 'Zamknij',
151 'button.stop' => 'Zatrzymaj',
152 // TODO: translate the following.
153 // 'button.approve' => 'Approve',
154 // 'button.disapprove' => 'Disapprove',
155
156 // Labels for controls on forms. Labels in this section are used on multiple forms.
157 'label.group_name' => 'Nazwa zespołu',  // TODO: replace "team" with "group".
158 'label.address' => 'Adres',
159 'label.currency' => 'Waluta',
160 'label.manager_name' => 'Nazwa managera',
161 'label.manager_login' => 'Login managera',
162 'label.person_name' => 'Nazwa',
163 'label.thing_name' => 'Nazwa',
164 'label.login' => 'Login',
165 'label.password' => 'Hasło',
166 'label.confirm_password' => 'Potwierdź hasło',
167 'label.email' => 'E-mail',
168 // TODO: translate the following.
169 // 'label.cc' => 'Cc',
170 // 'label.bcc' => 'Bcc',
171 'label.subject' => 'Temat',
172 'label.date' => 'Data',
173 'label.start_date' => 'Data początkowa',
174 'label.end_date' => 'Data końcowa',
175 'label.user' => 'Użytkownik',
176 'label.users' => 'Użytkownicy',
177 // TODO: translate the following.
178 // 'label.group' => 'Group',
179 // 'label.subgroups' => 'Subgroups',
180 // 'label.roles' => 'Roles',
181 'label.client' => 'Klient',
182 'label.clients' => 'Klienci',
183 'label.option' => 'Opcja',
184 'label.invoice' => 'Faktura',
185 'label.project' => 'Projekt',
186 'label.projects' => 'Projekty',
187 'label.task' => 'Zadanie',
188 'label.tasks' => 'Zadania',
189 'label.description' => 'Opis',
190 'label.start' => 'Początek',
191 'label.finish' => 'Koniec',
192 'label.duration' => 'Czas trwania',
193 'label.note' => 'Uwagi',
194 // TODO: translate the following.
195 // 'label.notes' => 'Notes',
196 'label.item' => 'Pozycja',
197 'label.cost' => 'Koszt',
198 // TODO: translate the following.
199 // 'label.ip' => 'IP',
200 'label.day_total' => 'Dziś',
201 'label.week_total' => 'W tym tygodniu',
202 // TODO: translate the following.
203 // 'label.month_total' => 'Month total',
204 'label.today' => 'Dziś',
205 'label.view' => 'Widok',
206 'label.edit' => 'Edycja',
207 'label.delete' => 'Usuń',
208 'label.configure' => 'Konfiguruj',
209 'label.select_all' => 'Zaznacz wszystko',
210 'label.select_none' => 'Odznacz wszystko',
211 // TODO: translate the following.
212 // 'label.day_view' => 'Day view',
213 // 'label.week_view' => 'Week view',
214 'label.id' => 'ID',
215 'label.language' => 'Język',
216 'label.decimal_mark' => 'Znak dziesiętny',
217 'label.date_format' => 'Format daty',
218 'label.time_format' => 'Format godziny',
219 'label.week_start' => 'Początek tygodnia',
220 'label.comment' => 'Komentarz',
221 'label.status' => 'Status',
222 'label.tax' => 'Podatek',
223 'label.subtotal' => 'Suma netto',
224 'label.total' => 'Suma',
225 'label.client_name' => 'Nazwa klienta',
226 'label.client_address' => 'Adres klienta',
227 'label.or' => 'lub',
228 'label.error' => 'Błąd',
229 'label.ldap_hint' => 'Wpisz swoją <b> nazwę użytkownika Windows<b> i <b>hasło<b> w polach poniżej.',
230 'label.required_fields' => '* - pola wymagane',
231 'label.on_behalf' => 'w imieniu',
232 'label.role_manager' => '(Manager)',
233 'label.role_comanager' => '(Co-manager)',
234 'label.role_admin' => '(Administrator)',
235 // TODO: translate the following.
236 // 'label.page' => 'Page',
237 // 'label.condition' => 'Condition',
238 // 'label.yes' => 'yes',
239 // 'label.no' => 'no',
240 // Labels for plugins (extensions to Time Tracker that provide additional features).
241 'label.custom_fields' => 'Niestandardowe pola',
242 // Translate the following.
243 // 'label.monthly_quotas' => 'Monthly quotas',
244 'label.type' => 'Rodzaj',
245 'label.type_dropdown' => 'lista rozwijana',
246 'label.type_text' => 'tekst',
247 'label.required' => 'Wymagane',
248 'label.fav_report' => 'Ulubiony raport',
249 'label.schedule' => 'Harmonogram',
250 'label.what_is_it' => 'Co to jest?',
251 // 'label.expense' => 'Expense',
252 // 'label.quantity' => 'Quantity',
253 // 'label.paid_status' => 'Paid status',
254 // 'label.paid' => 'Paid',
255 // 'label.mark_paid' => 'Mark paid',
256 // 'label.week_note' => 'Week note',
257 // 'label.week_list' => 'Week list',
258 // 'label.work_units' => 'Work units',
259 // 'label.work_units_short' => 'Units',
260 'label.totals_only' => 'Tylko sumy',
261 // TODO: translate the following.
262 // 'label.quota' => 'Quota',
263 // 'label.timesheet' => 'Timesheet',
264 // 'label.submitted' => 'Submitted',
265 // 'label.approved' => 'Approved',
266 // 'label.approval' => 'Report approval',
267 // 'label.mark_approved' => 'Mark approved',
268 // 'label.template' => 'Template',
269 // 'label.attachments' => 'Attachments',
270 // 'label.files' => 'Files',
271 // 'label.file' => 'File',
272 // 'label.image' => 'Image',
273 // 'label.download' => 'Download',
274
275 // Form titles.
276 'title.error' => 'Błąd',
277 // TODO: Translate the following.
278 // 'title.success' => 'Success',
279 'title.login' => 'Logowanie',
280 'title.groups' => 'Zespoły', // TODO: change "teams" to "groups".
281 // TODO: translate the following.
282 // 'title.subgroups' => 'Subgroups',
283 // 'title.add_group' => 'Adding Group',
284 'title.edit_group' => 'Edytowanie zespołu', // TODO: change "team" to "group".
285 'title.delete_group' => 'Usuwanie zespołu', // TODO: change "team" to "group".
286 'title.reset_password' => 'Resetowanie hasła',
287 'title.change_password' => 'Zmiana hasła',
288 'title.time' => 'Wybrana data',
289 'title.edit_time_record' => 'Edytowanie wpisu',
290 'title.delete_time_record' => 'Usuwanie wpisu',
291 // TODO: Translate the following.
292 // 'title.time_files' => 'Time Record Files',
293 'title.expenses' => 'Wydatki',
294 'title.edit_expense' => 'Edytowanie wpisu',
295 'title.delete_expense' => 'Usuwanie wpisu',
296 'title.reports' => 'Raporty',
297 'title.report' => 'Raport',
298 'title.send_report' => 'Wysyłanie raportu',
299 // TODO: Translate the following.
300 // 'title.timesheets' => 'Timesheets',
301 // 'title.timesheet' => 'Timesheet',
302 // 'title.timesheet_files' => 'Timesheet Files',
303 'title.invoice' => 'Faktura',
304 'title.send_invoice' => 'Wysyłanie faktury',
305 'title.charts' => 'Statystyki',
306 'title.projects' => 'Projekty',
307 // TODO: translate the following.
308 // 'title.project_files' => 'Project Files',
309 'title.add_project' => 'dodawanie projektu',
310 'title.edit_project' => 'Edytowanie projektu',
311 'title.delete_project' => 'Usuwanie projektu',
312 'title.tasks' => 'Zadania',
313 'title.add_task' => 'Dodawanie zadania',
314 'title.edit_task' => 'Edytowanie zadania',
315 'title.delete_task' => 'Usuwanie zadania',
316 'title.users' => 'Użytkownicy',
317 'title.add_user' => 'Dodawanie użytkownika',
318 'title.edit_user' => 'Edytowanie użytkownika',
319 'title.delete_user' => 'Usuwanie użytkownika',
320 // TODO: translate the following.
321 // 'title.roles' => 'Roles',
322 // 'title.add_role' => 'Adding Role',
323 // 'title.edit_role' => 'Editing Role',
324 // 'title.delete_role' => 'Deleting Role',
325 'title.clients' => 'Klienci',
326 'title.add_client' => 'Dodawanie klienta',
327 'title.edit_client' => 'Edytowanie klienta',
328 'title.delete_client' => 'Usuwanie klienta',
329 'title.invoices' => 'Faktury',
330 'title.add_invoice' => 'Dodawanie faktury',
331 'title.view_invoice' => 'Podgląd faktury',
332 'title.delete_invoice' => 'Usuwanie faktury',
333 'title.notifications' => 'Powiadomienia',
334 'title.add_notification' => 'Dodawanie powiadomienia',
335 'title.edit_notification' => 'Edytowanie powiadomienia',
336 'title.delete_notification' => 'Usuwanie powiadomienia',
337 // TODO: translate the following.
338 // 'title.add_timesheet' => 'Adding Timesheet',
339 // 'title.edit_timesheet' => 'Editing Timesheet',
340 // 'title.delete_timesheet' => 'Deleting Timesheet',
341 // 'title.monthly_quotas' => 'Monthly Quotas',
342 'title.export' => 'Eksport danych zespołu', // TODO: replace "team" with "group".
343 'title.import' => 'Import danych zespołu', // TODO: replace "team" with "group".
344 'title.options' => 'Opcje',
345 // TODO: translate the following.
346 // 'title.display_options' => 'Display Options',
347 'title.profile' => 'Profil',
348 'title.plugins' => 'Dodatkowe moduły',
349 'title.cf_custom_fields' => 'Pola niestandardowe',
350 'title.cf_add_custom_field' => 'Dodawanie pola niestandardowego',
351 'title.cf_edit_custom_field' => 'Edytowanie pola niestandardowego',
352 'title.cf_delete_custom_field' => 'Usuwanie pola niestandardowego',
353 'title.cf_dropdown_options' => 'Opcje listy rozwijanej',
354 'title.cf_add_dropdown_option' => 'Dodawanie opcji',
355 'title.cf_edit_dropdown_option' => 'Edytowanie opcji',
356 'title.cf_delete_dropdown_option' => 'Usuwanie opcji',
357 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
358 // It is also a name for the Locking plugin on the group settings page.
359 // TODO: translate the following.
360 // 'title.locking' => 'Locking',
361 // 'title.week_view' => 'Week View',
362 // 'title.swap_roles' => 'Swapping Roles',
363 // 'title.work_units' => 'Work Units',
364 // 'title.templates' => 'Templates',
365 // 'title.add_template' => 'Adding Template',
366 // 'title.edit_template' => 'Editing Template',
367 // 'title.delete_template' => 'Deleting Template',
368 // 'title.edit_file' => 'Editing File',
369 // 'title.delete_file' => 'Deleting File',
370 // 'title.download_file' => 'Downloading File',
371
372 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
373 // Strings that are used in a single form must go to the specific form section.
374 'dropdown.all' => '--- wszystkie ---',
375 'dropdown.no' => '--- żaden ---',
376 // TODO: translate the following.
377 // 'dropdown.current_day' => 'today',
378 // 'dropdown.previous_day' => 'yesterday',
379 'dropdown.selected_day' => 'dzień',
380 'dropdown.current_week' => 'ten tydzień',
381 'dropdown.previous_week' => 'poprzedni tydzień',
382 'dropdown.selected_week' => 'tydzień',
383 'dropdown.current_month' => 'ten miesiąc',
384 'dropdown.previous_month' => 'poprzedni miesiąc',
385 'dropdown.selected_month' => 'miesiąc',
386 'dropdown.current_year' => 'ten rok',
387 // TODO: translate the following.
388 // 'dropdown.previous_year' => 'previous year',
389 'dropdown.selected_year' => 'rok',
390 'dropdown.all_time' => 'od początku',
391 'dropdown.projects' => 'projekty',
392 'dropdown.tasks' => 'zadania',
393 'dropdown.clients' => 'klienci',
394 'dropdown.select' => '--- wybierz ---',
395 'dropdown.select_invoice' => '--- wybierz fakturę ---',
396 // TODO: translate the following.
397 // 'dropdown.select_timesheet' => '--- select timesheet ---',
398 'dropdown.status_active' => 'aktywny',
399 'dropdown.status_inactive' => 'nieaktywny',
400 'dropdown.delete' => 'usuń',
401 'dropdown.do_not_delete' => 'nie usuwaj',
402 // TODO: translate the following.
403 // 'dropdown.approved' => 'approved',
404 // 'dropdown.not_approved' => 'not approved',
405 // 'dropdown.paid' => 'paid',
406 // 'dropdown.not_paid' => 'not paid',
407
408 // 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.
409 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
410 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
411 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
412
413 // Login form. See example at https://timetracker.anuko.com/login.php.
414 'form.login.forgot_password' => 'Nie pamiętasz hasła?',
415 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> jest prostym, łatwym w użyciu, otwartoźródłowym systemem śledzenia czasu.',
416
417 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
418 'form.reset_password.message' => 'Instrukcje zmiany hasła zostały wysłane na adres e-mail połączony z kontem.',
419 'form.reset_password.email_subject' => 'Anuko Time Tracker - żądanie zmiany hasła',
420 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
421 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
422 // "IP %s" probably sounds awkward.
423 'form.reset_password.email_body' => "Drogi Użytkowniku,\n\nktoś, IP %s, poprosił o zmianę hasła w aplikacji Anuko Time Tracker. Aby ustawić nowe hasło, proszę kliknąć na poniższy link lub go skopiować i otworzyć w oknie przeglądarki WWW.\n\n%s\n\nJeśli to nie Ty poprosiłeś o zmianę hasła, zignoruj tą wiadomość.\n\nAnuko Time Tracker jest prostym, łatwym w użyciu, otwartoźródłowym systemem do śledzenia czasu. Odwiedź https://www.anuko.com aby uzyskać więcej informacji.\n\n",
424
425 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
426 'form.change_password.tip' => 'Wpisz nowe hasło i kliknij Zapisz.',
427
428 // Time form. See example at https://timetracker.anuko.com/time.php.
429 'form.time.duration_format' => '(hh:mm or 0.0h)',
430 'form.time.billable' => 'Płatne dla klienta',
431 'form.time.uncompleted' => 'Nieukończone',
432 // TODO: translate the following.
433 // 'form.time.remaining_quota' => 'Remaining quota',
434 // 'form.time.over_quota' => 'Over quota',
435 // 'form.time.remaining_balance' => 'Remaining balance',
436 // 'form.time.over_balance' => 'Over balance',
437
438 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
439 'form.time_edit.uncompleted' => 'Ten wpis ma określony jedynie czas rozpoczęcia. To nie jest błąd.',
440
441 // Week view form. See example at https://timetracker.anuko.com/week.php.
442 // TODO: translate the following.
443 // 'form.week.new_entry' => 'New entry',
444
445 // Reports form. See example at https://timetracker.anuko.com/reports.php
446 'form.reports.save_as_favorite' => 'Zapisz jako ulubiony',
447 'form.reports.confirm_delete' => 'Czy na pewno chcesz usunąć ten ulubiony raport?',
448 'form.reports.include_billable' => 'płatne',
449 'form.reports.include_not_billable' => 'bezpłatne',
450 'form.reports.include_invoiced' => 'fakturowane',
451 'form.reports.include_not_invoiced' => 'nie fakturowane',
452 // TODO: translate the following.
453 // 'form.reports.include_assigned' => 'assigned',
454 // 'form.reports.include_not_assigned' => 'not assigned',
455 // 'form.reports.include_pending' => 'pending',
456 'form.reports.select_period' => 'Wybierz okres',
457 'form.reports.set_period' => 'lub ustaw daty',
458 'form.reports.show_fields' => 'Pokaż pola',
459 'form.reports.group_by' => 'Grupowanie wg',
460 'form.reports.group_by_no' => '--- bez grupowania ---',
461 'form.reports.group_by_date' => 'daty',
462 'form.reports.group_by_user' => 'użytkowników',
463 'form.reports.group_by_client' => 'klientów',
464 'form.reports.group_by_project' => 'projektów',
465 'form.reports.group_by_task' => 'zadań',
466
467 // Report form. See example at https://timetracker.anuko.com/report.php
468 // (after generating a report at https://timetracker.anuko.com/reports.php).
469 'form.report.export' => 'Eksport',
470 // TODO: translate the following.
471 // 'form.report.assign_to_invoice' => 'Assign to invoice',
472 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
473
474 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
475 // TODO: translate the following.
476 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
477 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
478
479 // Templates form. See example at https://timetracker.anuko.com/templates.php
480 // TODO: translate the following.
481 // 'form.templates.active_templates' => 'Active Templates',
482 // 'form.templates.inactive_templates' => 'Inactive Templates',
483
484 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
485 // (you can get to this form after generating a report).
486 'form.invoice.number' => 'Numer faktury',
487 'form.invoice.person' => 'Osoba',
488
489 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
490 'form.invoice.invoice_to_delete' => 'Faktura do usunięcia',
491 'form.invoice.invoice_entries' => 'Wpisy dot. faktury',
492 // TODO: translate the following.
493 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
494
495 // Charts form. See example at https://timetracker.anuko.com/charts.phpp
496 'form.charts.interval' => 'Okres',
497 'form.charts.chart' => 'Wykres',
498
499 // Projects form. See example at https://timetracker.anuko.com/projects.php
500 'form.projects.active_projects' => 'Aktywne projekty',
501 'form.projects.inactive_projects' => 'Nieaktywne projekty',
502
503 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
504 'form.tasks.active_tasks' => 'Aktywne zadania',
505 'form.tasks.inactive_tasks' => 'Nieaktywne zadania',
506
507 // Users form. See example at https://timetracker.anuko.com/users.php
508 'form.users.active_users' => 'Aktywni użytkownicy',
509 'form.users.inactive_users' => 'Nieaktywni użytkownicy',
510  // TODO: translate the following.
511  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
512 'form.users.role' => 'Rola',
513 'form.users.manager' => 'Manager',
514 'form.users.comanager' => 'Co-manager',
515 'form.users.rate' => 'Stawka',
516 'form.users.default_rate' => 'Domyślna stawka godzinowa',
517
518 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
519 // TODO: translate the following.
520 // 'form.user_edit.swap_roles' => 'Swap roles',
521
522 // Roles form. See example at https://timetracker.anuko.com/roles.php
523 // TODO: translate the following.
524 // 'form.roles.active_roles' => 'Active Roles',
525 // 'form.roles.inactive_roles' => 'Inactive Roles',
526 // 'form.roles.rank' => 'Rank',
527 // 'form.roles.rights' => 'Rights',
528 // 'form.roles.assigned' => 'Assigned',
529 // 'form.roles.not_assigned' => 'Not assigned',
530
531 // Clients form. See example at https://timetracker.anuko.com/clients.phpp
532 'form.clients.active_clients' => 'Aktywni klienci',
533 'form.clients.inactive_clients' => 'Nieaktywni klienci',
534
535 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php.
536 'form.client.client_to_delete' => 'Klient do usunięcia',
537 'form.client.client_entries' => 'Wpisy dot. klienta',
538
539 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
540 // TODO: replace "team" with "group" in the string below.
541 'form.export.hint' => 'Możesz wyeksportować wszystkie dane zespołu do pliku xml. Przydatne przy migracji danych na własny serwer.',
542 'form.export.compression' => 'Kompresja',
543 'form.export.compression_none' => 'brak',
544 'form.export.compression_bzip' => 'bzip',
545
546 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
547 'form.import.hint' => 'Import danych zespołu z pliku xml.', // TODO: replace "team" with "group".
548 'form.import.file' => 'Wybierz plik',
549 'form.import.success' => 'Import zakończony powodzeniem.',
550
551 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
552 // TODO: replace "team" with "group" in the string below.
553 '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ć).',
554
555 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
556 'form.group_edit.12_hours' => '12 godzin',
557 'form.group_edit.24_hours' => '24 godziny',
558 // TODO: translate the following.
559 // 'form.group_edit.display_options' => 'Display options',
560 // 'form.group_edit.show_holidays' => 'Show holidays',
561 'form.group_edit.tracking_mode' => 'Tryb śledzenia',
562 'form.group_edit.mode_time' => 'czas',
563 'form.group_edit.mode_projects' => 'projekty',
564 'form.group_edit.mode_projects_and_tasks' => 'projekty i zadania',
565 'form.group_edit.record_type' => 'Rejestrowanie czasu',
566 'form.group_edit.type_all' => 'wszystko',
567 'form.group_edit.type_start_finish' => 'początek i koniec',
568 'form.group_edit.type_duration' => 'czas trwania',
569 // TODO: translate the following.
570 // 'form.group_edit.punch_mode' => 'Punch mode',
571 // 'form.group_edit.allow_overlap' => 'Allow overlap',
572 // 'form.group_edit.future_entries' => 'Future entries',
573 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
574 // 'form.group_edit.confirm_save' => 'Confirm saving',
575 // 'form.group_edit.allow_ip' => 'Allow IP',
576
577 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
578 // TODO: translate the following.
579 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
580
581 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
582 'form.mail.from' => 'Od',
583 'form.mail.to' => 'Do',
584 'form.mail.report_subject' => 'Raport Time Tracker',
585 'form.mail.footer' => 'Anuko Time Tracker jest prostym, łatwym w użyciu, otwartoźródłowym<br>systemem śledzenia czasu. Odwiedź <a href="https://www.anuko.com">www.anuko.com</a>, aby uzyskać więcej informacji.',
586 'form.mail.report_sent' => 'Wysłano raport',
587 'form.mail.invoice_sent' => 'Wysłano fakturę',
588
589 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
590 // TODO: translate the following.
591 // 'form.quota.year' => 'Year',
592 // 'form.quota.month' => 'Month',
593 // 'form.quota.workday_hours' => 'Hours in a work day',
594 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
595
596 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
597 // TODO: translate the following.
598 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
599 // 'form.swap.swap_with' => 'Swap roles with',
600
601 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
602 // TODO: translate the following.
603 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
604 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
605
606 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
607 // TODO: translate the following.
608 // 'role.user.label' => 'User',
609 // 'role.user.low_case_label' => 'user',
610 // 'role.user.description' => 'A regular member without management rights.',
611 // 'role.client.label' => 'Client',
612 // 'role.client.low_case_label' => 'client',
613 // 'role.client.description' => 'A client can view its own data.',
614 // 'role.supervisor.label' => 'Supervisor',
615 // 'role.supervisor.low_case_label' => 'supervisor',
616 // 'role.supervisor.description' => 'A person with a small set of management rights.',
617 // 'role.comanager.label' => 'Co-manager',
618 // 'role.comanager.low_case_label' => 'co-manager',
619 // 'role.comanager.description' => 'A person with a big set of management functions.',
620 // 'role.manager.label' => 'Manager',
621 // 'role.manager.low_case_label' => 'manager',
622 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
623 // 'role.top_manager.label' => 'Top manager',
624 // 'role.top_manager.low_case_label' => 'top manager',
625 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
626 // 'role.admin.label' => 'Administrator',
627 // 'role.admin.low_case_label' => 'administrator',
628 // 'role.admin.description' => 'Site adminsitrator.',
629
630 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
631 // TODO: translate the following.
632 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
633 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
634 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
635 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
636 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
637 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
638
639 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
640 // TODO: translate the following.
641 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
642 );