1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

Modified i18n for myhome

This commit is contained in:
zhengxie
2012-10-27 11:42:13 +08:00
parent 4559486b55
commit cb469bd31f
6 changed files with 37 additions and 22 deletions

View File

@@ -4,8 +4,8 @@
<div id="repos-tabs">
<div class="ovhd">
<ul class="fleft">
<li><a href="#my-own-repos" onfocus="this.blur()">{% trans "I owned" %}</a></li>
<li><a href="#repos-shared-to-me" onfocus="this.blur()">{% trans "Shared to me" %}</a></li>
<li><a href="#my-own-repos" onfocus="this.blur()">{% trans "Mine" %}</a></li>
<li><a href="#repos-shared-to-me" onfocus="this.blur()">{% trans "Shared" %}</a></li>
<li><a href="#starred-files" onfocus="this.blur()">{% trans "Starred Files" %}</a></li>
</ul>
<button id="repo-create" class="fright">{% trans "New Library" %}</button>