diff options
Diffstat (limited to 't/fmt/txt-markdown/Width.po')
-rw-r--r-- | t/fmt/txt-markdown/Width.po | 152 |
1 files changed, 152 insertions, 0 deletions
diff --git a/t/fmt/txt-markdown/Width.po b/t/fmt/txt-markdown/Width.po new file mode 100644 index 0000000..3555cd9 --- /dev/null +++ b/t/fmt/txt-markdown/Width.po @@ -0,0 +1,152 @@ +# 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: 2024-03-24 22:33+0300\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: Pandoc title block +#: Width.md:1 +msgid "The document title with length over 40 symbols" +msgstr "THE DOCUMENT TITLE WITH LENGTH OVER 40 SYMBOLS" + +#. type: Pandoc title block +#: Width.md:2 +#, no-wrap +msgid "The document first author" +msgstr "THE DOCUMENT FIRST AUTHOR" + +#. type: Pandoc title block +#: Width.md:2 +#, no-wrap +msgid "The document second author" +msgstr "THE DOCUMENT SECOND AUTHOR" + +#. type: Title = +#: Width.md:5 +#, markdown-text, no-wrap +msgid "A nice long title which shouldn't be rewrapped" +msgstr "A NICE LONG TITLE WHICH SHOULDN'T BE REWRAPPED" + +#. type: Plain text +#: Width.md:8 Width.md:15 +#, markdown-text +msgid "This paragraph is 39 columns width....." +msgstr "THIS PARAGRAPH IS 39 COLUMNS WIDTH....." + +#. type: Plain text +#: Width.md:10 Width.md:18 +#, markdown-text +msgid "This paragraph is 40 columns width......" +msgstr "THIS PARAGRAPH IS 40 COLUMNS WIDTH......" + +#. type: Plain text +#: Width.md:12 Width.md:21 +#, markdown-text +msgid "This paragraph is 41 columns width......." +msgstr "THIS PARAGRAPH IS 41 COLUMNS WIDTH......." + +#. type: Title # +#: Width.md:23 +#, markdown-text, no-wrap +msgid "" +"List items should be rewrapped two symbols shorter to accomodate the bullet " +"marker" +msgstr "" +"LIST ITEMS SHOULD BE REWRAPPED TWO SYMBOLS SHORTER TO ACCOMODATE THE BULLET " +"MARKER" + +#. type: Bullet: '* ' +#: Width.md:33 +#, markdown-text +msgid "This list item is 37 columns width..." +msgstr "THIS LIST ITEM IS 37 COLUMNS WIDTH..." + +#. type: Bullet: '* ' +#: Width.md:33 +#, markdown-text +msgid "This list item is 38 columns width...." +msgstr "THIS LIST ITEM IS 38 COLUMNS WIDTH...." + +#. type: Bullet: '* ' +#: Width.md:33 +#, markdown-text +msgid "This list item is 39 columns width....." +msgstr "THIS LIST ITEM IS 39 COLUMNS WIDTH....." + +#. type: Bullet: ' * ' +#: Width.md:33 +#, markdown-text +msgid "Nested items should be rewrapped even shorter." +msgstr "NESTED ITEMS SHOULD BE REWRAPPED EVEN SHORTER." + +#. type: Bullet: ' * ' +#: Width.md:33 +#, markdown-text +msgid "Like this: nested items should be rewrapped even shorter." +msgstr "LIKE THIS: NESTED ITEMS SHOULD BE REWRAPPED EVEN SHORTER." + +#. type: Bullet: ' * ' +#: Width.md:33 +#, markdown-text +msgid "Or even as short as this one here...." +msgstr "OR EVEN AS SHORT AS THIS ONE HERE...." + +#. type: Bullet: ' * ' +#: Width.md:33 +#, markdown-text +msgid "But not like this one.............." +msgstr "BUT NOT LIKE THIS ONE.............." + +#. type: Bullet: '* ' +#: Width.md:35 +#, markdown-text +msgid "This list item is 37 columns width." +msgstr "THIS LIST ITEM IS 37 COLUMNS WIDTH." + +#. type: Plain text +#: Width.md:37 +#, markdown-text +msgid "This paragraph is 42 columns [width][link]" +msgstr "THIS PARAGRAPH IS 42 COLUMNS [WIDTH][LINK]" + +#. type: Plain text +#: Width.md:39 +#, markdown-text, no-wrap +msgid "" +" This is a very long verbatim paragraph that shouldn't be rewraped no " +"matter how long it is.\n" +msgstr "" +" THIS IS A VERY LONG VERBATIM PARAGRAPH THAT SHOULDN'T BE REWRAPED NO " +"MATTER HOW LONG IT IS.\n" + +#. type: Fenced code block +#: Width.md:40 +#, no-wrap +msgid "" +"This is a very long verbatim paragraph that shouldn't\n" +"be rewraped no matter how long it is.\n" +msgstr "" +"THIS IS A VERY LONG VERBATIM PARAGRAPH THAT SHOULDN'T\n" +"BE REWRAPED NO MATTER HOW LONG IT IS.\n" + +#. type: Link reference +#: Width.md:45 +#, no-wrap +msgid "" +"[link]: " +"https://example.com/sooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo/long" +msgstr "" +"[LINK]: " +"HTTPS://EXAMPLE.COM/SOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO/LONG" |