diff options
Diffstat (limited to 'plugins/55/wrap/lang/ja/lang.php')
-rw-r--r-- | plugins/55/wrap/lang/ja/lang.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/55/wrap/lang/ja/lang.php b/plugins/55/wrap/lang/ja/lang.php new file mode 100644 index 0000000..e33006d --- /dev/null +++ b/plugins/55/wrap/lang/ja/lang.php @@ -0,0 +1,21 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Satoshi Sahara <sahara.satoshi@gmail.com> + */ +$lang['picker'] = 'Wrap プラグイン'; +$lang['column'] = '多段組み'; +$lang['box'] = '中央配置枠'; +$lang['info'] = '情報枠'; +$lang['tip'] = 'ヒント枠'; +$lang['important'] = '重要枠'; +$lang['alert'] = '警告枠'; +$lang['help'] = 'ヘルプ枠'; +$lang['download'] = 'ダウンロード枠'; +$lang['todo'] = 'TODO枠'; +$lang['clear'] = '回り込み解除'; +$lang['em'] = '特に強調'; +$lang['hi'] = 'ハイライト表示'; +$lang['lo'] = '非強調(薄色表示)'; |