aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/oc/sub.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/oc/sub.php')
-rw-r--r--app/i18n/oc/sub.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/i18n/oc/sub.php b/app/i18n/oc/sub.php
index 68f9e1f88..28b0de33b 100644
--- a/app/i18n/oc/sub.php
+++ b/app/i18n/oc/sub.php
@@ -87,7 +87,7 @@ return array(
'_' => 'item author', // TODO
'help' => 'Can also be a static string. Example: <code>"Anonymous"</code>', // TODO
),
- 'item_categories' => 'items tags', // TODO
+ 'item_categories' => 'item tags', // TODO
'item_content' => array(
'_' => 'item content', // TODO
'help' => 'Example to take the full item: <code>.</code>', // TODO
@@ -104,6 +104,10 @@ return 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_uid' => array(
+ '_' => 'item unique ID', // TODO
+ 'help' => 'Optional. Example: <code>descendant::div/@data-uri</code>', // TODO
+ ),
'item_uri' => array(
'_' => 'item link (URL)', // TODO
'help' => 'Example: <code>descendant::a/@href</code>', // TODO