Re: [PHP] software localization with PHP

2001-08-02 Thread Colin Viebrock
I was just looking through the mailing list archives for some help with my gettext problem (basically, I can't get it to work). Anyway, I came across your post: > Thanks for the reply. This will not solve my problem. The problem is, for some > languages the sentence structure may be different.

RE: [PHP] software localization with PHP

2001-03-14 Thread Don Read
On 14-Mar-01 Tao wrote: > Kevin, > > Thanks for the reply. This will not solve my problem. The problem is, for > some > languages the sentence structure may be different. For example, the > sentence > may need to be, > $greeting = "$first_name, welcome!" > as opposed to, > $greeting =

RE: [PHP] software localization with PHP

2001-03-14 Thread Maciek Uhlig
Check http://stphp.sourceforge.net Maciek > -Original Message- > From: Tao [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 14, 2001 8:14 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP] software localization with PHP > > > Kevin, > > Th

[PHP] software localization with PHP

2001-03-14 Thread Tao
---> From: Tao [mailto:[EMAIL PROTECTED]] > ---> Sent: Tuesday, March 13, 2001 9:50 PM > ---> To: [EMAIL PROTECTED] > ---> Subject: [PHP] software localization with PHP > ---> > ---> > ---> Hi all, > ---> > ---> I have a question about localizing PHP scri

[PHP] software localization with PHP

2001-03-14 Thread Tao
---> From: Tao [mailto:[EMAIL PROTECTED]] > ---> Sent: Tuesday, March 13, 2001 9:50 PM > ---> To: [EMAIL PROTECTED] > ---> Subject: [PHP] software localization with PHP > ---> > ---> > ---> Hi all, > ---> > ---> I have a question about localizing PHP scri

Re: [PHP] software localization with PHP

2001-03-14 Thread Christian Reiniger
On Wednesday 14 March 2001 05:50, you wrote: > I have a question about localizing PHP scripts. I understand that for > basic localization one can have a "strings" file for each language, > which contains string variables and values such as: > $title = "Welcome!"; > $error =

RE: [PHP] software localization with PHP

2001-03-13 Thread Leavell Digital Design
age- ---> From: Tao [mailto:[EMAIL PROTECTED]] ---> Sent: Tuesday, March 13, 2001 9:50 PM ---> To: [EMAIL PROTECTED] ---> Subject: [PHP] software localization with PHP ---> ---> ---> Hi all, ---> ---> I have a question about localizing PHP scripts. I understand --

[PHP] software localization with PHP

2001-03-13 Thread Tao
Hi all, I have a question about localizing PHP scripts. I understand that for basic localization one can have a "strings" file for each language, which contains string variables and values such as: Then, in the scripts just "include" the language file at the beginning and simply call the s