diff options
Diffstat (limited to 'sql-ledger/locale/pa/cp')
-rw-r--r-- | sql-ledger/locale/pa/cp | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/sql-ledger/locale/pa/cp b/sql-ledger/locale/pa/cp new file mode 100644 index 000000000..1c259184d --- /dev/null +++ b/sql-ledger/locale/pa/cp @@ -0,0 +1,58 @@ +$self{texts} = { + 'AP' => 'Ctas X Pagar', + 'AR' => 'Ctas X Cobrar', + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Address' => 'Dirección', + 'All' => 'Todos', + 'Amount' => 'Total', + 'Continue' => 'Continuar', + 'Currency' => 'Moneda', + 'Customer' => 'Cliente', + 'Date' => 'Fecha', + 'Description' => 'Descripción', + 'Exchange Rate' => 'Tasa de Intercambio', + 'Exchange rate missing!' => 'No se encuentra cambio de moneda', + 'Invoice' => 'Factura', + 'Number' => 'Número', + 'Payment' => 'Pago', + 'Screen' => 'Pantalla', + 'Source' => 'Fuente', + 'Vendor' => 'Proveedor', +}; + +$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', + 'post' => 'post', + 'print' => 'print', + 'update' => 'update', +}; + +1; |