Skip to content

Commit c1f2213

Browse files
authored
New Crowdin updates (#16628)
1 parent df04a76 commit c1f2213

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

setup/lang/cs/upgrades.inc.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
$_lang['lexiconfocus_add_pk'] = 'Přidán PRIMARY KEY modLexiconFocus na sloupec `id`.';
3535
$_lang['lexiconfocus_alter_pk'] = 'Změněno pole modLexiconFocus `name` z PRIMARY KEY na UNIQUE KEY';
3636
$_lang['lexiconfocus_drop_pk'] = 'Odstraněn PRIMARY KEY modLexiconFocus.';
37-
$_lang['menu_remove_success'] = 'Menu item `[[+text]]` removed.';
38-
$_lang['menu_remove_failed'] = 'Menu item `[[+text]]` could not be removed.';
39-
$_lang['menu_update_success'] = 'Menu item `[[+text]]` updated.';
40-
$_lang['menu_update_failed'] = 'Menu item `[[+text]]` could not be updated.';
37+
$_lang['menu_remove_success'] = 'Položka `[[+text]]` byla z nabídky odstraněna.';
38+
$_lang['menu_remove_failed'] = 'Položku `[[+text]]` nelze z nabídky odstranit.';
39+
$_lang['menu_update_success'] = 'Položka nabídky `[[+text]]` byla aktualizována.';
40+
$_lang['menu_update_failed'] = 'Položka nabídky `[[+text]]` nemohla být aktualizována.';
4141
$_lang['modify_column'] = 'V tabulce `[[+table]]` byl změněn sloupec `[[+column]]` z `[[+old]]` na `[[+new]]`';
4242
$_lang['rename_column'] = 'Přejmenován sloupec `[[+old]]` na `[[+new]]` v tabulce `[[+table]]`.';
4343
$_lang['rename_table'] = 'Přejmenována tabulka `[[+old]]` na `[[+new]]`.';

setup/lang/de/upgrades.inc.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
$_lang['lexiconfocus_add_pk'] = 'modLexiconFocus: PRIMARY KEY zur Spalte `id` hinzugefügt.';
3535
$_lang['lexiconfocus_alter_pk'] = 'modLexiconFocus: `name` von PRIMARY KEY in UNIQUE KEY geändert.';
3636
$_lang['lexiconfocus_drop_pk'] = 'modLexiconFocus: PRIMARY KEY entfernt.';
37-
$_lang['menu_remove_success'] = 'Menu item `[[+text]]` removed.';
38-
$_lang['menu_remove_failed'] = 'Menu item `[[+text]]` could not be removed.';
39-
$_lang['menu_update_success'] = 'Menu item `[[+text]]` updated.';
40-
$_lang['menu_update_failed'] = 'Menu item `[[+text]]` could not be updated.';
37+
$_lang['menu_remove_success'] = 'Menüpunkt `[[+text]]` entfernt.';
38+
$_lang['menu_remove_failed'] = 'Menüpunkt `[[+text]]` konnte nicht entfernt werden.';
39+
$_lang['menu_update_success'] = 'Menüpunkt `[[+text]]` aktualisiert.';
40+
$_lang['menu_update_failed'] = 'Menüpunkt `[[+text]]` konnte nicht aktualisiert werden.';
4141
$_lang['modify_column'] = 'Spalte `[[+column]]` von `[[+old]]` in `[[+new]]` in der Tabelle [[+table]] geändert.';
4242
$_lang['rename_column'] = 'Spalte `[[+old]]` in `[[+new]]` in der Tabelle [[+table]] umbenannt.';
4343
$_lang['rename_table'] = 'Tabelle `[[+old]]` umbenannt in `[[+new]]`.';

0 commit comments

Comments
 (0)