1 # Spanish translation of basewiki/ikiwiki/directive page for ikiwiki.
2 # Copyright (C) 2009 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the ikiwiki package.
4 # Fernando González de Requena <fgrequena@gmail.com>, 2009.
8 "Project-Id-Version: ikiwiki\n"
9 "POT-Creation-Date: 2009-08-15 18:30-0300\n"
10 "PO-Revision-Date: 2009-08-18 02:21+0200\n"
11 "Last-Translator: Fernando González de Requena <fgrequena@gmail.com>\n"
12 "Language-Team: None \n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Generator: KBabel 1.11.4\n"
20 msgid "[[!meta robots=\"noindex, follow\"]]\n"
21 msgstr "[[!meta robots=\"noindex, follow\"]]\n"
25 "Directives are similar to a [[ikiwiki/WikiLink]] in form, except they begin "
26 "with `!` and may contain parameters. The general form is:"
28 "Las directivas tienen una forma similar a un [[ikiwiki/WikiLink]], pero empiezan "
29 "con `!` y pueden contener parámetros. La forma general es:"
33 msgid "\t\\[[!directive param=\"value\" param=\"value\"]]\n"
34 msgstr "\t\\[[!directive param=\"value\" param=\"value\"]]\n"
38 "This gets expanded before the rest of the page is processed, and can be used "
39 "to transform the page in various ways."
41 "Esto se expande antes de que el resto de la página sea procesada, y puede utilizarse "
42 "para transformar la página de diferentes maneras."
46 "The quotes around values can be omitted if the value is a simple word. "
47 "Also, some directives may use parameters without values, for example:"
49 "Se pueden omitir las comillas en torno a un valor si éste consiste en una sola "
50 "palabra. Además, algunas directivas pueden usar parámetros sin valores, "
55 msgid "\t\\[[!tag foo]]\n"
56 msgstr "\t\\[[!tag foo]]\n"
60 "A directive does not need to all be on one line, it can be wrapped to "
61 "multiple lines if you like:"
63 "No es necesario que una directiva ocupe una sola línea, si lo desea puede "
64 "ocupar varias líneas:"
69 "\t\\[[!directive foo=\"baldersnatch\"\n"
70 "\tbar=\"supercalifragilisticexpialidocious\" baz=11]]\n"
72 "\t\\[[!directive foo=\"baldersnatch\"\n"
73 "\tbar=\"supercalifragilisticexpialidocious\" baz=11]]\n"
77 "Also, multiple lines of *quoted* text can be used for a value. To allow "
78 "quote marks inside the quoted text, delimit the block of text with triple-"
81 "Además, se pueden usar múltiples líneas de texto *entrecomillado* como valor. Para "
82 "que se permitan las comillas dentro del texto citado, delimite el bloque de "
83 "texto con comillas triples:"
87 msgid "\t\\[[!directive text=\"\"\"\n"
88 msgstr "\t\\[[!directive text=\"\"\"\n"
90 #. type: Bullet: ' 1. '
94 #. type: Bullet: ' 2. '
98 #. type: Bullet: ' 3. '
104 "ikiwiki also has an older syntax for directives, which requires a space in "
105 "directives to distinguish them from [[wikilinks|ikiwiki/wikilink]]. This "
106 "syntax has several disadvantages: it requires a space after directives with "
107 "no parameters (such as `\\[[pagecount ]]`), and it prohibits spaces in "
108 "[[wikilinks|ikiwiki/wikilink]]. ikiwiki now provides the `!`-prefixed "
109 "syntax shown above as default. However, ikiwiki still supports wikis using "
110 "the older syntax, if the `prefix_directives` option is disabled."
112 "ikiwiki tiene además una sintaxis más antigua para las directivas, que requiere "
113 "un espacio en las directivas para distinguirlas de los [[wikilinks|ikiwiki/wikilink]]. "
114 "Esta sintaxis tiene varias desventajas: requiere un espacio después de las "
115 "directivas sin parámetros (tales como `\\[[pagecount ]]`), y prohíbe espacios en "
116 "los [[wikilinks|ikiwiki/wikilink]]. ikiwiki proporciona ahora de manera predeterminada "
117 "la sintaxis que utiliza el prefijo `!` mostrada arriba. Sin embargo, ikiwiki todavía "
118 "es compatible con los wikis que utilizan la antigua sintaxis, si se desactiva la "
119 "opción `prefix_directives`."
123 msgid "[[!if test=\"enabled(listdirectives)\" then=\"\"\"\n"
124 msgstr "[[!if test=\"enabled(listdirectives)\" then=\"\"\"\n"
127 msgid "Here is a list of currently available directives in this wiki:"
128 msgstr "Ésta es una lista de las directivas actualmente disponibles en este wiki:"
132 msgid "[[!listdirectives ]]\n"
133 msgstr "[[!listdirectives ]]\n"