aboutsummaryrefslogtreecommitdiff
path: root/mod/dokuwiki/vendors/dokuwiki/lib/plugins/odt/lang/ja/lang.php
blob: 6df1be2d0a90f2f57857f057ea4842b68c8dfc1e (plain)
1
2
3
4
5
6
7
8
9
10
11
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"の中にありませんでした。デフォルトのテンプレートを使用します。';