X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=sql-ledger%2Flocale%2Fco%2Fca;fp=sql-ledger%2Flocale%2Fco%2Fca;h=291c5366a8f61d519aea713a503f988dbb4c4d32;hb=32306b5f8ffe4ce594409aa6e89626740b225a39;hp=0000000000000000000000000000000000000000;hpb=52072fcd26f2faf57923f598c358e7f47c4e2643;p=freeside.git diff --git a/sql-ledger/locale/co/ca b/sql-ledger/locale/co/ca new file mode 100644 index 000000000..291c5366a --- /dev/null +++ b/sql-ledger/locale/co/ca @@ -0,0 +1,58 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Balance', + 'Chart of Accounts' => 'Plan de cuentas', + 'Credit' => 'Crédito', + 'Current' => 'Actual', + 'Date' => 'Fecha', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Department' => 'Centro de Costos', + 'Description' => 'Descripción', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'De', + 'GIFI' => 'Plan Único de Cuentas (PUC)', + 'Include in Report' => 'Incluir en informe', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'List Transactions' => 'Mostrar Transacciones', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Month' => 'Mes', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Period' => 'Periodo', + 'Project Number' => 'Número del Proyecto', + 'Quarter' => 'Trimestre', + 'R' => 'R', + 'Reference' => 'Referencia', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Subtotal' => 'Subtotal', + 'To' => 'Hasta ', + 'Year' => 'Año', +}; + +$self{subs} = { + 'ca_subtotal' => 'ca_subtotal', + 'chart_of_accounts' => 'chart_of_accounts', + 'list' => 'list', + 'list_transactions' => 'list_transactions', + 'mostrar_transacciones' => 'list_transactions', +}; + +1;