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.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php
index 5060a412b..f5d4e4ea1 100644
--- a/app/i18n/it/sub.php
+++ b/app/i18n/it/sub.php
@@ -126,13 +126,13 @@ return array(
'relative' => 'XPath (relativo all’oggetto) per:',
'xpath' => 'XPath per:',
),
- 'json_dotpath' => array(
- '_' => 'JSON (path con i punti)',
+ 'json_dotnotation' => array(
+ '_' => 'JSON (dot notation)', // TODO
'feed_title' => array(
'_' => 'titolo feed',
'help' => 'Esempio: <code>meta.title</code> o una stringa statica: <code>"Il mio feed personalizzato"</code>',
),
- 'help' => 'Un JSON con le path divise da punti usa dei punti fra gli oggetti e le parentesi per gli array. (es. <code>data.items[0].title</code>)',
+ 'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO
'item' => array(
'_' => 'ricerca nuovi <strong>elementi</strong><br /><small>(più importante)</small>',
'help' => 'percorso JSON per l’array contenente gli elementi, es. <code>newsItems</code>',
@@ -161,8 +161,8 @@ return array(
'_' => 'link elemento (URL)',
'help' => 'Esempio: <code>permalink</code>',
),
- 'json' => 'Percorso con i punti per:',
- 'relative' => 'Percorso con i punti (relativo all’elemento) per:',
+ 'json' => 'dot notation for:', // TODO
+ 'relative' => 'dot notated path (relative to item) for:', // TODO
),
'jsonfeed' => 'Feed JSON',
'rss' => 'RSS / Atom (predefinito)',