X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fcs.lang.php;h=bcda740105341275a1359a7c4f35921bba7f7b7b;hb=fafb0ae8f7098ffafa6799627891bd40f4811a52;hp=526b2215d435b1fd3f885d7d9baf03b55874a9dc;hpb=d25b2051caf684cb847977474f03ee0d3c1046e4;p=timetracker.git diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 526b2215..bcda7401 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -101,10 +101,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.user_exists' => 'User with this login already exists.', // 'error.object_exists' => 'Object with this name already exists.', -'error.project_exists' => 'Projekt tohoto jména již existuje.', -// TODO: translate the following. -// 'error.task_exists' => 'Task with this name already exists.', -// 'error.client_exists' => 'Client with this name already exists.', // 'error.invoice_exists' => 'Invoice with this number already exists.', // 'error.role_exists' => 'Role with this rank already exists.', // 'error.no_invoiceable_items' => 'There are no invoiceable items.', @@ -123,6 +119,15 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', +// 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.', + +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', + // Labels for buttons. 'button.login' => 'Přihlásit', 'button.now' => 'Teď', @@ -269,10 +274,14 @@ $i18n_key_words = array( // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere. // Compare with English file to see how it is done there and do Czech titles similarly. // Specifically: Vytváření vs Pridat, etc. +// TODO: Translate the following. +// 'title.error' => 'Error', +// 'title.success' => 'Success', 'title.login' => 'Přihlásit', 'title.groups' => 'Týmy', // TODO: change "teams" to "groups". // TODO: translate the following. -// 'title.create_group' => 'Creating Group', +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding Group', // 'title.edit_group' => 'Editing Group', 'title.delete_group' => 'Smazat tým', // TODO: change "team" to "group". 'title.reset_password' => 'Resetovat heslo', @@ -335,7 +344,6 @@ $i18n_key_words = array( // 'title.options' => 'Options', 'title.profile' => 'Profil', // TODO: translate the following. -// 'title.group' => 'Group Settings', // 'title.plugins' => 'Plugins', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', @@ -538,6 +546,7 @@ $i18n_key_words = array( // 'form.group_edit.allow_overlap' => 'Allow overlap', // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.group_edit.confirm_save' => 'Confirm saving', // 'form.group_edit.allow_ip' => 'Allow IP', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php