diff options
Diffstat (limited to 't/fmt/xhtml/basic.pot')
-rw-r--r-- | t/fmt/xhtml/basic.pot | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/t/fmt/xhtml/basic.pot b/t/fmt/xhtml/basic.pot new file mode 100644 index 0000000..a5cd2fd --- /dev/null +++ b/t/fmt/xhtml/basic.pot @@ -0,0 +1,70 @@ +# 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 "" + +#. type: Content of: <html><body><div><h1> +#: basic.html:13 +msgid "Header" +msgstr "" + +#. type: Attribute 'alt' of: <html><body><div><img> +#: basic.html:15 +msgid "Some text" +msgstr "" + +#. type: Attribute 'title' of: <html><body><div><img> +#: basic.html:15 +msgid "My picture" +msgstr "" + +#. type: Content of: <html><body><div><p> +#: basic.html:17 +msgid "<strong>Strong</strong>not strong" +msgstr "" + +#. type: Content of: <html><body><div><p> +#: basic.html:18 +msgid "<strong>Another line</strong> with space and no closing." +msgstr "" + +#. 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 "" + +#. type: Attribute 'alt' of: <html><body><div><img> +#: basic.html:24 +msgid "picture" +msgstr "" + +#. type: Content of: <html><body><div> +#: basic.html:26 +msgid "and some text without a paragraph mark." +msgstr "" + +#. #include virtual="header.shtml" +#. type: Content of: <html><body><div><p> +#: basic.html:29 +msgid "A paragraph with an SSI statement inside" +msgstr "" |