Author: lucboudreau
Date: 2007-11-30 14:13:45 -0500 (Fri, 30 Nov 2007)
New Revision: 9229
Added:
branches/JBoss_Portal_Branch_2_6/core-search/src/resources/portal-search-war/WEB-INF/classes/Search_fr.properties
Modified:
branches/JBoss_Portal_Branch_2_6/core-search/src/resources/portal-search-war/WEB-INF/portlet.xml
Log:
Added french translation and modified the portlet descriptor accordingly.
Added:
branches/JBoss_Portal_Branch_2_6/core-search/src/resources/portal-search-war/WEB-INF/classes/Search_fr.properties
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-search/src/resources/portal-search-war/WEB-INF/classes/Search_fr.properties
(rev 0)
+++
branches/JBoss_Portal_Branch_2_6/core-search/src/resources/portal-search-war/WEB-INF/classes/Search_fr.properties 2007-11-30
19:13:45 UTC (rev 9229)
@@ -0,0 +1,34 @@
+#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. #
+################################################################################
+
+
+advancedSearch = Recherche avanc\u00E9e
+
+nbResults = {0} correspondances ont \u00E9t\u00E9 trouv\u00E9es.
+
+noResult = Aucune correspondance trouv\u00E9e.
+
+oneResult = Une seule correspondance trouv\u00E9e.
+
+search = Recherche
Modified:
branches/JBoss_Portal_Branch_2_6/core-search/src/resources/portal-search-war/WEB-INF/portlet.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-search/src/resources/portal-search-war/WEB-INF/portlet.xml 2007-11-30
19:11:48 UTC (rev 9228)
+++
branches/JBoss_Portal_Branch_2_6/core-search/src/resources/portal-search-war/WEB-INF/portlet.xml 2007-11-30
19:13:45 UTC (rev 9229)
@@ -41,7 +41,8 @@
<mime-type>text/html</mime-type>
<portlet-mode>VIEW</portlet-mode>
</supports>
- <supported-locale>en</supported-locale>
+ <supported-locale>en</supported-locale>
+ <supported-locale>fr</supported-locale>
<resource-bundle>Resource</resource-bundle>
<portlet-info>
<title>Search Portlet</title>