aa6a2ceffcae9b659a755254596078a6ca7b6632
[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
37 $i18n_key_words = array(
38
39 // Menus - short selection strings that are displayed on top of application web pages.
40 // Example: https://timetracker.anuko.com (black menu on top).
41 'menu.login' => 'Zaloguj',
42 'menu.logout' => 'Wyloguj',
43 'menu.forum' => 'Forum',
44 'menu.help' => 'Pomoc',
45 // TODO: translate the following.
46 // 'menu.register' => 'Register',
47 'menu.profile' => 'Profil',
48 // TODO: translate the following.
49 // 'menu.group' => 'Group',
50 'menu.plugins' => 'Moduły',
51 'menu.time' => 'Czas',
52 // TODO: translate the following.
53 // 'menu.week' => 'Week',
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 // TODO: translate the following.
245 // 'label.entity' => 'Entity',
246 'label.type' => 'Rodzaj',
247 'label.type_dropdown' => 'lista rozwijana',
248 'label.type_text' => 'tekst',
249 'label.required' => 'Wymagane',
250 'label.fav_report' => 'Ulubiony raport',
251 'label.schedule' => 'Harmonogram',
252 'label.what_is_it' => 'Co to jest?',
253 // 'label.expense' => 'Expense',
254 // 'label.quantity' => 'Quantity',
255 // 'label.paid_status' => 'Paid status',
256 // 'label.paid' => 'Paid',
257 // 'label.mark_paid' => 'Mark paid',
258 // 'label.week_menu' => 'Week menu',
259 // 'label.week_note' => 'Week note',
260 // 'label.week_list' => 'Week list',
261 // 'label.work_units' => 'Work units',
262 // 'label.work_units_short' => 'Units',
263 'label.totals_only' => 'Tylko sumy',
264 // TODO: translate the following.
265 // 'label.quota' => 'Quota',
266 // 'label.timesheet' => 'Timesheet',
267 // 'label.submitted' => 'Submitted',
268 // 'label.approved' => 'Approved',
269 // 'label.approval' => 'Report approval',
270 // 'label.mark_approved' => 'Mark approved',
271 // 'label.template' => 'Template',
272 // 'label.attachments' => 'Attachments',
273 // 'label.files' => 'Files',
274 // 'label.file' => 'File',
275 // 'label.image' => 'Image',
276 // 'label.download' => 'Download',
277 'label.active_users' => 'Aktywni użytkownicy',
278 'label.inactive_users' => 'Nieaktywni użytkownicy',
279
280 // Form titles.
281 'title.error' => 'Błąd',
282 // TODO: Translate the following.
283 // 'title.success' => 'Success',
284 'title.login' => 'Logowanie',
285 'title.groups' => 'Zespoły', // TODO: change "teams" to "groups".
286 // TODO: translate the following.
287 // 'title.subgroups' => 'Subgroups',
288 // 'title.add_group' => 'Adding Group',
289 'title.edit_group' => 'Edytowanie zespołu', // TODO: change "team" to "group".
290 'title.delete_group' => 'Usuwanie zespołu', // TODO: change "team" to "group".
291 'title.reset_password' => 'Resetowanie hasła',
292 'title.change_password' => 'Zmiana hasła',
293 'title.time' => 'Wybrana data',
294 'title.edit_time_record' => 'Edytowanie wpisu',
295 'title.delete_time_record' => 'Usuwanie wpisu',
296 // TODO: Translate the following.
297 // 'title.time_files' => 'Time Record Files',
298 'title.expenses' => 'Wydatki',
299 'title.edit_expense' => 'Edytowanie wpisu',
300 'title.delete_expense' => 'Usuwanie wpisu',
301 'title.reports' => 'Raporty',
302 'title.report' => 'Raport',
303 'title.send_report' => 'Wysyłanie raportu',
304 // TODO: Translate the following.
305 // 'title.timesheets' => 'Timesheets',
306 // 'title.timesheet' => 'Timesheet',
307 // 'title.timesheet_files' => 'Timesheet Files',
308 'title.invoice' => 'Faktura',
309 'title.send_invoice' => 'Wysyłanie faktury',
310 'title.charts' => 'Statystyki',
311 'title.projects' => 'Projekty',
312 // TODO: translate the following.
313 // 'title.project_files' => 'Project Files',
314 'title.add_project' => 'dodawanie projektu',
315 'title.edit_project' => 'Edytowanie projektu',
316 'title.delete_project' => 'Usuwanie projektu',
317 'title.tasks' => 'Zadania',
318 'title.add_task' => 'Dodawanie zadania',
319 'title.edit_task' => 'Edytowanie zadania',
320 'title.delete_task' => 'Usuwanie zadania',
321 'title.users' => 'Użytkownicy',
322 'title.add_user' => 'Dodawanie użytkownika',
323 'title.edit_user' => 'Edytowanie użytkownika',
324 'title.delete_user' => 'Usuwanie użytkownika',
325 // TODO: translate the following.
326 // 'title.roles' => 'Roles',
327 // 'title.add_role' => 'Adding Role',
328 // 'title.edit_role' => 'Editing Role',
329 // 'title.delete_role' => 'Deleting Role',
330 'title.clients' => 'Klienci',
331 'title.add_client' => 'Dodawanie klienta',
332 'title.edit_client' => 'Edytowanie klienta',
333 'title.delete_client' => 'Usuwanie klienta',
334 'title.invoices' => 'Faktury',
335 'title.add_invoice' => 'Dodawanie faktury',
336 'title.view_invoice' => 'Podgląd faktury',
337 'title.delete_invoice' => 'Usuwanie faktury',
338 'title.notifications' => 'Powiadomienia',
339 'title.add_notification' => 'Dodawanie powiadomienia',
340 'title.edit_notification' => 'Edytowanie powiadomienia',
341 'title.delete_notification' => 'Usuwanie powiadomienia',
342 // TODO: translate the following.
343 // 'title.add_timesheet' => 'Adding Timesheet',
344 // 'title.edit_timesheet' => 'Editing Timesheet',
345 // 'title.delete_timesheet' => 'Deleting Timesheet',
346 // 'title.monthly_quotas' => 'Monthly Quotas',
347 'title.export' => 'Eksport danych zespołu', // TODO: replace "team" with "group".
348 'title.import' => 'Import danych zespołu', // TODO: replace "team" with "group".
349 'title.options' => 'Opcje',
350 // TODO: translate the following.
351 // 'title.display_options' => 'Display Options',
352 'title.profile' => 'Profil',
353 'title.plugins' => 'Dodatkowe moduły',
354 'title.cf_custom_fields' => 'Pola niestandardowe',
355 'title.cf_add_custom_field' => 'Dodawanie pola niestandardowego',
356 'title.cf_edit_custom_field' => 'Edytowanie pola niestandardowego',
357 'title.cf_delete_custom_field' => 'Usuwanie pola niestandardowego',
358 'title.cf_dropdown_options' => 'Opcje listy rozwijanej',
359 'title.cf_add_dropdown_option' => 'Dodawanie opcji',
360 'title.cf_edit_dropdown_option' => 'Edytowanie opcji',
361 'title.cf_delete_dropdown_option' => 'Usuwanie opcji',
362 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
363 // It is also a name for the Locking plugin on the group settings page.
364 // TODO: translate the following.
365 // 'title.locking' => 'Locking',
366 // 'title.week_view' => 'Week View',
367 // 'title.swap_roles' => 'Swapping Roles',
368 // 'title.work_units' => 'Work Units',
369 // 'title.templates' => 'Templates',
370 // 'title.add_template' => 'Adding Template',
371 // 'title.edit_template' => 'Editing Template',
372 // 'title.delete_template' => 'Deleting Template',
373 // 'title.edit_file' => 'Editing File',
374 // 'title.delete_file' => 'Deleting File',
375 // 'title.download_file' => 'Downloading File',
376 // 'title.work' => 'Work',
377 // 'title.add_work' => 'Adding Work',
378 // 'title.edit_work' => 'Editing Work',
379 // 'title.delete_work' => 'Deleting Work',
380 // 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
381 // 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
382
383 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
384 // Strings that are used in a single form must go to the specific form section.
385 'dropdown.all' => '--- wszystkie ---',
386 'dropdown.no' => '--- żaden ---',
387 // TODO: translate the following.
388 // 'dropdown.current_day' => 'today',
389 // 'dropdown.previous_day' => 'yesterday',
390 'dropdown.selected_day' => 'dzień',
391 'dropdown.current_week' => 'ten tydzień',
392 'dropdown.previous_week' => 'poprzedni tydzień',
393 'dropdown.selected_week' => 'tydzień',
394 'dropdown.current_month' => 'ten miesiąc',
395 'dropdown.previous_month' => 'poprzedni miesiąc',
396 'dropdown.selected_month' => 'miesiąc',
397 'dropdown.current_year' => 'ten rok',
398 // TODO: translate the following.
399 // 'dropdown.previous_year' => 'previous year',
400 'dropdown.selected_year' => 'rok',
401 'dropdown.all_time' => 'od początku',
402 // TODO: translate the following.
403 // 'dropdown.time' => 'time',
404 // 'dropdown.user' => 'user',
405 'dropdown.projects' => 'projekty',
406 'dropdown.tasks' => 'zadania',
407 'dropdown.clients' => 'klienci',
408 'dropdown.select' => '--- wybierz ---',
409 'dropdown.select_invoice' => '--- wybierz fakturę ---',
410 // TODO: translate the following.
411 // 'dropdown.select_timesheet' => '--- select timesheet ---',
412 'dropdown.status_active' => 'aktywny',
413 'dropdown.status_inactive' => 'nieaktywny',
414 'dropdown.delete' => 'usuń',
415 'dropdown.do_not_delete' => 'nie usuwaj',
416 // TODO: translate the following.
417 // 'dropdown.approved' => 'approved',
418 // 'dropdown.not_approved' => 'not approved',
419 // 'dropdown.paid' => 'paid',
420 // 'dropdown.not_paid' => 'not paid',
421
422 // 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.
423 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
424 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
425 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
426
427 // Login form. See example at https://timetracker.anuko.com/login.php.
428 'form.login.forgot_password' => 'Nie pamiętasz hasła?',
429 '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.',
430
431 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
432 'form.reset_password.message' => 'Instrukcje zmiany hasła zostały wysłane na adres e-mail połączony z kontem.',
433 'form.reset_password.email_subject' => 'Anuko Time Tracker - żądanie zmiany hasła',
434 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
435 // '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",
436 // "IP %s" probably sounds awkward.
437 '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",
438
439 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
440 'form.change_password.tip' => 'Wpisz nowe hasło i kliknij Zapisz.',
441
442 // Time form. See example at https://timetracker.anuko.com/time.php.
443 'form.time.duration_format' => '(hh:mm or 0.0h)',
444 'form.time.billable' => 'Płatne dla klienta',
445 'form.time.uncompleted' => 'Nieukończone',
446 // TODO: translate the following.
447 // 'form.time.remaining_quota' => 'Remaining quota',
448 // 'form.time.over_quota' => 'Over quota',
449 // 'form.time.remaining_balance' => 'Remaining balance',
450 // 'form.time.over_balance' => 'Over balance',
451
452 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
453 'form.time_edit.uncompleted' => 'Ten wpis ma określony jedynie czas rozpoczęcia. To nie jest błąd.',
454
455 // Week view form. See example at https://timetracker.anuko.com/week.php.
456 // TODO: translate the following.
457 // 'form.week.new_entry' => 'New entry',
458
459 // Reports form. See example at https://timetracker.anuko.com/reports.php
460 'form.reports.save_as_favorite' => 'Zapisz jako ulubiony',
461 'form.reports.confirm_delete' => 'Czy na pewno chcesz usunąć ten ulubiony raport?',
462 'form.reports.include_billable' => 'płatne',
463 'form.reports.include_not_billable' => 'bezpłatne',
464 'form.reports.include_invoiced' => 'fakturowane',
465 'form.reports.include_not_invoiced' => 'nie fakturowane',
466 // TODO: translate the following.
467 // 'form.reports.include_assigned' => 'assigned',
468 // 'form.reports.include_not_assigned' => 'not assigned',
469 // 'form.reports.include_pending' => 'pending',
470 'form.reports.select_period' => 'Wybierz okres',
471 'form.reports.set_period' => 'lub ustaw daty',
472 'form.reports.show_fields' => 'Pokaż pola',
473 'form.reports.group_by' => 'Grupowanie wg',
474 'form.reports.group_by_no' => '--- bez grupowania ---',
475 'form.reports.group_by_date' => 'daty',
476 'form.reports.group_by_user' => 'użytkowników',
477 'form.reports.group_by_client' => 'klientów',
478 'form.reports.group_by_project' => 'projektów',
479 'form.reports.group_by_task' => 'zadań',
480
481 // Report form. See example at https://timetracker.anuko.com/report.php
482 // (after generating a report at https://timetracker.anuko.com/reports.php).
483 'form.report.export' => 'Eksport',
484 // TODO: translate the following.
485 // 'form.report.assign_to_invoice' => 'Assign to invoice',
486 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
487
488 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
489 // TODO: translate the following.
490 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
491 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
492
493 // Templates form. See example at https://timetracker.anuko.com/templates.php
494 // TODO: translate the following.
495 // 'form.templates.active_templates' => 'Active Templates',
496 // 'form.templates.inactive_templates' => 'Inactive Templates',
497
498 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
499 // (you can get to this form after generating a report).
500 'form.invoice.number' => 'Numer faktury',
501 'form.invoice.person' => 'Osoba',
502
503 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
504 'form.invoice.invoice_to_delete' => 'Faktura do usunięcia',
505 'form.invoice.invoice_entries' => 'Wpisy dot. faktury',
506 // TODO: translate the following.
507 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
508
509 // Charts form. See example at https://timetracker.anuko.com/charts.phpp
510 'form.charts.interval' => 'Okres',
511 'form.charts.chart' => 'Wykres',
512
513 // Projects form. See example at https://timetracker.anuko.com/projects.php
514 'form.projects.active_projects' => 'Aktywne projekty',
515 'form.projects.inactive_projects' => 'Nieaktywne projekty',
516
517 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
518 'form.tasks.active_tasks' => 'Aktywne zadania',
519 'form.tasks.inactive_tasks' => 'Nieaktywne zadania',
520
521 // Users form. See example at https://timetracker.anuko.com/users.php
522  // TODO: translate the following.
523  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
524 'form.users.role' => 'Rola',
525 'form.users.manager' => 'Manager',
526 'form.users.comanager' => 'Co-manager',
527 'form.users.rate' => 'Stawka',
528 'form.users.default_rate' => 'Domyślna stawka godzinowa',
529
530 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
531 // TODO: translate the following.
532 // 'form.user_edit.swap_roles' => 'Swap roles',
533
534 // Roles form. See example at https://timetracker.anuko.com/roles.php
535 // TODO: translate the following.
536 // 'form.roles.active_roles' => 'Active Roles',
537 // 'form.roles.inactive_roles' => 'Inactive Roles',
538 // 'form.roles.rank' => 'Rank',
539 // 'form.roles.rights' => 'Rights',
540 // 'form.roles.assigned' => 'Assigned',
541 // 'form.roles.not_assigned' => 'Not assigned',
542
543 // Clients form. See example at https://timetracker.anuko.com/clients.phpp
544 'form.clients.active_clients' => 'Aktywni klienci',
545 'form.clients.inactive_clients' => 'Nieaktywni klienci',
546
547 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php.
548 'form.client.client_to_delete' => 'Klient do usunięcia',
549 'form.client.client_entries' => 'Wpisy dot. klienta',
550
551 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
552 // TODO: replace "team" with "group" in the string below.
553 'form.export.hint' => 'Możesz wyeksportować wszystkie dane zespołu do pliku xml. Przydatne przy migracji danych na własny serwer.',
554 'form.export.compression' => 'Kompresja',
555 'form.export.compression_none' => 'brak',
556 'form.export.compression_bzip' => 'bzip',
557
558 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
559 'form.import.hint' => 'Import danych zespołu z pliku xml.', // TODO: replace "team" with "group".
560 'form.import.file' => 'Wybierz plik',
561 'form.import.success' => 'Import zakończony powodzeniem.',
562
563 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
564 // TODO: replace "team" with "group" in the string below.
565 '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ć).',
566
567 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
568 'form.group_edit.12_hours' => '12 godzin',
569 'form.group_edit.24_hours' => '24 godziny',
570 // TODO: translate the following.
571 // 'form.group_edit.display_options' => 'Display options',
572 // 'form.group_edit.holidays' => 'Holidays',
573 'form.group_edit.tracking_mode' => 'Tryb śledzenia',
574 'form.group_edit.mode_time' => 'czas',
575 'form.group_edit.mode_projects' => 'projekty',
576 'form.group_edit.mode_projects_and_tasks' => 'projekty i zadania',
577 'form.group_edit.record_type' => 'Rejestrowanie czasu',
578 'form.group_edit.type_all' => 'wszystko',
579 'form.group_edit.type_start_finish' => 'początek i koniec',
580 'form.group_edit.type_duration' => 'czas trwania',
581 // TODO: translate the following.
582 // 'form.group_edit.punch_mode' => 'Punch mode',
583 // 'form.group_edit.allow_overlap' => 'Allow overlap',
584 // 'form.group_edit.future_entries' => 'Future entries',
585 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
586 // 'form.group_edit.confirm_save' => 'Confirm saving',
587 // 'form.group_edit.allow_ip' => 'Allow IP',
588 // 'form.group_edit.advanced_settings' => 'Advanced settings',
589
590 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
591 // TODO: translate the following.
592 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
593
594 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
595 'form.mail.from' => 'Od',
596 'form.mail.to' => 'Do',
597 'form.mail.report_subject' => 'Raport Time Tracker',
598 '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.',
599 'form.mail.report_sent' => 'Wysłano raport',
600 'form.mail.invoice_sent' => 'Wysłano fakturę',
601
602 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
603 // TODO: translate the following.
604 // 'form.quota.year' => 'Year',
605 // 'form.quota.month' => 'Month',
606 // 'form.quota.workday_hours' => 'Hours in a work day',
607 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
608
609 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
610 // TODO: translate the following.
611 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
612 // 'form.swap.swap_with' => 'Swap roles with',
613
614 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
615 // TODO: translate the following.
616 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
617 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
618
619 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
620 // TODO: translate the following.
621 // 'role.user.label' => 'User',
622 // 'role.user.low_case_label' => 'user',
623 // 'role.user.description' => 'A regular member without management rights.',
624 // 'role.client.label' => 'Client',
625 // 'role.client.low_case_label' => 'client',
626 // 'role.client.description' => 'A client can view its own data.',
627 // 'role.supervisor.label' => 'Supervisor',
628 // 'role.supervisor.low_case_label' => 'supervisor',
629 // 'role.supervisor.description' => 'A person with a small set of management rights.',
630 // 'role.comanager.label' => 'Co-manager',
631 // 'role.comanager.low_case_label' => 'co-manager',
632 // 'role.comanager.description' => 'A person with a big set of management functions.',
633 // 'role.manager.label' => 'Manager',
634 // 'role.manager.low_case_label' => 'manager',
635 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
636 // 'role.top_manager.label' => 'Top manager',
637 // 'role.top_manager.low_case_label' => 'top manager',
638 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
639 // 'role.admin.label' => 'Administrator',
640 // 'role.admin.low_case_label' => 'administrator',
641 // 'role.admin.description' => 'Site adminsitrator.',
642
643 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
644 // TODO: translate the following.
645 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
646 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
647 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
648 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
649 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
650 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
651
652 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
653 // TODO: translate the following.
654 // 'form.display_options.menu' => 'Menu',
655 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
656 );