Files
nexusphp/lang/cs/lang_takeflush.php

11 lines
261 B
PHP
Raw Permalink Normal View History

2025-04-20 18:13:46 +07:00
<?php
$lang_takeflush = array
(
'std_failed' => "Selhalo",
'std_success' => "Úspěšně",
'std_ghost_torrents_cleaned' => "duch torrentů byl úspěšně vyčištěn.",
'std_cannot_flush_others' => "Můžete vyčistit pouze vlastní ducha torrenty"
);
?>