aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/pl/sub.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/pl/sub.php')
-rw-r--r--app/i18n/pl/sub.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/i18n/pl/sub.php b/app/i18n/pl/sub.php
index 62187a80a..acd76e25b 100644
--- a/app/i18n/pl/sub.php
+++ b/app/i18n/pl/sub.php
@@ -126,13 +126,13 @@ return array(
'relative' => 'XPath (względem wiadomości) dla:',
'xpath' => 'XPath dla:',
),
- 'json_dotpath' => array(
- '_' => 'JSON (Dotted paths)', // TODO
+ 'json_dotnotation' => array(
+ '_' => 'JSON (dot notation)', // TODO
'feed_title' => array(
'_' => 'feed title', // TODO
'help' => 'Example: <code>meta.title</code> or a static string: <code>"My custom feed"</code>', // TODO
),
- 'help' => 'A JSON dotted path uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO
+ 'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO
'item' => array(
'_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO
'help' => 'JSON path to the array containing the items, e.g. <code>newsItems</code>', // TODO
@@ -161,8 +161,8 @@ return array(
'_' => 'item link (URL)', // TODO
'help' => 'Example: <code>permalink</code>', // TODO
),
- 'json' => 'Dotted Path for:', // TODO
- 'relative' => 'Dotted Path (relative to item) for:', // TODO
+ 'json' => 'dot notation for:', // TODO
+ 'relative' => 'dot notated path (relative to item) for:', // TODO
),
'jsonfeed' => 'JSON Feed', // TODO
'rss' => 'RSS / Atom (domyślne)',