summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/meta.es.po
blob: e5dcd4109ab94c361463aaaedc4e52c953bb4d8f (plain)
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2011-05-05 20:04+0300\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Plain text
  19. msgid ""
  20. "The `meta` directive is supplied by the [[!iki plugins/meta desc=meta]] "
  21. "plugin."
  22. msgstr ""
  23. #. type: Plain text
  24. msgid ""
  25. "This directive allows inserting arbitrary metadata into the source of a "
  26. "page. Enter the metadata as follows:"
  27. msgstr ""
  28. #. type: Plain text
  29. #, no-wrap
  30. msgid ""
  31. "\t\\[[!meta field=\"value\"]]\n"
  32. "\t\\[[!meta field=\"value\" param=\"value\" param=\"value\"]]\n"
  33. msgstr ""
  34. #. type: Plain text
  35. msgid ""
  36. "The first form sets a given field to a given value, while the second form "
  37. "also specifies some additional sub-parameters. You can have only one field "
  38. "per `meta` directive, use more directives if you want to specify more "
  39. "fields."
  40. msgstr ""
  41. #. type: Plain text
  42. msgid ""
  43. "The field values are treated as HTML entity-escaped text, so you can include "
  44. "a quote in the text by writing `&quot;` and so on."
  45. msgstr ""
  46. #. type: Plain text
  47. msgid "Supported fields:"
  48. msgstr ""
  49. #. type: Bullet: '* '
  50. msgid "title"
  51. msgstr ""
  52. #. type: Plain text
  53. #, no-wrap
  54. msgid ""
  55. " Overrides the title of the page, which is generally the same as the\n"
  56. " page name.\n"
  57. msgstr ""
  58. #. type: Plain text
  59. #, no-wrap
  60. msgid ""
  61. " Note that if the title is overridden, a \"title_overridden\" variable "
  62. "will\n"
  63. " be set to a true value in the template; this can be used to format "
  64. "things\n"
  65. " differently in this case.\n"
  66. msgstr ""
  67. #. type: Plain text
  68. #, no-wrap
  69. msgid ""
  70. " An optional `sortas` parameter will be used preferentially when\n"
  71. " [[ikiwiki/pagespec/sorting]] by `meta(title)`:\n"
  72. msgstr ""
  73. #. type: Plain text
  74. #, no-wrap
  75. msgid "\t\\[[!meta title=\"The Beatles\" sortas=\"Beatles, The\"]]\n"
  76. msgstr ""
  77. #. type: Plain text
  78. #, no-wrap
  79. msgid "\t\\[[!meta title=\"David Bowie\" sortas=\"Bowie, David\"]]\n"
  80. msgstr ""
  81. #. type: Bullet: '* '
  82. msgid "license"
  83. msgstr ""
  84. #. type: Plain text
  85. #, no-wrap
  86. msgid ""
  87. " Specifies a license for the page, for example, \"GPL\". Can contain\n"
  88. " WikiLinks and arbitrary markup.\n"
  89. msgstr ""
  90. #. type: Bullet: '* '
  91. msgid "copyright"
  92. msgstr ""
  93. #. type: Plain text
  94. #, no-wrap
  95. msgid ""
  96. " Specifies the copyright of the page, for example, \"Copyright 2007 by\n"
  97. " Joey Hess\". Can contain WikiLinks and arbitrary markup.\n"
  98. msgstr ""
  99. #. type: Bullet: '* '
  100. msgid "author"
  101. msgstr ""
  102. #. type: Plain text
  103. #, no-wrap
  104. msgid " Specifies the author of a page.\n"
  105. msgstr ""
  106. #. type: Plain text
  107. #, no-wrap
  108. msgid ""
  109. " An optional `sortas` parameter will be used preferentially when\n"
  110. " [[ikiwiki/pagespec/sorting]] by `meta(author)`:\n"
  111. msgstr ""
  112. #. type: Plain text
  113. #, no-wrap
  114. msgid "\t\\[[!meta author=\"Joey Hess\" sortas=\"Hess, Joey\"]]\n"
  115. msgstr ""
  116. #. type: Bullet: '* '
  117. msgid "authorurl"
  118. msgstr ""
  119. #. type: Plain text
  120. #, no-wrap
  121. msgid " Specifies an url for the author of a page.\n"
  122. msgstr ""
  123. #. type: Bullet: '* '
  124. msgid "description"
  125. msgstr ""
  126. #. type: Plain text
  127. #, no-wrap
  128. msgid ""
  129. " Specifies a short description for the page. This will be put in\n"
  130. " the html header, and can also be displayed by eg, the [[map]] directive.\n"
  131. msgstr ""
  132. #. type: Bullet: '* '
  133. msgid "permalink"
  134. msgstr ""
  135. #. type: Plain text
  136. #, no-wrap
  137. msgid ""
  138. " Specifies a permanent link to the page, if different than the page\n"
  139. " generated by ikiwiki.\n"
  140. msgstr ""
  141. #. type: Bullet: '* '
  142. msgid "date"
  143. msgstr ""
  144. #. type: Plain text
  145. #, no-wrap
  146. msgid ""
  147. " Specifies the creation date of the page. The date can be entered in\n"
  148. " nearly any format, since it's parsed by [[!cpan TimeDate]].\n"
  149. msgstr ""
  150. #. type: Bullet: '* '
  151. msgid "stylesheet"
  152. msgstr ""
  153. #. type: Plain text
  154. #, no-wrap
  155. msgid ""
  156. " Adds a stylesheet to a page. The stylesheet is treated as a wiki link to\n"
  157. " a `.css` file in the wiki, so it cannot be used to add links to external\n"
  158. " stylesheets. Example:\n"
  159. msgstr ""
  160. #. type: Plain text
  161. #, no-wrap
  162. msgid ""
  163. "\t\\[[!meta stylesheet=somestyle rel=\"alternate stylesheet\"\n"
  164. "\ttitle=\"somestyle\"]]\n"
  165. msgstr ""
  166. #. type: Plain text
  167. #, no-wrap
  168. msgid ""
  169. " However, this will be scrubbed away if the \n"
  170. " [[!iki plugins/htmlscrubber desc=htmlscrubber]] plugin is enabled,\n"
  171. " since it can be used to insert unsafe content.\n"
  172. msgstr ""
  173. #. type: Bullet: '* '
  174. msgid "script"
  175. msgstr ""
  176. #. type: Plain text
  177. #, no-wrap
  178. msgid ""
  179. " Adds a script to a page. The script is treated as a wiki link to\n"
  180. " a `.js` file in the wiki, so it cannot be used to add links to external\n"
  181. " scripts. The optional `defer` and `async` keywords can be used to set\n"
  182. " the corresponding HTML4 and HTML5 script options. Example:\n"
  183. msgstr ""
  184. #. type: Plain text
  185. #, no-wrap
  186. msgid "\t\\[[!meta script=somescript defer async]]\n"
  187. msgstr ""
  188. #. type: Plain text
  189. #, no-wrap
  190. msgid " The tag is subject to scrubbing as with the stylesheet and link fields.\n"
  191. msgstr ""
  192. #. type: Bullet: '* '
  193. msgid "openid"
  194. msgstr ""
  195. #. type: Plain text
  196. #, no-wrap
  197. msgid ""
  198. " Adds html &lt;link&gt; tags to perform OpenID delegation to an external\n"
  199. " OpenID server. This lets you use an ikiwiki page as your OpenID.\n"
  200. msgstr ""
  201. #. type: Plain text
  202. #, no-wrap
  203. msgid ""
  204. " By default this will delegate for both `openid` and `openid2`. To only\n"
  205. " delegate for one, add a parameter such as `delegate=openid`.\n"
  206. msgstr ""
  207. #. type: Plain text
  208. #, no-wrap
  209. msgid ""
  210. " An optional `xrds-location`\n"
  211. " parameter lets you specify the location of any [eXtensible Resource\n"
  212. " DescriptorS](http://www.windley.com/archives/2007/05/using_xrds.shtml).\n"
  213. msgstr ""
  214. #. type: Plain text
  215. #:
  216. #, no-wrap
  217. msgid " Example:\n"
  218. msgstr ""
  219. #. type: Plain text
  220. #, no-wrap
  221. msgid ""
  222. "\t\\[[!meta openid=\"http://joeyh.myopenid.com/\"\n"
  223. "\tserver=\"http://www.myopenid.com/server\"\n"
  224. "\txrds-location=\"http://www.myopenid.com/xrds?username=joeyh.myopenid.com\"\"]]\n"
  225. msgstr ""
  226. #. type: Bullet: '* '
  227. msgid "link"
  228. msgstr ""
  229. #. type: Plain text
  230. #, no-wrap
  231. msgid ""
  232. " Specifies a link to another page. This can be used as a way to make the\n"
  233. " wiki treat one page as linking to another without displaying a "
  234. "user-visible\n"
  235. " [[ikiwiki/WikiLink]]:\n"
  236. msgstr ""
  237. #. type: Plain text
  238. #, no-wrap
  239. msgid " \\[[!meta link=otherpage]]\n"
  240. msgstr ""
  241. #. type: Plain text
  242. #, no-wrap
  243. msgid " It can also be used to insert a html &lt;link&gt; tag. For example:\n"
  244. msgstr ""
  245. #. type: Plain text
  246. #, no-wrap
  247. msgid ""
  248. " \\[[!meta link=\"http://joeyh.myopenid.com/\" "
  249. "rel=\"openid.delegate\"]]\n"
  250. msgstr ""
  251. #. type: Plain text
  252. #:
  253. #, no-wrap
  254. msgid ""
  255. " However, this latter syntax won't be allowed if the \n"
  256. " [[!iki plugins/htmlscrubber desc=htmlscrubber]] plugin is enabled, since "
  257. "it can be used to\n"
  258. " insert unsafe content.\n"
  259. msgstr ""
  260. #. type: Bullet: '* '
  261. msgid "redir"
  262. msgstr ""
  263. #. type: Plain text
  264. #, no-wrap
  265. msgid " Causes the page to redirect to another page in the wiki.\n"
  266. msgstr ""
  267. #. type: Plain text
  268. #, no-wrap
  269. msgid " \t\\[[!meta redir=otherpage]]\n"
  270. msgstr ""
  271. #. type: Plain text
  272. #, no-wrap
  273. msgid ""
  274. " Optionally, a delay (in seconds) can be specified. The default is to\n"
  275. " redirect without delay.\n"
  276. msgstr ""
  277. #. type: Plain text
  278. #, no-wrap
  279. msgid " It can also be used to redirect to an external url. For example:\n"
  280. msgstr ""
  281. #. type: Plain text
  282. #, no-wrap
  283. msgid " \t\\[[!meta redir=\"http://example.com/\"]]\n"
  284. msgstr ""
  285. #. type: Plain text
  286. #, no-wrap
  287. msgid ""
  288. " For both cases, an anchor to jump to inside the destination page may also "
  289. "be\n"
  290. " specified using the common `#ANCHOR` syntax.\n"
  291. msgstr ""
  292. #. type: Bullet: '* '
  293. msgid "robots"
  294. msgstr ""
  295. #. type: Plain text
  296. #, no-wrap
  297. msgid " Causes the robots meta tag to be written:\n"
  298. msgstr ""
  299. #. type: Plain text
  300. #, no-wrap
  301. msgid " \\[[!meta robots=\"index, nofollow\"]]\n"
  302. msgstr ""
  303. #. type: Plain text
  304. #, no-wrap
  305. msgid ""
  306. " Valid values for the attribute are: \"index\", \"noindex\", \"follow\", "
  307. "and\n"
  308. " \"nofollow\". Multiple comma-separated values are allowed, but obviously "
  309. "only\n"
  310. " some combinations make sense. If there is no robots meta tag, \"index,\n"
  311. " follow\" is used as the default.\n"
  312. msgstr ""
  313. #. type: Plain text
  314. #, no-wrap
  315. msgid " The value is escaped, but its contents are not otherwise checked.\n"
  316. msgstr ""
  317. #. type: Bullet: '* '
  318. msgid "guid"
  319. msgstr ""
  320. #. type: Plain text
  321. #, no-wrap
  322. msgid ""
  323. " Specifies a globally unique ID for a page. This guid should be a URI\n"
  324. " (in particular, it can be `urn:uuid:` followed by a UUID, as per\n"
  325. " [[!rfc 4122]]), and it will be used to identify the page's entry in RSS\n"
  326. " and Atom feeds. If not given, the default is to use the page's URL as "
  327. "its\n"
  328. " guid.\n"
  329. msgstr ""
  330. #. type: Plain text
  331. #, no-wrap
  332. msgid ""
  333. " This is mostly useful when a page has moved, to keep the guids for\n"
  334. " pages unchanged and avoid_flooding_aggregators\n"
  335. " (see [[!iki tips/howto_avoid_flooding_aggregators]]).\n"
  336. msgstr ""
  337. #. type: Bullet: '* '
  338. msgid "updated"
  339. msgstr ""
  340. #. type: Plain text
  341. #, no-wrap
  342. msgid ""
  343. " Specifies a fake modification time for a page, to be output into RSS and\n"
  344. " Atom feeds. This is useful to avoid flooding aggregators that sort by\n"
  345. " modification time, like Planet: for instance, when editing an old blog "
  346. "post\n"
  347. " to add tags, you could set `updated` to be one second later than the "
  348. "original\n"
  349. " value. The date/time can be given in any format that\n"
  350. " [[!cpan TimeDate]] can understand, just like the `date` field.\n"
  351. msgstr ""
  352. #. type: Bullet: '* '
  353. msgid "foaf"
  354. msgstr ""
  355. #. type: Plain text
  356. #, no-wrap
  357. msgid ""
  358. " Adds a Friend of a Friend "
  359. "([FOAF](http://wiki.foaf-project.org/w/Autodiscovery))\n"
  360. " reference to a page.\n"
  361. msgstr ""
  362. #. type: Plain text
  363. #, no-wrap
  364. msgid " \t\\[[!meta foaf=foaf.rdf]]\n"
  365. msgstr ""
  366. #. type: Plain text
  367. msgid ""
  368. "If the field is not one of the above predefined fields, the metadata will be "
  369. "written to the generated html page as a &lt;meta&gt; header. However, this "
  370. "won't be allowed if the [[!iki plugins/htmlscrubber desc=htmlscrubber]] "
  371. "plugin is enabled, since it can be used to insert unsafe content."
  372. msgstr ""
  373. #. type: Plain text
  374. #, no-wrap
  375. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  376. msgstr ""