mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
11 lines
253 B
PHP
11 lines
253 B
PHP
<?php
|
|
|
|
$lang_takeflush = array
|
|
(
|
|
'std_failed' => "Mislykkedes",
|
|
'std_success' => "Succes",
|
|
'std_ghost_torrents_cleaned' => "spøgelsestorrents blev renset sucessly.",
|
|
'std_cannot_flush_others' => "Du kan kun rense din egen spøgelse torrents"
|
|
);
|
|
|
|
?>
|