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

Create de.ini #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
56 changes: 56 additions & 0 deletions modules/g2/lang/de.ini
Original file line number Diff line number Diff line change
@@ -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 = "<Leer>"
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()}"