1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

i18n and fixed a few typos

This commit is contained in:
zhengxie
2013-08-01 10:28:22 +08:00
parent 783a1844f3
commit f0bdfedd55
2 changed files with 1023 additions and 693 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -80,8 +80,8 @@
{% else%}
<div class="empty-tips">
<h2 class="center-contents">{% trans "You don't have any private shared files/folders" %}</h2>
<p>{% trans "You can share a single folder or file with a registered user if you don't want to share a whole library." %}</p>
<h2 class="center-contents">{% trans "You don't have any private shared files" %}</h2>
<p>{% trans "You can share a single file with a registered user if you don't want to share a whole library." %}</p>
</div>
{% endif %}