]> sipb.mit.edu Git - ikiwiki.git/blobdiff - po/underlays/directives/ikiwiki/directive/meta.da.po
Merge remote-tracking branch 'intrigeri/po'
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / meta.da.po
index 11183482c808494751469102eb43a9184ca7cec5..fbc11ecae6e43d258a6258bb5634d816eae98e71 100644 (file)
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ikiwiki 3.15\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-07-19 23:45+0200\n"
-"PO-Revision-Date: 2009-07-19 23:45+0200\n"
+"POT-Creation-Date: 2011-05-05 20:04+0300\n"
+"PO-Revision-Date: 2009-07-23 00:06+0200\n"
 "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
 "Language-Team: None\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -32,16 +33,19 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#, fuzzy, no-wrap
+#, no-wrap
 msgid ""
 "\t\\[[!meta field=\"value\"]]\n"
 "\t\\[[!meta field=\"value\" param=\"value\" param=\"value\"]]\n"
-msgstr "\t\\[[!direktiv param=\"værdi\" param=\"værdi\"]]\n"
+msgstr ""
+"\t\\[[!meta felt=\"værdi\"]]\n"
+"\t\\[[!meta felt=\"værdi\" param=\"værdi\" param=\"værdi\"]]\n"
 
 #. type: Plain text
 msgid ""
 "The first form sets a given field to a given value, while the second form "
-"also specifies some additional sub-parameters."
+"also specifies some additional sub-parameters. You can have only one field "
+"per `meta` directive, use more directives if you want to specify more fields."
 msgstr ""
 
 #. type: Plain text
@@ -55,9 +59,8 @@ msgid "Supported fields:"
 msgstr ""
 
 #. type: Bullet: '* '
-#, fuzzy
 msgid "title"
-msgstr "emne"
+msgstr "title"
 
 #. type: Plain text
 #, no-wrap
@@ -74,9 +77,26 @@ msgid ""
 "  differently in this case.\n"
 msgstr ""
 
+#. type: Plain text
+#, no-wrap
+msgid ""
+"  An optional `sortas` parameter will be used preferentially when\n"
+"  [[ikiwiki/pagespec/sorting]] by `meta(title)`:\n"
+msgstr ""
+
+#. type: Plain text
+#, no-wrap
+msgid "\t\\[[!meta title=\"The Beatles\" sortas=\"Beatles, The\"]]\n"
+msgstr ""
+
+#. type: Plain text
+#, no-wrap
+msgid "\t\\[[!meta title=\"David Bowie\" sortas=\"Bowie, David\"]]\n"
+msgstr ""
+
 #. type: Bullet: '* '
 msgid "license"
-msgstr ""
+msgstr "license"
 
 #. type: Plain text
 #, no-wrap
@@ -87,7 +107,7 @@ msgstr ""
 
 #. type: Bullet: '* '
 msgid "copyright"
-msgstr ""
+msgstr "copyright"
 
 #. type: Plain text
 #, no-wrap
@@ -98,16 +118,28 @@ msgstr ""
 
 #. type: Bullet: '* '
 msgid "author"
-msgstr ""
+msgstr "author"
 
 #. type: Plain text
 #, no-wrap
 msgid "  Specifies the author of a page.\n"
 msgstr ""
 
+#. type: Plain text
+#, no-wrap
+msgid ""
+"  An optional `sortas` parameter will be used preferentially when\n"
+"  [[ikiwiki/pagespec/sorting]] by `meta(author)`:\n"
+msgstr ""
+
+#. type: Plain text
+#, no-wrap
+msgid "\t\\[[!meta author=\"Joey Hess\" sortas=\"Hess, Joey\"]]\n"
+msgstr ""
+
 #. type: Bullet: '* '
 msgid "authorurl"
-msgstr ""
+msgstr "authorurl"
 
 #. type: Plain text
 #, no-wrap
@@ -116,18 +148,18 @@ msgstr ""
 
 #. type: Bullet: '* '
 msgid "description"
-msgstr ""
+msgstr "description"
 
 #. type: Plain text
 #, no-wrap
 msgid ""
