1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 11:51:27 +00:00
Files
seahub/po.js

17 lines
378 B
JavaScript
Raw Normal View History

2012-10-26 19:15:52 +08:00
var msg = '';
2012-10-26 19:54:45 +08:00
// 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');
2012-10-26 19:15:52 +08:00