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