You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sh...@apache.org on 2005/10/28 01:03:20 UTC

svn commit: r328974 - in /portals/jetspeed-2/trunk: applications/pam/src/java/org/apache/jetspeed/portlets/profiler/resources/ applications/security/src/java/org/apache/jetspeed/portlets/security/resources/ jetspeed-api/src/java/org/apache/jetspeed/exc...

Author: shinsuke
Date: Thu Oct 27 16:03:12 2005
New Revision: 328974

URL: http://svn.apache.org/viewcvs?rev=328974&view=rev
Log:
added en properties

Added:
    portals/jetspeed-2/trunk/applications/pam/src/java/org/apache/jetspeed/portlets/profiler/resources/ProfilerResources_en.properties   (with props)
    portals/jetspeed-2/trunk/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/RoleMgtResources_en.properties   (with props)
    portals/jetspeed-2/trunk/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/SSOResources_en.properties   (with props)
    portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_en.properties   (with props)

Added: portals/jetspeed-2/trunk/applications/pam/src/java/org/apache/jetspeed/portlets/profiler/resources/ProfilerResources_en.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/pam/src/java/org/apache/jetspeed/portlets/profiler/resources/ProfilerResources_en.properties?rev=328974&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/applications/pam/src/java/org/apache/jetspeed/portlets/profiler/resources/ProfilerResources_en.properties (added)
+++ portals/jetspeed-2/trunk/applications/pam/src/java/org/apache/jetspeed/portlets/profiler/resources/ProfilerResources_en.properties Thu Oct 27 16:03:12 2005
@@ -0,0 +1,32 @@
+# Copyright 2004 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# $Id: ProfilerResources.properties 187783 2004-10-21 01:45:50Z taylor $
+#
+profiler.title.rules=Rules
+profiler.rule.title=Rule Title
+profiler.rule.id=Rule Id
+profiler.rule.class=Rule Class
+profiler.rule.save=Save
+profiler.rule.new=New
+profiler.rule.cancel=Cancel
+profiler.rule.remove=Remove
+criteria.title=Rule Criteria
+criteria.new=New Criteria
+criteria.remove=Remove Criteria
+criterion.name=Name
+criterion.value=Value
+criterion.fallback.order=Order
+criterion.resolver=Resolver Type
+criterion.fallback.type=Fallback
\ No newline at end of file

Propchange: portals/jetspeed-2/trunk/applications/pam/src/java/org/apache/jetspeed/portlets/profiler/resources/ProfilerResources_en.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/RoleMgtResources_en.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/RoleMgtResources_en.properties?rev=328974&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/RoleMgtResources_en.properties (added)
+++ portals/jetspeed-2/trunk/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/RoleMgtResources_en.properties Thu Oct 27 16:03:12 2005
@@ -0,0 +1,30 @@
+viewRoles = View Roles
+addRole = Add Role
+editRole = Edit Role
+removeRole = Remove Role
+
+invalidSelectedRoles = Invalid number of roles selected.
+invalidSelectedRolesDetail = Please select only one role when editing.
+viewRoleInfo = Please click on the role link to add a new role to a given role.
+selectHeader = Select
+roleHierarchy = Role Hierarchy
+
+currentParentRolePath = Current Parent Role Path:
+currentParentRoleName = Current Parent Role Name:
+roleNameLabel = Role Name
+
+currentRolePath = Current Role Path:
+currentRoleName = Current Role Name:
+
+addRoleInfo=To add more than 1 role in the role hierarchy, use "." as a separator. E.g. manager.sales will create the role hierarchy /manager/sales.
+
+availableUsersHeader = Available Users
+selectedUsersHeader = Selected Users
+
+username = Username
+firstname = First Name
+lastname = Last Name
+scrollerPages = Page {0} / {1}
+
+addUserToRole = Add User to Role
+addGroupToRole = Add Group to Role
\ No newline at end of file

Propchange: portals/jetspeed-2/trunk/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/RoleMgtResources_en.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/SSOResources_en.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/SSOResources_en.properties?rev=328974&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/SSOResources_en.properties (added)
+++ portals/jetspeed-2/trunk/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/SSOResources_en.properties Thu Oct 27 16:03:12 2005
@@ -0,0 +1,7 @@
+refresh = Refresh
+new = New
+save = Save
+delete = Delete
+deleteQuestion = OK to delete?
+add = Add
+

Propchange: portals/jetspeed-2/trunk/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/SSOResources_en.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_en.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_en.properties?rev=328974&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_en.properties (added)
+++ portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_en.properties Thu Oct 27 16:03:12 2005
@@ -0,0 +1,17 @@
+org.apache.jetspeed.security.SecurityException.PRINCIPAL_DOES_NOT_EXIST = The principal {0} does not exist.
+org.apache.jetspeed.security.SecurityException.PERMISSION_DOES_NOT_EXIST = The permission {0} does not exist.
+org.apache.jetspeed.security.SecurityException.USER_ALREADY_EXISTS = The user {0} already exists.
+org.apache.jetspeed.security.SecurityException.USER_DOES_NOT_EXIST = The user {0} does not exist.
+org.apache.jetspeed.security.SecurityException.ROLE_ALREADY_EXISTS = The role {0} already exists.
+org.apache.jetspeed.security.SecurityException.ROLE_DOES_NOT_EXIST = The role {0} does not exist.
+org.apache.jetspeed.security.SecurityException.GROUP_ALREADY_EXISTS = The group {0} already exists.
+org.apache.jetspeed.security.SecurityException.GROUP_DOES_NOT_EXIST = The group {0} does not exist.
+org.apache.jetspeed.security.SecurityException.EMPTY_PARAMETER = Invalid null or empty parameter {0}.
+org.apache.jetspeed.security.SecurityException.INVALID_PASSWORD = Invalid password.
+org.apache.jetspeed.security.SecurityException.INVALID_NEW_PASSWORD = Invalid new password.
+org.apache.jetspeed.security.SecurityException.INCORRECT_PASSWORD = Incorrect password.
+org.apache.jetspeed.security.SecurityException.PASSWORD_REQUIRED = Password required.
+org.apache.jetspeed.security.SecurityException.INVALID_AUTHENTICATION_PROVIDER = Invalid authentication provider {0}.
+org.apache.jetspeed.security.SecurityException.PASSWORD_ALREADY_USED = Password already used.
+org.apache.jetspeed.security.SecurityException.ANONYMOUS_USER_PROTECTED = The user {0} is protected.
+org.apache.jetspeed.security.SecurityException.UNEXPECTED = Unexpected security error at {0} from {1}: {2}

Propchange: portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_en.properties
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org