diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-12-06 15:09:59 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-12-06 15:09:59 -0500 |
commit | c3ae09056d6ee9880d8cd118e98282f1a3655fe6 (patch) | |
tree | bebdeb8e1e54146d81341099ff27bf1374928580 /po/underlays/basewiki/templates | |
parent | eaec4d97e4c7a2b42e5a0932d63faed10bc232f3 (diff) | |
download | ikiwiki-c3ae09056d6ee9880d8cd118e98282f1a3655fe6.tar ikiwiki-c3ae09056d6ee9880d8cd118e98282f1a3655fe6.tar.gz |
Add complete Spanish basewiki translation done by Fernando Gonzalez de Requena.
Diffstat (limited to 'po/underlays/basewiki/templates')
-rw-r--r-- | po/underlays/basewiki/templates/note.es.po | 44 | ||||
-rw-r--r-- | po/underlays/basewiki/templates/popup.es.po | 54 |
2 files changed, 98 insertions, 0 deletions
diff --git a/po/underlays/basewiki/templates/note.es.po b/po/underlays/basewiki/templates/note.es.po new file mode 100644 index 000000000..de2c53f5f --- /dev/null +++ b/po/underlays/basewiki/templates/note.es.po @@ -0,0 +1,44 @@ +# Spanish translation of basewiki/templates/note 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: ikiwiki\n" +"POT-Creation-Date: 2009-08-15 18:30-0300\n" +"PO-Revision-Date: 2009-08-17 13:48+0200\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 "" +"<div class=\"notebox\">\n" +"<TMPL_VAR text>\n" +"</div>\n" +"<TMPL_UNLESS NAME=\"text\">\n" +"Use this template to insert a note into a page. The note will be styled to\n" +"float to the right of other text on the page. This template has one\n" +"parameter:\n" +"<ul>\n" +"<li>`text` - the text to display in the note\n" +"</ul>\n" +"</TMPL_UNLESS>\n" +msgstr "" +"<div class=\"notebox\">\n" +"<TMPL_VAR text>\n" +"</div>\n" +"<TMPL_UNLESS NAME=\"text\">\n" +"Use esta plantilla para insertar una nota en una página. La nota se\n" +"configurará para flotar a la derecha de otro texto en la página.\n" +"Esta plantilla tiene un parámetro:\n" +"<ul>\n" +"<li>`text` - el texto que aparecerá en la nota\n" +"</ul>\n" +"</TMPL_UNLESS>\n" + diff --git a/po/underlays/basewiki/templates/popup.es.po b/po/underlays/basewiki/templates/popup.es.po new file mode 100644 index 000000000..10fddb8c0 --- /dev/null +++ b/po/underlays/basewiki/templates/popup.es.po @@ -0,0 +1,54 @@ +# Spanish translation of basewiki/templates/popup 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: ikiwiki\n" +"POT-Creation-Date: 2009-08-15 18:30-0300\n" +"PO-Revision-Date: 2009-08-17 14:06+0200\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 "" +"<TMPL_UNLESS NAME=\"mouseover\">\n" +"Use this template to create a popup window that is displayed when the mouse\n" +"is over part of the page. This template has two parameters:\n" +"<ul>\n" +"<li>`mouseover` - This is the text or other content that triggers the\n" +"popup.\n" +"<li>`popup` - This should be the content of the popup window. It can be\n" +"anything, even images or a whole little wiki page, but should not be too\n" +"large for good usability.\n" +"</ul>\n" +"Note that browsers that do not support the CSS will display the popup\n" +"inline in the page, inside square brackets.\n" +"</TMPL_UNLESS>\n" +"<span class=\"popup\"><TMPL_VAR mouseover>\n" +"<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n" +"</span>\n" +msgstr "" +"<TMPL_UNLESS NAME=\"mouseover\">\n" +"Utilice esta plantilla para crear una ventana emergente que se mostrará cuando\n" +"el ratón esté encima de una parte de la página. Esta plantilla tiene dos parámetros:\n" +"<ul>\n" +"<li>`mouseover` - Éste es el texto, u otro contenido, que activa la ventana\n" +"emergente.\n" +"<li>`popup` - Éste debería ser el contenido de la ventana emergente. Puede ser\n" +"cualquier cosa, incluso imágenes o una pequeña página wiki completa, pero no\n" +"debe ser demasiado grande para favorecer una buena usabilidad.\n" +"</ul>\n" +"Tenga en cuenta que los navegadores que no sean compatibles con el CSS mostrarán\n" +"la ventana emergente como parte de la página, dentro de corchetes.\n" +"</TMPL_UNLESS>\n" +"<span class=\"popup\"><TMPL_VAR mouseover>\n" +"<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n" +"</span>\n" + |