Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
@@ -290,6 +290,9 @@ define(function () {
|
||||
out.register_importRecent = "Importer l'historique (Recommendé)";
|
||||
out.register_acceptTerms = "J'accepte <a href='/terms.html'>les conditions d'utilisation</a>";
|
||||
out.register_rememberPassword = "Je vais me souvenir de mes identifiants";
|
||||
out.register_passwordsDontMatch = "Les mots de passe doivent être identiques!";
|
||||
out.register_mustAcceptTerms = "Vous devez accepter les conditions d'utilisation.";
|
||||
out.register_mustRememberPass = "Nous ne pouvons pas réinitialiser votre mot de passe si vous l'oubliez. C'est important que vous vous en souveniez!";
|
||||
|
||||
// index.html
|
||||
|
||||
|
||||
@@ -289,8 +289,11 @@ define(function () {
|
||||
out.login_unhandledError = 'An unexpected error occured :(';
|
||||
|
||||
out.register_importRecent = "Import pad history (Recommended)";
|
||||
out.register_acceptTerms = "I accept <a href='/terms.html'>the terms of use</a>";
|
||||
out.register_acceptTerms = "I accept <a href='/terms.html'>the terms of service</a>";
|
||||
out.register_rememberPassword = "I will remember my login name and password";
|
||||
out.register_passwordsDontMatch = "Passwords do not match!";
|
||||
out.register_mustAcceptTerms = "You must accept the terms of service.";
|
||||
out.register_mustRememberPass = "We cannot reset your password if you forget it. It's very important that you remember it!";
|
||||
|
||||
out.register_header = "Welcome to Cryptpad";
|
||||
out.register_explanation = [
|
||||
|
||||
Reference in New Issue
Block a user