diff options
Diffstat (limited to 'app/Locale/cs_CZ')
-rw-r--r-- | app/Locale/cs_CZ/translations.php | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index 2013834e..cf941106 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -4,9 +4,7 @@ return array( 'number.decimals_separator' => ',', 'number.thousands_separator' => '.', 'None' => 'žádné', - 'edit' => 'editovat', 'Edit' => 'Editovat', - 'remove' => 'odstranit', 'Remove' => 'Odstranit', 'Yes' => 'Ano', 'No' => 'Ne', @@ -167,8 +165,6 @@ return array( 'Automatic actions for the project "%s"' => 'Automaticky vykonávané akce pro projekt "%s"', 'Add an action' => 'Přidat akci', 'Event name' => 'Název události', - 'Action name' => 'Název akce', - 'Action parameters' => 'Parametry akce', 'Action' => 'Akce', 'Event' => 'Událost', 'When the selected event occurs execute the corresponding action.' => 'Kdykoliv se vybraná událost objeví, vykonat odpovídající akci.', @@ -187,7 +183,7 @@ return array( 'Position' => 'Pozice', 'Duplicate to another project' => 'Vytvořit kopii v jiném projektu', 'Duplicate' => 'Vytvořit kopii', - 'link' => 'Link', + 'Link' => 'Link', 'Comment updated successfully.' => 'Komentář byl úspěšně aktualizován.', 'Unable to update your comment.' => 'Nelze upravit Váš komentář.', 'Remove a comment' => 'Odebrat komentář', @@ -234,7 +230,6 @@ return array( 'Category:' => 'Kategorie:', 'Categories' => 'Kategorie', 'Your category have been created successfully.' => 'Kategorie byla úspěšně vytvořena.', - 'Unable to create your category.' => 'Kategorii nelze vytvořit.', 'This category has been updated successfully.' => 'Kategorie byla úspěšně aktualizována.', 'Unable to update this category.' => 'Kategorii nelze aktualizovat.', 'Remove a category' => 'Odstranit kategorii', @@ -899,7 +894,6 @@ return array( // 'Add group member' => '', // 'Do you really want to remove this group: "%s"?' => '', // 'There is no user in this group.' => '', - // 'Remove this user' => '', // 'Permissions' => '', // 'Allowed Users' => '', // 'No user have been allowed specifically.' => '', @@ -1309,4 +1303,21 @@ return array( // 'This project is open' => '', // 'This project is closed' => '', // 'Unable to upload files, check the permissions of your data folder.' => '', + // 'Another category with the same name exists in this project' => '', + // 'Comment sent by email successfully.' => '', + // 'Sent by email to [%s](mailto:%s) (%s)' => '', + // 'Unable to read uploaded file.' => '', + // 'Database uploaded successfully.' => '', + // 'Task sent by email successfully.' => '', + // 'There is no category in this project.' => '', + // 'Send by email' => '', + // 'Create and send a comment by email' => '', + // 'Subject' => '', + // 'Upload the database' => '', + // 'You could upload the previously downloaded Sqlite database (Gzip format).' => '', + // 'Database file' => '', + // 'Upload' => '', + // 'Remove this user from group' => '', + // 'Your project must have at least one active swimlane.' => '', + // 'Project: %s' => '', ); |