1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 13:24:52 +00:00

Add diff functionality on seahub.

This commit is contained in:
killing
2012-05-30 14:11:33 +08:00
parent 48b1b8a4b1
commit d535ad0fb2
5 changed files with 157 additions and 3 deletions

3
po.py
View File

@@ -9,5 +9,8 @@ TRANSLATION_MAP = {
'and' : u'以及另外',
'more files' : u'个文件',
'Reverted repo to status at' : u'同步目录内容还原到',
'Merged ' : u'合并了',
'\'s changes' : u' 的修改',
'other' : u'其他人',
'Merged others\' changes' : u'合并了其他人的修改',
}