diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
commit | 5df6c2aefebe3d2abcc939a88e294876d59f03ca (patch) | |
tree | 63fb332a0f21ddb91cb789c80cf64e134d373463 /t/fmt/sgml/basic.po | |
parent | Initial commit. (diff) | |
download | po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.tar.xz po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.zip |
Adding upstream version 0.72.upstream/0.72
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/fmt/sgml/basic.po')
-rw-r--r-- | t/fmt/sgml/basic.po | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/t/fmt/sgml/basic.po b/t/fmt/sgml/basic.po new file mode 100644 index 0000000..fbbe1a0 --- /dev/null +++ b/t/fmt/sgml/basic.po @@ -0,0 +1,114 @@ +# 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: 2021-11-16 22:40+0100\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: definition of entity &dhfirstname; +#, no-wrap +msgid "<firstname>fname</firstname>" +msgstr "<firstname>FNAME</firstname>" + +#. type: definition of entity &dhsurname; +#, no-wrap +msgid "<surname>Surname</surname>" +msgstr "<surname>SURNAME</surname>" + +#. type: definition of entity &dhemail; +#, no-wrap +msgid "<email>email@1.com</email>" +msgstr "<email>EMAIL@1.COM</email>" + +#. type: definition of entity &dhuemail; +#, no-wrap +msgid "<email>email@2.com</email>" +msgstr "<email>EMAIL@2.COM</email>" + +#. type: definition of entity &dhusername; +#, no-wrap +msgid "Jane Doe" +msgstr "JANE DOE" + +#. type: definition of entity &dhuusername; +#, no-wrap +msgid "John Doe" +msgstr "JOHN DOE" + +#. type: <address></address> +#: basic.sgml:13 +#, no-wrap +msgid "" +"<address>\n" +" &dhemail; and &dhuemail;\n" +" " +msgstr "" +"<address>\n" +" &dhemail; AND &dhuemail;\n" +" " + +#. type: <author></author> +#: basic.sgml:21 +msgid "&dhfirstname; &dhsurname;" +msgstr "&dhfirstname; &dhsurname;" + +#. type: <copyright><holder> +#: basic.sgml:25 +msgid "<year>2004, 2007</year>" +msgstr "<year>2004, 2007</year>" + +#. type: <holder></holder> +#: basic.sgml:25 +#, no-wrap +msgid "&dhusername; and &dhuusername;" +msgstr "&dhusername; and &dhuusername;" + +#. type: <refname></refname> +#: basic.sgml:30 +#, no-wrap +msgid "test" +msgstr "TEST" + +#. type: <refpurpose></refpurpose> +#: basic.sgml:31 +#, no-wrap +msgid "test refentry" +msgstr "TEST REFENTRY" + +#. type: <title></title> +#: basic.sgml:34 +#, no-wrap +msgid "refsect1" +msgstr "REFSECT1" + +#. type: <para></para> +#: basic.sgml:35 +msgid "Help Options:" +msgstr "HELP OPTIONS:" + +#. type: <term></term> +#: basic.sgml:38 +#, no-wrap +msgid "<option>-?</option> <option>--help</option>" +msgstr "" + +#. type: <para></para> +#: basic.sgml:40 +msgid "Show help options." +msgstr "SHOW HELP OPTIONS." + +#. type: <para></para> +#: basic.sgml:46 basic.sgml:48 +msgid "Test test1 test2 test3 test4." +msgstr "TEST TEST1 TEST2 TEST3 TEST4." |