[horde] Need help with Translation

Benjamin Picuira horde at andromea.org
Fri Jun 6 05:26:59 PDT 2003


Hello all,

I nedd a litlle help on language on horde/imp

I have Horde : 2.3
       Imp : 3.2

       Apache On debian
       

I have my serveur http://webmail.mydomain.org
so i have modify httpd.conf like this :

-------httpd.conf---------------
<VirtualHost *:80>
Port 80
ServerName webmail.mydomain.org
DocumentRoot /var/www/webmail.mydomain
ServerAdmin webmaster at mydomain.org
ErrorLog Logs/webmail/webmail.mydomain.org-error.log
CustomLog Logs/webmail/webmail.mydomain.org-access.log combined
</VirtualHost>
-------httpd.conf---------------

and modify (See in the FAQ), registry.php like this :

*-----------registry.php--------------*
$this->applications['horde'] = array(
    'fileroot' => dirname(__FILE__) . '/..',
    'webroot' => '',
    'initial_page' => 'login.php',
    'icon' => '/graphics/home.gif',
    'name' => _("Horde"),
    'allow_guests' => true,
    'status' => 'active',
    'templates' => dirname(__FILE__) . '/../templates',
    'cookie_domain' => $_SERVER['SERVER_NAME'],
    'cookie_path' => '/',
    'server_name' => $_SERVER['SERVER_NAME'],
    'server_port' => $_SERVER['SERVER_PORT']
);

$this->applications['logout'] = array(
    'fileroot' => dirname(__FILE__) . '/..',
    'webroot' => $this->applications['horde']['webroot'],
    'initial_page' => 'login.php?reason=logout',
    'icon' => $this->applications['horde']['webroot'] . '/graphics/logout.gif',
    'name' => _("Logout"),
    'allow_guests' => false,
    'status' => 'notoolbar'
);

$this->applications['imp'] = array(
    'fileroot' => dirname(__FILE__) . '/../imp',
    'webroot' => $this->applications['horde']['webroot'] . '/imp',
    'icon' => $this->applications['horde']['webroot'] . '/imp/graphics/imp.gif',
    'name' => _("Mail"),
    'allow_guests' => false,
    'status' => 'active'
);
*-----------registry.php--------------*

All work go expetc translation, i would like French, but when i select
French in the login menu, and log in, it rest in english.

Can someone help me ?


-- 
Best regards,
 Benjamin                          
 mailto:horde at andromea.org




More information about the horde mailing list