diff options
author | svncommit <devs@roundcube.net> | 2006-03-21 15:41:36 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-03-21 15:41:36 +0000 |
commit | d1dfb1e65c593fcf3e5d5d0db6c386b89552f73f (patch) | |
tree | d2a740fff24278be55db604b4e772fa904b5d3ef /program/localization/hr/labels.inc | |
parent | ad57b3ab3ab6ac5f7e41580a96bf03900a52e5b2 (diff) |
Added localization label: 'welcome' to all localizations (currently in English)
This label is the page title welcome message on the login page (previously was hardcoded)
Changed login.html to use this label.
Diffstat (limited to 'program/localization/hr/labels.inc')
-rw-r--r-- | program/localization/hr/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/hr/labels.inc b/program/localization/hr/labels.inc index 9ead5fbad..a8edf6c50 100644 --- a/program/localization/hr/labels.inc +++ b/program/localization/hr/labels.inc @@ -19,6 +19,7 @@ $labels = array(); // login page // Login-Seite +$labels['welcome'] = 'Welcome to Roundcube|Mail'; $labels['username'] = 'E-mail Korisnika'; $labels['password'] = 'Lozinka'; $labels['server'] = 'Server'; |