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.
 
  11 // | There are only two ways to violate the license:
 
  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).
 
  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).
 
  21 // | This license applies to this document only, not any other software
 
  22 // | that it may be combined with.
 
  24 // +----------------------------------------------------------------------+
 
  26 // | https://www.anuko.com/time_tracker/credits.htm
 
  27 // +----------------------------------------------------------------------+
 
  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.
 
  32 // Note to translators: Use proper capitalization rules for your language.
 
  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');
 
  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');
 
  41 $i18n_key_words = array(
 
  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',
 
  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.
 
  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' => 'Výběr zákazníka.',
 
  91 // TODO: translate the following.
 
  92 // 'error.report' => 'Select report.',
 
  93 // 'error.record' => 'Select record.',
 
  94 'error.auth' => 'Nesprávné jméno nebo heslo.',
 
  95 // TODO: translate the following.
 
  96 // 'error.user_exists' => 'User with this login already exists.',
 
  97 'error.project_exists' => 'Projekt tohoto jména již existuje.',
 
  98 // TODO: translate the following.
 
  99 // 'error.task_exists' => 'Task with this name already exists.',
 
 100 // 'error.client_exists' => 'Client with this name already exists.',
 
 101 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 
 102 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 
 103 // 'error.no_login' => 'No user with this login.',
 
 104 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
 
 105 'error.upload' => 'Chyba přenosu souboru.',
 
 106 // TODO: translate the following.
 
 107 // 'error.range_locked' => 'Date range is locked.',
 
 108 // 'error.mail_send' => 'Error sending mail.',
 
 109 // 'error.no_email' => 'No email associated with this login.',
 
 110 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
 
 111 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
 
 112 // 'error.overlap' => 'Time interval overlaps with existing records.',
 
 113 // 'error.future_date' => 'Date is in future.',
 
 115 // Labels for buttons.
 
 116 'button.login' => 'Přihlásit',
 
 117 'button.now' => 'Teď',
 
 118 'button.save' => 'Uložit',
 
 119 // TODO: translate the following.
 
 120 // 'button.copy' => 'Copy',
 
 121 'button.cancel' => 'Zrušit',
 
 122 'button.submit' => 'Uložit',
 
 123 'button.add_user' => 'Přidat uživatele',
 
 124 'button.add_project' => 'Přidat projekt',
 
 125 // TODO: translate the following.
 
 126 // 'button.add_task' => 'Add task',
 
 127 'button.add_client' => 'Přidat zákazníka',
 
 128 // TODO: translate the following.
 
 129 // 'button.add_invoice' => 'Add invoice',
 
 130 // 'button.add_option' => 'Add option',
 
 131 'button.add' => 'Přidat',
 
 132 'button.generate' => 'Vytvořit',
 
 133 'button.reset_password' => 'Resetovat heslo',
 
 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',
 
 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',
 
 161 // TODO: translate the following.
 
 162 // 'label.bcc' => 'Bcc',
 
 163 'label.subject' => 'Předmět',
 
 164 'label.date' => 'Datum',
 
 165 'label.start_date' => 'Počáteční datum',
 
 166 'label.end_date' => 'Koncové datum',
 
 167 'label.user' => 'Uživatel',
 
 168 // TODO: translate the following.
 
 169 // 'label.users' => 'Users',
 
 170 'label.client' => 'Zákazník',
 
 171 'label.clients' => 'Zákazníci',
 
 172 // TODO: translate the following.
 
 173 // 'label.option' => 'Option',
 
 174 // 'label.invoice' => 'Invoice',
 
 175 'label.project' => 'Projekt',
 
 176 'label.projects' => 'Projekty',
 
 177 // TODO: translate the following.
 
 178 // 'label.task' => 'Task',
 
 179 // 'label.tasks' => 'Tasks',
 
 180 // 'label.description' => 'Description',
 
 181 'label.start' => 'Začátek',
 
 182 'label.finish' => 'Konec',
 
 183 'label.duration' => 'Trvání',
 
 184 'label.note' => 'Poznámka',
 
 185 'label.notes' => 'Poznámky',
 
 186 // TODO: translate the following.
 
 187 // 'label.item' => 'Item',
 
 188 // 'label.cost' => 'Cost',
 
 189 // 'label.day_total' => 'Day total',
 
 190 'label.week_total' => 'Celkem za týden',
 
 191 // TODO: translate the following.
 
 192 // 'label.month_total' => 'Month total',
 
 193 'label.today' => 'Dnes',
 
 194 // TODO: translate the following.
 
 195 // 'label.total_hours' => 'Total hours',
 
 196 // 'label.total_cost' => 'Total cost',
 
 197 // 'label.view' => 'View',
 
 198 'label.edit' => 'Upravit',
 
 199 'label.delete' => 'Smazat',
 
 200 // TODO: translate the following.
 
 201 // 'label.configure' => 'Configure',
 
 202 'label.select_all' => 'Vybrat všechno',
 
 203 'label.select_none' => 'Zrušit výběr',
 
 204 // TODO: translate the following.
 
 205 // 'label.day_view' => 'Day view',
 
 206 // 'label.week_view' => 'Week view',
 
 207 // 'label.id' => 'ID',
 
 208 'label.language' => 'Jazyk',
 
 209 // TODO: translate the following.
 
 210 // 'label.decimal_mark' => 'Decimal mark',
 
 211 // 'label.date_format' => 'Date format',
 
 212 // 'label.time_format' => 'Time format',
 
 213 // 'label.week_start' => 'First day of week',
 
 214 'label.comment' => 'Komentář',
 
 215 'label.status' => 'Status',
 
 216 'label.tax' => 'DPH',
 
 217 // TODO: translate the following.
 
 218 // 'label.subtotal' => 'Subtotal',
 
 219 'label.total' => 'Celkem',
 
 220 // TODO: translate the following.
 
 221 // 'label.client_name' => 'Client name',
 
 222 // 'label.client_address' => 'Client address',
 
 223 'label.or' => 'nebo',
 
 224 // TODO: translate the following.
 
 225 // 'label.error' => 'Error',
 
 226 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 227 'label.required_fields' => '* nutno vyplnit',
 
 228 // TODO: translate the following.
 
 229 // 'label.on_behalf' => 'on behalf of',
 
 230 'label.role_manager' => '(manažer)',
 
 231 'label.role_comanager' => '(co-manažer)',
 
 232 'label.role_admin' => '(administrator)',
 
 233 // TODO: translate the following.
 
 234 // 'label.page' => 'Page',
 
 235 // 'label.condition' => 'Condition',
 
 236 // 'label.yes' => 'yes',
 
 237 // 'label.no' => 'no',
 
 238 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 239 // TODO: translate the following.
 
 240 // 'label.custom_fields' => 'Custom fields',
 
 241 // 'label.monthly_quotas' => 'Monthly quotas',
 
 242 // 'label.type' => 'Type',
 
 243 // 'label.type_dropdown' => 'dropdown',
 
 244 // 'label.type_text' => 'text',
 
 245 // 'label.required' => 'Required',
 
 246 'label.fav_report' => 'Oblíbená sestava',
 
 247 // TODO: translate the following.
 
 248 // 'label.cron_schedule' => 'Cron schedule',
 
 249 // 'label.what_is_it' => 'What is it?',
 
 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',
 
 259 'title.login' => 'Přihlásit',
 
 260 // TODO: translate the following.
 
 261 // 'title.teams' => 'Teams',
 
 262 // 'title.create_team' => 'Creating Team',
 
 263 // 'title.edit_team' => 'Editing Team',
 
 264 // 'title.delete_team' => 'Deleting Team',
 
 265 'title.reset_password' => 'Resetovat heslo',
 
 266 // TODO: translate the following.
 
 267 // 'title.change_password' => 'Changing Password',
 
 268 // 'title.time' => 'Time',
 
 269 'title.edit_time_record' => 'Upravit časový záznam',
 
 270 'title.delete_time_record' => 'Smazat časový záznam',
 
 271 // TODO: translate the following.
 
 272 // 'title.expenses' => 'Expenses',
 
 273 // 'title.edit_expense' => 'Editing Expense Item',
 
 274 // 'title.delete_expense' => 'Deleting Expense Item',
 
 275 // 'title.predefined_expenses' => 'Predefined Expenses',
 
 276 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
 
 277 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
 
 278 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
 
 279 'title.reports' => 'Sestavy',
 
 280 // TODO: translate the following.
 
 281 // 'title.report' => 'Report',
 
 282 // 'title.send_report' => 'Sending Report',
 
 283 // 'title.invoice' => 'Invoice',
 
 284 // 'title.send_invoice' => 'Sending Invoice',
 
 285 // 'title.charts' => 'Charts',
 
 286 'title.projects' => 'Projekty',
 
 287 'title.add_project' => 'Pridat projekt',
 
 288 'title.edit_project' => 'Upravit projekt',
 
 289 'title.delete_project' => 'Smazat projekt',
 
 290 // TODO: translate the following.
 
 291 // 'title.tasks' => 'Tasks',
 
 292 // 'title.add_task' => 'Adding Task',
 
 293 // 'title.edit_task' => 'Editing Task',
 
 294 // 'title.delete_task' => 'Deleting Task',
 
 295 // 'title.users' => 'Users',
 
 296 // 'title.add_user' => 'Adding User',
 
 297 // 'title.edit_user' => 'Editing User',
 
 298 // 'title.delete_user' => 'Deleting User',
 
 299 'title.clients' => 'Zákazníci',
 
 300 'title.add_client' => 'Přidat zákazníka',
 
 301 'title.edit_client' => 'Upravit zákazníka',
 
 302 'title.delete_client' => 'Smazat zákazníka',
 
 303 // 'title.invoices' => 'Invoices',
 
 304 // 'title.add_invoice' => 'Adding Invoice',
 
 305 // 'title.view_invoice' => 'Viewing Invoice',
 
 306 // 'title.delete_invoice' => 'Deleting Invoice',
 
 307 // 'title.notifications' => 'Notifications',
 
 308 // 'title.add_notification' => 'Adding Notification',
 
 309 // 'title.edit_notification' => 'Editing Notification',
 
 310 // 'title.delete_notification' => 'Deleting Notification',
 
 311 // 'title.monthly_quotas' => 'Monthly Quotas',
 
 312 // 'title.export' => 'Exporting Team Data',
 
 313 // 'title.import' => 'Importing Team Data',
 
 314 // 'title.options' => 'Options',
 
 315 'title.profile' => 'Profil',
 
 316 // TODO: translate the following.
 
 317 // 'title.cf_custom_fields' => 'Custom Fields',
 
 318 // 'title.cf_add_custom_field' => 'Adding Custom Field',
 
 319 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
 
 320 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
 
 321 // 'title.cf_dropdown_options' => 'Dropdown Options',
 
 322 // 'title.cf_add_dropdown_option' => 'Adding Option',
 
 323 // 'title.cf_edit_dropdown_option' => 'Editing Option',
 
 324 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
 
 325 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 
 326 // It is also a name for the Locking plugin on the Team profile page.
 
 327 // 'title.locking' => 'Locking',
 
 328 // 'title.week_view' => 'Week View',
 
 330 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 
 331 // Strings that are used in a single form must go to the specific form section.
 
 332 // TODO: translate the following.
 
 333 // 'dropdown.all' => '--- all ---',
 
 334 // 'dropdown.no' => '--- no ---',
 
 335 // 'dropdown.current_day' => 'today',
 
 336 // 'dropdown.previous_day' => 'yesterday',
 
 337 // 'dropdown.selected_day' => 'day',
 
 338 // 'dropdown.current_week' => 'this week',
 
 339 // 'dropdown.previous_week' => 'previous week',
 
 340 // 'dropdown.selected_week' => 'week',
 
 341 // 'dropdown.current_month' => 'this month',
 
 342 // 'dropdown.previous_month' => 'previous month',
 
 343 // 'dropdown.selected_month' => 'month',
 
 344 // 'dropdown.current_year' => 'this year',
 
 345 // 'dropdown.previous_year' => 'previous year',
 
 346 // 'dropdown.selected_year' => 'year',
 
 347 // 'dropdown.all_time' => 'all time',
 
 348 'dropdown.projects' => 'projekty',
 
 349 // TODO: translate the following.
 
 350 // 'dropdown.tasks' => 'tasks',
 
 351 'dropdown.clients' => 'zákazníci',
 
 352 // TODO: translate the following.
 
 353 // 'dropdown.select' => '--- select ---',
 
 354 // 'dropdown.select_invoice' => '--- select invoice ---',
 
 355 // 'dropdown.status_active' => 'active',
 
 356 // 'dropdown.status_inactive' => 'inactive',
 
 357 // 'dropdown.delete'=>'delete',
 
 358 // 'dropdown.do_not_delete'=>'do not delete',
 
 359 // 'dropdown.paid' => 'paid',
 
 360 // 'dropdown.not_paid' => 'not paid',
 
 362 // Login form. See example at https://timetracker.anuko.com/login.php.
 
 363 'form.login.forgot_password' => 'Zapomenuté heslo?',
 
 364 // TODO: translate the following.
 
 365 // '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.',
 
 367 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 
 368 'form.reset_password.message' => 'Zaslán požadavek k vymazání hesla.', // TODO: add "by email" to match the English string.
 
 369 'form.reset_password.email_subject' => 'Anuko Time Tracker požadavek na vymazání hesla',
 
 370 // TODO: translate the following.
 
 371 // '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",
 
 373 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 
 374 // TODO: translate the following.
 
 375 // 'form.change_password.tip' => 'Type new password and click on Save.',
 
 377 // Time form. See example at https://timetracker.anuko.com/time.php.
 
 378 // TODO: translate the following.
 
 379 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
 
 380 'form.time.billable' => 'K fakturaci',
 
 381 // 'form.time.uncompleted' => 'Uncompleted',
 
 382 // 'form.time.remaining_quota' => 'Remaining quota',
 
 383 // 'form.time.over_quota' => 'Over quota',
 
 385 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 386 // TODO: translate the following.
 
 387 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
 
 389 // Week view form. See example at https://timetracker.anuko.com/week.php.
 
 390 // TODO: translate the following.
 
 391 // 'form.week.new_entry' => 'New entry',
 
 393 // Reports form. See example at https://timetracker.anuko.com/reports.php
 
 394 // TODO: translate the following.
 
 395 // 'form.reports.save_as_favorite' => 'Save as favorite',
 
 396 'form.reports.confirm_delete' => 'Opravdu chceš vymazat tuto položku z oblíbených?',
 
 397 'form.reports.include_billable' => 'k fakturaci',
 
 398 'form.reports.include_not_billable' => 'mimo fakturaci',
 
 399 // TODO: translate the following.
 
 400 // 'form.reports.include_invoiced' => 'invoiced',
 
 401 // 'form.reports.include_not_invoiced' => 'not invoiced',
 
 402 'form.reports.select_period' => 'Výberte období',
 
 403 'form.reports.set_period' => 'nebo určete dny',
 
 404 'form.reports.show_fields' => 'Zobrazit pole',
 
 405 'form.reports.group_by' => 'Seskupit podle',
 
 406 // TODO: translate the following.
 
 407 // 'form.reports.group_by_no' => '--- no grouping ---',
 
 408 'form.reports.group_by_date' => 'datum',
 
 409 'form.reports.group_by_user' => 'uživatel',
 
 410 'form.reports.group_by_client' => 'zákazník',
 
 411 'form.reports.group_by_project' => 'projekt',
 
 412 // TODO: translate the following.
 
 413 // 'form.reports.group_by_task' => 'task',
 
 414 'form.reports.totals_only' => 'Pouze součty',
 
 416 // Report form. See example at https://timetracker.anuko.com/report.php
 
 417 // (after generating a report at https://timetracker.anuko.com/reports.php).
 
 418 // TODO: translate the following.
 
 419 // 'form.report.export' => 'Export',
 
 420 // 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 422 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 
 423 // (you can get to this form after generating a report).
 
 424 // TODO: translate the following.
 
 425 // 'form.invoice.number' => 'Invoice number',
 
 426 // 'form.invoice.person' => 'Person',
 
 427 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 
 428 // 'form.invoice.invoice_entries' => 'Invoice entries',
 
 429 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
 431 // Charts form. See example at https://timetracker.anuko.com/charts.php
 
 432 // TODO: translate the following.
 
 433 // 'form.charts.interval' => 'Interval',
 
 434 // 'form.charts.chart' => 'Chart',
 
 436 // Projects form. See example at https://timetracker.anuko.com/projects.php
 
 437 // TODO: translate the following.
 
 438 // 'form.projects.active_projects' => 'Active Projects',
 
 439 // 'form.projects.inactive_projects' => 'Inactive Projects',
 
 441 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
 
 442 // TODO: translate the following.
 
 443 // 'form.tasks.active_tasks' => 'Active Tasks',
 
 444 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
 
 448 // TODO: refactoring ongoing down from here.
 
 450 // administrator form
 
 451 "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!).',
 
 452 "form.admin.profile.title" => 'týmy',
 
 453 "form.admin.profile.noprofiles" => 'vaše databáze je prázdná. přihlašte se jako admin a vytvořte nový tým.',
 
 454 "form.admin.profile.comment" => 'smazat tým',
 
 455 "form.admin.profile.th.id" => 'id',
 
 456 "form.admin.profile.th.active" => 'aktovní',
 
 458 // my time form attributes
 
 459 "form.mytime.total" => 'součet hodin: ',
 
 460 "form.mytime.del_yes" => 'časový záznam úspěšně odstraněn',
 
 461 "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.',
 
 462 "form.mytime.warn_tozero_rec" => 'tento záznam musí být smazán, neboť období je uzamčeno',
 
 464 // profile form attributes
 
 465 // Note to translators: we need a more accurate translation of form.profile.create_title
 
 466 "form.profile.create_title" => 'vytvořit nový manažerský účet',
 
 467 "form.profile.edit_title" => 'upravit profil',
 
 469 "form.profile.showchart" => 'zobrazuj grafy',
 
 471 // people form attributes
 
 472 "form.people.ppl_str" => 'pracovnící',
 
 473 "form.people.createu_str" => 'vytváření nového uživatele',
 
 474 "form.people.edit_str" => 'nastavení uživatele',
 
 475 "form.people.del_str" => 'smazat uživatele',
 
 476 "form.people.th.role" => 'role',
 
 477 "form.people.th.rate" => 'sazba',
 
 478 "form.people.manager" => 'manažer',
 
 479 "form.people.comanager" => 'spolumanažer',
 
 481 "form.people.rate" => 'hodinová sazba',
 
 482 "form.people.comanager" => 'spolumanažer',
 
 485 "form.report.totals_only" => 'pouze součty',
 
 486 "form.report.total" => 'součty hodin',
 
 488 // mail form attributes
 
 489 "form.mail.from" => 'od',
 
 490 "form.mail.to" => 'komu',
 
 491 "form.mail.above" => 'poslat sestavu e-mailem',
 
 492 // Note to translators: this string needs to be translated.
 
 493 // "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.',
 
 494 "form.mail.sending_str" => '<b>zpráva odeslána</b>',
 
 496 // invoice attributes
 
 497 "form.invoice.title" => 'faktura',
 
 498 "form.invoice.caption" => 'faktura',
 
 499 "form.invoice.above" => 'fakturační informace',
 
 500 "form.invoice.select_cust" => 'výběr firmy',
 
 501 "form.invoice.fillform" => 'vyplňte pole',
 
 502 "form.invoice.number" => 'faktura číslo',
 
 503 "form.invoice.th.username" => 'osoba',
 
 504 "form.invoice.th.time" => 'hodin',
 
 505 "form.invoice.th.rate" => 'sazba',
 
 506 "form.invoice.th.summ" => 'množství',
 
 507 "form.invoice.subtotal" => 'subtotal',
 
 508 "form.invoice.mailinv_above" => 'poslat fakturu e-mailem',
 
 509 "form.invoice.sending_str" => '<b>faktura odeslána</b>',
 
 511 "form.migration.zip" => 'komprese',
 
 512 "form.migration.file" => 'výběr souboru',
 
 513 "form.migration.import.title" => 'importovat data',
 
 514 "form.migration.import.success" => 'import byl úspěšně dokončen',
 
 515 "form.migration.import.text" => 'importovat týmová data z xml souboru',
 
 516 "form.migration.export.title" => 'exportovat data',
 
 517 "form.migration.export.success" => 'export byl úspěšně dokončen',
 
 518 "form.migration.export.text" => 'můžete exportova týmová data do xml souboru. může se to hodit pro přesun na jiný server.',
 
 519 // Note to translators: the string below is missing in the translation and must be added
 
 520 // "form.migration.compression.none" => 'none',
 
 521 "form.migration.compression.gzip" => 'gzip',
 
 522 "form.migration.compression.bzip" => 'bzip',
 
 524 // miscellaneous strings
 
 525 "forward.tocsvfile" => 'exportovat data do .csv souboru',
 
 526 "forward.toxmlfile" => 'exportovat data do .xml souboru',
 
 527 "forward.geninvoice" => 'vytvořit fakturu',
 
 529 "controls.project_bind" => '--- všechny ---',
 
 530 "controls.all" => '--- vše ---',
 
 531 "controls.notbind" => '--- nic ---',
 
 532 "controls.per_tm" => 'tento měsíc',
 
 533 "controls.per_lm" => 'minulý měsíc',
 
 534 "controls.per_tw" => 'tento týden',
 
 535 "controls.per_lw" => 'minulý týden',
 
 536 "controls.per_td" => 'dnes',
 
 537 "controls.per_at" => 'od počátku',
 
 538 "controls.per_ty" => 'letos',
 
 540 "label.inv_str" => 'faktura',
 
 541 "label.set_empl" => 'výběr uživatelů',