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

New Crowdin updates #16628

Merged
merged 2 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
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
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
Loading