| Revision 493ed9f,
630 bytes
checked in by Aurélien Bompard <aurelien@…>, 2 years ago
(diff) |
|
Update language copyrights
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /** |
|---|
| 3 | * Japanese language file |
|---|
| 4 | * |
|---|
| 5 | * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) |
|---|
| 6 | * @author Ikuo Obataya <ikuo_obataya@symplus.co.jp> |
|---|
| 7 | */ |
|---|
| 8 | |
|---|
| 9 | // settings must be present and set appropriately for the language |
|---|
| 10 | $lang['encoding'] = 'utf-8'; |
|---|
| 11 | $lang['direction'] = 'ltr'; |
|---|
| 12 | |
|---|
| 13 | // export button |
|---|
| 14 | $lang['view'] = 'このページをOpen Documentフォーマットで保存'; |
|---|
| 15 | |
|---|
| 16 | // template not found in the directory |
|---|
| 17 | $lang['tpl_not_found'] = '注意:ODTテンプレート "%s" はテンプレートディレクトリ "%s"の中にありませんでした。デフォルトのテンプレートを使用します。'; |
|---|
| 18 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.