X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=sql-ledger%2Flocale%2Fsv%2Fcp;fp=sql-ledger%2Flocale%2Fsv%2Fcp;h=af9a927d01d8a6c3d79028170bb120a9a76f88a2;hb=32306b5f8ffe4ce594409aa6e89626740b225a39;hp=0000000000000000000000000000000000000000;hpb=52072fcd26f2faf57923f598c358e7f47c4e2643;p=freeside.git diff --git a/sql-ledger/locale/sv/cp b/sql-ledger/locale/sv/cp new file mode 100644 index 000000000..af9a927d0 --- /dev/null +++ b/sql-ledger/locale/sv/cp @@ -0,0 +1,73 @@ +$self{texts} = { + 'AP' => 'Ctas X Pagar', + 'AR' => 'Ctas X Cobrar', + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Address' => 'Dirección', + 'All' => 'Todos', + 'Amount' => 'Total', + 'Amount Due' => 'Monto Vencido', + 'Cannot process payment for a closed period!' => 'No puede procesar pago para ejercicio cerrado!', + 'Continue' => 'Continuar', + 'Currency' => 'Moneda', + 'Customer' => 'Cliente', + 'Customer not on file!' => 'Cliente no existe en archivo!', + 'Date' => 'Fecha', + 'Date missing!' => 'Falta fecha!', + 'Deposit' => 'Deposit', + 'Description' => 'Descripción', + 'Exchange Rate' => 'Tasa de Intercambio', + 'Exchange rate missing!' => 'No se encuentra cambio de moneda', + 'Invoice' => 'Factura', + 'Invoices' => 'Facturas', + 'Number' => 'Número', + 'PDF' => 'PDF', + 'Payment' => 'Pago', + 'Payment posted!' => 'Pago registrado!', + 'Post' => 'Registrar', + 'Postscript' => 'Postscript', + 'Print' => 'Imprimir', + 'Receipt' => 'Recibo', + 'Screen' => 'Pantalla', + 'Select from one of the names below' => 'Seleccione uno de los elementos listados', + 'Source' => 'Fuente', + 'Update' => 'Actualizar', + 'Vendor' => 'Proveedor', + 'Vendor not on file!' => 'Proveedor no está en archivo!', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_form' => 'check_form', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'customer_details' => 'customer_details', + 'display' => 'display', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'gl_transaction' => 'gl_transaction', + 'list_invoices' => 'list_invoices', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'payment' => 'payment', + 'post' => 'post', + 'print' => 'print', + 'project_selected' => 'project_selected', + 'sales_invoice_' => 'sales_invoice_', + 'section_menu' => 'section_menu', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'update' => 'update', + 'vendor_details' => 'vendor_details', + 'vendor_invoice_' => 'vendor_invoice_', + 'continuar' => 'continue', + 'registrar' => 'post', + 'imprimir' => 'print', + 'actualizar' => 'update', +}; + +1;