File js/vendor/soundmanager/script/soundmanager2-jsmin.js is a minified version, not an initial source. Function names are also minified, and one of them got a name of t(). Unfortunately this file got into list of translated files, so Transiflex thinks that t() is a call for translation. Consequently, arguments 'onready' and 'ontimeout' appear in Transiflex as "strings needed to be translated", while in fact these seem to be JavaScript event names. Obviously it's wrong, no user will ever see these "translations".
I think that minified files should somehow be excluded from translation process (only real sources should be included when needed).
P. S. I am not a developer, a sysadmin with programming knowledge, just a translator to Russian in this case.
File js/vendor/soundmanager/script/soundmanager2-jsmin.js is a minified version, not an initial source. Function names are also minified, and one of them got a name of t(). Unfortunately this file got into list of translated files, so Transiflex thinks that t() is a call for translation. Consequently, arguments 'onready' and 'ontimeout' appear in Transiflex as "strings needed to be translated", while in fact these seem to be JavaScript event names. Obviously it's wrong, no user will ever see these "translations".
I think that minified files should somehow be excluded from translation process (only real sources should be included when needed).
P. S. I am not a developer, a sysadmin with programming knowledge, just a translator to Russian in this case.