diff options
| author | ivan <ivan> | 2004-11-15 10:35:56 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 | 
| commit | 32306b5f8ffe4ce594409aa6e89626740b225a39 (patch) | |
| tree | 8dba82e8424ebe8d089b4e0ef579d87db06742a3 /sql-ledger/locale/es_iso/ca | |
| parent | 52072fcd26f2faf57923f598c358e7f47c4e2643 (diff) | |
import sql-ledger 2.4.4SQL_LEDGER
Diffstat (limited to 'sql-ledger/locale/es_iso/ca')
| -rw-r--r-- | sql-ledger/locale/es_iso/ca | 54 | 
1 files changed, 54 insertions, 0 deletions
diff --git a/sql-ledger/locale/es_iso/ca b/sql-ledger/locale/es_iso/ca new file mode 100644 index 000000000..751ddb38c --- /dev/null +++ b/sql-ledger/locale/es_iso/ca @@ -0,0 +1,54 @@ +$self{texts} = { +  'Account'                     => 'Cuenta', +  'Apr'                         => 'Abr', +  'April'                       => 'Abril', +  'Aug'                         => 'Ago', +  'August'                      => 'Agosto', +  'Balance'                     => 'Balance', +  'Chart of Accounts'           => 'Cuadro 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'                        => 'Desde', +  'GIFI'                        => 'Código GIFI', +  'Include in Report'           => 'Incluir en informe', +  'Jan'                         => 'Ene', +  'January'                     => 'Enero', +  'Jul'                         => 'Jul', +  'July'                        => 'Julio', +  'Jun'                         => 'Jun', +  'June'                        => 'Junio', +  'List Transactions'           => 'Listar transacciones', +  'Mar'                         => 'Mar', +  'March'                       => 'Marzo', +  'May'                         => 'May', +  'May '                        => 'Mayo', +  'Nov'                         => 'Nov', +  'November'                    => 'Noviembre', +  'Oct'                         => 'Oct', +  'October'                     => 'Octubre', +  'Project Number'              => 'Número del Proyecto', +  'R'                           => 'R', +  'Reference'                   => 'Referencia', +  'Sep'                         => 'Sep', +  'September'                   => 'Septiembre', +  'Subtotal'                    => 'Subtotal', +  'To'                          => 'Hasta', +}; + +$self{subs} = { +  'ca_subtotal'                 => 'ca_subtotal', +  'chart_of_accounts'           => 'chart_of_accounts', +  'list'                        => 'list', +  'list_transactions'           => 'list_transactions', +  'listar_transacciones'        => 'list_transactions', +}; + +1;  | 
