1
0
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:
zhengxie
2012-10-26 19:54:45 +08:00
parent e6eceaa1cd
commit 2c18ff7b17
9 changed files with 55 additions and 18 deletions

12
po.js
View File

@@ -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');