mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
11 lines
250 B
PHP
11 lines
250 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_takeflush = array
|
||
|
|
(
|
||
|
|
'std_failed' => "Mislyktes",
|
||
|
|
'std_success' => "Vellykket",
|
||
|
|
'std_ghost_torrents_cleaned' => "spøkelstorrents ble renset helt.",
|
||
|
|
'std_cannot_flush_others' => "Du kan bare rense dine egne spøkelsestorrenter"
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|