Panel/lang/Czech(CzechRepublic)/modules/administration.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

30 lines
No EOL
1.3 KiB
PHP

<?php
/*
* Language definitions for the administration module (Czech(czechrepublic) localization)
*/
define('OGP_LANG_external_links', "Externí odkazy");
define('OGP_LANG_url', "URL");
define('OGP_LANG_name', "Název");
define('OGP_LANG_add_it', "Přidat");
define('OGP_LANG_link_has_been_removed', "%sodkaz byl odstraněn.");
define('OGP_LANG_db_backup', "DB záloha");
define('OGP_LANG_download_db_backup', "Stáhněte si DB zálohu");
define('OGP_LANG_restore_db_backup', "Obnovit zálohu DB");
define('OGP_LANG_sql_file', "soubor (.sql)");
define('OGP_LANG_change_buttons_order', "Změna pořadí tlačítek");
define('OGP_LANG_when', "Čas schůzky");
define('OGP_LANG_who', "Uživatelské jméno");
define('OGP_LANG_where', "Adresa IP");
define('OGP_LANG_what', "Akce");
define('OGP_LANG_search', "Vyhledávání");
define('OGP_LANG_empty_logger', "Prázdný záznamník");
define('OGP_LANG_ban_list', "Zakázat seznam");
define('OGP_LANG_no_banned_ips', "Neexistují žádné zakázané adresy IP");
define('OGP_LANG_unban', "Odbanovat IP");
define('OGP_LANG_client_ip', "Klientova IP");
define('OGP_LANG_banned_until', "Zakázáno");
define('OGP_LANG_unban_selected_ips', "Unban vybrané IP adresy");
define('OGP_LANG_view', "Přehled");
define('OGP_LANG_per_page', "záznamy protokolu na stránku");
?>