shinsuke 2005/02/20 15:00:25
Modified:
applications/demo/src/java/org/apache/portals/applications/desktop/resources
Bookmark_en.properties
applications/gems/src/java/org/apache/portals/gems/browser/resources
Browser_en.properties
applications/jsf-demo/src/java/org/apache/portals/applications/desktop/resources
Calendar_en.properties
applications/pam/src/java/org/apache/jetspeed/portlets/pam/resources
PAMResources_en.properties
applications/pam/src/java/org/apache/jetspeed/portlets/site/resources
SiteResources_en.properties
applications/rss/src/java/org/apache/portals/applications/rss/resources
RssResources_en.properties
applications/security/src/java/org/apache/jetspeed/portlets/security/resources
UsersResources_en.properties
applications/struts-demo/src/java/org/apache/struts/webapp/example
AlternateApplicationResources_en.properties
portals-bridges/library/spring
exampleResources_en.properties
Log:
added LOCALIZATION MAINTAINER
Revision Changes Path
1.2 +19 -1
jakarta-jetspeed-2/applications/demo/src/java/org/apache/portals/applications/desktop/resources/Bookmark_en.properties
Index: Bookmark_en.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/demo/src/java/org/apache/portals/applications/desktop/resources/Bookmark_en.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Bookmark_en.properties 19 Nov 2004 21:53:12 -0000 1.1
+++ Bookmark_en.properties 20 Feb 2005 23:00:24 -0000 1.2
@@ -1,3 +1,21 @@
+# 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$
+#
+# LOCALIZATION MAINTAINER:
+# Jetspeed Development Team
+
javax.portlet.title = Bookmark Portlet 2
javax.portlet.short-title = Bookmark2
javax.portlet.keywords = Bookmark
@@ -12,4 +30,4 @@
help.title = Help Mode
help.text = The Bookmark portlet tracks URLs in your portal. This example
keeps a simple linear list of bookmarks. \
A bookmark can contain the name and URL of a website. By clicking on a
link, you will navigate to the bookmark in a new window. \
- To add and remove bookmarks, go into the portlet window's edit mode.
\ No newline at end of file
+ To add and remove bookmarks, go into the portlet window's edit mode.
1.3 +19 -0
jakarta-jetspeed-2/applications/gems/src/java/org/apache/portals/gems/browser/resources/Browser_en.properties
Index: Browser_en.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/gems/src/java/org/apache/portals/gems/browser/resources/Browser_en.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Browser_en.properties 11 Jan 2005 09:32:28 -0000 1.2
+++ Browser_en.properties 20 Feb 2005 23:00:25 -0000 1.3
@@ -1,3 +1,22 @@
+# 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$
+#
+# LOCALIZATION MAINTAINER:
+# Jetspeed Development Team
+
javax.portlet.title = Database Browser
javax.portlet.short-title = DB
javax.portlet.keywords = database, sql
1.2 +19 -0
jakarta-jetspeed-2/applications/jsf-demo/src/java/org/apache/portals/applications/desktop/resources/Calendar_en.properties
Index: Calendar_en.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/jsf-demo/src/java/org/apache/portals/applications/desktop/resources/Calendar_en.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Calendar_en.properties 19 Nov 2004 21:53:11 -0000 1.1
+++ Calendar_en.properties 20 Feb 2005 23:00:25 -0000 1.2
@@ -1,3 +1,22 @@
+# 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$
+#
+# LOCALIZATION MAINTAINER:
+# Jetspeed Development Team
+
javax.portlet.title = Calendar Portlet
javax.portlet.short-title = Calendar
javax.portlet.keywords = calendar
1.2 +3 -1
jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/resources/PAMResources_en.properties
Index: PAMResources_en.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/resources/PAMResources_en.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PAMResources_en.properties 10 Feb 2005 22:10:58 -0000 1.1
+++ PAMResources_en.properties 20 Feb 2005 23:00:25 -0000 1.2
@@ -14,6 +14,8 @@
#
# $Id$
#
+# LOCALIZATION MAINTAINER:
+# Jetspeed Development Team
pam.details.name=Name
pam.details.name.description=The Name of this item
1.2 +3 -1
jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/site/resources/SiteResources_en.properties
Index: SiteResources_en.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/site/resources/SiteResources_en.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SiteResources_en.properties 10 Feb 2005 22:10:59 -0000 1.1
+++ SiteResources_en.properties 20 Feb 2005 23:00:25 -0000 1.2
@@ -14,6 +14,8 @@
#
# $Id$
#
+# LOCALIZATION MAINTAINER:
+# Jetspeed Development Team
# general validation errors
errors.required = Field {0} is a required field.
1.2 +3 -1
jakarta-jetspeed-2/applications/rss/src/java/org/apache/portals/applications/rss/resources/RssResources_en.properties
Index: RssResources_en.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/rss/src/java/org/apache/portals/applications/rss/resources/RssResources_en.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RssResources_en.properties 10 Feb 2005 22:10:59 -0000 1.1
+++ RssResources_en.properties 20 Feb 2005 23:00:25 -0000 1.2
@@ -14,6 +14,8 @@
#
# $Id$
#
+# LOCALIZATION MAINTAINER:
+# Jetspeed Development Team
error.not.valid = This does not appear to be an RSS document
error.invalid.type = Unable to display for this browser
1.2 +3 -1
jakarta-jetspeed-2/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/UsersResources_en.properties
Index: UsersResources_en.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/UsersResources_en.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- UsersResources_en.properties 10 Feb 2005 22:10:59 -0000 1.1
+++ UsersResources_en.properties 20 Feb 2005 23:00:25 -0000 1.2
@@ -14,6 +14,8 @@
#
# $Id$
#
+# LOCALIZATION MAINTAINER:
+# Jetspeed Development Team
## change password
chgpwd.error.invalidPassword=Current password invalid
1.2 +6 -1
jakarta-jetspeed-2/applications/struts-demo/src/java/org/apache/struts/webapp/example/AlternateApplicationResources_en.properties
Index: AlternateApplicationResources_en.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/struts-demo/src/java/org/apache/struts/webapp/example/AlternateApplicationResources_en.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AlternateApplicationResources_en.properties 10 Feb 2005 22:10:59
-0000 1.1
+++ AlternateApplicationResources_en.properties 20 Feb 2005 23:00:25
-0000 1.2
@@ -11,7 +11,12 @@
# 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$
+#
+# LOCALIZATION MAINTAINER:
+# Jetspeed Development Team
+
prompt.password=Enter your Password here ==>
struts.logo.path=/struts-power.gif
struts.logo.alt=Powered by Struts
1.2 +19 -0
jakarta-jetspeed-2/portals-bridges/library/spring/exampleResources_en.properties
Index: exampleResources_en.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portals-bridges/library/spring/exampleResources_en.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exampleResources_en.properties 10 Feb 2005 22:10:59 -0000 1.1
+++ exampleResources_en.properties 20 Feb 2005 23:00:25 -0000 1.2
@@ -1,3 +1,22 @@
+# 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$
+#
+# LOCALIZATION MAINTAINER:
+# Jetspeed Development Team
+
# general validation errors
errors.required = Field {0} is a required field.
errors.range = Field {0} is out of range: [{1} - {2}]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]