summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/ve/ar
blob: 55da07b19b7a1ecb66c8386e4db1dbca19073a62 (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} = {
  'AR Transaction'              => 'Cuenta por Cobrar',
  'AR Transactions'             => 'Cuentas por Cobrar',
  'Account'                     => 'Cuenta',
  'Add Accounts Receivables Transaction' => 'Agregar Cuenta por Cobrar',
  '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',
  'Credit Limit'                => 'Límite de Crédito',
  'Currency'                    => 'Divisa',
  'Customer'                    => 'Cliente',
  'Customer missing!'           => 'Falta cliente!',
  '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 Receivables Transaction' => 'Editar Transacción Cuentas por Cobrar',
  '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!',
  'Remaining'                   => 'Quedan',
  'Sales Invoice'               => 'Factura de Venta',
  '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 not on file!'         => 'Proveedor no está en archivo!',
  'Yes'                         => ' Sí ',
  'to'                          => 'a',
};

$self{subs} = {
  'add'                         => 'add',
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_subtotal'                 => 'ar_subtotal',
  'ar_transaction'              => 'ar_transaction',
  'ar_transactions'             => 'ar_transactions',
  '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_cobrar'           => 'ar_transaction',
  'continuar'                   => 'continue',
  'borrar'                      => 'delete',
  'registrar'                   => 'post',
  'registrar_como_nuevo'        => 'post_as_new',
  'factura_de_venta'            => 'sales_invoice',
  'actualizar'                  => 'update',
  '_sí_'                        => 'yes',
};

1;