mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +00:00
17 lines
495 B
JavaScript
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?');
|