thomascube
2006-05-05 ded2b7e166d4b0acab09c00f22f379fbabba709a
Changed login page title regarding product name (Bug #1476413)


29 files modified
52 ■■■■■ changed files
program/include/main.inc 8 ●●●●● patch | view | raw | blame | history
program/localization/ca/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/cn/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/cz/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/da/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/de_CH/labels.inc 2 ●●● patch | view | raw | blame | history
program/localization/de_DE/labels.inc 2 ●●● patch | view | raw | blame | history
program/localization/ee/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/el/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/en_GB/labels.inc 2 ●●● patch | view | raw | blame | history
program/localization/en_US/labels.inc 4 ●●●● patch | view | raw | blame | history
program/localization/es/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/fi/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/fr/labels.inc 2 ●●● patch | view | raw | blame | history
program/localization/hr/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/hu/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/it/labels.inc 4 ●●●● patch | view | raw | blame | history
program/localization/nb_NO/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/nl_BE/labels.inc 2 ●●● patch | view | raw | blame | history
program/localization/nl_NL/labels.inc 2 ●●● patch | view | raw | blame | history
program/localization/pl/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/pt_BR/labels.inc 3 ●●●● patch | view | raw | blame | history
program/localization/ro/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/ru/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/se/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/sk/labels.inc 2 ●●● patch | view | raw | blame | history
program/localization/tr/labels.inc 1 ●●●● patch | view | raw | blame | history
program/localization/tw/labels.inc 1 ●●●● patch | view | raw | blame | history
skins/default/templates/login.html 2 ●●● patch | view | raw | blame | history
program/include/main.inc
@@ -720,7 +720,7 @@
    {
    $s_header_sent = TRUE;
    send_nocacheing_headers();
    header('Content-Type: application/x-javascript');
    header('Content-Type: application/x-javascript; charset='.$CHARSET);
    print '/** remote response ['.date('d/M/Y h:i:s O')."] **/\n";
    }
@@ -1192,14 +1192,16 @@
        $task = $GLOBALS['_task'];
        $title = !empty($CONFIG['product_name']) ? $CONFIG['product_name'].' :: ' : '';
        
        if ($task=='mail' && isset($GLOBALS['MESSAGE']['subject']))
        if ($task=='login')
          $title = rcube_label(array('name' => 'welcome', 'vars' => array('product' => $CONFIG['product_name'])));
        else if ($task=='mail' && isset($GLOBALS['MESSAGE']['subject']))
          $title .= $GLOBALS['MESSAGE']['subject'];
        else if (isset($GLOBALS['PAGE_TITLE']))
          $title .= $GLOBALS['PAGE_TITLE'];
        else if ($task=='mail' && ($mbox_name = $IMAP->get_mailbox_name()))
          $title .= rcube_charset_convert($mbox_name, 'UTF-7', 'UTF-8');
        else
          $title .= $task;
          $title .= ucfirst($task);
          
        return rep_specialchars_output($title, 'html', 'all');
        }
