mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
11 lines
253 B
PHP
11 lines
253 B
PHP
<?php
|
|
|
|
$lang_takeflush = array
|
|
(
|
|
'std_failed' => "Misslyckades",
|
|
'std_success' => "Klart",
|
|
'std_ghost_torrents_cleaned' => "ghost torrents var sucessfully rengöras.",
|
|
'std_cannot_flush_others' => "Du kan bara städa dina egna spöktorrenter"
|
|
);
|
|
|
|
?>
|