forms/l10n/de.js
2019-07-03 16:09:14 +00:00

51 lines
2.7 KiB
JavaScript

OC.L10N.register(
"forms",
{
"Do you really want to delete this new form?" : "Wollen sie das neue Formular wirklich löschen?",
"Forms" : "Formulare",
"Forms App - New Activity" : "Formulare App - Neue Aktivität",
"{user} participated in the form \"{title}\"" : "{user} füllte das Formular \"{title}\" aus. ",
"Go to form" : "Zum Formular gehen",
"A forms app, similar to Google Forms." : "Eine Formulare App, gleich wie Google Formulare",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Eine Formulare App, gleich wie Google Formulare, mit der Möglichkeit den Zugriff zu beschränken (Nur Mitglieder, bestimmte Gruppen/Benutzer und öffentlich)",
"Expired" : "abgelaufen",
"Expires %n" : "Läuft ab %n",
"Expires never" : "Läuft nie ab",
"Anonymous form" : "Anonymes Formular",
"Usernames hidden to Owner" : "Benutzernamen für den Besitzer unsichtbar",
"Usernames visible to Owner" : "Benutzernamen für den Besitzer sichtbar",
"Group" : "Gruppe",
"Title" : "Titel",
"Access" : "Zugriff",
"Owner" : "Besitzer",
"Created" : "Erstellt",
"Expires" : "Läuft ab",
"Public access" : "Zugriff öffentlich",
"Only shared" : "Nur geteilt",
"Registered users only" : "Nur registrierte Benutzer",
"Hidden form" : "Verstecktes Formular",
"Text form" : "Textformular",
"never" : "nie",
"Link copied to clipboard" : "Link wurde in die Zwischenablage kopiert",
"Error, while copying link to clipboard" : "Fehler beim kopieren in die Zwischenablage",
"Add Answer" : "Antwort hinzufügen",
"Share with" : "Teilen mit",
"Form description" : "Formularbeschreibung",
"Description" : "Beschreibung",
"Make a Form" : "Formular erstellen",
"Add Question" : "Frage hinzufügen",
"You are editing in admin mode" : "Du bearbeitest im Administratorenmouds",
"Configuration" : "Konfiguration",
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Die Konfiguration ist gesperrt. Änderungen können zu unerwünschtem Verhalten führen, Du kannst die Konfiguration trotzdem entsperren. ",
"Unlock configuration " : "Konfiguration entsperren",
"Form configurations" : "Formulareinstellungen",
"Name of user or group" : "Name des Benutzers oder der Gruppe",
"Create new form" : "Ein neues Formular erstellen",
"Writing form" : "Formular schreiben",
"Update form" : "Formular ändern",
"Done" : "fertig",
"Expiration date" : "Ablaufdatum",
"Click to add a date" : "Klicke um ein Datum hinzuzufügen"
},
"nplurals=2; plural=(n != 1);");