summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/ve/gl
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/ve/gl')
-rw-r--r--sql-ledger/locale/ve/gl124
1 files changed, 124 insertions, 0 deletions
diff --git a/sql-ledger/locale/ve/gl b/sql-ledger/locale/ve/gl
new file mode 100644
index 0000000..06c4137
--- /dev/null
+++ b/sql-ledger/locale/ve/gl
@@ -0,0 +1,124 @@
+$self{texts} = {
+ 'AP Transaction' => 'Cuenta por Pagar',
+ 'AR Transaction' => 'Cuenta por Cobrar',
+ 'Account' => 'Cuenta',
+ 'Add General Ledger Transaction' => 'Agregar Transacción al Mayor General',
+ 'Address' => 'Dirección',
+ 'All' => 'Todos',
+ 'Apr' => 'abr',
+ 'April' => 'de abril',
+ 'Are you sure you want to delete Transaction' => '¿Seguro que desea borrar Transacción?',
+ 'Asset' => 'Activo',
+ 'Aug' => 'ago',
+ 'August' => 'de agosto',
+ 'Balance' => 'Balance',
+ 'Cannot delete transaction!' => 'No puede borrar transacción!',
+ 'Cannot have a value in both Debit and Credit!' => 'No puede haber Débito y Crédito simultáneamente!',
+ 'Cannot post a transaction without a value!' => 'No puede registrar transacción sin monto!',
+ 'Cannot post transaction for a closed period!' => 'No puede registrar transacción para ejercicio cerrado!',
+ 'Confirm!' => 'Confirmar!',
+ 'Continue' => 'Continuar',
+ 'Credit' => 'Crédito',
+ 'Customer not on file!' => 'Cliente no existe en archivo!',
+ 'Date' => 'Fecha',
+ 'Debit' => 'Débito',
+ 'Debit and credit out of balance!' => 'Débito y Crédito fuera de balance!',
+ 'Dec' => 'dic',
+ 'December' => 'de diciembre',
+ 'Delete' => 'Borrar',
+ 'Description' => 'Descripción',
+ 'Edit General Ledger Transaction' => 'Editar Transacción de Mayor General',
+ 'Equity' => 'Capital',
+ 'Expense' => 'Egreso',
+ 'Feb' => 'feb',
+ 'February' => 'de febrero',
+ 'From' => 'Desde',
+ 'GIFI' => 'GIFI',
+ 'GL Transaction' => 'Transacción de mayor',
+ 'General Ledger' => 'Mayor General',
+ 'ID' => 'ID',
+ 'Include in Report' => 'Incluya en Reporte',
+ 'Income' => 'Ingreso',
+ 'Jan' => 'ene',
+ 'January' => 'de enero',
+ 'Jul' => 'jul',
+ 'July' => 'de julio',
+ 'Jun' => 'jun',
+ 'June' => 'de junio',
+ 'Liability' => 'Pasivo',
+ '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',
+ 'Post' => 'Registrar',
+ 'Post as new' => 'Registrar como nuevo',
+ 'Project' => 'Proyecto',
+ 'Project not on file!' => 'Proyecto no archivado!',
+ 'Purchase Invoice' => 'Factura de Compra',
+ 'Reference' => 'Referencia',
+ 'Reference missing!' => 'Falta referencia!',
+ 'Reports' => 'Reportes',
+ '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',
+ 'Transaction Date missing!' => 'Falta Fecha Transacción!',
+ '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_transaction' => 'ar_transaction',
+ 'check_name' => 'check_name',
+ 'check_project' => 'check_project',
+ 'continue' => 'continue',
+ 'delete' => 'delete',
+ 'display_form' => 'display_form',
+ 'edit' => 'edit',
+ 'form_footer' => 'form_footer',
+ 'form_header' => 'form_header',
+ 'form_row' => 'form_row',
+ 'generate_report' => 'generate_report',
+ 'gl_subtotal' => 'gl_subtotal',
+ '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',
+ 'cuenta_por_cobrar' => 'ar_transaction',
+ 'continuar' => 'continue',
+ 'borrar' => 'delete',
+ 'transacción_de_mayor' => 'gl_transaction',
+ 'registrar' => 'post',
+ 'registrar_como_nuevo' => 'post_as_new',
+ 'factura_de_compra' => 'purchase_invoice',
+ 'factura_de_venta' => 'sales_invoice',
+ 'actualizar' => 'update',
+ '_sí_' => 'yes',
+};
+
+1;