[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] addressbook fields
From: |
Chris Weiss |
Subject: |
Re: [Phpgroupware-developers] addressbook fields |
Date: |
Tue, 10 Sep 2002 14:02:58 +0000 |
If you want ot rename a label that way just change the lang translation (yes ,
even
engligh gets translated), but its gotta get into the database. I have been
throughly confused buy the whole translation procress, it just doesn't seem to
make
sence.
SteveC (address@hidden) wrote*:
>
>I have a phpgroupware addressbook with around a thousand contacts in it.
>It has some data in fields like "ISDN Phone" in some contacts which should
>really be in a custom field but it'd be too much work to move the data to
>a custom field.
>
>As a quick hack I did a
>
>grep -d recurse "ISDN Phone" *
>
>in the phpgroupware tree and it came up with
>
>addressbook/inc/class.uiaddressbook.inc.php:
>$this->template->set_var('lang_isdnphone',lang('ISDN Phone'));
>addressbook/setup/phpgw_en.lang:isdn phone addressbook en
>ISDN Phone
>
>So I changed the text in those two files and restarted apache but there
>appears to be a cache somewhere. I've been RTFM'ing php and phpgroupware
>docs but I can't find where on earth to flush the cache?
>
>TIA
>
>have fun,
>
>SteveC address@hidden http://www.fractalus.com/steve/
>
>
>_______________________________________________
>Phpgroupware-developers mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>