[jboss-svn-commits] JBoss Portal SVN: r5130 - in trunk/core/src/resources/portal-core-war/WEB-INF: . classes
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Sep 1 15:12:33 EDT 2006
Author: roy.russo at jboss.com
Date: 2006-09-01 15:12:31 -0400 (Fri, 01 Sep 2006)
New Revision: 5130
Modified:
trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource.properties
trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource_en.properties
trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource_es.properties
trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource_fr.properties
trunk/core/src/resources/portal-core-war/WEB-INF/portlet.xml
Log:
JBPORTAL-1014 = localization and ordering support
Modified: trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource.properties
===================================================================
--- trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource.properties 2006-09-01 19:12:11 UTC (rev 5129)
+++ trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource.properties 2006-09-01 19:12:31 UTC (rev 5130)
@@ -1,98 +1,3 @@
-#from modules/NS-User/lang/eng/global.php
-#_USERGRAPHIC=Graphics in the user page?
-#_FORCHANGES=(For changes only)
-#_LAST10SUBMISSIONS=Last 10 news submissions sent by
-#_NOINFOFOR=There is no available info for
-#_ADDFIELD=Add Fields
-#_DELETEFIELD=Delete Field and Data
-#_STRING_INSTRUCTIONS=STRINGS ONLY\: Data Length Range (1,254)
-#_OFFLINE=Offline.
-#_LAST10COMMENTS=Last 10 comments by
-#_MODIFYUSERSADDNOAUTH=Not authorised to add user
-#_USERSTATUS=Actual user status
-#_UDT_FLOAT=Float
-#_FIELD_DEACTIVATE=Deactivate
-#_USERUPDATE=Update user
-#_FIELDTYPE=Data Type
-#_FIELDLENGTH=Length
-#_MINAGEDESCR=Sets the required age to register (0\=No age check)
-#_ADDINSTRUCTIONS=Example\: _MYINT -- You must create a define in language/(current language)/global.php for this variable
-#_PASSWDNOMATCH=Sorry, the new passwords don't match. Go back and try again
-#_USERADMIN=User Administration
-#_DELETEUSER=Delete user
-#_DYNAMICDATA=Dynamic User Data
-#_MODIFYUSERSEDITNOAUTH=Not authorised to edit user
-#_UDT_CORE=Core
-#_UDT_TEXT=Text
-#_RETYPEPASSWD=Retype password
-#_FIELD_ACTIVATE=Activate
-#_MINAGE=Minimum age\:
-#_MODIFYUSERSDELNOAUTH=Not authorised to delete user
-#_ALLOWUSERS=Allow other users to view my e-mail address
-#_EDITUSER=Edit user
-#_USERPATH=User menu images path
-#_FIELD_REQUIRED=Required
-#_USERCONF=User Configuration
-#_USERID=User ID
-#_NEEDTOCOMPLETE=You need to fill in all the required fields
-#_BIO=Extra info
-#_FIELD_NA=N/A
-#_FIELDLABEL=Field Label
-#_FIELD_DEL_SURE=Are you sure you want to delete all the data for field
-#_FIELDVALIDATION=Validation
-#_MODIFYUSERSNOAUTH=Not authorised to modify users
-#_FIELD_NOEXIST=Field does not exist
-#_UDT_STRING=String
-#_FIELDWEIGHT=Weight
-#_UDT_INTEGER=Integer
-#_SURE2DELETE=Are you sure you want to delete user
-#_ADDUSERBUT=Add user
-#_LOCATION=Location
-#_FIELDACTIVE=Active
-#_ERRORINVURL=Error in URL. Could be caused by a space in the URL
-#_PASSWDLEN=Minimum users password length\:
-#_REGISTEREDUSER=Registered user \#
-#_UDT_MANDATORY=Core Required
-#_ADDUSER=Add a new user
-
-#from modules/NS-NewUser/lang/eng/global.php
-#_PRIVACYPOLICY=Privacy Policy
-#_HERE=here
-#_YOUAREREGISTERED=You are now registered. You should receive your password at the e-mail account you provided.
-#_ANDCONNECTOR=and
-#_YOUUSEDEMAIL=You or someone else has used your e-mail account
-#_TERMSOFUSE=Terms of Use
-#_ERRORMUSTAGREE=To use this site, you must agree to our Terms of Service and Privacy Policy\! Please go back and check the box to agree.
-#_USERPASS4=Password for
-#_UPASSWORD=-Password\:
-#_FOLLOWINGMEM=The following is the member information\:
-#_REGISTRATIONAGREEMENT=I agree to be bound by this website's
-#_YOURPASSIS=Your password is\:
-#_TOREGISTER=to register an account at
-#_UNICKNAME=-Username\:
-#_PASSWILLSEND=(Password will be sent to the e-mail address you enter)
-#_ASREG7=and lots of other cool stuff...
-
-#from includes/language/blocks/eng/login.php
-
-
-
-#from modules\NS-Your_Account\lang\eng\global.php
-#_ACTIVATEPERSONAL=Activate personal menu
-#_CANKNOWABOUT=(255 characters max. Type what you'd like others to know about you)
-#_CANNOTGETPASSWORD=Cannot get password dta
-#_CHANGEHOME=Change homepage
-#_CHANGEYOURINFO=Change your info
-#_CHECKTHISOPTION=(Check this option and the following text will appear on the homepage)
-#_HOMECONFIG=Homepage configuration
-#_MAX127=(max. 127):
-#_NEWSINHOME=Number of stories on the homepage
-#_SELECTTHEME=Select a theme
-#_SELECTTHETHEME=Select theme
-#_YOUCANUSEHTML=(You can use HTML code for links as an example)
-
-
-
_ASREGISTERED=Don't have an account yet? You can <a href\="index.html?module=user&op=getlogin">create one</a>.
_BLOCKNICKNAME=Username
_BLOCKPASSWORD=Password
@@ -434,3 +339,9 @@
PERMISSION_DOMAIN_MOD=Modify Domain
PERMISSION_DEFINEDROLES=Defined roles
PERMISSION_IMPLIEDROLES=Implied roles
+
+# Navigation Portlet
+PAGENAME_default=Home
+PAGENAME_Admin=Admin
+PAGENAME_Test=Test
+PAGENAME_News=News
\ No newline at end of file
Modified: trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource_en.properties
===================================================================
--- trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource_en.properties 2006-09-01 19:12:11 UTC (rev 5129)
+++ trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource_en.properties 2006-09-01 19:12:31 UTC (rev 5130)
@@ -1,98 +1,3 @@
-#from modules/NS-User/lang/eng/global.php
-#_USERGRAPHIC=Graphics in the user page?
-#_FORCHANGES=(For changes only)
-#_LAST10SUBMISSIONS=Last 10 news submissions sent by
-#_NOINFOFOR=There is no available info for
-#_ADDFIELD=Add Fields
-#_DELETEFIELD=Delete Field and Data
-#_STRING_INSTRUCTIONS=STRINGS ONLY\: Data Length Range (1,254)
-#_OFFLINE=Offline.
-#_LAST10COMMENTS=Last 10 comments by
-#_MODIFYUSERSADDNOAUTH=Not authorised to add user
-#_USERSTATUS=Actual user status
-#_UDT_FLOAT=Float
-#_FIELD_DEACTIVATE=Deactivate
-#_USERUPDATE=Update user
-#_FIELDTYPE=Data Type
-#_FIELDLENGTH=Length
-#_MINAGEDESCR=Sets the required age to register (0\=No age check)
-#_ADDINSTRUCTIONS=Example\: _MYINT -- You must create a define in language/(current language)/global.php for this variable
-#_PASSWDNOMATCH=Sorry, the new passwords don't match. Go back and try again
-#_USERADMIN=User Administration
-#_DELETEUSER=Delete user
-#_DYNAMICDATA=Dynamic User Data
-#_MODIFYUSERSEDITNOAUTH=Not authorised to edit user
-#_UDT_CORE=Core
-#_UDT_TEXT=Text
-#_RETYPEPASSWD=Retype password
-#_FIELD_ACTIVATE=Activate
-#_MINAGE=Minimum age\:
-#_MODIFYUSERSDELNOAUTH=Not authorised to delete user
-#_ALLOWUSERS=Allow other users to view my e-mail address
-#_EDITUSER=Edit user
-#_USERPATH=User menu images path
-#_FIELD_REQUIRED=Required
-#_USERCONF=User Configuration
-#_USERID=User ID
-#_NEEDTOCOMPLETE=You need to fill in all the required fields
-#_BIO=Extra info
-#_FIELD_NA=N/A
-#_FIELDLABEL=Field Label
-#_FIELD_DEL_SURE=Are you sure you want to delete all the data for field
-#_FIELDVALIDATION=Validation
-#_MODIFYUSERSNOAUTH=Not authorised to modify users
-#_FIELD_NOEXIST=Field does not exist
-#_UDT_STRING=String
-#_FIELDWEIGHT=Weight
-#_UDT_INTEGER=Integer
-#_SURE2DELETE=Are you sure you want to delete user
-#_ADDUSERBUT=Add user
-#_LOCATION=Location
-#_FIELDACTIVE=Active
-#_ERRORINVURL=Error in URL. Could be caused by a space in the URL
-#_PASSWDLEN=Minimum users password length\:
-#_REGISTEREDUSER=Registered user \#
-#_UDT_MANDATORY=Core Required
-#_ADDUSER=Add a new user
-
-#from modules/NS-NewUser/lang/eng/global.php
-#_PRIVACYPOLICY=Privacy Policy
-#_HERE=here
-#_YOUAREREGISTERED=You are now registered. You should receive your password at the e-mail account you provided.
-#_ANDCONNECTOR=and
-#_YOUUSEDEMAIL=You or someone else has used your e-mail account
-#_TERMSOFUSE=Terms of Use
-#_ERRORMUSTAGREE=To use this site, you must agree to our Terms of Service and Privacy Policy\! Please go back and check the box to agree.
-#_USERPASS4=Password for
-#_UPASSWORD=-Password\:
-#_FOLLOWINGMEM=The following is the member information\:
-#_REGISTRATIONAGREEMENT=I agree to be bound by this website's
-#_YOURPASSIS=Your password is\:
-#_TOREGISTER=to register an account at
-#_UNICKNAME=-Username\:
-#_PASSWILLSEND=(Password will be sent to the e-mail address you enter)
-#_ASREG7=and lots of other cool stuff...
-
-#from includes/language/blocks/eng/login.php
-
-
-
-#from modules\NS-Your_Account\lang\eng\global.php
-#_ACTIVATEPERSONAL=Activate personal menu
-#_CANKNOWABOUT=(255 characters max. Type what you'd like others to know about you)
-#_CANNOTGETPASSWORD=Cannot get password dta
-#_CHANGEHOME=Change homepage
-#_CHANGEYOURINFO=Change your info
-#_CHECKTHISOPTION=(Check this option and the following text will appear on the homepage)
-#_HOMECONFIG=Homepage configuration
-#_MAX127=(max. 127):
-#_NEWSINHOME=Number of stories on the homepage
-#_SELECTTHEME=Select a theme
-#_SELECTTHETHEME=Select theme
-#_YOUCANUSEHTML=(You can use HTML code for links as an example)
-
-
-
_ASREGISTERED=Don't have an account yet? You can <a href\="index.html?module=user&op=getlogin">create one</a>.
_BLOCKNICKNAME=Username
_BLOCKPASSWORD=Password
@@ -431,4 +336,10 @@
PERMISSION_MODIFYROLES=Add/Remove roles
PERMISSION_MODIFYINGROLES=Modifying roles for
PERMISSION_DOMAIN=Domain
-PERMISSION_DOMAIN_MOD=Modify Domain
\ No newline at end of file
+PERMISSION_DOMAIN_MOD=Modify Domain
+
+# Navigation Portlet
+PAGENAME_default=Home
+PAGENAME_Admin=Admin
+PAGENAME_Test=Test
+PAGENAME_News=News
\ No newline at end of file
Modified: trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource_es.properties
===================================================================
--- trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource_es.properties 2006-09-01 19:12:11 UTC (rev 5129)
+++ trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource_es.properties 2006-09-01 19:12:31 UTC (rev 5130)
@@ -1,98 +1,3 @@
-#from modules/NS-User/lang/eng/global.php
-#_USERGRAPHIC=Graphics in the user page?
-#_FORCHANGES=(For changes only)
-#_LAST10SUBMISSIONS=Last 10 news submissions sent by
-#_NOINFOFOR=There is no available info for
-#_ADDFIELD=Add Fields
-#_DELETEFIELD=Delete Field and Data
-#_STRING_INSTRUCTIONS=STRINGS ONLY\: Data Length Range (1,254)
-#_OFFLINE=Offline.
-#_LAST10COMMENTS=Last 10 comments by
-#_MODIFYUSERSADDNOAUTH=Not authorised to add user
-#_USERSTATUS=Actual user status
-#_UDT_FLOAT=Float
-#_FIELD_DEACTIVATE=Deactivate
-#_USERUPDATE=Update user
-#_FIELDTYPE=Data Type
-#_FIELDLENGTH=Length
-#_MINAGEDESCR=Sets the required age to register (0\=No age check)
-#_ADDINSTRUCTIONS=Example\: _MYINT -- You must create a define in language/(current language)/global.php for this variable
-#_PASSWDNOMATCH=Sorry, the new passwords don't match. Go back and try again
-#_USERADMIN=User Administration
-#_DELETEUSER=Delete user
-#_DYNAMICDATA=Dynamic User Data
-#_MODIFYUSERSEDITNOAUTH=Not authorised to edit user
-#_UDT_CORE=Core
-#_UDT_TEXT=Text
-#_RETYPEPASSWD=Retype password
-#_FIELD_ACTIVATE=Activate
-#_MINAGE=Minimum age\:
-#_MODIFYUSERSDELNOAUTH=Not authorised to delete user
-#_ALLOWUSERS=Allow other users to view my e-mail address
-#_EDITUSER=Edit user
-#_USERPATH=User menu images path
-#_FIELD_REQUIRED=Required
-#_USERCONF=User Configuration
-#_USERID=User ID
-#_NEEDTOCOMPLETE=You need to fill in all the required fields
-#_BIO=Extra info
-#_FIELD_NA=N/A
-#_FIELDLABEL=Field Label
-#_FIELD_DEL_SURE=Are you sure you want to delete all the data for field
-#_FIELDVALIDATION=Validation
-#_MODIFYUSERSNOAUTH=Not authorised to modify users
-#_FIELD_NOEXIST=Field does not exist
-#_UDT_STRING=String
-#_FIELDWEIGHT=Weight
-#_UDT_INTEGER=Integer
-#_SURE2DELETE=Are you sure you want to delete user
-#_ADDUSERBUT=Add user
-#_LOCATION=Location
-#_FIELDACTIVE=Active
-#_ERRORINVURL=Error in URL. Could be caused by a space in the URL
-#_PASSWDLEN=Minimum users password length\:
-#_REGISTEREDUSER=Registered user \#
-#_UDT_MANDATORY=Core Required
-#_ADDUSER=Add a new user
-
-#from modules/NS-NewUser/lang/eng/global.php
-#_PRIVACYPOLICY=Privacy Policy
-#_HERE=here
-#_YOUAREREGISTERED=You are now registered. You should receive your password at the e-mail account you provided.
-#_ANDCONNECTOR=and
-#_YOUUSEDEMAIL=You or someone else has used your e-mail account
-#_TERMSOFUSE=Terms of Use
-#_ERRORMUSTAGREE=To use this site, you must agree to our Terms of Service and Privacy Policy\! Please go back and check the box to agree.
-#_USERPASS4=Password for
-#_UPASSWORD=-Password\:
-#_FOLLOWINGMEM=The following is the member information\:
-#_REGISTRATIONAGREEMENT=I agree to be bound by this website's
-#_YOURPASSIS=Your password is\:
-#_TOREGISTER=to register an account at
-#_UNICKNAME=-Username\:
-#_PASSWILLSEND=(Password will be sent to the e-mail address you enter)
-#_ASREG7=and lots of other cool stuff...
-
-#from includes/language/blocks/eng/login.php
-
-
-
-#from modules\NS-Your_Account\lang\eng\global.php
-#_ACTIVATEPERSONAL=Activate personal menu
-#_CANKNOWABOUT=(255 characters max. Type what you'd like others to know about you)
-#_CANNOTGETPASSWORD=Cannot get password dta
-#_CHANGEHOME=Change homepage
-#_CHANGEYOURINFO=Change your info
-#_CHECKTHISOPTION=(Check this option and the following text will appear on the homepage)
-#_HOMECONFIG=Homepage configuration
-#_MAX127=(max. 127):
-#_NEWSINHOME=Number of stories on the homepage
-#_SELECTTHEME=Select a theme
-#_SELECTTHETHEME=Select theme
-#_YOUCANUSEHTML=(You can use HTML code for links as an example)
-
-
-
_ASREGISTERED=¿No tiene una cuenta todavía? Puede <a href\="index.html?module=user&op=getlogin">crear una</a>.
_BLOCKNICKNAME=Usuario
_BLOCKPASSWORD=Clave
@@ -387,4 +292,10 @@
PERMISSION_MODIFYROLES=Añadir/Borrar roles
PERMISSION_MODIFYINGROLES=Modificar roles para
PERMISSION_DOMAIN=Dominio
-PERMISSION_DOMAIN_MOD=Modificar el dominio
\ No newline at end of file
+PERMISSION_DOMAIN_MOD=Modificar el dominio
+
+# Navigation Portlet
+PAGENAME_default=Home
+PAGENAME_Admin=Administración
+PAGENAME_Test=Ejemplos
+PAGENAME_News=Noticias
\ No newline at end of file
Modified: trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource_fr.properties
===================================================================
--- trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource_fr.properties 2006-09-01 19:12:11 UTC (rev 5129)
+++ trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource_fr.properties 2006-09-01 19:12:31 UTC (rev 5130)
@@ -1,95 +1,3 @@
-#from modules/NS-User/lang/eng/global.php
-#_USERGRAPHIC=Graphics in the user page?
-#_FORCHANGES=(For changes only)
-#_LAST10SUBMISSIONS=Last 10 news submissions sent by
-#_NOINFOFOR=There is no available info for
-#_ADDFIELD=Add Fields
-#_DELETEFIELD=Delete Field and Data
-#_STRING_INSTRUCTIONS=STRINGS ONLY\: Data Length Range (1,254)
-#_OFFLINE=Offline.
-#_LAST10COMMENTS=Last 10 comments by
-#_MODIFYUSERSADDNOAUTH=Not authorised to add user
-#_USERSTATUS=Actual user status
-#_UDT_FLOAT=Float
-#_FIELD_DEACTIVATE=Deactivate
-#_USERUPDATE=Update user
-#_FIELDTYPE=Data Type
-#_FIELDLENGTH=Length
-#_MINAGEDESCR=Sets the required age to register (0\=No age check)
-#_ADDINSTRUCTIONS=Example\: _MYINT -- You must create a define in language/(current language)/global.php for this variable
-#_PASSWDNOMATCH=Sorry, the new passwords don't match. Go back and try again
-#_USERADMIN=User Administration
-#_DELETEUSER=Delete user
-#_DYNAMICDATA=Dynamic User Data
-#_MODIFYUSERSEDITNOAUTH=Not authorised to edit user
-#_UDT_CORE=Core
-#_UDT_TEXT=Text
-#_RETYPEPASSWD=Retype password
-#_FIELD_ACTIVATE=Activate
-#_MINAGE=Minimum age\:
-#_MODIFYUSERSDELNOAUTH=Not authorised to delete user
-#_ALLOWUSERS=Allow other users to view my e-mail address
-#_EDITUSER=Edit user
-#_USERPATH=User menu images path
-#_FIELD_REQUIRED=Required
-#_USERCONF=User Configuration
-#_USERID=User ID
-#_NEEDTOCOMPLETE=You need to fill in all the required fields
-#_BIO=Extra info
-#_FIELD_NA=N/A
-#_FIELDLABEL=Field Label
-#_FIELD_DEL_SURE=Are you sure you want to delete all the data for field
-#_FIELDVALIDATION=Validation
-#_MODIFYUSERSNOAUTH=Not authorised to modify users
-#_FIELD_NOEXIST=Field does not exist
-#_UDT_STRING=String
-#_FIELDWEIGHT=Weight
-#_UDT_INTEGER=Integer
-#_SURE2DELETE=Are you sure you want to delete user
-#_ADDUSERBUT=Add user
-#_LOCATION=Location
-#_FIELDACTIVE=Active
-#_ERRORINVURL=Error in URL. Could be caused by a space in the URL
-#_PASSWDLEN=Minimum users password length\:
-#_REGISTEREDUSER=Registered user \#
-#_UDT_MANDATORY=Core Required
-#_ADDUSER=Add a new user
-
-#from modules/NS-NewUser/lang/eng/global.php
-#_PRIVACYPOLICY=Privacy Policy
-#_HERE=here
-#_YOUAREREGISTERED=You are now registered. You should receive your password at the e-mail account you provided.
-#_ANDCONNECTOR=and
-#_YOUUSEDEMAIL=You or someone else has used your e-mail account
-#_TERMSOFUSE=Terms of Use
-#_ERRORMUSTAGREE=To use this site, you must agree to our Terms of Service and Privacy Policy\! Please go back and check the box to agree.
-#_USERPASS4=Password for
-#_UPASSWORD=-Password\:
-#_FOLLOWINGMEM=The following is the member information\:
-#_REGISTRATIONAGREEMENT=I agree to be bound by this website's
-#_YOURPASSIS=Your password is\:
-#_TOREGISTER=to register an account at
-#_UNICKNAME=-Username\:
-#_PASSWILLSEND=(Password will be sent to the e-mail address you enter)
-#_ASREG7=and lots of other cool stuff...
-
-#from includes/language/blocks/eng/login.php
-
-#from modules\NS-Your_Account\lang\eng\global.php
-#_ACTIVATEPERSONAL=Activate personal menu
-#_CANKNOWABOUT=(255 characters max. Type what you'd like others to know about you)
-#_CANNOTGETPASSWORD=Cannot get password dta
-#_CHANGEHOME=Change homepage
-#_CHANGEYOURINFO=Change your info
-#_CHECKTHISOPTION=(Check this option and the following text will appear on the homepage)
-#_HOMECONFIG=Homepage configuration
-#_MAX127=(max. 127):
-#_NEWSINHOME=Number of stories on the homepage
-#_SELECTTHEME=Select a theme
-#_SELECTTHETHEME=Select theme
-#_YOUCANUSEHTML=(You can use HTML code for links as an example)
-
-
_BLOCKNICKNAME=Identifiant
_BLOCKPASSWORD=Mot de passe
@@ -345,3 +253,9 @@
VALIDATIONEMAIL_3=Votre compte est desactive pour le moment. Vous en pouvez pas l'utiliser tant que vous n'aurez pas clique sur le lien suivant
VALIDATIONEMAIL_4=Si vous n'avez pas demande a etre membre, ne faite rien.
VALIDATIONEMAIL_5=Cordialement.
+
+# Navigation Portlet
+PAGENAME_default=Accueil
+PAGENAME_Admin=Admin
+PAGENAME_Test=Test
+PAGENAME_News=Actualités
\ No newline at end of file
Modified: trunk/core/src/resources/portal-core-war/WEB-INF/portlet.xml
===================================================================
--- trunk/core/src/resources/portal-core-war/WEB-INF/portlet.xml 2006-09-01 19:12:11 UTC (rev 5129)
+++ trunk/core/src/resources/portal-core-war/WEB-INF/portlet.xml 2006-09-01 19:12:31 UTC (rev 5130)
@@ -153,9 +153,29 @@
<mime-type>text/html</mime-type>
<portlet-mode>VIEW</portlet-mode>
</supports>
+ <supported-locale>en</supported-locale>
+ <supported-locale>fr</supported-locale>
+ <supported-locale>es</supported-locale>
+ <resource-bundle>Resource</resource-bundle>
<portlet-info>
<title>Portal Navigation</title>
</portlet-info>
+ <portlet-preferences>
+ <preference>
+ <!-- ordering type: default|explicit -->
+ <name>ordering</name>
+ <value>explicit</value>
+ </preference>
+ <preference>
+ <!-- if explicit ordering, page names are presented in this order. Enter a comma-separated list of Page names-->
+ <name>explicitlist</name>
+ <value>default,News,Test,Admin</value>
+ </preference>
+ <preference>
+ <name>navigation-root-level</name>
+ <value>page</value>
+ </preference>
+ </portlet-preferences>
</portlet>
<user-attribute>
<name>user.name.nickName</name>
More information about the jboss-svn-commits
mailing list