[horde] Need help with Translation

Andrew Morgan morgan at orst.edu
Fri Jun 6 09:48:10 PDT 2003


Have you setup the locale in Debian for French?  Run:

dpkg-reconfigure locales

and choose the following locales (this will add all the languages that
Horde/IMP support):

bg_BG CP1251
ca_ES ISO-8859-1
cs_CZ ISO-8859-2
da_DK ISO-8859-1
de_DE ISO-8859-1
el_GR ISO-8859-7
es_ES ISO-8859-1
et_EE ISO-8859-1
fi_FI ISO-8859-1
fr_FR ISO-8859-1
hu_HU ISO-8859-2
it_IT ISO-8859-1
ja_JP.EUC-JP EUC-JP
ko_KR.EUC-KR EUC-KR
lt_LT ISO-8859-13
lv_LV ISO-8859-13
nl_NL ISO-8859-1
nn_NO ISO-8859-1
no_NO ISO-8859-1
pl_PL ISO-8859-2
pt_BR ISO-8859-1
pt_PT ISO-8859-1
ro_RO ISO-8859-2
ru_RU ISO-8859-5
ru_RU.KOI8-R KOI8-R
sk_SK ISO-8859-2
sl_SI ISO-8859-2
sv_SE ISO-8859-1
uk_UA KOI8-U
zh_CN GB2312
zh_TW BIG5

After it generates the locales, you should be ready.  You may have to
restart your browser.

	Andy

On Fri, 6 Jun 2003, Benjamin Picuira wrote:

>
> 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
>
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>




More information about the horde mailing list