summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/ve/ap
blob: 754f856b6ca1bdfe0fc057a0733329063ba0508f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
$self{texts} = {
  'AP Transaction'              => 'Cuenta por Pagar',
  'AP Transactions'             => 'Cuentas por Pagar',
  'Account'                     => 'Cuenta',
  'Add Accounts Payables Transaction' => 'Agregar Cuenta por Pagar',
  'Address'                     => 'Dirección',
  'Amount'                      => 'Monto',
  'Amount Due'                  => 'Monto Vencido',
  'Apr'                         => 'abr',
  'April'                       => 'de abril',
  'Are you sure you want to delete Transaction' => '¿Seguro que desea borrar Transacción?',
  'Aug'                         => 'ago',
  'August'                      => 'de agosto',
  'Cannot delete transaction!'  => 'No puede borrar transacción!',
  'Cannot post payment for a closed period!' => 'No puede registrar pago para ejercicio cerrado',
  'Cannot post transaction for a closed period!' => 'No puede registrar transacción para ejercicio cerrado!',
  'Cannot post transaction!'    => 'No puede registrar transacción!',
  'Closed'                      => 'Cerrado',
  'Confirm!'                    => 'Confirmar!',
  'Continue'                    => 'Continuar',
  'Currency'                    => 'Divisa',
  'Customer not on file!'       => 'Cliente no existe en archivo!',
  'Date'                        => 'Fecha',
  'Date Paid'                   => 'Fecha Pago',
  'Dec'                         => 'dic',
  'December'                    => 'de diciembre',
  'Delete'                      => 'Borrar',
  'Description'                 => 'Descripción',
  'Due Date'                    => 'Vencimiento',
  'Due Date missing!'           => 'Falta Vencimiento!',
  'Edit Accounts Payables Transaction' => 'Editar Transacción Cuentas por Pagar',
  'Employee'                    => 'Empleado',
  'Exch'                        => 'Tasa',
  'Exchangerate'                => 'Tasa de Cambio',
  'Exchangerate for payment missing!' => 'No se encuentra pago por cambio de moneda',
  'Exchangerate missing!'       => 'No se encuentra cambio de moneda',
  'Feb'                         => 'feb',
  'February'                    => 'de febrero',
  'From'                        => 'Desde',
  'ID'                          => 'ID',
  'Include in Report'           => 'Incluya en Reporte',
  'Invoice'                     => 'Factura',
  'Invoice Date'                => 'Fecha Factura',
  'Invoice Date missing!'       => 'Falta Fecha Factura!',
  'Invoice Number'              => 'Número Factura',
  'Invoice Number missing!'     => 'Falta Número Factura!',
  'Jan'                         => 'ene',
  'January'                     => 'de enero',
  'Jul'                         => 'jul',
  'July'                        => 'de julio',
  'Jun'                         => 'jun',
  'June'                        => 'de junio',
  'Mar'                         => 'mar',
  'March'                       => 'de marzo',
  'May'                         => 'may',
  'May '                        => 'de mayo',
  'Notes'                       => 'Comentario',
  'Nov'                         => 'nov',
  'November'                    => 'de noviembre',
  'Number'                      => 'Número',
  'Oct'                         => 'oct',
  'October'                     => 'de octubre',
  'Open'                        => 'Abierto',
  'Order'                       => 'Orden',
  'Order Number'                => 'Orden Número',
  'Paid'                        => 'Pagado',
  'Payment date missing!'       => 'Falta Fecha de Pago',
  'Payments'                    => 'Pagos',
  'Post'                        => 'Registrar',
  'Post as new'                 => 'Registrar como nuevo',
  'Project'                     => 'Proyecto',
  'Project not on file!'        => 'Proyecto no archivado!',
  'Purchase Invoice'            => 'Factura de Compra',
  'Select from one of the names below' => 'Seleccione de uno de los nombres a continuación',
  'Select from one of the projects below' => 'Seleccione de uno de los proyectos a continuación',
  'Sep'                         => 'sep',
  'September'                   => 'de septiembre',
  'Source'                      => 'Referencia',
  'Subtotal'                    => 'Subtotal',
  'Tax'                         => 'ISV',
  'Tax Included'                => 'Impuesto Incluido',
  'Total'                       => 'Total',
  'Transaction deleted!'        => 'Transacción borrada!',
  'Transaction posted!'         => 'Transacción registrada!',
  'Update'                      => 'Actualizar',
  'Vendor'                      => 'Proveedor',
  'Vendor missing!'             => 'Falta proveedor',
  'Vendor not on file!'         => 'Proveedor no está en archivo!',
  'Yes'                         => ' Sí ',
  'to'                          => 'a',
};

$self{subs} = {
  'add'                         => 'add',
  'add_transaction'             => 'add_transaction',
  'ap_subtotal'                 => 'ap_subtotal',
  'ap_transaction'              => 'ap_transaction',
  'ap_transactions'             => 'ap_transactions',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'create_links'                => 'create_links',
  'delete'                      => 'delete',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'gl_transaction'              => 'gl_transaction',
  'name_selected'               => 'name_selected',
  'post'                        => 'post',
  'post_as_new'                 => 'post_as_new',
  'project_selected'            => 'project_selected',
  'purchase_invoice'            => 'purchase_invoice',
  'sales_invoice'               => 'sales_invoice',
  'search'                      => 'search',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'update'                      => 'update',
  'yes'                         => 'yes',
  'cuenta_por_pagar'            => 'ap_transaction',
  'agregar_cuenta_por_pagar'    => 'add_accounts_payables_transaction',
  'continuar'                   => 'continue',
  'borrar'                      => 'delete',
  'editar_transacción_cuentas_por_pagar' => 'edit_accounts_payables_transaction',
  'registrar'                   => 'post',
  'registrar_como_nuevo'        => 'post_as_new',
  'factura_de_compra'           => 'purchase_invoice',
  'actualizar'                  => 'update',
  '_sí_'                        => 'yes',
};

1;