You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by vk...@apache.org on 2009/04/15 23:30:03 UTC

svn commit: r765367 [3/6] - in /portals/applications/demo/trunk: ./ src/main/java/org/apache/jetspeed/demo/css/resources/ src/main/java/org/apache/jetspeed/demo/customerInfo/ src/main/java/org/apache/jetspeed/demo/customerInfo/resources/ src/main/java/...

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/helloworld/resources/HelloWorldResources_zh_TW.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/helloworld/resources/HelloWorldResources_zh_TW.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/helloworld/resources/HelloWorldResources_zh_TW.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/helloworld/resources/HelloWorldResources_zh_TW.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,34 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: HelloWorldResources_zh.properties 187858 2004-10-30 00:12:18Z shinsuke $
+#
+# LOCALIZATION MAINTAINER:
+#  Cubehead Fang <cu...@gmail.com>
+
+# portlet info
+javax.portlet.title=HelloWorld
+javax.portlet.short-title=\u9019\u662f\u4e00\u500b\u5c0f\u6a19\u984c
+javax.portlet.keywords=\u6e2c\u8a66
+
+# HelloWorld.java
+helloworld.label.InitParamHello=\u521d\u59cb\u53c3\u6578'Hello'
+
+# hello.jsp
+hello.label.ThisIsATestLine=\u9019\u662f\u6e2c\u8a66\u884c
+hello.label.TestAtPlutoOrg=test@pluto.org
+hello.label.WeNeedToDoSomething=Hello World--\u6211\u5011\u6703\u505a\u7684\u66f4\u597d...
+hello.label.PortletModeIs=Portlet\u6a21\u5f0f\u662f <b>{0}</b>
+hello.label.WindowStateIs=\u8996\u7a97\u72c0\u614b\u662f <b>{0}</b>
+

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,27 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: PreferenceResources.properties 516448 2007-03-09 16:25:47Z ate $
+
+# PreferencePortlet.java
+preference.label.MyModeIsView=My Mode is view.
+preference.label.processActionIWasInvoked=processAction() I was invoked {0} times!
+preference.label.IWasInvoked=--------------------------- I was invoked!!!---------------------------------
+
+# pref-view.jsp
+prefview.label.PreferenceList=Preference List
+prefview.label.ViewMe=View Me!!!
+prefview.label.InvokeMyAction=Invoke My Action!!!
+prefview.label.Parameter=Parameter:
+prefview.label.value=value

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_en.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_en.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_en.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_en.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,36 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: PreferenceResources_en.properties 516448 2007-03-09 16:25:47Z ate $
+#
+# LOCALIZATION MAINTAINER:
+#  Jetspeed Development Team
+
+# portlet info
+javax.portlet.title=Preference Test
+javax.portlet.short-title=Preference Test
+javax.portlet.title=Preferences
+
+# PreferencePortlet.java
+preference.label.MyModeIsView=My Mode is view.
+preference.label.processActionIWasInvoked=processAction() I was invoked {0} times!
+preference.label.IWasInvoked=--------------------------- I was invoked!!!---------------------------------
+
+# pref-view.jsp
+prefview.label.PreferenceList=Preference List
+prefview.label.noactionjustrender=No action just render
+prefview.label.ViewMe=View Me!!!
+prefview.label.InvokeMyAction=Invoke My Action!!!
+prefview.label.Parameter=Parameter:
+prefview.label.value=value

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_es.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_es.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_es.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_es.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,35 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: PreferenceResources_en.properties 187858 2004-10-30 00:12:18Z shinsuke $
+#
+# LOCALIZATION MAINTAINER:
+#  Jetspeed Development Team
+
+# portlet info
+javax.portlet.title=Prueba de preferencias
+javax.portlet.short-title=Preferencias (Test)
+
+# PreferencePortlet.java
+preference.label.MyModeIsView=Mi modo es <i>view</i>.
+preference.label.processActionIWasInvoked=\u00a1Se llam\u00f3 a processAction() {0} veces!
+preference.label.IWasInvoked=--------------------------- \u00a1\u00a1\u00a1me llamaron!!!---------------------------------
+
+# pref-view.jsp
+prefview.label.PreferenceList=Lista de preferencias
+prefview.label.noactionjustrender=Sin acci\u00f3n, s\u00f3lo <i>render</i>
+prefview.label.ViewMe=\u00a1\u00a1\u00a1M\u00edrame!!!
+prefview.label.InvokeMyAction=\u00a1\u00a1\u00a1Llama a la acci\u00f3n!!!
+prefview.label.Parameter=Par\u00e1metro:
+prefview.label.value=valor

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_hu.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_hu.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_hu.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_hu.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,36 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: PreferenceResources_en.properties 187858 2004-10-30 00:12:18Z shinsuke $
+#
+# LOCALIZATION MAINTAINER:
+#  Jetspeed Development Team
+
+# portlet info
+javax.portlet.title=Tulajdons\u00e1gok Teszt
+javax.portlet.short-title=Tulajdons\u00e1gok Teszt
+javax.portlet.title=Tulajdons\u00e1gok
+
+# PreferencePortlet.java
+preference.label.MyModeIsView=N\u00e9zet m\u00f3dban vagyok.
+preference.label.processActionIWasInvoked=processAction() {0} h\u00edvtak meg!
+preference.label.IWasInvoked=--------------------------- Megh\u00edvtak!!!---------------------------------
+
+# pref-view.jsp
+prefview.label.PreferenceList=Tulajdons\u00e1gok lista
+prefview.label.noactionjustrender=Nincsen akci\u00f3, csak rajzol\u00e1s
+prefview.label.ViewMe=N\u00e9zz meg!!!
+prefview.label.InvokeMyAction=H\u00edvd meg az akci\u00f3mat!!!
+prefview.label.Parameter=Param\u00e9ter:
+prefview.label.value=\u00c9rt\u00e9k

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_it.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_it.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_it.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_it.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,37 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+#
+# Italian version by Dessì Massimiliano  <a href="desmax74@yahoo.it.it">desmax74@yahoo.it</a>.
+# Vers 1.0 jetspeed 2.0   08/10/2004
+# $Id: PreferenceResources_it.properties 516448 2007-03-09 16:25:47Z ate $
+
+
+# portlet info
+javax.portlet.title=Test preferenze
+javax.portlet.short-title=Test preferenze
+javax.portlet.title=Preferenze
+
+# PreferencePortlet.java
+preference.label.MyModeIsView=Il mio modo è view.
+preference.label.processActionIWasInvoked=processAction() invocata {0} volte!
+preference.label.IWasInvoked=--------------------------- Invocata!!!---------------------------------
+
+# pref-view.jsp
+prefview.label.PreferenceList=Lista preferenze
+prefview.label.noactionjustrender=Nessuna azione da visualizzare
+prefview.label.ViewMe=Guardami !!!
+prefview.label.InvokeMyAction=Invoca la mia action !!!
+prefview.label.Parameter=Parametro:
+prefview.label.value=valore

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_ja.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_ja.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_ja.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_ja.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,36 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: PreferenceResources_ja.properties 516448 2007-03-09 16:25:47Z ate $
+#
+# LOCALIZATION MAINTAINER:
+#  Shinsuke Sugaya <sh...@yahoo.co.jp>
+
+# portlet info
+javax.portlet.title=\u30D7\u30EA\u30D5\u30A1\u30EC\u30F3\u30B9\u30C6\u30B9\u30C8
+javax.portlet.short-title=\u30D7\u30EA\u30D5\u30A1\u30EC\u30F3\u30B9\u30C6\u30B9\u30C8
+javax.portlet.title=\u30D7\u30EA\u30D5\u30A1\u30EC\u30F3\u30B9
+
+# PreferencePortlet.java
+preference.label.MyModeIsView=\u73FE\u5728\u306E\u30E2\u30FC\u30C9\u306F VIEW \u3067\u3059\u3002
+preference.label.processActionIWasInvoked=\u547C\u3073\u51FA\u3057\u305F processAction() \u306F {0} \u56DE
+preference.label.IWasInvoked=--------------------------- \u547C\u3073\u51FA\u3055\u308C\u307E\u3057\u305F!!!---------------------------------
+
+# pref-view.jsp
+prefview.label.PreferenceList=\u30D7\u30EA\u30D5\u30A1\u30EC\u30F3\u30B9\u30EA\u30B9\u30C8
+prefview.label.noactionjustrender=\u63CF\u753B\u3059\u308B\u305F\u3081\u306E\u30A2\u30AF\u30B7\u30E7\u30F3\u306F\u3042\u308A\u307E\u305B\u3093
+prefview.label.ViewMe=\u8868\u793A\u3057\u3066\u307F\u3066\uFF01
+prefview.label.InvokeMyAction=\u30A2\u30AF\u30B7\u30E7\u30F3\u3092\u547C\u3073\u51FA\u3057\u3066\uFF01
+prefview.label.Parameter=\u30D1\u30E9\u30E1\u30FC\u30BF:
+prefview.label.value=\u5024

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_ko.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_ko.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_ko.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_ko.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,36 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: PreferenceResources_en.properties 187858 2004-10-30 00:12:18Z shinsuke $
+#
+# LOCALIZATION MAINTAINER:
+#  Jetspeed Development Team
+
+# portlet info
+javax.portlet.title=\uc120\ud0dd\uc0ac\ud56d \uc2dc\ud5d8
+javax.portlet.short-title=\uc120\ud0dd\uc0ac\ud56d \uc2dc\ud5d8
+javax.portlet.title=\uc120\ud0dd\uc0ac\ud56d
+
+# PreferencePortlet.java
+preference.label.MyModeIsView=\ub098\uc758 \ubaa8\ub4dc\ub294 \ubdf0\uc784.
+preference.label.processActionIWasInvoked=processAction() {0} \ubc88 \ud638\ucd9c\ub418\uc5c8\uc74c!
+preference.label.IWasInvoked=--------------------------- \ub0b4\uac00 \ud638\ucd9c\ub428!!!---------------------------------
+
+# pref-view.jsp
+prefview.label.PreferenceList=\uc120\ud0dd\uc0ac\ud56d \ubaa9\ub85d
+prefview.label.noactionjustrender=\uc5b4\ub5a4 \ud589\uc704(action)\ub3c4 \ud654\uba74\uc744 \uadf8\ub9ac\uc9c0 (render) \uc54a\ub294\ub2e4.
+prefview.label.ViewMe=\ub098\ub97c \ubdf0\uc789\ud558\ub77c!!!
+prefview.label.InvokeMyAction=\ub098\uc758 \ud589\uc704(Action)\uc744 \ud638\ucd9c\ud558\ub77c!!!
+prefview.label.Parameter=\ud30c\ub77c\ubbf8\ud130:
+prefview.label.value=\uac12

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_ua.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_ua.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_ua.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_ua.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,36 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: PreferenceResources_en.properties 187858 2004-10-30 00:12:18Z shinsuke $
+#
+# LOCALIZATION MAINTAINER:
+#  Jetspeed Development Team
+
+# portlet info
+javax.portlet.title=\u0422\u0435\u0441\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0438\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043e\u043a
+javax.portlet.short-title=\u0422\u0435\u0441\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0438\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043e\u043a
+javax.portlet.title=\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0456 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
+
+# PreferencePortlet.java
+preference.label.MyModeIsView=\u041c\u0456\u0439 \u0440\u0435\u0436\u0438\u043c - \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434.
+preference.label.processActionIWasInvoked=processAction() \u041c\u0435\u043d\u0435 \u0432\u0438\u043a\u043b\u0438\u043a\u0430\u043b\u0438 {0} \u0440\u0430\u0437\u0456\u0432!
+preference.label.IWasInvoked=--------------------------- \u041c\u0435\u043d\u0435 \u0432\u0438\u043a\u043b\u0438\u043a\u0430\u043b\u0438!!!---------------------------------
+
+# pref-view.jsp
+prefview.label.PreferenceList=\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0438\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043e\u043a
+prefview.label.noactionjustrender=\u0416\u043e\u0434\u043d\u0438\u0445 \u0434\u0456\u0439, \u043b\u0438\u0448\u0435 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434
+prefview.label.ViewMe=\u041f\u043e\u0433\u043b\u044f\u043d\u044c\u0442\u0435 \u043d\u0430 \u043c\u0435\u043d\u0435!!!
+prefview.label.InvokeMyAction=\u0412\u0438\u043a\u043b\u0438\u0447\u0442\u0435 \u043c\u043e\u044e \u0434\u0456\u044e!!!
+prefview.label.Parameter=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440:
+prefview.label.value=\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_zh.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_zh.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_zh.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_zh.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,36 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: PreferenceResources_zh.properties 516448 2007-03-09 16:25:47Z ate $
+#
+# LOCALIZATION MAINTAINER:
+#  Yi Shen <sh...@gmail.com>
+
+# portlet info
+javax.portlet.title=\u9996\u9009\u9879\u6d4b\u8bd5
+javax.portlet.short-title=\u9996\u9009\u9879\u6d4b\u8bd5
+javax.portlet.title=\u9996\u9009\u9879
+
+# PreferencePortlet.java
+preference.label.MyModeIsView=\u6211\u7684\u6a21\u5f0f\u662f view.
+preference.label.processActionIWasInvoked=processAction() \u6211\u5df2\u7ecf\u88ab\u8c03\u7528 {0} \u6b21\u4e86!
+preference.label.IWasInvoked=--------------------------- \u6211\u88ab\u8c03\u7528\u4e86!!!---------------------------------
+
+# pref-view.jsp
+prefview.label.PreferenceList=\u9996\u9009\u9879\u5217\u8868
+prefview.label.noactionjustrender=\u6ca1\u6709\u884c\u52a8\uff0c\u53ea\u662f\u518d\u73b0
+prefview.label.ViewMe=\u663e\u793a\u6211!!!
+prefview.label.InvokeMyAction=\u8c03\u7528\u6211\u7684\u884c\u4e3a!!!
+prefview.label.Parameter=\u53c2\u6570:
+prefview.label.value=\u503c

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_zh_TW.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_zh_TW.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_zh_TW.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/preferences/resources/PreferenceResources_zh_TW.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,36 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: PreferenceResources_zh.properties 187858 2004-10-30 00:12:18Z shinsuke $
+#
+# LOCALIZATION MAINTAINER:
+#  Cubehead Fang <cu...@gmail.com>
+
+# portlet info
+javax.portlet.title=\u9996\u9078\u9805\u6e2c\u8a66
+javax.portlet.short-title=\u9996\u9078\u9805\u6e2c\u8a66
+javax.portlet.title=\u9996\u9078\u9805
+
+# PreferencePortlet.java
+preference.label.MyModeIsView=\u6211\u7684\u6a21\u5f0f\u662f view.
+preference.label.processActionIWasInvoked=processAction() \u6211\u5df2\u7d93\u88ab\u8abf\u7528 {0} \u6b21\u4e86!
+preference.label.IWasInvoked=--------------------------- \u6211\u88ab\u8abf\u7528\u4e86!!!---------------------------------
+
+# pref-view.jsp
+prefview.label.PreferenceList=\u9996\u9078\u9805\u5217\u8868
+prefview.label.noactionjustrender=\u6c92\u6709\u884c\u52d5\uff0c\u53ea\u662f\u518d\u73fe
+prefview.label.ViewMe=\u986f\u793a\u6211!!!
+prefview.label.InvokeMyAction=\u8abf\u7528\u6211\u7684\u884c\u70ba!!!
+prefview.label.Parameter=\u53c3\u6578:
+prefview.label.value=\u503c

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,32 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: RoleResources.properties 516448 2007-03-09 16:25:47Z ate $
+
+# roles.jsp
+roles.label.UserRoles=User roles
+roles.label.LoginToSeeTheRoles=Login to see the roles you've been assigned
+roles.label.UserColon=User:
+roles.label.isUserInRole=isUserInRole:
+roles.label.RoleRefName=Role Ref Name
+roles.label.RoleName=Role Name
+roles.label.PortletRequest=PortletRequest
+roles.label.ServletRequest=ServletRequest
+roles.label.Administrator=Administrator
+roles.label.admin=admin
+roles.label.Manager=Manager
+roles.label.manager=manager
+roles.label.User=User
+roles.label.user=user
+roles.label.ForHelpOnRoleConfig=For help on role configuration select the help icon.

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_de.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_de.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_de.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_de.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,39 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: j2-german_translations.txt,v 1.3 2005/09/25 19:02:56 thorsten Exp $
+#
+# LOCALIZATION MAINTAINER:
+#  Thorsten Berger <je...@thorsten-berger.net>
+
+# portlet info
+javax.portlet.title=Test Rollen-Konfiguration
+javax.portlet.short-title=Test Rollen-Konfiguration
+
+# roles.jsp
+roles.label.UserRoles=Benutzer-Rollen
+roles.label.LoginToSeeTheRoles=Loggen Sie sich ein, um Ihnen zugeordnete Rollen zu sehen.
+roles.label.UserColon=User:
+roles.label.isUserInRole=isUserInRole:
+roles.label.RoleRefName=Role Ref Name
+roles.label.RoleName=Role Name
+roles.label.PortletRequest=PortletRequest
+roles.label.ServletRequest=ServletRequest
+roles.label.Administrator=Administrator
+roles.label.admin=admin
+roles.label.Manager=Manager
+roles.label.manager=manager
+roles.label.User=User
+roles.label.user=user
+roles.label.ForHelpOnRoleConfig=Benutzen Sie das Hilfe-Symbol in der Titelleiste um weitere Hilfe anzuzeigen.

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_en.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_en.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_en.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_en.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,39 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: RoleResources_en.properties 516448 2007-03-09 16:25:47Z ate $
+#
+# LOCALIZATION MAINTAINER:
+#  Jetspeed Development Team
+
+# portlet info
+javax.portlet.title=Role Security Test
+javax.portlet.short-title=Role Security Test
+
+# roles.jsp
+roles.label.UserRoles=User roles
+roles.label.LoginToSeeTheRoles=Login to see the roles you've been assigned
+roles.label.UserColon=User:
+roles.label.isUserInRole=isUserInRole:
+roles.label.RoleRefName=Role Ref Name
+roles.label.RoleName=Role Name
+roles.label.PortletRequest=PortletRequest
+roles.label.ServletRequest=ServletRequest
+roles.label.Administrator=Administrator
+roles.label.admin=admin
+roles.label.Manager=Manager
+roles.label.manager=manager
+roles.label.User=User
+roles.label.user=user
+roles.label.ForHelpOnRoleConfig=For help on role configuration select the help icon.

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_es.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_es.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_es.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_es.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,39 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: RoleResources_en.properties 187858 2004-10-30 00:12:18Z shinsuke $
+#
+# LOCALIZATION MAINTAINER:
+#  Jetspeed Development Team
+
+# portlet info
+javax.portlet.title=Prueba de Seguridad usando Roles
+javax.portlet.short-title=Seguridad de Roles
+
+# roles.jsp
+roles.label.UserRoles=Roles de usuario
+roles.label.LoginToSeeTheRoles=Con\u00e9ctese para ver los roles asignados
+roles.label.UserColon=Usuario:
+roles.label.isUserInRole=Roles:
+roles.label.RoleRefName=Nombre
+roles.label.RoleName=Rol
+roles.label.PortletRequest=Pet. Portlet
+roles.label.ServletRequest=Pet. Servlet
+roles.label.Administrator=Administrador
+roles.label.admin=admin
+roles.label.Manager=Gestor
+roles.label.manager=manager
+roles.label.User=Usuario
+roles.label.user=user
+roles.label.ForHelpOnRoleConfig=Seleccione el icono de ayuda para informarse sobre la configuraci\u00f3n de roles

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_hu.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_hu.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_hu.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_hu.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,39 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: RoleResources_en.properties 187858 2004-10-30 00:12:18Z shinsuke $
+#
+# LOCALIZATION MAINTAINER:
+#  Jetspeed Development Team
+
+# portlet info
+javax.portlet.title=Role Security Test
+javax.portlet.short-title=Role Security Test
+
+# roles.jsp
+roles.label.UserRoles=Felhaszn\u00e1l\u00f3 szerepk\u00f6r\u00f6k
+roles.label.LoginToSeeTheRoles=Jelentkezzen be, hogy megtekinthesse milyen szerepk\u00f6r\u00f6kkel rendelkezik
+roles.label.UserColon=Felhaszn\u00e1l\u00f3:
+roles.label.isUserInRole=A felhaszn\u00e1l\u00f3 az al\u00e1bbi szerepk\u00f6r\u00f6kkel rendelkezik:
+roles.label.RoleRefName=Szerepk\u00f6r referencia neve
+roles.label.RoleName=Szerepk\u00f6r neve
+roles.label.PortletRequest=PortletRequest
+roles.label.ServletRequest=ServletRequest
+roles.label.Administrator=Adminisztr\u00e1tor
+roles.label.admin=admin
+roles.label.Manager=Manager
+roles.label.manager=manager
+roles.label.User=Felhaszn\u00e1l\u00f3
+roles.label.user=user
+roles.label.ForHelpOnRoleConfig=Seg\u00edts\u00e9get a szerepk\u00f6r\u00f6k be\u00e1ll\u00edt\u00e1s\u00e1hoz a S\u00fag\u00f3 ikonra kattintva kaphat.

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_it.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_it.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_it.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_it.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,40 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+#
+# Italian version by Dessì Massimiliano  <a href="desmax74@yahoo.it.it">desmax74@yahoo.it</a>.
+# Vers 1.0 jetspeed 2.0   08/10/2004
+# $Id: RoleResources_it.properties 516448 2007-03-09 16:25:47Z ate $
+
+# portlet info
+javax.portlet.title=Test ruolo di Sicurezza
+javax.portlet.short-title=Test ruolo di Sicurezza
+
+# roles.jsp
+roles.label.UserRoles=Regole utente
+roles.label.LoginToSeeTheRoles=Autenticati per vedere i ruoli che ti sono stati assegnati
+roles.label.UserColon=Utenti:
+roles.label.isUserInRole=isUserInRole:
+roles.label.RoleRefName=Nome ruolo di riferimento
+roles.label.RoleName=Nome ruolo
+roles.label.PortletRequest=PortletRequest
+roles.label.ServletRequest=ServletRequest
+roles.label.Administrator=Amministratore
+roles.label.admin=admin
+roles.label.Manager=Manager
+roles.label.manager=manager
+roles.label.User=Utente
+roles.label.user=utente
+roles.label.ForHelpOnRoleConfig=Per avere aiuto sulla configurazione del ruolo selezionare l' icona help.
+

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_ja.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_ja.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_ja.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_ja.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,39 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: RoleResources_ja.properties 516448 2007-03-09 16:25:47Z ate $
+#
+# LOCALIZATION MAINTAINER:
+#  Shinsuke Sugaya <sh...@yahoo.co.jp>
+
+# portlet info
+javax.portlet.title=\u30ED\u30FC\u30EB\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u30C6\u30B9\u30C8
+javax.portlet.short-title=\u30ED\u30FC\u30EB\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u30C6\u30B9\u30C8
+
+# roles.jsp
+roles.label.UserRoles=\u30E6\u30FC\u30B6\u30FC\u30ED\u30FC\u30EB
+roles.label.LoginToSeeTheRoles=\u5272\u308A\u5F53\u3066\u3089\u308C\u305F\u30ED\u30FC\u30EB\u3092\u78BA\u8A8D\u3059\u308B\u306B\u306F\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044
+roles.label.UserColon=\u30E6\u30FC\u30B6\u30FC:
+roles.label.isUserInRole=isUserInRole:
+roles.label.RoleRefName=\u30ED\u30FC\u30EB\u30EA\u30D5\u30A1\u30EC\u30F3\u30B9\u540D
+roles.label.RoleName=\u30ED\u30FC\u30EB\u540D
+roles.label.PortletRequest=PortletRequest
+roles.label.ServletRequest=ServletRequest
+roles.label.Administrator=\u7BA1\u7406\u8005
+roles.label.admin=admin
+roles.label.Manager=\u30DE\u30CD\u30FC\u30B8\u30E3
+roles.label.manager=manager
+roles.label.User=\u30E6\u30FC\u30B6\u30FC
+roles.label.user=user
+roles.label.ForHelpOnRoleConfig=\u30ED\u30FC\u30EB\u69CB\u6210\u306E\u30D8\u30EB\u30D7\u306F\u30D8\u30EB\u30D7\u30A2\u30A4\u30B3\u30F3\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_ko.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_ko.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_ko.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_ko.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,39 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: RoleResources_en.properties 187858 2004-10-30 00:12:18Z shinsuke $
+#
+# LOCALIZATION MAINTAINER:
+#  Jetspeed Development Team
+
+# portlet info
+javax.portlet.title=\uc5ed\ud560 \ubcf4\uc548 \uc2dc\ud5d8
+javax.portlet.short-title=\uc5ed\ud560 \ubcf4\uc548 \uc2dc\ud5d8
+
+# roles.jsp
+roles.label.UserRoles=\uc0ac\uc6a9\uc790 \uc5ed\ud560\ub4e4
+roles.label.LoginToSeeTheRoles=\ub85c\uadf8\uc778\ud558\uc154\uc11c \uc18c\uc18d\ub41c \uc5ed\ud560\ub4e4\uc744 \ubcf4\uc2ed\uc2dc\uc624.
+roles.label.UserColon=\uc0ac\uc6a9\uc790:
+roles.label.isUserInRole=isUserInRole:
+roles.label.RoleRefName=\uc5ed\ud560 \ucc38\uc870 \uc774\ub984
+roles.label.RoleName=\uc5ed\ud560 \uc774\ub984
+roles.label.PortletRequest=PortletRequest
+roles.label.ServletRequest=ServletRequest
+roles.label.Administrator=\uc2dc\uc2a4\ud15c\uad00\ub9ac\uc790
+roles.label.admin=\uc2dc\uc2a4\ud15c\uad00\ub9ac\uc790
+roles.label.Manager=\uad00\ub9ac\uc790
+roles.label.manager=\uad00\ub9ac\uc790
+roles.label.User=\uc0ac\uc6a9\uc790
+roles.label.user=\uc0ac\uc6a9\uc790
+roles.label.ForHelpOnRoleConfig=\uc5ed\ud560 \uc124\uc815\uc5d0 \ub300\ud55c \ub3c4\uc6c0\ub9d0\uc744 \ubcf4\uc2dc\ub824\uba74 \ub3c4\uc6c0\ub9d0 \uc544\uc774\ucf58\uc744 \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624.

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_ua.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_ua.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_ua.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_ua.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,39 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: RoleResources_en.properties 187858 2004-10-30 00:12:18Z shinsuke $
+#
+# LOCALIZATION MAINTAINER:
+#  Jetspeed Development Team
+
+# portlet info
+javax.portlet.title=\u0422\u0435\u0441\u0442 \u0431\u0435\u0437\u043f\u0435\u043a\u0438 \u0440\u043e\u043b\u0456
+javax.portlet.short-title=\u0422\u0435\u0441\u0442 \u0431\u0435\u0437\u043f\u0435\u043a\u0438 \u0440\u043e\u043b\u0456
+
+# roles.jsp
+roles.label.UserRoles=\u0420\u043e\u043b\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430
+roles.label.LoginToSeeTheRoles=\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0439\u0442\u0435\u0441\u044c, \u0449\u043e\u0431 \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0432\u0430\u043c \u0440\u043e\u043b\u0456
+roles.label.UserColon=\u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447:
+roles.label.isUserInRole=isUserInRole:
+roles.label.RoleRefName=\u0406\u043c'\u044f \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0440\u043e\u043b\u044c
+roles.label.RoleName=\u0420\u043e\u043b\u044c\u043e\u0432\u0435 \u0456\u043c'\u044f
+roles.label.PortletRequest=PortletRequest
+roles.label.ServletRequest=ServletRequest
+roles.label.Administrator=\u0410\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0430\u0442\u043e\u0440
+roles.label.admin=\u0430\u0434\u043c\u0456\u043d
+roles.label.Manager=\u041c\u0435\u043d\u0435\u0434\u0436\u0435\u0440
+roles.label.manager=\u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440
+roles.label.User=\u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447
+roles.label.user=\u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447
+roles.label.ForHelpOnRoleConfig=\u0414\u043b\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438 \u043f\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0438\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0440\u043e\u043b\u0435\u0439, \u0432\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u0456\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u0443 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438.

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_zh.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_zh.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_zh.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_zh.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,39 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: RoleResources_zh.properties 516448 2007-03-09 16:25:47Z ate $
+#
+# LOCALIZATION MAINTAINER:
+#  Yi Shen <sh...@gmail.com>
+
+# portlet info
+javax.portlet.title=\u89d2\u8272\u5b89\u5168\u6027\u6d4b\u8bd5
+javax.portlet.short-title=\u89d2\u8272\u5b89\u5168\u6027\u6d4b\u8bd5
+
+# roles.jsp
+roles.label.UserRoles=\u7528\u6237\u89d2\u8272
+roles.label.LoginToSeeTheRoles=\u767b\u5f55\u770b\u770b\u60a8\u88ab\u5206\u914d\u4e86\u4ec0\u4e48\u89d2\u8272
+roles.label.UserColon=\u7528\u6237:
+roles.label.isUserInRole=isUserInRole:
+roles.label.RoleRefName=Role Ref Name
+roles.label.RoleName=\u89d2\u8272\u540d
+roles.label.PortletRequest=Portlet\u8bf7\u6c42
+roles.label.ServletRequest=Servlet\u8bf7\u6c42
+roles.label.Administrator=\u7cfb\u7edf\u7ba1\u7406\u5458
+roles.label.admin=\u7cfb\u7edf\u7ba1\u7406
+roles.label.Manager=\u7ba1\u7406\u5458
+roles.label.manager=\u7ba1\u7406\u5458
+roles.label.User=\u7528\u6237
+roles.label.user=\u7528\u6237
+roles.label.ForHelpOnRoleConfig=\u5982\u679c\u9700\u8981\u5173\u4e8e\u89d2\u8272\u8bbe\u7f6e\u7684\u5e2e\u52a9\uff0c\u8bf7\u70b9\u51fb\u5e2e\u52a9\u56fe\u6807\u3002

