Skip to content

Commit

Permalink
New translations upgrades.inc.php (German)
Browse files Browse the repository at this point in the history
  • Loading branch information
modxbot committed Oct 5, 2024
1 parent bb120e2 commit 8a7f051
Showing 1 changed file with 4 additions and 4 deletions.
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 8a7f051

Please sign in to comment.