var tr8nProxy = new Tr8n.Proxy({"default_source":"application/JS","sources":["application/JS"],"scheduler_interval":5000,"enable_inline_translations":false,"default_decorations":{"strong":"\u003cstrong\u003e{$0}\u003c/strong\u003e","bold":"\u003cstrong\u003e{$0}\u003c/strong\u003e","b":"\u003cstrong\u003e{$0}\u003c/strong\u003e","em":"\u003cem\u003e{$0}\u003c/em\u003e","italic":"\u003ci\u003e{$0}\u003c/i\u003e","i":"\u003ci\u003e{$0}\u003c/i\u003e","span":"\u003cspan\u003e{$0}\u003c/span\u003e","link":"\u003ca href='{$1}' style='{$2}'\u003e{$0}\u003c/a\u003e","link1":"\u003ca href='{$1}' style='{$2}'\u003e{$0}\u003c/a\u003e","link2":"\u003ca href='{$1}' style='{$2}'\u003e{$0}\u003c/a\u003e","br":"\u003cbr\u003e{$0}","class":"\u003cspan class='{$1}'\u003e{$0}\u003c/span\u003e"},"default_tokens":{"ndash":"\u0026ndash;","mdash":"\u0026mdash;","iexcl":"\u0026iexcl;","iquest":"\u0026iquest;","quot":"\u0026quot;","ldquo":"\u0026ldquo;","rdquo":"\u0026rdquo;","lsquo":"\u0026lsquo;","rsquo":"\u0026rsquo;","laquo":"\u0026laquo;","raquo":"\u0026raquo;","nbsp":"\u0026nbsp;","lsaquo":"\u0026lsaquo;","rsaquo":"\u0026rsaquo;","br":"\u003cbr/\u003e","amp":"\u0026amp;","lbrace":"{","rbrace":"}","trade":"\u0026trade;","hellip":"\u0026hellip;","pct":"%"},"rules":{"number":{"token_suffixes":["count","num","age","hours","minutes","years","seconds","minimum","maximum"],"object_method":"to_i"},"gender":{"token_suffixes":["user","profile","actor","target","partner","parent","child","sibling","manager"],"object_method":"gender","method_values":{"female":"Female","male":"Male","neutral":"neutral","unknown":"unknown"}},"list":{"object_method":"size","token_suffixes":["list"]},"date":{"token_suffixes":["date"],"object_method":"to_date"}}}); function reloadTranslations() { tr8nProxy.initTranslations(true); } function tr(label, description, tokens, options) { return tr8nProxy.tr(label, description, tokens, options); } function trl(label, description, tokens, options) { return tr8nProxy.trl(label, description, tokens, options); } Tr8n.Utils.addEvent(window, 'load', function() { tr8nProxy.initTml(); })