diff options
author | Daniel Baumann <daniel@debian.org> | 2024-12-01 21:17:14 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-12-12 11:27:45 +0100 |
commit | bf596cbb426bd672a46484bca3bd07cfa6662919 (patch) | |
tree | 41ef466309f3e567f63e8e68ef272b0a4e214138 /plugins/55/wrap/lang/ja/lang.php | |
parent | Initial commit. (diff) | |
download | dokuwiki-plugins-extra-bf596cbb426bd672a46484bca3bd07cfa6662919.tar.xz dokuwiki-plugins-extra-bf596cbb426bd672a46484bca3bd07cfa6662919.zip |
Adding upstream version 20241201.upstream/20241201upstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
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'] = '非強調(薄色表示)'; |