{ # Each user preference usually has two entries in this file. One for the small prompt shown # on the preference screen, and one for the longer help text. In this file, each preference has a # short ID, for example, the Default Directory settings' ID is 'defDir' This is then combined with # a letter to show what type of string it is; So 'defDirP' is the Default Directory prompt, and # 'defDirH' is the Default Directory's help message. # General Preferences Prompts + Help Messages "genPrefs" : { "defDirP" : "Default Diretory: ", "defDirH" : "This settings controls the directory location where all the File Dialog boxes start at, you probably want this as your HOME or 'My Documents' directory.", "tmpFileP" : "Temporary File: ", "tmpFileH" : "Some operations require the use of a temporary file, this setting lets you choose where to put the temporary file. (It needs to be writable)", "aClrP" : "Auto clear text box ?", "aClrH" : "If set, TextRouter will clear the text input box each time you route some text.", "aSaveP" : "Auto-save config file ?", "aSaveH" : "Setting this option means the configuration file will be saved automatically every time you TextRouter.", "aLdTxtP" : "Auto load file on startup ?", "aLdTxtH" : "If set, this option will cause the default load-files contents to be opened when TextRouter starts.", "aSvTxtP" : "Auto save file on exit ?", "aSvTxtH" : "If set, this option will cause the current text to be saved to the default save-file when TextRouter exits.", "undoP" : "Number of undo levels ?", "undoH" : "The number of levels you want the 'Undo' (and 'Redo') operation to work to. 10 is recommened, you can have as many as you want, but it may slow things down if you have too many.", "pWdthP" : "Paragraph width ?", "pWdthH" : "This controls how wide paragraphs are when you use the 'Edit->Wrap Text' function.", "usePxyP" : "Use proxy server?", "usePxyH" : "This specifies whehter you want to use the proxy server specified below.", "pxyServP" : "Proxy server:", "pxyServH" : "The server name of your HTTP proxy server (with out the 'http://').", "pxyPortP" : "Proxy server port:", "pxyPortH" : "The port which the proxy runs on. ", }, # HTML Preferences Prompts + Help Messages "htmlPrefs" : { "bTagP" : "Tag to use for bold ?", "bTagH" : "What tag to use for bold text, you probaby want B, but if your using XHTML you might want STRONG.", "iTagP" : "Tag to use for italic ?", "iTagH" : "What tag to use for italicized text, you probaby want I, but if your using XHTML you might want EM.", "cTagP" : "Tag to use for centering ?", "cTagH" : "What tag scheme you want to use for centernig text, the default is to use