Author: jleroux
Date: Mon Jan 10 13:01:51 2011
New Revision: 1057178
URL:
http://svn.apache.org/viewvc?rev=1057178&view=revLog:
Small fix to complete r1057075, only labels changes
Modified:
ofbiz/trunk/applications/product/config/ProductUiLabels.xml
ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml
Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=1057178&r1=1057177&r2=1057178&view=diff==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Mon Jan 10 13:01:51 2011
@@ -9953,6 +9953,10 @@
<value xml:lang="zh">æµè§ç®å½</value>
<value xml:lang="zh_TW">ç®éç覽</value>
</property>
+ <property key="ProductBrowseCatalogeAndCategories">
+ <value xml:lang="en">Browse Catalogs/Categories</value>
+ <value xml:lang="fr">Parcourir les catalogues/catégories</value>
+ </property>
<property key="ProductBrowseCategories">
<value xml:lang="cs">VýbÄr skupiny výrobků</value>
<value xml:lang="de">Produktgruppen durchsuchen</value>
Modified: ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml?rev=1057178&r1=1057177&r2=1057178&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml Mon Jan 10 13:01:51 2011
@@ -434,7 +434,7 @@ under the License.
<script location="component://product/webapp/catalog/WEB-INF/actions/category/CategoryTree.groovy"></script>
</actions>
<widgets>
- <screenlet id="ProductBrowseCategoriesPanel" title="${uiLabelMap.ProductBrowseCategories}" collapsible="true">
+ <screenlet id="ProductBrowseCategoriesPanel" title="${uiLabelMap.ProductBrowseCatalogeAndCategories}" collapsible="true">
<container id="EditDocumentTree"/>
<platform-specific><html><html-template location="component://product/webapp/catalog/category/CategoryTree.ftl"/></html></platform-specific>
</screenlet>