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/it/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/it/ca')
-rwxr-xr-x | locale/it/ca | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/locale/it/ca b/locale/it/ca new file mode 100755 index 00000000..ca324549 --- /dev/null +++ b/locale/it/ca @@ -0,0 +1,52 @@ +$self{texts} = { + 'Account' => 'Conto', + 'Apr' => 'Apr', + 'April' => 'Aprile', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Saldo', + 'Chart of Accounts' => 'Piano dei Conti', + 'Credit' => 'Avere', + 'Current' => 'Corrente', + 'Date' => 'Data', + 'Debit' => 'Dare', + 'Dec' => 'Dic', + 'December' => 'Dicembre', + 'Description' => 'Descrizione', + 'Feb' => 'Feb', + 'February' => 'Febbraio', + 'From' => 'Dal', + 'GIFI' => 'Codice GIFI', + 'Include in Report' => 'Includi nel Prospetto', + 'Jan' => 'Gen', + 'January' => 'Gennaio', + 'Jul' => 'Lug', + 'July' => 'Luglio', + 'Jun' => 'Giu', + 'June' => 'Giugno', + 'List Transactions' => 'Lista Transazioni', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mag', + 'May ' => 'Mag ', + 'Nov' => 'Nov', + 'November' => 'Novembre', + 'Oct' => 'Ott', + 'October' => 'Ottobre', + 'Reference' => 'Riferimento', + 'Sep' => 'Set', + 'September' => 'Settembre', + 'Subtotal' => 'Totale Parziale', + 'To' => 'Al', +}; + +$self{subs} = { + 'ca_subtotal' => 'ca_subtotal', + 'chart_of_accounts' => 'chart_of_accounts', + 'list' => 'list', + 'list_transactions' => 'list_transactions', + 'lista_transazioni' => 'list_transactions', +}; + +1; + |