From 2ed58f814eab9c3bbdada6b8e2ebfccfc9395894 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 6 Jun 2024 02:44:38 +0800 Subject: add image and description to user query share (#6541) * add description to user queries and rss feed * add image url to user queries and rss feed * Fix i18n * remove itunes image tag and xml definition --------- Co-authored-by: Alexandre Alapetite --- app/i18n/sk/conf.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/sk/conf.php') diff --git a/app/i18n/sk/conf.php b/app/i18n/sk/conf.php index 3683fc7d3..88a6ec1eb 100644 --- a/app/i18n/sk/conf.php +++ b/app/i18n/sk/conf.php @@ -114,6 +114,7 @@ return array( 'query' => array( '_' => 'Dopyty používateľa', 'deprecated' => 'Tento dopyt už nie je platný. Kategória alebo kanál boli vymazané.', + 'description' => 'Description', // TODO 'filter' => array( '_' => 'Použitý filter:', 'categories' => 'Zobraziť podľa kategórie', @@ -134,6 +135,7 @@ return array( 'get_important' => 'Zobraziť články z dôležitých kanálov', 'get_label' => 'Zobraziť články so štítkom “%s”', 'help' => 'Prečítajte si documentáciu pre dopyt používateľov a zdieľanie prostredníctvom HTML / RSS / OPML.', + 'image_url' => 'Image URL', // TODO 'name' => 'Meno', 'no_filter' => 'Žiadny filter', 'number' => 'Dopyt číslo %d', -- cgit v1.2.3