diff options
Diffstat (limited to 't/fmt/man/quotes.po')
-rw-r--r-- | t/fmt/man/quotes.po | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/t/fmt/man/quotes.po b/t/fmt/man/quotes.po new file mode 100644 index 0000000..485ed85 --- /dev/null +++ b/t/fmt/man/quotes.po @@ -0,0 +1,85 @@ +# 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-26 22:14+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: TH +#: quotes.man:1 +#, no-wrap +msgid "test" +msgstr "TEST" + +#. type: SH +#: quotes.man:2 +#, no-wrap +msgid "Section1" +msgstr "SECTION1" + +#. double quotes in a quoted arguments +#. type: Plain text +#: quotes.man:6 +msgid "B<\"\">" +msgstr "B<\"\">" + +#. Other similar ugly quotes +#. type: Plain text +#: quotes.man:10 +msgid "B<\"c\"> and B<\"posix\">. B<1.> \"libvga.config\" options" +msgstr "B<\"C\"> AND B<\"POSIX\">. B<1.> \"LIBVGA.CONFIG\" OPTIONS" + +#. type: SH +#: quotes.man:11 +#, no-wrap +msgid "1. \"libvga.config\" OPTIONS" +msgstr "1. \"LIBVGA.CONFIG\" OPTIONS" + +#. this works, but inserts a space between the quotes and the parenthesis +#. type: Plain text +#: quotes.man:15 +msgid "B<setlocale(lc_all, \"\" )>" +msgstr "B<SETLOCALE(LC_ALL, \"\" )>" + +#. However, I recommend to use these quotes: +#. type: Plain text +#: quotes.man:18 +msgid "B<setlocale(lc_all, \"\")>" +msgstr "B<SETLOCALE(LC_ALL, \"\")>" + +#. Lets be nasty +#. type: Plain text +#: quotes.man:21 +msgid "This:" +msgstr "THIS:" + +#. type: Plain text +#: quotes.man:23 quotes.man:27 +msgid "B<-help>I<,>B<-h>I<,>B<-?>I<,>B</?>" +msgstr "B<-HELP>I<,>B<-H>I<,>B<-?>I<,>B</?>" + +#. type: Plain text +#: quotes.man:25 quotes.man:33 +msgid "should be equivalent to:" +msgstr "SHOULD BE EQUIVALENT TO:" + +#. type: Plain text +#: quotes.man:29 +msgid "This also:" +msgstr "THIS ALSO:" + +#. type: Plain text +#: quotes.man:31 quotes.man:35 +msgid "B<-help\">I<a>B<-h>I<a>B<-?>I<a>B</?>" +msgstr "B<-HELP\">I<1>B<-h>I<1>B<-?>I<1>B</?>" |