program/localization/ca/labels.inc
@@ -18,7 +18,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Nom d\'usuari';
$labels['password']  = 'Contrasenya';
$labels['server']    = 'Servidor';
program/localization/cn/labels.inc
@@ -20,7 +20,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = '用户名';
$labels['password']  = '密码';
$labels['server']    = '服务器';
program/localization/cz/labels.inc
@@ -19,7 +19,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Uživatel';
$labels['password']  = 'Heslo';
$labels['server']    = 'Server';
program/localization/da/labels.inc
@@ -21,7 +21,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Brugernavn';
$labels['password']  = 'Adgangskode';
$labels['server']    = 'Server';
program/localization/de_CH/labels.inc
@@ -20,7 +20,7 @@
$labels = array();
// login page // Login-Seite
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['welcome']   = 'Willkommen bei $product';
$labels['username']  = 'Benutzername';
$labels['password']  = 'Passwort';
$labels['server']    = 'Server';
program/localization/de_DE/labels.inc
@@ -21,7 +21,7 @@
$labels = array();
// login page // Login-Seite
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['welcome']   = 'Willkommen bei $product';
$labels['username']  = 'Benutzername';
$labels['password']  = 'Passwort';
$labels['server']    = 'Server';
program/localization/ee/labels.inc
@@ -19,7 +19,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Kasutajanimi';
$labels['password']  = 'Parool';
$labels['server']    = 'Server';
program/localization/el/labels.inc
@@ -21,7 +21,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Όνομα χρήστη';
$labels['password']  = 'Κωδικός πρόσβασης';
$labels['server']    = 'Διακομιστής';
program/localization/en_GB/labels.inc
@@ -19,7 +19,7 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['welcome']   = 'Welcome to $product';
$labels['username']  = 'Username';
$labels['password']  = 'Password';
$labels['server']    = 'Server';
program/localization/en_US/labels.inc
@@ -2,7 +2,7 @@
/*
 +-----------------------------------------------------------------------+
 | language/en/labels.inc                                                |
 | language/en_US/labels.inc                                             |
 |                                                                       |
 | Language file of the RoundCube Webmail client                         |
 | Copyright (C) 2005, RoundQube Dev. - Switzerland                      |
@@ -19,7 +19,7 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['welcome']   = 'Welcome to $product';
$labels['username']  = 'Username';
$labels['password']  = 'Password';
$labels['server']    = 'Server';
program/localization/es/labels.inc
@@ -24,7 +24,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Nombre de usuario';
$labels['password']  = 'Contraseña';
$labels['server']    = 'Servidor';
program/localization/fi/labels.inc
@@ -19,7 +19,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Käyttäjätunnus';
$labels['password']  = 'Salasana';
$labels['server']    = 'Palvelin';
program/localization/fr/labels.inc
@@ -19,7 +19,7 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['welcome']   = 'Bienvenue à $product';
$labels['username']  = 'ID utilisateur';
$labels['password']  = 'Mot de passe';
$labels['server']    = 'Serveur';
program/localization/hr/labels.inc
@@ -19,7 +19,6 @@
$labels = array();
// login page // Login-Seite
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'E-mail Korisnika';
$labels['password']  = 'Lozinka';
$labels['server']    = 'Server';
program/localization/hu/labels.inc
@@ -20,7 +20,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Felhasználónév';
$labels['password']  = 'Jelszó';
$labels['server']    = 'Kiszolgáló';
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';
program/localization/nb_NO/labels.inc
@@ -20,7 +20,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Brukernavn:';
$labels['password']  = 'Passord:';
$labels['server']    = 'Server';
program/localization/nl_BE/labels.inc
@@ -19,7 +19,7 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['welcome']   = 'Onthaal aan $product';
$labels['username']  = 'Gebruikersnaam';
$labels['password']  = 'Wachtwoord';
$labels['server']    = 'Server';
program/localization/nl_NL/labels.inc
@@ -19,7 +19,7 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['welcome']   = 'Onthaal aan $product';
$labels['username']  = 'Gebruikersnaam';
$labels['password']  = 'Wachtwoord';
$labels['server']    = 'Server';
program/localization/pl/labels.inc
@@ -19,7 +19,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'E-mail';
$labels['password']  = 'Hasło';
$labels['server']    = 'Serwer';
program/localization/pt_BR/labels.inc
@@ -18,8 +18,7 @@
$labels = array();
// Página de login
$labels['welcome']   = 'Welcome to Roundcube|Mail';
// Página de loginOnthaal aan $product
$labels['username']  = 'Usuário';
$labels['password']  = 'Senha';
$labels['server']    = 'Servidor';
program/localization/ro/labels.inc
@@ -19,7 +19,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Utilizator';
$labels['password']  = 'Parola';
$labels['server']    = 'Server';
program/localization/ru/labels.inc
@@ -19,7 +19,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Логин';
$labels['password']  = 'Пароль';
$labels['server']    = 'Сервер';
program/localization/se/labels.inc
@@ -19,7 +19,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Användarnamn';
$labels['password']  = 'Lösenord';
$labels['server']    = 'Server';
program/localization/sk/labels.inc
@@ -17,8 +17,8 @@
*/
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Prihlasovacie meno';
$labels['password']  = 'Heslo';
$labels['server']    = 'Server';
program/localization/tr/labels.inc
@@ -20,7 +20,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = 'Kullanıcı Adı';
$labels['password']  = 'Şifre';
$labels['server']    = 'Sunucu';
program/localization/tw/labels.inc
@@ -19,7 +19,6 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['username']  = '使用者名稱';
$labels['password']  = '密碼';
$labels['server']    = '伺服器';
skins/default/templates/login.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><roundcube:label name="welcome" /></title>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
<style type="text/css">