X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=sql-ledger%2Fsql-ledger%2Flocale%2Fmx%2Fca;fp=sql-ledger%2Fsql-ledger%2Flocale%2Fmx%2Fca;h=0ecc4cf101214052cfb106ee62437193c7c9aed7;hp=0000000000000000000000000000000000000000;hb=52072fcd26f2faf57923f598c358e7f47c4e2643;hpb=f6c9088e16c4c083174dd1130ae58d213923cdef diff --git a/sql-ledger/sql-ledger/locale/mx/ca b/sql-ledger/sql-ledger/locale/mx/ca new file mode 100644 index 000000000..0ecc4cf10 --- /dev/null +++ b/sql-ledger/sql-ledger/locale/mx/ca @@ -0,0 +1,54 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Saldo', + 'Chart of Accounts' => 'Catálogo de cuentas', + 'Credit' => 'Abono', + 'Current' => 'Actual', + 'Date' => 'Fecha', + 'Debit' => 'Cargo', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'De', + 'GIFI' => 'Código GIFI', + 'Include in Report' => 'Incluir en reporte', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'List Transactions' => 'Enlistar movimientos', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'May', + 'May ' => 'Mayo', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Project Number' => 'Número de proyecto', + 'R' => 'C', + 'Reference' => 'Referencia', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Subtotal' => 'Subtotal', + 'To' => 'A', +}; + +$self{subs} = { + 'ca_subtotal' => 'ca_subtotal', + 'chart_of_accounts' => 'chart_of_accounts', + 'list' => 'list', + 'list_transactions' => 'list_transactions', + 'enlistar_movimientos' => 'list_transactions', +}; + +1;