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 at...@apache.org on 2008/10/06 13:08:57 UTC

svn commit: r702096 - /portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/

Author: ate
Date: Mon Oct  6 04:08:56 2008
New Revision: 702096

URL: http://svn.apache.org/viewvc?rev=702096&view=rev
Log:
Adding missing scoped key for PRINCIPAL_DOES_NOT_EXIST

Modified:
    portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages.properties
    portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_en.properties
    portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ja.properties
    portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ko.properties
    portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_nl.properties
    portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ua.properties
    portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_zh.properties
    portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_zh_TW.properties

Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages.properties?rev=702096&r1=702095&r2=702096&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages.properties (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages.properties Mon Oct  6 04:08:56 2008
@@ -54,6 +54,7 @@
 org.apache.jetspeed.security.SecurityException.GROUP_DOES_NOT_EXIST = The group {0} does not exist.
 
 # resource strings for specific principal, user
+org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_DOES_NOT_EXIST = The user {0} does not exist.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_ALREADY_EXISTS = The user {0} already exists.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_IS_READ_ONLY = The user {0} is read-only.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_UPDATE_FAILURE = Failed to update user {0}.
@@ -71,6 +72,7 @@
 org.apache.jetspeed.security.SecurityException.user.ATTRIBUTE_NOT_EXTENDABLE = Adding new user attributes is not supported.
 
 # resource strings for specific principal, role
+org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_DOES_NOT_EXIST = The role {0} does not exist.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_ALREADY_EXISTS = The role {0} already exists.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_IS_READ_ONLY = The role {0} is read-only.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_UPDATE_FAILURE = Failed to update role {0}.
@@ -88,6 +90,7 @@
 org.apache.jetspeed.security.SecurityException.role.ATTRIBUTE_NOT_EXTENDABLE = Adding new role attributes is not supported.
 
 # resource strings for specific principal, group
+org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_DOES_NOT_EXIST = The group {0} does not exist.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_ALREADY_EXISTS = The group {0} already exists.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_IS_READ_ONLY = The group {0} is read-only.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_UPDATE_FAILURE = Failed to update group {0}.

Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_en.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_en.properties?rev=702096&r1=702095&r2=702096&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_en.properties (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_en.properties Mon Oct  6 04:08:56 2008
@@ -53,6 +53,7 @@
 org.apache.jetspeed.security.SecurityException.GROUP_DOES_NOT_EXIST = The group {0} does not exist.
 
 # resource strings for specific principal, user
+org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_DOES_NOT_EXIST = The user {0} does not exist.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_ALREADY_EXISTS = The user {0} already exists.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_IS_READ_ONLY = The user {0} is read-only.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_UPDATE_FAILURE = Failed to update user {0}.
@@ -70,6 +71,7 @@
 org.apache.jetspeed.security.SecurityException.user.ATTRIBUTE_NOT_EXTENDABLE = Adding new user attributes is not supported.
 
 # resource strings for specific principal, role
+org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_DOES_NOT_EXIST = The role {0} does not exist.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_ALREADY_EXISTS = The role {0} already exists.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_IS_READ_ONLY = The role {0} is read-only.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_UPDATE_FAILURE = Failed to update role {0}.
@@ -87,6 +89,7 @@
 org.apache.jetspeed.security.SecurityException.role.ATTRIBUTE_NOT_EXTENDABLE = Adding new role attributes is not supported.
 
 # resource strings for specific principal, group
+org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_DOES_NOT_EXIST = The group {0} does not exist.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_ALREADY_EXISTS = The group {0} already exists.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_IS_READ_ONLY = The group {0} is read-only.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_UPDATE_FAILURE = Failed to update group {0}.

Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ja.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ja.properties?rev=702096&r1=702095&r2=702096&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ja.properties (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ja.properties Mon Oct  6 04:08:56 2008
@@ -53,6 +53,7 @@
 org.apache.jetspeed.security.SecurityException.GROUP_DOES_NOT_EXIST = \u30b0\u30eb\u30fc\u30d7 {0} \u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
 
 # resource strings for specific principal, user
+org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_DOES_NOT_EXIST = The user {0} does not exist.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_ALREADY_EXISTS = The user {0} already exists.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_IS_READ_ONLY = The user {0} is read-only.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_UPDATE_FAILURE = Failed to update user {0}.
@@ -70,6 +71,7 @@
 org.apache.jetspeed.security.SecurityException.user.ATTRIBUTE_NOT_EXTENDABLE = Adding new user attributes is not supported.
 
 # resource strings for specific principal, role
+org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_DOES_NOT_EXIST = The role {0} does not exist.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_ALREADY_EXISTS = The role {0} already exists.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_IS_READ_ONLY = The role {0} is read-only.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_UPDATE_FAILURE = Failed to update role {0}.
@@ -87,6 +89,7 @@
 org.apache.jetspeed.security.SecurityException.role.ATTRIBUTE_NOT_EXTENDABLE = Adding new role attributes is not supported.
 
 # resource strings for specific principal, group
+org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_DOES_NOT_EXIST = The group {0} does not exist.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_ALREADY_EXISTS = The group {0} already exists.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_IS_READ_ONLY = The group {0} is read-only.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_UPDATE_FAILURE = Failed to update group {0}.

Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ko.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ko.properties?rev=702096&r1=702095&r2=702096&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ko.properties (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ko.properties Mon Oct  6 04:08:56 2008
@@ -53,6 +53,7 @@
 org.apache.jetspeed.security.SecurityException.GROUP_DOES_NOT_EXIST = \uadf8\ub8f9, {0} \uc740 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
 
 # resource strings for specific principal, user
+org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_DOES_NOT_EXIST = The user {0} does not exist.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_ALREADY_EXISTS = The user {0} already exists.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_IS_READ_ONLY = The user {0} is read-only.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_UPDATE_FAILURE = Failed to update user {0}.
@@ -70,6 +71,7 @@
 org.apache.jetspeed.security.SecurityException.user.ATTRIBUTE_NOT_EXTENDABLE = Adding new user attributes is not supported.
 
 # resource strings for specific principal, role
+org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_DOES_NOT_EXIST = The role {0} does not exist.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_ALREADY_EXISTS = The role {0} already exists.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_IS_READ_ONLY = The role {0} is read-only.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_UPDATE_FAILURE = Failed to update role {0}.
@@ -87,6 +89,7 @@
 org.apache.jetspeed.security.SecurityException.role.ATTRIBUTE_NOT_EXTENDABLE = Adding new role attributes is not supported.
 
 # resource strings for specific principal, group
+org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_DOES_NOT_EXIST = The group {0} does not exist.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_ALREADY_EXISTS = The group {0} already exists.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_IS_READ_ONLY = The group {0} is read-only.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_UPDATE_FAILURE = Failed to update group {0}.

Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_nl.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_nl.properties?rev=702096&r1=702095&r2=702096&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_nl.properties (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_nl.properties Mon Oct  6 04:08:56 2008
@@ -53,6 +53,7 @@
 org.apache.jetspeed.security.SecurityException.GROUP_DOES_NOT_EXIST = De groep {0} bestaat niet.
 
 # resource strings for specific principal, user
+org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_DOES_NOT_EXIST = The gebruiker {0} bestaat niet.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_ALREADY_EXISTS = De gebruiker {0} bestaat al.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_IS_READ_ONLY = De gebruiker {0} mag niet gewijzigd worden.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_UPDATE_FAILURE = Opslaan van de gebruiker {0} is mislukt.
@@ -70,6 +71,7 @@
 org.apache.jetspeed.security.SecurityException.user.ATTRIBUTE_NOT_EXTENDABLE = Toevoegen van nieuwe gebruikersattributen is niet mogelijk.
 
 # resource strings for specific principal, role
+org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_DOES_NOT_EXIST = The rol {0} bestaat niet.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_ALREADY_EXISTS = De rol {0} bestaat al.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_IS_READ_ONLY = De rol {0} mag niet gewijzigd worden.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_UPDATE_FAILURE = Opslaan van de rol {0} is mislukt.
@@ -87,6 +89,7 @@
 org.apache.jetspeed.security.SecurityException.role.ATTRIBUTE_NOT_EXTENDABLE = Toevoegen van nieuwe rolattributen is niet mogelijk.
 
 # resource strings for specific principal, group
+org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_DOES_NOT_EXIST = The groep {0} bestaat niet.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_ALREADY_EXISTS = De groep {0} bestaat al.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_IS_READ_ONLY = De groep {0} mag niet gewijzigd worden.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_UPDATE_FAILURE = Opslaan van de groep {0} is mislukt.

Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ua.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ua.properties?rev=702096&r1=702095&r2=702096&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ua.properties (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_ua.properties Mon Oct  6 04:08:56 2008
@@ -53,6 +53,7 @@
 org.apache.jetspeed.security.SecurityException.GROUP_DOES_NOT_EXIST = \u0413\u0440\u0443\u043f\u0438 {0} \u043d\u0435 \u0456\u0441\u043d\u0443\u0454 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0456.
 
 # resource strings for specific principal, user
+org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_DOES_NOT_EXIST = The user {0} does not exist.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_ALREADY_EXISTS = The user {0} already exists.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_IS_READ_ONLY = The user {0} is read-only.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_UPDATE_FAILURE = Failed to update user {0}.
@@ -70,6 +71,7 @@
 org.apache.jetspeed.security.SecurityException.user.ATTRIBUTE_NOT_EXTENDABLE = Adding new user attributes is not supported.
 
 # resource strings for specific principal, role
+org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_DOES_NOT_EXIST = The role {0} does not exist.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_ALREADY_EXISTS = The role {0} already exists.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_IS_READ_ONLY = The role {0} is read-only.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_UPDATE_FAILURE = Failed to update role {0}.
@@ -87,6 +89,7 @@
 org.apache.jetspeed.security.SecurityException.role.ATTRIBUTE_NOT_EXTENDABLE = Adding new role attributes is not supported.
 
 # resource strings for specific principal, group
+org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_DOES_NOT_EXIST = The group {0} does not exist.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_ALREADY_EXISTS = The group {0} already exists.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_IS_READ_ONLY = The group {0} is read-only.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_UPDATE_FAILURE = Failed to update group {0}.

Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_zh.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_zh.properties?rev=702096&r1=702095&r2=702096&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_zh.properties (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_zh.properties Mon Oct  6 04:08:56 2008
@@ -53,6 +53,7 @@
 org.apache.jetspeed.security.SecurityException.GROUP_DOES_NOT_EXIST = \u7528\u6237 {0} \u4e0d\u5b58\u5728.
 
 # resource strings for specific principal, user
+org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_DOES_NOT_EXIST = The user {0} does not exist.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_ALREADY_EXISTS = The user {0} already exists.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_IS_READ_ONLY = The user {0} is read-only.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_UPDATE_FAILURE = Failed to update user {0}.
@@ -70,6 +71,7 @@
 org.apache.jetspeed.security.SecurityException.user.ATTRIBUTE_NOT_EXTENDABLE = Adding new user attributes is not supported.
 
 # resource strings for specific principal, role
+org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_DOES_NOT_EXIST = The role {0} does not exist.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_ALREADY_EXISTS = The role {0} already exists.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_IS_READ_ONLY = The role {0} is read-only.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_UPDATE_FAILURE = Failed to update role {0}.
@@ -87,6 +89,7 @@
 org.apache.jetspeed.security.SecurityException.role.ATTRIBUTE_NOT_EXTENDABLE = Adding new role attributes is not supported.
 
 # resource strings for specific principal, group
+org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_DOES_NOT_EXIST = The group {0} does not exist.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_ALREADY_EXISTS = The group {0} already exists.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_IS_READ_ONLY = The group {0} is read-only.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_UPDATE_FAILURE = Failed to update group {0}.

Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_zh_TW.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_zh_TW.properties?rev=702096&r1=702095&r2=702096&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_zh_TW.properties (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-api/src/main/java/org/apache/jetspeed/exception/JetspeedExceptionMessages_zh_TW.properties Mon Oct  6 04:08:56 2008
@@ -53,6 +53,7 @@
 org.apache.jetspeed.security.SecurityException.GROUP_DOES_NOT_EXIST = \u7fa4\u7d44 {0} \u4e0d\u5b58\u5728. 
 
 # resource strings for specific principal, user
+org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_DOES_NOT_EXIST = The user {0} does not exist.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_ALREADY_EXISTS = The user {0} already exists.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_IS_READ_ONLY = The user {0} is read-only.
 org.apache.jetspeed.security.SecurityException.user.PRINCIPAL_UPDATE_FAILURE = Failed to update user {0}.
@@ -70,6 +71,7 @@
 org.apache.jetspeed.security.SecurityException.user.ATTRIBUTE_NOT_EXTENDABLE = Adding new user attributes is not supported.
 
 # resource strings for specific principal, role
+org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_DOES_NOT_EXIST = The role {0} does not exist.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_ALREADY_EXISTS = The role {0} already exists.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_IS_READ_ONLY = The role {0} is read-only.
 org.apache.jetspeed.security.SecurityException.role.PRINCIPAL_UPDATE_FAILURE = Failed to update role {0}.
@@ -87,6 +89,7 @@
 org.apache.jetspeed.security.SecurityException.role.ATTRIBUTE_NOT_EXTENDABLE = Adding new role attributes is not supported.
 
 # resource strings for specific principal, group
+org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_DOES_NOT_EXIST = The group {0} does not exist.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_ALREADY_EXISTS = The group {0} already exists.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_IS_READ_ONLY = The group {0} is read-only.
 org.apache.jetspeed.security.SecurityException.group.PRINCIPAL_UPDATE_FAILURE = Failed to update group {0}.



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