gatein SVN: r1404 - in components/mop/trunk: api and 2 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2010-01-21 09:08:41 -0500 (Thu, 21 Jan 2010)
New Revision: 1404
Modified:
components/mop/trunk/api/pom.xml
components/mop/trunk/core/pom.xml
components/mop/trunk/pom.xml
components/mop/trunk/spi/pom.xml
Log:
[maven-release-plugin] prepare release 1.0.0-Beta14
Modified: components/mop/trunk/api/pom.xml
===================================================================
--- components/mop/trunk/api/pom.xml 2010-01-21 14:07:00 UTC (rev 1403)
+++ components/mop/trunk/api/pom.xml 2010-01-21 14:08:41 UTC (rev 1404)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.mop</groupId>
<artifactId>mop-parent</artifactId>
- <version>1.0.0-Beta14-SNAPSHOT</version>
+ <version>1.0.0-Beta14</version>
</parent>
<!-- ****************** -->
Modified: components/mop/trunk/core/pom.xml
===================================================================
--- components/mop/trunk/core/pom.xml 2010-01-21 14:07:00 UTC (rev 1403)
+++ components/mop/trunk/core/pom.xml 2010-01-21 14:08:41 UTC (rev 1404)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.mop</groupId>
<artifactId>mop-parent</artifactId>
- <version>1.0.0-Beta14-SNAPSHOT</version>
+ <version>1.0.0-Beta14</version>
</parent>
<!-- ****************** -->
Modified: components/mop/trunk/pom.xml
===================================================================
--- components/mop/trunk/pom.xml 2010-01-21 14:07:00 UTC (rev 1403)
+++ components/mop/trunk/pom.xml 2010-01-21 14:08:41 UTC (rev 1404)
@@ -34,16 +34,16 @@
<groupId>org.gatein.mop</groupId>
<artifactId>mop-parent</artifactId>
- <version>1.0.0-Beta14-SNAPSHOT</version>
+ <version>1.0.0-Beta14</version>
<packaging>pom</packaging>
<name>GateIn - MOP</name>
<description>Model Object for Portal</description>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/mop/trunk/</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/mop/trunk/</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/mop/trunk/</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/mop/tags/1.0.0-B...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/mop/tags/1.0.0-Beta14</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/mop/tags/1.0.0-Beta14</url>
</scm>
Modified: components/mop/trunk/spi/pom.xml
===================================================================
--- components/mop/trunk/spi/pom.xml 2010-01-21 14:07:00 UTC (rev 1403)
+++ components/mop/trunk/spi/pom.xml 2010-01-21 14:08:41 UTC (rev 1404)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.mop</groupId>
<artifactId>mop-parent</artifactId>
- <version>1.0.0-Beta14-SNAPSHOT</version>
+ <version>1.0.0-Beta14</version>
</parent>
<!-- ****************** -->
14 years, 11 months
gatein SVN: r1403 - in components/mop/trunk/core: src/test/java/org/gatein/mop/core/api/workspace and 1 other directory.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2010-01-21 09:07:00 -0500 (Thu, 21 Jan 2010)
New Revision: 1403
Modified:
components/mop/trunk/core/pom.xml
components/mop/trunk/core/src/test/java/org/gatein/mop/core/api/workspace/NameEncodingTestCase.java
Log:
GTNMOP-14 update to chromattic 1.0.0-beta14
Modified: components/mop/trunk/core/pom.xml
===================================================================
--- components/mop/trunk/core/pom.xml 2010-01-21 12:51:24 UTC (rev 1402)
+++ components/mop/trunk/core/pom.xml 2010-01-21 14:07:00 UTC (rev 1403)
@@ -56,14 +56,14 @@
<dependency>
<groupId>org.chromattic</groupId>
- <version>1.0.0-beta13</version>
+ <version>1.0.0-beta14</version>
<artifactId>chromattic.api</artifactId>
</dependency>
<dependency>
<groupId>org.chromattic</groupId>
<artifactId>chromattic.apt</artifactId>
- <version>1.0.0-beta13</version>
+ <version>1.0.0-beta14</version>
<scope>compile</scope>
</dependency>
@@ -83,20 +83,20 @@
<dependency>
<groupId>org.chromattic</groupId>
<artifactId>chromattic.common</artifactId>
- <version>1.0.0-beta13</version>
+ <version>1.0.0-beta14</version>
</dependency>
<dependency>
<groupId>org.chromattic</groupId>
<artifactId>chromattic.core</artifactId>
- <version>1.0.0-beta13</version>
+ <version>1.0.0-beta14</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.chromattic</groupId>
<artifactId>chromattic.exo</artifactId>
- <version>1.0.0-beta13</version>
+ <version>1.0.0-beta14</version>
<scope>test</scope>
</dependency>
Modified: components/mop/trunk/core/src/test/java/org/gatein/mop/core/api/workspace/NameEncodingTestCase.java
===================================================================
--- components/mop/trunk/core/src/test/java/org/gatein/mop/core/api/workspace/NameEncodingTestCase.java 2010-01-21 12:51:24 UTC (rev 1402)
+++ components/mop/trunk/core/src/test/java/org/gatein/mop/core/api/workspace/NameEncodingTestCase.java 2010-01-21 14:07:00 UTC (rev 1403)
@@ -18,7 +18,7 @@
*/
package org.gatein.mop.core.api.workspace;
-import org.chromattic.core.DomainSession;
+import org.chromattic.core.api.ChromatticSessionImpl;
import org.gatein.mop.api.workspace.ObjectType;
import org.gatein.mop.api.workspace.Site;
import org.gatein.mop.api.workspace.Workspace;
@@ -39,7 +39,7 @@
ModelImpl model = pomService.getModel();
Workspace workspace = model.getWorkspace();
Site site = workspace.addSite(ObjectType.GROUP_SITE, ":");
- DomainSession session = (DomainSession)model.getSession();
+ ChromatticSessionImpl session = (ChromatticSessionImpl)model.getSession();
Node siteNode = session.getNode(site);
assertEquals("mop:%04", siteNode.getName());
}
14 years, 11 months
gatein SVN: r1402 - in portal/branches/EPP_5_0_0_ER02_Branch: examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/jcr and 2 other directories.
by do-not-reply@jboss.org
Author: mpodolin
Date: 2010-01-21 07:51:24 -0500 (Thu, 21 Jan 2010)
New Revision: 1402
Modified:
portal/branches/EPP_5_0_0_ER02_Branch/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/jcr/repository-configuration.xml
portal/branches/EPP_5_0_0_ER02_Branch/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/jcr/repository-configuration.xml
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/database/database-configuration.xml
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
Log:
Initial productization steps for EPP5 ER02
Modified: portal/branches/EPP_5_0_0_ER02_Branch/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/jcr/repository-configuration.xml
===================================================================
--- portal/branches/EPP_5_0_0_ER02_Branch/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/jcr/repository-configuration.xml 2010-01-21 08:24:18 UTC (rev 1401)
+++ portal/branches/EPP_5_0_0_ER02_Branch/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/jcr/repository-configuration.xml 2010-01-21 12:51:24 UTC (rev 1402)
@@ -29,7 +29,7 @@
<workspace name="sample-ws">
<container class="org.exoplatform.services.jcr.impl.storage.jdbc.JDBCWorkspaceDataContainer">
<properties>
- <property name="source-name" value="jdbcexo${container.name.suffix}" />
+ <property name="source-name" value="gatein${container.name.suffix}" />
<property name="dialect" value="hsqldb" />
<property name="multi-db" value="false" />
<property name="update-storage" value="true" />
Modified: portal/branches/EPP_5_0_0_ER02_Branch/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/jcr/repository-configuration.xml
===================================================================
--- portal/branches/EPP_5_0_0_ER02_Branch/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/jcr/repository-configuration.xml 2010-01-21 08:24:18 UTC (rev 1401)
+++ portal/branches/EPP_5_0_0_ER02_Branch/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/jcr/repository-configuration.xml 2010-01-21 12:51:24 UTC (rev 1402)
@@ -29,7 +29,7 @@
<workspace name="sample-ws">
<container class="org.exoplatform.services.jcr.impl.storage.jdbc.JDBCWorkspaceDataContainer">
<properties>
- <property name="source-name" value="jdbcexo${container.name.suffix}" />
+ <property name="source-name" value="gatein${container.name.suffix}" />
<property name="dialect" value="hsqldb" />
<property name="multi-db" value="false" />
<property name="update-storage" value="true" />
Modified: portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/database/database-configuration.xml
===================================================================
--- portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/database/database-configuration.xml 2010-01-21 08:24:18 UTC (rev 1401)
+++ portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/database/database-configuration.xml 2010-01-21 12:51:24 UTC (rev 1402)
@@ -38,18 +38,15 @@
<property name="hibernate.cache.use_query_cache" value="true"/>
<!--CHANGEME HashtableCacheProvider shold not be used in production env-->
<property name="hibernate.cache.provider_class" value="org.hibernate.cache.HashtableCacheProvider"/>
- <property name="hibernate.cglib.use_reflection_optimizer" value="true"/>
- <property name="hibernate.connection.datasource" value="jdbcexo${container.name.suffix}"/>
+ <property name="hibernate.bytecode.use_reflection_optimizer" value="true"/>
+ <property name="hibernate.connection.datasource" value="gatein${container.name.suffix}"/>
<property name="hibernate.connection.autocommit" value="true"/>
<property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
- <property name="hibernate.c3p0.min_size" value="5"/>
- <property name="hibernate.c3p0.max_size" value="20"/>
- <property name="hibernate.c3p0.timeout" value="1800"/>
- <property name="hibernate.c3p0.max_statements" value="50"/>
</properties-param>
</init-params>
</component>
+<!--
<external-component-plugins>
<target-component>org.exoplatform.services.naming.InitialContextInitializer</target-component>
<component-plugin>
@@ -80,4 +77,6 @@
</init-params>
</component-plugin>
</external-component-plugins>
+-->
+
</configuration>
Modified: portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
===================================================================
--- portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml 2010-01-21 08:24:18 UTC (rev 1401)
+++ portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml 2010-01-21 12:51:24 UTC (rev 1402)
@@ -37,7 +37,7 @@
<name>working-conf</name>
<description>working-conf</description>
<property name="persister-class-name" value="org.exoplatform.services.jcr.impl.config.JDBCConfigurationPersister"/>
- <property name="source-name" value="jdbcexo${container.name.suffix}"/>
+ <property name="source-name" value="gatein${container.name.suffix}"/>
<property name="dialect" value="hsqldb"/>
</properties-param>
</init-params>
Modified: portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
===================================================================
--- portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2010-01-21 08:24:18 UTC (rev 1401)
+++ portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2010-01-21 12:51:24 UTC (rev 1402)
@@ -31,7 +31,7 @@
<workspace name="system">
<container class="org.exoplatform.services.jcr.impl.storage.jdbc.JDBCWorkspaceDataContainer">
<properties>
- <property name="source-name" value="jdbcexo${container.name.suffix}"/>
+ <property name="source-name" value="gatein${container.name.suffix}"/>
<property name="dialect" value="hsqldb"/>
<property name="multi-db" value="false"/>
<property name="update-storage" value="true"/>
@@ -80,7 +80,7 @@
<workspace name="portal-system">
<container class="org.exoplatform.services.jcr.impl.storage.jdbc.JDBCWorkspaceDataContainer">
<properties>
- <property name="source-name" value="jdbcexo${container.name.suffix}"/>
+ <property name="source-name" value="gatein${container.name.suffix}"/>
<property name="dialect" value="hsqldb"/>
<property name="multi-db" value="false"/>
<property name="update-storage" value="true"/>
@@ -129,7 +129,7 @@
<workspace name="portal-work">
<container class="org.exoplatform.services.jcr.impl.storage.jdbc.JDBCWorkspaceDataContainer">
<properties>
- <property name="source-name" value="jdbcexo${container.name.suffix}"/>
+ <property name="source-name" value="gatein${container.name.suffix}"/>
<property name="dialect" value="hsqldb"/>
<property name="multi-db" value="false"/>
<property name="update-storage" value="true"/>
@@ -177,7 +177,7 @@
<workspace name="wsrp-system">
<container class="org.exoplatform.services.jcr.impl.storage.jdbc.JDBCWorkspaceDataContainer">
<properties>
- <property name="source-name" value="jdbcexo${container.name.suffix}"/>
+ <property name="source-name" value="gatein${container.name.suffix}"/>
<property name="dialect" value="hsqldb"/>
<property name="multi-db" value="false"/>
<property name="update-storage" value="true"/>
14 years, 11 months
gatein SVN: r1401 - in portal/trunk: examples/portal/war/src/main/webapp/login/jsp and 1 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-01-21 03:24:18 -0500 (Thu, 21 Jan 2010)
New Revision: 1401
Modified:
portal/trunk/examples/extension/war/src/main/webapp/login/jsp/login.jsp
portal/trunk/examples/portal/war/src/main/webapp/login/jsp/login.jsp
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ar.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_it.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ko.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_nl.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ru.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_uk.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_vi.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_zh.xml
Log:
GTNPORTAL-545: Change visisble copyright info from 2009 to 2010
Modified: portal/trunk/examples/extension/war/src/main/webapp/login/jsp/login.jsp
===================================================================
--- portal/trunk/examples/extension/war/src/main/webapp/login/jsp/login.jsp 2010-01-21 06:33:57 UTC (rev 1400)
+++ portal/trunk/examples/extension/war/src/main/webapp/login/jsp/login.jsp 2010-01-21 08:24:18 UTC (rev 1401)
@@ -107,6 +107,6 @@
</div>
</div>
</div>
- <span style="margin: 10px 0px 0px 5px; font-size: 11px; color: #6f6f6f; text-align: center">Copyright © 2009. All rights Reserved, eXo Platform SAS and Red Hat, Inc.</span>
+ <span style="margin: 10px 0px 0px 5px; font-size: 11px; color: #6f6f6f; text-align: center">Copyright © 2010. All rights Reserved, eXo Platform SAS and Red Hat, Inc.</span>
</body>
</html>
Modified: portal/trunk/examples/portal/war/src/main/webapp/login/jsp/login.jsp
===================================================================
--- portal/trunk/examples/portal/war/src/main/webapp/login/jsp/login.jsp 2010-01-21 06:33:57 UTC (rev 1400)
+++ portal/trunk/examples/portal/war/src/main/webapp/login/jsp/login.jsp 2010-01-21 08:24:18 UTC (rev 1401)
@@ -107,6 +107,6 @@
</div>
</div>
</div>
- <span style="margin: 10px 0px 0px 5px; font-size: 11px; color: #6f6f6f; text-align: center">Copyright © 2009. All rights Reserved, eXo Platform SAS and Red Hat, Inc.</span>
+ <span style="margin: 10px 0px 0px 5px; font-size: 11px; color: #6f6f6f; text-align: center">Copyright © 2010. All rights Reserved, eXo Platform SAS and Red Hat, Inc.</span>
</body>
</html>
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ar.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ar.xml 2010-01-21 06:33:57 UTC (rev 1400)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ar.xml 2010-01-21 08:24:18 UTC (rev 1401)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2009 eXo Platform SAS.
+ Copyright (C) 2010 eXo Platform SAS.
This is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as
@@ -1657,7 +1657,7 @@
-->
<UIPortalToolPanel>
<label>
- <copyrightText>جميع الحقوق محفوظة Copyright © 2000-2009</copyrightText>
+ <copyrightText>جميع الحقوق محفوظة Copyright © 2000-2010</copyrightText>
<companyTitleText>eXo Platform SAS and Red Hat, Inc.</companyTitleText>
</label>
</UIPortalToolPanel>
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties 2010-01-21 06:33:57 UTC (rev 1400)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties 2010-01-21 08:24:18 UTC (rev 1401)
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2009 eXo Platform SAS.
+# Copyright (C) 2010 eXo Platform SAS.
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
@@ -250,7 +250,7 @@
UILoginForm.label.Signin=Sign in
UILoginForm.label.ForAccount=Register now for an account
UILoginForm.label.SigninFail=Sign in failed. Wrong username or password.
-UILoginForm.label.Copyright=Copyright © 2009. All rights Reserved, eXo Platform SAS and Red Hat, Inc.
+UILoginForm.label.Copyright=Copyright © 2010. All rights Reserved, eXo Platform SAS and Red Hat, Inc.
#############################################################################
# Message Error #
@@ -967,7 +967,7 @@
# org.exoplatform.portal.component.customization.UIPortalToolPanel #
############################################################################
-UIPortalToolPanel.label.copyrightText=Copyright © 2009. All rights Reserved,
+UIPortalToolPanel.label.copyrightText=Copyright © 2010. All rights Reserved,
UIPortalToolPanel.label.companyTitleText= eXo Platform SAS and Red Hat, Inc..
############################################################################
@@ -1407,4 +1407,4 @@
UIWsrp.consumer.grid.action.activate.success=Consumer successfully activated.
UIWsrp.consumer.grid.action.activate.fail=Problem Activating Consumer: {0}
UIWsrp.consumer.grid.action.deactivate.success=Consumer successfully deactivated.
-UIWsrp.consumer.grid.action.deactivate.fail=Consumer Must be Active to Deactivate.
\ No newline at end of file
+UIWsrp.consumer.grid.action.deactivate.fail=Consumer Must be Active to Deactivate.
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties 2010-01-21 06:33:57 UTC (rev 1400)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties 2010-01-21 08:24:18 UTC (rev 1401)
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2009 eXo Platform SAS.
+# Copyright (C) 2010 eXo Platform SAS.
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
@@ -249,7 +249,7 @@
UILoginForm.label.Signin=Ingresar
UILoginForm.label.ForAccount=Registarse ahora para crear una cuenta
UILoginForm.label.SigninFail=No se ha podido ingresar. Nombre de usuario o Contrase\u00f1a inv\u00e1lida.
-UILoginForm.label.Copyright=Copyright © 2009. Todos los derechos reservados, eXo Platform SAS y Red Hat, Inc.
+UILoginForm.label.Copyright=Copyright © 2010. Todos los derechos reservados, eXo Platform SAS y Red Hat, Inc.
#############################################################################
# Message Error #
@@ -965,7 +965,7 @@
# org.exoplatform.portal.component.customization.UIPortalToolPanel #
############################################################################
-UIPortalToolPanel.label.copyrightText=Copyright © 2009. All rights Reserved,
+UIPortalToolPanel.label.copyrightText=Copyright © 2010. All rights Reserved,
UIPortalToolPanel.label.companyTitleText= eXo Platform SAS and Red Hat, Inc..
############################################################################
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties 2010-01-21 06:33:57 UTC (rev 1400)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties 2010-01-21 08:24:18 UTC (rev 1401)
@@ -235,7 +235,7 @@
UILoginForm.label.Signup=Enregistrement
UILoginForm.label.ForAccount=Créer un compte
UILoginForm.label.SigninFail=Sign in failed. Wrong username or password.
-UILoginForm.label.Copyright=Copyright © 2009. All rights Reserved, eXo Platform SAS and Red Hat, Inc.
+UILoginForm.label.Copyright=Copyright © 2010. All rights Reserved, eXo Platform SAS and Red Hat, Inc.
#############################################################################
# Message Error #
@@ -950,7 +950,7 @@
# org.exoplatform.portal.component.customization.UIPortalToolPanel #
############################################################################
-UIPortalToolPanel.label.copyrightText=Droit d'auteur © 2009. Tous droits réservés,
+UIPortalToolPanel.label.copyrightText=Droit d'auteur © 2010. Tous droits réservés,
UIPortalToolPanel.label.companyTitleText=eXo Platform SAS and Red Hat, Inc.
############################################################################
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_it.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_it.properties 2010-01-21 06:33:57 UTC (rev 1400)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_it.properties 2010-01-21 08:24:18 UTC (rev 1401)
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2009 eXo Platform SAS.
+# Copyright (C) 2010 eXo Platform SAS.
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
@@ -250,7 +250,7 @@
UILoginForm.label.Signin=Ingresso
UILoginForm.label.ForAccount=Registrati adesso per ottenere un'account
UILoginForm.label.SigninFail=Ingresso fallito. Nome utente o password non corretti.
-UILoginForm.label.Copyright=Copyright © 2009. Tutti i diritti sono riservati, eXo Platform SAS e Red Hat, Inc.
+UILoginForm.label.Copyright=Copyright © 2010. Tutti i diritti sono riservati, eXo Platform SAS e Red Hat, Inc.
#############################################################################
# Message Error #
@@ -966,7 +966,7 @@
# org.exoplatform.portal.component.customization.UIPortalToolPanel #
############################################################################
-UIPortalToolPanel.label.copyrightText=Copyright © 2009. Tutti i diritti sono Riservati,
+UIPortalToolPanel.label.copyrightText=Copyright © 2010. Tutti i diritti sono Riservati,
UIPortalToolPanel.label.companyTitleText= eXo Platform SAS e Red Hat, Inc..
############################################################################
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ko.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ko.xml 2010-01-21 06:33:57 UTC (rev 1400)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ko.xml 2010-01-21 08:24:18 UTC (rev 1401)
@@ -411,7 +411,7 @@
<Signin>로그인</Signin>
<ForAccount>계정 지금 등록</ForAccount>
<SigninFail>로그인에 실패하였습니다. 사용자 이름 또는 비밀번호가 잘못되었습니다.</SigninFail>
- <Copyright><![CDATA[Copyright © 2009. All rights Reserved, eXo Platform SAS and Red Hat, Inc.]]></Copyright>
+ <Copyright><![CDATA[Copyright © 2010. All rights Reserved, eXo Platform SAS and Red Hat, Inc.]]></Copyright>
</label>
</UILoginForm>
<!-- #############################################################################-->
@@ -1448,7 +1448,7 @@
<!-- ############################################################################-->
<UIPortalToolPanel>
<label>
- <copyrightText><![CDATA[Copyright © 2009. All rights Reserved,]]></copyrightText>
+ <copyrightText><![CDATA[Copyright © 2010. All rights Reserved,]]></copyrightText>
<companyTitleText> eXo Platform SAS and Red Hat, Inc..</companyTitleText>
</label>
</UIPortalToolPanel>
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_nl.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_nl.properties 2010-01-21 06:33:57 UTC (rev 1400)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_nl.properties 2010-01-21 08:24:18 UTC (rev 1401)
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2009 eXo Platform SAS.
+# Copyright (C) 2010 eXo Platform SAS.
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
@@ -250,7 +250,7 @@
UILoginForm.label.Signin=Log in
UILoginForm.label.ForAccount=Registreer een account
UILoginForm.label.SigninFail=Inloggen mislukt. Verkeerde gebruikersnaam of paswoord.
-UILoginForm.label.Copyright=Copyright © 2009. All rights Reserved, eXo Platform SAS and Red Hat, Inc.
+UILoginForm.label.Copyright=Copyright © 2010. All rights Reserved, eXo Platform SAS and Red Hat, Inc.
#############################################################################
# Message Error #
@@ -967,7 +967,7 @@
# org.exoplatform.portal.component.customization.UIPortalToolPanel #
############################################################################
-UIPortalToolPanel.label.copyrightText=Copyright © 2009. All rights Reserved,
+UIPortalToolPanel.label.copyrightText=Copyright © 2010. All rights Reserved,
UIPortalToolPanel.label.companyTitleText=eXo Platform SAS and Red Hat, Inc..
############################################################################
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ru.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ru.properties 2010-01-21 06:33:57 UTC (rev 1400)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ru.properties 2010-01-21 08:24:18 UTC (rev 1401)
@@ -230,7 +230,7 @@
UILoginForm.label.Signin=Вход
UILoginForm.label.ForAccount=Зарегистрировать учётную запись
UILoginForm.label.SigninFail=Sign in failed. Wrong username or password.
-UILoginForm.label.Copyright=Copyright © 2009. All rights Reserved, eXo Platform SAS and Red Hat, Inc.
+UILoginForm.label.Copyright=Copyright © 2010. All rights Reserved, eXo Platform SAS and Red Hat, Inc.
#############################################################################
# Message Error #
@@ -955,7 +955,7 @@
# org.exoplatform.portal.component.customization.UIPortalToolPanel #
############################################################################
-UIPortalToolPanel.label.copyrightText=Copyright © 2009. All rights Reserved,
+UIPortalToolPanel.label.copyrightText=Copyright © 2010. All rights Reserved,
UIPortalToolPanel.label.companyTitleText= eXo Platform SAS и Red Hat, Inc..
############################################################################
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_uk.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_uk.properties 2010-01-21 06:33:57 UTC (rev 1400)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_uk.properties 2010-01-21 08:24:18 UTC (rev 1401)
@@ -230,7 +230,7 @@
UILoginForm.label.Signin=Вхід
UILoginForm.label.ForAccount=Зареєструвати новий обліковий запис
UILoginForm.label.SigninFail=Sign in failed. Wrong username or password.
-UILoginForm.label.Copyright=Copyright © 2009. All rights Reserved, eXo Platform SAS and Red Hat, Inc.
+UILoginForm.label.Copyright=Copyright © 2010. All rights Reserved, eXo Platform SAS and Red Hat, Inc.
#############################################################################
# Message Error #
@@ -946,7 +946,7 @@
# org.exoplatform.portal.component.customization.UIPortalToolPanel #
############################################################################
-UIPortalToolPanel.label.copyrightText=Copyright © 2009. All rights Reserved,
+UIPortalToolPanel.label.copyrightText=Copyright © 2010. All rights Reserved,
UIPortalToolPanel.label.companyTitleText= eXo Platform SAS and Red Hat, Inc..
############################################################################
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_vi.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_vi.properties 2010-01-21 06:33:57 UTC (rev 1400)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_vi.properties 2010-01-21 08:24:18 UTC (rev 1401)
@@ -230,7 +230,7 @@
UILoginForm.label.Signin=Đăng nhập
UILoginForm.label.ForAccount=Đăng kí tài khoản
UILoginForm.label.SigninFail=Sign in failed. Wrong username or password.
-UILoginForm.label.Copyright=Copyright © 2009. All rights Reserved, eXo Platform SAS and Red Hat, Inc.
+UILoginForm.label.Copyright=Copyright © 2010. All rights Reserved, eXo Platform SAS and Red Hat, Inc.
#############################################################################
# Message Error #
@@ -945,7 +945,7 @@
############################################################################
UIPortalToolPanel.label.copyrightText=Bản quyền thuộc về công ty
-UIPortalToolPanel.label.companyTitleText= eXo Platform SAS and Red Hat, Inc., © 2009
+UIPortalToolPanel.label.companyTitleText= eXo Platform SAS and Red Hat, Inc., © 2010
############################################################################
# org.exoplatform.portal.component.view.UIContainer #
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_zh.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_zh.xml 2010-01-21 06:33:57 UTC (rev 1400)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_zh.xml 2010-01-21 08:24:18 UTC (rev 1401)
@@ -385,7 +385,7 @@
<Signin>登录</Signin>
<ForAccount>立即注册一个帐户</ForAccount>
<SigninFail>登录失败。用户名或密码错误。</SigninFail>
- <Copyright><![CDATA[Copyright © 2009. All rights Reserved, eXo Platform SAS and Red Hat, Inc.]]></Copyright>
+ <Copyright><![CDATA[Copyright © 2010. All rights Reserved, eXo Platform SAS and Red Hat, Inc.]]></Copyright>
</label>
</UILoginForm>
@@ -1385,7 +1385,7 @@
<UIPortalToolPanel>
<label>
- <copyrightText><![CDATA[Copyright © 2009. All rights Reserved,]]></copyrightText>
+ <copyrightText><![CDATA[Copyright © 2010. All rights Reserved,]]></copyrightText>
<companyTitleText> eXo Platform SAS and Red Hat, Inc..</companyTitleText>
</label>
</UIPortalToolPanel>
14 years, 11 months
gatein SVN: r1400 - in portal/trunk/docs/reference-guide/en/modules: configuration and 1 other directory.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-01-21 01:33:57 -0500 (Thu, 21 Jan 2010)
New Revision: 1400
Modified:
portal/trunk/docs/reference-guide/en/modules/Configuration.xml
portal/trunk/docs/reference-guide/en/modules/configuration/Database_Configuration.xml
portal/trunk/docs/reference-guide/en/modules/configuration/Default_Portal_Configuration.xml
portal/trunk/docs/reference-guide/en/modules/configuration/Portal_Default_Permission_Configuration.xml
portal/trunk/docs/reference-guide/en/modules/configuration/Portal_Navigation_Configuration.xml
portal/trunk/docs/reference-guide/en/modules/configuration/Predefined_User_Configuration.xml
Log:
early edits
Modified: portal/trunk/docs/reference-guide/en/modules/Configuration.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/Configuration.xml 2010-01-21 06:32:28 UTC (rev 1399)
+++ portal/trunk/docs/reference-guide/en/modules/Configuration.xml 2010-01-21 06:33:57 UTC (rev 1400)
@@ -10,9 +10,11 @@
<xi:include href="configuration/Portal_Navigation_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="configuration/Predefined_User_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="configuration/Portal_Default_Permission_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <!-- Kernel/Service_Configuration_for_Beginners --><!-- Kernel/Service_Configuration_in_Detail --><xi:include href="configuration/Database_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <!-- Kernel/Service_Configuration_for_Beginners --><!-- Kernel/Service_Configuration_in_Detail -->
+ <xi:include href="configuration/Database_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="configuration/Data_Injector_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <!-- Core/LDAP_Configuration --><xi:include href="configuration/Skin_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <!-- Core/LDAP_Configuration -->
+ <xi:include href="configuration/Skin_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="configuration/JavaScript_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="configuration/Dashboard_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="configuration/Authentication_Token_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
Modified: portal/trunk/docs/reference-guide/en/modules/configuration/Database_Configuration.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/configuration/Database_Configuration.xml 2010-01-21 06:32:28 UTC (rev 1399)
+++ portal/trunk/docs/reference-guide/en/modules/configuration/Database_Configuration.xml 2010-01-21 06:33:57 UTC (rev 1400)
@@ -8,7 +8,7 @@
<section id="sect-Reference_Guide-Database_Configuration-Overview">
<title>Overview</title>
<para>
- GateIn Portal has two different database dependencies. One is the Hibernate service configuration, which depends on the the Hibernate and c3p0 projects. The other database dependency is Java content repository (JCR) service, which depends on the native JDBC API and it can integrate with any existing datasource implementation.
+ &PRODUCT; has two different database dependencies. One is the Hibernate service configuration, which depends on the the Hibernate and c3p0 projects. The other database dependency is Java content repository (JCR) service, which depends on the native JDBC API and it can integrate with any existing datasource implementation.
</para>
<para>
When you change the database configuration for the first time, GateIn will automatically generate the proper schema (assuming that the database user has the appropriate permissions).
Modified: portal/trunk/docs/reference-guide/en/modules/configuration/Default_Portal_Configuration.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/configuration/Default_Portal_Configuration.xml 2010-01-21 06:32:28 UTC (rev 1399)
+++ portal/trunk/docs/reference-guide/en/modules/configuration/Default_Portal_Configuration.xml 2010-01-21 06:33:57 UTC (rev 1400)
@@ -8,14 +8,14 @@
<section id="sect-Reference_Guide-Default_Portal_Configuration-Overview">
<title>Overview</title>
<para>
- default portal will be accessed when the user doesn't specify the portal. For example: <literal>http://hostname:port/portal/</literal>. And the default portal be used for checking at starting of tomcat to determine whether database is empty or not, too.
+ The default portal will be accessed if the user doesn't specify another portal. For example: <literal>http://hostname:port/portal/</literal>. The default portal also be used at startup to determine if the tomcat database is empty or not.
</para>
</section>
<section id="sect-Reference_Guide-Default_Portal_Configuration-Configuration">
<title>Configuration</title>
<para>
- Configuration file path : "02portal.war:/WEB-INF/conf/portal/portal-configuration.xml"
+ The example configuration file below is found at: "<filename>02portal.war:/WEB-INF/conf/portal/portal-configuration.xml</filename>".
</para>
<programlisting role="XML"><component>
@@ -40,7 +40,7 @@
</component>
</programlisting>
<para>
- You can see in the configuration above, we defined the classic as a default portal. Notes that the definition should be as a initial parameter of the NewPortalConfigListener component-plugin
+ In this example the <emphasis role="bold">classic</emphasis> portal has been set as the default. Note that the definition should be as a initial parameter of the NewPortalConfigListener component-plugin.
</para>
</section>
Modified: portal/trunk/docs/reference-guide/en/modules/configuration/Portal_Default_Permission_Configuration.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/configuration/Portal_Default_Permission_Configuration.xml 2010-01-21 06:32:28 UTC (rev 1399)
+++ portal/trunk/docs/reference-guide/en/modules/configuration/Portal_Default_Permission_Configuration.xml 2010-01-21 06:33:57 UTC (rev 1400)
@@ -13,34 +13,48 @@
<para>
It defines 5 permissions types:
</para>
- <itemizedlist>
+ <variablelist>
+ <varlistentry>
+ <term>super.user</term>
<listitem>
<para>
- <emphasis>super.user</emphasis> : The super user has all the rights on the platform, by default this user is called root
+ The super user has all the rights on the platform, this user is referred to as <emphasis>root</emphasis>.
</para>
</listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>portal.creator.groups</term>
<listitem>
<para>
- <emphasis>portal.creator.groups</emphasis> : This list defines all groups that will be able to manage the different portals, they also have the permission to create new portals. The format is "membership:/group/subgroup".
+ This list defines all groups that will be able to manage the different portals. Members of this group also have the permission to create new portals. The format is "<literal>membership:/group/subgroup</literal> ".
</para>
</listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>navigation.creator.membership.type</term>
<listitem>
<para>
- <emphasis>navigation.creator.membership.type</emphasis> : Defines the membership type of the group managers. The group managers have the permission to create and edit group pages and they can modify the group navigation.
+ Defines the membership type of the group managers. The group managers have the permission to create and edit group pages and they can modify the group navigation.
</para>
</listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>guests.group</term>
<listitem>
<para>
- <emphasis>guests.group</emphasis> : Contains the name of the group that is used as guest group. Any anonymous user becomes automatically member of this group when he enters the public pages.
+ Any anonymous user automatically becomes a member of this group whent they enter the public pages.
</para>
</listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>access.control.workspace</term>
<listitem>
<para>
- <emphasis>access.control.workspace</emphasis> : Defines the users that have access to the control workspace. In the demo version the control workspace is accessible only to 'root' and 'john'. They can expand/collapse the workspace at the left hand side. The format is "membership:/group/subgroup", An asterisk '' gives permission to all memberships.
+ Defines the users that have access to the control workspace. In the demo version the control workspace is accessible only to 'root' and 'john'. They can expand/collapse the workspace at the left hand side. The format is "membership:/group/subgroup", An asterisk '' gives permission to all memberships.
</para>
</listitem>
- </itemizedlist>
-
+ </varlistentry>
+ </variablelist>
<programlisting role="XML"><component>
<key>org.exoplatform.portal.config.UserACL</key>
<type>org.exoplatform.portal.config.UserACL</type>
Modified: portal/trunk/docs/reference-guide/en/modules/configuration/Portal_Navigation_Configuration.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/configuration/Portal_Navigation_Configuration.xml 2010-01-21 06:32:28 UTC (rev 1399)
+++ portal/trunk/docs/reference-guide/en/modules/configuration/Portal_Navigation_Configuration.xml 2010-01-21 06:33:57 UTC (rev 1400)
@@ -8,27 +8,27 @@
<section id="sect-Reference_Guide-Portal_Navigation_Configuration-Overview">
<title>Overview</title>
<para>
- When a user logs in he sees three types of navigation tree:
+ Three types of navigation are available to portal users:
</para>
<itemizedlist>
<listitem>
<para>
- Portal Navigation
+ <xref linkend="sect-Reference_Guide-Portal_Navigation_Configuration-Portal_Navigation"/>
</para>
</listitem>
<listitem>
<para>
- Group Navigation
+ <xref linkend="sect-Reference_Guide-Portal_Navigation_Configuration-Group_Navigation"/>
</para>
</listitem>
<listitem>
<para>
- User Navigation
+ <xref linkend="sect-Reference_Guide-Portal_Navigation_Configuration-User_Navigation"/>
</para>
</listitem>
</itemizedlist>
<para>
- they all are configured thanks to the usual XML configuration syntax in a file: "02portal.war:/WEB-INF/conf/portal/portal-configuration.xml"
+ These navigations are configured with standard XML syntax in the file; "<filename>02portal.war:/WEB-INF/conf/portal/portal-configuration.xml</filename>".
</para>
<programlisting role="XML"><component>
@@ -97,21 +97,216 @@
</component-plugins>
</programlisting>
<para>
- In the previous XML file we define, for the 3 navigation types, some sets of predefined portal, groups or users that will have some XML files inside the war. Those files will be used to create an initial navigation the first time the portal is launched. That information will then be stored in the JCR and hence only modifiable from the portal UI.
+ This XML file defines, for the three navigations, which sets of portals, groups or users will have XML files inside the apprpriate <literal>war</literal>. Those files will be used to create an initial navigation the first time the portal is launched. That information will then be stored in the JCR and is then modifiable from the portal UI.
</para>
</section>
<section id="sect-Reference_Guide-Portal_Navigation_Configuration-Portal_Navigation">
<title>Portal Navigation</title>
<para>
- The portal navigation incorporates the pages that can be accessed even when the user is not logged in (if the permission allow a public access). Several portal navigations are used for example when a company has several trademarks and each trade would have its own website.
+ The portal navigation incorporates the pages that can be accessed when the user is not logged in (if the applicable permissions allow public access). For example; several portal navigations are used when a company has multiple trademarks and each trade has its own website.
</para>
<para>
- The configuration of a portal called "classic" is made by providing 4 XML files under the directory portal/WEBINF/conf/portal/portal/classic:
+ The <emphasis role="bold">classic</emphasis> portal is configured by four XML files in the <filename>portal/WEBINF/conf/portal/portal/classic</filename> directory:
</para>
+
+ <variablelist>
+ <varlistentry>
+ <term>Portal.xml</term>
+ <listitem>
+ <para>
+ This file describes the layout and portlets that will be shown on all pages. Usually the layout contains the banner, footer, menu and breadcrumbs portlets. &PRODUCT; is extremely configurable as every area (even the banner and footer) is a portlet.
+ </para>
+<programlisting role="XML"><?xml version="1.0" encoding="ISO-8859-1"?>
+<portal-config>
+ <portal-name>classic</portal-name>
+ <locale>en</locale>
+ <factory-id>office</factory-id>
+ <access-permissions>Everyone</access-permissions>
+ <edit-permission>*:/platform/administrators</edit-permission>
+ <creator>root</creator>
+
+ <portal-layout>
+ <application>
+ <instance-id>portal#classic:/web/BannerPortlet/banner</instance-id>
+ <show-info-bar>false</show-info-bar>
+ </application>
+ <application>
+ <instance-id>portal#classic:/web/NavigationPortlet/toolbar</instance-id>
+ <show-info-bar>false</show-info-bar>
+ </application>
+
+ <application>
+ <instance-id>portal#classic:/web/BreadcumbsPortlet/breadcumbs</instance-id>
+ <show-info-bar>false</show-info-bar>
+ </application>
+
+
+ <page-body> </page-body>
+
+ <application>
+ <instance-id>portal#classic:/web/FooterPortlet/footer</instance-id>
+ <show-info-bar>false</show-info-bar>
+ </application>
+ </portal-layout>
+
+</portal-config>
+</programlisting>
+ <para>
+ It is also possible to apply a nested container that can also contain portlets. Row, column or tab containers are then responsible of the layout of their child portlets.
+ </para>
+ <para>
+ Each application references a portlet using the id <literal>portal#{portalName}:/{portletWarName}/{portletName}/{uniqueId}</literal>
+ </para>
+ <para>
+ Use the <literal>page-body</literal> tag to define where &PRODUCT; should render the current page.
+ </para>
+ <para>
+ The defined <emphasis role="bold">classic</emphasis> portal is accessible to "Everyone" (at <literal>/portal/public/classic</literal>) but only members of the group <literal>/platform/administrators</literal> can edit it.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Navigation.xml</term>
+ <listitem>
+ <para>
+ This file defines all the navigation nodes the portal will have. The syntax is simple, using nested node tags. Each node references a page that is defined in the next XML file.
+ </para>
+ <para>
+ If the label <literal>#{}</literal> node label is used, the internationalization mechanism is activated and the actual label to render is taken from an associated properties file for the current locale.
+ </para>
+<programlisting role="XML"><?xml version="1.0" encoding="UTF-8"?>
+<node-navigation>
+ <owner-type>portal</owner-type>
+ <owner-id>classic</owner-id>
+ <priority>1</priority>
+ <page-nodes>
+ <node>
+ <uri>home</uri>
+ <name>home</name>
+ <label>#{portal.classic.home}</label>
+ <page-reference>portal::classic::homepage</page-reference>
+ </node>
+ <node>
+ <uri>webexplorer</uri>
+ <name>webexplorer</name>
+ <label>#{portal.classic.webexplorer}</label>
+ <page-reference>portal::classic::webexplorer</page-reference>
+ </node>
+ </page-nodes>
+</node-navigation>
+</programlisting>
+ <para>
+ This navigation tree can have multiple views inside portlets (such as the breadcrumbs portlet) that render the current view node, the site map or the menu portlets.
+ </para>
+ <warning>
+ <para>
+ For top nodes, the <emphasis role="bold">uri</emphasis> and the <emphasis role="bold">name</emphasis> of your navigation nodes must have the <emphasis>same</emphasis> value. For the other nodes the <emphasis role="bold">uri</emphasis> is composed like <emphasis><uri>contentmanagement/fileexplorer</uri></emphasis> where '<literal>contentmanagement</literal> ' is the name of the parent node and '<literal>fileexplorer</literal>' is the name of the node ( <emphasis><name>fileexplorer</name> </emphasis> ).
+ </para>
+ </warning>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Pages.xml</term>
+ <listitem>
+ <para>
+ This XML file structure is very similar to <filename>portal.xml</filename> and it can also contain container tags. Each application can decide whether to render the portlet border, the window state icons or the mode.
+ </para>
+<programlisting role="XML"><?xml version="1.0" encoding="ISO-8859-1"?>
+<page-set>
+ <page>
+ <page-id>portal::classic::homepage</page-id>
+ <owner-type>portal</owner-type>
+ <owner-id>classic</owner-id>
+ <name>homepage</name>
+ <title>Home Page</title>
+ <access-permissions>Everyone</access-permissions>
+ <edit-permission>*:/platform/administrators</edit-permission>
+ <application>
+ <instance-id>portal#classic:/web/HomePagePortlet/homepageportlet</instance-id>
+ <title>Home Page portlet</title>
+ <show-info-bar>false</show-info-bar>
+ <show-application-state>false</show-application-state>
+ <show-application-mode>false</show-application-mode>
+ </application>
+ </page>
+
+ <page>
+ <page-id>portal::classic::webexplorer</page-id>
+ <owner-type>portal</owner-type>
+ <owner-id>classic</owner-id>
+ <name>webexplorer</name>
+ <title>Web Explorer</title>
+ <access-permissions>*:/platform/users</access-permissions>
+ <edit-permission>*:/platform/administrators</edit-permission>
+ <application>
+ <instance-id>group#platform/users:/web/BrowserPortlet/WebExplorer</instance-id>
+ <title>Web Explorer</title>
+ <show-info-bar>false</show-info-bar>
+ </application>
+ </page>
+</page-set>
+</programlisting>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Portlet-preferences.xml</term>
+ <listitem>
+ <para>
+ Porlet instances can be associated with <literal>portlet-preferences</literal> that override the one defined in <filename>portlet.xml </filename>file of the portlet application <literal>war</literal> .
+ </para>
+<programlisting role="XML"><?xml version="1.0" encoding="ISO-8859-1"?>
+<portlet-preferences-set>
+ <portlet-preferences>
+ <owner-type>portal</owner-type>
+ <owner-id>classic</owner-id>
+ <window-id>portal#classic:/web/BannerPortlet/banner</window-id>
+ <preference>
+ <name>template</name>
+ <value>par:/groovy/groovy/webui/component/UIBannerPortlet.gtmpl</value>
+ <read-only>false</read-only>
+ </preference>
+ </portlet-preferences>
+ <portlet-preferences>
+ <owner-type>portal</owner-type>
+ <owner-id>classic</owner-id>
+ <window-id>portal#classic:/web/NavigationPortlet/toolbar</window-id>
+ <preference>
+ <name>useAJAX</name>
+ <value>true</value>
+ <read-only>false</read-only>
+ </preference>
+ </portlet-preferences>
+ <portlet-preferences>
+ <owner-type>portal</owner-type>
+ <owner-id>classic</owner-id>
+ <window-id>portal#classic:/web/FooterPortlet/footer</window-id>
+ <preference>
+ <name>template</name>
+ <value>par:/groovy/groovy/webui/component/UIFooterPortlet.gtmpl</value>
+ <read-only>false</read-only>
+ </preference>
+ </portlet-preferences>
+
+
+ <portlet-preferences>
+ <owner-type>portal</owner-type>
+ <owner-id>classic</owner-id>
+ <window-id>portal#classic:/web/GroovyPortlet/groovyportlet</window-id>
+ <preference>
+ <name>template</name>
+ <value>par:/groovy/groovy/webui/component/UIGroovyPortlet.gtmpl</value>
+ <read-only>false</read-only>
+ </preference>
+ </portlet-preferences>
+</portlet-preferences-set>
+</programlisting>
+
+ </listitem>
+ </varlistentry>
+ </variablelist>
</section>
-
- <section id="sect-Reference_Guide-Portal_Navigation_Configuration-Portal.xml">
+<!-- <section id="sect-Reference_Guide-Portal_Navigation_Configuration-Portal.xml">
<title>Portal.xml</title>
<para>
That file describes the layout and portlets that will be shown for all pages. Usually the layout contains the banner, footer, menu, breadcrumbs portlets. Indeed, in GateIn, every area is a portlet even the banner and footer which makes the platform extremely configurable.
@@ -164,7 +359,7 @@
<para>
The defined classic portal is accessible to "Everyone" (that means it can be accessed through the URL /portal/public/classic) but only members of the group /platform/administrators can edit it.
</para>
- </section>
+ </section>
<section id="sect-Reference_Guide-Portal_Navigation_Configuration-Navigation.xml">
<title>Navigation.xml</title>
@@ -204,7 +399,7 @@
For top nodes, the <emphasis role="bold">uri</emphasis> and the <emphasis role="bold">name</emphasis> of your navigation nodes must have the <emphasis role="bold">same</emphasis> value. For the other nodes the uri is composed like <emphasis><uri>contentmanagement/fileexplorer</uri></emphasis> where 'contentmanagement' is the name of the parent node and 'fileexplorer' the name of the node ( <emphasis><name>fileexplorer</name> </emphasis> ).
</para>
</warning>
- </section>
+ </section>
<section id="sect-Reference_Guide-Portal_Navigation_Configuration-Pages.xml">
<title>Pages.xml</title>
@@ -301,30 +496,35 @@
</portlet-preferences>
</portlet-preferences-set>
</programlisting>
- </section>
+ </section> -->
<section id="sect-Reference_Guide-Portal_Navigation_Configuration-Group_Navigation">
<title>Group Navigation</title>
<para>
- Group navigations are dynamically added (mounted) to the user navigation when he logs in. This means that a user sees in his menu also all the pages that are assigned to the groups to which he belongs to.
+ Group navigations are dynamically added to the user navigation at login. This allows users to see all the pages assigned to any groups they belong to in the menu.
</para>
<para>
- Here only 3 XML files are necessary: navigation.xml, pages.xml and portlet-preferences.xml. The syntax is the same as for portal navigations.
- </para>
+ The group navigation menu is configured by three XML files (<filename>navigation.xml</filename>, <filename>pages.xml</filename> and <filename>portlet-preferences.xml</filename>). The syntax used in these files is the same as those covered in <xref linkend="sect-Reference_Guide-Portal_Navigation_Configuration-Portal_Navigation"/>.
+ </para>
<para>
- The 3 files are located in the directory: "portal/WEB-INF/conf/portal/group/group-name-path/" like for example "portal/WEB-INF/conf/portal/group/platform/administrators/"
+ They are located in the <filename>portal/WEB-INF/conf/portal/group<replaceable>/group-name-path/</replaceable></filename> directory (For example; <filename>portal/WEB-INF/conf/portal/group/platform/administrators/</filename>).
</para>
</section>
<section id="sect-Reference_Guide-Portal_Navigation_Configuration-User_Navigation">
<title>User Navigation</title>
<para>
- The user navigation is the set of nodes and pages that is owned by a user. You can see that part as the user dashboard. The files needed are navigation.xml, pages.xml, portlet-preferences.xml. You will also find gadgets.xml (formerly called widgets.xml) which defines the gadgets (widgets) that will be located in the user workspace. The user workspace is located at the left hand side, the access is restricted to some privileged users, see <xref linkend="sect-Reference_Guide-Predefined_User_Configuration" />
+ The user navigation is the set of nodes and pages that are owned by a user. They are part of the user dashboard.
+ </para>
+ <para>
+ Three files configure the user navigation (<filename>navigation.xml</filename>, <filename>pages.xml</filename> and <filename>portlet-preferences.xml</filename>). They are located in the directory "<filename>portal/WEB-INF/conf/portal/users/{userName}</filename>".
</para>
<para>
- Those files are located in the directory "portal/WEB-INF/conf/portal/users/{userName}"
+ This directory also contains a <filename>gadgets.xml</filename> file (which was formerly called <filename>widgets.xml</filename>). This file defines the gadgets located in the user workspace.
+ </para>
+ <para>
+ The user workspace is located at the left hand side of the page and access is restricted to some privileged users, see <xref linkend="sect-Reference_Guide-Predefined_User_Configuration" />
</para>
-
<programlisting role="XML"><?xml version="1.0" encoding="ISO-8859-1"?>
<widgets>
<owner-type>user</owner-type>
@@ -360,9 +560,9 @@
</widgets>
</programlisting>
- <para>
+<!-- <para>
Note that when you develop a portal, we advise you to use the XML instead of the User Interface as XML will allow you to provide a preconfigured package to your customer. But as each time you start the server the first time, the XML files are stored in the JCR, it will be necessary to remove the database (the jcr leverages a database). During the development phase using tomcat it simply means to delete the directory: exo-tomcat/temp
- </para>
+ </para> -->
</section>
<section id="sect-Reference_Guide-Portal_Navigation_Configuration-Tips">
@@ -370,9 +570,13 @@
<section id="sect-Reference_Guide-Tips-Direct_External_Links">
<title>Direct External Links</title>
<para>
- If you wish to add a link to a URL outside the portal you you first have to define a "page" which will not be used. Then add the URL to the navigation. pages.xml:
+ If you wish to add a link to a URL outside the portal you you first have to define a "page" which will not be used. Then add the URL to the navigation.
</para>
-
+ <variablelist>
+ <varlistentry>
+ <term>pages.xml</term>
+ <listitem>
+ <para>
<programlisting><page>
<owner-type>portal</owner-type>
<owner-id>website</owner-id>
@@ -382,10 +586,13 @@
<edit-permission>*:/platform/administrators</edit-permission>
</page>
</programlisting>
- <para>
- naviguation.xml:
- </para>
-
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>navigation.xml</term>
+ <listitem>
+ <para>
<programlisting><node>
<uri>http://wiki.exoplatform.com/xwiki/bin/view/Main/WebHome</uri>
<name>documentation</name>
@@ -393,6 +600,10 @@
<page-reference>portal::website::documentation</page-reference>
</node>
</programlisting>
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
<warning>
<title>Direct external links were not a design goal</title>
<para>
Modified: portal/trunk/docs/reference-guide/en/modules/configuration/Predefined_User_Configuration.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/configuration/Predefined_User_Configuration.xml 2010-01-21 06:32:28 UTC (rev 1399)
+++ portal/trunk/docs/reference-guide/en/modules/configuration/Predefined_User_Configuration.xml 2010-01-21 06:33:57 UTC (rev 1400)
@@ -8,21 +8,28 @@
<section id="sect-Reference_Guide-Predefined_User_Configuration-Overview">
<title>Overview</title>
<para>
- To specify the initial Organization configuration, the content of <literal>02portal.war:/WEB-INF/conf/organization/organization-configuration.xml </literal> should be edited. This file complies with the XML GateIn configuration schema. It lists several configuration plugins.
+ To specify the initial Organization configuration, the content of <literal>02portal.war:/WEB-INF/conf/organization/organization-configuration.xml </literal> should be edited. This file uses the portal XML configuration schema. It lists several configuration plugins.
</para>
</section>
<section id="sect-Reference_Guide-Predefined_User_Configuration-Plugin_for_adding_users_groups_and_membership_types_">
- <title>Plugin for adding users, groups and membership types </title>
+ <title>Plugin for adding users, groups and membership types</title>
<para>
- The plugin of type <literal>org.exoplatform.services.organization.OrganizationDatabaseInitializer </literal> specifies the list of users, groups and membership types to be created. The initialization parameter named "checkDatabaseAlgorithm" determines how the creation is triggered. Thus, the value "entry" means that each user, group and membership listed in the configuration is checked each time GateIn is started. If not existing, it is created. The value "empty" means that the whole list of preconfigured users, groups and memberships is processed only if the database is empty.
+ The plugin of type <literal>org.exoplatform.services.organization.OrganizationDatabaseInitializer</literal> specifies the list of users, groups and membership types to be created.
+ </para>
+ <para>
+ The initialization parameter "<parameter>checkDatabaseAlgorithm</parameter>" determines how the creation is triggered.
</para>
+
+ <para>
+ The value "<literal>entry</literal>" means that each user, group and membership listed in the configuration file is checked each time &PRODUCT; is started. If the entry doesn't exist, it is created. The value "<literal>empty</literal>" sets the configuration file to be processed only if the database is empty.
+ </para>
</section>
<section id="sect-Reference_Guide-Predefined_User_Configuration-Membership_types">
<title>Membership types</title>
<para>
- The predefined membership types are specified in the "membershipType" field of the "OrganizationConfig" plugin parameter.
+ The predefined membership types are specified in the "<parameter>membershipType</parameter>" field of the "<parameter>OrganizationConfig</parameter>" plugin parameter.
</para>
<programlisting role="XML"><field name="membershipType">
@@ -65,7 +72,7 @@
<section id="sect-Reference_Guide-Predefined_User_Configuration-Groups">
<title>Groups</title>
<para>
- The predefined groups are specified in the "group" field of the "OrganizationConfig" plugin parameter.
+ The predefined groups are specified in the "group" field of the "<parameter>OrganizationConfig</parameter>" plugin parameter.
</para>
<programlisting role="XML"><field name="group">
@@ -111,7 +118,7 @@
<section id="sect-Reference_Guide-Predefined_User_Configuration-Users">
<title>Users</title>
<para>
- The predefined users are specified in the "membershipType" field of the "OrganizationConfig" plugin parameter.
+ The predefined users are specified in the "<parameter>membershipType</parameter>" field of the "<parameter>OrganizationConfig</parameter>" plugin parameter.
</para>
<programlisting role="XML"><field name="user">
14 years, 11 months
gatein SVN: r1399 - portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-01-21 01:32:28 -0500 (Thu, 21 Jan 2010)
New Revision: 1399
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Reference_Guide.ent
Log:
early edits
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Reference_Guide.ent
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Reference_Guide.ent 2010-01-21 03:13:38 UTC (rev 1398)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Reference_Guide.ent 2010-01-21 06:32:28 UTC (rev 1399)
@@ -1,4 +1,4 @@
<!ENTITY PRODUCT "Enterprise Portal Platform 5.0">
<!ENTITY BOOKID "User Guide">
-<!ENTITY YEAR "2009">
+<!ENTITY YEAR "2010">
<!ENTITY HOLDER "Red Hat, Inc">
14 years, 11 months
gatein SVN: r1398 - in portal/trunk/docs/user-guide/en/modules: portal and 1 other directory.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-01-20 22:13:38 -0500 (Wed, 20 Jan 2010)
New Revision: 1398
Modified:
portal/trunk/docs/user-guide/en/modules/language/Multi-Language_Navigation_Nodes.xml
portal/trunk/docs/user-guide/en/modules/portal/Manage_Page_Navigation.xml
Log:
fixed minor publican build bugs
Modified: portal/trunk/docs/user-guide/en/modules/language/Multi-Language_Navigation_Nodes.xml
===================================================================
--- portal/trunk/docs/user-guide/en/modules/language/Multi-Language_Navigation_Nodes.xml 2010-01-21 03:13:19 UTC (rev 1397)
+++ portal/trunk/docs/user-guide/en/modules/language/Multi-Language_Navigation_Nodes.xml 2010-01-21 03:13:38 UTC (rev 1398)
@@ -5,8 +5,6 @@
]>
<section id="sect-User_Guide-Multi_Language_Navigation_Nodes">
<title>Multi-Language Navigation Nodes</title>
-
-
<para>
&PRODUCT; supports a multi-language environment for your portal allowing you to internationalize any menu entry on the navigation.
</para>
@@ -168,7 +166,7 @@
<procedure>
<step>
<para>
- Go to <emphasis role="bold">GateIn Start</emphasis> -> <emphasis role="bold">Page Navigation</emphasis> -> <emphasis role="bold">Administration</emphasis> --> <emphasis role="bold">Internationalization</emphasis>
+ Go to <emphasis role="bold">GateIn Start</emphasis> -> <emphasis role="bold">Page Navigation</emphasis> -> <emphasis role="bold">Administration</emphasis> -> <emphasis role="bold">Internationalization</emphasis>
</para>
<mediaobject>
<imageobject>
@@ -312,7 +310,7 @@
</step>
<step>
<para>
- Go to GateIn <emphasis role="bold">Start</emphasis> -> <emphasis role="bold">Administration</emphasis> -> <emphasis role="bold">Language Settings</emphasis>: select French --> Apply.
+ Go to GateIn <emphasis role="bold">Start</emphasis> -> <emphasis role="bold">Administration</emphasis> -> <emphasis role="bold">Language Settings</emphasis>: select French -> Apply.
</para>
</step>
<step>
@@ -325,9 +323,7 @@
</imageobject>
</mediaobject>
</step>
- </procedure>
--->
- </section>
+ </procedure> -->
</section>
Modified: portal/trunk/docs/user-guide/en/modules/portal/Manage_Page_Navigation.xml
===================================================================
--- portal/trunk/docs/user-guide/en/modules/portal/Manage_Page_Navigation.xml 2010-01-21 03:13:19 UTC (rev 1397)
+++ portal/trunk/docs/user-guide/en/modules/portal/Manage_Page_Navigation.xml 2010-01-21 03:13:38 UTC (rev 1398)
@@ -96,7 +96,7 @@
<procedure>
<step>
<para>
- Go to <emphasis role="bold">GateIn Start</emphasis> -> <emphasis role="bold">Administration</emphasis> -> <emphasis role="bold">Advanced</emphasis> --> <emphasis role="bold">Edit Page and Navigation</emphasis>.
+ Go to <emphasis role="bold">GateIn Start</emphasis> -> <emphasis role="bold">Administration</emphasis> -> <emphasis role="bold">Advanced</emphasis> -> <emphasis role="bold">Edit Page and Navigation</emphasis>.
</para>
<warning>
<para>
14 years, 11 months
gatein SVN: r1397 - portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-01-20 22:13:19 -0500 (Wed, 20 Jan 2010)
New Revision: 1397
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/User_Guide.xml
Log:
fixed minor publican build bugs
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/User_Guide.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/User_Guide.xml 2010-01-20 17:39:28 UTC (rev 1396)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/User_Guide.xml 2010-01-21 03:13:19 UTC (rev 1397)
@@ -5,7 +5,7 @@
<!ENTITY % BOOK_ENTITIES SYSTEM "Enterprise_Portal_Platform_User_Guide.ent">
%BOOK_ENTITIES;
]>
-<book>
+<book status="draft">
<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="modules/Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
14 years, 11 months
gatein SVN: r1395 - in portal/trunk: portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget and 8 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-01-20 12:06:33 -0500 (Wed, 20 Jan 2010)
New Revision: 1395
Added:
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_nl.properties
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_nl.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_nl.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_nl.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_nl.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_nl.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_nl.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_nl.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_nl.properties
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_nl.properties
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_nl.properties
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_nl.properties
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_nl.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_nl.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_nl.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_nl.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_nl.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_nl.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_nl.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_nl.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_nl.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_nl.properties
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_nl.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_nl.properties
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_nl.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/locales-config.xml
Log:
GTNPORTAL-537: Translation in Dutch
Added: portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_nl.properties (rev 0)
+++ portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,24 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UITabPaneDashboard.action.addNewDashboard=Voeg dashboard toe
+UITabPaneDashboard.action.switchShowRange=Verander bereik
+UITabPaneDashboard.msg.deleteTab=Wilt U deze dashboard verwijderen?
+UITabPaneDashboard.msg.cannotDeleteLastTab=Kan het laatste tabblad niet verwijderen.
+UITabPaneDashboard.msg.wrongTabName=Enkel alfanumerieke karakter, getallen, '_', '-' en spatie zijn toegelaten.
Added: portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_nl.properties (rev 0)
+++ portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,27 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UIGadgetEditMode.title=Zet gadget's url
+UIGadgetEditMode.label.gadgetUrl=Url:
+UIGadgetEditMode.label.typeSelector=Type:
+UIGadgetEditMode.label.gadgetSelector=Gadget:
+UIGadgetEditMode.action.Save=#{word.save}
+
+UIGadgetEditMode.label.option.remote=Remote gadget
+UIGadgetEditMode.label.option.local=Local gadget
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_nl.properties 2010-01-20 17:01:22 UTC (rev 1394)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -17,69 +17,71 @@
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
#
-##org.exoplatform.account.webui.component.UIAccountForm
-
-UIAccountForm.label.Profile=Gebruikersprofiel
-UIAccountForm.title=Account toevoegen/wijzigen
-UIAccountForm.label.username=#{word.userName}:
-UIAccountForm.label.SearchUser=Gebruiker zoeken
-UIAccountForm.label.password1x=Paswoord:
-UIAccountForm.label.password2x=Bevestig Paswoord:
-UIAccountForm.label.password=Paswoord:
-UIAccountForm.label.Confirmpassword=Bevestig Paswoord:
-UIAccountForm.action.Reset=Reset
-UIAccountForm.label.firstName=#{word.firstName}:
-UIAccountForm.label.lastName=#{word.lastName}:
-UIAccountForm.label.email=Email Adres:
-UIAccountForm.label.note=gemarkeerde velden met een ster<span style="color: red">*</span> zijn vereist
-UIAccountForm.action.Back=#{word.back}
-UIAccountForm.action.Save=#{word.save}
-UIAccountForm.label.action.SearchUser=Gebruiker zoeken
-#{0} is the username that the remote user enter
-UIAccountForm.msg.user-exist=Gebruikersnaam '{0}' bestaat al
-UIAccountForm.msg.incorrect-password=paswoord is niet correct, probeer opnieuw
-UIAccountForm.msg.sucsesful.create.user=Gebruiker successvol gecre�erd
-
-UIAccountForm.tab.label.AccountTemplate=Account Template
-UIAccountForm.tab.label.UIUserProfileInputSet=Gebruikersprofiel
-UIAccountForm.tab.label.AccountInputSet=Account Setting
-UIAccountForm.tab.label.UIUserMembershipSelector=Gebruikers lidmaatschap
-UIAccountForm.label.Membership=lidmaatschap
-
-
-UIAccountForm.label.option.male=Mannelijk
-UIAccountForm.label.option.female=Vrouwelijk
-
-UIAccountForm.label.HomeInfo=Priv� Informati
-UIAccountForm.label.user.name.given=#{word.givenName}:
-UIAccountForm.label.user.name.family=#{word.familyName}:
-UIAccountForm.label.user.name.nickName=#{word.nickName}:
-UIAccountForm.label.user.bdate=#{word.birthday}:
-UIAccountForm.label.user.gender=#{word.gender}:
-UIAccountForm.label.user.employer=#{word.employer}:
-UIAccountForm.label.user.department=#{word.department}:
-UIAccountForm.label.user.jobtitle=#{word.jobTitle}:
-UIAccountForm.label.user.home-info.postal.name=#:
-UIAccountForm.label.user.home-info.postal.street=#{word.street}:
-UIAccountForm.label.user.home-info.postal.city=#{word.city}:
-UIAccountForm.label.user.home-info.postal.stateprov=#{word.stateProv}:
-UIAccountForm.label.user.home-info.postal.postalcode=#{word.postalCode}:
-UIAccountForm.label.user.home-info.postal.country=#{word.country}:
-UIAccountForm.label.user.home-info.telecom.mobile.number=#{word.mobile}:
-UIAccountForm.label.user.home-info.telecom.telephone.number=#{word.tel}:
-UIAccountForm.label.user.home-info.online.email=#{word.email}:
-UIAccountForm.label.user.home-info.online.uri=#{word.website}:
-
-UIAccountForm.label.BusinessInfo=Business Informations
-UIAccountForm.label.user.business-info.postal.name=#:
-UIAccountForm.label.user.business-info.postal.street=#{word.street}:
-UIAccountForm.label.user.business-info.postal.city=#{word.city}:
-UIAccountForm.label.user.business-info.postal.stateprov=#{word.stateProv}:
-UIAccountForm.label.user.business-info.postal.postalcode=#{word.postalCode}:
-UIAccountForm.label.user.business-info.postal.country=#{word.country}:
-UIAccountForm.label.user.business-info.telecom.mobile.number=#{word.mobile}:
-UIAccountForm.label.user.business-info.telecom.telephone.number=#{word.tel}:
-UIAccountForm.label.user.business-info.online.email=#{word.email}:
-UIAccountForm.label.user.business-info.online.uri=#{word.website}:
-
-UIPopupWindow.title.UIGroupMembershipSelector=Selecteer gebruikerslidmaatschap
\ No newline at end of file
+##org.exoplatform.account.webui.component.UIAccountForm
+
+UIAccountForm.label.Profile=Gebruikersprofiel
+UIAccountForm.title=Toevoegen/wijzigen account
+UIAccountForm.label.username=#{word.userName}:
+UIAccountForm.label.SearchUser=Zoek gebruiker
+UIAccountForm.label.password1x=Paswoord:
+UIAccountForm.label.password2x=Bevestig paswoord:
+UIAccountForm.label.password=Paswoord:
+UIAccountForm.label.Confirmpassword=Bevestig paswoord:
+UIAccountForm.action.Reset=Reset
+UIAccountForm.label.firstName=#{word.firstName}:
+UIAccountForm.label.lastName=#{word.lastName}:
+UIAccountForm.label.email=E-mail adres:
+UIAccountForm.label.note=Gemarkeerde velden met een ster<span style\="color: red">*</span> zijn vereist
+UIAccountForm.action.Back=#{word.back}
+UIAccountForm.action.Save=#{word.save}
+UIAccountForm.label.action.SearchUser=Zoek gebruiker
+#{0} is the username that the remote user enter
+UIAccountForm.msg.user-exist=Gebruikersnaam '{0}' bestaat al.
+UIAccountForm.msg.incorrect-password=Paswoord is niet correct, probeer opnieuw.
+UIAccountForm.msg.sucsesful.create.user=Gebruiker succesvol gecre\u00EBerd.
+
+UIAccountForm.tab.label.AccountTemplate=Account sjabloon
+UIAccountForm.tab.label.UIUserProfileInputSet=Gebruikersprofiel
+UIAccountForm.tab.label.AccountInputSet=Account instelling
+UIAccountForm.tab.label.UIUserMembershipSelector=Gebruikers lidmaatschap
+
+UIAccountForm.label.Membership=Lidmaatschap
+
+
+UIAccountForm.label.option.male=Mannelijk
+UIAccountForm.label.option.female=Vrouwelijk
+
+UIAccountForm.label.HomeInfo=Priv\u00E9 informatie
+UIAccountForm.label.user.name.given=#{word.givenName}:
+UIAccountForm.label.user.name.family=#{word.familyName}:
+UIAccountForm.label.user.name.nickName=#{word.nickName}:
+UIAccountForm.label.user.bdate=#{word.birthday}:
+UIAccountForm.label.user.gender=#{word.gender}:
+UIAccountForm.label.user.employer=#{word.employer}:
+UIAccountForm.label.user.department=#{word.department}:
+UIAccountForm.label.user.jobtitle=#{word.jobTitle}:
+UIAccountForm.label.user.language=Taal
+UIAccountForm.label.user.home-info.postal.name=#:
+UIAccountForm.label.user.home-info.postal.street=#{word.street}:
+UIAccountForm.label.user.home-info.postal.city=#{word.city}:
+UIAccountForm.label.user.home-info.postal.stateprov=#{word.stateProv}:
+UIAccountForm.label.user.home-info.postal.postalcode=#{word.postalCode}:
+UIAccountForm.label.user.home-info.postal.country=#{word.country}:
+UIAccountForm.label.user.home-info.telecom.mobile.number=#{word.mobile}:
+UIAccountForm.label.user.home-info.telecom.telephone.number=#{word.tel}:
+UIAccountForm.label.user.home-info.online.email=#{word.email}:
+UIAccountForm.label.user.home-info.online.uri=#{word.website}:
+
+UIAccountForm.label.BusinessInfo=Professionele informatie
+UIAccountForm.label.user.business-info.postal.name=#:
+UIAccountForm.label.user.business-info.postal.street=#{word.street}:
+UIAccountForm.label.user.business-info.postal.city=#{word.city}:
+UIAccountForm.label.user.business-info.postal.stateprov=#{word.stateProv}:
+UIAccountForm.label.user.business-info.postal.postalcode=#{word.postalCode}:
+UIAccountForm.label.user.business-info.postal.country=#{word.country}:
+UIAccountForm.label.user.business-info.telecom.mobile.number=#{word.mobile}:
+UIAccountForm.label.user.business-info.telecom.telephone.number=#{word.tel}:
+UIAccountForm.label.user.business-info.online.email=#{word.email}:
+UIAccountForm.label.user.business-info.online.uri=#{word.website}:
+
+UIPopupWindow.title.UIGroupMembershipSelector=Selecteer gebruikers lidmaatschap
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_nl.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,30 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UIAdminToolbarPortlet.action.AddPage=Voeg nieuwe pagina toe
+UIAdminToolbarPortlet.action.EditPage=Wijzig pagina
+UIAdminToolbarPortlet.action.CreatePortal=Cre\u00EBer nieuwe portaal
+UIAdminToolbarPortlet.action.EditPortal=Wijzig huidige portaal
+UIAdminToolbarPortlet.action.BrowsePage=Beheer pagina's
+UIAdminToolbarPortlet.action.EditPageAndNavigation=Wijzig pagina en navigatie
+UIAdminToolbarPortlet.action.Editor=Editor
+UIAdminToolbarPortlet.action.portal.Editor=Site editor
+UIAdminToolbarPortlet.action.group.Editor=Groep editor
+UIAdminToolbarPortlet.action.user.Editor=Dashboard editor
+UIAdminToolbarPortlet.action.EditSiteLayout=Wijzig lay-out
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_nl.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,150 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+##expression
+word.cancel=#{word.cancel}
+label.displayName=#{label.displayName}
+label.description=#{label.description}
+category.msg.changeNotExist=Kan de wijzigingen niet opslaan omdat de categorie niet meer bestaat.
+application.msg.changeNotExist=Kan de wijzigingen niet opslaan omdat de applicatie niet meer bestaat.
+gadget.msg.changeNotExist=Kan de wijzigingen niet opslaan omdat de gadget niet meer bestaat.
+## org.exoplatform.applicationregistry.webui.component.UIApplicationRegistryPortlet
+UIToolbar.label.organize=Categorie\u00EBn
+UIToolbar.label.portlet=Portlet
+UIToolbar.label.gadget=Gadget
+
+## org.exoplatform.applicationregistry.webui.component.UIApplicationOrganizer
+UIOrganizer.label.addCategory=Voeg categorie toe
+UIOrganizer.label.autoImport=Importeer applicaties
+UIOrganizer.label.categories=Categorie\u00EBn
+UIOrganizer.title.editCategory=Wijzig categorie
+UIOrganizer.title.addApplication=Voeg applicatie toe aan categorie
+UIOrganizer.title.deleteCategory=Verwijder categorie
+UIOrganizer.title.deleteApplication=Verwijder applicatie
+UIOrganizer.msg.importAll=Deze actie zal automatisch categorie\u00EBn aanmaken en alle gadgets en portlets importeren.
+UIOrganizer.msg.deleteCategory=Wilt u deze categorie met al zijn applicaties verwijderen?
+UIOrganizer.msg.deleteApplication=Wilt u deze applicatie verwijderen?
+UIOrganizer.msg.emptyCategory=Deze categorie heeft geen enkele applicatie, klik op de knop (+) om een applicatie toe te voegen.
+UIOrganizer.msg.noCategory=Er zijn geen categorie\u00EBn. U kan klikken op "Voeg categorie toe" of "Auto Import" om categorie\u00EBn aan te maken.
+UIOrganizer.msg.deleteCategoryInUse=Kan deze categorie niet verwijderen want ze is in gebruik.
+UIOrganizer.msg.deleteApplicationInUse=Kan deze applicatie niet verwijderen want ze is in gebruik.
+UIOrganizer.msg.categoryNoExist=Deze categorie bestaat niet meer.
+UIOrganizer.msg.applicationNoExist=Deze applicatie bestaat niet meer.
+
+## org.exoplatform.applicationregistry.webui.component.UIApplicationRegistryEditMode
+UIApplicationRegistryEditMode.title=Importeer applicaties
+UIApplicationRegistryEditMode.label.showImport=Verander toon import
+
+##org.exoplatform.applicationregistry.webui.component.UIApplicationInfo
+UIPermissionForm.label.UIListPermissionSelector
+UIApplicationInfo.label.name=#{word.name}
+UIApplicationInfo.label.displayName=#{word.displayName}
+UIApplicationInfo.label.description=#{word.description}
+UIApplicationInfo.label.accessPermissions=#{word.word.accessPermission}
+UIApplicationInfo.title.editApplication=Wijzig applicatie
+
+##org.exoplatform.applicationregistry.webui.component.UIApplicationForm
+UIApplicationForm.title=Wijzig applicatie informatie
+UIApplicationForm.label.applicationName=Applicatie naam:
+UIApplicationForm.label.displayName=#{word.displayName}
+UIApplicationForm.label.description=#{word.description}
+UIApplicationForm.action.Save=#{word.save}
+UIApplicationForm.action.Cancel=#{word.cancel}
+
+## org.exoplatform.applicationregistry.webui.component.UIAddApplicationForm
+UIAddApplicationForm.header.input=Kiezen
+UIAddApplicationForm.label.option.portlet=Portlet
+UIAddApplicationForm.label.option.gadget=Gadget
+UIAddApplicationForm.header.label=#{word.displayName}
+UIAddApplicationForm.header.description=#{word.description}
+UIAddApplicationForm.action.Add=#{word.add}
+UIAddApplicationForm.msg.PortletExist=Deze application is reeds in een categorie, selecteer een andere\!
+UIAddApplicationForm.msg.appNotExists=Selecteer een applicatie.
+UIAddApplicationForm.action.Cancel=#{word.cancel}
+UIAddApplicationForm.label.displayName=#{word.displayName}
+UIAddApplicationForm.label.type=Applicatie type
+application.label.
+##org.exoplatform.applicationregistry.webui.component.UICategoryForm
+UICategoryForm.label.name=Categorienaam
+UICategoryForm.label.displayName=#{word.displayName}
+UICategoryForm.label.description=#{word.description}
+UICategoryForm.action.Save=#{word.save}
+UICategoryForm.action.Cancel=#{word.cancel}
+UICategoryForm.msg.SameName=Categorie bestaat reeds, gelieve een andere de kiezen.
+UICategoryForm.label.UIListPermissionSelector
+UICategoryForm.tab.label.categoryPermission=Permissie instellingen
+UICategoryForm.tab.label.categorySetting=Categorie instellingen
+
+## org.exoplatform.applicationregistry.webui.component.UIPortletManagement
+UIPortletManagement.msg.noPortlet=Er zijn geen portlets beschikbaar.
+
+## org.exoplatform.applicationregistry.webui.component.UIPortletInfo
+UIPortletInfo.label.name=Portlet naam:
+UIPortletInfo.label.display=#{word.displayName}
+UIPortletInfo.label.description=#{word.description}
+UIPortletInfo.title.portletPreferences=Portlet instellingen
+UIPortletInfo.msg.noPortletPreferences=Geen portlet instellingen
+
+## org.exoplatform.portletregistry.webui.component.UIGadgetManagement
+UIGadgetManagement.label.addRemote=Voeg een remote gadget toe
+UIGadgetManagement.label.createNew=Cre\u00EBer een nieuwe gadget
+UIGadgetManagement.title.deleteGadget=Verwijder gadget
+UIGadgetManagement.msg.noGadget=Er zijn geen gadgets beschikbaar.
+UIGadgetManagement.msg.deleteGadgetInUse=Kan deze gadget niet verwijderen want ze is in gebruik.
+UIGadgetManagement.msg.deleteGadget=Wilt U deze gadget verwijderen?
+
+## org.exoplatform.applicationregistry.webui.component.UIGadgetInfo
+UIGadgetInfo.label.gadgetDetails=Gadget details
+UIGadgetInfo.label.name=Gadget name:
+UIGadgetInfo.label.displayName=#{word.displayName}
+UIGadgetInfo.label.description=#{word.description}
+UIGadgetInfo.label.viewUrl=Toon URL:
+UIGadgetInfo.label.editUrl=Wijzig URL:
+UIGadgetInfo.label.reference=Referentie:
+UIGadgetInfo.label.categories=Categorie\u00EBn:
+UIGadgetInfo.label.categories.guide=U moet deze gadget toevoegen in een categorie indien U deze wenst te gebruiken in Dashboard.
+UIGadgetInfo.label.categories.clickHere=Klik hier om toe te voegen in categorie\u00EBn
+UIGadgetInfo.title.refresh=Ververs informatie
+UIGadgetInfo.title.editGadget=Wijzig gadget
+UIGadgetInfo.title.copy=Kopieer deze gadget in de lokale bewaarplaats
+UIGadgetInfo.msg.gadgetNotExist=Kan geen actie uitvoeren op de gadget want die bestaat niet meer.
+
+UICategorySelector.header.choose=Kiezen
+UICategorySelector.header.categoryName=Categorie naam
+UICategorySelector.action.Save=#{word.save}
+UICategorySelector.action.Cancel=#{word.cancel}
+UICategorySelector.msg.NoCategory=Er is geen enkele categorie
+
+## org.exoplatform.applicationregistry.webui.component.UIAddGadget
+UIAddGadget.action.Add=#{word.add}
+UIAddGadget.action.Cancel=#{word.cancel}
+UIAddGadget.label.url=URL
+UIAddGadget.label.urlExist=Deze url bestaat reeds, kies een andere.
+UIAddGadget.label.urlError=Data in url: '{0}' is ongeldig.
+
+
+## org.exoplatform.applicationregistry.webui.component.UIGadgetEditor
+UIGadgetEditor.label.source=Bron:
+UIGadgetEditor.action.Save=#{word.save}
+UIGadgetEditor.action.Cancel=#{word.cancel}
+UIGadgetEditor.msg.invalidSpec=This bron is een ongeldige gadget specificatie.
+##package org.exoplatform.organization.webui.component.UIListPermissionSelector
+UIListPermissionSelector.header.groupId=Groep
+UIListPermissionSelector.header.membership=Lidmaatschap
+UIListPermissionSelectorPopup.title.ListPermissionSelector=Selecteer permissie
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_nl.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,21 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UIPageNavigationForm.action.ClosePopup=#{word.close}
+UIPageNavigationForm.action.Save=#{word.save}
\ No newline at end of file
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_nl.properties 2010-01-20 17:01:22 UTC (rev 1394)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -17,230 +17,238 @@
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
#
-##org.exoplatform.organization.webui.component.UIOrganizationPortlet
-UIOrganizationPortlet.label.userManagement=Gebruikers beheer
-UIOrganizationPortlet.label.groupManagement=groeps beheer
-UIOrganizationPortlet.label.membershipManagement=lidmaatschaps beheer
-
-
-##org.exoplatform.organization.webui.component.UIMembershipTypeForm
-UIMembershipTypeForm.title=lidmaatschap toevoegen/wijzigen
-UIMembershipTypeForm.label.name=lidmaatschapsnaam
-UIMembershipTypeForm.label.description=omschrijving
-UIMembershipTypeForm.action.Save=#{word.save}
-UIMembershipTypeForm.action.Back=#{word.back}
-UIMembershipTypeForm.action.Reset=Reset
-UIMembershipTypeForm.msg.SameName=Lidmaatschap bestaat reeds, kies een ander.
-
-##org.exoplatform.organization.webui.component.UIGroupMembershipForm
-UIGroupEditMembershipForm.label.username=User Name
-UIGroupEditMembershipForm.label.membership=Membership
-UIGroupEditMembershipForm.action.Save=Save
-UIGroupEditMembershipForm.action.Cancel=Cancel
-UIGroupEditMembershipForm.msg.membership-delete=Can't save, membership removed!.
-UIGroupEditMembershipForm.msg.membership-exist="Membership type is existing, please enter another one!.
-EditMembership.title.UIGroupEditMembershipForm=Edit Membership
-EditMembership.title.EditMembership=Edit Membership
-UIGroupMembershipForm.label.title=groepslidmaatschap
-UIGroupMembershipForm.label.username=Gebruikersnaam
-UIGroupMembershipForm.label.membership=lidmaatschap
-UIGroupMembershipForm.action.Save=#{word.save}
-SearchUserForm.label.option.userName=#{word.userName}
-SearchUserForm.label.option.firstName=#{word.firstName}
-SearchUserForm.label.option.lastName=#{word.lastName}
-SearchUserForm.label.option.email=#{word.email}
-SearchUser.title.UIUserSelector=Select User
-SearchUser.title.SearchUser=Select User
-#{0} is the member that the remote memeber enter
-UIMemberShipForm.msg.membershipType-exist=Lidmaatschap type '{0}' genomen
-
-##org.exoplatform.organization.webui.component.UIMembershipForm
-UIMembershipForm.label.username=Gebruikersnaam
-UIMembershipForm.label.membership=lidmaatschap
-UIMembershipForm.action.Save=#{word.save}
-UIMembershipForm.action.Back=#{word.back}
-UIMembershipForm.label.name=lidmaatschapsnaam
-UIMembershipForm.label.description=#{word.description}
-
-##org.exoplatform.organization.webui.component.UIListUser
-UIListUsers.header.userName=#{word.userName}
-UIListUsers.header.lastName=#{word.lastName}
-UIListUsers.header.firstName=#{word.firstName}
-UIListUsers.header.email=#{word.email}
-
-UIListUsers.action.title.DeleteUser=Gebruiker verwijderen
-UIListUsers.action.title.SelectUser=Gebruiker selecteren
-UIListUsers.action.title.ViewUserInfo=GebruikersInfo wijzigen
-SearchUser.title.ListUserForSearch=Gebruiker zoeken
-UIListUsers.header.action=#{word.action}
-UIListUsers.label.option.userName=#{word.userName}
-UIListUsers.label.option.firstName=#{word.firstName}
-UIListUsers.label.option.lastName=#{word.lastName}
-UIListUsers.label.option.email=#{word.email}
-UIListUsers.msg.DeleteSuperUser={0} is Super Gebruiker, kan niet verwijderd worden
-UIListUsers.deleteUser=Wilt u {0} Gebruiker verwijderen?
-
-UIListMembershipType.deleteMemberShip=Wilt u deze lidmaatschap verwijderen?
-
-##org.exoplatform.organization.webui.component.UIUserInfo
-UIUserInfo.title=Gebruikersprofiel info
-UIUserInfo.tab.label.AccountInputSet=Account Info
-UIUserInfo.tab.label.UIUserProfileInputSet=Gebruikers profiel
-UIUserInfo.tab.label.UIUserMembershipSelector=Gebruikers lidmaatschap
-UIUserInfo.tab.label.UIAccountEditInputSet=Account Info
-
-UIUserInfo.label.changePassword=Paswoord veranderen:
-UIUserInfo.label.newPassword=Nieuw Paswoord:
-UIUserInfo.label.confirmPassword=Bevestig Paswoord:
-
-UIUserInfo.label.Profile=Gebruikers Profiel
-UIUserInfo.label.userName=#{word.userName}:
-UIUserInfo.label.password=Paswoord :
-UIUserInfo.label.Confirmpassword=Bevestig Paswoord :
-UIUserInfo.label.firstName=#{word.firstName}:
-UIUserInfo.label.lastName=#{word.lastName}:
-UIUserInfo.label.email=Email Adres:
-UIUserInfo.action.Back=#{word.cancel}
-UIUserInfo.action.Save=#{word.save}
-
-UIUserInfo.label.HomeInfo=Priv� Informaties
-UIUserInfo.label.user.language=#{word.language}:
-UIUserInfo.label.user.name.given=#{word.givenName}:
-UIUserInfo.label.user.name.family=#{word.familyName}:
-UIUserInfo.label.user.name.nickName=#{word.nickName}:
-UIUserInfo.label.user.bdate=#{word.birthday}:
-UIUserInfo.label.user.gender=#{word.gender}:
-UIUserInfo.label.user.employer=#{word.employer}:
-UIUserInfo.label.user.department=#{word.department}:
-UIUserInfo.label.user.jobtitle=#{word.jobTitle}:
-UIUserInfo.label.user.home-info.postal.name=#:
-UIUserInfo.label.user.home-info.postal.street=#{word.street}:
-UIUserInfo.label.user.home-info.postal.city=#{word.city}:
-UIUserInfo.label.user.home-info.postal.stateprov=#{word.stateProv}:
-UIUserInfo.label.user.home-info.postal.postalcode=#{word.postalCode}:
-UIUserInfo.label.user.home-info.postal.country=#{word.country}:
-UIUserInfo.label.user.home-info.telecom.mobile.number=#{word.mobile}:
-UIUserInfo.label.user.home-info.telecom.telephone.number=#{word.tel}:
-UIUserInfo.label.user.home-info.online.email=#{word.email}:
-UIUserInfo.label.user.home-info.online.uri=Website:
-
-UIUserInfo.label.BusinessInfo=Business Informations
-UIUserInfo.label.user.business-info.postal.name=#:
-UIUserInfo.label.user.business-info.postal.city=#{word.city}:
-UIUserInfo.label.user.business-info.postal.stateprov=Provincie:
-UIUserInfo.label.user.business-info.postal.postalcode=Postcode:
-UIUserInfo.label.user.business-info.postal.country=#{word.country}:
-UIUserInfo.label.user.business-info.telecom.mobile.number=#{word.mobile}:
-UIUserInfo.label.user.business-info.telecom.telephone.number=#{word.tel}:
-UIUserInfo.label.user.business-info.online.email=#{word.email}:
-UIUserInfo.label.user.business-info.online.uri=#{word.website}:
-
-##org.exoplatform.organization.webui.component.UIUserInGroup
-UIUserInGroup.confirm.deleteUser=Wilt u Gebruiker {0} verwijderen van groep {1}?
-UIUserInGroup.header.userName=#{word.userName}
-UIUserInGroup.header.lastName=#{word.lastName}
-UIUserInGroup.header.firstName=#{word.firstName}
-UIUserInGroup.header.email=#{word.email}
-UIUserInGroup.header.action=#{word.action}
-UIUserInGroup.header.membershipType=lidmaatschaps Type
-UIUserInGroup.header.lastLoginTime=Laatste Login
-UIUserInGroup.label.username=#{word.userName}
-UIUserInGroup.label.membership=lidmaatschaps naam
-UIUserInGroup.action.title.DeleteUser=Lid verwijderen
-UIUserInGroup.action.title.Edit=Edit member
-
-##org.exoplatform.organization.webui.component.UIGroupInfo
-UIGroupInfo.tab.label.UIUserInGroup=Gebruiker In groep
-UIGroupInfo.label.UIUserInGroup=
-UIGroupInfo.title=Group Info
-
-##org.exoplatform.organization.webui.component.UIMembershipList
-UIMembershipList.header.name=Membership naam
-UIMembershipList.header.createdDate=Gecre�erd datum
-UIMembershipList.header.modifiedDate=Gewijzigd datum
-UIMembershipList.header.action=#{word.action}
-UIMembershipList.header.description=#{word.description}
-UIMembershipList.action.title.EditMembership=lidmaatschap wijzigen
-UIMembershipList.action.title.DeleteMembership=lidmaatschap verwijderen
-UIMembershipList.msg.InUse=Lidmaatschap kan verwijderd worden omdat het in gebruik is
-UIMembershipList.msg.DeleteMandatory=U kunt dit lidmaatschap niet verwijderen omdat het verplicht is
-
-##org.exoplatform.organization.webui.component.UIGroupMembershipForm
-UIGroupMembershipForm.title=Lid toevoegen
-UIGroupMembershipForm.label.username=Gebruikers naam
-UIGroupMembershipForm.label.membership=lidmaatschap
-UIGroupMembershipForm.label.SearchUser=Gebruiker zoeken
-UIGroupMembershipForm.label.Refresh=Refresh
-UIGroupMembershipForm.action.Save=#{word.save}
-UIUserMembershipSelector.deleteMembership=Wilt u deze lidmaatschap verwijderen?
-
-##org.exoplatform.organization.webui.component.UIGroupForm
-AddGroup.title=Nieuw groep toevoegen
-EditGroup.title=huidige groep wijzigen
-UIGroupForm.label.groupName=groepsnaam
-UIGroupForm.label.description=omschrijving
-UIGroupForm.label.label=Etiket
-
-AddGroup.action.Save=#{word.save}
-AddGroup.action.Back=#{word.back}
-
-EditGroup.action.Save=#{word.save}
-EditGroup.action.Back=#{word.back}
-
-UIGroupForm.msg.group-exist=groepsnaam bestaat reeds, kies een ander!
-############################################################################
-# org.exoplatform.portal.component.customization.UIShareNavigationForm #
-############################################################################
-
-UITabPane.title.UISharedNavigationForm=Gedeelde Navigatie
-
-UISharedNavigationForm.action.Save=#{word.save}
-UISharedNavigationForm.action.Back=#{word.back}
-UISharedNavigationForm.action.Remove=Verwijderen
-
-UISharedNavigationForm.label.navigation=Navigatie
-UISharedNavigationForm.label.description=omschrijving
-UISharedNavigation.msg.notSelected=U moet een groep selectere!
-UISharedNavigationForm.tab.label.SharedNavigation=Gedeelde Navigatie Setting
-UISharedNavigationForm.label.membership=lidmaatschap
-UISharedNavigationForm.tab.label.Permission=Rechten kiezer
-UISharedNavigationForm.label.priority=Prioriteit
-UISharedNavigationForm.msg.user-nonexist=Gebruiker "{0}" bestaat niet
-
-#############################################################################
-# org.exoplatform.portal.component.customization.UISharePortalForm#
-#############################################################################
-UITabPane.title.UISharedPortalForm=Gedeelde Portal
-UISharedPortalForm.action.Save=#{word.save}
-UISharedPortalForm.action.Back=#{word.back}
-UISharedPortalForm.action.Remove=Verwijderen
-
-UISharedPortalForm.label.portal=Portal
-UISharedPortalForm.label.description=omschrijving
-UISharedPortalForm.label.membership=lidmaatschap
-UISharedPortalForm.label.priority=Prioriteit
-
-UISharedPortalForm.tab.label.SharedPortal=Portal Setting
-UISharedPortalForm.tab.label.Permission=Rechten kiezer
-
-UITabPane.title.UIUserInGroup=groeps Info
-UIGroupSharedInfo.title=Gedeelde Info
-UISharedPortalForm.msg.user-nonexist=Gebruiker "{0}" bestaat niet
-
-#############################################################################
-# org.exoplatform.portal.organization.component.UIGroupManagement#
-#############################################################################
-UIGroupManagement.label.Groups=groepen
-UIGroupManagement.deleteGroup=Wilt u deze groep verwijderen?
-UIGroupManagement.label.Groups=groepen
-UIGroupManagement.label.AddGroup=Nieuw groep toevoegen
-UIGroupManagement.label.EditGroup=geselecteerde groep wijzigen
-UIGroupManagement.label.DeleteGroup=geselecteerde groep verwijderen
-
-#############################################################################
-# org.exoplatform.portal.organization.component.UISharedNavigation#
-#############################################################################
-UITabPane.title.UISharedNavigation=groep Pagina Navigatie
-UISharedNavigation.label.userNavigation=Gebruikers Pagina Navigatie naam
-UISharedNavigation.label.priority=Prioritei
-UISharedNavigation.action.Save=Opslaan
\ No newline at end of file
+##org.exoplatform.organization.webui.component.UIOrganizationPortlet
+UIOrganizationPortlet.label.userManagement=Gebruikers
+UIOrganizationPortlet.label.groupManagement=Groepen
+UIOrganizationPortlet.label.membershipManagement=Rollen
+
+##org.exoplatform.organization.webui.component.UIMembershipTypeForm
+UIMembershipTypeForm.title=Toevoegen/wijzigen rol
+UIMembershipTypeForm.label.name=Naam van rol
+UIMembershipTypeForm.label.description=#{word.description}
+UIMembershipTypeForm.action.Save=#{word.save}
+UIMembershipTypeForm.action.Back=#{word.back}
+UIMembershipTypeForm.action.Reset=#{word.reset}
+UIMembershipTypeForm.msg.SameName=Deze rol bestaat reeds, kies een andere.
+UIMembershipTypeForm.msg.MembershipNotExist=#{word.membership} [{0}] bestaat niet of is verwijderd.
+
+##org.exoplatform.organization.webui.component.UIGroupMembershipForm
+UIGroupEditMembershipForm.label.username=#{word.userName}
+UIGroupEditMembershipForm.label.membership=#{word.membership}
+UIGroupEditMembershipForm.action.Save=#{word.save}
+UIGroupEditMembershipForm.action.Cancel=#{word.cancel}
+UIGroupEditMembershipForm.msg.membership-delete=Kan niet bewaren, rol verwijderd.
+UIGroupEditMembershipForm.msg.membership-exist=#{word.membership} type bestaat reeds, selecteer een andere.
+EditMembership.title.UIGroupEditMembershipForm=Wijzig rol
+EditMembership.title.EditMembership=Wijzig rol
+UIGroupMembershipForm.label.title=Groepsrol
+UIGroupMembershipForm.label.username=#{word.userName}
+UIGroupMembershipForm.label.membership=#{word.membership}
+UIGroupMembershipForm.action.Save=#{word.save}
+SearchUserForm.label.option.userName=#{word.userName}
+SearchUserForm.label.option.firstName=#{word.firstName}
+SearchUserForm.label.option.lastName=#{word.lastName}
+SearchUserForm.label.option.email=#{word.email}
+SearchUser.title.UIUserSelector=Selecteer gebruiker
+SearchUser.title.SearchUser=Selecteer gebruiker
+#{0} is the member that the remote memeber enter
+UIMemberShipForm.msg.membershipType-exist=Rol type '{0}' bestaat reeds.
+
+##org.exoplatform.organization.webui.component.UIMembershipForm
+UIMembershipForm.label.username=#{word.userName}
+UIMembershipForm.label.membership=#{word.membership}
+UIMembershipForm.action.Save=#{word.save}
+UIMembershipForm.action.Back=#{word.back}
+UIMembershipForm.label.name=#{word.name} van rol
+UIMembershipForm.label.description=#{word.description}
+
+##org.exoplatform.organization.webui.component.UIListUser
+UIListUsers.header.userName=#{word.userName}
+UIListUsers.header.lastName=#{word.lastName}
+UIListUsers.header.firstName=#{word.firstName}
+UIListUsers.header.email=#{word.email}
+
+UIListUsers.action.title.DeleteUser=Verwijder gebruiker
+UIListUsers.action.title.SelectUser=Selecteer gebruiker
+UIListUsers.action.title.ViewUserInfo=Wijzig gebruikersinfo
+SearchUser.title.ListUserForSearch=Zoek gebruiker
+UIListUsers.header.action=#{word.action}
+UIListUsers.label.option.userName=#{word.userName}
+UIListUsers.label.option.firstName=#{word.firstName}
+UIListUsers.label.option.lastName=#{word.lastName}
+UIListUsers.label.option.email=#{word.email}
+UIListUsers.msg.DeleteSuperUser={0} is een systeem gebruiker en kan niet verwijderd worden.
+UIListUsers.deleteUser=Wilt u gebruiker {0} verwijderen?
+
+UIListMembershipType.deleteMemberShip=Wilt u deze rol verwijderen?
+
+##org.exoplatform.organization.webui.component.UIUserInfo
+UIUserInfo.title=Gebruikersprofiel info
+UIUserInfo.tab.label.AccountInputSet=Account info
+UIUserInfo.tab.label.UIUserProfileInputSet=Gebruikersprofiel
+UIUserInfo.tab.label.UIUserMembershipSelector=#{word.membership}
+UIUserInfo.tab.label.UIAccountEditInputSet=Account info
+
+UIUserInfo.label.changePassword=Paswoord veranderen:
+UIUserInfo.label.newPassword=Nieuw Paswoord:
+UIUserInfo.label.confirmPassword=Bevestig Paswoord:
+
+UIUserInfo.label.Profile=Gebruikersprofiel
+UIUserInfo.label.userName=#{word.userName}:
+UIUserInfo.label.password=#{word.password}:
+UIUserInfo.label.Confirmpassword=Bevestig paswoord :
+UIUserInfo.label.firstName=#{word.firstName}:
+UIUserInfo.label.lastName=#{word.lastName}:
+UIUserInfo.label.email=#{word.email} adres:
+UIUserInfo.label.user.language=Language
+UIUserInfo.action.Back=#{word.back}
+UIUserInfo.action.Save=#{word.save}
+
+UIUserInfo.label.HomeInfo=Priv\u00E9 Informatie
+UIUserInfo.label.user.language=#{word.language}:
+UIUserInfo.label.user.name.given=#{word.givenName}:
+UIUserInfo.label.user.name.family=#{word.familyName}:
+UIUserInfo.label.user.name.nickName=#{word.nickName}:
+UIUserInfo.label.user.bdate=#{word.birthday}:
+UIUserInfo.label.user.gender=#{word.gender}:
+UIUserInfo.label.user.employer=#{word.employer}:
+UIUserInfo.label.user.department=#{word.department}:
+UIUserInfo.label.user.jobtitle=#{word.jobTitle}:
+UIUserInfo.label.user.home-info.postal.street=#{word.street}:
+UIUserInfo.label.user.home-info.postal.city=#{word.city}:
+UIUserInfo.label.user.home-info.postal.stateprov=#{word.stateProv}:
+UIUserInfo.label.user.home-info.postal.postalcode=#{word.postalCode}:
+UIUserInfo.label.user.home-info.postal.country=#{word.country}:
+UIUserInfo.label.user.home-info.telecom.mobile.number=#{word.mobile}:
+UIUserInfo.label.user.home-info.telecom.telephone.number=#{word.tel}:
+UIUserInfo.label.user.home-info.online.email=#{word.email}:
+UIUserInfo.label.user.home-info.online.uri=Website:
+UIUserInfo.label.option.male=Mannelijk
+UIUserInfo.label.option.female=Vrouwelijk
+UIUserInfo.label.option.en=Engels
+UIUserInfo.label.option.ma=Ma
+UIUserInfo.label.option.vi=Vietnamees
+UIUserInfo.label.option.ar=Arabisch
+UIUserInfo.label.option.fr=Frans
+UIUserInfo.label.option.ru=Russisch
+
+UIUserInfo.label.BusinessInfo=Professionele informatie
+UIUserInfo.label.user.business-info.postal.city=#{word.city}:
+UIUserInfo.label.user.business-info.postal.stateprov=Provincie:
+UIUserInfo.label.user.business-info.postal.postalcode=Postcode:
+UIUserInfo.label.user.business-info.postal.country=#{word.country}:
+UIUserInfo.label.user.business-info.telecom.mobile.number=#{word.mobile}:
+UIUserInfo.label.user.business-info.telecom.telephone.number=#{word.tel}:
+UIUserInfo.label.user.business-info.online.email=#{word.email}:
+UIUserInfo.label.user.business-info.online.uri=#{word.website}:
+
+##org.exoplatform.organization.webui.component.UIUserInGroup
+UIUserInGroup.confirm.deleteUser=Wilt u gebruiker {0} verwijderen van groep {1}?
+UIUserInGroup.header.userName=#{word.userName}
+UIUserInGroup.header.lastName=#{word.lastName}
+UIUserInGroup.header.firstName=#{word.firstName}
+UIUserInGroup.header.email=#{word.email}
+UIUserInGroup.header.action=#{word.action}
+UIUserInGroup.header.membershipType=#{word.membership}
+UIUserInGroup.header.lastLoginTime=Laatste login
+UIUserInGroup.label.username=#{word.userName}
+UIUserInGroup.label.membership=#{word.membership}
+UIUserInGroup.action.title.DeleteUser=Verwijder gebruiker
+UIUserInGroup.action.title.Edit=Wijzigen
+
+##org.exoplatform.organization.webui.component.UIGroupInfo
+UIGroupInfo.tab.label.UIUserInGroup=Gebruiker in groep
+UIGroupInfo.label.UIUserInGroup
+UIGroupInfo.title=Groepsinfo
+
+##org.exoplatform.organization.webui.component.UIMembershipList
+UIMembershipList.header.name=Type
+UIMembershipList.header.createdDate=Gecre\u00EBerd datum
+UIMembershipList.header.modifiedDate=Gewijzigde datum
+UIMembershipList.header.action=#{word.action}
+UIMembershipList.header.description=#{word.description}
+UIMembershipList.action.title.EditMembership=Wijzig rol
+UIMembershipList.action.title.DeleteMembership=Verwijder rol
+UIMembershipList.msg.InUse=U kan deze rol niet verwijderen omdat die in gebruik is.
+UIMembershipList.msg.DeleteMandatory=U kan deze rol niet verwijderen omdat die verplicht is.
+
+##org.exoplatform.organization.webui.component.UIGroupMembershipForm
+UIGroupMembershipForm.title=Voeg gebruiker toe
+UIGroupMembershipForm.label.username=#{word.userName}
+UIGroupMembershipForm.label.membership=#{word.membership}
+UIGroupMembershipForm.label.SearchUser=Zoek gebruiker
+UIGroupMembershipForm.label.Refresh=#{word.refresh}
+UIGroupMembershipForm.action.Save=#{word.save}
+UIUserMembershipSelector.deleteMembership=Wilt u deze rol verwijderen?
+
+##org.exoplatform.organization.webui.component.UIGroupForm
+AddGroup.title=Voeg nieuwe groep toe
+EditGroup.title=Wijzig huidige groep
+UIGroupForm.label.groupName=Groepsnaam
+UIGroupForm.label.description=#{word.description}
+UIGroupForm.label.label=Etiket
+
+AddGroup.action.Save=#{word.save}
+AddGroup.action.Back=#{word.back}
+
+EditGroup.action.Save=#{word.save}
+EditGroup.action.Back=#{word.back}
+
+UIGroupForm.msg.group-exist=Groepsnaam bestaat reeds, kies een andere.
+UIGroupForm.msg.group-not-exist=Group "{0}" doesn't exist or has been deleted.
+############################################################################
+# org.exoplatform.portal.component.customization.UIShareNavigationForm #
+############################################################################
+
+UITabPane.title.UISharedNavigationForm=Gedeelde Navigatie
+
+UISharedNavigationForm.action.Save=#{word.save}
+UISharedNavigationForm.action.Back=#{word.back}
+UISharedNavigationForm.action.Remove=#{word.delete}
+
+UISharedNavigationForm.label.navigation=Navigatie
+UISharedNavigationForm.label.description=#{word.description}
+UISharedNavigation.msg.notSelected=U moet een groep selecteren\!
+UISharedNavigationForm.tab.label.SharedNavigation=Shared Navigation Setting
+UISharedNavigationForm.label.membership=#{word.membership}
+UISharedNavigationForm.tab.label.Permission=Permissie kiezer
+UISharedNavigationForm.label.priority=Prioriteit
+UISharedNavigationForm.msg.user-nonexist=Gebruiker "{0}" bestaat niet
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UISharePortalForm#
+#############################################################################
+UITabPane.title.UISharedPortalForm=Gedeelde portaal
+UISharedPortalForm.action.Save=#{word.save}
+UISharedPortalForm.action.Back=#{word.back}
+UISharedPortalForm.action.Remove=#{word.delete}
+
+UISharedPortalForm.label.portal=Portaal
+UISharedPortalForm.label.description=#{word.description}
+UISharedPortalForm.label.membership=#{word.membership}
+UISharedPortalForm.label.priority=Prioriteit
+
+UISharedPortalForm.tab.label.SharedPortal=Portaal configuratie
+UISharedPortalForm.tab.label.Permission=Permissie kiezer
+
+UITabPane.title.UIUserInGroup=Groepsinfo Info
+UIGroupSharedInfo.title=Gedeelde info
+UISharedPortalForm.msg.user-nonexist=Gebruiker "{0}" bestaat niet
+
+#############################################################################
+# org.exoplatform.portal.organization.component.UIGroupManagement#
+#############################################################################
+UIGroupManagement.label.Groups=Groepen
+UIGroupManagement.deleteGroup=Wilt u deze groep verwijderen?
+UIGroupManagement.label.Groups=Groepen
+UIGroupManagement.label.AddGroup=Voeg nieuwe groep toe
+UIGroupManagement.label.EditGroup=Wijzig geselecteerde groep
+UIGroupManagement.label.DeleteGroup=Verwijder geselecteerde groep
+
+#############################################################################
+# org.exoplatform.portal.organization.component.UISharedNavigation#
+#############################################################################
+UITabPane.title.UISharedNavigation=Groepspagina navigatie
+UISharedNavigation.label.userNavigation=Groepspagina navigatie naam
+UISharedNavigation.label.priority=Prioriteit
+UISharedNavigation.action.Save=#{word.save}
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_nl.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,24 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UISiteManagement.action.addNewPortal=Voeg nieuwe portaal toe
+UISiteManagement.label.editLayout=Wijzig lay-out
+UISiteManagement.label.editNav=Wijzig navigation
+UISiteManagement.label.editPortalProp=Wijzig portaal eigenschappen
+UISiteManagement.label.deletePortal=#{word.delete}
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_nl.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UIRegisterForm.registerWithSuccess.message=Het account is successvol geregistreerd.
+UIRegisterForm.title=Registreer nieuw account
+UIRegisterForm.label.action.CheckUsernameAvailability=Zoek gebruiker
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_nl.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,23 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UIStarToolbarPortlet.item.ChangeLanguage=Verander taal
+UIStarToolbarPortlet.item.ChangeSkin=Verander skin
+UIStarToolbarPortlet.item.AccountSetting=Account instellingen
+UIStarToolbarPortlet.item.Logout=Uitloggen
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_nl.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,19 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_nl.properties 2010-01-20 17:01:22 UTC (rev 1394)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -17,4 +17,4 @@
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
#
-javax.portlet.title=Navigatie Portlet
+javax.portlet.title=Navigatie Portlet
Added: portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_nl.properties (rev 0)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,20 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+javax.portlet.title=Navigatie Portlet
Added: portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_nl.properties (rev 0)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,20 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+javax.portlet.title=Broodkruimels Portlet
Added: portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_nl.properties (rev 0)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,41 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+#####################################################################################
+# EXCEPTION MAPPINGS #
+#####################################################################################
+UIGroovyPortlet.note.Text=Dit is Groovy Portlet (voorbeeld Portlet): het kan in de toekomst als een webtoepassing ontwikkeld worden.
+UIIFrameEditMode.title=Verander URL
+UIIFrameEditMode.label.iframeUrl=URL
+UIIFrameEditMode.label.editmode=Wijzig modus
+UIIFrameEditMode.action.Save=Opslaan
+
+UIBannerPortlet.action.changeLanguage=Verander taal
+
+
+#############################################################################
+#org.exoplatform.portal.webui.component.UIHomePagePortlet #
+#############################################################################
+
+UIHomePagePortlet.Label.Title=Probeer GateIn 3.0 met \u00E9\u00E9n van deze gebruikersaccounts:
+UIHomePagePortlet.Label.Intro=De nieuwe versie komt met een revolutionaire gebruikersinterface<br/>Klassieke en WebOS desktop lay-outs<br/> Drag and drop mogelijkheden. Pagina creatie wizard<br/>En nog veel meer ...
+UIHomePagePortlet.Label.Slogan=Het beste van eXo en JBoss Portal<div>GateIn 3.0 Beta 4</div>
+UIHomePagePortlet.Label.Username=Gebruikersnaam:
+UIHomePagePortlet.Label.Password=Paswoord:
+
Added: portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_nl.properties
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_nl.properties (rev 0)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,32 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+#####################################################################################
+# EXCEPTION MAPPINGS #
+#####################################################################################
+UILogoPortlet.note.Text=Dit is Logo
+UILogoEditMode.title=Verander URL
+UILogoEditMode.label.logoUrl=URL
+UILogoEditMode.label.editmode=Wijzig modus
+UILogoEditMode.action.Save=Opslaan
+UILogoPortlet.action.changeLanguage=Verander taal
+UILogoPortlet.action.Register=Registreren
+UILogoPortlet.action.signout=Inloggen
+UILogoPortlet.action.signin=Uitloggen
+UILogoPortlet.label.Welcome=Welkom
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_nl.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_nl.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+organization.title=Organizatie
+organization.newstaff=New personeel
+organization.management=Gebruikers en groepsbeheer
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_nl.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_nl.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,26 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+administration.title=Beheer
+administration.application-registry=Register van toepassingen
+administration.newAccount=Nieuw account
+administration.community-management=Community beheer
+administration.i18n=Internationalisatie
+administration.console=Web console
+administration.pageManagement=Pagina beheer
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_nl.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_nl.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+platform.guests.register=Registreren
+platform.guests.sitemap=Sitemap
+platform.guests.link=Link
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_nl.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_nl.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,26 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+platform.users.iframe=IFrame
+platform.users.mylink=Mijn link
+platform.users.mylink-blog=Blog
+platform.users.mylink-google=Google
+platform.users.mylink-facebook=Facebook
+platform.users.sitemap=Sitemap
+platform.users.dashboard=Dashboard
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_nl.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_nl.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,26 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+portal.classic.home=Home
+portal.classic.sitemap=Sitemap
+portal.classic.groupnavigation=Groep navigatie
+portal.classic.portalnavigation=Portaal navigatie
+portal.classic.register=Registreren
+portal.classic.webexplorer=Web verkenner
+UIAddNewApplication.label.AddApplication=Voeg applicatie toe
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_nl.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_nl.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,20 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+test=test
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_nl.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_nl.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,179 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+###################################################################
+# EXPRESSION START WITH 'A' #
+###################################################################
+word.accessPermission=Toegangsrechten
+word.abort=Afbreken
+word.action=Actie
+word.add=Toevoegen
+word.apply=Toepassen
+###################################################################
+# EXPRESSION START WITH 'B' #
+###################################################################
+word.back=Terug
+word.birthday=Geboortedatum
+
+###################################################################
+# EXPRESSION START WITH 'c' #
+###################################################################
+word.cancel=Annuleren
+word.category=Categorie
+word.change=Veranderen
+word.city=Stad
+word.close=Sluiten
+word.comment=Commentaar
+word.content=Inhoud
+word.country=Land
+
+###################################################################
+# EXPRESSION START WITH 'd' #
+###################################################################
+word.date=Datum
+word.decorator=Decorateur
+word.delete=Verwijderen
+word.department=Departement
+word.description=Omschrijving
+word.displayName=Weergavenaam
+word.done=Gedaan
+word.discard=Wegdoen
+
+###################################################################
+# EXPRESSION START WITH 'e' #
+###################################################################
+word.edit=Wijzigen
+word.editPermission=Wijzig permissie
+word.email=E-mail
+word.employer=Werkgever
+
+###################################################################
+# EXPRESSION START WITH 'f' #
+###################################################################
+word.familyName=Familienaam
+word.finish=Be\u00EBindigen
+word.firstName=Voornaam
+word.format=Formaat
+word.forward=Vooruit
+
+###################################################################
+# EXPRESSION START WITH 'g' #
+###################################################################
+word.groupId=Groep Id
+word.gender=Geslacht
+word.givenName=Gegeven naam
+
+###################################################################
+# EXPRESSION START WITH 'h' #
+###################################################################
+word.height=Hoogte
+
+###################################################################
+# EXPRESSION START WITH 'i' #
+###################################################################
+word.icon=Pictogram
+
+###################################################################
+# EXPRESSION START WITH 'j' #
+###################################################################
+word.jobTitle=Job titel
+
+###################################################################
+# EXPRESSION START WITH 'l' #
+###################################################################
+word.locale=Taal
+word.label=Label
+word.language=Language
+word.lastName=Achternaam
+
+# EXPRESSION START WITH 'm' #
+###################################################################
+word.membership=Rol
+word.mobile=Mobiel
+
+###################################################################
+# EXPRESSION START WITH 'n' #
+###################################################################
+word.name=Naam
+word.nickName=Bijnaam
+word.next=Volgende
+
+###################################################################
+# EXPRESSION START WITH 'o' #
+###################################################################
+word.open=Openen
+word.owner=Eigenaar
+
+###################################################################
+# EXPRESSION START WITH 'p' #
+###################################################################
+word.password=Paswoord
+word.postalCode=Postcode
+
+###################################################################
+# EXPRESSION START WITH 'q' #
+###################################################################
+word.quit=Verlaten
+
+###################################################################
+# EXPRESSION START WITH 'r' #
+###################################################################
+word.refresh=Verversen
+word.remove=Verwijderen
+word.reset=Reset
+word.restore=Herstellen
+
+###################################################################
+# EXPRESSION START WITH 's' #
+###################################################################
+word.save=Opslaan
+word.send=Verzenden
+word.settings=Instellingen
+word.stateProv=Staat/Provincie
+word.street=Straat
+word.style=Stijl
+word.subject=Onderwerp
+word.summary=Samenvatting
+word.skin=Stijl
+
+###################################################################
+# EXPRESSION START WITH 't' #
+###################################################################
+word.template=Sjabloon
+word.tel=Tel
+word.title=Titel
+
+###################################################################
+# EXPRESSION START WITH 'u' #
+###################################################################
+word.uri=Uri
+word.user=Gebruiker
+word.userName=Gebruikersnaam
+word.update=Update
+
+###################################################################
+# EXPRESSION START WITH 'v' #
+###################################################################
+word.viewPermission=Toon permissie
+
+###################################################################
+# EXPRESSION START WITH 'w' #
+###################################################################
+word.width=Breedte
+word.website=Website
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_nl.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_nl.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,131 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+#############################################################################
+# Empty String Validator #
+#############################################################################
+#class org.exoplatform.webui.form.Validator.EmptyFieldValidator
+#{0}=input field name
+EmptyStringValidator.msg.empty-input=Het veld "{0}" is vereist.
+
+#############################################################################
+# Email Address Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.EmailAddressValidator
+#{1}=input field name, {0} user input email address
+EmailAddressValidator.msg.invalid-email=U heeft "{0}" ingevuld in veld {1}, het e-mail adres is niet geldig.
+
+#############################################################################
+# Number Format Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.NumberFormatValidator
+#{0}=input field name, {1} user input limit access
+# old:NumberFormatValidator.msg.invalid-limitAccess=You have entered "{0}" in field {1}, it is an invalid \ limit access
+NumberFormatValidator.msg.invalid-limitAccess=U heeft "{0}" ingevuld in veld {1}, de toegang tot dit veld is beperkt.
+#{0}=input field name
+NumberFormatValidator.msg.Invalid-input=De waarde van veld {0} moet een getal zijn.
+
+#############################################################################
+# Identifier String Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.IdentifierValidator
+#{0}=input field name
+IdentifierValidator.msg.empty-input=Het veld "{0}" kan niet leeg zijn.
+#{0}=input field name
+IdentifierValidator.msg.invalid-char=Enkel de volgende karakters zijn toegelaten voor veld {0} : alfanumerieke karakters, getallen, '~' en '_'.
+
+#############################################################################
+# Name String Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.NameValidator
+#{0}=input field name
+NameValidator.msg.empty-input=Het veld "{0}" kan niet leeg zijn.
+#{0}=input field name
+NameValidator.msg.invalid-char=Enkel de volgende karakters zijn toegelaten voor veld {0} : alfanumerieke karakters, getallen, '.', '~' en '_'.
+
+#############################################################################
+# Valid User Validator #
+#############################################################################
+#class org.exoplatform.faces.user.validator.ValidUserValidator
+#{0}=input field name, {1} input user name
+ValidUserValidator.msg.empty-input=Het veld "{0}" kan niet leeg zijn.
+#{0}=input field name, {1} input user name
+ValidUserValidator.msg.invalid-username=Gebruiker {0} bestaat niet.
+
+#############################################################################
+# Valid User Validator #
+#############################################################################
+#class org.exoplatform.faces.user.validator.ValidGroupValidator
+#{0}=input field name, {1} input group id
+ValidGroupValidator.msg.empty-input=Het veld "{0}" kan niet leeg zijn.
+#{0}=input field name, {1} input group id
+ValidGroupValidator.msg.invalid-group-id=Groep {0} bestaat niet.
+
+#############################################################################
+# Valid Permission Validator #
+#############################################################################
+PermissionValidator.msg.invalid-permission-input=Het formaat van de permissie moet zijn zoals "membership:/groupId".
+PermissionValidator.msg.membership-group-not-found=Rol of groep niet gevonden.
+
+#############################################################################
+# CheckAdminOrOwnerRoleInterceptor #
+#############################################################################
+#class org.exoplatform.faces.core.event.CheckAdminOrOwnerRoleInterceptor
+#{0}=action name
+CheckAdminOrOwnerRoleInterceptor.msg.owner-or-admin-require=U moet ingelogd zijn en de rol van administrator hebben om actie '{0}' te kunnen uitvoeren.
+
+#############################################################################
+# CheckOwnerInterceptor #
+#############################################################################
+#class org.exoplatform.faces.core.event.CheckOwnerInterceptor
+#{0}=action name
+CheckOwnerInterceptor.msg.owner-require=U moet ingelogd zijn om actie '{0}' te kunnen uitvoeren.
+
+#############################################################################
+# ExoPermissionException #
+#############################################################################
+#class org.exoplatform.commons.exception.ExoPermissionException
+#{0}=require role, {1} action name
+ExoPermissionException.msg.message=U moet de rol '{0}' hebben om actie '{1}' te kunnen uitvoeren.
+
+#############################################################################
+# Message Service properties #
+#############################################################################
+#this exception is throw in GroupQueryHandler class
+OrganizationService.unique-group-exception=De groep {0} bestaat reeds.
+#Throw in org.exoplatform.commons.utils.PageList, {0}=request page parameter, {1}=available pages parameter
+PageList.page-out-of-range=U probeert pagina {0} te bereiken, maar er zijn slechts {1} pagina's beschikbaar.
+#Throw in exo.services.communication.message.impl.MessageServiceImpl.
+#{0}=account name, {1}=user name
+MessageService.account-not-found=Kan account {0} voor gebruiker {1} niet vinden.
+#Throw in exo.services.communication.message.impl.StandaloneProtocolPlugin.
+#{0}=to address
+MessageService.invalid-standalone-message-address=U gebruikt een account van het type "standalone" en het adres {0} is niet geldig. Het systeem verwacht een adres van het formaat 'receiver#accountName'.
+#Throw in exo.services.communication.message.impl.MailServiceImpl
+#{0}=The orginal error message thrown by java mail library
+MessageService.send-message-fail=Kan het bericht niet verzenden. Controleer uw e-mail adres. \n\
+ Error: {0}
+
+#############################################################################
+# Forum Service properties #
+#############################################################################
+#Throw in org.exoplatform.services.communication.forum.impl.ForumServiceImpl
+#Throw in org.exoplatform.services.indexing.Searcher
+#{0}=The orginal error message throw by lucence
+Searcher.msg.search-expression-error=Er is een fout in deze invoer expressie.<br />{0}
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_nl.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_nl.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_nl.properties 2010-01-20 17:06:33 UTC (rev 1395)
@@ -0,0 +1,1389 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UIContentNavigation.msg.EditNode=U moet een node selecteren.
+UIPortletRegistryCategory.msg.editPortlet=U moet een portlet selecteren.
+PopupPermissionSelector.title.null=null
+PopupPermissionSelector.title.UIGroupMembershipSelector=Permissie selecteur
+PopupPermissionSelector.title.PermissionSelector=Permissie selecteur
+UIPermissionForm.label.null=Permissie
+UICategoryForm.action.Close=#{word.close}
+AddCategory.title.UICategoryForm=Voeg categorie toe
+WorkingPopup.title.WorkingPopup=Werk popup
+DeleteUser.title.UIPopupDialog=Wilt U deze gebruiker verwijderen?
+
+#############################################################################
+# Empty String Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.EmptyFieldValidator
+#{0}=input field name
+
+EmptyFieldValidator.msg.empty-input=Het veld "{0}" is verplicht.
+EmptyFieldValidator.msg.empty=Het veld "{0}" kan niet leeg zijn.
+ExpressionValidator.msg.value-invalid=Het veld "{0}" moet het formaat "{1}" evenaren.
+UITestForm.label.UIAddApplication=Voeg applicatie toe
+StringLengthValidator.msg.length-invalid=De lengte van de tekst in het veld "{0}" moet tussen de "{1}" en de "{2}" karakters liggen.
+
+#############################################################################
+# Email Address Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.EmailAddressValidator
+#{0}=input field name, {1} user input email address
+
+EmailAddressValidator.msg.Invalid-input=Het e-mail adres is ongeldig.
+
+#############################################################################
+# Mandatory Validator #
+#############################################################################
+#{0}=input field name
+
+MandatoryValidatorIterator.msg.empty=De lijst "{0}" mag niet leeg zijn.
+
+#############################################################################
+# Number Format Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.NumberFormatValidator
+#{0}=input field name
+
+NumberFormatValidator.msg.Invalid-number=Ongeldig getal in veld {0}.
+
+#class org.exoplatform.webui.form.validator.Validator.PositiveNumberFormatValidator
+#{0}=input field name
+
+PositiveNumberFormatValidator.msg.Invalid-number=Het veld "{0}" moet een positief getal zijn.
+
+#############################################################################
+# Empty Iterator Validator #
+#############################################################################
+#class org.exoplatform.webui.organization.UIListPermissionSelector.EmptyIteratorValidator
+#{0}=input field name
+
+EmptyIteratorValidator.msg.empty=De lijst "{0}" kan niet leeg zijn.
+
+#############################################################################
+# Resource Validator #
+#############################################################################
+
+ResourceValidator.msg.Invalid-char=Enkel de volgende karakters zijn toegelaten voor veld {0} : alfanumerieke karakters, getallen, '.', '~' en '_'.
+
+#############################################################################
+# Special Character Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.SpecialCharacterValidator
+#{0}=input field name
+
+SpecialCharacterValidator.msg.invalid-digit=Het veld "{0}" moet beginnen met een karakter.
+SpecialCharacterValidator.msg.Invalid-char=Enkel de volgende karakters zijn toegelaten voor veld {0} : alfanumerieke karakters, getallen, spatie, '~' en '_'.
+
+#############################################################################
+# Date Time Validator #
+#############################################################################
+
+DateTimeValidator.msg.Invalid-input=Het veld "{0}" is ongeldig.
+
+#############################################################################
+# URL Validator #
+#############################################################################
+
+URLValidator.msg.invalid-url=Het veld "{0}" bevat een ongeldige URL.
+
+#############################################################################
+# Label for UIFormMultiValueInputSet #
+#############################################################################
+
+UIFormMultiValueInputSet.label.remove=#{word.remove}
+UIFormMultiValueInputSet.label.add=#{word.add}
+
+#############################################################################
+#org.exoplatform.portal.webui.portal.UIPortalComposer #
+#############################################################################
+
+UIPortalComposer.title.UIPortalComposer=Wijzig inline opsteller
+UIPortalComposer.action.Abort=#{word.abord}
+UIPortalComposer.action.Finish=#{word.finish}
+UIPortalComposer.action.ViewProperties=Portaal eigenschappen
+UIPortalComposer.action.SwitchMode=Verander visualisatie modus
+UITabPane.title.UIApplicationList=Applicaties
+UITabPane.title.UIContainerList=Containers
+
+#############################################################################
+#Container config options #
+#############################################################################
+
+ContainerOptions.Category.row=Rijen lay-out
+ContainerOptions.Category.column=Kolommen lay-out
+ContainerOptions.Category.tabs=Tabbladen lay-out
+ContainerOptions.Category.mix=Gemixte lay-out
+
+ContainerOptions.Item.oneRow=1 rij
+ContainerOptions.Item.twoRows=2 rijen
+ContainerOptions.Item.threeRows=3 rijen
+ContainerOptions.Item.oneColumns=1 kolom
+ContainerOptions.Item.twoColumns=2 kolommen
+ContainerOptions.Item.threeColumns=3 kolommen
+ContainerOptions.Item.threeToolbarColumns=3 werkbalk kolommen
+ContainerOptions.Item.twoTabs=2 tabbladen
+ContainerOptions.Item.threeTabs=3 tabbladen
+ContainerOptions.Item.twoColumnsOneRow=2 kolommen en 1 rij
+ContainerOptions.Item.oneRowTwoColumns=1 rij en 2 kolommen
+ContainerOptions.Item.oneRow2Column1Row=1 rij, 2 kolommen en 1 rij
+
+#############################################################################
+# Identifier String Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.IdentifierValidator
+#{0}=input field name
+
+IdentifierValidator.msg.Invalid-char=Enkel de volgende karakters zijn toegelaten voor veld {0} : alfanumerieke karakters, getallen, '~' en '_'.
+
+#############################################################################
+# UIChangeLanguage #
+#############################################################################
+
+UIChangeLanguage.title.LanguageSetting=Taal instellingen
+UIChangeLanguage.action.save=#{word.apply}
+UIChangeLanguage.action.close=#{word.cancel}
+Euro.label=Euro
+Asia.label=Azi\u00EB
+Language.left.title=Selecteer een taal
+
+#############################################################################
+# Change Skin #
+#############################################################################
+
+UIChangeSkin.action.save=#{word.apply}
+UIChangeSkin.action.close=#{word.cancel}
+UIChangeSkin.title.SkinSetting=Stijl instellingen
+UIChangeSkin.Default.label=Standaard stijl
+UIChangeSkin.Mac.label=Mac stijl
+UIChangeSkin.Vista.label=Vista stijl
+Skin.title=Lijst van stijlen
+Skin.left.title=Toon en selecteer een stijl
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIChangePortal #
+#############################################################################
+
+UIChangePortal.header.creator=Ontwerper
+UIChangePortal.header.name=#{word.name}
+UIChangePortal.header.skin=Stijl
+UIChangePortal.header.action=#{word.action}
+UIChangePortal.header.factoryId=Factory Id
+UIChangePortal.lable.TitleBar=Selecteer een portaal
+UIChangePortal.action.close=#{word.close}
+UIChangePortal.action.title.SelectPortal=Selecteer een portaal
+UIChangePortal.msg.Invalid-viewPermission=U heeft geen permissie om deze portaal te gebruiken.
+
+#############################################################################
+# Selector #
+#############################################################################
+
+Template.title=Lijst van stijlen
+Template.left.title=Toon en selecteer een stijl
+Desktop.label=Bureaublad lay-out
+AccountTemplate.left.title=Voorbeeld van de account sjabloon
+AccountTemplate.title=Account sjablonen
+DefaultAccount.label=Standaard account
+CommunityAccount.label=Community account
+CompanyAccount.label=Bedrijfsaccount
+AdminAccount.label=Administrator account
+
+#############################################################################
+# Name String Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.NameValidator
+#{0}=input field name
+
+NameValidator.msg.Invalid-char=Enkel de volgende karakters zijn toegelaten voor veld {0} : alfanumerieke karakters, getallen, '.', '~' en '_'.
+FirstCharacterNameValidator.msg=Het veld "{0}" moet beginnen met een karakter.
+
+#############################################################################
+# Message Info #
+#############################################################################
+
+UIAccountForm.msg.password-is-not-match=De twee velden met een wachtwoord moeten hetzelfde zijn.
+UIAccountInputSet.msg.user-exist=Deze gebruikersnaam bestaat reeds, kies een andere naam.
+UIAccountInputSet.msg.user-not-exist=Deze gebruikersnaam is nog beschikbaar.
+UIAccountInputSet.msg.user-is-deleted=Deze gebruiker mag verwijderd worden.
+UIAccountInputSet.msg.email-exist=Deze e-mail bestaat reeds, vul een ander e-mail adres in.
+UIAccountInputSet.msg.empty-input=De gebruikersnaam kan niet leeg zijn.
+UIAccountInputSet.msg.successful.create.user=Uw account is gecre\u00EBerd met succes.
+UIAccountInputSet.msg.successful.update.user=Het gebruikersprofiel is geupdate.
+UIUserProfileInputSet.msg.sucsesful.update.userprofile=Het gebruikersprofiel is geupdate.
+UIUserProfileInputSet.title=Persoonlijke informatie
+UIUserProfileInputSet.label.Profile=Profiel
+UIUserProfileInputSet.label.HomeInfo=Priv\u00E9 informatie
+UIUserProfileInputSet.label.BusinessInfo=Professionele informatie
+UIGroupMembershipForm.msg.user-not-exist=Gebruiker {0} bestaat niet.
+UIGroupMembershipForm.msg.user-not-empty=De gebruikersnaam kan niet leeg zijn.
+UIGroupMembershipForm.msg.Invalid-char=Enkel de volgende karakters zijn toegelaten voor veld {0} : alfanumerieke karakters, getallen, ',' en '~'. Het eerste en laatste karakter moet een letter zijn.
+UIGroupMembershipForm.msg.duplicate-user=Er zijn dubbele gebruikers. Controleer.
+UIGroupMembershipForm.msg.group-not-select=Selecteer een groep.
+UIGroupMembershipForm.msg.membership-exist=Gebruiker {0} heeft reeds dezelfde rol in groep {1}, selecteer een andere rol.
+UILoginForm.msg.Invalid-account=Gebruikersnaam en/of paswoord zijn verkeerd of leeg. Probeer opnieuw.
+UILoginForm.label.welcome=Welkom
+UILoginForm.label.login=Inloggen
+UILoginForm.label.Discard=#{word.cancel}
+UILoginForm.label.user=#{word.user}
+UILoginForm.label.forgot=Gebruikersnaam/paswoord vergeten?
+UILoginForm.label.password=#{word.password}
+UILoginForm.label.UserName=#{word.userName}
+UILoginForm.label.RememberOnComputer=Logingegevens bewaren
+UILoginForm.label.NotMember=Nog geen lid?
+UILoginForm.label.Signup=Registratie
+UILoginForm.label.Signin=Log in
+UILoginForm.label.ForAccount=Registreer een account
+UILoginForm.label.SigninFail=Inloggen mislukt. Verkeerde gebruikersnaam of paswoord.
+UILoginForm.label.Copyright=Copyright © 2009. All rights Reserved, eXo Platform SAS and Red Hat, Inc.
+
+#############################################################################
+# Message Error #
+#############################################################################
+
+UIApplication.msg.unknown-error=Onbekende fout.
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIContainerForm#
+#############################################################################
+
+UIContainerForm.title=Wijzig container
+UIContainerForm.action.Save=#{word.save}
+UIContainerForm.action.Close=#{word.cancel}
+UIContainerForm.label.id=Container Id
+UIContainerForm.label.title=Container titel
+UIContainerForm.label.decorator=#{word.decorator}
+UIContainerForm.label.template=#{word.template}
+UIContainerForm.label.width=#{word.width}
+UIContainerForm.label.height=#{word.height}
+UIContainerForm.label.style=#{word.style}
+UIContainerForm.label.ContainerSetting=Container instellingen
+UIContainerForm.tab.label.ContainerSetting=Container instellingen
+UIContainerForm.tab.label.UIContainerPermission=Toegangsrechten
+UIContainerForm.tab.label.Template=#{word.template}
+UIContainerForm.tab.label.Icon=#{word.icon}
+UIContainerForm.msg.InvalidWidthHeight=U moet een pixel waarde of percentage invullen in veld "{0}".
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIPortletForm#
+#############################################################################
+
+UIPortletForm.title=Tonen/wijzigen portlet
+UIPortletForm.label.title=Portlet titel
+UIPortletForm.label.width=#{word.width}:
+UIPortletForm.label.height=#{word.height}:
+UIPortletForm.label.showInfoBar=Toon info werkbalk :
+UIPortletForm.label.windowId=Venster Id :
+UIPortletForm.label.showPortletMode=Toon portlet modus :
+UIPortletForm.label.showWindowState=Toon venster staat :
+UIPortletForm.label.id=Portlet Id :
+UIPortletForm.label.displayName=Weergavenaam:
+UIPortletForm.label.description=#{word.description} :
+UIPortletForm.label.template=#{word.template}
+UIPortletForm.action.Close=#{word.cancel}
+UIPortletForm.action.Save=#{word.save}
+UIPortletForm.tab.label.PortletPref=#{word.settings}
+UIPortletForm.tab.label.PortletSetting=Portlet instellingen
+UIPortletForm.tab.label.Renderer=Renderer
+UIPortletForm.tab.label.Template=#{word.template}
+UIPortletForm.tab.label.Decorator=#{word.decorator}
+UIPortletForm.tab.label.Icon=Selecteer pictogram
+UIPortletForm.tab.label.Theme=Decorateur thema's
+UIPortletForm.tab.label.EditMode=Wijzig modus
+UIPortletForm.tab.label.PortletPermission=Toegangsrechten
+UIPortletForm.Theme.title.Preview=Thema's voorbeeld
+UIPortletForm.Theme.title.SetDefault=Gebruik standaard waarde
+UIPortletForm.Icon.title.SetDefault=Gebruik standaard waarde
+UIPortletForm.msg.InvalidWidthHeight=U moet een pixel waarde invullen in veld "{0}".
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIDescription #
+#############################################################################
+
+UIDescription.title.pageManagement=Pagina's verkennen
+UIDescription.title.portalManagement=Portalen verkennen
+UIDescription.title.pageWizard=Pagina creatie wizard
+UIDescription.title.pageEditWizard=Pagina wijzigen wizard
+UIDescription.content.pageManagement=<strong>Beheer pagina's:</strong><br/>Dit is een lijst van alle pagina's.<br/>U kan een preview tonen (enkel normale pagina's),</br/><br/> pagina's wijzigen of verwijderen volgens uw permissies.<br/><br/>U kan pagina's zoeken op<em>eigenaar</em> (portal/group/user), op <em>eigenaar id</em> of op <em>de naam van de pagina</em>.<br/><br/>Om een nieuwe pagina te cre\u00EBren, klik op de knop "Voeg nieuwe pagina toe".
+UIDescription.content.portalManagement=<strong>Beheer portalen: </strong><br/>Dit is de lijst van alle portalen. Om een nieuwe portaal te cre\u00EBren, klik op de knop "Cre\u00EBer nieuwe portaal".<br/>U kan enkel een portaal cre\u00EBren of verwijderen indien u daarvoor de benodigde rechten heeft.
+UIDescription.content.pageWizard=Omschrijving van de pagina creatie wizard
+UIDescription.content.pageWizard2=<strong>Stap 1: Algemene instellingen van de pagina.</strong><br/> U doet het volgende: <br/>- Selecteer een type navigatie van de drop down lijst <br/>- Selecteer de pagina die de vader zal worden van uw pagina <br/>- Vul een <em>node naam </em> in<br/>- Vul een <em>scherm naam</em> in (optioneel)<br/>- Vink de <em>zichtbaarheid</em> aan of uit (optioneel)<br/>- Vink de <em>publicatie datum & tijd</em> aan of uit (optioneel)<br/> Als de <em>publicatie datum & tijd</em> aangevinkt is:<br/> - Vul <em>start publicatie datum</em> in<br/> - Vul <em>eind publicatie datum</em> in<br/>- Klik "Volgende" om naar de volgende stap door te gaan.
+UIDescription.content.pageWizard3=<strong>Stap 2: Instellen van pagina lay-out.</strong><br/> U doet het volgende:<br/>- Selecteer \u00E9\u00E9n van de lay-outs van de lijst <br/>- Klik "Volgende" om naar de volgende stap te gaan of "Terug" om terug te keren naar de vorige stap.
+UIDescription.content.pageEditWizard=Omschrijving van de pagina wijzig wizard
+UIDescription.content.pageEditWizard1=<strong>Stap 1: Algemene instellingen van de pagina veranderen.</strong><br/> U doet het volgende: <br/>- Selecteer een type navigatie van de drop down lijst <br/>- Selecteer de pagina die U wilt wijzigen <br/>- Wijzig <em>node naam </em><br/>- Wijzig <em>scherm naam</em> (optioneel)<br/>- Vink de <em>zichtbaarheid</em> aan of uit (optioneel)<br/>- Vink de <em>publicatie datum & tijd</em> aan of uit (optioneel)<br/> Als de <em>publicatie datum & tijd</em> aangevinkt is:<br/> - Vul <em>start publicatie datum</em> in<br/> - Vul <em>eind publicatie datum</em> in<br/>- Klik "Volgende" om naar de volgende stap door te gaan.
+UIDescription.content.pageEditWizard2=<strong>Stap 2: Wijzigen van pagina lay-out.</strong><br/> U doet het volgende:<br/>- Selecteer een nieuwe lay-outs van de lijst of behoud de huigide <br/>- Klik op "Volgende" om naar de volgende stap te gaan of "Terug" om terug te keren naar de vorige stap.
+UIDescription.content.pageEditWizard3=<strong>Stap 2: Wijzigen van pagina lay-out.</strong><br/> U doet het volgende:<br/>- Selecteer een nieuwe lay-out van de lijst of behoud de huidige <br/>- Klik op "Volgende" om naar de volgende stap te gaan of "Terug" om terug te keren naar de vorige stap.
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIPortalForm#
+#############################################################################
+
+UIPortalForm.title=Wijzig portaal
+UIPortalForm.action.Save=#{word.save}
+UIPortalForm.action.Close=#{word.cancel}
+UIPortalForm.msg.sameName=Deze portaal naam bestaat reeds.
+UIPortalForm.msg.notExistAnymore=Deze portaal bestaat niet of is verwijderd.
+UIPortalForm.label.name=Portaal naam :
+UIPortalForm.label.locale=#{word.locale} :
+UIPortalForm.label.date=#{word.date} :
+UIPortalForm.label.factoryId=Portaal types
+UIPortalForm.label.skin=Stijl :
+UIPortalForm.label.sessionAlive=Hou de sessie open :
+UIPortalForm.label.option.always=Altijd
+UIPortalForm.label.option.onDemand=Op aanvraag
+UIPortalForm.label.option.never=Nooit
+UIPortalForm.tab.label.PortalSetting=Portaal instellingen
+UIPortalForm.tab.label.PortalTemplate=Portaal sjablonen
+UIPortalForm.tab.label.PermissionSetting=Permissie instellingen
+UIPortalForm.tab.label.FactoryId=Factory Id
+PortalTemplate.title=Portaal sjablonen
+PortalTemplate.left.title=Voorbeeld portaal sjabloon
+
+#####################################################################################
+# org.exoplatform.webui.organization.UIListPermissionSelector#
+# org.exoplatform.webui.organization.UIPermissionSelector#
+# org.exoplatform.webui.organization.UIGroupSelector#
+###############################################################################3#####
+
+UITabPane.title.UIPermissionSelector=Instellingen van de permissie 'wijzigen'
+UITabPane.title.UIListPermissionSelector=Toegangsrechten instellingen
+UITabPane.title.UIAccountProfiles=Account profielen
+UITabPane.title.UIAccountChangePass=Verander paswoord
+UIListPermissionSelector.header.groupId=Groep Id
+UIListPermissionSelector.header.membership=Type van rol
+UIListPermissionSelector.header.action=#{word.action}
+UIListPermissionSelector.action.addPermission=Toevoegen permissie
+UIListPermissionSelector.action.title.Delete=#{word.delete} :
+UIListPermissionSelector.label.publicMode=Maak deze pagina publiek (iedereen zal ertoe toegang hebben):
+UIGroupMembershipSelector.msg.selectGroup=U moet eerst een groep selecteren.
+UIGroupMembershipSelector.title=Selectie van een rol
+UIGroupMembershipSelector.title.ListPermissionSelector=Groep en rol selecteur
+UIGroupMembershipSelector.label.selectPermission=Selecteer een permissie
+UIGroupMembershipSelector.label.selectMembership=Selecteer een rol
+UIGroupMembershipSelector.label.selectGroup=Navigeer en selecteer een groep
+UIGroupMembershipSelector.tooltip.selectMembership=Klik hier om een rol te selecteren
+UIGroupSelector.title.UIGroupMembershipSelector=Rol selecteur
+UIGroupSelector.title.selectGroup=Navigeer en selecteer een groep
+UIGroupSelector.title.selectGroupInfo=Geselecteerde groep
+UIGroupSelector.lable.name=#{word.name}:
+UIGroupSelector.lable.groupId=Groep Id:
+UIGroupSelector.lable.description=#{word.description} :
+UIGroupSelector.action.done=#{word.done} :
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIPageSelector#
+#############################################################################
+
+UIPageSelector2.header.name=#{word.name}:
+UIPageSelector2.header.id=Page Id
+UIPageSelector2.header.accessGroups=Toegang groepen
+UIPageSelector2.header.title=#{word.title}
+UIPageSelector2.header.action=#{word.action}
+UIPageSelector2.label.clearPage=Wis pagina
+UIPageSelector2.label.createPage=Cre\u00EBer pagina
+UIPageSelector2.label.searchandSelectPage=Zoek en selecteer pagina
+UIPageSelector2.label.currentSelectedPage=Geselecteerde pagina informatie
+UIPageSelector2.label.title=#{word.title}
+UIPageSelector2.label.name=#{word.name}
+UIPageSelector2.label.accessGroups=Toegang groepen
+UIPageBrowser.msg.NoPermission=U heeft geen permissies om deze pagina te bezoeken.
+UIPageBrowser.msg.PageNotExist=Pagina bestaat niet.
+UIPageBrowser.msg.UserNotPermission=U heeft geen permissie op deze node van de pagina.
+UIPageBrowser.msg.InvalidQueryException=Ongeldige zoekopdracht.
+UIPageBrowser.msg.Invalid-viewPermission=U heeft geen toestemming om pagina {0} te bekijken.
+UIPageBrowser.msg.Invalid-editPermission=U heeft geen toestemming om pagina {0} te wijzigen.
+UIPageBrowser.msg.Invalid-deletePermission=U heeft geen toestemming om pagina {0} te verwijderen.
+UIPageBrowser.msg.Invalid-Preview=Deze is een bureaublad pagina. Van dit type pagina kan U geen voorbeeld opvragen.
+UIPageBrowser.msg.NotViewPage=U heeft geen rechten om deze pagina te bekijken.
+UIPageBrowser.msg.edit.NotEditPage=U heeft geen rechten om deze pagina te wijzigen.
+UIPageBrowser.msg.delete.NotDelete=U heeft geen rechten om deze pagina te verwijderen.
+UIPageBrowser.selectItem.ownerType=Eigenaar type
+UIPageBrowser.selectItem.ownerId=Eigenaar Id
+UIPageBrowser.selectItem.name=#{word.name}
+UIPageBrowser.action.title.Delete=Verwijder pagina
+UIPageBrowser.action.title.Preview=Preview pagina
+UIPageBrowser.action.title.EditInfo=Wijzig pagina
+UIPageBrowser.action.title.SelectPage=Selecteer pagina
+UIPageBrowser.action.addNewPage=Voeg nieuwe pagina toe
+UIVirtualList.header.name=Pagina naam
+UIVirtualList.header.ownerType=Eigenaar type
+UIVirtualList.header.ownerId=Eigenaar Id
+UIVirtualList.header.pageId=Pagina Id
+UIVirtualList.header.title=#{word.title}
+UIVirtualList.header.accessGroups=Toegang groepen
+UIVirtualList.header.action=#{word.action}
+UIVirtualList.header.accessPermissions=#{word.accessPermission}
+UIVirtualList.header.editPermission=#{word.editPermission}
+UIPageBrowser.label.option.owner=#{word.owner}
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIPageNodeSelector#
+#############################################################################
+
+UIPageNodeSelector.UIDropDown.title=Selectie van navigaties
+UIPageNodeSelector.msg.notAvailable=De pagina van deze node is niet beschikbaar.
+UIPageNodeSelector.msg.Invalid-editPermission=U heeft niet voldoende rechten om deze pagina te wijzigen.
+UIPageNodeSelector.msg.deleteNav=U kan deze pagina navigatie niet wissen.
+UIPageNodeSelector.msg.NoPageNavigation=U moet eerst een navigatie cre\u00EBren alvorens U deze functie kan gebruiken.
+UIPageNodeSelector.msg.curentPage=Kan deze pagina niet verwijderen: de pagina is in gebruik.
+UIPageNodeSelector.msg.paste.sameName=Deze node naam bestaat reeds.
+UIPageNodeSelector.msg.paste.sameSrcAndDes=De bron en de bestemming moeten verschillend zijn.
+UIPageNodeSelector.deleteNode=Weet U zeker dat U deze navigatie wilt verwijderen?
+UIPageNodeSelector.deleteNavigation=Weet U zeker dat U deze node wilt verwijderen?
+UIPageNodeSelector.tooltip.newPageNavigation=Cre\u00EBer een nieuwe pagina navigatie
+UIPageNodeSelectorPopupMenu.event.AddUserNavigation=Toevoegen navigatie
+UIPageNodeSelectorPopupMenu.event.AddNode=Toevoegen nieuwe node
+UIPageNodeSelectorPopupMenu.event.PasteNode=Plak node
+UIPageNodeSelectorPopupMenu.event.CreateNavigation=Cre\u00EBer navigatie
+UIPageNodeSelectorPopupMenu.event.DeleteNavigation=Verwijder navigatie
+UIPageNodeSelectorPopupMenu.event.EditNavigation=Wijzig navigatie
+UIPageNodeSelectorPopupMenu.event.SaveNavigation=Bewaar navigatie
+
+#############################################################################
+# org.exoplatform.portal.webui.portal.UIComposer #
+#############################################################################
+
+UIPageEditor.action.Abort=#{word.abort}
+UIPageEditor.action.Finish=#{word.finish}
+UIPageEditor.title.UIPageEditor=Pagina editor
+UIPageEditor.action.ViewProperties=Toon pagina eigenschappen
+UIPageEditor.action.SwitchMode=Verwissel scherm modus
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIPageForm #
+#############################################################################
+
+UIPageForm.title=Toon/wijzig pagina
+UIPageForm.label.pageId=Pagina Id :
+UIPageForm.label.ownerType=Eigenaar type:
+UIPageForm.label.ownerId=Eigenaar Id:
+UIPageForm.label.name=Pagina naam:
+UIPageForm.label.title=Pagina titel :
+UIPageForm.label.showMaxWindow=Maximaliseren :
+UIPageForm.action.Close=#{word.cancel}
+UIPageForm.action.Save=#{word.save}
+UIPageForm.action.Back=#{word.back}
+UIPageForm.tab.label.PageSetting=Pagina instellingen
+UIPageForm.tab.label.Template=Pagina sjablonen
+UIPageForm.tab.label.PermissionSetting=Permissie instellingen
+UIPageForm.tab.label.UIPageTemplateOptions=Pagina lay-out
+UIPageForm.msg.sameName=Deze pagina naam bestaat reeds.
+UIOwnerIdSelector.title.OwnerIdSelector=Eigenaar Id selecteur
+UIPopupGroupSelector.title.UIGroupSelector=Groep selecteur
+UIPopupGroupSelector.title.GroupSelector=Selecteer groep
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIPageNodeForm#
+#############################################################################
+
+UIPageNodeForm2.msg.SameName=Deze node naam bestaat reeds.
+UIPageNodeForm2.msg.selectPage=U moet een pagina selecteren.
+UIPageNodeForm2.msg.startDateBeforeEndDate=De einddatum moet na de startdatum komen.
+UIPageNodeForm2.action.Save=#{word.save}
+UIPageNodeForm2.action.Back=#{word.back}
+UIPageNodeForm2.action.Close=#{word.cancel}
+UIPageNodeForm2.label.name=Node naam:
+UIPageNodeForm2.label.uri=#{word.uri}:
+UIPageNodeForm2.label.pageReference=Pagina referentie
+UIPageNodeForm2.label.description=#{word.description}
+UIPageNodeForm2.label.type=Pagina type
+UIPageNodeForm2.label.creator=Gecre\u00EBerd door
+UIPageNodeForm2.label.modifier=Wijziger
+UIPageNodeForm2.label.label=#{word.label}:
+UIPageNodeForm2.label.visible=Zichtbaar:
+UIPageNodeForm2.label.showPublicationDate=Publicatie datum & tijd:
+UIPageNodeForm2.label.startPublicationDate=Start publicatie datum:
+UIPageNodeForm2.label.endPublicationDate=Eind publicatie datum:
+UIPageNodeForm2.Icon.title.SetDefault=Standaard
+UIPageNodeForm.tab.label.PageNodeSetting=Pagina node instellingen
+UIPageNodeForm.tab.label.Icon=#{word.icon}
+UIPageNodeForm.tab.label.UIPageSelector2=Pagina selecteur
+
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIPageBrowser #
+#############################################################################
+
+UIPageBrowse.deletePage=Wilt U deze pagina verwijderen?
+UIPageSearch.label.option.ownerType=Eigenaar type
+UIPageSearch.label.option.ownerId=Eigenaar id
+UIPageSearch.label.option.name=#{word.name}
+UIPageSearch.label.option.title=#{word.title}
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIPageNavigationForm #
+#############################################################################
+
+UIPageNavigationForm.title=Pagina en navigatie verkenner
+UIPageNavigationForm.label.priority=Prioriteit :
+UIPageNavigationForm.label.creator=Gecre\u00EBerd door :
+UIPageNavigationForm.label.modifier=Wijziger :
+UIPageNavigationForm.label.ownerType=Eigenaar type :
+UIPageNavigationForm.label.ownerId=Eigenaar id :
+UIPageNavigationForm.label.description=#{word.description}:
+UIPageNavigationForm.label.uri=#{word.uri}:
+UIPageNavigationForm.label.name=#{word.name}:
+UIPageNavigationForm.tab.label.AccessGroup=Toegang groepen
+UIPageNavigationForm.tab.label.PageNavigationSetting=Pagina navigatie instellingen
+UIPageNavigationForm.tab.label.Icon=#{word.icon}
+UIPageNavigationForm.tab.label.PermissionSetting=Permissie instellingen
+UIPageNavigationForm.action.Save=#{word.save}
+UIPageNavigationForm.action.ClosePopup=#{word.close}
+UIPageNavigationForm.action.Close=#{word.cancel}
+UIPageNavigationForm.msg.selectGroup=U moet een groep selecteren.
+UIPageNavigationForm.msg.existPageNavigation=De pagina navigatie voor {0} bestaat reeds.
+UIPageNavigation.msg.noMakablePageNavigation=U heeft niet voldoende rechten om een nieuwe pagina te cre\u00EBren.
+UIPageNavigation.tooltip.upLevel=\u00C9\u00E9n niveau hoger
+UIPageNavigation.label.navigation=Navigatie van {0}
+UIPageNavigation.label.titleBar=Pagina's van {0}
+
+#############################################################################
+# org.exoplatform.portal.webui.component.UIPortalApplication #
+#############################################################################
+
+UIPortalApplication.label.Loading=Bezig met laden...
+UIPortalApplication.label.Abort=#{word.abort}
+UIPortalApplication.msg.deletePageBody=Deze component bevat de inhoud van de pagina en kan niet worden verwijderd.
+
+#############################################################################
+# org.exoplatform.organization.webui.component.UIPermissionSelector #
+#############################################################################
+
+UIPermissionSelector.label.AccessPermission=#{word.accessPermission}
+UIPermissionSelector.label.EditPermission=#{word.editPermission}
+UIPermissionSelector.label.ViewPermission=#{word.viewPermission}
+UIPermissionSelector.label.PermissionInfo=Permissie info
+UIPermissionSelector.label.membershipMember=#{word.membership}
+UIPermissionSelector.label.groupId=#{word.groupId}
+UIPermissionSelector.label.addEditPermission=Permissie instellingen
+UIPermissionSelector.label.currentSelectedPermissionInfo=Huidige permissies
+UIPermissionSelector.label.permissionType=Permissie type
+UIPermissionSelector.action.SelectPermission=Selecteer permissie
+UIPermissionSelector.action.DeletePermission=Verwijder permissie
+
+#############################################################################
+# org.exoplatform.organization.webui.component.UIGroupMembershipSelector #
+#############################################################################
+
+UIPopupGroupMembershipSelector.title.ListPermissionSelector=Groep en rol selecteur
+UIPageFormPopupGroupMembershipSelector.title.ListPermissionSelector=Groep en rol selecteur
+
+#############################################################################
+# org.exoplatform.organization.webui.component.UIUserMembershipSelector #
+#############################################################################
+
+UIUserMembershipSelector.header.userName=#{word.userName}
+UIUserMembershipSelector.header.membershipType=#{word.membership}
+UIUserMembershipSelector.header.action=#{word.action}
+UIUserMembershipSelector.header.groupId=#{word.groupId}
+UIUserMembershipSelector.action.SelectPermission=Selecteer permissie
+UIUserMembershipSelector.action.title.DeleteMembership=Verwijder rol
+UserPermissionSelector.title.UIGroupMembershipSelector=Lijst van rollen
+
+#############################################################################
+# org.exoplatform.webui.form.UIFormInputItemSelector #
+#############################################################################
+
+UIFormInputItemSelector.selectType.page=Selecteer een pagina sjabloon
+UIFormInputItemSelector.selectType.portal=Selecteer een portaal sjabloon
+UIFormInputSet.tooltip.selectgroup=Selecteer andere groep
+
+#############################################################################
+# org.exoplatform.webui.form.UIFormInputIconSelector #
+#############################################################################
+
+UIFormInputIconSelector.label.selectIconSet=Selecteer een verzameling van pictogrammen
+UIFormInputIconSelector.label.iconPreview=Bekijk preview en selecteer een pictogram
+UIFormInputIconSelector.label.iconName=Naam van het geselecteerde pictogram
+UIFormInputIconSelector.label.iconCatergory=Pictogram categorie
+UIFormInputIconSelector.label.miscIcons=Diverse
+UIFormInputIconSelector.label.officeIcons=Bureau
+UIFormInputIconSelector.label.Icon16x16=Pictogram 16x16
+UIFormInputIconSelector.label.Icon24x24=Pictogram 24x24
+UIFormInputIconSelector.label.Icon48x48=Pictogram 48x48
+UIFormInputIconSelector.label.Icon32x32=Pictogram 32x32
+UIFormInputIconSelector.label.Icon64x64=Pictogram 64x64
+UIFormInputIconSelector.label.Icon72x72=Pictogram 72x72
+UIFormInputIconSelector.label.misc=Diverse
+UIFormInputIconSelector.label.offices=Bureau
+UIFormInputIconSelector.label.navigation=Navigatie
+UIFormInputIconSelector.label.tool=Hulp
+UIFormInputIconSelector.label.user=Gebruiker
+UIFormInputIconSelector.option.IconSet16x16=16x16
+UIFormInputIconSelector.option.IconSet24x24=24x24
+UIFormInputIconSelector.option.IconSet32x32=32x32
+Icon.UIDropDown.label.IconSet16x16=Pictogram verzameling 16x16
+Icon.UIDropDown.label.IconSet24x24=Pictogram verzameling 24x24
+Icon.UIDropDown.label.IconSet32x32=Pictogram verzameling 32x32
+Icon.UIDropDown.title=Pictogram verzameling 16x16
+
+#############################################################################
+# org.exoplatform.webui.core.UIWizard #
+#############################################################################
+
+UIPageWizardHelp.title.UIPageWizardHelp=Pagina wizard help
+UIPageCreationWizard.label.pageCreateWizard=Pagina creatie wizard
+UIPageCreationWizard.label.step=Stap
+UIPageCreationWizard.label.wizardSteps=Wizard stappen
+UIPageCreationWizard.label.step1.title=Selecetter een navigatie node en cre\u00EBer de pagina
+UIPageCreationWizard.label.step2.title=Selecteer een pagina lay-out sjabloon
+UIPageCreationWizard.label.step3.title=Reorganiseer de pagina lay-out en voeg portlets toe aan de pagina
+UIPageCreationWizard.label.abort=#{word.abort}
+UIPageCreationWizard.label.back=#{word.back}
+UIPageCreationWizard.label.next=#{word.next}
+UIPageCreationWizard.label.done=#{word.save}
+UIPageCreationWizard.label.previousStep=Vorige stap
+UIPageCreationWizard.label.nextStep=Volgende stap
+UIPageCreationWizard.msg.NameNotSame=Deze naam bestaat reeds.
+UIPageCreationWizard.msg.notSelectedPageNavigation=U moet een navigatie selecteren.
+UIPageCreationWizard.msg.StepByStep=U moet alle stappen doorlopen.
+UIPageNodeWizardPreview.action.Finish=Bewaren en be\u00EBindigen
+UIPageNodeWizardPreview.label.nodeName=Node naam
+UIPageNodeWizardPreview.label.nodeLabel=Node label
+UIPageNodeWizardPreview.label.icon=#{word.icon}
+UIPageNodeWizardPreview.label.creator=Gecre\u00EBerd door
+UIPageNodeWizardPreview.label.accessPermission=Toegangsrechten
+UIPageNodeWizardPreview.label.editPermission=Permissie om te wijzigen
+UIPageNodeWizardPreview.label.pageReference=Pagina referentie
+UIPageCreateDescription.title.create=Pagina creatie wizard
+UIPageCreateDescription.title.edit=Pagina wijzigen wizard
+UIPageTemplateOptions.UIDropDown.title=Pagina configuratie
+UIPageTemplateOptions.UIDropDown.label.normalPageConfigs=Pagina configuratie
+UIPageTemplateOptions.UIDropDown.label.columnPageConfigs=In kolommen
+UIPageTemplateOptions.UIDropDown.label.mixPageConfigs=Gemixt
+UIPageTemplateOptions.UIDropDown.label.rowPageConfigs=In rijen
+UIPageTemplateOptions.UIDropDown.label.tabsPageConfigs=Met tabbladen
+
+##################################################################
+# UIWizardPageSelectLayoutForm #
+##################################################################
+
+UIWizardPageSelectLayoutForm.tab.label.UIPageTemplateOptions=Pagina sjabloon opties
+UIWizardPageSelectLayoutForm.label.normalPage.EmptyLayout=Lege lay-out
+UIWizardPageSelectLayoutForm.label.normalPage.CurrentLayout=Huidige lay-out
+UIWizardPageSelectLayoutForm.label.normalPage.DesktopImage=Bureaublad lay-out
+UIWizardPageSelectLayoutForm.label.normalPage.DashboardLayout=Dashboard lay-out
+UIWizardPageSelectLayoutForm.label.columnPage.TwoColumnsLayout=Twee kolommen lay-out
+UIWizardPageSelectLayoutForm.label.columnPage.ThreeColumnsLayout=Drie kolommen lay-out
+UIWizardPageSelectLayoutForm.label.rowPage.TwoRowsLayout=Twee rijen lay-out
+UIWizardPageSelectLayoutForm.label.rowPage.ThreeRowsLayout=Drie rijen lay-out
+UIWizardPageSelectLayoutForm.label.tabsPage.TwoTabsLayout=Twee tabbladen
+UIWizardPageSelectLayoutForm.label.tabsPage.ThreeTabsLayout=Drie tabbladen
+UIWizardPageSelectLayoutForm.label.mixPage.TwoColumnsOneRowLayout=Twee kolommen en \u00E9\u00E9n rij lay-out
+UIWizardPageSelectLayoutForm.label.mixPage.OneRowTwoColumnsLayout=\u00C9\u00E9n rij en twee kolommen lay-out
+UIWizardPageSelectLayoutForm.label.mixPage.ThreeRowsTwoColumnsLayout=Twee kolommen en drie rijen lay-out
+UIWizardPageSelectLayoutForm.label.UIPageTemplateOptions=null
+
+############################################################################
+# org.exoplatform.portal.component.customization.UIWizardPageCreationForm #
+############################################################################
+
+UIWizardPageSetInfo.title=Toevoegen van een nieuwe pagina
+UIWizardPageSetInfo.label.curentSelectedNodeInfo=Geselecteerde pagina
+UIWizardPageSetInfo.label.pageName=Node naam
+UIWizardPageSetInfo.label.pageDisplayName=Weergegeven naam
+UIWizardPageSetInfo.label.visible=Zichtbaar
+UIWizardPageSetInfo.label.showPublicationDate=Publicatie datum & tijd
+UIWizardPageSetInfo.label.startPublicationDate=Publicatie startdatum
+UIWizardPageSetInfo.label.endPublicationDate=Publicatie einddatum
+UIWizardPageSetInfo.action.Save=#{word.save}
+UIWizardPageSetInfo.msg.null=Pagina niet gevonden.
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIPageNodeWizardPreview #
+#############################################################################
+
+EditWizard.label.curentSelectedNodeInfo=Geselecteerde pagina
+EditWizard.label.pageName=Node naam
+EditWizard.label.pageDisplayName=Weergegeven naam
+EditWizard.label.visible=Zichtbaar
+EditWizard.label.showPublicationDate=Publicatie datum & tijd
+EditWizard.label.startPublicationDate=Publicatie startdatum
+EditWizard.label.endPublicationDate=Publicatie einddatum
+EditWizard.title=Wijzig pagina
+EditWizard.action.Save=#{word.save}
+UIPageCreationWizardStepForm.label.pageName=Pagina naam
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIAdvancedCustomization #
+#############################################################################
+
+UIAdvancedCustomization.icon.UIPortalManagement=Portaal
+UIAdvancedCustomization.icon.UIPageManagement=Pagina
+UIAdvancedCustomization.label.UIPortalManagement=Portaal beheer
+UIAdvancedCustomization.label.UIPageManagement=Pagina beheer
+UIPortalManagement.msg.Invalid-EditLayout-Permission=U heeft het recht niet om deze lay-out te wijzigen.
+UIPortalManagement.msg.Invalid-EditPage-Permission=U heeft het recht niet om deze pagina te wijzigen.
+UIPortalManagement.title.EDIT=Wijzig huidige portaal
+UIPortalManagement.title.BROWSE=Beheer portalen
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIContainerConfigOptions #
+#############################################################################
+
+UIContainerConfigOptions.label.ContainerConfigTitle=Container categorie\u00EBn
+UIContainerConfigOptions.label.selectContainerCategory=Klik hier om een container categorie te selecteren
+UIContainerConfigOptions.tab.row=Rijen container lay-out
+UIContainerConfigOptions.tab.column=Kolommen container lay-out
+UIContainerConfigOptions.tab.tabs=Tabbladen container lay-out
+UIContainerConfigOptions.tab.mixed=Gemixte container lay-out
+UIContainerConfigOptions.UIDropDown.title=Rijen lay-out
+UIContainerConfigOptions.UIDropDown.label.ContainerCategory=Container categorie\u00EBn
+UIContainerConfigOptions.UIDropDown.label.row=Rijen lay-out
+UIContainerConfigOptions.UIDropDown.label.column=Kolommen lay-out
+UIContainerConfigOptions.UIDropDown.label.tabs=Tabbladen lay-out
+UIContainerConfigOptions.UIDropDown.label.mixed=Gemixte lay-out
+UIContainerConfigOptions.template.oneRow=1 rij
+UIContainerConfigOptions.template.twoRows=2 rijen
+UIContainerConfigOptions.template.threeRows=3 rijen
+UIContainerConfigOptions.template.oneColumns=1 kolom
+UIContainerConfigOptions.template.twoColumns=2 kolommen
+UIContainerConfigOptions.template.threeColumns=3 kolommen
+UIContainerConfigOptions.template.twoTabs=2 tabbladen
+UIContainerConfigOptions.template.threeTabs=3 tabbladen
+UIContainerConfigOptions.template.twoColumnsOneRow=2 kolommen en 1 rij
+UIContainerConfigOptions.template.oneRowTwoColumns=1 rij en 2 kolommen
+UIContainerConfigOptions.template.oneRow2Column1Row=1 rij, 2 kolommen en 1 rij
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIDecoratorConfigOptions #
+#############################################################################
+
+UIDecoratorConfigOptions.label.selectDecorator=Selecteer decorateur
+
+#############################################################################
+#############################################################################
+#############################################################################
+
+UIPortlet.label.portlet=Portlet
+UIPortlet.label.title=Portlet
+UIPortlet.label.description=GateIn portlet
+UIPortlet.label.portletContent=Portlet omschrijving
+UIPortlet.label.View=Tonen
+UIPortlet.lable.information=#{word.done}
+UIPortlet.deletePortlet=Weet U zeker dat U deze portlet wilt verwijderen?
+UIPortlet.tooltip.PortletMode=Portlet modus
+UIPortlet.tooltip.Minimize=Minimaliseren
+UIPortlet.tooltip.MinimizeRestore=Herstellen
+UIPortlet.tooltip.Maximize=Maximaliseren
+UIPortlet.tooltip.MaximizeRestore=Herstellen
+UIPortlet.tooltip.editPortlet=Wijzig portlet
+UIPortlet.tooltip.deletePortlet=Verwijder portlet
+UIPortlet.tooltip.ResizeWindow=Grootte aanpasen van venster
+UIPortlet.tooltip.DragControl=Blijf over dit gebied om de portlet te verslepen
+UIPortlet.message.RuntimeError=Deze portlet kan niet worden weergegeven omwille van een probleem.
+#############################################################################
+
+PortletMode.label.help=Hulp
+PortletMode.label.view=Tonen
+PortletMode.label.edit=Bewerken
+
+#############################################################################
+
+UIPagePreview.action.Back=#{word.back}
+UIPagePreview.msg.empty=Deze pagina heeft geen inhoud. Klik op "Wijzig pagina" om inhoud toe te voegen.
+
+#############################################################################
+
+UIVTabInputSet.label.personalInfo=Priv\u00E9 info
+
+#############################################################################
+# org.exoplatform.portletregistry.webui.component.UIFormAvailablePortlet #
+#############################################################################
+
+UIFormAvailablePortlet.label.UIFormTableInputSet=Portlet
+
+#############################################################################
+# org.exoplatform.portal.component.control.UIQuickBar #
+#############################################################################
+
+UIQuickBar.tooltip.BasicCustomization=Basis aanpassing
+UIQuickBar.tooltip.AdvanceCustomization=Geavanceerde aanpassing
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIPageEditBar #
+#############################################################################
+
+UIPageEditBar.tooltip.PagePreview=Preview pagina
+UIPageEditBar.tooltip.EditPage=Wijzig pagina eigenschappen
+UIPageEditBar.tooltip.SharedNavigation=Navigatie community configuratie
+UIPageEditBar.tooltip.EditContainer=Toon container controle
+UIPageEditBar.tooltip.EditPortlet=Toon portlet controle
+UIPageEditBar.tooltip.Decorator=Decorateur
+UIPageEditBar.tooltip.SavePage=Bewaar pagina
+UIPageEditBar.tooltip.TurnOffPreview=Klik hier om preview modus af te zetten
+UIPageManagement.title.BROWSE=Beheer pagina's
+UIPageManagement.title.EDIT=Navigatie verkenner
+UIPageManagement.msg.Invalid-editPermission=U heeft geen toestemming om deze pagina te wijzigen.
+
+#############################################################################
+#org.exoplatform.webui.core.UIPageIterator #
+#############################################################################
+
+UIPageIterator.label.totalPage=Totaal aantal pagina's
+UIPageIterator.label.backTenPages=10 pagina's terug
+UIPageIterator.label.previous=Vorige pagina
+UIPageIterator.label.next=Volgende pagina
+UIPageIterator.label.nextTenPages=Volgende 10 pagina's
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIPortalBrowser #
+#############################################################################
+
+UIPortalBrowser.header.creator=Gecre\u00EBerd door
+UIPortalBrowser.header.editPermission=Permissie om te wijzigen
+UIPortalBrowser.header.accessPermissions=Toegangsrechten
+UIPortalBrowser.header.name=#{word.name}
+UIPortalBrowser.header.skin=#{word.skin}
+UIPortalBrowser.header.action=#{word.action}
+UIPortalBrowser.header.factoryId=Factory Id
+UIPortalBrowser.action.addNewPortal=Cre\u00EBer nieuwe portaal
+UIPortalBrowser.action.title.DeletePortal=Verwijder portaal
+UIPortalBrowser.msg.Invalid-viewPermission=U heeft geen voldoende rechten om deze portaal te bekijken.
+UIPortalBrowser.msg.PortalInUse=Portaal '{0}' is in gebruik.
+UIPortalBrowser.msg.Invalid-deletePermission=U heeft het recht niet om portaal {0} te verwijderen.
+UIPortalBrowser.msg.Invalid-createPermission=U heeft het recht niet om portaal een nieuwe portaal te cre\u00EBren. Neem contact op met de administrator.
+UIPortalBrowser.deletePortal=Weet U zeker dat U deze portaal wilt verwijderen?
+SitePortal.label=Site portaal
+ClassicPortal.label=Klassieke portaal
+WebOSPortal.label=WebOS portaal
+
+############################################################################
+
+UIPageEditor.tooltip.PagePreview=Pagina preview
+UIPageEditor.tooltip.EditPage=Wijzig pagina
+UIPageEditor.tooltip.EditContainer=Wijzig container
+UIPageEditor.tooltip.EditPortlet=Wijzig portlet
+UIPageEditor.tooltip.Decorator=#{word.decorator}
+UIPageEditor.tooltip.SavePage=Bewaar pagina
+
+############################################################################
+# org.exoplatform.webui.form.UIPopupWindow #
+############################################################################
+
+PopupPageSelector.title.UIPageBrowser=Zoek en selecteer pagina
+PopupPageSelector.title.SelectPage=Selecteer een pagina
+UIControWSPopupWindow.title.UIApplicationTree=Lijst van applicaties
+EditGroup.title.UIPageNavigationForm=Voeg navigatie toe
+
+############################################################################
+# org.exoplatform.portal.component.widget.UILogged #
+############################################################################
+
+UILogged.note.loggedUser=Welkom
+UILogged.note.ItemContainer=Deze component wordt momenteel ontwikkeld.
+UILogged.action.logout=Log uit
+UILogged.action.signout=Uitloggen
+UILogged.action.Youhave=U heeft:
+UILogged.title.widgetNews=GateIn gadgets
+UILogged.title.widgetCategory=Gadget categorie
+UILogged.title.widgetItem=Gadgets
+UILogged.title.BrowsersSupport=Browsers ondersteuning
+UILogged.label.Workbeston=Geoptimaliseerd voor
+UILogged.label.Workableon=Ook mogelijk
+UILogged.label.DownloadNow=Download nu
+UILogged.label.RollBack=Annuleer de huidige wijzigingen
+UILogged.label.Save=#{word.save}
+UILogged.label.Finish=#{word.finish}
+UILogged.label.Abort=#{word.abort}
+
+############################################################################
+# org.exoplatform.portal.component.widget.UILoginForm #
+############################################################################
+
+UIPortalComponentLogin.label.password=#{word.password}
+UIPortalComponentLogin.label.username=#{word.userName}
+UIForgetPasswordWizard.title=Waarom heeft U geen toegang?
+UIForgetPasswordWizard.action.Next=#{word.next}
+UIForgetPasswordWizard.action.Back=#{word.back}
+UIForgetPasswordWizard.info=Wij verontschuldigen ons voor het ongemak dat U geen toegang heeft tot eXo.<br />Gelieve de stappen onderaan te volgen.<br /><br />1. Paswoord herstellen: vul <strong>uw gebruikersnaam</strong> in en klik op verzenden.<br/>2. Gebruikersnaam herstellen: vul <strong>uw e-mail adres</strong> in en klik op verzenden.<br/>
+UIForgetPasswordWizard.label.forgotpassword=Mijn paswoord vergeten
+UIForgetPasswordWizard.label.forgotusername=Mijn gebruikersnaam vergeten
+
+############################################################################
+# org.exoplatform.webui.portal.UIForgetPassword & UIResetPassword #
+############################################################################
+
+UIForgetPassword.title=Gebruikersnaam/paswoord vergeten
+UIForgetPassword.action.Send=#{word.send}
+UIForgetPassword.action.Back=#{word.back}
+UIForgetPassword.label.username=#{word.userName} :
+UIForgetPassword.label.email=#{word.email} :
+UIForgetPassword.msg.user-delete=Uw gebruikersnaam is verwijderd door een administrator.
+UIForgetPassword.msg.user-not-exist=Deze gebruikersnaam bestaat niet.
+UIForgetPassword.msg.email-not-exist=Deze e-mail bestaat niet.
+UIForgetPassword.msg.send-mail-success=Controleer uw e-mail.
+UIForgetPassword.msg.expration=Uw link is verstreken, U moet de activatie procedure opnieuw doorlopen.
+UIForgetPassword.mail.header=Bedankt om GateIn portaal ondersteuning te raadplegen. We hebben een aanvraag ingedient voor uw gebruikersnaam en paswoord.
+UIForgetPassword.mail.footer=Bedankt, GateIn portaal ondersteuning.
+UIForgetPassword.mail.user=De gebruikersnaam voor uw account is :
+UIForgetPassword.mail.password=Het paswoord is :
+UIForgetPassword.mail.link=Om een nieuw paswoord aan te vragen voor de gebruikersnaam, klik op deze link :
+UIResetPassword.title=Verander paswoord
+UIResetPassword.action.Save=#{word.save}
+UIResetPassword.action.Close=#{word.close}
+UIResetPassword.label.username=#{word.userName}:
+UIResetPassword.label.password=#{word.password}:
+UIResetPassword.label.changepass=Verander paswoord:
+UIResetPassword.label.newpassword=Nieuw paswoord:
+UIResetPassword.label.confirmnewpassword=Bevestig nieuw paswoord:
+UIResetPassword.msg.change-password-successfully=Het paswoord is veranderd.
+UIResetPassword.msg.password-is-not-match=De twee velden voor het paswoord moeten dezelfde waarde bevatten.
+UIResetPassword.msg.Invalid-account=Gebruikersnaam of paswoord is verkeerd or leeg. Probeer opnieuw.
+
+############################################################################
+# org.exoplatform.webui.core.UIPopupMessages #
+############################################################################
+
+UIPopupMessages.title.exoMessages=GateIn berichten
+UIPopupMessages.button.ok=OK
+UIPopupMessages.label.Error=Foutmelding
+UIPopupMessages.label.Warning=Waarschuwing
+UIPopupMessages.label.Info=Informatie
+UIPopupMessages.Close=Sluit venster
+
+############################################################################
+# org.exoplatform.portal.webui.component.UISitemapPortlet #
+############################################################################
+
+UISitemap.label.message=Er is geen pagina geregistreerd op deze locatie.
+
+############################################################################
+# org.exoplatform.portal.component.customization.UIPortalToolPanel #
+############################################################################
+
+UIPortalToolPanel.label.copyrightText=Copyright © 2009. All rights Reserved,
+UIPortalToolPanel.label.companyTitleText=eXo Platform SAS and Red Hat, Inc..
+
+############################################################################
+# org.exoplatform.portal.component.view.UIContainer #
+############################################################################
+
+UIContainer.title.Container=Container
+UIContainer.title.DragControlArea=Blijf over dit gebied om de container te verslepen
+UIContainer.label.Thecontainer=De container
+UIContainer.deleteContainer=Weet U zeker dat U deze container wilt verwijderen?
+UIContainer.tooltip.closeContainer=Verwijder container
+UIContainer.tooltip.editContainer=Wijzig container
+UIContainer.tooltip.drag=Sleep container hier
+
+############################################################################
+# org.exoplatform.portal.component.view.UIPage #
+############################################################################
+
+UIPage.label.title=Portaal pagina
+UIPage.label.description=De pagina inhoud van de portaal
+UIPage.label.pageContent=Pagina omschrijving
+UIPage.msg.EditPermission.null=U heeft geen voldoende rechten om deze pagina te wijzigen.
+
+############################################################################
+# org.exoplatform.portal.component.view.UIPageDesktop #
+############################################################################
+
+UIPageDesktop.label.pagebody=De pagina inhoud van de portaal
+UIPageDesktop.label.PageContent=Pagina inhoud
+UIPageDesktop.label.View=Tonen
+UIPageDesktop.label.Edit=#{word.edit}
+UIPageDesktop.label.Done=#{word.done}
+UIPageDesktop.title.PortalPage=Portaal pagina
+UIPageDesktop.title.SaveToDatabase=Opslaan in database
+UIPageDesktop.title.AddApplication=Voeg applicatie toe
+UIPageDesktop.title.PageNavigation=Pagina navigatie
+UIPageDesktop.title.eXoBrowser=browser.
+UIPageDesktop.title.ShowPortletDesktop=Toon/verberg portlets
+UIPageDesktop.title.ShowWidgetDesktop=Toon/verberg gadgets
+UIPageDesktop.title.SignIn=Inloggen
+UIPageDesktop.title.SignOut=Uitloggen
+UIPageDesktop.title.pageNavigation=Pagina navigaties
+UIPageDesktop.msg.hasNotPermission=U heeft geen rechten om deze pagina te wijzigen.
+UIPageDesktop.action.Close=Verwijder deze applicatie van de werkbalk
+UIPageDesktop.action.Quit=#{word.quit}
+UIPageDesktop.action.action.Open=#{word.open}
+
+############################################################################
+# org.exoplatform.portal.component.view.UIPageBody #
+############################################################################
+
+UIPageBody.label.title=Portaal pagina inhoud
+UIPageBody.label.description=De pagina inhoud van de portaal
+UIPageBody.msg.pageNotFoundLine1=Pagina niet gevonden.
+UIPageBody.msg.pageNotFoundLine2=U heeft geen rechten om deze pagina te bekijken.
+UIPageBody.msg.pageNotFoundLine3=Pagina kan niet verwijderd worden.
+UIPageBody.msg.pageNotFoundLine4=Deze node heeft geen pagina's.
+
+############################################################################
+# org.exoplatform.portal.component.view.UIPortal #
+############################################################################
+
+UIPortal.label.title=UIPortal Container
+UIPortal.label.description=The UIPortal Container
+
+############################################################################
+# org.exoplatform.portal.component.view.UITableColumnContainer#
+############################################################################
+
+UITableColumnContainer.label.title=Navigatie container
+UITableColumnContainer.label.description=De navigatie container
+
+###############################################################################
+# org.exoplatform.portal.webui.component.UISearchForm #
+###############################################################################
+
+UISearch.label.AdvancedSearch=Geavanceerd zoeken
+UISearch.label.UISavedQuery=Bewaarde zoekopdrachten
+UISearch.label.UISearchResult=Resultaten van geavanceerd zoeken
+UISearch.label.UIMetadataSearch=Metadata zoeken
+UISearch.label.Search=Zoeken
+UISearch.label.QuickSearch=Snel zoeken
+UISearchForm.msg.empty=Geen zoekresultaat gevonden.
+
+###############################################################################
+# org.exoplatform.portal.webui.component.UIFormUploadInput #
+###############################################################################
+
+UIFormUploadInput.label.Uploaded=Ge\u00FCpload
+UIFormUploadInput.label.remove=#{word.remove}
+UIFormUploadInput.label.Cancel=#{word.cancel}
+UIFormUploadInput.msg.limit=Het bestand moet kleiner zijn dan {0} MB.
+
+###############################################################################
+# org.exoplatform.portal.webui.component.customization.UIPageNodeSelector #
+###############################################################################
+UINavigationNodeSelectorPopupMenu.event.AddNode=Voeg nieuwe node toe
+UINavigationNodeSelectorPopupMenu.event.PasteNode=Plak node
+
+NavigationNodePopupMenu.event.AddNode=Voeg nieuwe node toe
+NavigationNodePopupMenu.event.EditPageNode=Wijzig de pagina van de node
+NavigationNodePopupMenu.event.EditSelectedNode=Wijzig deze node
+NavigationNodePopupMenu.event.EditNavigation=Wijzig navigatie
+NavigationNodePopupMenu.event.CopyNode=Kopieer node
+NavigationNodePopupMenu.event.CloneNode=Kloon node
+NavigationNodePopupMenu.event.CutNode=Knip node
+NavigationNodePopupMenu.event.MoveUp=Omhoog
+NavigationNodePopupMenu.event.MoveDown=Omlaag
+NavigationNodePopupMenu.event.PasteNode=Plak node
+NavigationNodePopupMenu.event.SaveNavigation=Bewaar navigatie
+NavigationNodePopupMenu.event.DeleteNode=#{word.delete}
+UIGroupManagement.msg.Edit=U moet een groep selecteren.
+UIGroupManagement.msg.Delete=U kan deze groep niet verwijderen omdat het in gebruik is door een ander programma.
+UIGroupManagement.msg.DeleteMandatory=U kan deze groep niet verwijderen omdat die (of zijn kinderen) verlicht zijn.
+
+###############################################################################
+# org.exoplatform.portal.webui.component.customization.UIEditCurentPage #
+###############################################################################
+
+UIEditCurentPage.label.pageCreateWizard=Wijzig huidige pagina wizard
+UIEditCurentPage.label.step1.title=Welkom to wijzig huidige pagina wizard
+UIEditCurentPage.label.wizardSteps=Stappen
+UIEditCurentPage.label.next=#{word.next}
+UIEditCurentPage.label.done=#{word.save}
+UIEditCurentPage.label.back=#{word.back}
+UIEditCurentPage.label.abort=#{word.abort}
+UIEditCurentPage.label.step2.title=Selecteer een pagina node en vul een naam in voor de pagina
+UIEditCurentPage.label.step3.title=Selecteer een pagina lay-out sjabloon
+UIEditCurentPage.label.step4.title=Drag en drop
+
+###############################################################################
+# org.exoplatform.portal.webui.UIAccessGroup #
+###############################################################################
+
+UIAccessGroup.deleteAccessGroup=Weet U zeker dat U deze toegangsgroep wilt verwijderen ?
+
+#############################################################################
+# org.exoplatform.portal.organization.component.UISharedPortalResources#
+#############################################################################
+
+UISharedPortalResources.msg.notSelected=U moet een groep selecteren.
+UISharedNavigation.msg.notSelected=U moet een groep selecteren.
+Office.label=Bureau
+Default.label=Standaard
+FactoryId.left.title=Factory Id
+FactoryId.title=Factory Id
+
+################################################################################
+# org.exoplatform.webui.core.UIGrid
+################################################################################
+
+UIGrid.msg.empty=Geen gegevens.
+
+################################################################################
+#
+################################################################################
+
+UIItemSelector.lable.ItemDetailTitle=Preview van pagina lay-out
+
+################################################################################
+# UITree
+################################################################################
+
+UITree.tooltip.UpLevel=Naar omhoog
+
+################################################################################
+# UIAccountSettings # tungnd
+################################################################################
+
+UIAccountSetting.tab.label.UIAccountProfiles=Account profielen
+UIAccountSetting.tab.label.UIAccountChangePass=Verander paswoord
+UIAccountSetting.action.Close=#{word.close}
+
+#se xoa##
+
+
+#se xoa#
+
+UIAccountProfiles.action.Save=#{word.save}
+UIAccountProfiles.action.Reset=#{word.reset}
+UIAccountProfiles.label.userName=Gebruiker :
+UIAccountProfiles.label.firstName=Voornaam :
+UIAccountProfiles.label.lastName=Achternaam :
+UIAccountProfiles.label.email=#{word.email} :
+UIAccountProfiles.msg.update.success=Account informatie is geupdate.
+UIAccountChangePass.action.Save=#{word.save}
+UIAccountChangePass.action.Reset=#{word.reset}
+UIAccountChangePass.label.currentpass=Huidig paswoord :
+UIAccountChangePass.label.newpass=Nieuw paswoord :
+UIAccountChangePass.label.confirmnewpass=Bevestig nieuw paswoord :
+UIAccountChangePass.msg.change.pass.success=Het paswoord is veranderd.
+UIAccountChangePass.msg.password-is-not-match=De twee paswoord velden moeten dezelfde waarde bevatten.
+UIAccountChangePass.msg.currentpassword-is-not-match=Huidig paswoord is niet juist.
+
+################################################################################
+# UIDropDownControl # tungnd
+################################################################################
+
+UIDropDownControl.title.Empty=Vervolgkeuzelijst
+UIDropDownPageTemp.item.normalPageConfigs=Pagina configuratie
+UIDropDownPageTemp.item.columnPageConfigs=Kolom pagina configuratie
+UIDropDownPageTemp.item.mixPageConfigs=Gemixte pagina configuratie
+UIDropDownPageTemp.item.rowPageConfigs=Rij pagina configuratie
+UIDropDownPageTemp.item.tabsPageConfigs=Tabbladen pagina configuratie
+
+
+################################################################################
+# org.exoplatform.portal.webui.application.UIGadgetContainerManagement
+################################################################################
+
+UIGadgetContainerManagement.action.close=#{word.cancel}
+UIGadgetContainerManagement.action.save=#{word.save}
+UIGadgetContainerManagement.confirm.DeleteContainer=Weet U zeker dat u deze container wilt verwijderen?
+UIGadgetContainerManagement.confirm.DeleteGadget=Weet U zeker dat u deze gadget wilt verwijderen?
+UIGadgetContainerManagement.title.manager=Gadget containers beheer
+UIGadgetContainerManagement.title.containers=Containers
+UIGadgetContainerManagement.title.selectedContainer=Geselecteerde gadget container info:
+UIGadgetContainerManagement.msg.emptyList=Er is geen container in deze categorie.
+UIGadgetContainerManagement.msg.noSelected=Geen geselecteerde container.
+UIGadgetContainerManagement.label.label=Container etiket:
+UIGadgetContainerManagement.label.description=Container omschrijving:
+UIGadgetContainerManagement.tooltip.remove=Verwijder geselecteerde gadget container
+UIGadgetContainerManagement.tooltip.edit=Wijzig geselecteerde gadget container
+UIGadgetContainerManagement.tooltip.addnew=Voeg nieuwe gadget container toe
+
+################################################################################
+# org.exoplatform.portal.webui.application.UIGadgetContainerForm
+################################################################################
+
+GadgetContainerPopup.title.UIGadgetContainerForm=Gadget container details
+UIGadgetContainerForm.label.name=Etiket:
+UIGadgetContainerForm.label.description=#{word.description} :
+UIGadgetContainerForm.action.Save=#{word.save}
+UIGadgetContainerForm.action.Close=#{word.cancel}
+UIGadgetContainerForm.msg.exist=Deze container id bestaat reeds. Kies een andere.
+
+################################################################################
+# org.exoplatform.portal.webui.container.UIWidgetContainer
+################################################################################
+
+UIWidgetContainer.tooltip.addWidget=Voeg gadget toe
+UIWidgetContainer.tooltip.scrollDown=Scroll naar beneden
+UIWidgetContainer.tooltip.scrollUp=Scroll naar omhoog
+
+################################################################################
+# org.exoplatform.web.portal.UIItemThemeSelector
+################################################################################
+
+Theme.UIItemThemeSelector.item.SimpleBlue=Blauw
+Theme.UIItemThemeSelector.item.SimpleGreen=Groen
+Theme.UIItemThemeSelector.item.SimplePink=Pink
+Theme.UIItemThemeSelector.item.SimpleViolet=Violet
+Theme.UIItemThemeSelector.item.SimpleOrange=Oranje
+Theme.UIItemThemeSelector.item.RoundConerPink=Roze ronde hoek
+Theme.UIItemThemeSelector.item.RoundConerOrange=Oranje ronde hoek
+Theme.UIItemThemeSelector.item.RoundConerGreen=Groene ronde hoek
+Theme.UIItemThemeSelector.item.RoundConerViolet=Violette ronde hoek
+Theme.UIItemThemeSelector.item.RoundConerBlue=Blauwe ronde hoek
+Theme.UIItemThemeSelector.item.ShadowPink=Roze schaduw
+Theme.UIItemThemeSelector.item.ShadowOrange=Oranje schaduw
+Theme.UIItemThemeSelector.item.ShadowBlue=Blauwe schaduw
+Theme.UIItemThemeSelector.item.ShadowViolet=Violette schaduw
+Theme.UIItemThemeSelector.item.ShadowGreen=Groene schaduw
+Theme.UIItemThemeSelector.item.VistaBlue=Vista blauw
+Theme.UIItemThemeSelector.item.VistaTheme=Vista thema
+Theme.UIItemThemeSelector.item.MacBlack=Mac zwart
+Theme.UIItemThemeSelector.item.MacGreenSteel=Mac groen staal
+Theme.UIItemThemeSelector.item.MacTheme=Mac thema
+Theme.UIItemThemeSelector.item.MacGray=Mac grijs
+Theme.UIItemThemeSelector.item.DefaultTheme=Standaard thema
+ThemeDropDown.item.Shadow=Schaduw stijl
+ThemeDropDown.item.Simple=Eenvoudige stijl
+ThemeDropDown.item.VistaStyle=Vista stijl
+ThemeDropDown.item.MacStyle=Mac stijl
+ThemeDropDown.item.RoundConer=Ronde hoeken stijl
+
+################################################################################
+# org.exoplatform.dashboard.webui.component.UIDashboard
+################################################################################
+
+UIAddGadgetPopup.title.UIDashboardSelectContainer=Dashboard Workspace
+UIDashboardSelectContainer.action.addGadget=Voeg gadget toe
+UIDashboardContainer.label.openWorkspace=Voeg gadget toe
+UIDashboardContainer.label.SaveTitle=#{word.save}
+UIDashboardContainer.label.CancelTitle=#{word.cancel}
+UIDashboardContainer.label.Debug=Debug
+UIDashboardContainer.label.Cache=Geen cache
+UIDashboardEditForm.label.totalColumns=Aantal kolommen
+UIDashboardEditForm.label.isPrivate=Is priv\u00E9:
+UIDashboardEditForm.label.owner=Eigenaar:
+UIDashboard.msg.required=Het tekst veld is verplicht.
+UIDashboard.msg.addGadget=Sleep uw gadgets hier.
+UIDashboard.msg.notUrl=De url is ongeldig. Selecteer een correcte url van een gadget of een RSS feed.
+UIDashboard.msg.ApplicationNotExisted=Deze applicatie bestaat niet of is verwijderd,
+
+################################################################################
+# org.exoplatform.webui.organization.account.UIUserSelector
+################################################################################
+
+UIUserSelector.label.option.userName=#{word.userName}
+UIUserSelector.label.option.lastName=#{word.lastName}
+UIUserSelector.label.option.firstName=#{word.firstName}
+UIUserSelector.label.option.email=#{word.email}
+UIUserSelector.label.group=Groep :
+UIUserSelector.label.searchUser=Zoeken :
+UIUserSelector.label.userName=#{word.userName}
+UIUserSelector.label.lastName=#{word.lastName}
+UIUserSelector.label.firstName=#{word.firstName}
+UIUserSelector.label.email=#{word.email}
+UIUserSelector.label.action=#{word.action}
+UIUserSelector.label.Add=#{word.add}
+UIUserSelector.label.Close=#{word.close}
+UIUserSelector.msg.empty=Geen gegevens.
+UIUserSelector.msg.user-required=Selecteer tenminste \u00E9\u00E9n gebruiker.
+
+################################################################################
+# org.exoplatform.portal.webui.application.UIAddNewApplication
+################################################################################
+
+UIAddNewApplication.label.AddApplication=Voeg applicatie toe
+UIAddNewApplication.label.Categories=Categorie\u00EBn
+UIAddNewApplication.label.Select=Selecteer applicaties
+UIAddNewApplication.label.NoneApp=Er is geen applicatie in deze locatie. Ga naar de application register portlet om applicaties te importeren
+UIAddNewApplication.label.Type=Type:
+UIAddNewApplication.label.Created=Gemaakt door:
+UIAddNewApplication.label.Description=#{word.description} :
+UIAddNewApplication.label.Close=#{word.close}
+UIAddNewApplication.label.Add=Voeg toe en hou deze applicatie in een pagina
+UIAddNewApplication.label.AddToStartup=Voeg toe en start de applicatie onmiddellijk
+
+#############################################################################
+#org.exoplatform.portal.webui.component.UIPortalNavigation #
+#############################################################################
+
+UIPortalNavigation.Label.Next=#{word.next}
+UIPortalNavigation.Label.Previous=#{word.previous}
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UIDropDownConfigs #
+#############################################################################
+
+UIDropDownConfigs.item.row=In lijnen
+UIDropDownConfigs.item.column=In kolommen
+UIDropDownConfigs.item.tabs=In tabbladen
+UIDropDownConfigs.item.mix=Gemixt
+
+#############################################################################
+# org.exoplatform.portal.webui.container.UITabContainer #
+#############################################################################
+
+UITabContainer.tab=Tabblad
+
+############################################################################
+# org.exoplatform.portal.webui.container.UIBrowserPortlet #
+############################################################################
+
+UIBrowserPortlet.Back=#{word.back}
+UIBrowserPortlet.Forward=#{word.forward}
+UIBrowserPortlet.Refresh=#{word.refresh}
+UIBrowserPortlet.Stop=Stoppen
+UIBrowserPortlet.Goto=Ga naar het adres in de adres werkbalk
+UIBrowserPortlet.Go=Gaan
+UIBrowserPortlet.Untitled=(Zonder titel)
+UIBrowserPortlet.Tab=Nieuw tabblad
+
+############################################################################
+# org.exoplatform.portal.webui.container.UIPopupWindow #
+############################################################################
+
+UIPopupWindow.Close=Sluit venster
+UIPopupWindow.title.UIPageNodeForm2=Toevoegen/wijzigen van pagina node
+UIPopupWindow.title.UINavigationManagement=Navigatie beheer
+UIPopupWindow.title.UIPageNavigationForm=Pagina navigatie formulier
+
+PopupPageSelector2.title.SelectPage=Selecteer pagina
+
+############################################################################
+# org.exoplatform.navigation.webui.component.UISiteManagement #
+############################################################################
+
+UISiteManagement.msg.Invalid-deletePermission=This user doesn't have permission to delete this portal
+UISiteManagement.msg.portal-not-exist=The portal is not existed or may be deleted
+UISiteManagement.msg.Invalid-editPermission=This user doesn't have permission to edit this portal
+
+############################################################################
+# org.exoplatform.navigation.webui.component.UIGroupNavigationManagement #
+############################################################################
+
+UIGroupNavigationManagement.Action.Add=Add Navigation
+UIGroupNavigationManagement.Delete.Confirm=Are you sure to delete this navigation?
+UIGroupNavigationManagement.msg.Invalid-deletePermission=Deze gebruiker heeft het recht niet om deze navigatie te verwijderen.
+UIGroupNavigationManagement.msg.navigation-not-exist=Deze navigatie bestaat niet of is verwijderd.
+UIGroupNavigationManagement.msg.Invalid-editPermission=Deze gebruiker heeft het recht niet om deze navigatie te wijzigen.
+
+############################################################################
+# org.exoplatform.navigation.webui.component.UIGroupNavigationManagement #
+############################################################################
+
+UINavigationManagement.action.addNode=Voeg node toe
+UINavigationManagement.msg.NavigationNotExistAnymore=Deze navigatie kon niet worden verwijderd.
+
+############################################################################
+# org.exoplatform.navigation.webui.component.UIAddGroupNavigation #
+############################################################################
+
+UIAddGroupNavigation.Action.Add=Voeg navigatie toe
+UIAddGroupNavigation.Label.NoPermission=Deze gebruiker heeft het recht niet om navigatie toe te voegen.
+UIAddGroupNavigation.header.Group=Groep
+
+############################################################################
+# org.exoplatform.portal.webui.application.UIGadget #
+############################################################################
+
+UIGadget.tooltip.Minimize=Minimaliseren
+UIGadget.tooltip.Unminimize=#{word.restore}
+UIGadget.tooltip.Maximize=Maximaliseren
+UIGadget.tooltip.Unmaximize=#{word.restore}
+UIGadget.tooltip.editGadget=Wijzig gadget
+UIGadget.tooltip.deleteGadget=Verwijder gadget
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/locales-config.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/locales-config.xml 2010-01-20 17:01:22 UTC (rev 1394)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/locales-config.xml 2010-01-20 17:06:33 UTC (rev 1395)
@@ -44,6 +44,13 @@
</locale-config>
<locale-config>
+ <locale>nl</locale>
+ <output-encoding>UTF-8</output-encoding>
+ <input-encoding>UTF-8</input-encoding>
+ <description>Default configuration for the dutch locale</description>
+ </locale-config>
+
+ <locale-config>
<locale>ru</locale>
<output-encoding>UTF-8</output-encoding>
<input-encoding>UTF-8</input-encoding>
14 years, 11 months
gatein SVN: r1394 - in portal/trunk: component/portal/src/main/java/org/exoplatform/portal/pom/data and 1 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2010-01-20 12:01:22 -0500 (Wed, 20 Jan 2010)
New Revision: 1394
Modified:
portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMDataStorage.java
portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/data/ModelDataStorage.java
portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIGadget.java
Log:
GTNPORTAL-511 : immediatly save the mop after an update done by the gadget
Modified: portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMDataStorage.java
===================================================================
--- portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMDataStorage.java 2010-01-20 16:37:29 UTC (rev 1393)
+++ portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMDataStorage.java 2010-01-20 17:01:22 UTC (rev 1394)
@@ -299,4 +299,16 @@
generateStorageName(container);
return container;
}
+
+ public void save() throws Exception
+ {
+ pomMgr.execute(new POMTask<Object>()
+ {
+ public Object run(POMSession session) throws Exception
+ {
+ session.save();
+ return null;
+ }
+ });
+ }
}
Modified: portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/data/ModelDataStorage.java
===================================================================
--- portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/data/ModelDataStorage.java 2010-01-20 16:37:29 UTC (rev 1393)
+++ portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/data/ModelDataStorage.java 2010-01-20 17:01:22 UTC (rev 1394)
@@ -107,4 +107,6 @@
public DashboardData loadDashboard(String dashboardId) throws Exception;
public void saveDashboard(DashboardData dashboard) throws Exception;
+
+ public void save() throws Exception;
}
\ No newline at end of file
Modified: portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIGadget.java
===================================================================
--- portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIGadget.java 2010-01-20 16:37:29 UTC (rev 1393)
+++ portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIGadget.java 2010-01-20 17:01:22 UTC (rev 1394)
@@ -26,6 +26,8 @@
import org.exoplatform.portal.config.model.ApplicationState;
import org.exoplatform.portal.config.model.ApplicationType;
import org.exoplatform.portal.config.model.Properties;
+import org.exoplatform.portal.pom.config.POMSession;
+import org.exoplatform.portal.pom.data.ModelDataStorage;
import org.exoplatform.portal.webui.util.Util;
import org.exoplatform.web.WebAppController;
import org.exoplatform.web.application.gadget.GadgetApplication;
@@ -398,6 +400,12 @@
//
state = service.save(state, gadget);
+
+ // WARNING :
+ // This is used to force a state save and it should not be copied else where to make things
+ // convenient as this could lead to a severe performance degradation
+ ModelDataStorage mds = getApplicationComponent(ModelDataStorage.class);
+ mds.save();
}
/**
14 years, 11 months