aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/sk/conf.php
diff options
context:
space:
mode:
authorGravatar Thomas White <TomW1605@users.noreply.github.com> 2024-06-06 02:44:38 +0800
committerGravatar GitHub <noreply@github.com> 2024-06-05 20:44:38 +0200
commit2ed58f814eab9c3bbdada6b8e2ebfccfc9395894 (patch)
treee949b1cce6842490eca9c5490ead7903ca7bfb33 /app/i18n/sk/conf.php
parente17c2c447906deb471e25cdc889b9f74e1d715d2 (diff)
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 <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/sk/conf.php')
-rw-r--r--app/i18n/sk/conf.php2
1 files changed, 2 insertions, 0 deletions
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 <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentáciu pre dopyt používateľov a zdieľanie prostredníctvom HTML / RSS / OPML</a>.',
+ 'image_url' => 'Image URL', // TODO
'name' => 'Meno',
'no_filter' => 'Žiadny filter',
'number' => 'Dopyt číslo %d',