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/xhtml/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/xhtml/basic.po')
-rw-r--r-- | t/fmt/xhtml/basic.po | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/t/fmt/xhtml/basic.po b/t/fmt/xhtml/basic.po new file mode 100644 index 0000000..48bdfbf --- /dev/null +++ b/t/fmt/xhtml/basic.po @@ -0,0 +1,72 @@ +# 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: 2006-06-14 0:50+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: Content of: <html><head><title> +#: basic.html:8 +msgid "Title string" +msgstr "TITLE STRING" + +#. type: Content of: <html><body><div><h1> +#: basic.html:13 +msgid "Header" +msgstr "HEADER" + +#. type: Attribute 'alt' of: <html><body><div><img> +#: basic.html:15 +msgid "Some text" +msgstr "SOME TEXT" + +#. type: Attribute 'title' of: <html><body><div><img> +#: basic.html:15 +msgid "My picture" +msgstr "MY PICTURE" + +#. type: Content of: <html><body><div><p> +#: basic.html:17 +msgid "<strong>Strong</strong>not strong" +msgstr "<strong>STRONG</strong>NOT STRONG" + +#. type: Content of: <html><body><div><p> +#: basic.html:18 +msgid "<strong>Another line</strong> with space and no closing." +msgstr "<strong>ANOTHER LINE</strong> WITH SPACE AND NO CLOSING." + +#. type: Content of: <html><body><div><p> +#: basic.html:20 +msgid "" +"<a href=\"somelink.html\">My link</a>, <a href=\"nextline.html\">link on " +"next line</a>, <a href=\"sameline.html\">line on same line</a>." +msgstr "" +"<a href=\"somelink.html\">MY LINK</a>, <a href=\"nextline.html\">LINK ON " +"NEXT LINE</a>, <a href=\"sameline.html\">LINE ON SAME LINE</a>." + +#. type: Attribute 'alt' of: <html><body><div><img> +#: basic.html:24 +msgid "picture" +msgstr "PICTURE" + +#. type: Content of: <html><body><div> +#: basic.html:26 +msgid "and some text without a paragraph mark." +msgstr "AND SOME TEXT WITHOUT A PARAGRAPH MARK." + +#. #include virtual="header.shtml" +#. type: Content of: <html><body><div><p> +#: basic.html:29 +msgid "A paragraph with an SSI statement inside" +msgstr "A PARAGRAPH WITH AN SSI STATEMENT INSIDE" |