# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2020-04-28 18:23+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: Fenced code block #: PandocFencedCodeBlocks.md:1 PandocFencedCodeBlocks.md:26 #, no-wrap msgid "" "if (a > 3) {\n" " moveShip(5 * gravity, DOWN);\n" "}\n" msgstr "" #. type: Fenced code block #: PandocFencedCodeBlocks.md:7 #, no-wrap msgid "" "~~~~~~~~~~\n" "code including tildes\n" "line2\n" "~~~~~~~~~~\n" msgstr "" #. type: Fenced code block (haskell) #: PandocFencedCodeBlocks.md:14 PandocFencedCodeBlocks.md:20 #: PandocFencedCodeBlocks.md:39 PandocFencedCodeBlocks.md:45 #, no-wrap msgid "" "qsort [] = []\n" "qsort (x:xs) = qsort (filter (< x) xs) ++ [x] ++\n" " qsort (filter (>= x) xs)\n" msgstr "" #. type: Fenced code block #: PandocFencedCodeBlocks.md:32 #, no-wrap msgid "" "``````````\n" "code including backticks\n" "line2\n" "``````````\n" msgstr "" #. type: Plain text #: PandocFencedCodeBlocks.md:52 #, markdown-text msgid "This first pandoc fenced_div is non-nested." msgstr "" #. type: Fenced div block ({#special .sidebar}) #: PandocFencedCodeBlocks.md:53 #, no-wrap msgid "" "Here is a paragraph.\n" "\n" "And another.\n" msgstr "" #. type: Plain text #: PandocFencedCodeBlocks.md:59 #, markdown-text msgid "The second pandoc fenced div is nested." msgstr "" #. type: Fenced div block (Warning ::::::) #: PandocFencedCodeBlocks.md:60 #, no-wrap msgid "" "This is a warning.\n" "\n" msgstr "" #. type: Fenced div block (Warning ::::::|Danger) #: PandocFencedCodeBlocks.md:60 #, no-wrap msgid "This is a warning within a warning.\n" msgstr "" #. type: Plain text #: PandocFencedCodeBlocks.md:68 #, markdown-text msgid "Some extra text." msgstr ""