[-] BO : #PSCFV-2660 : Fix bug in regex for parse translations

This commit is contained in:
lLefevre
2012-06-04 07:41:01 +00:00
parent 1cdb72b212
commit 05173238ef
3 changed files with 19 additions and 19 deletions
+13 -13
View File
@@ -51,20 +51,20 @@
{/if}
{* Notifications vars *}
var autorefresh_notifications = '{$autorefresh_notifications}';
var new_order_msg = '{l s='A new order has been made on your shop.' slashes=1 }';
var order_number_msg = '{l s='Order number : ' slashes=1 }';
var total_msg = '{l s='Total : ' slashes=1 }';
var from_msg = '{l s='From : ' slashes=1 }';
var see_order_msg = '{l s='Click here to see that order' slashes=1 }';
var new_order_msg = '{l s='A new order has been made on your shop.' slashes=1}';
var order_number_msg = '{l s='Order number: ' slashes=1}';
var total_msg = '{l s='Total: ' slashes=1}';
var from_msg = '{l s='From: ' slashes=1}';
var see_order_msg = '{l s='Click here to see that order' slashes=1}';
var new_customer_msg = '{l s='A new customer registered on your shop.' slashes=1}';
var customer_name_msg = '{l s='Customer name : ' slashes=1 }';
var see_customer_msg = '{l s='Click here to see that customer' slashes=1 }';
var new_msg = '{l s='A new message posted on your shop.' slashes=1 }';
var excerpt_msg = '{l s='Excerpt : ' slashes=1 }';
var see_msg = '{l s='Click here to see that message' slashes=1 }';
var token_admin_orders = '{getAdminToken tab='AdminOrders' slashes=1 }';
var token_admin_customers = '{getAdminToken tab='AdminCustomers' slashes=1 }';
var token_admin_customer_threads = '{getAdminToken tab='AdminCustomerThreads' slashes=1 }';
var customer_name_msg = '{l s='Customer name: ' slashes=1}';
var see_customer_msg = '{l s='Click here to see that customer' slashes=1}';
var new_msg = '{l s='A new message posted on your shop.' slashes=1}';
var excerpt_msg = '{l s='Excerpt: ' slashes=1}';
var see_msg = '{l s='Click here to see that message' slashes=1}';
var token_admin_orders = '{getAdminToken tab='AdminOrders' slashes=1}';
var token_admin_customers = '{getAdminToken tab='AdminCustomers' slashes=1}';
var token_admin_customer_threads = '{getAdminToken tab='AdminCustomerThreads' slashes=1}';
var currentIndex = '{$currentIndex}';
</script>
{/if}