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/da | |
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/da')
-rw-r--r-- | program/localization/da/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/da/labels.inc b/program/localization/da/labels.inc index d72156c08..ad083024f 100644 --- a/program/localization/da/labels.inc +++ b/program/localization/da/labels.inc @@ -21,6 +21,7 @@ $labels = array(); // login page +$labels['welcome'] = 'Welcome to Roundcube|Mail'; $labels['username'] = 'Brugernavn'; $labels['password'] = 'Adgangskode'; $labels['server'] = 'Server'; |