aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/el/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/el/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/el/conf.php')
-rw-r--r--app/i18n/el/conf.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/el/conf.php b/app/i18n/el/conf.php
index c92fdc13a..755e0962d 100644
--- a/app/i18n/el/conf.php
+++ b/app/i18n/el/conf.php
@@ -114,6 +114,7 @@ return array(
'query' => array(
'_' => 'User queries', // TODO
'deprecated' => 'This query is no longer valid. The referenced category or feed has been deleted.', // TODO
+ 'description' => 'Description', // TODO
'filter' => array(
'_' => 'Filter applied:', // TODO
'categories' => 'Display by category', // TODO
@@ -134,6 +135,7 @@ return array(
'get_important' => 'Display articles from important feeds', // TODO
'get_label' => 'Display articles with “%s” label', // TODO
'help' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation for user queries and resharing by HTML / RSS / OPML</a>.', // TODO
+ 'image_url' => 'Image URL', // TODO
'name' => 'Name', // TODO
'no_filter' => 'No filter', // TODO
'number' => 'Query n°%d', // TODO