[portal-commits] JBoss Portal SVN: r9228 - in branches/JBoss_Portal_Branch_2_6/core-samples/src/resources/portal-users-samples-war/WEB-INF: classes and 1 other directory.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Fri Nov 30 14:11:48 EST 2007


Author: lucboudreau
Date: 2007-11-30 14:11:48 -0500 (Fri, 30 Nov 2007)
New Revision: 9228

Added:
   branches/JBoss_Portal_Branch_2_6/core-samples/src/resources/portal-users-samples-war/WEB-INF/classes/Resource_fr.properties
Modified:
   branches/JBoss_Portal_Branch_2_6/core-samples/src/resources/portal-users-samples-war/WEB-INF/portlet.xml
Log:
Added french translation and modified the portlet descriptor accordingly.

Added: branches/JBoss_Portal_Branch_2_6/core-samples/src/resources/portal-users-samples-war/WEB-INF/classes/Resource_fr.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-samples/src/resources/portal-users-samples-war/WEB-INF/classes/Resource_fr.properties	                        (rev 0)
+++ branches/JBoss_Portal_Branch_2_6/core-samples/src/resources/portal-users-samples-war/WEB-INF/classes/Resource_fr.properties	2007-11-30 19:11:48 UTC (rev 9228)
@@ -0,0 +1,41 @@
+#Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net)
+################################################################################
+# JBoss, a division of Red Hat                                                 #
+# Copyright 2006, Red Hat Middleware, LLC, and individual                      #
+# contributors as indicated by the @authors tag. See the                       #
+# copyright.txt in the distribution for a full listing of                      #
+# individual contributors.                                                     #
+#                                                                              #
+# 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.                     #
+################################################################################
+
+NO_USERS_ONLINE = Pas d'utilisateurs en ligne.
+
+ONE_USER_IS_0 = <b>
+
+ONE_USER_IS_1 = </b>
+
+ONE_USER_ONLINE_0 = Il y a <b>
+
+ONE_USER_ONLINE_1 = </b> utilisateur en ligne:
+
+USERS_ARE_0 = <b>
+
+USERS_ARE_1 = </b>
+
+USERS_ONLINE_0 = Il y a <b>
+
+USERS_ONLINE_1 = </b> utilisateurs en ligne:

Modified: branches/JBoss_Portal_Branch_2_6/core-samples/src/resources/portal-users-samples-war/WEB-INF/portlet.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-samples/src/resources/portal-users-samples-war/WEB-INF/portlet.xml	2007-11-30 17:49:53 UTC (rev 9227)
+++ branches/JBoss_Portal_Branch_2_6/core-samples/src/resources/portal-users-samples-war/WEB-INF/portlet.xml	2007-11-30 19:11:48 UTC (rev 9228)
@@ -37,7 +37,8 @@
          <portlet-mode>VIEW</portlet-mode>
       </supports>
       <supported-locale>en</supported-locale>
-      <supported-locale>it</supported-locale>
+      <supported-locale>it</supported-locale>
+      <supported-locale>fr</supported-locale>
       <resource-bundle>Resource</resource-bundle>
       <portlet-info>
          <title>Current users</title>




More information about the portal-commits mailing list