aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/it/sub.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/it/sub.php')
-rw-r--r--app/i18n/it/sub.php43
1 files changed, 43 insertions, 0 deletions
diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php
index ac5080ffb..cab35180e 100644
--- a/app/i18n/it/sub.php
+++ b/app/i18n/it/sub.php
@@ -61,6 +61,49 @@ return array(
),
'information' => 'Informazioni',
'keep_min' => 'Numero minimo di articoli da mantenere',
+ 'kind' => array(
+ '_' => 'Type of feed source', // TODO
+ 'html_xpath' => array(
+ '_' => 'HTML + XPath (Web scraping)', // TODO
+ 'feed_title' => array(
+ '_' => 'feed title', // TODO
+ 'help' => 'Example: <code>//title</code> or a static string: <code>"My custom feed"</code>', // TODO
+ ),
+ 'help' => '<dfn><a href="https://www.w3.org/TR/xpath-10/" target="_blank">XPath 1.0</a></dfn> is a standard query language for advanced users, and which FreshRSS supports to enable Web scraping.', // TODO
+ 'item' => array(
+ '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO
+ 'help' => 'Example: <code>//div[@class="news-item"]</code>', // TODO
+ ),
+ 'item_author' => array(
+ '_' => 'item author', // TODO
+ 'help' => 'Can also be a static string. Example: <code>"Anonymous"</code>', // TODO
+ ),
+ 'item_categories' => 'items tags', // TODO
+ 'item_content' => array(
+ '_' => 'item content', // TODO
+ 'help' => 'Example to take the full item: <code>.</code>', // TODO
+ ),
+ 'item_thumbnail' => array(
+ '_' => 'item thumbnail', // TODO
+ 'help' => 'Example: <code>descendant::img/@src</code>', // TODO
+ ),
+ 'item_timestamp' => array(
+ '_' => 'item date', // TODO
+ 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO
+ ),
+ 'item_title' => array(
+ '_' => 'item title', // TODO
+ 'help' => 'Use in particular the <a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath axis</a> <code>descendant::</code> like <code>descendant::h2</code>', // TODO
+ ),
+ 'item_uri' => array(
+ '_' => 'item link (URL)', // TODO
+ 'help' => 'Example: <code>descendant::a/@href</code>', // TODO
+ ),
+ 'relative' => 'XPath (relative to item) for:', // TODO
+ 'xpath' => 'XPath for:', // TODO
+ ),
+ 'rss' => 'RSS / Atom (default)', // TODO
+ ),
'maintenance' => array(
'clear_cache' => 'Clear cache', // TODO
'clear_cache_help' => 'Clear the cache for this feed.', // TODO