From fb0f89c3fede088869629ccaf1bec788ce1c07cb Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:28:06 +0100 Subject: 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 --- app/i18n/cs/conf.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/i18n/cs/conf.php') 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 documentation', // TODO + ), 'number' => 'Dotaz č. %d', 'order_asc' => 'Zobrazit nejdříve nejstarší články', 'order_desc' => 'Zobrazit nejdříve nejnovější články', -- cgit v1.2.3