Author: jleroux
Date: Sun Oct 5 10:01:58 2008 New Revision: 701828 URL: http://svn.apache.org/viewvc?rev=701828&view=rev Log: This was needed (at least in French) to give a sense to the sentences in cart when not logged Better french translation in the same time Modified: ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml ofbiz/trunk/applications/ecommerce/webapp/ecommerce/cart/showcart.ftl ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/productdetail.ftl ofbiz/trunk/applications/order/config/OrderUiLabels.xml ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl ofbiz/trunk/framework/common/config/CommonUiLabels.xml Modified: ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml?rev=701828&r1=701827&r2=701828&view=diff ============================================================================== --- ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml (original) +++ ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml Sun Oct 5 10:01:58 2008 @@ -3237,7 +3237,7 @@ <property key="EcommerceToOrderCreateCustRequestFromCart"> <value xml:lang="en">To Order Create CustRequest From Cart</value> <value xml:lang="es">Para crear un pedido de cotización</value> - <value xml:lang="fr">Pour créer une commande faites une demande depuis le panier</value> + <value xml:lang="fr">pour créer une commande faites une demande depuis le panier</value> <value xml:lang="hi_IN">à¤à¥à¤ à¤à¤¤à¥à¤ªà¤¨à¥à¤¨ à¤à¤°à¤¨à¥ à¤à¥ लिठà¤à¤à¥à¤°à¤¹</value> <value xml:lang="it">Per creare una richesta di preventivo per il carrello</value> <value xml:lang="ja">to create a request for quote</value> Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/cart/showcart.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/cart/showcart.ftl?rev=701828&r1=701827&r2=701828&view=diff ============================================================================== --- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/cart/showcart.ftl (original) +++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/cart/showcart.ftl Sun Oct 5 10:01:58 2008 @@ -393,7 +393,7 @@ <a href="javascript:addToList();" class="buttontext">${uiLabelMap.EcommerceAddSelectedtoList}</a> <#else> - ${uiLabelMap.OrderYouMust} <a href="<@ofbizUrl>checkLogin/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonLogin}</a> + ${uiLabelMap.OrderYouMust} <a href="<@ofbizUrl>checkLogin/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonBeLogged}</a> ${uiLabelMap.OrderToAddSelectedItemsToShoppingList}. </#if> </div> @@ -409,7 +409,7 @@ <a href="<@ofbizUrl>createQuoteFromCart</@ofbizUrl>" class="buttontext">${uiLabelMap.OrderCreateQuoteFromCart}</a> <#else> - ${uiLabelMap.OrderYouMust} <a href="<@ofbizUrl>checkLogin/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonLogin}</a> + ${uiLabelMap.OrderYouMust} <a href="<@ofbizUrl>checkLogin/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonBeLogged}</a> ${uiLabelMap.EcommerceToOrderCreateCustRequestFromCart}. </#if> </div> Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl?rev=701828&r1=701827&r2=701828&view=diff ============================================================================== --- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl (original) +++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl Sun Oct 5 10:01:58 2008 @@ -381,7 +381,7 @@ <a href="javascript:document.addToShoppingList.submit();" class="buttontext">[${uiLabelMap.OrderAddToShoppingList}]</a> </form> <#else> <br/> - ${uiLabelMap.OrderYouMust} <a href="<@ofbizUrl>checkLogin/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonLogin}</a> + ${uiLabelMap.OrderYouMust} <a href="<@ofbizUrl>checkLogin/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonBeLogged}</a> ${uiLabelMap.OrderToAddSelectedItemsToShoppingList}. </#if> </div> Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/productdetail.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/productdetail.ftl?rev=701828&r1=701827&r2=701828&view=diff ============================================================================== --- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/productdetail.ftl (original) +++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/productdetail.ftl Sun Oct 5 10:01:58 2008 @@ -551,7 +551,7 @@ <a href="javascript:addShoplistSubmit();" class="buttontext">${uiLabelMap.OrderAddToShoppingList}</a> </form> <#else> <br/> - ${uiLabelMap.OrderYouMust} <a href="<@ofbizUrl>checkLogin/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonLogin}</a> + ${uiLabelMap.OrderYouMust} <a href="<@ofbizUrl>checkLogin/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonBeLogged}</a> ${uiLabelMap.OrderToAddSelectedItemsToShoppingList}. </#if> </div> Modified: ofbiz/trunk/applications/order/config/OrderUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderUiLabels.xml?rev=701828&r1=701827&r2=701828&view=diff ============================================================================== --- ofbiz/trunk/applications/order/config/OrderUiLabels.xml (original) +++ ofbiz/trunk/applications/order/config/OrderUiLabels.xml Sun Oct 5 10:01:58 2008 @@ -8054,7 +8054,7 @@ <value xml:lang="de">,um ausgewählte Artikel in eine Einkaufsliste aufzunehmen.</value> <value xml:lang="en">To Add Selected Items To Shopping List</value> <value xml:lang="es">añadir artÃculos seleccionados a una lista de compra</value> - <value xml:lang="fr">Ajouter les articles sélectionnés à la liste d'achats</value> + <value xml:lang="fr">pour ajouter les articles sélectionnés à la liste d'achats</value> <value xml:lang="hi_IN">à¤à¤¼à¤°à¥à¤¦à¤¾à¤°à¥ सà¥à¤à¥ मà¥à¤ à¤à¥à¤¨à¤¾ सामान à¤à¥à¥à¥à¤à¥à¤</value> <value xml:lang="it">per aggiungere le righe selezionate ad una lista di acquisto</value> <value xml:lang="ja">to add selected items to a shopping list</value> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl?rev=701828&r1=701827&r2=701828&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl Sun Oct 5 10:01:58 2008 @@ -381,7 +381,7 @@ <a href="javascript:document.addToShoppingList.submit();" class="buttontext">[${uiLabelMap.OrderAddToShoppingList}]</a> </form> <#else> <br/> - ${uiLabelMap.OrderYouMust} <a href="<@ofbizUrl>checkLogin/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonLogin}</a> + ${uiLabelMap.OrderYouMust} <a href="<@ofbizUrl>checkLogin/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonBeLogged}</a> ${uiLabelMap.OrderToAddSelectedItemsToShoppingList}. </#if> </div> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl?rev=701828&r1=701827&r2=701828&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl Sun Oct 5 10:01:58 2008 @@ -544,7 +544,7 @@ <a href="javascript:addShoplistSubmit();" class="buttontext">${uiLabelMap.OrderAddToShoppingList}</a> </form> <#else> <br/> - ${uiLabelMap.OrderYouMust} <a href="<@ofbizUrl>checkLogin/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonLogin}</a> + ${uiLabelMap.OrderYouMust} <a href="<@ofbizUrl>checkLogin/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonBeLogged}</a> ${uiLabelMap.OrderToAddSelectedItemsToShoppingList}. </#if> </div> Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=701828&r1=701827&r2=701828&view=diff ============================================================================== --- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original) +++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Sun Oct 5 10:01:58 2008 @@ -803,6 +803,23 @@ <value xml:lang="zh_CN">让å©</value> <value xml:lang="zh">åæ¥</value> </property> + <property key="CommonBeLogged"> + <value xml:lang="ar">دخÙÙ</value> + <value xml:lang="cs">PÅihlásit</value> + <value xml:lang="de">Anmelden</value> + <value xml:lang="en">Login</value> + <value xml:lang="es">Login</value> + <value xml:lang="fr">vous connecter</value> + <value xml:lang="it">Login</value> + <value xml:lang="nl">Login</value> + <value xml:lang="pt">Login</value> + <value xml:lang="pt_PT">Iniciar</value> + <value xml:lang="ro">Login</value> + <value xml:lang="ru">ÐÑ Ð¾Ð´</value> + <value xml:lang="th">à¹à¸à¹à¸²à¸ªà¸¹à¹à¸£à¸°à¸à¸</value> + <value xml:lang="zh_CN">ç»å½</value> + <value xml:lang="zh">ç»å½</value> + </property> <property key="CommonBut"> <value xml:lang="ar">Ø¥Ùا</value> <value xml:lang="de">aber</value> |
Free forum by Nabble | Edit this page |