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/ca | |
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/ca')
-rw-r--r-- | program/localization/ca/labels.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/program/localization/ca/labels.inc b/program/localization/ca/labels.inc index 6b52d23ae..e17fd459a 100644 --- a/program/localization/ca/labels.inc +++ b/program/localization/ca/labels.inc @@ -1,4 +1,4 @@ -<?php +<?php /* +-----------------------------------------------------------------------+ @@ -18,6 +18,7 @@ $labels = array(); // login page +$labels['welcome'] = 'Welcome to Roundcube|Mail'; $labels['username'] = 'Nom d\'usuari'; $labels['password'] = 'Contrasenya'; $labels['server'] = 'Servidor'; |