svn commit: r1057178 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.xml widget/catalog/CommonScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1057178 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.xml widget/catalog/CommonScreens.xml

jleroux@apache.org
Author: jleroux
Date: Mon Jan 10 13:01:51 2011
New Revision: 1057178

URL: http://svn.apache.org/viewvc?rev=1057178&view=rev
Log:
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>