mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
fix admin setting authorization + cleanup trans
This commit is contained in:
9
lang/chs/lang_docleanup.php
Normal file
9
lang/chs/lang_docleanup.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang_docleanup = [
|
||||
'title' => '执行清理',
|
||||
'running' => '清理进行中,请稍候...',
|
||||
'force' => '如需要强制彻底清理,点击<a href="docleanup.php?forceall=1">这里</a>',
|
||||
'time_consumed' => '耗时:%f 秒',
|
||||
'done' => '完成',
|
||||
];
|
||||
9
lang/cht/lang_docleanup.php
Normal file
9
lang/cht/lang_docleanup.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang_docleanup = [
|
||||
'title' => '執行清理',
|
||||
'running' => '清理進行中,請稍候...',
|
||||
'force' => '如需要強製徹底清理,點擊<a href="docleanup.php?forceall=1">這裏</a>',
|
||||
'time_consumed' => '耗時:%f 秒',
|
||||
'done' => '完成',
|
||||
];
|
||||
9
lang/en/lang_docleanup.php
Normal file
9
lang/en/lang_docleanup.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang_docleanup = [
|
||||
'title' => 'Do Clean-up',
|
||||
'running' => 'clean-up in progress...please wait',
|
||||
'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' => 'Done',
|
||||
];
|
||||
Reference in New Issue
Block a user