I see in the original videoplug plugin that a string inside a javascript looks like this:
var p = '<?php echo TS_('Enter video ID from %s:') ?>';
Why is it a TS_ instead of T_ or NT_ ? I'm guessing and vaguely recalling that each one means a slightly different thing but I dunno what.
The thing is I'm rebuilding videoplug to be stronger smarter faster cheaper cooler neater better and want to make sure I'm doing my translatables correctly. So ... uh ... what's the deal here?
TS_():
From inc/locales/_locale.funcs.php line 196 (on 2.4.6)