Changed login page title regarding product name (Bug #1476413)

release-0.6
thomascube 18 years ago
parent 69b83b900d
commit ded2b7e166

@ -720,7 +720,7 @@ function rcube_remote_response($js_code, $flush=FALSE)
{
$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 @@ function rcube_xml_command($command, $str_attrib, $a_attrib=NULL)
$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');
}

@ -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';

@ -20,7 +20,6 @@
$labels = array();
// login page
$labels['welcome'] = 'Welcome to Roundcube|Mail';
$labels['username'] = '用户名';
$labels['password'] = '密码';
$labels['server'] = '服务器';

@ -19,7 +19,6 @@
$labels = array();
// login page
$labels['welcome'] = 'Welcome to Roundcube|Mail';
$labels['username'] = 'Uživatel';
$labels['password'] = 'Heslo';
$labels['server'] = 'Server';

@ -21,7 +21,6 @@
$labels = array();
// login page
$labels['welcome'] = 'Welcome to Roundcube|Mail';
$labels['username'] = 'Brugernavn';
$labels['password'] = 'Adgangskode';
$labels['server'] = 'Server';

@ -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';

@ -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';

@ -19,7 +19,6 @@
$labels = array();
// login page
$labels['welcome'] = 'Welcome to Roundcube|Mail';
$labels['username'] = 'Kasutajanimi';
$labels['password'] = 'Parool';
$labels['server'] = 'Server';

@ -21,7 +21,6 @@
$labels = array();
// login page
$labels['welcome'] = 'Welcome to Roundcube|Mail';
$labels['username'] = 'Όνομα χρήστη';
$labels['password'] = 'Κωδικός πρόσβασης';
$labels['server'] = 'Διακομιστής';

@ -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';

@ -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';

@ -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';

@ -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';

@ -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';

@ -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';

@ -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ó';

@ -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';

@ -20,7 +20,6 @@
$labels = array();
// login page
$labels['welcome'] = 'Welcome to Roundcube|Mail';
$labels['username'] = 'Brukernavn:';
$labels['password'] = 'Passord:';
$labels['server'] = 'Server';

@ -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';

@ -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';

@ -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';

@ -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';

@ -19,7 +19,6 @@
$labels = array();
// login page
$labels['welcome'] = 'Welcome to Roundcube|Mail';
$labels['username'] = 'Utilizator';
$labels['password'] = 'Parola';
$labels['server'] = 'Server';

@ -19,7 +19,6 @@
$labels = array();
// login page
$labels['welcome'] = 'Welcome to Roundcube|Mail';
$labels['username'] = 'Логин';
$labels['password'] = 'Пароль';
$labels['server'] = 'Сервер';

@ -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';

@ -17,8 +17,8 @@
*/
$labels = array();
// login page
$labels['welcome'] = 'Welcome to Roundcube|Mail';
$labels['username'] = 'Prihlasovacie meno';
$labels['password'] = 'Heslo';
$labels['server'] = 'Server';

@ -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';

@ -19,7 +19,6 @@
$labels = array();
// login page
$labels['welcome'] = 'Welcome to Roundcube|Mail';
$labels['username'] = '使用者名稱';
$labels['password'] = '密碼';
$labels['server'] = '伺服器';

@ -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">

Loading…
Cancel
Save