[tx-robot] updated from transifex
This commit is contained in:
parent
d1c3e4a07e
commit
3f9150927e
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"registration",
|
||||
{
|
||||
"Register" : "Registrieren",
|
||||
"Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.",
|
||||
"There is already a pending registration with this email" : "Es gibt bereits eine Registrierung für diese E-Mail-Adresse.",
|
||||
"Verify your ownCloud registration request" : "Bitte Deine ownCloud-Registrierung bestätigen",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"Register" : "Registrieren",
|
||||
"Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.",
|
||||
"There is already a pending registration with this email" : "Es gibt bereits eine Registrierung für diese E-Mail-Adresse.",
|
||||
"Verify your ownCloud registration request" : "Bitte Deine ownCloud-Registrierung bestätigen",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Register" => "Registrieren",
|
||||
"Email address you entered is not valid" => "Die eingegebene E-Mail-Adresse ist ungültig.",
|
||||
"There is already a pending registration with this email" => "Es gibt bereits eine Registrierung für diese E-Mail-Adresse.",
|
||||
"Verify your ownCloud registration request" => "Bitte Deine ownCloud-Registrierung bestätigen",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"registration",
|
||||
{
|
||||
"Register" : "Registrieren",
|
||||
"Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.",
|
||||
"There is already a pending registration with this email" : "Es gibt bereits eine Registrierung für diese E-Mail-Adresse.",
|
||||
"Verify your ownCloud registration request" : "Bitte Ihre ownCloud-Registrierung bestätigen.",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"Register" : "Registrieren",
|
||||
"Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.",
|
||||
"There is already a pending registration with this email" : "Es gibt bereits eine Registrierung für diese E-Mail-Adresse.",
|
||||
"Verify your ownCloud registration request" : "Bitte Ihre ownCloud-Registrierung bestätigen.",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Register" => "Registrieren",
|
||||
"Email address you entered is not valid" => "Die eingegebene E-Mail-Adresse ist ungültig.",
|
||||
"There is already a pending registration with this email" => "Es gibt bereits eine Registrierung für diese E-Mail-Adresse.",
|
||||
"Verify your ownCloud registration request" => "Bitte Ihre ownCloud-Registrierung bestätigen.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"registration",
|
||||
{
|
||||
"Register" : "Registro",
|
||||
"Email address you entered is not valid" : "La dirección de correo electrónico que ingresó no es válida",
|
||||
"There is already a pending registration with this email" : "Ya existe un registro pendiente con esta dirección de correo electrónico",
|
||||
"Verify your ownCloud registration request" : "Verifique su solicitud de registro con ownCloud",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"Register" : "Registro",
|
||||
"Email address you entered is not valid" : "La dirección de correo electrónico que ingresó no es válida",
|
||||
"There is already a pending registration with this email" : "Ya existe un registro pendiente con esta dirección de correo electrónico",
|
||||
"Verify your ownCloud registration request" : "Verifique su solicitud de registro con ownCloud",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Register" => "Registro",
|
||||
"Email address you entered is not valid" => "La dirección de correo electrónico que ingresó no es válida",
|
||||
"There is already a pending registration with this email" => "Ya existe un registro pendiente con esta dirección de correo electrónico",
|
||||
"Verify your ownCloud registration request" => "Verifique su solicitud de registro con ownCloud",
|
||||
|
|
|
|||
Loading…
Reference in New Issue