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/ch_utf/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/ch_utf/ca')
-rwxr-xr-x | locale/ch_utf/ca | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/locale/ch_utf/ca b/locale/ch_utf/ca new file mode 100755 index 00000000..70b784fe --- /dev/null +++ b/locale/ch_utf/ca @@ -0,0 +1,62 @@ +$self{charset} = 'UTF-8'; + +$self{texts} = { + 'AR/AP' => 'OF/OV', + 'Account' => 'Konto', + 'Apr' => 'Apr', + 'April' => 'April', + 'Aug' => 'Aug', + 'August' => 'August', + 'Balance' => 'Bilanz', + 'Chart of Accounts' => 'Kontenübersicht', + 'Credit' => 'Haben', + 'Current' => 'Aktuell', + 'Date' => 'Datum', + 'Debit' => 'Soll', + 'Dec' => 'Dez', + 'December' => 'Dezember', + 'Department' => 'Abteilung', + 'Description' => 'Beschreibung', + 'Feb' => 'Feb', + 'February' => 'Februar', + 'From' => 'Von', + 'GIFI' => 'GIFI', + 'Include in Report' => 'In Bericht aufnehmen', + 'Jan' => 'Jan', + 'January' => 'Januar', + 'Jul' => 'Jul', + 'July' => 'Juli', + 'Jun' => 'Jun', + 'June' => 'Juni', + 'List Transactions' => 'Buchungsliste', + 'Mar' => 'Mär', + 'March' => 'März', + 'May' => 'Mai', + 'May ' => 'Mai', + 'Month' => 'Monat', + 'Nov' => 'Nov', + 'November' => 'November', + 'Oct' => 'Okt', + 'October' => 'Oktober', + 'Period' => 'Zeitraum', + 'Project Number' => 'Projektnummer', + 'Quarter' => 'Quartal', + 'R' => 'R', + 'Reference' => 'Referenz', + 'Sep' => 'Sep', + 'September' => 'September', + 'Subtotal' => 'Zwischensumme', + 'To' => 'Bis', + 'Year' => 'Jahr', +}; + +$self{subs} = { + 'ca_subtotal' => 'ca_subtotal', + 'chart_of_accounts' => 'chart_of_accounts', + 'list' => 'list', + 'list_transactions' => 'list_transactions', + 'buchungsliste' => 'list_transactions', +}; + +1; + |