Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

czech.c: Fix overlapping text and remove some translation bloat #712

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/translation/czech.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ static translation_string all_strings[] = {
{TR_BUTTON_OK, "OK"},
{TR_BUTTON_CANCEL, "Zrušit"},
{TR_BUTTON_RESET_DEFAULTS, "Výchozí nastavení"},
{TR_BUTTON_CONFIGURE_HOTKEYS, "Nastavit klávesové zkratky"},
{TR_CONFIG_TITLE, "Konfigurační volby Julius"},
{TR_BUTTON_CONFIGURE_HOTKEYS, "Horké klávesy"},
{TR_CONFIG_TITLE, "Konfigurační volby"},
{TR_CONFIG_LANGUAGE_LABEL, "Jazyk:"},
{TR_CONFIG_LANGUAGE_DEFAULT, "(výchozí)"},
{TR_CONFIG_DISPLAY_SCALE, "Měřítko displeje:"},
Expand All @@ -47,7 +47,7 @@ static translation_string all_strings[] = {
{TR_CONFIG_SHOW_MILITARY_SIDEBAR, "Povolit vojenský postranní panel"},
{TR_CONFIG_FIX_IMMIGRATION_BUG, "Opravit chybu imigrace na velmi těžkou obtížnost"},
{TR_CONFIG_FIX_100_YEAR_GHOSTS, "Opravit chybu stoletých duchů"},
{TR_HOTKEY_TITLE, "Nastavení klávesových zkratek Julius"},
{TR_HOTKEY_TITLE, "Nastavení klávesových zkratek"},
{TR_HOTKEY_LABEL, "Klávesa"},
{TR_HOTKEY_ALTERNATIVE_LABEL, "Alternativní"},
{TR_HOTKEY_HEADER_ARROWS, "Šipky"},
Expand Down
Loading