diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-05 16:53:21 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-05 16:53:21 +0000 |
| commit | cf378b3f9564972326b607141550e0393dd0e858 (patch) | |
| tree | 722d93151204d5e7f337292165f32aa44b9ab5b8 /roundcubemail/program/localization/it | |
| parent | 4c52c079d16f874dd95479f8327b6e6e50fced6c (diff) | |
Changed login page title regarding product name (Bug #1476413)
git-svn-id: https://svn.roundcube.net/trunk@220 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/it')
| -rw-r--r-- | roundcubemail/program/localization/it/labels.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/it/labels.inc b/roundcubemail/program/localization/it/labels.inc index 3d80005da..b95c2e79d 100644 --- a/roundcubemail/program/localization/it/labels.inc +++ b/roundcubemail/program/localization/it/labels.inc @@ -9,7 +9,7 @@ | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ - | Author: Paolo Asperti <paolo@asperti.com> | + | Author: Paolo Asperti <paolo@asperti.com> | +-----------------------------------------------------------------------+ $Id$ @@ -19,7 +19,7 @@ $labels = array(); // login page -$labels['welcome'] = 'Welcome to Roundcube|Mail'; +$labels['welcome'] = 'Benvenuto a $product'; $labels['username'] = 'Utente'; $labels['password'] = 'Password'; $labels['server'] = 'Server'; |
