X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=sql-ledger%2Flocale%2Fmx%2Frc;h=2a88f44731791505879117bb5d3e7d8be6c29c6c;hp=7e0dbb16342b32d9458f7705a94fa99a5cb44ae7;hb=32306b5f8ffe4ce594409aa6e89626740b225a39;hpb=52072fcd26f2faf57923f598c358e7f47c4e2643 diff --git a/sql-ledger/locale/mx/rc b/sql-ledger/locale/mx/rc index 7e0dbb163..2a88f4473 100644 --- a/sql-ledger/locale/mx/rc +++ b/sql-ledger/locale/mx/rc @@ -1,37 +1,75 @@ $self{texts} = { 'Account' => 'Cuenta', - 'Balance' => 'Balance', - 'Cleared Balance' => 'Cleared Balance', + 'Accounting Menu' => 'Menú de contabilidad', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Saldo', + 'Beginning Balance' => 'Balance inicial', + 'Cleared' => 'Aclarado', 'Continue' => 'Continuar', + 'Current' => 'Actual', 'Date' => 'Fecha', - 'Deposit' => 'Deposit', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Decrease' => 'Reducción', + 'Deposit' => 'Depósito', 'Description' => 'Descripción', - 'Difference' => 'Difference', - 'Done' => 'Done', - 'Exchangerate Difference' => 'Exchangerate Difference', - 'From' => 'Desde', - 'Out of balance!' => 'Out of balance!', + 'Detail' => 'Detalle', + 'Difference' => 'Diferencia', + 'Done' => 'Listo', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'De', + 'Include Exchange Rate Difference' => 'Incluír la diferencia por tipo de cambio', + 'Increase' => 'Aumento', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'May', + 'May ' => 'Mayo', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Out of balance!' => '¡Desbalanceado!', + 'Outstanding' => 'Pendiente', 'Payment' => 'Pago', - 'Reconciliation' => 'Reconciliation', - 'Select all' => 'Select all', - 'Source' => 'Fuente', - 'Statement Balance' => 'Statement Balance', - 'To' => 'Hasta ', - 'Update' => 'Update', + 'R' => 'C', + 'Reconciliation' => 'Conciliación', + 'Reconciliation Report' => 'Reporte de conciliación', + 'Select all' => 'Seleccionar todo', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Source' => 'Referencia', + 'Statement Balance' => 'Saldo bancario', + 'Summary' => 'Resumen', + 'To' => 'A', + 'Update' => 'Actualizar', }; $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', - 'done' => 'done', - 'select_all' => 'select_all', - 'update' => 'update', + 'listo' => 'done', + 'seleccionar_todo' => 'select_all', + 'actualizar' => 'update', }; 1;