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: 2011-05-05 20:04+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"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Generator: KBabel 1.11.4\n"
21 msgid "[[!meta robots=\"noindex, follow\"]]\n"
22 msgstr "[[!meta robots=\"noindex, follow\"]]\n"
26 "Directives are similar to a [[ikiwiki/WikiLink]] in form, except they begin "
27 "with `!` and may contain parameters. The general form is:"
29 "Las directivas tienen una forma similar a un [[ikiwiki/WikiLink]], pero "
30 "empiezan con `!` y pueden contener parámetros. La forma general es:"
34 msgid "\t\\[[!directive param=\"value\" param=\"value\"]]\n"
35 msgstr "\t\\[[!directive param=\"value\" param=\"value\"]]\n"
39 "This gets expanded before the rest of the page is processed, and can be used "
40 "to transform the page in various ways."
42 "Esto se expande antes de que el resto de la página sea procesada, y puede "
43 "utilizarse para transformar la página de diferentes maneras."
47 "The quotes around values can be omitted if the value is a simple word. "
48 "Also, some directives may use parameters without values, for example:"
50 "Se pueden omitir las comillas en torno a un valor si éste consiste en una "
51 "sola palabra. Además, algunas directivas pueden usar parámetros sin valores, "
56 msgid "\t\\[[!tag foo]]\n"
57 msgstr "\t\\[[!tag foo]]\n"
61 "A directive does not need to all be on one line, it can be wrapped to "
62 "multiple lines if you like:"
64 "No es necesario que una directiva ocupe una sola línea, si lo desea puede "
65 "ocupar varias líneas:"
70 "\t\\[[!directive foo=\"baldersnatch\"\n"
71 "\tbar=\"supercalifragilisticexpialidocious\" baz=11]]\n"
73 "\t\\[[!directive foo=\"baldersnatch\"\n"
74 "\tbar=\"supercalifragilisticexpialidocious\" baz=11]]\n"
78 "Also, multiple lines of *quoted* text can be used for a value. To allow "
79 "quote marks inside the quoted text, delimit the block of text with triple-"
82 "Además, se pueden usar múltiples líneas de texto *entrecomillado* como "
83 "valor. Para que se permitan las comillas dentro del texto citado, delimite "
84 "el bloque de texto con comillas triples:"
88 msgid "\t\\[[!directive text=\"\"\"\n"
89 msgstr "\t\\[[!directive text=\"\"\"\n"
91 #. type: Bullet: ' 1. '
95 #. type: Bullet: ' 2. '
99 #. type: Bullet: ' 3. '
105 "ikiwiki also has an older syntax for directives, which requires a space in "
106 "directives to distinguish them from [[wikilinks|ikiwiki/wikilink]]. This "
107 "syntax has several disadvantages: it requires a space after directives with "
108 "no parameters (such as `\\[[pagecount ]]`), and it prohibits spaces in "
109 "[[wikilinks|ikiwiki/wikilink]]. ikiwiki now provides the `!`-prefixed "
110 "syntax shown above as default. However, ikiwiki still supports wikis using "
111 "the older syntax, if the `prefix_directives` option is disabled."
113 "ikiwiki tiene además una sintaxis más antigua para las directivas, que "
114 "requiere un espacio en las directivas para distinguirlas de los [[wikilinks|"
115 "ikiwiki/wikilink]]. Esta sintaxis tiene varias desventajas: requiere un "
116 "espacio después de las directivas sin parámetros (tales como `"
117 "\\[[pagecount ]]`), y prohíbe espacios en los [[wikilinks|ikiwiki/"
118 "wikilink]]. ikiwiki proporciona ahora de manera predeterminada la sintaxis "
119 "que utiliza el prefijo `!` mostrada arriba. Sin embargo, ikiwiki todavía es "
120 "compatible con los wikis que utilizan la antigua sintaxis, si se desactiva "
121 "la opción `prefix_directives`."
125 msgid "[[!if test=\"enabled(listdirectives)\" then=\"\"\"\n"
126 msgstr "[[!if test=\"enabled(listdirectives)\" then=\"\"\"\n"
129 msgid "Here is a list of currently available directives in this wiki:"
131 "Ésta es una lista de las directivas actualmente disponibles en este wiki:"
135 msgid "[[!listdirectives ]]\n"
136 msgstr "[[!listdirectives ]]\n"