Menu

#19 Invalid error messages in Russian

open
None
5
2006-07-03
2005-11-08
nlstart
No

In /usr/system/js/tree.js.php (rev 1.8) the following
function is available:

function reportParseError(error){
error_str = "<H4>Ошибка при загрузке
документа '" + error.url + "'</H4>" +
"<p><font color='red'>" + error.reason
+ "</font></p>";
if (error.line > 0)
error_str += "<H5>" + "Строка " + error.line
+ ", символ " + error.linepos +
"\n" + error.srcText + "</H4>";
return error_str;
}

please replace the error strings with correct language
messages.

Discussion

  • nlstart

    nlstart - 2006-07-03
    • assigned_to: nobody --> sheiko
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.