summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/it/pe
diff options
context:
space:
mode:
authorivan <ivan>2003-07-15 11:45:14 +0000
committerivan <ivan>2003-07-15 11:45:14 +0000
commitc0567c688084e89fcd11bf82348b6c418f1254ac (patch)
treeb9d0a6b33e4cc75915721124a7f4a80089183c9a /sql-ledger/locale/it/pe
parenta2ef3ae885f2bccc0828836678c7e5901241d88d (diff)
parentf6c9088e16c4c083174dd1130ae58d213923cdef (diff)
This commit was generated by cvs2svn to compensate for changes in r2523,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sql-ledger/locale/it/pe')
-rw-r--r--sql-ledger/locale/it/pe35
1 files changed, 35 insertions, 0 deletions
diff --git a/sql-ledger/locale/it/pe b/sql-ledger/locale/it/pe
new file mode 100644
index 000000000..c37877bb0
--- /dev/null
+++ b/sql-ledger/locale/it/pe
@@ -0,0 +1,35 @@
+$self{texts} = {
+ 'Add' => 'Aggiungi',
+ 'Add Project' => 'Aggiungi Progetto',
+ 'All' => 'Tutti',
+ 'Continue' => 'Continua',
+ 'Delete' => 'Cancella',
+ 'Description' => 'Descrizione',
+ 'Edit Project' => 'Modifica Progetto',
+ 'Number' => 'Numero',
+ 'Orphaned' => 'Orfano',
+ 'Project' => 'Progetto',
+ 'Project Number missing!' => 'Manca il codice del progetto!',
+ 'Project deleted!' => 'Progetto cancellato!',
+ 'Project saved!' => 'Progetto salvato!',
+ 'Projects' => 'Progetti',
+ 'Save' => 'Salva',
+};
+
+$self{subs} = {
+ 'add' => 'add',
+ 'continue' => 'continue',
+ 'delete' => 'delete',
+ 'edit' => 'edit',
+ 'form_footer' => 'form_footer',
+ 'form_header' => 'form_header',
+ 'generate_report' => 'generate_report',
+ 'save' => 'save',
+ 'search' => 'search',
+ 'aggiungi' => 'add',
+ 'continua' => 'continue',
+ 'cancella' => 'delete',
+ 'salva' => 'save',
+};
+
+1;