yes,
For now I just followed where the other files were located :)
On 11/11/2009 11:52 AM, Arnaud HERITIER wrote:
There is an issue i opened some time ago. to follow maven conventions
We should move all resources from src/main/webapp/web-inf/classes to
src/main/resources
Arnaud
On Wednesday, November 11, 2009,<do-not-reply@jboss.org> wrote:
Author: thomas.heute@jboss.com
Date: 2009-11-11 05:18:27 -0500 (Wed, 11 Nov 2009)
New Revision: 567
Added:
portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_es.properties
portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_es.properties
portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_es.properties
portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties
portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_es.properties
portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_es.properties
portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_es.properties
portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_es.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_es.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_es.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_es.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_es.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_es.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_es.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties
Log:
GTNPORTAL-226: Spanish translation
Applied Spanish translation, contribution from David Calvente
Added: portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_es.properties
===================================================================
--- portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_es.properties (rev 0)
+++ portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_es.properties 2009-11-11 10:18:27 UTC (rev 567)
@@ -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.
+#
+
+platform.users.samplePage=Grupo de P\u00e1ginas del Sample-Ext
Added: portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_es.properties
===================================================================
--- portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_es.properties (rev 0)
+++ portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_es.properties 2009-11-11 10:18:27 UTC (rev 567)
@@ -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.
+#
+
+portal.classic.samplePage=P\u00e1gina de Portal del Sample-Ext
Added: portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_es.properties
===================================================================
--- portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_es.properties (rev 0)
+++ portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_es.properties 2009-11-11 10:18:27 UTC (rev 567)
@@ -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.
+#
+
+UIHomePagePortlet.Label.SampleRB.SampleKey=Esta es una nueva key del nuevo Resource Bundle "locale.portal.sample" del "sample-ext"
Added: portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties
===================================================================
--- portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties (rev 0)
+++ portal/trunk/sample/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties 2009-11-11 10:18:27 UTC (rev 567)
@@ -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.
+#
+
+#############################################################################
+#org.exoplatform.portal.webui.component.UIHomePagePortlet #
+#############################################################################
+
+UIHomePagePortlet.Label.Username=Usr:
+UIHomePagePortlet.Label.Password=Pwd:
+UIHomePagePortlet.Label.SampleKey=Esta es una nueva key i18n
Added: portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_es.properties
===================================================================
--- portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_es.properties (rev 0)
+++ portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_es.properties 2009-11-11 10:18:27 UTC (rev 567)
@@ -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.
+#
+
+platform.users.samplePage=Grupo de p\ufffdginas del Sample-Portal
Added: portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_es.properties
===================================================================
--- portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_es.properties (rev 0)
+++ portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_es.properties 2009-11-11 10:18:27 UTC (rev 567)
@@ -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.
+#
+
+portal.classic.samplePage=P\ufffdgina del Portal Sample-Portal
Added: portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_es.properties
===================================================================
--- portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_es.properties (rev 0)
+++ portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_es.properties 2009-11-11 10:18:27 UTC (rev 567)
@@ -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.
+#
+
+UIHomePagePortlet.Label.SampleRB.SampleKey=Esta es una nueva key del nuevo Resource Bundle "locale.portal.sample" del "sample-portal"
Added: portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties
===================================================================
--- portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties (rev 0)
+++ portal/trunk/sample/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties 2009-11-11 10:18:27 UTC (rev 567)
@@ -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.
+#
+
+#############################################################################
+#org.exoplatform.portal.webui.component.UIHomePagePortlet #
+#############################################################################
+
+UIHomePagePortlet.Label.Username=Usr:
+UIHomePagePortlet.Label.Password=Pwd:
+UIHomePagePortlet.Label.SampleKey=Esta es una nueva key que ha sido a\ufffdadida al Resource Bundle "locale.portal.webui" del "sample-portal"
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_es.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_es.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_es.properties 2009-11-11 10:18:27 UTC (rev 567)
@@ -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=Organizaci\u00f3n
+organization.newstaff=Nuevos Empleados
+organization.management=