# $Id: ja.po,v 1.1.2.1 2009-02-23 03:09:49 pineray Exp $ # # Japanese 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 # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2009-01-23 20:41+0900\n" "PO-Revision-Date: 2009-01-23 20:41+0900\n" "Last-Translator: NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\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フィルターは、Markdownを使ったコンテンツの入力を可能にします。シンプルなプレインテキストの書式で、妥当なXHTMLに変換されます。

" #: markdown.module:20;122 msgid "Markdown" msgstr "Markdown" #: markdown.module:22 msgid "Allows content to be submitted using Markdown, a simple plain-text syntax that is filtered into valid XHTML." msgstr "Markdownを使ったコンテンツの投稿を可能にします。シンプルなプレインテキストの書式で、妥当なXHTMLに変換されます。" #: markdown.module:40;45 msgid "Markdown filter tips" msgstr "Markdownフィルタのtips" #: 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 "クイックTips:
    \n
  • 行末に2つ以上の半角スペース = 改行
  • \n
  • 空行(改行2つ) = パラグラフ
  • \n
  • *アスタリスク1つ* もしくは _アンダースコア1つ_ = 強調(em)
  • \n
  • **2つ** or __2つ__ = 強い強調(strong)
  • \n
  • これは[リンク](http://the.link.example.com \"オプションでタイトルのテキスト\") です
  • \n
Markdownシンタックスのより詳しい説明は、Markdownドキュメント、およびテーブルや脚注などについてはMarkdown Extraドキュメントを参照して下さい。" #: 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シンタックスを使用できます。テーブル、脚注などについてはMarkdown Extraも参照して下さい。" #: 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 "\n## ヘッダ 2 ##\n### ヘッダ 3 ###\n#### ヘッダ 4 ####\n##### ヘッダ 5 #####\n(後ろのハッシュはオプション)\n\nリンク [Drupal](http://drupal.org)\n\nインラインマークアップ like _斜体_,\n **太字**, and `コード()`.\n\n> メールの返信のような引用。\n>> 引用はネストできます。\n\n* 丸リストも簡単です\n- 他の書き方\n+ さらに他の書き方\n\n1. 番号付きリスト\n2. 番号を付けて\n3. ピリオドとスペースを続けます\n\nそしてコードの表示:\n // コードのテキストはインデントします\n is_easy() to_remember();" #: markdown.module:129 msgid "Versions" msgstr "バージョン" #: markdown.module:0 msgid "markdown" msgstr "markdown" #: markdown.info:0 msgid "Markdown filter" msgstr "Markdownフィルタ" #: markdown.info:0 msgid "Allows content to be submitted using Markdown, a simple plain-text syntax that is transformed into valid XHTML." msgstr "Markdownを使ったコンテンツの投稿を可能にします。シンプルなプレインテキストの書式で、妥当なXHTMLに変換されます。" #: markdown.info:0 msgid "Input filters" msgstr "入力フィルタ"