1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Fix es_ES traslations

This commit is contained in:
ridgarou 2016-02-07 03:51:40 +01:00
parent d9095ff840
commit 502135a977

View File

@ -4,7 +4,7 @@ return array(
// client // client
'organization' => 'Empresa', 'organization' => 'Empresa',
'name' => 'Nombre de Empresa', 'name' => 'Nombre',
'website' => 'Sitio Web', 'website' => 'Sitio Web',
'work_phone' => 'Teléfono', 'work_phone' => 'Teléfono',
'address' => 'Dirección', 'address' => 'Dirección',
@ -995,7 +995,7 @@ return array(
'expenses' => 'Gastos', 'expenses' => 'Gastos',
'new_expense' => 'Nuevo Gasto', 'new_expense' => 'Nuevo Gasto',
'enter_expense' => 'Introducir Gasto', 'enter_expense' => 'Introducir Gasto',
'vendors' => 'Proveedor', 'vendors' => 'Proveedores',
'new_vendor' => 'Nuevo Proveedor', 'new_vendor' => 'Nuevo Proveedor',
'payment_terms_net' => 'Net', 'payment_terms_net' => 'Net',
'vendor' => 'Proveedor', 'vendor' => 'Proveedor',
@ -1029,7 +1029,7 @@ return array(
'enter_expense' => 'Introducir Gasto', 'enter_expense' => 'Introducir Gasto',
'view' => 'Ver', 'view' => 'Ver',
'restore_expense' => 'Restaurar Gasto', '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_multiple_clients' => 'Los gastos no pertenecen a diferentes clientes',
'expense_error_invoiced' => 'El gasto ya ha sido Facturado', 'expense_error_invoiced' => 'El gasto ya ha sido Facturado',
'convert_currency' => 'Convertir moneda', 'convert_currency' => 'Convertir moneda',