1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02: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
'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',