var msg = '';
// registration_form.html
msg = gettext('Email can\'t be blank');
msg = gettext('Password can\'t be blank');
msg = gettext('Confirm password can\'t be blank');
msg = gettext('The two password fields did\'t match');
// login.html
msg = gettext('Email can\'t be blank');
msg = gettext('Password can\'t be blank');
msg = gettext('Incorrect email or password');
// myhome_extra_script.html
msg = gettext('Input can\'t be empty');
msg = gettext('Confirm to remove shared library?');
// repo_view_file.html
msg = gettext(' ');
msg = gettext('Please type a message');
msg = gettext('Can\'t find a application to open file. Seafile will open the folder.');
msg = gettext('File is not Synchronized with server, please synchronize manually.');
msg = gettext('File is not Synchronized with server, please retry later.');
msg = gettext('An error occur during opening local file.');
msg = gettext('Seafile client is not start or out of date');
msg = gettext('Your Seafile client is out of date, please upgrade to latest.');
// repo_view_snapshot.html
msg = gettext('Confirm to restore this library?')