Skip to content

Commit

Permalink
New Crowdin updates (#16628)
Browse files Browse the repository at this point in the history
  • Loading branch information
modxbot authored Oct 8, 2024
1 parent df04a76 commit c1f2213
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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
8 changes: 4 additions & 4 deletions setup/lang/de/upgrades.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
$_lang['lexiconfocus_add_pk'] = 'modLexiconFocus: PRIMARY KEY zur Spalte `id` hinzugefügt.';
$_lang['lexiconfocus_alter_pk'] = 'modLexiconFocus: `name` von PRIMARY KEY in UNIQUE KEY geändert.';
$_lang['lexiconfocus_drop_pk'] = 'modLexiconFocus: PRIMARY KEY entfernt.';
$_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'] = 'Menüpunkt `[[+text]]` entfernt.';
$_lang['menu_remove_failed'] = 'Menüpunkt `[[+text]]` konnte nicht entfernt werden.';
$_lang['menu_update_success'] = 'Menüpunkt `[[+text]]` aktualisiert.';
$_lang['menu_update_failed'] = 'Menüpunkt `[[+text]]` konnte nicht aktualisiert werden.';
$_lang['modify_column'] = 'Spalte `[[+column]]` von `[[+old]]` in `[[+new]]` in der Tabelle [[+table]] geändert.';
$_lang['rename_column'] = 'Spalte `[[+old]]` in `[[+new]]` in der Tabelle [[+table]] umbenannt.';
$_lang['rename_table'] = 'Tabelle `[[+old]]` umbenannt in `[[+new]]`.';
Expand Down

0 comments on commit c1f2213

Please sign in to comment.