summaryrefslogtreecommitdiff
path: root/app/Locale/cs_CZ/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-05-10 14:30:59 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-05-10 14:30:59 -0700
commiteafaa4b03770a73080520952112905eb8135a62f (patch)
treeb3c721ca2f3800c8f0694137762fd46ffd16b3de /app/Locale/cs_CZ/translations.php
parentecc9d80671fdfd4434ac7ecf3113507e6a06da64 (diff)
Make hardcoded hours string translatable
Diffstat (limited to 'app/Locale/cs_CZ/translations.php')
-rw-r--r--app/Locale/cs_CZ/translations.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php
index 3222c008..e56454c5 100644
--- a/app/Locale/cs_CZ/translations.php
+++ b/app/Locale/cs_CZ/translations.php
@@ -256,7 +256,6 @@ return array(
'Do you really want to remove this sub-task?' => 'Skutečně chcete odebrat dílčí úkol?',
'Remaining:' => 'Zbývá:',
'hours' => 'hodin',
- 'spent' => 'Stráveno',
'estimated' => 'odhadnuto',
'Sub-Tasks' => 'Dílčí úkoly',
'Add a sub-task' => 'Přidat dílčí úkol',
@@ -481,7 +480,6 @@ return array(
'Link removed successfully.' => 'Propojení bylo úspěšně odebráno.',
'Link labels' => 'Seznam odkazů',
'Link modification' => 'Úpravy odkazů',
- 'Links' => 'Odkazy',
'Opposite label' => 'Opačný text',
'Remove a link' => 'Odstranit odkaz',
'The labels must be different' => 'názvy musí být odlišné',
@@ -522,7 +520,6 @@ return array(
// 'CAD - Canadian Dollar' => '',
// 'CHF - Swiss Francs' => '',
'Custom Stylesheet' => 'Vlastní šablony stylů',
- 'download' => 'Stáhnout',
'EUR - Euro' => 'EUR - Euro',
'GBP - British Pound' => 'GBP - Britská Libra',
'INR - Indian Rupee' => 'INR - Indische Rupien',
@@ -593,7 +590,6 @@ return array(
'Existing due date' => 'Existující datum splnění',
'Factor to calculate new due date: ' => 'Faktor pro výpočet nového data splnění: ',
'Month(s)' => 'Měsíce',
- 'Recurrence' => 'Opakování',
'This task has been created by: ' => 'Tento úkol vytvořil: ',
'Recurrent task has been generated:' => 'Opakující se úkol vygeneroval: ',
'Timeframe to calculate new due date: ' => 'Časové okno pro výpočet nového data splnění: ',
@@ -731,7 +727,6 @@ return array(
// 'NOK - Norwegian Krone' => '',
'Show this column' => 'Zobrazit tento sloupec',
'Hide this column' => 'Skrýt tento sloupec',
- 'open file' => 'otevřít soubor',
'End date' => 'Datum konce',
'Users overview' => 'Přehled uživatelů',
'Members' => 'Členové',
@@ -1380,4 +1375,6 @@ return array(
// '%s moved the task #%d to the column "%s"' => '',
// '%s moved the task #%d to the position %d in the column "%s"' => '',
// '%s moved the task #%d to the swimlane "%s"' => '',
+ // '%sh spent' => '',
+ // '%sh estimated' => '',
);