flatpress/fp-plugins/bbcode/lang/lang.ja-jp.php
2023-12-10 18:26:14 +01:00

62 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode';
$lang ['admin'] ['plugin'] ['bbcode'] = array(
'head' => 'BBCodeの設定',
'desc1' => 'このプラグインは <a href="https://wiki.flatpress.org/'.
'doc:techfaq#bbcode" class="hint" target="_blank">BBCode</a> の使用を可能にします。',
'options' => 'オプション',
'editing' => '編集',
'allow_html' => 'インラインHTML',
'allow_html_long' => 'BBCodeと通常HTMLを併用する',
'toolbar' => 'ツールバー',
'toolbar_long' => '編集ツールバーを有効にする',
'other' => 'その他のオプション',
'comments' => 'コメント',
'comments_long' => 'コメント欄でBBCodeの使用できるようにする',
'urlmaxlen' => 'URLの最大文字数',
'urlmaxlen_long_pre' => '何文字以上のとき短縮URL表示に変換するか',
'urlmaxlen_long_post' => ' 文字',
'submit' => '設定の変更を保存する',
'msgs' => array(
1 => 'BBCodeの設定変更を保存しました。',
-1 => 'BBCodeの設定変更が保存されませんでした。'
),
'editor' => array(
'formatting' => 'Formatting',
'textarea' => 'テキストエリア: ',
'expand' => '拡大',
'expandtitle' => 'テキストエリアの高さを増やします。',
'reduce' => '縮小',
'reducetitle' => 'テキストエリアの高さを減らします。',
// note: accesskeys are not internationalized...
// btw. why not :-D
'bold' => 'B',
'boldtitle' => 'ボールド体',
'italic' => 'I',
'italictitle' => 'イタリック体',
'underline' => 'U',
'underlinetitle' => '下線',
'quote' => 'Quote',
'quotetitle' => '引用文として領域指定',
'code' => 'Code',
'codetitle' => 'プログラムコードとして領域指定',
'help' => 'BBCode Help',
'file' => 'ファイル: ',
'image' => '画像: ',
'selection' => '-- セレクション --',
// currently not used
'status' => 'ステータスバー',
'statusbar' => 'ノーマルモードです。&lt;Esc&gt;キーで編集モードに切り替えられます。'
)
);
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'に行く',
'langtag' => 'ja_JP' // language tag for Facebook Video
);
?>