Changeset 220 in subversion


Ignore:
Timestamp:
May 5, 2006 12:53:21 PM (7 years ago)
Author:
roundcube
Message:

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

Location:
trunk/roundcubemail
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/main.inc

    r215 r220  
    721721    $s_header_sent = TRUE; 
    722722    send_nocacheing_headers(); 
    723     header('Content-Type: application/x-javascript'); 
     723    header('Content-Type: application/x-javascript; charset='.$CHARSET); 
    724724    print '/** remote response ['.date('d/M/Y h:i:s O')."] **/\n"; 
    725725    } 
     
    11931193        $title = !empty($CONFIG['product_name']) ? $CONFIG['product_name'].' :: ' : ''; 
    11941194         
    1195         if ($task=='mail' && isset($GLOBALS['MESSAGE']['subject'])) 
     1195        if ($task=='login') 
     1196          $title = rcube_label(array('name' => 'welcome', 'vars' => array('product' => $CONFIG['product_name']))); 
     1197        else if ($task=='mail' && isset($GLOBALS['MESSAGE']['subject'])) 
    11961198          $title .= $GLOBALS['MESSAGE']['subject']; 
    11971199        else if (isset($GLOBALS['PAGE_TITLE'])) 
     
    12001202          $title .= rcube_charset_convert($mbox_name, 'UTF-7', 'UTF-8'); 
    12011203        else 
    1202           $title .= $task; 
     1204          $title .= ucfirst($task); 
    12031205           
    12041206        return rep_specialchars_output($title, 'html', 'all'); 
  • trunk/roundcubemail/program/localization/ca/labels.inc

    r170 r220  
    1919 
    2020// login page 
    21 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2221$labels['username']  = 'Nom d\'usuari'; 
    2322$labels['password']  = 'Contrasenya'; 
  • trunk/roundcubemail/program/localization/cn/labels.inc

    r170 r220  
    2121 
    2222// login page 
    23 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2423$labels['username']  = '甚户名'; 
    2524$labels['password']  = '密码'; 
  • trunk/roundcubemail/program/localization/cz/labels.inc

    r170 r220  
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2322$labels['username']  = 'UÅŸivatel'; 
    2423$labels['password']  = 'Heslo'; 
  • trunk/roundcubemail/program/localization/da/labels.inc

    r170 r220  
    2222 
    2323// login page 
    24 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2524$labels['username']  = 'Brugernavn'; 
    2625$labels['password']  = 'Adgangskode'; 
  • trunk/roundcubemail/program/localization/de_CH/labels.inc

    r205 r220  
    2121 
    2222// login page // Login-Seite 
    23 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
     23$labels['welcome']   = 'Willkommen bei $product'; 
    2424$labels['username']  = 'Benutzername'; 
    2525$labels['password']  = 'Passwort'; 
  • trunk/roundcubemail/program/localization/de_DE/labels.inc

    r205 r220  
    2222 
    2323// login page // Login-Seite 
    24 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
     24$labels['welcome']   = 'Willkommen bei $product'; 
    2525$labels['username']  = 'Benutzername'; 
    2626$labels['password']  = 'Passwort'; 
  • trunk/roundcubemail/program/localization/ee/labels.inc

    r170 r220  
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2322$labels['username']  = 'Kasutajanimi'; 
    2423$labels['password']  = 'Parool'; 
  • trunk/roundcubemail/program/localization/el/labels.inc

    r170 r220  
    2222 
    2323// login page 
    24 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2524$labels['username']  = 'ΌΜοΌα χρήστη'; 
    2625$labels['password']  = 'ΚωΎικός πρόσβασης'; 
  • trunk/roundcubemail/program/localization/en_GB/labels.inc

    r170 r220  
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
     22$labels['welcome']   = 'Welcome to $product'; 
    2323$labels['username']  = 'Username'; 
    2424$labels['password']  = 'Password'; 
  • trunk/roundcubemail/program/localization/en_US/labels.inc

    r205 r220  
    33/* 
    44 +-----------------------------------------------------------------------+ 
    5  | language/en/labels.inc                                                | 
     5 | language/en_US/labels.inc                                             | 
    66 |                                                                       | 
    77 | Language file of the RoundCube Webmail client                         | 
     
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
     22$labels['welcome']   = 'Welcome to $product'; 
    2323$labels['username']  = 'Username'; 
    2424$labels['password']  = 'Password'; 
  • trunk/roundcubemail/program/localization/es/labels.inc

    r170 r220  
    2525 
    2626// login page 
    27 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2827$labels['username']  = 'Nombre de usuario'; 
    2928$labels['password']  = 'Contraseña'; 
  • trunk/roundcubemail/program/localization/fi/labels.inc

    r170 r220  
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2322$labels['username']  = 'KÀyttÀjÀtunnus'; 
    2423$labels['password']  = 'Salasana'; 
  • trunk/roundcubemail/program/localization/fr/labels.inc

    r170 r220  
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
     22$labels['welcome']   = 'Bienvenue à $product'; 
    2323$labels['username']  = 'ID utilisateur'; 
    2424$labels['password']  = 'Mot de passe'; 
  • trunk/roundcubemail/program/localization/hr/labels.inc

    r170 r220  
    2020 
    2121// login page // Login-Seite 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2322$labels['username']  = 'E-mail Korisnika'; 
    2423$labels['password']  = 'Lozinka'; 
  • trunk/roundcubemail/program/localization/hu/labels.inc

    r170 r220  
    2121 
    2222// login page 
    23 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2423$labels['username']  = 'Felhasználónév'; 
    2524$labels['password']  = 'Jelszó'; 
  • trunk/roundcubemail/program/localization/it/labels.inc

    r170 r220  
    1010 |                                                                       | 
    1111 +-----------------------------------------------------------------------+ 
    12  | Author: Paolo Asperti <paolo@asperti.com>                              | 
     12 | Author: Paolo Asperti <paolo@asperti.com>                             | 
    1313 +-----------------------------------------------------------------------+ 
    1414 
     
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
     22$labels['welcome']   = 'Benvenuto a $product'; 
    2323$labels['username']  = 'Utente'; 
    2424$labels['password']  = 'Password'; 
  • trunk/roundcubemail/program/localization/nb_NO/labels.inc

    r170 r220  
    2121 
    2222// login page 
    23 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2423$labels['username']  = 'Brukernavn:'; 
    2524$labels['password']  = 'Passord:'; 
  • trunk/roundcubemail/program/localization/nl_BE/labels.inc

    r170 r220  
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
     22$labels['welcome']   = 'Onthaal aan $product'; 
    2323$labels['username']  = 'Gebruikersnaam'; 
    2424$labels['password']  = 'Wachtwoord'; 
  • trunk/roundcubemail/program/localization/nl_NL/labels.inc

    r170 r220  
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
     22$labels['welcome']   = 'Onthaal aan $product'; 
    2323$labels['username']  = 'Gebruikersnaam'; 
    2424$labels['password']  = 'Wachtwoord'; 
  • trunk/roundcubemail/program/localization/pl/labels.inc

    r170 r220  
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2322$labels['username']  = 'E-mail'; 
    2423$labels['password']  = 'Hasło'; 
  • trunk/roundcubemail/program/localization/pt_BR/labels.inc

    r170 r220  
    1919$labels = array(); 
    2020 
    21 // Página de login 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
     21// Página de loginOnthaal aan $product 
    2322$labels['username']  = 'Usuário'; 
    2423$labels['password']  = 'Senha'; 
  • trunk/roundcubemail/program/localization/ro/labels.inc

    r170 r220  
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2322$labels['username']  = 'Utilizator'; 
    2423$labels['password']  = 'Parola'; 
  • trunk/roundcubemail/program/localization/ru/labels.inc

    r170 r220  
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2322$labels['username']  = 'ЛПгОМ'; 
    2423$labels['password']  = 'ПарПль'; 
  • trunk/roundcubemail/program/localization/se/labels.inc

    r170 r220  
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2322$labels['username']  = 'AnvÀndarnamn'; 
    2423$labels['password']  = 'Lösenord'; 
  • trunk/roundcubemail/program/localization/sk/labels.inc

    r170 r220  
    1818 
    1919$labels = array(); 
     20 
    2021// login page 
    21 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2222$labels['username']  = 'Prihlasovacie meno'; 
    2323$labels['password']  = 'Heslo'; 
  • trunk/roundcubemail/program/localization/tr/labels.inc

    r170 r220  
    2121 
    2222// login page 
    23 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2423$labels['username']  = 'Kullanıcı Adı'; 
    2524$labels['password']  = 'Şifre'; 
  • trunk/roundcubemail/program/localization/tw/labels.inc

    r170 r220  
    2020 
    2121// login page 
    22 $labels['welcome']   = 'Welcome to Roundcube|Mail'; 
    2322$labels['username']  = '䜿甚耠
    2423名皱'; 
  • trunk/roundcubemail/skins/default/templates/login.html

    r176 r220  
    22<html xmlns="http://www.w3.org/1999/xhtml"> 
    33<head> 
    4 <title><roundcube:label name="welcome" /></title> 
     4<title><roundcube:object name="pagetitle" /></title> 
    55<roundcube:include file="/includes/links.html" /> 
    66<style type="text/css"> 
Note: See TracChangeset for help on using the changeset viewer.