github.com/spotify/syslog-redirector-golang@v0.0.0-20140320174030-4859f03d829a/misc/tour/js/lang.js (about)

     1  // Localized user interface.
     2  var tr = {
     3  	"off": "off",
     4  	"on": "on",
     5  	"syntax": "Syntax-Highlighting",
     6  	"lineno": "Line-Numbers",
     7  	"reset": "Reset Slide",
     8  	"format": "Format Source Code",
     9  	"kill": "Kill Program",
    10  	"run": "Run",
    11  	"compile": "Compile and Run",
    12  	"more": "Options",
    13  	"toc": "Table of Contents",
    14  	"prev": "Previous",
    15  	"next": "Next",
    16  	"waiting": "Waiting for remote server...",
    17  	"errcomm": "Error communicating with remote server.",
    18  };