1 # Spanish translation of basewiki/templates/popup 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: 2010-07-18 22:29+0000\n"
10 "PO-Revision-Date: 2009-08-17 14:06+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"
22 #| "<TMPL_UNLESS NAME=\"mouseover\">\n"
23 #| "Use this template to create a popup window that is displayed when the mouse\n"
24 #| "is over part of the page. This template has two parameters:\n"
26 #| "<li>`mouseover` - This is the text or other content that triggers the\n"
28 #| "<li>`popup` - This should be the content of the popup window. It can be\n"
29 #| "anything, even images or a whole little wiki page, but should not be too\n"
30 #| "large for good usability.\n"
32 #| "Note that browsers that do not support the CSS will display the popup\n"
33 #| "inline in the page, inside square brackets.\n"
35 #| "<span class=\"popup\"><TMPL_VAR mouseover>\n"
36 #| "<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n"
39 "<TMPL_UNLESS mouseover>\n"
40 "Use this template to create a popup window that is displayed when the mouse\n"
41 "is over part of the page. This template has two parameters:\n"
43 "<li>`mouseover` - This is the text or other content that triggers the\n"
45 "<li>`popup` - This should be the content of the popup window. It can be\n"
46 "anything, even images or a whole little wiki page, but should not be too\n"
47 "large for good usability.\n"
49 "Note that browsers that do not support the CSS will display the popup\n"
50 "inline in the page, inside square brackets.\n"
52 "<span class=\"popup\"><TMPL_VAR mouseover>\n"
53 "<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n"
56 "<TMPL_UNLESS NAME=\"mouseover\">\n"
57 "Utilice esta plantilla para crear una ventana emergente que se mostrará cuando\n"
58 "el ratón esté encima de una parte de la página. Esta plantilla tiene dos parámetros:\n"
60 "<li>`mouseover` - Éste es el texto, u otro contenido, que activa la ventana\n"
62 "<li>`popup` - Éste debería ser el contenido de la ventana emergente. Puede ser\n"
63 "cualquier cosa, incluso imágenes o una pequeña página wiki completa, pero no\n"
64 "debe ser demasiado grande para favorecer una buena usabilidad.\n"
66 "Tenga en cuenta que los navegadores que no sean compatibles con el CSS mostrarán\n"
67 "la ventana emergente como parte de la página, dentro de corchetes.\n"
69 "<span class=\"popup\"><TMPL_VAR mouseover>\n"
70 "<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n"