diff options
| author | ivan <ivan> | 2003-07-15 11:45:14 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2003-07-15 11:45:14 +0000 |
| commit | c0567c688084e89fcd11bf82348b6c418f1254ac (patch) | |
| tree | b9d0a6b33e4cc75915721124a7f4a80089183c9a /sql-ledger/locale/it/login | |
| parent | a2ef3ae885f2bccc0828836678c7e5901241d88d (diff) | |
| parent | f6c9088e16c4c083174dd1130ae58d213923cdef (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/login')
| -rw-r--r-- | sql-ledger/locale/it/login | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sql-ledger/locale/it/login b/sql-ledger/locale/it/login new file mode 100644 index 000000000..aaca32d27 --- /dev/null +++ b/sql-ledger/locale/it/login @@ -0,0 +1,27 @@ +$self{texts} = { + 'About' => 'Informazioni', + 'Database Host' => 'Server', + 'Dataset' => 'Dataset', + 'Incorrect Dataset version!' => 'Versione del Dataset non corretta!', + 'Incorrect Password!' => 'Password sbagliata!', + 'Licensed to' => 'Dato in Licenza a', + 'Login' => 'Login', + 'Name' => 'Nome', + 'Password' => 'Password', + 'User' => 'Utente', + 'Version' => 'Versione', + 'You are logged out!' => 'Sei disconnesso!', + 'You did not enter a name!' => 'Non hai inserito il nome!', + 'is not a member!' => 'non é un utente!', + 'localhost' => 'localhost', +}; + +$self{subs} = { + 'company_logo' => 'company_logo', + 'login' => 'login', + 'login_screen' => 'login_screen', + 'logout' => 'logout', + 'login' => 'login', +}; + +1; |
