diff options
Diffstat (limited to 't/fmt/wml/basic.pot')
-rw-r--r-- | t/fmt/wml/basic.pot | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/t/fmt/wml/basic.pot b/t/fmt/wml/basic.pot new file mode 100644 index 0000000..2291eb0 --- /dev/null +++ b/t/fmt/wml/basic.pot @@ -0,0 +1,89 @@ +# 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-20 11:58+0900\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: <title> +#: basic.wml:1 +msgid "My awesome title" +msgstr "" + +#. type: Content of: <define-tag> +#: basic.wml:6 +msgid "some vulnerability info" +msgstr "" + +#. type: Content of: <define-tag><p> +#: basic.wml:10 +msgid "foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar." +msgstr "" + +#. type: Content of: <define-tag><p> +#: basic.wml:15 +msgid "bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo." +msgstr "" + +#. type: Content of: <define-tag><ul><li> +#: basic.wml:21 +msgid "<a href=\"http://example.com/\">CVE-foo-bar</a>" +msgstr "" + +#. type: Content of: <define-tag><ul><li><p> +#: basic.wml:24 +msgid "cve foo bar cve foo bar cve foo bar cve foo bar." +msgstr "" + +#. type: Content of: <define-tag> +#: basic.wml:35 +msgid "Some page title" +msgstr "" + +#. type: Content of: <define-tag> +#: basic.wml:36 +msgid "2007-07-20" +msgstr "" + +#. type: Content of: <p> +#: basic.wml:39 +msgid "some description including line breaks," +msgstr "" + +#. type: Content of: <p> +#: basic.wml:40 +msgid "" +"<q>quotations</q>, <a href=\"$(DEVEL)/debian-installer/\">links</a>, and <a " +"href=\"#n1\">in-page links</a>." +msgstr "" + +#. type: Content of: <ul><li> +#: basic.wml:45 +msgid "item a" +msgstr "" + +#. type: Content of: <ul><li> +#: basic.wml:46 +msgid "item b" +msgstr "" + +#. type: Content of: <p> +#: basic.wml:49 +msgid "<strong>Notes</strong>" +msgstr "" + +#. type: Content of: <ol><li> +#: basic.wml:51 +msgid "<a name=\"n1\"></a>an anchor provided here." +msgstr "" |