diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-01 19:43:59 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-01 19:43:59 +0000 |
commit | 4ff8386e3dfee800591e7f856a26ccc700149b02 (patch) | |
tree | 75cd4a45ab9e0298299c821029d6066c29bfbc2b /lang/zh.yml | |
parent | cb6c8bee473332dfacea8d53745eb75407877a06 (diff) | |
download | redmine-4ff8386e3dfee800591e7f856a26ccc700149b02.tar.gz redmine-4ff8386e3dfee800591e7f856a26ccc700149b02.zip |
Initial commit for svn repository management and access control:
* Identifier attribute added on Project model. Used as the unix group name for the project
* Web services (disabled by default) and scripts for repository management on a remote svn host
git-svn-id: http://redmine.rubyforge.org/svn/trunk@396 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/zh.yml')
-rw-r--r-- | lang/zh.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/zh.yml b/lang/zh.yml index b4b57f4a0..1496583fa 100644 --- a/lang/zh.yml +++ b/lang/zh.yml @@ -149,6 +149,7 @@ field_subproject: 子项目 field_hours: Hours
field_activity: 活动
field_spent_on: 日期
+field_identifier: Identifier
setting_app_title: 应用程序标题
setting_app_subtitle: 应用程序子标题
@@ -164,6 +165,7 @@ setting_text_formatting: 文本格式 setting_wiki_compression: Wiki history compression
setting_feeds_limit: Feed content limit
setting_autofetch_changesets: Autofetch SVN commits
+setting_sys_api_enabled: Enable WS for repository management
label_user: 用户
label_user_plural: 用户列表
@@ -397,6 +399,7 @@ text_journal_deleted: 已删除 text_tip_task_begin_day: 开始于此
text_tip_task_end_day: 在此结束
text_tip_task_begin_end_day: 开始并结束于此
+text_project_identifier_info: '12 characters maximum. Letters (a-z), numbers (0-9) and dashes allowed.<br />Once saved, the identifier can not be changed.'
default_role_manager: 管理员
default_role_developper: 开发人员
|