-"  Specifies a \"description\" of the page. You could use this to provide\n"
-"  a summary, for example, to be picked up by the [[map]] directive.\n"
+"  Specifies a short description for the page. This will be put in\n"
+"  the html header, and can also be displayed by eg, the [[map]] directive.\n"
 msgstr ""
 
 #. type: Bullet: '* '
 msgid "permalink"
-msgstr ""
+msgstr "permalink"
 
 #. type: Plain text
 #, no-wrap
@@ -138,7 +170,7 @@ msgstr ""
 
 #. type: Bullet: '* '
 msgid "date"
-msgstr ""
+msgstr "date"
 
 #. type: Plain text
 #, no-wrap
@@ -149,7 +181,7 @@ msgstr ""
 
 #. type: Bullet: '* '
 msgid "stylesheet"
-msgstr ""
+msgstr "stylesheet"
 
 #. type: Plain text
 #, no-wrap
@@ -165,11 +197,46 @@ msgid ""
 "\t\\[[!meta stylesheet=somestyle rel=\"alternate stylesheet\"\n"
 "\ttitle=\"somestyle\"]]\n"
 msgstr ""
+"\t\\[[!meta stylesheet=somestyle rel=\"alternate stylesheet\"\n"
+"\ttitle=\"etstilark\"]]\n"
+
+#. type: Plain text
+#, no-wrap
+msgid ""
+"  However, this will be scrubbed away if the \n"
+"  [[!iki plugins/htmlscrubber desc=htmlscrubber]] plugin is enabled,\n"
+"  since it can be used to insert unsafe content.\n"
+msgstr ""
 
 #. type: Bullet: '* '
-msgid "openid"
+#, fuzzy
+#| msgid "description"
+msgid "script"
+msgstr "description"
+
+#. type: Plain text
+#, no-wrap
+msgid ""
+"  Adds a script to a page. The script is treated as a wiki link to\n"
+"  a `.js` file in the wiki, so it cannot be used to add links to external\n"
+"  scripts. The optional `defer` and `async` keywords can be used to set\n"
+"  the corresponding HTML4 and HTML5 script options. Example:\n"
+msgstr ""
+
+#. type: Plain text
+#, no-wrap
+msgid "\t\\[[!meta script=somescript defer async]]\n"
 msgstr ""
 
+#. type: Plain text
+#, no-wrap
+msgid "  The tag is subject to scrubbing as with the stylesheet and link fields.\n"
+msgstr ""
+
+#. type: Bullet: '* '
+msgid "openid"
+msgstr "openid"
+
 #. type: Plain text
 #, no-wrap
 msgid ""
@@ -195,21 +262,26 @@ msgstr ""
 #. type: Plain text
 #, no-wrap
 msgid "  Example:\n"
-msgstr ""
+msgstr "  Eksempel:\n"
 
 #. type: Plain text
 #, fuzzy, no-wrap
+#| msgid ""
+#| "\t\\\\[[!meta openid=\"http://joeyh.myopenid.com/\"\n"
+#| "\tserver=\"http://www.myopenid.com/server\"\n"
+#| "\txrds-location=\"http://www.myopenid.com/xrds?username=joeyh.myopenid.com\"\"]]\n"
 msgid ""
-"\t\\\\[[!meta openid=\"http://joeyh.myopenid.com/\"\n"
+"\t\\[[!meta openid=\"http://joeyh.myopenid.com/\"\n"
 "\tserver=\"http://www.myopenid.com/server\"\n"
 "\txrds-location=\"http://www.myopenid.com/xrds?username=joeyh.myopenid.com\"\"]]\n"
 msgstr ""
-"\t\\[[!meta openid=\"http://yourid.myopenid.com/\"\n"
-"\t       server=\"http://www.myopenid.com/server\"]]\n"
+"\t\\\\[[!meta openid=\"http://joeyh.myopenid.com/\"\n"
+"\tserver=\"http://www.myopenid.com/server\"\n"
+"\txrds-location=\"http://www.myopenid.com/xrds?username=joeyh.myopenid.com\"\"]]\n"
 
 #. type: Bullet: '* '
 msgid "link"
-msgstr ""
+msgstr "link"
 
 #. type: Plain text
 #, no-wrap
