X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/ecbfa220ec9448151166495a3dad39fa97b6c604..4d07dc7fef357e5139f35df6271cc15dc6bea955:/WEB-INF/resources/cs.lang.php diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index fbe11d68..411dc555 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -94,6 +94,7 @@ $i18n_key_words = array( 'error.auth' => 'Nesprávné jméno nebo heslo.', // 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.', @@ -121,6 +122,7 @@ $i18n_key_words = array( 'button.cancel' => 'Zrušit', 'button.submit' => 'Uložit', 'button.add' => 'Přidat', +'button.delete' => 'Smazat', 'button.generate' => 'Vytvořit', 'button.reset_password' => 'Resetovat heslo', 'button.send' => 'Poslat', @@ -294,6 +296,10 @@ $i18n_key_words = array( // 'title.edit_user' => 'Editing User', 'title.delete_user' => 'Smazat uživatele', // TODO: translate the following. +// 'title.roles' => 'Roles', +// 'title.add_role' => 'Adding Role', +// 'title.edit_role' => 'Editing Role', +// 'title.delete_role' => 'Deleting Role', 'title.clients' => 'Zákazníci', 'title.add_client' => 'Přidat zákazníka', 'title.edit_client' => 'Upravit zákazníka',