[tx-robot] updated from transifex
This commit is contained in:
parent
c00043d737
commit
3c31c5a781
|
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"Register" : "Registrieren",
|
||||
"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>.",
|
||||
"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.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"Register" : "Registrieren",
|
||||
"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>.",
|
||||
"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.",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
$TRANSLATIONS = array(
|
||||
"Register" => "Registrieren",
|
||||
"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>.",
|
||||
"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.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue