diff --git a/modules/g2/lang/de.ini b/modules/g2/lang/de.ini new file mode 100644 index 00000000..e0ca6eb2 --- /dev/null +++ b/modules/g2/lang/de.ini @@ -0,0 +1,56 @@ +actions.new.label = "Neu {$tableObj->getSingularLabel()}" +actions.new.description = "Füge ein {$tableObj->getSingularLabel()} in {$tableObj->getLabel()}" +actions.import.label = "Importiere {$tableObj->getLabel()}" +actions.logout.label = "Ausloggen" +actions.logout.description = "Aus dem System ausloggen." +actions.login.label = "Einloggen" +actions.login.description = "In das System einloggen" +actions.export_list.label = "Exportieren" +actions.export_list.description = "Exportiere die Datensätz als ..." +actions.delete_results.label = "Löschen" +actions.delete_results.description = "Lösche ausgewählte Datensätze" +actions.copy_results.label = "Kopieren" +actions.copy_results.description = "Kopiere ausgewählte Datensätze" +actions.update_results.label = "Aktualisieren/Speichern" +actions.update_results.description = "Modifiziere ausgewählte Datensätze" +actions.export_record.label = "Exportieren" +actions.export_record.description = "Exportiere diesen Datensatz als ..." +actions.edit_record.description = "Bearbeite diesen Datensätz" +actions.cancel_edit_record.label = "Abbrechen" +actions.cancel_edit_record.description = "Bearbeiten abbrechen" +actions.record_back.description = "Zurück zur Liste" +actions.add_new_related_record_g2.label = "Neu {$relationship->getSingularLabel()}" +actions.add_new_related_record_g2.description = "Einen neuen {$relationship->getSingularLabel()} anlegen und zu {$record->getTitle()} hinzufügen" +actions.add_existing_related_record_g2.label = "Add Existing" +actions.add_existing_related_record_g2.description = "Existierenden {$relationship->getSingularLabel()} zu {$record->getTitle()} hinzufügen" +actions.export_related.label = "Export" +actions.search_related.label = "Filter" +actions.search_related.description = "Filter {$relationship->getLabel()} using a keyword search." +actions.copy_related.label = "Kopieren" +actions.copy_related.description = "Ausgewählte {$relationship->getLabel()} kopieren" +actions.update_related.label = "Update" +actions.update_related.description = "Felder in ausgewählten {$relationship->getLabel()} modifizieren" +actions.remove_related.label = "Entfernen" +actions.remove_related.description = "Entferne ausgewählte Datensätze von {$relationship->getLabel()}" +actions.cancel_add_new_related_record.label = "Abbrechen" +actions.cancel_add_new_related_record.description = "Formular abbrechen. Zurück zu {$relationship->getLabel()}" +actions.save_add_new_related_record.label = "Speichern" +actions.save_add_new_related_record.description = "Speichere dieses Formular." +actions.cancel_new_record_form.label = "Abbrechen" +actions.cancel_new_record_form.description = "Formular abbrechen. Return to list view." +actions.save_new_record_form.label = "Speichern" +actions.save_new_record_form.description = "Speichere dieses Formular" +actions.cancel_edit_record_form.description = "Editieren abbrechen. Zurück zur Datensatz-Ansicht." +actions.personal_menu.label = "{$this->getAuthenticationTool()->getLoggedInUserName()}" +actions.control_panel.label = "Einstellungen" +actions.view_menu.label = "Ansehen" +actions.delete_record.label = "Löschen" +actions.delete_record.description = "Diesen Datensatz löschen" +templates.G2.Dataface.forgot_password.label_submit = "Ok" +templates.G2.advanced_search.label = "Erweiterte Suche" +templates.G2.hide_advanced_search.label = "Erweiterte Suche ausblenden" +g2_advanced_find_form.empty_list_label = "" +g2.advanced_find_form.button.clear.label = "Leeren" +g2.advanced_find_form.button.search.label = "Suche" +g2.advanced_find_form.legend.label = "Erweiterte Suche" +main.search.button.label = "Suche {$tableObj->getLabel()}"