L10n for admin validation messages

This commit is contained in:
Neraste 2017-10-21 15:01:51 +02:00
parent dc922e72b7
commit d933e78896
9 changed files with 30 additions and 12 deletions

View File

@ -157,7 +157,7 @@ class RegisterController extends Controller {
return new TemplateResponse( return new TemplateResponse(
'registration', 'registration',
'message', 'message',
array('msg' => "Your account has been successfully created, but it still needs approval from an administrator."), array('msg' => $this->l10n->t("Your account has been successfully created, but it still needs approval from an administrator.")),
'guest'); 'guest');
} }
} }

View File

@ -38,6 +38,9 @@ OC.L10N.register(
"Email" : "E-Mail", "Email" : "E-Mail",
"Request verification link" : "Bestätigungslink anfragen", "Request verification link" : "Bestätigungslink anfragen",
"Please re-enter a valid email address" : "Bitte nochmals eine gültige E-Mail-Adresse angeben", "Please re-enter a valid email address" : "Bitte nochmals eine gültige E-Mail-Adresse angeben",
"You will receive an email with a verification link" : "Du wirst eine E-Mail mit einem Bestätigungslink erhalten" "You will receive an email with a verification link" : "Du wirst eine E-Mail mit einem Bestätigungslink erhalten",
"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 erwarte den Administrator Approbation ",
"Your account has been successfully created, but it still needs approval from an administrator." : "Ihr Konto wurde erfolgreich erstellt, aber es muss von einem Administrator genehmigt werden.",
"Require admin approval?" : "Ist der Administrator Approbation erforderlich?"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@ -36,6 +36,9 @@
"Email" : "E-Mail", "Email" : "E-Mail",
"Request verification link" : "Bestätigungslink anfragen", "Request verification link" : "Bestätigungslink anfragen",
"Please re-enter a valid email address" : "Bitte nochmals eine gültige E-Mail-Adresse angeben", "Please re-enter a valid email address" : "Bitte nochmals eine gültige E-Mail-Adresse angeben",
"You will receive an email with a verification link" : "Du wirst eine E-Mail mit einem Bestätigungslink erhalten" "You will receive an email with a verification link" : "Du wirst eine E-Mail mit einem Bestätigungslink erhalten",
"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 erwarte den Administrator Approbation ",
"Your account has been successfully created, but it still needs approval from an administrator." : "Ihr Konto wurde erfolgreich erstellt, aber es muss von einem Administrator genehmigt werden.",
"Require admin approval?" : "Ist der Administrator Approbation erforderlich?"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@ -30,6 +30,9 @@ OC.L10N.register(
"Email" : "Adresse courriel", "Email" : "Adresse courriel",
"Request verification link" : "Demander un lien de vérification.", "Request verification link" : "Demander un lien de vérification.",
"Please re-enter a valid email address" : "Veuillez indiquer une adresse courriel valide", "Please re-enter a valid email address" : "Veuillez indiquer une adresse courriel valide",
"You will receive an email with a verification link" : "Vous allez recevoir un courriel avec un lien de vérification" "You will receive an email with a verification link" : "Vous allez recevoir un courriel avec un lien de vérification",
"A new user \"%s\" has created an account on %s and awaits admin approbation" : "Un nouvel utilisateur \"%s\" a créé un compte sur %s et attend l'approbation d'un administrateur",
"Your account has been successfully created, but it still needs approval from an administrator." : "Votre compte a bien été créé, il doit maintenant être approuvé par un administrateur.",
"Require admin approval?" : "Nécessite l'approbation d'un administrateur ?"
}, },
"nplurals=2; plural=(n > 1);"); "nplurals=2; plural=(n > 1);");

View File

@ -28,6 +28,9 @@
"Email" : "Adresse courriel", "Email" : "Adresse courriel",
"Request verification link" : "Demander un lien de vérification.", "Request verification link" : "Demander un lien de vérification.",
"Please re-enter a valid email address" : "Veuillez indiquer une adresse courriel valide", "Please re-enter a valid email address" : "Veuillez indiquer une adresse courriel valide",
"You will receive an email with a verification link" : "Vous allez recevoir un courriel avec un lien de vérification" "You will receive an email with a verification link" : "Vous allez recevoir un courriel avec un lien de vérification",
"A new user \"%s\" has created an account on %s and awaits admin approbation" : "Un nouvel utilisateur \"%s\" a créé un compte sur %s et attend l'approbation d'un administrateur",
"Your account has been successfully created, but it still needs approval from an administrator." : "Votre compte a bien été créé, il doit maintenant être approuvé par un administrateur.",
"Require admin approval?" : "Nécessite l'approbation d'un administrateur ?"
},"pluralForm" :"nplurals=2; plural=(n > 1);" },"pluralForm" :"nplurals=2; plural=(n > 1);"
} }

View File

@ -30,6 +30,9 @@ OC.L10N.register(
"Email" : "メール", "Email" : "メール",
"Request verification link" : "確認URLリンクをリクエスト", "Request verification link" : "確認URLリンクをリクエスト",
"Please re-enter a valid email address" : "有効なメールアドレスを再度入力してください。", "Please re-enter a valid email address" : "有効なメールアドレスを再度入力してください。",
"You will receive an email with a verification link" : "確認URLの入ったメールをお送り致します。" "You will receive an email with a verification link" : "確認URLの入ったメールをお送り致します。",
"A new user \"%s\" has created an account on %s and awaits admin approbation" : "新しいユーザー \"%s\" を アカウント名 \"%s\" として作成しました、今管理者の承認は必要です",
"Your account has been successfully created, but it still needs approval from an administrator." : "アカウントは作成成功しましたけど、管理者の承認は必要です。",
"Require admin approval?" : "管理者の承認は必要ですか"
}, },
"nplurals=1; plural=0;"); "nplurals=1; plural=0;");

View File

@ -28,6 +28,9 @@
"Email" : "メール", "Email" : "メール",
"Request verification link" : "確認URLリンクをリクエスト", "Request verification link" : "確認URLリンクをリクエスト",
"Please re-enter a valid email address" : "有効なメールアドレスを再度入力してください。", "Please re-enter a valid email address" : "有効なメールアドレスを再度入力してください。",
"You will receive an email with a verification link" : "確認URLの入ったメールをお送り致します。" "You will receive an email with a verification link" : "確認URLの入ったメールをお送り致します。",
"A new user \"%s\" has created an account on %s and awaits admin approbation" : "新しいユーザー \"%s\" を アカウント名 \"%s\" として作成しました、今管理者の承認は必要です",
"Your account has been successfully created, but it still needs approval from an administrator." : "アカウントは作成成功しましたけど、管理者の承認は必要です。",
"Require admin approval?" : "管理者の承認は必要ですか"
},"pluralForm" :"nplurals=1; plural=0;" },"pluralForm" :"nplurals=1; plural=0;"
} }

View File

@ -1,2 +1,2 @@
<?php <?php
echo $l->t('A new user "%s" has created an account on %s and awaits admin validation', [$_['user'], $_['sitename']]); echo $l->t('A new user "%s" has created an account on %s and awaits admin approbation', [$_['user'], $_['sitename']]);

View File

@ -1,2 +1,2 @@
<?php <?php
echo $l->t('A new user "%s" has created an account on %s and awaits admin validation', [$_['user'], $_['sitename']]); echo $l->t('A new user "%s" has created an account on %s and awaits admin approbation', [$_['user'], $_['sitename']]);