X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=sql-ledger%2Flocale%2Fmx%2Frc;fp=sql-ledger%2Flocale%2Fmx%2Frc;h=0000000000000000000000000000000000000000;hp=2a88f44731791505879117bb5d3e7d8be6c29c6c;hb=86b1b489a4ed2f9bc0cba6cafeab0d6eca5584dc;hpb=948b8acdd4b9b3864342062d0c397a11f57c5700 diff --git a/sql-ledger/locale/mx/rc b/sql-ledger/locale/mx/rc deleted file mode 100644 index 2a88f4473..000000000 --- a/sql-ledger/locale/mx/rc +++ /dev/null @@ -1,75 +0,0 @@ -$self{texts} = { - 'Account' => 'Cuenta', - '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', - 'Dec' => 'Dic', - 'December' => 'Diciembre', - 'Decrease' => 'Reducción', - 'Deposit' => 'Depósito', - 'Description' => 'Descripción', - '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', - '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', - 'listo' => 'done', - 'seleccionar_todo' => 'select_all', - 'actualizar' => 'update', -}; - -1;