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,17 @@
|
||||
<?php
|
||||
|
||||
$lang_delete = array
|
||||
(
|
||||
'std_delete_failed' => "Odstranění selhalo!",
|
||||
'std_missing_form_date' => "chybějící údaje formuláře",
|
||||
'std_not_owner' => "Nejste vlastník! Jak se to stalo?",
|
||||
'std_invalid_reason' => "Neplatný důvod ",
|
||||
'std_describe_violated_rule' => "Popište prosím porušené pravidlo.",
|
||||
'std_enter_reason' => "Zadejte důvod pro odstranění tohoto torrentu.",
|
||||
'head_torrent_deleted' => "Torrent smazán!",
|
||||
'text_go_back' => "Vrať se na to, co jsi přišel",
|
||||
'text_back_to_index' => "Zpět na index",
|
||||
'text_torrent_deleted' => "Torrent smazán!"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user