You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/09/06 20:17:28 UTC

svn commit: r440818 - /maven/shared/trunk/maven-user/maven-user-controller/src/main/resources/localization/MavenUser.properties

Author: carlos
Date: Wed Sep  6 11:17:27 2006
New Revision: 440818

URL: http://svn.apache.org/viewvc?view=rev&rev=440818
Log:
Moved error messages to maven-user

Modified:
    maven/shared/trunk/maven-user/maven-user-controller/src/main/resources/localization/MavenUser.properties

Modified: maven/shared/trunk/maven-user/maven-user-controller/src/main/resources/localization/MavenUser.properties
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-user/maven-user-controller/src/main/resources/localization/MavenUser.properties?view=diff&rev=440818&r1=440817&r2=440818
==============================================================================
--- maven/shared/trunk/maven-user/maven-user-controller/src/main/resources/localization/MavenUser.properties (original)
+++ maven/shared/trunk/maven-user/maven-user-controller/src/main/resources/localization/MavenUser.properties Wed Sep  6 11:17:27 2006
@@ -1,6 +1,6 @@
-// ----------------------------------------------------------------------
-// COMMONS
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# COMMONS
+# ----------------------------------------------------------------------
 webwork.date=MMM dd, yyyy hh:mm:ss aaa z
 
 message.success = Success
@@ -30,9 +30,9 @@
 login.submit = Login
 login.bad_login_password = Wrong username or password
 
-// ----------------------------------------------------------------------
-// Page: Add/Edit/DeleteUsers
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: Add/Edit/DeleteUsers
+# ----------------------------------------------------------------------
 
 user.username = User Name
 user.password = Password
@@ -50,9 +50,9 @@
 role.section.title = Roles List
 role.rolename = Roles
 
-// ----------------------------------------------------------------------
-// Page: Change User Password
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: Change User Password
+# ----------------------------------------------------------------------
 user.change.password.page.title = Continuum - Change User Password
 user.change.password.section.title = Change User Password
 user.current.password = Current Password
@@ -60,3 +60,16 @@
 user.confirm.password = Confirm Password
 user.invalid.current.password.error = Invalid current password
 user.password.mismatch.error = Password mismatch
+
+# ----------------------------------------------------------------------
+# Errors
+# ----------------------------------------------------------------------
+error.page.title = Error
+error.exception.message = Exception Message:
+
+error.403.title = Access is denied
+error.403.detail = Access to the specified resource has been forbidden.
+error.404.title = Page not found
+error.404.detail = The requested resource is not available.
+error.500.title = An Internal Error Has Occurred!
+error.500.detail = The server was not able of performing the request. Please try again later. Contact the administrator if this problem persists.