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.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/includessi.po')
-rw-r--r-- | t/fmt/xhtml/includessi.po | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/t/fmt/xhtml/includessi.po b/t/fmt/xhtml/includessi.po new file mode 100644 index 0000000..ca2fc9f --- /dev/null +++ b/t/fmt/xhtml/includessi.po @@ -0,0 +1,84 @@ +# 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 "" +"<!--#set var=\"BLAH\" value=\"1\" --> <!--#include " +"virtual=\"HEADER.SHTML\"-->" + +#. type: Content of: <html><head><title> +#: includessi.html:8 +msgid "Title string" +msgstr "TITLE STRING" + +#. type: Content of: <html><body><div><h1> +#: includessi.html:13 +msgid "Header" +msgstr "HEADER" + +#. type: Attribute 'alt' of: <html><body><div><img> +#: includessi.html:15 +msgid "Some text" +msgstr "SOME TEXT" + +#. type: Attribute 'title' of: <html><body><div><img> +#: includessi.html:15 +msgid "My picture" +msgstr "MY PICTURE" + +#. type: Content of: <html><body><div><p> +#: includessi.html:17 +msgid "<strong>Strong</strong>not strong" +msgstr "<strong>STRONG</strong>NOT STRONG" + +#. type: Content of: <html><body><div><p> +#: includessi.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> +#: 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 "" +"<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> +#: includessi.html:24 +msgid "picture" +msgstr "PICTURE" + +#. type: Content of: <html><body><div> +#: includessi.html:26 +msgid "and some text without a paragraph mark." +msgstr "AND SOME TEXT WITHOUT A PARAGRAPH MARK." + +#. type: Content of: <html><body><div><p> +#: includessi.html:29 +msgid "" +"A paragraph with an <!--#include virtual=\"header.shtml\"--> SSI statement " +"inside" +msgstr "" +"A PARAGRAPH WITH AN <!--#include virtual=\"HEADER.SHTML\"--> SSI STATEMENT " +"INSIDE" |