summaryrefslogtreecommitdiff
path: root/sql-ledger/sql-ledger/locale/mx/cp
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/sql-ledger/locale/mx/cp')
-rw-r--r--sql-ledger/sql-ledger/locale/mx/cp84
1 files changed, 84 insertions, 0 deletions
diff --git a/sql-ledger/sql-ledger/locale/mx/cp b/sql-ledger/sql-ledger/locale/mx/cp
new file mode 100644
index 000000000..3b1bd64d0
--- /dev/null
+++ b/sql-ledger/sql-ledger/locale/mx/cp
@@ -0,0 +1,84 @@
+$self{texts} = {
+ 'AP' => 'Ctas. x pagar',
+ 'AR' => 'Ctas. x cobrar',
+ 'Account' => 'Cuenta',
+ 'Accounting Menu' => 'Menú de contabilidad',
+ 'Address' => 'Dirección',
+ 'All' => 'Todos',
+ 'Amount' => 'Importe',
+ 'Amount Due' => 'Saldo',
+ 'Cannot post Payment!' => '¡No se puede registrar el pago!',
+ 'Cannot post Receipt!' => '¡No se puede registrar el recibo!',
+ 'Cannot process payment for a closed period!' => '¡No se puede procesar un pago para un periodo cerrado!',
+ 'Continue' => 'Continuar',
+ 'Currency' => 'Moneda',
+ 'Customer' => 'Cliente',
+ 'Customer not on file!' => '¡El cliente no está registrado!',
+ 'Date' => 'Fecha',
+ 'Date missing!' => '¡Falta la fecha!',
+ 'Department' => 'Departamento',
+ 'Deposit' => 'Depósito',
+ 'Description' => 'Descripción',
+ 'Exchange Rate' => 'Tipo de cambio',
+ 'Exchange rate missing!' => '¡Falta el tipo de cambio!',
+ 'Invoice' => 'Factura',
+ 'Invoices' => 'Facturas',
+ 'Memo' => 'Nota',
+ 'Nothing outstanding for ' => 'No hay nada pendiente para',
+ 'Number' => 'Número',
+ 'PDF' => 'PDF',
+ 'Payment' => 'Pago',
+ 'Payment posted!' => '¡Pago registrado!',
+ 'Post' => 'Registrar',
+ 'Postscript' => 'Postscript',
+ 'Prepayment' => 'Prepago',
+ 'Print' => 'Vista Preliminar',
+ 'Project not on file!' => '¡Proyecto no registrado!',
+ 'Queue' => 'Fila',
+ 'Receipt' => 'Cobro',
+ 'Receipt posted!' => '¡Cobro registrado!',
+ 'Screen' => 'Pantalla',
+ 'Select' => 'Seleccionar',
+ 'Select from one of the names below' => 'Seleccione uno de los siguientes nombres',
+ 'Select from one of the projects below' => 'Seleccione uno de los siguientes proyectos',
+ 'Source' => 'Referencia',
+ 'Update' => 'Actualizar',
+ 'Vendor' => 'Proveedor',
+ 'Vendor not on file!' => '¡Proveedor no registrado!',
+};
+
+$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',
+ 'vista_preliminar' => 'print',
+ 'actualizar' => 'update',
+};
+
+1;