Changeset 165 for trunk/NewView/MainForm.pas
- Timestamp:
- May 14, 2007, 8:18:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/MainForm.pas
r148 r165 1417 1417 1418 1418 Language.LL( Apply, OpenSpecialTitle, 'OpenSpecialTitle', 'Open Special' ); 1419 Language.LL( Apply, OpenSpecialPrompt, 'OpenSpecialPrompt', 'Enter help file 1419 Language.LL( Apply, OpenSpecialPrompt, 'OpenSpecialPrompt', 'Enter help filename/environment variable name' ); 1420 1420 1421 1421 Language.LL( Apply, PrintTopicTitle, 'PrintTopicTitle', 'Print Topic' ); … … 1482 1482 Language.LL( Apply, FilesInfoTitle, 'FilesInfoTitle', 'Open Files Information' ); 1483 1483 Language.LL( Apply, FilesInfoOverallTitle, 'FilesInfoOverallTitle', 'Title: ' ); 1484 Language.LL( Apply, FilesInfoFilename, 'FilesInfoFilename', 'File 1484 Language.LL( Apply, FilesInfoFilename, 'FilesInfoFilename', 'Filename: ' ); 1485 1485 Language.LL( Apply, FilesInfoFileTitle, 'FilesInfoFileTitle', ' Title: ' ); 1486 1486 Language.LL( Apply, FilesInfoTopicCount, 'FilesInfoTopicCount', ' Topic Count: ' ); … … 1509 1509 Language.LL( Apply, UsageTitle, 'UsageTitle', 'NewView Command Line' ); 1510 1510 Language.LL( Apply, UsageText1, 'UsageText1', 'Usage: ' ); 1511 Language.LL( Apply, UsageText2, 'UsageText2', 'NewView <file 1511 Language.LL( Apply, UsageText2, 'UsageText2', 'NewView <filename> [<topic>]' ); 1512 1512 Language.LL( Apply, UsageText3, 'UsageText3', ' /s Do search for <topic>' ); 1513 1513 Language.LL( Apply, UsageText4, 'UsageText4', ' /g Do global search for <topic>' );
Note:
See TracChangeset
for help on using the changeset viewer.