From d1dfb1e65c593fcf3e5d5d0db6c386b89552f73f Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Tue, 21 Mar 2006 10:41:36 -0500
Subject: [PATCH] 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)

---
 program/localization/nl_NL/labels.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/program/localization/nl_NL/labels.inc b/program/localization/nl_NL/labels.inc
index 031e0cc..9c14f33 100644
--- a/program/localization/nl_NL/labels.inc
+++ b/program/localization/nl_NL/labels.inc
@@ -19,6 +19,7 @@
 $labels = array();
 
 // login page
+$labels['welcome']   = 'Welcome to Roundcube|Mail';
 $labels['username']  = 'Gebruikersnaam';
 $labels['password']  = 'Wachtwoord';
 $labels['server']    = 'Server';

--
Gitblit v1.9.1