More recycling.
[timetracker.git] / WEB-INF / resources / cs.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 // Note to translators: Use proper capitalization rules for your language.
33
34 $i18n_language = 'Česky';
35 $i18n_months = array('Leden', 'Únor', 'Březen', 'Duben', 'Květen', 'Červen', 'Červenec', 'Srpen', 'Září', 'Říjen', 'Listopad', 'Prosinec');
36 $i18n_weekdays = array('Neděle', 'Pondělí', 'Úterý', 'Středa', 'Čtvrtek', 'Pátek', 'Sobota');
37 $i18n_weekdays_short = array('Ne', 'Po', 'Út', 'St', 'Čt', 'Pá', 'So');
38 // format mm/dd
39 $i18n_holidays = array('01/01', '04/13', '05/01', '05/08', '07/05', '07/06', '09/28', '10/28', '11/17', '12/24', '12/25', '12/26');
40
41 $i18n_key_words = array(
42
43 // Menus - short selection strings that are displayed on top of application web pages.
44 // Example: https://timetracker.anuko.com (black menu on top).
45 'menu.login' => 'Přihlásit',
46 'menu.logout' => 'Odhlásit',
47 // TODO: translate the following.
48 // 'menu.forum' => 'Forum',
49 'menu.help' => 'Pomoc',
50 // TODO: translate the following.
51 // 'menu.create_team' => 'Create Team',
52 'menu.profile' => 'Profil',
53 // TODO: translate the following.
54 // 'menu.time' => 'Time',
55 // 'menu.expenses' => 'Expenses',
56 'menu.reports' => 'Sestavy',
57 // TODO: translate the following.
58 // 'menu.charts' => 'Charts',
59 'menu.projects' => 'Projekty',
60 // TODO: translate the following.
61 // 'menu.tasks' => 'Tasks',
62 // 'menu.users' => 'Users',
63 'menu.teams' => 'Týmy',
64 'menu.export' => 'Export',
65 'menu.clients' => 'Zákazníci',
66 // TODO: translate the following.
67 // 'menu.options' => 'Options',
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' => 'Credits',
73 // 'footer.license' => 'License',
74 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
75                                      // This is a link to a webpage that describes how to contribute to the project.
76
77 // Error messages.
78 // TODO: translate the following.
79 // 'error.access_denied' => 'Access denied.',
80 // 'error.sys' => 'System error.',
81 'error.db' => 'Chyba databáze.',
82 'error.field' => 'Nesprávná "{0}" data.',
83 'error.empty' => 'Pole "{0}" je prázdné.',
84 'error.not_equal' => 'Pole "{0}" neodpovídá poli "{1}".',
85 // TODO: translate the following.
86 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
87 'error.project' => 'Výběr projektu.',
88 // TODO: translate the following.
89 // 'error.task' => 'Select task.',
90 // 'error.client' => 'Select client.',
91 // 'error.report' => 'Select report.',
92 // 'error.record' => 'Select record.',
93 'error.auth' => 'Nesprávné jméno nebo heslo.',
94 // TODO: translate the following.
95 // 'error.user_exists' => 'User with this login already exists.',
96 'error.project_exists' => 'Projekt tohoto jména již existuje.',
97 // TODO: translate the following.
98 // 'error.task_exists' => 'Task with this name already exists.',
99 // 'error.client_exists' => 'Client with this name already exists.',
100 // 'error.invoice_exists' => 'Invoice with this number already exists.',
101 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
102 // 'error.no_login' => 'No user with this login.',
103 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
104 'error.upload' => 'Chyba přenosu souboru.',
105 // TODO: translate the following.
106 // 'error.range_locked' => 'Date range is locked.',
107 // 'error.mail_send' => 'Error sending mail.',
108 // 'error.no_email' => 'No email associated with this login.',
109 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
110 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
111 // 'error.overlap' => 'Time interval overlaps with existing records.',
112 // 'error.future_date' => 'Date is in future.',
113
114 // Labels for buttons.
115 'button.login' => 'Přihlásit',
116 'button.now' => 'Teď',
117 'button.save' => 'Uložit',
118 // TODO: translate the following.
119 // 'button.copy' => 'Copy',
120 'button.cancel' => 'Zrušit',
121 'button.submit' => 'Uložit',
122 'button.add_user' => 'Přidat uživatele',
123 'button.add_project' => 'Přidat projekt',
124 // TODO: translate the following.
125 // 'button.add_task' => 'Add task',
126 'button.add_client' => 'Přidat zákazníka',
127 // TODO: translate the following.
128 // 'button.add_invoice' => 'Add invoice',
129 // 'button.add_option' => 'Add option',
130 'button.add' => 'Přidat',
131 'button.generate' => 'Vytvořit',
132 // TODO: translate the following.
133 // 'button.reset_password' => 'Reset password',
134 'button.send' => 'Poslat',
135 'button.send_by_email' => 'Poslat e-mailem',
136 'button.create_team' => 'Vytvořit tým',
137 'button.export' => 'Exportovat tým',
138 'button.import' => 'Importovat tým',
139 // TODO: translate the following.
140 // 'button.close' => 'Close',
141 // 'button.stop' => 'Stop',
142
143 // Labels for controls on forms. Labels in this section are used on multiple forms.
144 // TODO: translate the following.
145 // 'label.team_name' => 'Team name',
146 // 'label.address' => 'Address',
147 'label.currency' => 'Měna',
148 // TODO: translate the following.
149 // 'label.manager_name' => 'Manager name',
150 // 'label.manager_login' => 'Manager login',
151 // TODO: confirm that Jméno and Název are correct translations.
152 'label.person_name' => 'Jméno',
153 'label.thing_name' => 'Název',
154 // TODO: translate the following.
155 // 'label.login' => 'Login',
156 'label.password' => 'Heslo',
157 'label.confirm_password' => 'Potvrdit heslo',
158 // TODO: translate the following.
159 // 'label.email' => 'Email',
160 'label.cc' => 'Cc',
161 // TODO: translate the following.
162 // 'label.bcc' => 'Bcc',
163 'label.subject' => 'Předmět',
164 // TODO: translate the following.
165 // 'label.date' => 'Date',
166 // 'label.start_date' => 'Start date',
167 // 'label.end_date' => 'End date',
168 // 'label.user' => 'User',
169 // 'label.users' => 'Users',
170 // 'label.client' => 'Client',
171 // 'label.clients' => 'Clients',
172 // 'label.option' => 'Option',
173 // 'label.invoice' => 'Invoice',
174 'label.project' => 'Projekt',
175 'label.projects' => 'Projekty',
176 // TODO: translate the following.
177 // 'label.task' => 'Task',
178 // 'label.tasks' => 'Tasks',
179 // 'label.description' => 'Description',
180 // 'label.start' => 'Start',
181 // 'label.finish' => 'Finish',
182 // 'label.duration' => 'Duration',
183 'label.note' => 'Poznámka',
184 'label.notes' => 'Poznámky',
185 // TODO: translate the following.
186 // 'label.item' => 'Item',
187 // 'label.cost' => 'Cost',
188 // 'label.day_total' => 'Day total',
189 'label.week_total' => 'Celkem za týden',
190 // TODO: translate the following.
191 // 'label.month_total' => 'Month total',
192 'label.today' => 'Dnes',
193 // TODO: translate the following.
194 // 'label.total_hours' => 'Total hours',
195 // 'label.total_cost' => 'Total cost',
196 // 'label.view' => 'View',
197 'label.edit' => 'Upravit',
198 'label.delete' => 'Smazat',
199 // TODO: translate the following.
200 // 'label.configure' => 'Configure',
201 // 'label.select_all' => 'Select all',
202 // 'label.select_none' => 'Deselect all',
203 // 'label.day_view' => 'Day view',
204 // 'label.week_view' => 'Week view',
205 // 'label.id' => 'ID',
206 'label.language' => 'Jazyk',
207 // TODO: translate the following.
208 // 'label.decimal_mark' => 'Decimal mark',
209 // 'label.date_format' => 'Date format',
210 // 'label.time_format' => 'Time format',
211 // 'label.week_start' => 'First day of week',
212 'label.comment' => 'Komentář',
213 // TODO: translate the following.
214 // 'label.status' => 'Status',
215 'label.tax' => 'DPH',
216 // TODO: translate the following.
217 // 'label.subtotal' => 'Subtotal',
218 'label.total' => 'Celkem',
219 // TODO: translate the following.
220 // 'label.client_name' => 'Client name',
221 // 'label.client_address' => 'Client address',
222 'label.or' => 'nebo',
223 // TODO: translate the following.
224 // 'label.error' => 'Error',
225 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
226 'label.required_fields' => '* nutno vyplnit',
227 // TODO: translate the following.
228 // 'label.on_behalf' => 'on behalf of',
229 'label.role_manager' => '(manažer)',
230 'label.role_comanager' => '(co-manažer)',
231 'label.role_admin' => '(administrator)',
232 // TODO: translate the following.
233 // 'label.page' => 'Page',
234 // 'label.condition' => 'Condition',
235 // 'label.yes' => 'yes',
236 // 'label.no' => 'no',
237 // Labels for plugins (extensions to Time Tracker that provide additional features).
238 // TODO: translate the following.
239 // 'label.custom_fields' => 'Custom fields',
240 // 'label.monthly_quotas' => 'Monthly quotas',
241 // 'label.type' => 'Type',
242 // 'label.type_dropdown' => 'dropdown',
243 // 'label.type_text' => 'text',
244 // 'label.required' => 'Required',
245 'label.fav_report' => 'Oblíbená sestava',
246 // TODO: translate the following.
247 // 'label.cron_schedule' => 'Cron schedule',
248 // 'label.what_is_it' => 'What is it?',
249 // 'label.expense' => 'Expense',
250 // 'label.quantity' => 'Quantity',
251 // 'label.paid_status' => 'Paid status',
252 // 'label.paid' => 'Paid',
253 // 'label.mark_paid' => 'Mark paid',
254 // 'label.week_note' => 'Week note',
255 // 'label.week_list' => 'Week list',
256
257 // Form titles.
258 'title.login' => 'Přihlásit',
259 // TODO: translate the following.
260 // 'title.teams' => 'Teams',
261 // 'title.create_team' => 'Creating Team',
262 // 'title.edit_team' => 'Editing Team',
263 // 'title.delete_team' => 'Deleting Team',
264 'title.reset_password' => 'Resetovat heslo',
265 // TODO: translate the following.
266 // 'title.change_password' => 'Changing Password',
267 // 'title.time' => 'Time',
268 // 'title.edit_time_record' => 'Editing Time Record',
269 // 'title.delete_time_record' => 'Deleting Time Record',
270 // 'title.expenses' => 'Expenses',
271 // 'title.edit_expense' => 'Editing Expense Item',
272 // 'title.delete_expense' => 'Deleting Expense Item',
273 // 'title.predefined_expenses' => 'Predefined Expenses',
274 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
275 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
276 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
277 'title.reports' => 'Sestavy',
278 // TODO: translate the following.
279 // 'title.report' => 'Report',
280 // 'title.send_report' => 'Sending Report',
281 // 'title.invoice' => 'Invoice',
282 // 'title.send_invoice' => 'Sending Invoice',
283 // 'title.charts' => 'Charts',
284 'title.projects' => 'Projekty',
285 'title.add_project' => 'Pridat projekt',
286 'title.edit_project' => 'Upravit projekt',
287 'title.delete_project' => 'Smazat projekt',
288 // TODO: translate the following.
289 // 'title.tasks' => 'Tasks',
290 // 'title.add_task' => 'Adding Task',
291 // 'title.edit_task' => 'Editing Task',
292 // 'title.delete_task' => 'Deleting Task',
293 // 'title.users' => 'Users',
294 // 'title.add_user' => 'Adding User',
295 // 'title.edit_user' => 'Editing User',
296 // 'title.delete_user' => 'Deleting User',
297 // 'title.clients' => 'Clients',
298 // 'title.add_client' => 'Adding Client',
299 // 'title.edit_client' => 'Editing Client',
300 // 'title.delete_client' => 'Deleting Client',
301 // 'title.invoices' => 'Invoices',
302 // 'title.add_invoice' => 'Adding Invoice',
303 // 'title.view_invoice' => 'Viewing Invoice',
304 // 'title.delete_invoice' => 'Deleting Invoice',
305 // 'title.notifications' => 'Notifications',
306 // 'title.add_notification' => 'Adding Notification',
307 // 'title.edit_notification' => 'Editing Notification',
308 // 'title.delete_notification' => 'Deleting Notification',
309 // 'title.monthly_quotas' => 'Monthly Quotas',
310 // 'title.export' => 'Exporting Team Data',
311 // 'title.import' => 'Importing Team Data',
312 // 'title.options' => 'Options',
313 // 'title.profile' => 'Profile',
314 // 'title.cf_custom_fields' => 'Custom Fields',
315 // 'title.cf_add_custom_field' => 'Adding Custom Field',
316 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
317 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
318 // 'title.cf_dropdown_options' => 'Dropdown Options',
319 // 'title.cf_add_dropdown_option' => 'Adding Option',
320 // 'title.cf_edit_dropdown_option' => 'Editing Option',
321 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
322 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
323 // It is also a name for the Locking plugin on the Team profile page.
324 // 'title.locking' => 'Locking',
325 // 'title.week_view' => 'Week View',
326
327 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
328 // Strings that are used in a single form must go to the specific form section.
329 // TODO: translate the following.
330 // 'dropdown.all' => '--- all ---',
331 // 'dropdown.no' => '--- no ---',
332 // 'dropdown.current_day' => 'today',
333 // 'dropdown.previous_day' => 'yesterday',
334 // 'dropdown.selected_day' => 'day',
335 // 'dropdown.current_week' => 'this week',
336 // 'dropdown.previous_week' => 'previous week',
337 // 'dropdown.selected_week' => 'week',
338 // 'dropdown.current_month' => 'this month',
339 // 'dropdown.previous_month' => 'previous month',
340 // 'dropdown.selected_month' => 'month',
341 // 'dropdown.current_year' => 'this year',
342 // 'dropdown.previous_year' => 'previous year',
343 // 'dropdown.selected_year' => 'year',
344 // 'dropdown.all_time' => 'all time',
345 'dropdown.projects' => 'projekty',
346 // TODO: translate the following.
347 // 'dropdown.tasks' => 'tasks',
348 // 'dropdown.clients' => 'clients',
349 // 'dropdown.select' => '--- select ---',
350 // 'dropdown.select_invoice' => '--- select invoice ---',
351 // 'dropdown.status_active' => 'active',
352 // 'dropdown.status_inactive' => 'inactive',
353 // 'dropdown.delete'=>'delete',
354 // 'dropdown.do_not_delete'=>'do not delete',
355 // 'dropdown.paid' => 'paid',
356 // 'dropdown.not_paid' => 'not paid',
357
358 // Login form. See example at https://timetracker.anuko.com/login.php.
359 'form.login.forgot_password' => 'Zapomenuté heslo?',
360 // TODO: translate the following.
361 // 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
362
363 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
364 // TODO: translate the following.
365 // 'form.reset_password.message' => 'Password reset request sent by email.',
366 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
367 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, 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",
368
369 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
370 // TODO: translate the following.
371 // 'form.change_password.tip' => 'Type new password and click on Save.',
372
373 // Time form. See example at https://timetracker.anuko.com/time.php.
374 // TODO: translate the following.
375 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
376 'form.time.billable' => 'K fakturaci',
377 // 'form.time.uncompleted' => 'Uncompleted',
378 // 'form.time.remaining_quota' => 'Remaining quota',
379 // 'form.time.over_quota' => 'Over quota',
380
381 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
382 // TODO: translate the following.
383 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
384
385 // Week view form. See example at https://timetracker.anuko.com/week.php.
386 // TODO: translate the following.
387 // 'form.week.new_entry' => 'New entry',
388
389 // Reports form. See example at https://timetracker.anuko.com/reports.php
390 // TODO: translate the following.
391 // 'form.reports.save_as_favorite' => 'Save as favorite',
392 'form.reports.confirm_delete' => 'Opravdu chceš vymazat tuto položku z oblíbených?',
393 'form.reports.include_billable' => 'k fakturaci',
394 'form.reports.include_not_billable' => 'mimo fakturaci',
395 // TODO: translate the following.
396 // 'form.reports.include_invoiced' => 'invoiced',
397 // 'form.reports.include_not_invoiced' => 'not invoiced',
398 'form.reports.select_period' => 'Výberte období',
399 'form.reports.set_period' => 'nebo určete dny',
400 'form.reports.show_fields' => 'Zobrazit pole',
401 'form.reports.group_by' => 'Seskupit podle',
402 // TODO: translate the following.
403 // 'form.reports.group_by_no' => '--- no grouping ---',
404 // 'form.reports.group_by_date' => 'date',
405 // 'form.reports.group_by_user' => 'user',
406 // 'form.reports.group_by_client' => 'client',
407 // 'form.reports.group_by_project' => 'project',
408 // 'form.reports.group_by_task' => 'task',
409 // 'form.reports.totals_only' => 'Totals only',
410
411
412 // TODO: refactoring ongoing down from here.
413
414 // password reminder form attributes
415 "form.fpass.title" => 'resetovat heslo',
416 "form.fpass.login" => 'přihlásit',
417 "form.fpass.send_pass_str" => 'zaslán požadavek k vymazání hesla',
418 "form.fpass.send_pass_subj" => 'Anuko Time Tracker požadavek na vymazání hesla',
419 // Note to translators: this string needs to be translated.
420 // "form.fpass.send_pass_body" => "Dear User,\n\nSomeone, possibly you, 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",
421 "form.fpass.reset_comment" => "pro změnu hesla jej napište a zvolte uložit",
422
423 // administrator form
424 "form.admin.title" => 'administrator',
425 "form.admin.duty_text" => 'vytvořit nový tým prostřednictvím účtu týmového manažera.<br>můžete také importovat týmová data z xml souboru z jiného time tracker serveru (nejsou povoleny shody e-mailových adres!).',
426
427 "form.admin.change_pass" => 'změna hesla účtu administrator',
428 "form.admin.profile.title" => 'týmy',
429 "form.admin.profile.noprofiles" => 'vaše databáze je prázdná. přihlašte se jako admin a vytvořte nový tým.',
430 "form.admin.profile.comment" => 'smazat tým',
431 "form.admin.profile.th.id" => 'id',
432 "form.admin.profile.th.active" => 'aktovní',
433 // Note to translators: the strings below are missing in the translation and must be added
434 // "form.admin.custom_date_format" => "date format",
435 // "form.admin.custom_time_format" => "time format",
436 // "form.admin.start_week" => "first day of week",
437
438 // my time form attributes
439 "form.mytime.title" => 'můj deník',
440 "form.mytime.edit_title" => 'upravit časový záznam',
441 "form.mytime.del_str" => 'smazat časový záznam',
442 // Note to translators: "form.mytime.time_form" => ' (hh:mm)', // the string must be translated
443 "form.mytime.date" => 'datum',
444 "form.mytime.start" => 'začátek',
445 "form.mytime.finish" => 'konec',
446 "form.mytime.duration" => 'trvání',
447 "form.mytime.daily" => 'denní práce',
448 "form.mytime.total" => 'součet hodin: ',
449 "form.mytime.th.start" => 'začátek',
450 "form.mytime.th.finish" => 'konec',
451 "form.mytime.th.duration" => 'trvání',
452 "form.mytime.del_yes" => 'časový záznam úspěšně odstraněn',
453 "form.mytime.no_finished_rec" => 'záznam byl uložen pouze s časem zahájení. není to chyba. můžete se odhlásit, potřebujete-li.',
454 "form.mytime.warn_tozero_rec" => 'tento záznam musí být smazán, neboť období je uzamčeno',
455 // Note to translators: the string below is missing in the translation and must be added
456 // "form.mytime.uncompleted" => 'uncompleted',
457
458 // profile form attributes
459 // Note to translators: we need a more accurate translation of form.profile.create_title
460 "form.profile.create_title" => 'vytvořit nový manažerský účet',
461 "form.profile.edit_title" => 'upravit profil',
462 "form.profile.login" => 'přihlásit',
463
464 "form.profile.showchart" => 'zobrazuj grafy',
465
466 // people form attributes
467 "form.people.ppl_str" => 'pracovnící',
468 "form.people.createu_str" => 'vytváření nového uživatele',
469 "form.people.edit_str" => 'nastavení uživatele',
470 "form.people.del_str" => 'smazat uživatele',
471 "form.people.th.login" => 'přihlásit',
472 "form.people.th.role" => 'role',
473 "form.people.th.status" => 'status',
474 "form.people.th.rate" => 'sazba',
475 "form.people.manager" => 'manažer',
476 "form.people.comanager" => 'spolumanažer',
477 "form.people.empl" => 'uživatel',
478 "form.people.login" => 'přihlásit',
479
480 "form.people.rate" => 'hodinová sazba',
481 "form.people.comanager" => 'spolumanažer',
482
483 // report attributes
484 "form.report.from" => 'počáteční datum',
485 "form.report.to" => 'koncové datum',
486 "form.report.groupby_user" => 'uživatel',
487 "form.report.groupby_project" => 'projekt',
488 "form.report.duration" => 'trvání',
489 "form.report.start" => 'počátek',
490 "form.report.finish" => 'konec',
491 "form.report.totals_only" => 'pouze součty',
492 "form.report.total" => 'součty hodin',
493 "form.report.th.empllist" => 'uzivatel',
494 "form.report.th.date" => 'datum',
495 "form.report.th.start" => 'počátek',
496 "form.report.th.finish" => 'konec',
497 "form.report.th.duration" => 'trvání',
498
499 // mail form attributes
500 "form.mail.from" => 'od',
501 "form.mail.to" => 'komu',
502 "form.mail.above" => 'poslat sestavu e-mailem',
503 // Note to translators: this string needs to be translated.
504 // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
505 "form.mail.sending_str" => '<b>zpráva odeslána</b>',
506
507 // invoice attributes
508 "form.invoice.title" => 'faktura',
509 "form.invoice.caption" => 'faktura',
510 "form.invoice.above" => 'fakturační informace',
511 "form.invoice.select_cust" => 'výběr firmy',
512 "form.invoice.fillform" => 'vyplňte pole',
513 "form.invoice.date" => 'datum',
514 "form.invoice.number" => 'faktura číslo',
515 "form.invoice.th.username" => 'osoba',
516 "form.invoice.th.time" => 'hodin',
517 "form.invoice.th.rate" => 'sazba',
518 "form.invoice.th.summ" => 'množství',
519 "form.invoice.subtotal" => 'subtotal',
520 "form.invoice.customer" => 'zákazník',
521 "form.invoice.mailinv_above" => 'poslat fakturu e-mailem',
522 "form.invoice.sending_str" => '<b>faktura odeslána</b>',
523
524 "form.migration.zip" => 'komprese',
525 "form.migration.file" => 'výběr souboru',
526 "form.migration.import.title" => 'importovat data',
527 "form.migration.import.success" => 'import byl úspěšně dokončen',
528 "form.migration.import.text" => 'importovat týmová data z xml souboru',
529 "form.migration.export.title" => 'exportovat data',
530 "form.migration.export.success" => 'export byl úspěšně dokončen',
531 "form.migration.export.text" => 'můžete exportova týmová data do xml souboru. může se to hodit pro přesun na jiný server.',
532 // Note to translators: the string below is missing in the translation and must be added
533 // "form.migration.compression.none" => 'none',
534 "form.migration.compression.gzip" => 'gzip',
535 "form.migration.compression.bzip" => 'bzip',
536
537 "form.client.title" => 'zákazníci',
538 "form.client.add_title" => 'přidat zákazníka',
539 "form.client.edit_title" => 'upravit zákazníka',
540 "form.client.del_title" => 'smazat zákazníka',
541
542 // miscellaneous strings
543 "forward.tocsvfile" => 'exportovat data do .csv souboru',
544 "forward.toxmlfile" => 'exportovat data do .xml souboru',
545 "forward.geninvoice" => 'vytvořit fakturu',
546
547 "controls.select.client" => '--- výběr zákazníka ---',
548 "controls.project_bind" => '--- všechny ---',
549 "controls.all" => '--- vše ---',
550 "controls.notbind" => '--- nic ---',
551 "controls.per_tm" => 'tento měsíc',
552 "controls.per_lm" => 'minulý měsíc',
553 "controls.per_tw" => 'tento týden',
554 "controls.per_lw" => 'minulý týden',
555 "controls.per_td" => 'dnes',
556 "controls.per_at" => 'od počátku',
557 "controls.per_ty" => 'letos',
558
559 "label.fields" => 'zobrazit pole',
560 "label.group_title" => 'seskupit podle',
561 "label.inv_str" => 'faktura',
562 "label.set_empl" => 'výběr uživatelů',
563 "label.sel_all" => 'vybrat všechno',
564 "label.sel_none" => 'zrušit výběr',
565 "label.disable" => 'zakázat',
566 "label.enable" => 'povolit',
567 "label.hrs" => 'hodin',
568 );