Added: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_zh_TW.properties
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_zh_TW.properties?rev=765367&view=auto
==============================================================================
--- portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_zh_TW.properties (added)
+++ portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/security/resources/RoleResources_zh_TW.properties Wed Apr 15 21:29:55 2009
@@ -0,0 +1,39 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: RoleResources_zh.properties 187858 2004-10-30 00:12:18Z shinsuke $
+#
+# LOCALIZATION MAINTAINER:
+#  Cubehead Fang <cu...@gmail.com>
+
+# portlet info
+javax.portlet.title=\u89d2\u8272\u5b89\u5168\u6027\u6e2c\u8a66
+javax.portlet.short-title=\u89d2\u8272\u5b89\u5168\u6027\u6e2c\u8a66
+
+# roles.jsp
+roles.label.UserRoles=\u7528\u6236\u89d2\u8272
+roles.label.LoginToSeeTheRoles=\u767b\u9304\u770b\u770b\u60a8\u88ab\u5206\u914d\u4e86\u4ec0\u9ebc\u89d2\u8272
+roles.label.UserColon=\u7528\u6236:
+roles.label.isUserInRole=isUserInRole:
+roles.label.RoleRefName=Role Ref Name
+roles.label.RoleName=\u89d2\u8272\u540d
+roles.label.PortletRequest=Portlet\u8acb\u6c42
+roles.label.ServletRequest=Servlet\u8acb\u6c42
+roles.label.Administrator=\u7cfb\u7d71\u7ba1\u7406\u54e1
+roles.label.admin=\u7cfb\u7d71\u7ba1\u7406
+roles.label.Manager=\u7ba1\u7406\u54e1
+roles.label.manager=\u7ba1\u7406\u54e1
+roles.label.User=\u7528\u6236
+roles.label.user=\u7528\u6236
+roles.label.ForHelpOnRoleConfig=\u5982\u679c\u9700\u8981\u95dc\u65bc\u89d2\u8272\u8a2d\u7f6e\u7684\u5e6b\u52a9\uff0c\u8acb\u9ede\u64ca\u5e6b\u52a9\u5716\u793a\u3002

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.1

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_en.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources_en.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_en.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_en.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources_en.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_en.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.2

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_en.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_en.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_es.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources_es.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_es.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_es.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources_es.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_es.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_it.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources_it.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_it.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_it.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources_it.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_it.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.1

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_it.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_it.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_ja.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources_ja.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_ja.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_ja.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources_ja.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_ja.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.2

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_ja.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_ja.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_zh.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources_zh.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_zh.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_zh.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources_zh.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_zh.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.2

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_zh.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_zh.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_zh_TW.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources_zh_TW.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_zh_TW.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_zh_TW.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/AttributeScopeResources_zh_TW.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/AttributeScopeResources_zh_TW.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.1

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_en.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources_en.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_en.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_en.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources_en.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_en.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.2

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_en.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_en.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_es.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources_es.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_es.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_es.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources_es.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_es.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_it.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources_it.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_it.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_it.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources_it.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_it.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.1

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_it.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_it.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_ja.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources_ja.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_ja.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_ja.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources_ja.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_ja.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.2

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_ja.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_ja.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_zh.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources_zh.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_zh.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_zh.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources_zh.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_zh.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.2

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_zh.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_zh.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_zh_TW.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources_zh_TW.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_zh_TW.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_zh_TW.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/DisplayRequestResources_zh_TW.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/DisplayRequestResources_zh_TW.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.1

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_de.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources_de.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_de.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_de.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources_de.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_en.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources_en.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_en.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_en.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources_en.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_en.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.2

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_en.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_en.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_es.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources_es.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_es.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_es.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources_es.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_es.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_fr.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources_fr.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_fr.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_fr.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources_fr.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_fr.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.1

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_fr.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_fr.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_it.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources_it.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_it.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_it.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources_it.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_it.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.2

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_it.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_it.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_ja.properties (from r765163, portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources_ja.properties)
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_ja.properties?p2=portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_ja.properties&p1=portals/applications/demo/trunk/src/main/java/org/apache/jetspeed/demo/simple/resources/PickANumberResources_ja.properties&r1=765163&r2=765367&rev=765367&view=diff
==============================================================================
    (empty)

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_ja.properties
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.3

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_ja.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/applications/demo/trunk/src/main/resources/org/apache/portals/applications/demo/simple/resources/PickANumberResources_ja.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision