diff options
Diffstat (limited to 'vendors/dokuwiki/lib/plugins/odt/lang/ja')
-rw-r--r-- | vendors/dokuwiki/lib/plugins/odt/lang/ja/lang.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendors/dokuwiki/lib/plugins/odt/lang/ja/lang.php b/vendors/dokuwiki/lib/plugins/odt/lang/ja/lang.php new file mode 100644 index 000000000..6df1be2d0 --- /dev/null +++ b/vendors/dokuwiki/lib/plugins/odt/lang/ja/lang.php @@ -0,0 +1,12 @@ +<?php + +// settings must be present and set appropriately for the language +$lang['encoding'] = 'utf-8'; +$lang['direction'] = 'ltr'; + +// export button +$lang['view'] = 'このページをOpen Documentフォーマットで保存'; + +// template not found in the directory +$lang['tpl_not_found'] = '注意:ODTテンプレート "%s" はテンプレートディレクトリ "%s"の中にありませんでした。デフォルトのテンプレートを使用します。'; + |