Skip to content

Commit

Permalink
New translations upgrades.inc.php (Czech)
Browse files Browse the repository at this point in the history
  • Loading branch information
modxbot committed Oct 3, 2024
1 parent 1a02607 commit bb120e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup/lang/cs/upgrades.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
$_lang['lexiconfocus_add_pk'] = 'Přidán PRIMARY KEY modLexiconFocus na sloupec `id`.';
$_lang['lexiconfocus_alter_pk'] = 'Změněno pole modLexiconFocus `name` z PRIMARY KEY na UNIQUE KEY';
$_lang['lexiconfocus_drop_pk'] = 'Odstraněn PRIMARY KEY modLexiconFocus.';
$_lang['menu_remove_success'] = 'Menu item `[[+text]]` removed.';
$_lang['menu_remove_failed'] = 'Menu item `[[+text]]` could not be removed.';
$_lang['menu_update_success'] = 'Menu item `[[+text]]` updated.';
$_lang['menu_update_failed'] = 'Menu item `[[+text]]` could not be updated.';
$_lang['menu_remove_success'] = 'Položka `[[+text]]` byla z nabídky odstraněna.';
$_lang['menu_remove_failed'] = 'Položku `[[+text]]` nelze z nabídky odstranit.';
$_lang['menu_update_success'] = 'Položka nabídky `[[+text]]` byla aktualizována.';
$_lang['menu_update_failed'] = 'Položka nabídky `[[+text]]` nemohla být aktualizována.';
$_lang['modify_column'] = 'V tabulce `[[+table]]` byl změněn sloupec `[[+column]]` z `[[+old]]` na `[[+new]]`';
$_lang['rename_column'] = 'Přejmenován sloupec `[[+old]]` na `[[+new]]` v tabulce `[[+table]]`.';
$_lang['rename_table'] = 'Přejmenována tabulka `[[+old]]` na `[[+new]]`.';
Expand Down

0 comments on commit bb120e2

Please sign in to comment.