mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang: cs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
$lang_fastdelete = array
|
||||
(
|
||||
'std_delete_failed' => "Odstranění selhalo!",
|
||||
'std_missing_form_data' => "chybějící údaje formuláře",
|
||||
'text_no_permission' => "Nemáte oprávnění k odstranění tohoto torrentu, to mohou udělat pouze moderátoři nebo výše. Pokud se jedná o váš torrent a chcete jej smazat.\n",
|
||||
'std_delete_torrent' => "Odstranit torrent",
|
||||
'std_delete_torrent_note' => "Kontrola čistoty: Chystáte se odstranit torrent. Klikněte",
|
||||
'std_here_if_sure' => " zde</a> , pokud jste si jisti."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user