- # Spanish translation of basewiki/ikiwiki/wikilink page for ikiwiki.
- # Copyright (C) 2009 Free Software Foundation, Inc.
- # This file is distributed under the same license as the ikiwiki package.
- # Fernando González de Requena <fgrequena@gmail.com>, 2009.
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: wikilink\n"
- "POT-Creation-Date: 2009-08-15 18:30-0300\n"
- "PO-Revision-Date: 2009-12-06 17:57+0100\n"
- "Last-Translator: Fernando González de Requena <fgrequena@gmail.com>\n"
- "Language-Team: none\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "X-Generator: KBabel 1.11.4\n"
- #. type: Plain text
- #, no-wrap
- msgid "[[!meta robots=\"noindex, follow\"]]\n"
- msgstr "[[!meta robots=\"noindex, follow\"]]\n"
- #. type: Plain text
- msgid ""
- "WikiLinks provide easy linking between pages of the wiki. To create a "
- "[[WikiLink]], just put the name of the page to link to in double brackets. "
- "For example `\\[[WikiLink]]`."
- msgstr ""
- "Los WikiLinks proporcionan enlaces fáciles entre páginas del wiki. Para crear un "
- "[[WikiLink]], ponga simplemente el nombre de la página a enlazar entre corchetes "
- "dobles. Por ejemplo, `\\[[WikiLink]]`."
- #. type: Plain text
- msgid ""
- "If you ever need to write something like `\\[[WikiLink]]` without creating a "
- "wikilink, just prefix it with a `\\`, like `\\\\[[WikiLink]]`."
- msgstr ""
- "Si necesita crea algo como `\\[[WikiLink]]` sin crear un link wiki, simplemente añada "
- "`\\` como prefijo, de la siguiente manera: `\\\\[[WikiLink]]`."
- #. type: Plain text
- msgid ""
- "There are some special [[SubPage/LinkingRules]] that come into play when "
- "linking between [[SubPages|SubPage]]."
- msgstr ""
- "Hay algunas [[Reglas para la creación de enlaces|SubPage/LinkingRules]] especiales "
- "que entran en juego al enlazar [[Subpáginas|SubPage]]."
- #. type: Plain text
- msgid ""
- "Also, if the file linked to by a WikiLink looks like an image, it will be "
- "displayed inline on the page."
- msgstr ""
- "Además, si el archivo enlazado por un WikiLink parece una imagen, se mostrará "
- "como parte de la página."
- #. type: Plain text
- msgid ""
- "WikiLinks are matched with page names in a case-insensitive manner, so you "
- "don't need to worry about getting the case the same, and can capitalise "
- "links at the start of a sentence, and so on."
- msgstr ""
- "Los WikiLinks se corresponden con nombres de página sin tener en cuenta si se "
- "usan letras mayúsculas o minúsculas, así que no tiene que preocuparse por esto, y "
- "puede por ejemplo utilizar mayúsculas en un enlace si se encuentra al principio de una frase."
- #. type: Plain text
- msgid ""
- "It's also possible to write a WikiLink that uses something other than the "
- "page name as the link text. For example `\\[[foo_bar|SandBox]]` links to the "
- "SandBox page, but the link will appear like this: [[foo_bar|SandBox]]."
- msgstr ""
- "También es posible escribir un WikiLink que use otra cosa en lugar del nombre de la "
- "página como texto del enlace. Por ejemplo `\\[[foo_bar|SandBox]]` enlaza a la página "
- "de la zona de pruebas («SandBox»), pero el enlace aparece así: [[foo_bar|SandBox]]."
- #. type: Plain text
- msgid ""
- "To link to an anchor inside a page, you can use something like `"
- "\\[[WikiLink#foo]]` ."
- msgstr ""
- "Para enlazar a un punto («anchor») dentro de una página, puede utilizar algo "
- "como `\\[[WikiLink#foo]]` ."
- #. type: Title ##
- #, no-wrap
- msgid "Directives and WikiLinks"
- msgstr "Directivas y WikiLinks"
- #. type: Plain text
- msgid ""
- "ikiwiki has two syntaxes for [[directives|directive]]. The older syntax "
- "used spaces to distinguish between directives and wikilinks; as a result, "
- "with that syntax in use, you cannot use spaces in WikiLinks, and must "
- "replace spaces with underscores. The newer syntax, enabled with the "
- "`prefix_directives` option in an ikiwiki setup file, prefixes directives "
- "with `!`, and thus does not prevent links with spaces. Future versions of "
- "ikiwiki will turn this option on by default."
- msgstr ""
- "ikiwiki tiene dos sintaxis para las [[directivas|directive]]. La sintaxis antigua "
- "utilizaba espacios para distinguir entre directivas y wikilinks; como resultado, "
- "al utilizar esa sintaxis, no podía utilizar espacios en los WikiLinks, y debía reemplazar "
- "los espacios con guiones bajos. La nueva sintaxis, activada con la opción `prefix_directives` "
- "en un archivo de configuración de ikiwiki, añade a las directivas el prefijo `!`, y así no "
- "impide enlaces con espacios. Futuras versiones de ikiwiki activarán esta opción de "
- "manera predeterminada."
|