1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 08:06:56 +00:00
Files
seahub/templates/po.js
2012-10-27 14:11:37 +08:00

17 lines
495 B
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?');