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