diff options
| author | 2024-12-08 16:28:06 +0100 | |
|---|---|---|
| committer | 2024-12-08 16:28:06 +0100 | |
| commit | fb0f89c3fede088869629ccaf1bec788ce1c07cb (patch) | |
| tree | dd506ae9f7d13f74c19b7487ce58d856c6dd3f4c /app/i18n/cs/conf.php | |
| parent | ce11150bbde8293d4b381e274c72a0c0a165c629 (diff) | |
Fixed: No user query - no information (#7062)
* Update queries.phtml
* i18n
* fix _blank target
* No user queries are saved yet
* Update app/i18n/it/conf.php
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
* Update app/i18n/it/conf.php
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
* Update app/i18n/fr/conf.php
---------
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/cs/conf.php')
| -rw-r--r-- | app/i18n/cs/conf.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/cs/conf.php b/app/i18n/cs/conf.php index 284eea454..1d4cdcce7 100644 --- a/app/i18n/cs/conf.php +++ b/app/i18n/cs/conf.php @@ -149,6 +149,10 @@ return array( 'image_url' => 'Image URL', // TODO 'name' => 'Název', 'no_filter' => 'Žádný filtr', + 'no_queries' => array( + '_' => 'No user queries are saved yet.', // TODO + 'help' => 'See <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation</a>', // TODO + ), 'number' => 'Dotaz č. %d', 'order_asc' => 'Zobrazit nejdříve nejstarší články', 'order_desc' => 'Zobrazit nejdříve nejnovější články', |
