From f9e54565787d57550e3ad2216b59b4533072e1ab Mon Sep 17 00:00:00 2001 From: beta Date: Wed, 20 Feb 2013 12:58:11 +0800 Subject: [PATCH 1/2] Add Chinese (traditional) translation. --- .../LDAPSecurityRealm/config_zh_TW.properties | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_TW.properties b/src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_TW.properties index b78ded6..34c874a 100644 --- a/src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_TW.properties +++ b/src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_TW.properties @@ -1,6 +1,7 @@ # The MIT License # -# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# Copyright (c) 2004-2013, Sun Microsystems, Inc., Chunghwa Telecom Co., Ltd., +# and Pei-Tang Huang # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -20,6 +21,12 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Allow\ blank\ rootDN=\u5141\u8A31\u7A7A\u767D\u7684 rootDN -Server=\u4F3A\u670D\u5668 -root\ DN=Root DN +Server=\u4f3a\u670d\u5668 +root\ DN=\u6839\u76ee\u9304 DN +Allow\ blank\ rootDN=\u5141\u8a31\u7a7a\u767d\u7684\u6839\u76ee\u9304 DN +User\ search\ base=\u4f7f\u7528\u8005\u641c\u5c0b\u8d77\u9ede +User\ search\ filter=\u4f7f\u7528\u8005\u641c\u5c0b\u7be9\u9078\u689d\u4ef6 +Group\ search\ base=\u7fa4\u7d44\u641c\u5c0b\u8d77\u9ede +Manager\ DN=\u7ba1\u7406\u54e1 DN +Manager\ Password=\u7ba1\u7406\u54e1\u5bc6\u78bc +Disable\ Ldap\ Email\ Resolver=\u505c\u7528 LDAP \u96fb\u5b50\u90f5\u4ef6\u89e3\u6790\u7a0b\u5f0f From 9983b49c39b0624352982b6f56bcda6c30f58f2f Mon Sep 17 00:00:00 2001 From: beta Date: Wed, 20 Feb 2013 13:07:57 +0800 Subject: [PATCH 2/2] Ignore eclipse generated files and directories. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 000de83..54cf687 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ /target *.iml /work +/.project +/.settings +/.classpath