Author: kwright
Date: Tue Sep 11 21:44:29 2012
New Revision: 1383629

URL: http://svn.apache.org/viewvc?rev=1383629&view=rev
Log:
Reformat, and add i18n support.

Modified:
    
manifoldcf/branches/CONNECTORS-515/connectors/ldap/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/ldap/common_en_US.properties
    
manifoldcf/branches/CONNECTORS-515/connectors/ldap/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/ldap/common_ja_JP.properties

Modified: 
manifoldcf/branches/CONNECTORS-515/connectors/ldap/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/ldap/common_en_US.properties
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-515/connectors/ldap/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/ldap/common_en_US.properties?rev=1383629&r1=1383628&r2=1383629&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-515/connectors/ldap/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/ldap/common_en_US.properties
 (original)
+++ 
manifoldcf/branches/CONNECTORS-515/connectors/ldap/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/ldap/common_en_US.properties
 Tue Sep 11 21:44:29 2012
@@ -13,9 +13,13 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-LDAP.something=something
-
-
+LDAP.LDAP=LDAP
+LDAP.LDAPServerURLColon=LDAP server URL:
+LDAP.UserSearchBaseColon=User search base:
+LDAP.UserSearchFilterColon=User search filter:
+LDAP.GroupSearchBaseColon=Group search base:
+LDAP.GroupSearchFilterColon=Group search filter:
+LDAP.GroupNameAttributeColon=Group name attribute:
 
 
 

Modified: 
manifoldcf/branches/CONNECTORS-515/connectors/ldap/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/ldap/common_ja_JP.properties
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-515/connectors/ldap/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/ldap/common_ja_JP.properties?rev=1383629&r1=1383628&r2=1383629&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-515/connectors/ldap/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/ldap/common_ja_JP.properties
 (original)
+++ 
manifoldcf/branches/CONNECTORS-515/connectors/ldap/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/ldap/common_ja_JP.properties
 Tue Sep 11 21:44:29 2012
@@ -13,5 +13,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-LDAP.something=something
+LDAP.LDAP=LDAP
+LDAP.LDAPServerURLColon=LDAP server URL:
+LDAP.UserSearchBaseColon=User search base:
+LDAP.UserSearchFilterColon=User search filter:
+LDAP.GroupSearchBaseColon=Group search base:
+LDAP.GroupSearchFilterColon=Group search filter:
+LDAP.GroupNameAttributeColon=Group name attribute:
 


Reply via email to