X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=sql-ledger%2Flocale%2Fve%2Frc;h=92fb8f6430936b4757841144eddb9583754ea9e7;hp=caeb32ad8c0f1626cfafda197f4333cf7de8593e;hb=32306b5f8ffe4ce594409aa6e89626740b225a39;hpb=f6c9088e16c4c083174dd1130ae58d213923cdef diff --git a/sql-ledger/locale/ve/rc b/sql-ledger/locale/ve/rc index caeb32ad8..92fb8f643 100644 --- a/sql-ledger/locale/ve/rc +++ b/sql-ledger/locale/ve/rc @@ -1,36 +1,78 @@ $self{texts} = { 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Apr' => 'Abr', + 'April' => 'de abril', + 'Aug' => 'Ago', + 'August' => 'de agosto', 'Balance' => 'Balance', - 'Cleared Balance' => 'Cleared Balance', + 'Beginning Balance' => 'Balance Inicial', + 'Cleared' => 'Debitado', 'Continue' => 'Continuar', + 'Current' => 'Actual', 'Date' => 'Fecha', - 'Deposit' => 'Deposit', + 'Dec' => 'Dic', + 'December' => 'de diciembre', + 'Decrease' => 'Reducir', + 'Deposit' => 'Abono', 'Description' => 'Descripción', + 'Detail' => 'Detalle', 'Difference' => 'Diferencia', - 'Done' => 'Listo', - 'Exchangerate Difference' => 'Diferencial Dambiario', + 'Done' => 'Hecho', + 'Feb' => 'Feb', + 'February' => 'de febrero', 'From' => 'Desde', - 'Out of balance!' => 'Fuera de balance!', + 'Include Exchange Rate Difference' => 'Incluir Diferencial por Tasa de Cambio', + 'Increase' => 'Aumentar', + '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', + 'Month' => 'Mes', + 'Nov' => 'Nov', + 'November' => 'de noviembre', + 'Oct' => 'Oct', + 'October' => 'de octubre', + 'Out of balance!' => '¡Fuera de balance!', + 'Outstanding' => 'Pendientes', 'Payment' => 'Pago', + 'Period' => 'Período', + 'Quarter' => 'Trimestre', + 'R' => 'R', 'Reconciliation' => 'Conciliación', - 'Select all' => 'Seleccione todos', - 'Source' => 'Referencia', - 'Statement Balance' => 'Balance Estado de Cuenta', + 'Reconciliation Report' => 'Reporte de Conciliación', + 'Select all' => 'Seleccionar todos', + 'Sep' => 'Sep', + 'September' => 'de septiembre', + 'Source' => 'N° Cheque/Ref', + 'Statement Balance' => 'Balance de Cuenta', + 'Summary' => 'Resumen', + 'To' => 'Hasta', 'Update' => 'Actualizar', - 'to' => 'a', + 'Year' => 'Año', }; $self{subs} = { + 'acc_menu' => 'acc_menu', 'continue' => 'continue', + 'display' => 'display', 'display_form' => 'display_form', 'done' => 'done', 'get_payments' => 'get_payments', + 'menubar' => 'menubar', 'reconciliation' => 'reconciliation', + 'section_menu' => 'section_menu', 'select_all' => 'select_all', 'update' => 'update', 'continuar' => 'continue', - 'listo' => 'done', - 'seleccione_todos' => 'select_all', + 'hecho' => 'done', + 'seleccionar_todos' => 'select_all', 'actualizar' => 'update', };