mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: ja
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang_docleanup = array (
|
||||
'title' => 'クリーンアップを実行します',
|
||||
'running' => '掃除が進行中です、待ってください...',
|
||||
'force' => '強制的に徹底的にクリーニングする必要がある場合は、<a href = "docleanup.php?forceall = 1"> here </a>をクリックします。',
|
||||
'time_consumed' => '時間:%f秒',
|
||||
'done' => '仕上げる',
|
||||
);
|
||||
Reference in New Issue
Block a user