X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=sql-ledger%2Flocale%2Fco%2Frc;fp=sql-ledger%2Flocale%2Fco%2Frc;h=faee8d3c4f8922b57b32fc4f335b12abec17e2a2;hb=32306b5f8ffe4ce594409aa6e89626740b225a39;hp=0000000000000000000000000000000000000000;hpb=52072fcd26f2faf57923f598c358e7f47c4e2643;p=freeside.git diff --git a/sql-ledger/locale/co/rc b/sql-ledger/locale/co/rc new file mode 100644 index 000000000..faee8d3c4 --- /dev/null +++ b/sql-ledger/locale/co/rc @@ -0,0 +1,79 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú general', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Balance', + 'Beginning Balance' => 'Balance Inicial', + 'Cleared' => 'Borrado', + 'Continue' => 'Continuar', + 'Current' => 'Actual', + 'Date' => 'Fecha', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Decrease' => 'Reducir', + 'Deposit' => 'Depósito', + 'Description' => 'Descripción', + 'Detail' => 'Detalle', + 'Difference' => 'Diferencia', + 'Done' => 'Hecho', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'De', + 'Include Exchange Rate Difference' => 'Incluir Diferencia por Tasa de Cambio', + 'Increase' => 'Aumentar', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Month' => 'Mes', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Out of balance!' => '¡Fuera de balance!', + 'Outstanding' => 'Impagados', + 'Payment' => 'Comprobante de Egreso', + 'Period' => 'Periodo', + 'Quarter' => 'Trimestre', + 'R' => 'R', + 'Reconciliation' => 'Reconciliación', + 'Reconciliation Report' => 'Reporte de Reconciliación', + 'Select all' => 'Guardar todo', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Source' => 'Fuente', + 'Statement Balance' => 'Balance de cuenta', + 'Summary' => 'Résumen', + 'To' => 'Hasta ', + 'Update' => 'Actualizar', + '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', + 'hecho' => 'done', + 'guardar_todo' => 'select_all', + 'actualizar' => 'update', +}; + +1;