It's probably going to be pretty hard to change something like that as changing the commands to be language localized would also require you to edit what's being inputted into the system. Since you cannot edit the PHP files for vShare, I don't think that what you are wanting to do is possible. One thing to note is that SQL is not read by the browser. SQL is a server-side language (along with PHP). That code is only executed by the server.