1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00
Files
seahub/templates/po.js
2012-10-27 20:32:45 +08:00

30 lines
1.2 KiB
JavaScript

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(' <button id="comment">Comment</button>');
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 <a href="http://www.seafile.com/download/">upgrade</a> to latest.');
// repo_view_snapshot.html
msg = gettext('Confirm to restore this library?')