mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: cs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?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"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user