efla
Newbie
Posts: 1
Registered: 12/23/2003
Member Is Offline
|
| posted on 12/23/2003 at 10:55 AM |
|
|
Foreign language support
Hello.
Is it possible to have the sw into different languages. I'm loking for French.
And if not available, it possible to easily translate at least the end-user interface ?
Thanks
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 12/30/2003 at 06:27 AM |
|
|
software supports language file. format is:
'forgot_password_body' => "Your password: %password.",
'welcom_message' => "Welcome to our image gallery!",
'empty_comment_body' => "Comment body is empty",
'empty_comment_username' => "Username is empty",
'comment_repeated' => "The comment has been repeated.",
etc.
you can have as many language files as you wish.
|
|
|