diff options
Diffstat (limited to 'app/Locale/cs_CZ/translations.php')
-rw-r--r-- | app/Locale/cs_CZ/translations.php | 40 |
1 files changed, 36 insertions, 4 deletions
diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index 4b872c1d..2631ab2a 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d dokončených úkolů', 'No task for this project' => 'Tento projekt nemá žádné úkoly', 'Public link' => 'Veřejný odkaz', - 'There is no column in your project!' => 'V projektu není žádný sloupec!', 'Change assignee' => 'Změna přiřazení k uživatelům', 'Change assignee for the task "%s"' => 'Změna přiřazení uživatele pro úkol "%s"', 'Timezone' => 'Časová zóna', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Soubor byl úspěšně odebrán.', 'Attach a document' => 'Vložit dokument', 'Do you really want to remove this file: "%s"?' => 'Skutečně chcete odebrat soubor: "%s"?', - 'open' => 'Otevřít', 'Attachments' => 'Přílohy', 'Edit the task' => 'Upravit úkol', 'Edit the description' => 'Upravit popis', @@ -593,7 +591,6 @@ return array( // '#%d' => '', 'All swimlanes' => 'Alle Swimlanes', 'All colors' => 'Všechny barvy', - 'All status' => 'Všechny stavy', 'Moved to column %s' => 'Přesunuto do sloupce %s ', 'Change description' => 'Změna podrobného popisu', 'User dashboard' => 'Nástěnka uživatele', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'Nelze přidat tento směnný kurz', 'Webhook URL' => 'Webhook URL', '%s remove the assignee of the task %s' => '%s odstranil přiřazení úkolu %s ', - 'API URL' => 'API URL', 'Enable Gravatar images' => 'Aktiviere Gravatar Bilder', 'Information' => 'Informace', 'Check two factor authentication code' => 'Prüfe Zwei-Faktor-Authentifizierungscode', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); |