diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-02 15:04:27 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-02 15:04:27 -0400 |
commit | 81b9321e61f545be3ca94fc484f62b44ec836fb5 (patch) | |
tree | def1c560f298b6866537826cfcb1ed00557e2388 /po/underlays/basewiki/templates | |
parent | bf81cf9ed203bda4c37338cc87250ca843dc4afe (diff) |
Add French basewiki translation from the Debian French l10n team, including Philippe Batailler, Alexandre Dupas, and Steve Petruzzello.
Diffstat (limited to 'po/underlays/basewiki/templates')
-rw-r--r-- | po/underlays/basewiki/templates/note.fr.po | 40 | ||||
-rw-r--r-- | po/underlays/basewiki/templates/popup.fr.po | 46 |
2 files changed, 86 insertions, 0 deletions
diff --git a/po/underlays/basewiki/templates/note.fr.po b/po/underlays/basewiki/templates/note.fr.po new file mode 100644 index 000000000..b02e62e3b --- /dev/null +++ b/po/underlays/basewiki/templates/note.fr.po @@ -0,0 +1,40 @@ +# Traduction de ikiwiki +# Copyright (C) 2009 Debian French l10n team <debian-l10n-french@lists.debian.org> +# This file is distributed under the same license as the PACKAGE Ikiwiki. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: ikiwiki\n" +"POT-Creation-Date: 2009-08-15 18:30-0300\n" +"PO-Revision-Date: 2009-08-24 00:18+0200\n" +"Last-Translator: Alexandre Dupas <alexandre.dupas@gmail.com>\n" +"Language-Team: French <debian-l10n-french@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: ENCODING\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" +"Utilisez ce modèle pour insérer une note dans une page. La note sera placée à la droite du texte de la page. Ce modèle possède un paramètre :\n" +"<ul>\n" +"<li>`text` - le texte à afficher dans la note\n" +"</ul>\n" +"</TMPL_UNLESS>\n" diff --git a/po/underlays/basewiki/templates/popup.fr.po b/po/underlays/basewiki/templates/popup.fr.po new file mode 100644 index 000000000..d2cd29118 --- /dev/null +++ b/po/underlays/basewiki/templates/popup.fr.po @@ -0,0 +1,46 @@ +# Traduction de ikiwiki +# Copyright (C) 2009 Debian French l10n team <debian-l10n-french@lists.debian.org> +# This file is distributed under the same license as the PACKAGE Ikiwiki. +# +msgid "" +msgstr "" +"Project-Id-Version: ikiwiki\n" +"POT-Creation-Date: 2009-08-15 18:30-0300\n" +"PO-Revision-Date: 2009-08-24 10:27+0200\n" +"Last-Translator: Alexandre Dupas <alexandre.dupas@gmail.com>\n" +"Language-Team: French <debian-l10n-french@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: ENCODING\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" +"Utilisez ce modèle pour créer un popup qui est affiché lorsque la souris est au dessus d'une partie de la page. Ce modèle possède deux paramètres :\n" +"<ul>\n" +"<li>`mouseover` - Ce paramètre indique le contenu (texte ou autre) qui déclenche le popup.\n" +"<li>`popup` - Ce paramètre est le contenu du popup. Il peut être quelconque, aussi bien des images qu'une page de wiki complète, mais ne doit pas être trop grand pour une bonne utilisabilité.\n" +"</ul>\n" +"Notez que les navigateurs qui ne gèrent pas les feuilles de style CSS afficheront le popup au fil du texte dans la page, entre crochets.\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" |