// Fix problem with translation

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12163 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-05 08:26:51 +00:00
parent ab2ebc3853
commit 1b0f925166
2 changed files with 6 additions and 7 deletions

View File

@@ -41,11 +41,11 @@
var use_taxes = {$order->getTaxCalculationMethod() == $smarty.const.PS_TAX_INC}
var token = "{$smarty.get.token|escape:'htmlall':'UTF-8'}";
var txt_add_product_stock_issue = "{l s='You want to add more product than available in stock, are you sure you want to add this quantity?'}";
var txt_add_product_new_invoice = "{l s='Are you sure you want to create a new invoice?'}";
var txt_add_product_no_product = "{l s='Error: No product has been selected'}";
var txt_add_product_no_product_quantity = "{l s='Error: Quantity of product must be set'}";
var txt_add_product_no_product_price = "{l s='Error: Price of product must be set'}";
var txt_add_product_stock_issue = "{l s='You want to add more product than available in stock, are you sure you want to add this quantity?' js=1}";
var txt_add_product_new_invoice = "{l s='Are you sure you want to create a new invoice?' js=1}";
var txt_add_product_no_product = "{l s='Error: No product has been selected' js=1}";
var txt_add_product_no_product_quantity = "{l s='Error: Quantity of product must be set' js=1}";
var txt_add_product_no_product_price = "{l s='Error: Price of product must be set' js=1}";
var txt_confirm = "{l s='Are you sure?' js=1}";
var statesShipped = new Array();