[tx-robot] updated from transifex
This commit is contained in:
parent
49f32b6898
commit
9b7cd69749
|
|
@ -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." : "Für diese Mail gibt es bereits eine ausstehende Registrierung, es wurde erneut eine Bestätigungsemail an diese Addresse gesendet.",
|
||||
"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>." : "Dein Konto wurde erfolgreich erstellt, Du kannst dich <a href=\"%s\">jetzt anmelden</a>.",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Dein 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 eingegebene E-Mail Adresse ist ungültig",
|
||||
|
|
@ -28,7 +29,9 @@ OC.L10N.register(
|
|||
"None" : "Keine",
|
||||
"Allowed mail address domains for registration" : "Erlaubte Domains für die Registrierung",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Gib eine Semikolon getrennte Liste der zulässigen Domänen an. Beispiel: owncloud.com;github.com",
|
||||
"Require admin approval?" : "Bestätigung durch einen Administrator erforderlich?",
|
||||
"Registration is only allowed for the following domains:" : "Eine Anmeldung ist nur für die folgenden Domains erlaubt:",
|
||||
"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, klick bitte auf den folgenden Link:",
|
||||
"Welcome, you can create your account below." : "Willkommen, Du kannst im unteren Teil Dein 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." : "Für diese Mail gibt es bereits eine ausstehende Registrierung, es wurde erneut eine Bestätigungsemail an diese Addresse gesendet.",
|
||||
"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>." : "Dein Konto wurde erfolgreich erstellt, Du kannst dich <a href=\"%s\">jetzt anmelden</a>.",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Dein 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 eingegebene E-Mail Adresse ist ungültig",
|
||||
|
|
@ -26,7 +27,9 @@
|
|||
"None" : "Keine",
|
||||
"Allowed mail address domains for registration" : "Erlaubte Domains für die Registrierung",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Gib eine Semikolon getrennte Liste der zulässigen Domänen an. Beispiel: owncloud.com;github.com",
|
||||
"Require admin approval?" : "Bestätigung durch einen Administrator erforderlich?",
|
||||
"Registration is only allowed for the following domains:" : "Eine Anmeldung ist nur für die folgenden Domains erlaubt:",
|
||||
"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, klick bitte auf den folgenden Link:",
|
||||
"Welcome, you can create your account below." : "Willkommen, Du kannst im unteren Teil Dein Konto anlegen.",
|
||||
"Username" : "Benutzername",
|
||||
|
|
|
|||
Loading…
Reference in New Issue