mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 13:50:07 +00:00
Changed repo to library
This commit is contained in:
12
po.js
12
po.js
@@ -1,4 +1,16 @@
|
||||
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');
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user