mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang: cs
This commit is contained in:
26
lang/cs/lang_moforums.php
Normal file
26
lang/cs/lang_moforums.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
$lang_moforums = array
|
||||
(
|
||||
'head_overforum_management' => "Správa nadměrného fóra",
|
||||
'text_forum_management' => "Správa fóra",
|
||||
'text_overforum_management' => "Správa nadměrného fóra",
|
||||
'col_name' => "Název",
|
||||
'col_viewed_by' => "Zobrazeno",
|
||||
'col_modify' => "Upravit",
|
||||
'text_edit' => "Upravit",
|
||||
'text_delete' => "Vymazat",
|
||||
'js_sure_to_delete_overforum' => "Jste si jisti, že chcete odstranit toto fórum?",
|
||||
'text_no_records_found' => "Omlouváme se, nebyly nalezeny žádné záznamy!",
|
||||
'text_new_overforum' => "Nové Overforum",
|
||||
'text_overforum_name' => "Název přepsaného fóra",
|
||||
'text_overforum_description' => "Popis nadměrného fóra",
|
||||
'text_minimum_view_permission' => "Minimální oprávnění zobrazení",
|
||||
'text_overforum_order' => "Objednávka přes fórum",
|
||||
'text_overforum_order_note' => "Pořadí podle čísla vzestupně. To znamená, 0 pořadů nahoře",
|
||||
'submit_make_overforum' => "Vytvořit Overfórum",
|
||||
'text_edit_overforum' => "Upravit overforum",
|
||||
'submit_edit_overforum' => "Upravit overforum"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user