forms/l10n/de.js

33 lines
2.3 KiB
JavaScript
Raw Normal View History

2019-07-03 18:09:14 +02:00
OC.L10N.register(
"forms",
{
2020-02-29 04:21:10 +01:00
"Forms" : "Formulare",
2019-07-08 10:54:14 +02:00
"A forms app, similar to Google Forms." : "Eine App für Formulare, gleich wie Google Formulare",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Eine App für Formulare, gleich wie Google Formulare, mit der Möglichkeit den Zugriff zu beschränken (Nur Mitglieder, bestimmte Gruppen/Benutzer und öffentlich)",
2020-03-28 04:23:49 +01:00
"New form" : "Neues Formular",
"Loading forms …" : "Lade Formulare …",
2020-04-28 05:17:00 +02:00
"Create new form" : "Ein neues Formular erstellen",
2020-03-29 05:28:28 +02:00
"An error occurred while loading the forms list" : "Es ist ein Fehler beim Laden der Formularliste aufgetreten",
2020-03-28 04:23:49 +01:00
"Unable to create a new form" : "Neues Formular konnte nicht erstellt werden",
"Clone form" : "Formular duplizieren",
2020-03-27 04:22:15 +01:00
"Delete form" : "Formular löschen",
2020-03-28 04:23:49 +01:00
"Form link copied" : "Formular-Link kopiert",
"Cannot copy, please copy the link manually" : "Kopieren fehlgeschlagen. Bitte kopiere den Link manuell.",
2020-03-29 05:28:28 +02:00
"Are you sure you want to delete the form “{title}”?" : "Möchtest Du das Formular “{title}” wirklich löschen?",
2020-03-28 04:23:49 +01:00
"Deleted form “{title}”" : "Gelöschtes Formular “{title}”",
"Error while deleting form “{title}”" : "Fehler beim Löschen des Formulars “{title}”",
2019-07-03 18:09:14 +02:00
"Group" : "Gruppe",
2020-04-06 05:20:48 +02:00
"Add Option" : "Option hinzufügen",
2020-04-28 05:17:00 +02:00
"Title" : "Titel",
2019-07-03 18:09:14 +02:00
"Description" : "Beschreibung",
2020-03-27 04:22:15 +01:00
"Name of user or group" : "Name des Benutzers oder der Gruppe",
"Expiration date" : "Ablaufdatum",
2019-07-08 10:54:14 +02:00
"Form Expired" : "Formular abgelaufen",
"This Form has expired and is no longer taking answers." : "Dieses Formular ist abgelaufen und es können keine weiteren Antworten eingegeben werden.",
"Access denied" : "Zugriff verboten",
"You are not allowed to view this form or the form does not exist." : "Du bist nicht berechtigt, dieses Formular zu sehen, oder dieses Formular existiert nicht.",
"You are not allowed to edit this form or the form does not exist." : "Du bist nicht berechtigt, dieses Formular zu bearbeiten, oder dieses Formular existiert nicht.",
"You are either not allowed to delete this form or it doesn't exist." : "Du bist nicht berechtigt, dieses Formular zu löschen, oder dieses Formular existiert nicht."
2019-07-03 18:09:14 +02:00
},
"nplurals=2; plural=(n != 1);");