summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/ve/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/ve/rc')
-rw-r--r--sql-ledger/locale/ve/rc37
1 files changed, 37 insertions, 0 deletions
diff --git a/sql-ledger/locale/ve/rc b/sql-ledger/locale/ve/rc
new file mode 100644
index 0000000..caeb32a
--- /dev/null
+++ b/sql-ledger/locale/ve/rc
@@ -0,0 +1,37 @@
+$self{texts} = {
+ 'Account' => 'Cuenta',
+ 'Balance' => 'Balance',
+ 'Cleared Balance' => 'Cleared Balance',
+ 'Continue' => 'Continuar',
+ 'Date' => 'Fecha',
+ 'Deposit' => 'Deposit',
+ 'Description' => 'Descripción',
+ 'Difference' => 'Diferencia',
+ 'Done' => 'Listo',
+ 'Exchangerate Difference' => 'Diferencial Dambiario',
+ 'From' => 'Desde',
+ 'Out of balance!' => 'Fuera de balance!',
+ 'Payment' => 'Pago',
+ 'Reconciliation' => 'Conciliación',
+ 'Select all' => 'Seleccione todos',
+ 'Source' => 'Referencia',
+ 'Statement Balance' => 'Balance Estado de Cuenta',
+ 'Update' => 'Actualizar',
+ 'to' => 'a',
+};
+
+$self{subs} = {
+ 'continue' => 'continue',
+ 'display_form' => 'display_form',
+ 'done' => 'done',
+ 'get_payments' => 'get_payments',
+ 'reconciliation' => 'reconciliation',
+ 'select_all' => 'select_all',
+ 'update' => 'update',
+ 'continuar' => 'continue',
+ 'listo' => 'done',
+ 'seleccione_todos' => 'select_all',
+ 'actualizar' => 'update',
+};
+
+1;