mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
Convert all module lang files from XML to PHP
This commit is contained in:
parent
9b621d9c8c
commit
615416ab7f
297 changed files with 13745 additions and 17656 deletions
19
modules/trash/lang/ja.php
Normal file
19
modules/trash/lang/ja.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
$lang->cmd_trash = 'ゴミ箱';
|
||||
$lang->cmd_restore_all = 'すべて復元';
|
||||
$lang->in_trash = 'ゴミ箱';
|
||||
$lang->trash_date = '削除日';
|
||||
$lang->trash_description = '説明';
|
||||
$lang->success_trashed = 'ゴミ箱に移動しました。';
|
||||
$lang->empty_trash_all = 'ゴミ箱を空にする';
|
||||
$lang->confirm_restore = '復元しますか?';
|
||||
$lang->success_empty = 'ゴミ箱を空にしました。';
|
||||
$lang->fail_empty = 'ゴミ箱を空にできませんでした。';
|
||||
$lang->success_restore = '復元しました。';
|
||||
$lang->fail_restore = '復元できませんでした。';
|
||||
$lang->origin_module_type = 'タイプ';
|
||||
$lang->remove_all_trash_item = 'ゴミ箱を完全に消去します。実行後には復元できません。';
|
||||
$lang->title = 'タイトル';
|
||||
$lang->content = '内容';
|
||||
$lang->trasher = '削除者';
|
||||
$lang->cmd_restore = '復元';
|
||||
Loading…
Add table
Add a link
Reference in a new issue