add new translations for registration

pull/1/head
ansuz 2017-03-14 11:02:14 +01:00
parent 10bb11bff6
commit bbe2279b9c
1 changed files with 5 additions and 0 deletions

View File

@ -242,6 +242,11 @@ define(function () {
"</ul>"
].join('');
out.register_writtenPassword = "I have written down my username and password, proceed";
out.register_cancel = "Go back";
out.register_warning = "Zero Knowledge means that we can't recover your data if you lose your password.";
// Settings
out.settings_title = "Settings";
out.settings_save = "Save";