use additional translation keys for registration

This commit is contained in:
ansuz
2017-02-13 10:15:00 +01:00
parent 438e139489
commit 3b1bd2f720
2 changed files with 8 additions and 4 deletions

View File

@@ -283,6 +283,10 @@ define(function () {
out.login_accessDrive = 'Access your drive';
out.login_orNoLogin = 'or';
out.register_importRecent = "Import pad history (Recommended)";
out.register_acceptTerms = "I accept <a href='/terms.html'>the terms</a>";
out.register_rememberPassword = "I will remember my login name and password";
// index.html
//out.main_p1 = 'CryptPad is the <strong>zero knowledge</strong> realtime collaborative editor. Encryption carried out in your web browser protects the data from the server, the cloud, and the NSA. The secret encryption key is stored in the URL <a href="https://en.wikipedia.org/wiki/Fragment_identifier">fragment identifier</a> which is never sent to the server but is available to javascript so by sharing the URL, you give authorization to others who want to participate.';