diff options
author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
commit | 5fc8c5edf574ab024d4646914b6432d458e2ffbd (patch) | |
tree | c8031ae966b35c47f6aea9929e10911412ff6c59 /sql-ledger/locale/it/ca | |
parent | a4fc489e860b7bc51b5282a87ea21750b30b905e (diff) | |
parent | 32306b5f8ffe4ce594409aa6e89626740b225a39 (diff) |
This commit was generated by cvs2svn to compensate for changes in r3883,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sql-ledger/locale/it/ca')
-rw-r--r-- | sql-ledger/locale/it/ca | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/sql-ledger/locale/it/ca b/sql-ledger/locale/it/ca index 1fdc01d3a..9c35f41e3 100644 --- a/sql-ledger/locale/it/ca +++ b/sql-ledger/locale/it/ca @@ -5,8 +5,9 @@ $self{texts} = { 'Aug' => 'Ago', 'August' => 'Agosto', 'Balance' => 'Saldo', - 'Chart of Accounts' => 'Piano dei Conti', + 'Chart of Accounts' => 'Piano dei conti', 'Credit' => 'Avere', + 'Current' => 'Corrente', 'Date' => 'Data', 'Debit' => 'Dare', 'Dec' => 'Dic', @@ -16,14 +17,14 @@ $self{texts} = { 'February' => 'Febbraio', 'From' => 'Dal', 'GIFI' => 'Codice GIFI', - 'Include in Report' => 'Includi nel Prospetto', + 'Include in Report' => 'Includere nel prospetto', 'Jan' => 'Gen', 'January' => 'Gennaio', 'Jul' => 'Lug', 'July' => 'Luglio', 'Jun' => 'Giu', 'June' => 'Giugno', - 'List Transactions' => 'Lista Transazioni', + 'List Transactions' => 'Lista scritture', 'Mar' => 'Mar', 'March' => 'Marzo', 'May' => 'Mag', @@ -32,11 +33,12 @@ $self{texts} = { 'November' => 'Novembre', 'Oct' => 'Ott', 'October' => 'Ottobre', - 'Reference' => 'Riferimento', + 'Project Number' => 'Numero progetto', + 'Reference' => 'Documento', 'Sep' => 'Set', 'September' => 'Settembre', - 'Subtotal' => 'Totale Parziale', - 'to' => 'al', + 'Subtotal' => 'Totale parziale', + 'To' => 'A', }; $self{subs} = { @@ -44,7 +46,7 @@ $self{subs} = { 'chart_of_accounts' => 'chart_of_accounts', 'list' => 'list', 'list_transactions' => 'list_transactions', - 'lista_transazioni' => 'list_transactions', + 'lista_scritture' => 'list_transactions', }; 1; |