mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
10 lines
340 B
PHP
10 lines
340 B
PHP
<?php
|
|
|
|
$lang_docleanup = [
|
|
'title' => 'Очистка',
|
|
'running' => 'идёт очистка...подождите',
|
|
'force' => 'If you need to force a complete cleaning, click<a href="docleanup.php?forceall=1">here</a>',
|
|
'time_consumed' => 'Время, затраченное:%f сек',
|
|
'done' => 'Готово',
|
|
];
|