diff options
Diffstat (limited to 't/fmt/pod/basic.po')
-rw-r--r-- | t/fmt/pod/basic.po | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/t/fmt/pod/basic.po b/t/fmt/pod/basic.po new file mode 100644 index 0000000..f0017a7 --- /dev/null +++ b/t/fmt/pod/basic.po @@ -0,0 +1,71 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2020-04-27 18:41+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: =head1 +#: basic.pod:1 +msgid "This is a test title" +msgstr "Ceci est un titre de test" + +#. type: textblock +#: basic.pod:3 +msgid "" +"This is a test paragraph. This is a test paragraph. This is a test " +"paragraph. This is a test paragraph. This is a test paragraph. This is a " +"test paragraph. This is a test paragraph. This is a test paragraph. This " +"is a test paragraph. This is a test paragraph. This is a test paragraph. " +"This is a test paragraph." +msgstr "" +"Ceci est un paragraphe de test. Ceci est un paragraphe de test. Ceci est un " +"paragraphe de test. Ceci est un paragraphe de test. Ceci est un paragraphe " +"de test. Ceci est un paragraphe de test. Ceci est un paragraphe de test. " +"Ceci est un paragraphe de test. Ceci est un paragraphe de test. Ceci est un " +"paragraphe de test. Ceci est un paragraphe de test. Ceci est un paragraphe " +"de test. Ceci est un paragraphe de test. Ceci est un paragraphe de test." + +#. type: =item +#: basic.pod:11 +msgid "this is a test item" +msgstr "ceci est un item de test" + +#. type: verbatim +#: basic.pod:13 +#, no-wrap +msgid "" +"This is a test item text, but\n" +" it shouldn't be wrapped\n" +" since one of its lines is\n" +" indented. Does it work?\n" +"\n" +msgstr "" +"Ceci est un texte d'item de test,\n" +" mais il ne devrait pas etre \n" +" remis en forme automatiquement\n" +" puisque certaines de ses lignes\n" +" sont indentees. Cela fonctionne-t-il ?\n" +"\n" + +#. type: textblock +#: basic.pod:20 +msgid "The default is \"^([ \\n\\t]*[|E<gt>:}#])+\"" +msgstr "Le réglage par defaut est \"^([ \\n\\t]*[|E<gt>:}#])+\"" + +#. type: verbatim +#: basic.pod:22 +#, no-wrap +msgid " This is a verbatim paragraph.\n" +msgstr " Ceci est un paragraphe verbatim.\n" |