Error messages

mokry

New member
Joined
Dec 25, 2005
Messages
4
Location
Poland
Hi, I'm new and I don't speak good in English

I've got some problem:

When I creating account by API with GET mode and username is exist, API get me information that this username is busy, or domain is in using or sth else.
Everything is good, script is also good (he is creating account when all datas is good), buto this informations is in english.
I want have this informations in polish.
Where can i to change it?

For example:
CMD_API_CMD/?error=1&text=ugabuga&details=english_information
The bold text I want change.

I hope so, that you undestand me ;).
 
This question might be better directed to DirectAdmin staff since as far as I know there are still some parts of DA that are hardcoded in english and can't be changed.
 
Hmmm... But it must be somewhere. Maybe in .sh files. I need it only in polish.

Or maybe use eregi_replace in php? Did it work?
 
mokry,
Because DirectAdmin's API does not use any templates in it's output (that I know of), it would seem to indicate that the responses are coded into the directadmin binary which is a compiled C program.

You would need to contact DirectAdmin support and request that responses be moved to the language file if they aren't already.
 
Back
Top