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