@@ -222,7 +294,7 @@ msgstr ""
 #. type: Plain text
 #, no-wrap
 msgid "       \\[[!meta link=otherpage]]\n"
-msgstr ""
+msgstr "       \\[[!meta link=enandenside]]\n"
 
 #. type: Plain text
 #, no-wrap
@@ -230,11 +302,9 @@ msgid "  It can also be used to insert a html &lt;link&gt; tag. For example:\n"
 msgstr ""
 
 #. type: Plain text
-#, fuzzy, no-wrap
+#, no-wrap
 msgid "       \\[[!meta link=\"http://joeyh.myopenid.com/\" rel=\"openid.delegate\"]]\n"
-msgstr ""
-"\t\\[[!meta openid=\"http://yourid.myopenid.com/\"\n"
-"\t       server=\"http://www.myopenid.com/server\"]]\n"
+msgstr "       \\[[!meta link=\"http://joeyh.myopenid.com/\" rel=\"openid.delegate\"]]\n"
 
 #. type: Plain text
 #, no-wrap
@@ -246,7 +316,7 @@ msgstr ""
 
 #. type: Bullet: '* '
 msgid "redir"
-msgstr ""
+msgstr "redir"
 
 #. type: Plain text
 #, no-wrap
@@ -254,9 +324,9 @@ msgid "  Causes the page to redirect to another page in the wiki.\n"
 msgstr ""
 
 #. type: Plain text
-#, fuzzy, no-wrap
+#, no-wrap
 msgid "  \t\\[[!meta redir=otherpage]]\n"
-msgstr "\t\\[[!meta title=\"fuldstændige sidetitel\"]]\n"
+msgstr "  \t\\[[!meta redir=otherpage]]\n"
 
 #. type: Plain text
 #, no-wrap
@@ -273,7 +343,7 @@ msgstr ""
 #. type: Plain text
 #, no-wrap
 msgid "  \t\\[[!meta redir=\"http://example.com/\"]]\n"
-msgstr ""
+msgstr "  \t\\[[!meta redir=\"http://eksempel.dk/\"]]\n"
 
 #. type: Plain text
 #, no-wrap
@@ -284,7 +354,7 @@ msgstr ""
 
 #. type: Bullet: '* '
 msgid "robots"
-msgstr ""
+msgstr "robots"
 
 #. type: Plain text
 #, no-wrap
@@ -292,9 +362,9 @@ msgid "  Causes the robots meta tag to be written:\n"
 msgstr ""
 
 #. type: Plain text
-#, fuzzy, no-wrap
+#, no-wrap
 msgid "        \\[[!meta robots=\"index, nofollow\"]]\n"
-msgstr "[[!meta robots=\"noindex, follow\"]]\n"
+msgstr "        \\[[!meta robots=\"index, nofollow\"]]\n"
 
 #. type: Plain text
 #, no-wrap
@@ -312,7 +382,7 @@ msgstr ""
 
 #. type: Bullet: '* '
 msgid "guid"
-msgstr ""
+msgstr "guid"
 
 #. type: Plain text
 #, no-wrap
@@ -334,7 +404,7 @@ msgstr ""
 
 #. type: Bullet: '* '
 msgid "updated"
-msgstr ""
+msgstr "updated"
 
 #. type: Plain text
 #, no-wrap
@@ -347,6 +417,23 @@ msgid ""
 "  [[!cpan TimeDate]] can understand, just like the `date` field.\n"
 msgstr ""
 
+#. type: Bullet: '* '
+msgid "foaf"
+msgstr ""
+
+#. type: Plain text
+#, no-wrap
+msgid ""
+"  Adds a Friend of a Friend ([FOAF](http://wiki.foaf-project.org/w/Autodiscovery))\n"
+"  reference to a page.\n"
+msgstr ""
+
+#. type: Plain text
+#, fuzzy, no-wrap
+#| msgid "  \t\\[[!meta redir=otherpage]]\n"
+msgid "  \t\\[[!meta foaf=foaf.rdf]]\n"
+msgstr "  \t\\[[!meta redir=otherpage]]\n"
+
 #. type: Plain text
 msgid ""
 "If the field is not one of the above predefined fields, the metadata will be "