From 502135a977b003c31467479362967b1460aa781a Mon Sep 17 00:00:00 2001 From: ridgarou Date: Sun, 7 Feb 2016 03:51:40 +0100 Subject: [PATCH] Fix es_ES traslations --- resources/lang/es_ES/texts.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/es_ES/texts.php b/resources/lang/es_ES/texts.php index 11cd0fddb32a..61d9d46e5902 100644 --- a/resources/lang/es_ES/texts.php +++ b/resources/lang/es_ES/texts.php @@ -4,7 +4,7 @@ return array( // client 'organization' => 'Empresa', - 'name' => 'Nombre de Empresa', + 'name' => 'Nombre', 'website' => 'Sitio Web', 'work_phone' => 'Teléfono', 'address' => 'Dirección', @@ -995,7 +995,7 @@ return array( 'expenses' => 'Gastos', 'new_expense' => 'Nuevo Gasto', 'enter_expense' => 'Introducir Gasto', - 'vendors' => 'Proveedor', + 'vendors' => 'Proveedores', 'new_vendor' => 'Nuevo Proveedor', 'payment_terms_net' => 'Net', 'vendor' => 'Proveedor', @@ -1029,7 +1029,7 @@ return array( 'enter_expense' => 'Introducir Gasto', 'view' => 'Ver', 'restore_expense' => 'Restaurar Gasto', - 'invoice_expense' => 'Gasto factura', + 'invoice_expense' => 'Facturar Gasto', 'expense_error_multiple_clients' => 'Los gastos no pertenecen a diferentes clientes', 'expense_error_invoiced' => 'El gasto ya ha sido Facturado', 'convert_currency' => 'Convertir moneda',