[tx-robot] updated from transifex
This commit is contained in:
parent
9b7cd69749
commit
cbdb390283
|
|
@ -6,6 +6,7 @@ OC.L10N.register(
|
|||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Es gibt bereits eine nicht bestätigte Anmeldung mit dieser EMail-Adresse, daher wurde eine neue Bestätigungs-EMail verschickt..",
|
||||
"Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.",
|
||||
"Your account has been successfully created, you can <a href=\"%s\">log in now</a>." : "Ihr Konto wurde erfolgreich erstellt, Sie können sich <a href=\"%s\">jetzt anmelden</a>.",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Ihr Konto wurde erfolgreich erstellt, doch ein Administrator muss es noch bestätigen.",
|
||||
"Saved" : "Gespeichert",
|
||||
"No such group" : "Keine derartige Gruppe",
|
||||
"The email address you entered is not valid" : "Die E-Mail Adresse, die Sie eingegeben haben, ist nicht gültig",
|
||||
|
|
@ -28,7 +29,9 @@ OC.L10N.register(
|
|||
"None" : "Keine",
|
||||
"Allowed mail address domains for registration" : "Für Registrierung erlaubte Mail Domains",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Gebe eine Semikolon getrennte Liste der erlaubten Domains ein. Beispiel: owncloud.com;github.com",
|
||||
"Require admin approval?" : "Bestätigung durch einen Administrator erforderlich?",
|
||||
"Registration is only allowed for the following domains:" : "Die Registrierung ist nur für die folgenden Domains möglich:",
|
||||
"A new user \"%s\" has created an account on %s and awaits admin approbation" : "Ein Neuer Benutzer \"%s\" hat ein Konto auf %s erstellt und wartet auf eine Freigabe durch den Administrator",
|
||||
"To create a new account on %s, just click the following link:" : "Um ein neues Konto auf %s zu erstellen, klicken Sie bitte auf den folgenden Link:",
|
||||
"Welcome, you can create your account below." : "Willkommen, Sie können im unteren Teil Ihr Konto anlegen.",
|
||||
"Username" : "Benutzername",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Es gibt bereits eine nicht bestätigte Anmeldung mit dieser EMail-Adresse, daher wurde eine neue Bestätigungs-EMail verschickt..",
|
||||
"Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.",
|
||||
"Your account has been successfully created, you can <a href=\"%s\">log in now</a>." : "Ihr Konto wurde erfolgreich erstellt, Sie können sich <a href=\"%s\">jetzt anmelden</a>.",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Ihr Konto wurde erfolgreich erstellt, doch ein Administrator muss es noch bestätigen.",
|
||||
"Saved" : "Gespeichert",
|
||||
"No such group" : "Keine derartige Gruppe",
|
||||
"The email address you entered is not valid" : "Die E-Mail Adresse, die Sie eingegeben haben, ist nicht gültig",
|
||||
|
|
@ -26,7 +27,9 @@
|
|||
"None" : "Keine",
|
||||
"Allowed mail address domains for registration" : "Für Registrierung erlaubte Mail Domains",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Gebe eine Semikolon getrennte Liste der erlaubten Domains ein. Beispiel: owncloud.com;github.com",
|
||||
"Require admin approval?" : "Bestätigung durch einen Administrator erforderlich?",
|
||||
"Registration is only allowed for the following domains:" : "Die Registrierung ist nur für die folgenden Domains möglich:",
|
||||
"A new user \"%s\" has created an account on %s and awaits admin approbation" : "Ein Neuer Benutzer \"%s\" hat ein Konto auf %s erstellt und wartet auf eine Freigabe durch den Administrator",
|
||||
"To create a new account on %s, just click the following link:" : "Um ein neues Konto auf %s zu erstellen, klicken Sie bitte auf den folgenden Link:",
|
||||
"Welcome, you can create your account below." : "Willkommen, Sie können im unteren Teil Ihr Konto anlegen.",
|
||||
"Username" : "Benutzername",
|
||||
|
|
|
|||
Loading…
Reference in New Issue