From 869f30de060bcec0bce99a0045d34d320e25606c Mon Sep 17 00:00:00 2001 From: Cristian Deluxe <djcristiandeluxe@gmail.com> Date: Mon, 21 Mar 2016 18:37:34 -0400 Subject: [PATCH] More strings translated, lines sort case insensitive and clean empty spaces/new lines after ?> --- interface/web/dashboard/lib/lang/es_dashlet_shop.lng | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/interface/web/dashboard/lib/lang/es_dashlet_shop.lng b/interface/web/dashboard/lib/lang/es_dashlet_shop.lng old mode 100644 new mode 100755 index 1e0b536..a9035dd --- a/interface/web/dashboard/lib/lang/es_dashlet_shop.lng +++ b/interface/web/dashboard/lib/lang/es_dashlet_shop.lng @@ -1,8 +1,8 @@ <?php -$wb['shop_txt'] = 'Order'; -$wb['name_txt'] = 'Name'; -$wb['price_txt'] = 'Price'; -$wb['setup_fee_txt'] = 'Setup Fee'; -$wb['no_products_txt'] = 'No products found.'; -$wb['order_txt'] = 'Order'; -?> +$wb['name_txt'] = 'Nombre'; +$wb['no_products_txt'] = 'No se han encontrado productos.'; +$wb['order_txt'] = 'Orden'; +$wb['price_txt'] = 'Precio'; +$wb['setup_fee_txt'] = 'Coste de Instalación'; +$wb['shop_txt'] = 'Orden'; +?> \ No newline at end of file -- Gitblit v1.9.1