-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
811b600
commit b1474a9
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
de: | ||
DNADesign\ElementalUserForms\Model\ElementForm: | ||
BlockType: Formular | ||
PLURALNAME: Formulare | ||
PLURALS: | ||
one: 'Ein Formular' | ||
other: '{count} Formulare' | ||
SINGULARNAME: Formular | ||
db_ClearButtonText: 'Text des Löschen-Buttons' | ||
db_DisableCsrfSecurityToken: 'CSRF Sicherheitstoken deaktivieren' | ||
db_DisableSaveSubmissions: 'Speichern von Formulareinreichungen deaktivieren' | ||
db_DisplayErrorMessagesAtTop: 'Fehlermeldungen über dem Formular anzeigen' | ||
db_EnableLiveValidation: 'Live Validierung aktivieren' | ||
db_ShowClearButton: 'Löschen Button anzeigen' | ||
db_SubmitButtonText: 'Text des Absenden Buttons' | ||
has_many_EmailRecipients: 'E-Mail Empfänger' | ||
has_many_Fields: Felder | ||
has_many_Submissions: Einsendungen |