[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2015-11-28 00:28:19 -05:00
parent c00043d737
commit 3c31c5a781
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ OC.L10N.register(
{ {
"Register" : "Registrieren", "Register" : "Registrieren",
"Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.", "Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.",
"A problem occurred sending email, please contact your administrator." : "Beim Senden der E-Mail ist ein Problem aufgetreten, bitte kontaktieren Sie Ihren Administrator.",
"You can <a href=\"{login}\">log in now</a>." : "Sie können sich <a href=\"{login}\">jetzt anmelden</a>.", "You can <a href=\"{login}\">log in now</a>." : "Sie können sich <a href=\"{login}\">jetzt anmelden</a>.",
"Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.", "Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.",
"Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungsadresse. Keine Registrierunganfrage mit dieser Bestätigungsadresse gefunden.", "Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungsadresse. Keine Registrierunganfrage mit dieser Bestätigungsadresse gefunden.",

View File

@ -1,6 +1,7 @@
{ "translations": { { "translations": {
"Register" : "Registrieren", "Register" : "Registrieren",
"Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.", "Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.",
"A problem occurred sending email, please contact your administrator." : "Beim Senden der E-Mail ist ein Problem aufgetreten, bitte kontaktieren Sie Ihren Administrator.",
"You can <a href=\"{login}\">log in now</a>." : "Sie können sich <a href=\"{login}\">jetzt anmelden</a>.", "You can <a href=\"{login}\">log in now</a>." : "Sie können sich <a href=\"{login}\">jetzt anmelden</a>.",
"Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.", "Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.",
"Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungsadresse. Keine Registrierunganfrage mit dieser Bestätigungsadresse gefunden.", "Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungsadresse. Keine Registrierunganfrage mit dieser Bestätigungsadresse gefunden.",

View File

@ -2,6 +2,7 @@
$TRANSLATIONS = array( $TRANSLATIONS = array(
"Register" => "Registrieren", "Register" => "Registrieren",
"Email address you entered is not valid" => "Die eingegebene E-Mail-Adresse ist ungültig.", "Email address you entered is not valid" => "Die eingegebene E-Mail-Adresse ist ungültig.",
"A problem occurred sending email, please contact your administrator." => "Beim Senden der E-Mail ist ein Problem aufgetreten, bitte kontaktieren Sie Ihren Administrator.",
"You can <a href=\"{login}\">log in now</a>." => "Sie können sich <a href=\"{login}\">jetzt anmelden</a>.", "You can <a href=\"{login}\">log in now</a>." => "Sie können sich <a href=\"{login}\">jetzt anmelden</a>.",
"Verification email successfully sent." => "E-Mail zur Bestätigung erfolgreich gesendet.", "Verification email successfully sent." => "E-Mail zur Bestätigung erfolgreich gesendet.",
"Invalid verification URL. No registration request with this verification URL is found." => "Ungültige Bestätigungsadresse. Keine Registrierunganfrage mit dieser Bestätigungsadresse gefunden.", "Invalid verification URL. No registration request with this verification URL is found." => "Ungültige Bestätigungsadresse. Keine Registrierunganfrage mit dieser Bestätigungsadresse gefunden.",