diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
commit | ac5b087ea2d9ba7428d367aaeb288534158fee9a (patch) | |
tree | 2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/ct/ca |
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/ct/ca')
-rwxr-xr-x | locale/ct/ca | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/locale/ct/ca b/locale/ct/ca new file mode 100755 index 00000000..05df386e --- /dev/null +++ b/locale/ct/ca @@ -0,0 +1,48 @@ +$self{texts} = { + 'Account' => 'Compta', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Aug' => 'Ago', + 'August' => 'Agost', + 'Chart of Accounts' => 'Taula de Comptes', + 'Credit' => 'Crèdit', + 'Date' => 'Data', + 'Debit' => 'Dèbit', + 'Dec' => 'Des', + 'December' => 'Desembre', + 'Description' => 'Descripció', + 'Feb' => 'Feb', + 'February' => 'Febrer', + 'From' => 'De', + 'Include in Report' => 'Incloure en l\'Informe', + 'Jan' => 'Gen', + 'January' => 'Gener', + 'Jul' => 'Jul', + 'July' => 'Juliol', + 'Jun' => 'Jun', + 'June' => 'Juny', + 'List Transactions' => 'Llistar Transaccions', + 'Mar' => 'Mar', + 'March' => 'Març', + 'May' => 'Mai', + 'May ' => 'Maig', + 'Nov' => 'Nov', + 'November' => 'Novembre', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Sep' => 'Set', + 'September' => 'Setembre', + 'Subtotal' => 'Subtotal', + 'To' => 'Fins', +}; + +$self{subs} = { + 'ca_subtotal' => 'ca_subtotal', + 'chart_of_accounts' => 'chart_of_accounts', + 'list' => 'list', + 'list_transactions' => 'list_transactions', + 'llistar_transaccions' => 'list_transactions', +}; + +1; + |