Added 2 more template strings in translation files.
[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
124 // Warning messages.
125 // TODO: translate the following.
126 // 'warn.sure' => 'Are you sure?',
127 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
128
129 // Success messages.
130 // TODO: translate the following.
131 // 'msg.success' => 'Operation completed successfully.',
132
133 // Labels for buttons
134 'button.login' => 'Login',
135 'button.now' => 'Teraz',
136 'button.save' => 'Zapisz',
137 'button.copy' => 'Kopiuj',
138 'button.cancel' => 'Anuluj',
139 'button.submit' => 'Zatwierdź',
140 'button.add' => 'Dodaj',
141 'button.delete' => 'Usuń',
142 'button.generate' => 'Wygeneruj',
143 'button.reset_password' => 'Resetuj hasło',
144 'button.send' => 'Wyślij',
145 'button.send_by_email' => 'Wyślij e-mail',
146 'button.create_group' => 'Stwórz zespół', // TODO: replace "team" with "group".
147 'button.export' => 'Eksportuj zespół', // TODO: replace "team" with "group".
148 'button.import' => 'Importuj zespół', // TODO: replace "team" with "group".
149 'button.close' => 'Zamknij',
150 'button.stop' => 'Zatrzymaj',
151 // TODO: translate the following.
152 // 'button.approve' => 'Approve',
153 // 'button.disapprove' => 'Disapprove',
154
155 // Labels for controls on forms. Labels in this section are used on multiple forms.
156 'label.group_name' => 'Nazwa zespołu',  // TODO: replace "team" with "group".
157 'label.address' => 'Adres',
158 'label.currency' => 'Waluta',
159 'label.manager_name' => 'Nazwa managera',
160 'label.manager_login' => 'Login managera',
161 'label.person_name' => 'Nazwa',
162 'label.thing_name' => 'Nazwa',
163 'label.login' => 'Login',
164 'label.password' => 'Hasło',
165 'label.confirm_password' => 'Potwierdź hasło',
166 'label.email' => 'E-mail',
167 // TODO: translate the following.
168 // 'label.cc' => 'Cc',
169 // 'label.bcc' => 'Bcc',
170 'label.subject' => 'Temat',
171 'label.date' => 'Data',
172 'label.start_date' => 'Data początkowa',
173 'label.end_date' => 'Data końcowa',
174 'label.user' => 'Użytkownik',
175 'label.users' => 'Użytkownicy',
176 // TODO: translate the following.
177 // 'label.group' => 'Group',
178 // 'label.subgroups' => 'Subgroups',
179 // 'label.roles' => 'Roles',
180 'label.client' => 'Klient',
181 'label.clients' => 'Klienci',
182 'label.option' => 'Opcja',
183 'label.invoice' => 'Faktura',
184 'label.project' => 'Projekt',
185 'label.projects' => 'Projekty',
186 'label.task' => 'Zadanie',
187 'label.tasks' => 'Zadania',
188 'label.description' => 'Opis',
189 'label.start' => 'Początek',
190 'label.finish' => 'Koniec',
191 'label.duration' => 'Czas trwania',
192 'label.note' => 'Uwagi',
193 // TODO: translate the following.
194 // 'label.notes' => 'Notes',
195 'label.item' => 'Pozycja',
196 'label.cost' => 'Koszt',
197 // TODO: translate the following.
198 // 'label.ip' => 'IP',
199 'label.day_total' => 'Dziś',
200 'label.week_total' => 'W tym tygodniu',
201 // TODO: translate the following.
202 // 'label.month_total' => 'Month total',
203 'label.today' => 'Dziś',
204 'label.view' => 'Widok',
205 'label.edit' => 'Edycja',
206 'label.delete' => 'Usuń',
207 'label.configure' => 'Konfiguruj',
208 'label.select_all' => 'Zaznacz wszystko',
209 'label.select_none' => 'Odznacz wszystko',
210 // TODO: translate the following.
211 // 'label.day_view' => 'Day view',
212 // 'label.week_view' => 'Week view',
213 'label.id' => 'ID',
214 'label.language' => 'Język',
215 'label.decimal_mark' => 'Znak dziesiętny',
216 'label.date_format' => 'Format daty',
217 'label.time_format' => 'Format godziny',
218 'label.week_start' => 'Początek tygodnia',
219 'label.comment' => 'Komentarz',
220 'label.status' => 'Status',
221 'label.tax' => 'Podatek',
222 'label.subtotal' => 'Suma netto',
223 'label.total' => 'Suma',
224 'label.client_name' => 'Nazwa klienta',
225 'label.client_address' => 'Adres klienta',
226 'label.or' => 'lub',
227 'label.error' => 'Błąd',
228 'label.ldap_hint' => 'Wpisz swoją <b> nazwę użytkownika Windows<b> i <b>hasło<b> w polach poniżej.',
229 'label.required_fields' => '* - pola wymagane',
230 'label.on_behalf' => 'w imieniu',
231 'label.role_manager' => '(Manager)',
232 'label.role_comanager' => '(Co-manager)',
233 'label.role_admin' => '(Administrator)',
234 // TODO: translate the following.
235 // 'label.page' => 'Page',
236 // 'label.condition' => 'Condition',
237 // 'label.yes' => 'yes',
238 // 'label.no' => 'no',
239 // Labels for plugins (extensions to Time Tracker that provide additional features).
240 'label.custom_fields' => 'Niestandardowe pola',
241 // Translate the following.
242 // 'label.monthly_quotas' => 'Monthly quotas',
243 'label.type' => 'Rodzaj',
244 'label.type_dropdown' => 'lista rozwijana',
245 'label.type_text' => 'tekst',
246 'label.required' => 'Wymagane',
247 'label.fav_report' => 'Ulubiony raport',
248 'label.schedule' => 'Harmonogram',
249 'label.what_is_it' => 'Co to jest?',
250 // 'label.expense' => 'Expense',
251 // 'label.quantity' => 'Quantity',
252 // 'label.paid_status' => 'Paid status',
253 // 'label.paid' => 'Paid',
254 // 'label.mark_paid' => 'Mark paid',
255 // 'label.week_note' => 'Week note',
256 // 'label.week_list' => 'Week list',
257 // 'label.work_units' => 'Work units',
258 // 'label.work_units_short' => 'Units',
259 'label.totals_only' => 'Tylko sumy',
260 // TODO: translate the following.
261 // 'label.quota' => 'Quota',
262 // 'label.timesheet' => 'Timesheet',
263 // 'label.submitted' => 'Submitted',
264 // 'label.approved' => 'Approved',
265 // 'label.approval' => 'Report approval',
266 // 'label.mark_approved' => 'Mark approved',
267 // 'label.template' => 'Template',
268
269 // Form titles.
270 'title.error' => 'Błąd',
271 // TODO: Translate the following.
272 // 'title.success' => 'Success',
273 'title.login' => 'Logowanie',
274 'title.groups' => 'Zespoły', // TODO: change "teams" to "groups".
275 // TODO: translate the following.
276 // 'title.subgroups' => 'Subgroups',
277 // 'title.add_group' => 'Adding Group',
278 'title.edit_group' => 'Edytowanie zespołu', // TODO: change "team" to "group".
279 'title.delete_group' => 'Usuwanie zespołu', // TODO: change "team" to "group".
280 'title.reset_password' => 'Resetowanie hasła',
281 'title.change_password' => 'Zmiana hasła',
282 'title.time' => 'Wybrana data',
283 'title.edit_time_record' => 'Edytowanie wpisu',
284 'title.delete_time_record' => 'Usuwanie wpisu',
285 'title.expenses' => 'Wydatki',
286 'title.edit_expense' => 'Edytowanie wpisu',
287 'title.delete_expense' => 'Usuwanie wpisu',
288 'title.reports' => 'Raporty',
289 'title.report' => 'Raport',
290 'title.send_report' => 'Wysyłanie raportu',
291 // TODO: Translate the following.
292 // 'title.timesheets' => 'Timesheets',
293 // 'title.timesheet' => 'Timesheet',
294 'title.invoice' => 'Faktura',
295 'title.send_invoice' => 'Wysyłanie faktury',
296 'title.charts' => 'Statystyki',
297 'title.projects' => 'Projekty',
298 'title.add_project' => 'dodawanie projektu',
299 'title.edit_project' => 'Edytowanie projektu',
300 'title.delete_project' => 'Usuwanie projektu',
301 'title.tasks' => 'Zadania',
302 'title.add_task' => 'Dodawanie zadania',
303 'title.edit_task' => 'Edytowanie zadania',
304 'title.delete_task' => 'Usuwanie zadania',
305 'title.users' => 'Użytkownicy',
306 'title.add_user' => 'Dodawanie użytkownika',
307 'title.edit_user' => 'Edytowanie użytkownika',
308 'title.delete_user' => 'Usuwanie użytkownika',
309 // TODO: translate the following.
310 // 'title.roles' => 'Roles',
311 // 'title.add_role' => 'Adding Role',
312 // 'title.edit_role' => 'Editing Role',
313 // 'title.delete_role' => 'Deleting Role',
314 'title.clients' => 'Klienci',
315 'title.add_client' => 'Dodawanie klienta',
316 'title.edit_client' => 'Edytowanie klienta',
317 'title.delete_client' => 'Usuwanie klienta',
318 'title.invoices' => 'Faktury',
319 'title.add_invoice' => 'Dodawanie faktury',
320 'title.view_invoice' => 'Podgląd faktury',
321 'title.delete_invoice' => 'Usuwanie faktury',
322 'title.notifications' => 'Powiadomienia',
323 'title.add_notification' => 'Dodawanie powiadomienia',
324 'title.edit_notification' => 'Edytowanie powiadomienia',
325 'title.delete_notification' => 'Usuwanie powiadomienia',
326 // TODO: translate the following.
327 // 'title.add_timesheet' => 'Adding Timesheet',
328 // 'title.edit_timesheet' => 'Editing Timesheet',
329 // 'title.delete_timesheet' => 'Deleting Timesheet',
330 // 'title.monthly_quotas' => 'Monthly Quotas',
331 'title.export' => 'Eksport danych zespołu', // TODO: replace "team" with "group".
332 'title.import' => 'Import danych zespołu', // TODO: replace "team" with "group".
333 'title.options' => 'Opcje',
334 'title.profile' => 'Profil',
335 'title.plugins' => 'Dodatkowe moduły',
336 'title.cf_custom_fields' => 'Pola niestandardowe',
337 'title.cf_add_custom_field' => 'Dodawanie pola niestandardowego',
338 'title.cf_edit_custom_field' => 'Edytowanie pola niestandardowego',
339 'title.cf_delete_custom_field' => 'Usuwanie pola niestandardowego',
340 'title.cf_dropdown_options' => 'Opcje listy rozwijanej',
341 'title.cf_add_dropdown_option' => 'Dodawanie opcji',
342 'title.cf_edit_dropdown_option' => 'Edytowanie opcji',
343 'title.cf_delete_dropdown_option' => 'Usuwanie opcji',
344 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
345 // It is also a name for the Locking plugin on the group settings page.
346 // TODO: translate the following.
347 // 'title.locking' => 'Locking',
348 // 'title.week_view' => 'Week View',
349 // 'title.swap_roles' => 'Swapping Roles',
350 // 'title.work_units' => 'Work Units',
351 // 'title.templates' => 'Templates',
352 // 'title.add_template' => 'Adding Template',
353 // 'title.edit_template' => 'Editing Template',
354 // 'title.delete_template' => 'Deleting Template',
355
356 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
357 // Strings that are used in a single form must go to the specific form section.
358 'dropdown.all' => '--- wszystkie ---',
359 'dropdown.no' => '--- żaden ---',
360 // TODO: translate the following.
361 // 'dropdown.current_day' => 'today',
362 // 'dropdown.previous_day' => 'yesterday',
363 'dropdown.selected_day' => 'dzień',
364 'dropdown.current_week' => 'ten tydzień',
365 'dropdown.previous_week' => 'poprzedni tydzień',
366 'dropdown.selected_week' => 'tydzień',
367 'dropdown.current_month' => 'ten miesiąc',
368 'dropdown.previous_month' => 'poprzedni miesiąc',
369 'dropdown.selected_month' => 'miesiąc',
370 'dropdown.current_year' => 'ten rok',
371 // TODO: translate the following.
372 // 'dropdown.previous_year' => 'previous year',
373 'dropdown.selected_year' => 'rok',
374 'dropdown.all_time' => 'od początku',
375 'dropdown.projects' => 'projekty',
376 'dropdown.tasks' => 'zadania',
377 'dropdown.clients' => 'klienci',
378 'dropdown.select' => '--- wybierz ---',
379 'dropdown.select_invoice' => '--- wybierz fakturę ---',
380 // TODO: translate the following.
381 // 'dropdown.select_timesheet' => '--- select timesheet ---',
382 'dropdown.status_active' => 'aktywny',
383 'dropdown.status_inactive' => 'nieaktywny',
384 'dropdown.delete' => 'usuń',
385 'dropdown.do_not_delete' => 'nie usuwaj',
386 // TODO: translate the following.
387 // 'dropdown.approved' => 'approved',
388 // 'dropdown.not_approved' => 'not approved',
389 // 'dropdown.paid' => 'paid',
390 // 'dropdown.not_paid' => 'not paid',
391
392 // 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.
393 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
394 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
395 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
396
397 // Login form. See example at https://timetracker.anuko.com/login.php.
398 'form.login.forgot_password' => 'Nie pamiętasz hasła?',
399 '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.',
400
401 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
402 'form.reset_password.message' => 'Instrukcje zmiany hasła zostały wysłane na adres e-mail połączony z kontem.',
403 'form.reset_password.email_subject' => 'Anuko Time Tracker - żądanie zmiany hasła',
404 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
405 // '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",
406 // "IP %s" probably sounds awkward.
407 '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",
408
409 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
410 'form.change_password.tip' => 'Wpisz nowe hasło i kliknij Zapisz.',
411
412 // Time form. See example at https://timetracker.anuko.com/time.php.
413 'form.time.duration_format' => '(hh:mm or 0.0h)',
414 'form.time.billable' => 'Płatne dla klienta',
415 'form.time.uncompleted' => 'Nieukończone',
416 // TODO: translate the following.
417 // 'form.time.remaining_quota' => 'Remaining quota',
418 // 'form.time.over_quota' => 'Over quota',
419 // 'form.time.remaining_balance' => 'Remaining balance',
420 // 'form.time.over_balance' => 'Over balance',
421
422 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
423 'form.time_edit.uncompleted' => 'Ten wpis ma określony jedynie czas rozpoczęcia. To nie jest błąd.',
424
425 // Week view form. See example at https://timetracker.anuko.com/week.php.
426 // TODO: translate the following.
427 // 'form.week.new_entry' => 'New entry',
428
429 // Reports form. See example at https://timetracker.anuko.com/reports.php
430 'form.reports.save_as_favorite' => 'Zapisz jako ulubiony',
431 'form.reports.confirm_delete' => 'Czy na pewno chcesz usunąć ten ulubiony raport?',
432 'form.reports.include_billable' => 'płatne',
433 'form.reports.include_not_billable' => 'bezpłatne',
434 'form.reports.include_invoiced' => 'fakturowane',
435 'form.reports.include_not_invoiced' => 'nie fakturowane',
436 // TODO: translate the following.
437 // 'form.reports.include_assigned' => 'assigned',
438 // 'form.reports.include_not_assigned' => 'not assigned',
439 // 'form.reports.include_pending' => 'pending',
440 'form.reports.select_period' => 'Wybierz okres',
441 'form.reports.set_period' => 'lub ustaw daty',
442 'form.reports.show_fields' => 'Pokaż pola',
443 'form.reports.group_by' => 'Grupowanie wg',
444 'form.reports.group_by_no' => '--- bez grupowania ---',
445 'form.reports.group_by_date' => 'daty',
446 'form.reports.group_by_user' => 'użytkowników',
447 'form.reports.group_by_client' => 'klientów',
448 'form.reports.group_by_project' => 'projektów',
449 'form.reports.group_by_task' => 'zadań',
450
451 // Report form. See example at https://timetracker.anuko.com/report.php
452 // (after generating a report at https://timetracker.anuko.com/reports.php).
453 'form.report.export' => 'Eksport',
454 // TODO: translate the following.
455 // 'form.report.assign_to_invoice' => 'Assign to invoice',
456 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
457
458 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
459 // TODO: translate the following.
460 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
461 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
462
463 // Templates form. See example at https://timetracker.anuko.com/templates.php
464 // TODO: translate the following.
465 // 'form.templates.active_templates' => 'Active Templates',
466 // 'form.templates.inactive_templates' => 'Inactive Templates',
467
468 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
469 // (you can get to this form after generating a report).
470 'form.invoice.number' => 'Numer faktury',
471 'form.invoice.person' => 'Osoba',
472
473 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
474 'form.invoice.invoice_to_delete' => 'Faktura do usunięcia',
475 'form.invoice.invoice_entries' => 'Wpisy dot. faktury',
476 // TODO: translate the following.
477 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
478
479 // Charts form. See example at https://timetracker.anuko.com/charts.phpp
480 'form.charts.interval' => 'Okres',
481 'form.charts.chart' => 'Wykres',
482
483 // Projects form. See example at https://timetracker.anuko.com/projects.php
484 'form.projects.active_projects' => 'Aktywne projekty',
485 'form.projects.inactive_projects' => 'Nieaktywne projekty',
486
487 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
488 'form.tasks.active_tasks' => 'Aktywne zadania',
489 'form.tasks.inactive_tasks' => 'Nieaktywne zadania',
490
491 // Users form. See example at https://timetracker.anuko.com/users.php
492 'form.users.active_users' => 'Aktywni użytkownicy',
493 'form.users.inactive_users' => 'Nieaktywni użytkownicy',
494  // TODO: translate the following.
495  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
496 'form.users.role' => 'Rola',
497 'form.users.manager' => 'Manager',
498 'form.users.comanager' => 'Co-manager',
499 'form.users.rate' => 'Stawka',
500 'form.users.default_rate' => 'Domyślna stawka godzinowa',
501
502 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
503 // TODO: translate the following.
504 // 'form.user_edit.swap_roles' => 'Swap roles',
505
506 // Roles form. See example at https://timetracker.anuko.com/roles.php
507 // TODO: translate the following.
508 // 'form.roles.active_roles' => 'Active Roles',
509 // 'form.roles.inactive_roles' => 'Inactive Roles',
510 // 'form.roles.rank' => 'Rank',
511 // 'form.roles.rights' => 'Rights',
512 // 'form.roles.assigned' => 'Assigned',
513 // 'form.roles.not_assigned' => 'Not assigned',
514
515 // Clients form. See example at https://timetracker.anuko.com/clients.phpp
516 'form.clients.active_clients' => 'Aktywni klienci',
517 'form.clients.inactive_clients' => 'Nieaktywni klienci',
518
519 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php.
520 'form.client.client_to_delete' => 'Klient do usunięcia',
521 'form.client.client_entries' => 'Wpisy dot. klienta',
522
523 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
524 // TODO: replace "team" with "group" in the string below.
525 'form.export.hint' => 'Możesz wyeksportować wszystkie dane zespołu do pliku xml. Przydatne przy migracji danych na własny serwer.',
526 'form.export.compression' => 'Kompresja',
527 'form.export.compression_none' => 'brak',
528 'form.export.compression_bzip' => 'bzip',
529
530 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
531 'form.import.hint' => 'Import danych zespołu z pliku xml.', // TODO: replace "team" with "group".
532 'form.import.file' => 'Wybierz plik',
533 'form.import.success' => 'Import zakończony powodzeniem.',
534
535 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
536 // TODO: replace "team" with "group" in the string below.
537 '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ć).',
538
539 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
540 'form.group_edit.12_hours' => '12 godzin',
541 'form.group_edit.24_hours' => '24 godziny',
542 // TODO: translate the following.
543 // 'form.group_edit.show_holidays' => 'Show holidays',
544 'form.group_edit.tracking_mode' => 'Tryb śledzenia',
545 'form.group_edit.mode_time' => 'czas',
546 'form.group_edit.mode_projects' => 'projekty',
547 'form.group_edit.mode_projects_and_tasks' => 'projekty i zadania',
548 'form.group_edit.record_type' => 'Rejestrowanie czasu',
549 'form.group_edit.type_all' => 'wszystko',
550 'form.group_edit.type_start_finish' => 'początek i koniec',
551 'form.group_edit.type_duration' => 'czas trwania',
552 // TODO: translate the following.
553 // 'form.group_edit.punch_mode' => 'Punch mode',
554 // 'form.group_edit.allow_overlap' => 'Allow overlap',
555 // 'form.group_edit.future_entries' => 'Future entries',
556 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
557 // 'form.group_edit.confirm_save' => 'Confirm saving',
558 // 'form.group_edit.allow_ip' => 'Allow IP',
559
560 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
561 // TODO: translate the following.
562 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
563
564 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
565 'form.mail.from' => 'Od',
566 'form.mail.to' => 'Do',
567 'form.mail.report_subject' => 'Raport Time Tracker',
568 '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.',
569 'form.mail.report_sent' => 'Wysłano raport',
570 'form.mail.invoice_sent' => 'Wysłano fakturę',
571
572 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
573 // TODO: translate the following.
574 // 'form.quota.year' => 'Year',
575 // 'form.quota.month' => 'Month',
576 // 'form.quota.workday_hours' => 'Hours in a work day',
577 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
578
579 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
580 // TODO: translate the following.
581 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
582 // 'form.swap.swap_with' => 'Swap roles with',
583
584 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
585 // TODO: translate the following.
586 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
587 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
588
589 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
590 // TODO: translate the following.
591 // 'role.user.label' => 'User',
592 // 'role.user.low_case_label' => 'user',
593 // 'role.user.description' => 'A regular member without management rights.',
594 // 'role.client.label' => 'Client',
595 // 'role.client.low_case_label' => 'client',
596 // 'role.client.description' => 'A client can view its own data.',
597 // 'role.supervisor.label' => 'Supervisor',
598 // 'role.supervisor.low_case_label' => 'supervisor',
599 // 'role.supervisor.description' => 'A person with a small set of management rights.',
600 // 'role.comanager.label' => 'Co-manager',
601 // 'role.comanager.low_case_label' => 'co-manager',
602 // 'role.comanager.description' => 'A person with a big set of management functions.',
603 // 'role.manager.label' => 'Manager',
604 // 'role.manager.low_case_label' => 'manager',
605 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
606 // 'role.top_manager.label' => 'Top manager',
607 // 'role.top_manager.low_case_label' => 'top manager',
608 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
609 // 'role.admin.label' => 'Administrator',
610 // 'role.admin.low_case_label' => 'administrator',
611 // 'role.admin.description' => 'Site adminsitrator.',
612
613 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
614 // TODO: translate the following.
615 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
616 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
617 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
618 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
619 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
620 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
621 );