I will change it. All translations are done in language_xy.php, just the settings need to be made available to pure Javascript, so I use a PHP page that is loaded as JS file (js_locales.php), and here all required text strings have to be referenced explicitly.
I did not find better solutions for this. In the latest version one can also use the JS function '_p()' as in PHP to write the locale string in JS into the UI. armin On Dec 5, 2007 8:57 AM, <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to translate the query results window title with text > "Result". As I can see, it has to be translated through the js_locales.php > file. I did it but I realized the line 351 in pmjson.js doesn't use > localeList['Result']. I have corrected it and now it is fine. > > Question - do I have to directly translate the text in js_locales.php or > this will be handled in some other way (like php localization through the > language_xx.php)? > > regards, dejan > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > pmapper-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pmapper-users > ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ pmapper-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users
