diff options
Diffstat (limited to 'locale/pa/ca')
-rwxr-xr-x | locale/pa/ca | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/locale/pa/ca b/locale/pa/ca deleted file mode 100755 index baa401a7..00000000 --- a/locale/pa/ca +++ /dev/null @@ -1,59 +0,0 @@ -$self{texts} = { - 'Account' => 'Cuenta', - 'Apr' => 'Abr', - 'April' => 'Abril', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Balance' => 'Saldo', - 'Chart of Accounts' => 'Plan de Cuentas', - 'Credit' => 'Crédito', - 'Current' => 'Actual', - 'Date' => 'Fecha', - 'Debit' => 'Débito', - 'Dec' => 'Dic', - 'December' => 'Diciembre', - 'Department' => 'Departamento', - 'Description' => 'Descripción', - 'Feb' => 'Feb', - 'February' => 'Febrero', - 'From' => 'Desde', - 'GIFI' => 'Plan de Cuentas Fiscal (PCF)', - '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; - |