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/includessi.pot | |
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/includessi.pot')
-rw-r--r-- | t/fmt/xhtml/includessi.pot | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/t/fmt/xhtml/includessi.pot b/t/fmt/xhtml/includessi.pot new file mode 100644 index 0000000..5b28adb --- /dev/null +++ b/t/fmt/xhtml/includessi.pot @@ -0,0 +1,78 @@ +# 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: 2008-03-15 01:36+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: Content of: <html><head> +#: includessi.html:6 +msgid "" +"<!--#set var=\"BLAH\" value=\"1\" --> <!--#include " +"virtual=\"header.shtml\"-->" +msgstr "" + +#. type: Content of: <html><head><title> +#: includessi.html:8 +msgid "Title string" +msgstr "" + +#. type: Content of: <html><body><div><h1> +#: includessi.html:13 +msgid "Header" +msgstr "" + +#. type: Attribute 'alt' of: <html><body><div><img> +#: includessi.html:15 +msgid "Some text" +msgstr "" + +#. type: Attribute 'title' of: <html><body><div><img> +#: includessi.html:15 +msgid "My picture" +msgstr "" + +#. type: Content of: <html><body><div><p> +#: includessi.html:17 +msgid "<strong>Strong</strong>not strong" +msgstr "" + +#. type: Content of: <html><body><div><p> +#: includessi.html:18 +msgid "<strong>Another line</strong> with space and no closing." +msgstr "" + +#. type: Content of: <html><body><div><p> +#: includessi.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 "" + +#. type: Attribute 'alt' of: <html><body><div><img> +#: includessi.html:24 +msgid "picture" +msgstr "" + +#. type: Content of: <html><body><div> +#: includessi.html:26 +msgid "and some text without a paragraph mark." +msgstr "" + +#. type: Content of: <html><body><div><p> +#: includessi.html:29 +msgid "" +"A paragraph with an <!--#include virtual=\"header.shtml\"--> SSI statement " +"inside" +msgstr "" |