1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

translation and js/css modification for en

This commit is contained in:
llj
2012-10-29 21:43:52 +08:00
parent 4145f166fc
commit 5621d23694
22 changed files with 494 additions and 251 deletions

View File

@@ -1,3 +1,4 @@
{% load i18n %}
{% if not cloud_mode or not no_quota %}
<script type="text/javascript">
function gen_uuid() {
@@ -47,7 +48,7 @@ function submit_and_real_time_show () {
$('#upload-submit').click(function () {
if (!$.trim($('#file').val())) {
$('#error-msg').html('请先选择一个文件');
$('#error-msg').html('{% trans "Please choose a file at first." %}');
return false;
}
$('#error-msg').addClass('hide');