summaryrefslogtreecommitdiff
path: root/app/i18n/cz/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/cz/conf.php')
-rw-r--r--app/i18n/cz/conf.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/i18n/cz/conf.php b/app/i18n/cz/conf.php
index 7b603555c..4411b5047 100644
--- a/app/i18n/cz/conf.php
+++ b/app/i18n/cz/conf.php
@@ -32,6 +32,7 @@ return array(
),
'display' => array(
'_' => 'Zobrazení',
+ 'darkMode' => 'Automatic dark mode (beta)', // TODO
'icon' => array(
'bottom_line' => 'Spodní řádek',
'display_authors' => 'Autoři',
@@ -48,7 +49,13 @@ return array(
'timeout' => 'Časový limit HTML5 oznámení',
),
'show_nav_buttons' => 'Zobrazit navigační tlačítka',
- 'theme' => 'Motiv',
+ 'theme' => array(
+ '_' => 'Motiv',
+ 'deprecated' => array(
+ '_' => 'Deprecated', // TODO
+ 'description' => 'This theme is no longer supported and will be not available anymore in a <a href="https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#theme" target="_blank">future release of FreshRSS</a>', // TODO
+ ),
+ ),
'theme_not_available' => 'Motiv „%s“ již není dostupný. Zvolte jiný motiv, prosím.',
'thumbnail' => array(
'label' => 'Náhled',
@@ -57,6 +64,7 @@ return array(
'portrait' => 'Na výšku',
'square' => 'Čtverec',
),
+ 'timezone' => 'Time zone', // TODO
'title' => 'Zobrazení',
'width' => array(
'content' => 'Šířka obsahu',