Re: [SM-USERS] error message language

2007-05-25 Thread dadams
> Paul Lesniewski wrote: >> Please try not to top-post >> >> > I was wondering if there is a better way of changing the error > messages, > than to editing the templates (like the messages found in > functions/display_message.php). I have had to extend the message to > be >

Re: [SM-USERS] error message language

2007-05-25 Thread Drew Adams
Paul Lesniewski wrote: > Please try not to top-post > > I was wondering if there is a better way of changing the error messages, than to editing the templates (like the messages found in functions/display_message.php). I have had to extend the message to be bi-lingual, and

Re: [SM-USERS] error message language

2007-05-25 Thread Paul Lesniewski
Please try not to top-post > >> I was wondering if there is a better way of changing the error messages, > >> than to editing the templates (like the messages found in > >> functions/display_message.php). I have had to extend the message to be > >> bi-lingual, and thought I would check in, since

Re: [SM-USERS] error message language

2007-05-25 Thread Drew Adams
An example snippet ~ line 102 in display_messages.php - ''. _("Go to the login page / Retourner á la page d'accés.") . ''. These where put in to display english/french messages to users that may or may not be logged in, and may or may not have selected an appropriate language. The me

Re: [SM-USERS] error message language

2007-05-25 Thread Paul Lesniewski
On 5/25/07, Drew Adams <[EMAIL PROTECTED]> wrote: > Hello, > > I was wondering if there is a better way of changing the error messages, > than to editing the templates (like the messages found in > functions/display_message.php). I have had to extend the message to be > bi-lingual, and thought I

[SM-USERS] error message language

2007-05-25 Thread Drew Adams
Hello, I was wondering if there is a better way of changing the error messages, than to editing the templates (like the messages found in functions/display_message.php). I have had to extend the message to be bi-lingual, and thought I would check in, since what I am doing is a less than eleg