# $Id: markdown.pot,v 1.1.2.1 2009/04/06 11:11:23 slybud Exp $ # # LANGUAGE translation of Drupal (general) # Copyright YEAR NAME # Generated from files: # markdown.module,v 1.1.2.3 2008/06/02 15:46:45 goba # markdown.info: n/a # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2009-02-23 18:26-0500\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: markdown.module:9 msgid "

The Markdown filter allows you to enter content using Markdown, a simple plain-text syntax that is transformed into valid XHTML.

" msgstr "" #: markdown.module:20;122 msgid "Markdown" msgstr "" #: markdown.module:22 msgid "Allows content to be submitted using Markdown, a simple plain-text syntax that is filtered into valid XHTML." msgstr "" #: markdown.module:40;45 msgid "Markdown filter tips" msgstr "" #: markdown.module:57 msgid "Quick Tips:
    \n
  • Two or more spaces at a line's end = Line break
  • \n
  • Double returns = Paragraph
  • \n
  • *Single asterisks* or _single underscores_ = Emphasis
  • \n
  • **Double** or __double__ = Strong
  • \n
  • This is [a link](http://the.link.example.com \"The optional title text\")
  • \n
For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more." msgstr "" #: markdown.module:66 msgid "You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more." msgstr "" #: markdown.module:76 msgid "\n## Header 2 ##\n### Header 3 ###\n#### Header 4 ####\n##### Header 5 #####\n(Hashes on right are optional)\n\nLink [Drupal](http://drupal.org)\n\nInline markup like _italics_,\n **bold**, and `code()`.\n\n> Blockquote. Like email replies\n>> And, they can be nested\n\n* Bullet lists are easy too\n- Another one\n+ Another one\n\n1. A numbered list\n2. Which is numbered\n3. With periods and a space\n\nAnd now some code:\n // Code is indented text\n is_easy() to_remember();" msgstr "" #: markdown.module:129 msgid "Versions" msgstr "" #: markdown.module:0 msgid "markdown" msgstr "" #: markdown.info:0 msgid "Markdown filter" msgstr "" #: markdown.info:0 msgid "Allows content to be submitted using Markdown, a simple plain-text syntax that is transformed into valid XHTML." msgstr "" #: markdown.info:0 msgid "Input filters" msgstr ""