| 1 | MessageForm.OKButtonCaption "~OK" ***
|
|---|
| 2 | MessageForm.CancelButtonCaption "~Cancel" ***
|
|---|
| 3 | MessageForm.HelpButtonCaption "~Help" ***
|
|---|
| 4 | MessageForm.YesButtonCaption "~Yes" ***
|
|---|
| 5 | MessageForm.NoButtonCaption "~No" ***
|
|---|
| 6 | TextInputForm.OKButtonCaption "~OK" ***
|
|---|
| 7 | TextInputForm.CancelButtonCaption "~Cancel" ***
|
|---|
| 8 | MainForm.Caption "" ***
|
|---|
| 9 | MainForm.FileMenu.Caption "~File" ***
|
|---|
| 10 | MainForm.FileMenu.Hint "" ***
|
|---|
| 11 | MainForm.FileNewMI.Caption "~New\tCtrl+N" ***
|
|---|
| 12 | MainForm.FileNewMI.Hint "Clear the editor ready for a new file" ***
|
|---|
| 13 | MainForm.FileOpenMI.Caption "~Open...\tCtrl+O" ***
|
|---|
| 14 | MainForm.FileOpenMI.Hint "Open a file" ***
|
|---|
| 15 | MainForm.FileSaveMI.Caption "~Save\tCtrl+S" ***
|
|---|
| 16 | MainForm.FileSaveMI.Hint "Save text to a file" ***
|
|---|
| 17 | MainForm.FileSaveAsMI.Caption "Save ~As...\tCtrl+D" ***
|
|---|
| 18 | MainForm.FileSaveAsMI.Hint "Save to a different name" ***
|
|---|
| 19 | MainForm.FileAutosaveMI.Caption "A~utosave..." ***
|
|---|
| 20 | MainForm.FileAutosaveMI.Hint "Turn automatic saving on or off" ***
|
|---|
| 21 | MainForm.FilePrintMI.Caption "~Print...\tCtrl+P" ***
|
|---|
| 22 | MainForm.FilePrintMI.Hint "Print text" ***
|
|---|
| 23 | MainForm.FileExitMI.Caption "E~xit\tAlt+F4" ***
|
|---|
| 24 | MainForm.FileExitMI.Hint "Exit the program" ***
|
|---|
| 25 | MainForm.EditMenu.Caption "~Edit" ***
|
|---|
| 26 | MainForm.EditMenu.Hint "" ***
|
|---|
| 27 | MainForm.EditUndoMI.Caption "~Undo\tAlt+BkSp" ***
|
|---|
| 28 | MainForm.EditUndoMI.Hint "Undo last change" ***
|
|---|
| 29 | MainForm.EditCutMI.Caption "Cu~t\tShift+Del" ***
|
|---|
| 30 | MainForm.EditCutMI.Hint "Cut selected text to clipboard" ***
|
|---|
| 31 | MainForm.EditCopyMI.Caption "~Copy\tCtrl+Ins" ***
|
|---|
| 32 | MainForm.EditCopyMI.Hint "Copy selected text to clipboard" ***
|
|---|
| 33 | MainForm.EditPasteMI.Caption "~Paste\tShift+Ins" ***
|
|---|
| 34 | MainForm.EditPasteMI.Hint "Paste text from the clipboard" ***
|
|---|
| 35 | MainForm.EditSelectAllMI.Caption "Select ~All\tCtrl+A" ***
|
|---|
| 36 | MainForm.EditSelectAllMI.Hint "Select all text" ***
|
|---|
| 37 | MainForm.EditFindMI.Caption "~Find...\tCtrl+F" ***
|
|---|
| 38 | MainForm.EditFindMI.Hint "Search for a piece of text" ***
|
|---|
| 39 | MainForm.EditFindAgainMI.Caption "Find A~gain\tCtrl+G" ***
|
|---|
| 40 | MainForm.EditFindAgainMI.Hint "Repeat last search" ***
|
|---|
| 41 | MainForm.EditReplaceMI.Caption "~Replace...\tCtrl+R" ***
|
|---|
| 42 | MainForm.EditReplaceMI.Hint "Replace one piece of text with another" ***
|
|---|
| 43 | MainForm.OptionsMenu.Caption "~Options" ***
|
|---|
| 44 | MainForm.OptionsMenu.Hint "" ***
|
|---|
| 45 | MainForm.OptionsWrapMI.Caption "~Wrap\tCtrl+W" ***
|
|---|
| 46 | MainForm.OptionsWrapMI.Hint "Turn word wrapping on or off" ***
|
|---|
| 47 | MainForm.OptionsReadOnlyMI.Caption "~Read-only" ***
|
|---|
| 48 | MainForm.OptionsReadOnlyMI.Hint "Allow or prevent the text from being changed" ***
|
|---|
| 49 | MainForm.OptionsFontMI.Caption "~Font..." ***
|
|---|
| 50 | MainForm.OptionsFontMI.Hint "Select editor font" ***
|
|---|
| 51 | MainForm.OptionsColorsMI.Caption "~Colors..." ***
|
|---|
| 52 | MainForm.OptionsColorsMI.Hint "Select editor colors" ***
|
|---|
| 53 | MainForm.OptionsF3KeyActionMI.Caption "F3 ~key action" ***
|
|---|
| 54 | MainForm.OptionsF3KeyActionMI.Hint "Set behaviour of F3 key" ***
|
|---|
| 55 | MainForm.OptionsF3ExitMI.Caption "E~xit" ***
|
|---|
| 56 | MainForm.OptionsF3ExitMI.Hint "Set F3 key to exit the program" ***
|
|---|
| 57 | MainForm.OptionsF3FindAgainMI.Caption "Find A~gain" ***
|
|---|
| 58 | MainForm.OptionsF3FindAgainMI.Hint "Set F3 key to repeat last find" ***
|
|---|
| 59 | MainForm.SaveLanguageMI.Caption "Save/Update ~Translation" ***
|
|---|
| 60 | MainForm.SaveLanguageMI.Hint "Save or update a translation file for this program" ***
|
|---|
| 61 | MainForm.HelpMenu.Caption "~Help" ***
|
|---|
| 62 | MainForm.HelpMenu.Hint "" ***
|
|---|
| 63 | MainForm.HelpContentsMI.Caption "~Contents\tF1" ***
|
|---|
| 64 | MainForm.HelpContentsMI.Hint "Display help" ***
|
|---|
| 65 | MainForm.HelpKeysMI.Caption "Keys help" ***
|
|---|
| 66 | MainForm.HelpKeysMI.Hint "Keyboard shortcuts" ***
|
|---|
| 67 | MainForm.HelpProductInformationMI.Caption "~Product Information" ***
|
|---|
| 68 | MainForm.HelpProductInformationMI.Hint "Display version information" ***
|
|---|
| 69 | MainForm.OpenDialog.OKName "Open" ***
|
|---|
| 70 | MainForm.OpenDialog.Title "Open File" ***
|
|---|
| 71 | MainForm.SaveDialog.OKName "Save" ***
|
|---|
| 72 | MainForm.SaveDialog.Title "" ***
|
|---|
| 73 | MainForm.EditCutPMI.Caption "Cu~t" ***
|
|---|
| 74 | MainForm.EditCutPMI.Hint "" ***
|
|---|
| 75 | MainForm.EditCopyPMI.Caption "~Copy" ***
|
|---|
| 76 | MainForm.EditCopyPMI.Hint "" ***
|
|---|
| 77 | MainForm.EditPastePMI.Caption "~Paste" ***
|
|---|
| 78 | MainForm.EditPastePMI.Hint "" ***
|
|---|
| 79 | MainForm.EditSelectAllPMI.Caption "Select ~All" ***
|
|---|
| 80 | MainForm.EditSelectAllPMI.Hint "" ***
|
|---|
| 81 | MainForm.FontDialog.Caption "Select a font" ***
|
|---|
| 82 | MainForm.FontDialog.NameLabel.Caption "~Name:" ***
|
|---|
| 83 | MainForm.FontDialog.NameLabel.Hint "" ***
|
|---|
| 84 | MainForm.FontDialog.StyleLabel.Caption "S~tyle:" ***
|
|---|
| 85 | MainForm.FontDialog.StyleLabel.Hint "" ***
|
|---|
| 86 | MainForm.FontDialog.BoldCheck.Caption "~Bold (Simulated)" ***
|
|---|
| 87 | MainForm.FontDialog.BoldCheck.Hint "" ***
|
|---|
| 88 | MainForm.FontDialog.ItalicCheck.Caption "~Italic (Simulated)" ***
|
|---|
| 89 | MainForm.FontDialog.ItalicCheck.Hint "" ***
|
|---|
| 90 | MainForm.FontDialog.UnderscoreCheck.Caption "~UnderScore" ***
|
|---|
| 91 | MainForm.FontDialog.UnderscoreCheck.Hint "" ***
|
|---|
| 92 | MainForm.FontDialog.OutlineCheck.Caption "~Outline" ***
|
|---|
| 93 | MainForm.FontDialog.OutlineCheck.Hint "" ***
|
|---|
| 94 | MainForm.FontDialog.StrikeOutCheck.Caption "St~rikeout" ***
|
|---|
| 95 | MainForm.FontDialog.StrikeOutCheck.Hint "" ***
|
|---|
| 96 | MainForm.FontDialog.SizeLabel.Caption "~Size:" ***
|
|---|
| 97 | MainForm.FontDialog.SizeLabel.Hint "" ***
|
|---|
| 98 | MainForm.FontDialog.ActualFaceLabel.Caption "" ***
|
|---|
| 99 | MainForm.FontDialog.ActualFaceLabel.Hint "" ***
|
|---|
| 100 | MainForm.FontDialog.OKButton.Caption "~OK" ***
|
|---|
| 101 | MainForm.FontDialog.OKButton.Hint "" ***
|
|---|
| 102 | MainForm.FontDialog.CancelButton.Caption "Cancel" ***
|
|---|
| 103 | MainForm.FontDialog.CancelButton.Hint "" ***
|
|---|
| 104 | MainForm.SaveLanguageError "Error saving language file " ***
|
|---|
| 105 | MainForm.SavedMsg "Saved: " ***
|
|---|
| 106 | MainForm.AutosaveDoneMsg "Auto-saved " ***
|
|---|
| 107 | MainForm.PrintTitle "Print" ***
|
|---|
| 108 | MainForm.NoPrinterError "You don't have a printer configured." ***
|
|---|
| 109 | MainForm.PrintDoneMsg1 "Printing complete (" ***
|
|---|
| 110 | MainForm.PrintDoneMsg2 " pages)" ***
|
|---|
| 111 | MainForm.HelpTitle "Text Editor Help" ***
|
|---|
| 112 | MainForm.ReplaceDoneMsg1 "Replaced " ***
|
|---|
| 113 | MainForm.ReplaceDoneMsg2 " occurrence(s)" ***
|
|---|
| 114 | MainForm.NoReplacementsMsg "No replacements made" ***
|
|---|
| 115 | MainForm.MatchMsg "Found" ***
|
|---|
| 116 | MainForm.NoMatchMsg "No match found" ***
|
|---|
| 117 | MainForm.ReadOnlyStatus "Read-only" ***
|
|---|
| 118 | MainForm.ModifiedStatus "Modified" ***
|
|---|
| 119 | MainForm.NewStatus "New" ***
|
|---|
| 120 | MainForm.UntitledTitle "(Untitled)" ***
|
|---|
| 121 | MainForm.AppTitle "Text Editor" ***
|
|---|
| 122 | MainForm.InsertStatus "INS" ***
|
|---|
| 123 | MainForm.OverwriteStatus "OVR" ***
|
|---|
| 124 | MainForm.SaveTitle "Save File" ***
|
|---|
| 125 | MainForm.SaveReadonlyError "Cannot save to read-only file: " ***
|
|---|
| 126 | MainForm.SaveAccessDeniedError "Access denied saving file: " ***
|
|---|
| 127 | MainForm.FileInUseError "File in use by another program: " ***
|
|---|
| 128 | MainForm.FileDoesNotExistError "File does not exist: " ***
|
|---|
| 129 | MainForm.OpenAccessDeniedError "Access denied: " ***
|
|---|
| 130 | MainForm.OpenFileInUseError "File in use by another program: " ***
|
|---|
| 131 | MainForm.SaveError "Error saving file: " ***
|
|---|
| 132 | MainForm.ReplacePrompt "Are you sure you want to replace this file?" ***
|
|---|
| 133 | MainForm.NewFileMsg "New file" ***
|
|---|
| 134 | MainForm.OpenTitle "Open File" ***
|
|---|
| 135 | MainForm.OpenError "Error opening file: " ***
|
|---|
| 136 | MainForm.OpenedMsg "Opened: " ***
|
|---|
| 137 | MainForm.Usage "Usage" ***
|
|---|
| 138 | MainForm.Usage1 "Usage: ae [/read] [<filename>]" ***
|
|---|
| 139 | MainForm.Usage2 " /read: set read-only" ***
|
|---|
| 140 | MainForm.Usage3 "Displays or edits text files" ***
|
|---|
| 141 | MainForm.PrintingPageMsg "Printing: page " ***
|
|---|
| 142 | ReplaceForm.Caption "Replace Text" ***
|
|---|
| 143 | ReplaceForm.CaseSensitiveCheckBox.Caption "~Case sensitive" ***
|
|---|
| 144 | ReplaceForm.CaseSensitiveCheckBox.Hint "" ***
|
|---|
| 145 | ReplaceForm.FromTopCheckBox.Caption "From ~top" ***
|
|---|
| 146 | ReplaceForm.FromTopCheckBox.Hint "" ***
|
|---|
| 147 | ReplaceForm.FindButton.Caption "~Find" ***
|
|---|
| 148 | ReplaceForm.FindButton.Hint "" ***
|
|---|
| 149 | ReplaceForm.ChangeButton.Caption "C~hange" ***
|
|---|
| 150 | ReplaceForm.ChangeButton.Hint "" ***
|
|---|
| 151 | ReplaceForm.ChangeAllButton.Caption "Change ~All" ***
|
|---|
| 152 | ReplaceForm.ChangeAllButton.Hint "" ***
|
|---|
| 153 | ReplaceForm.CancelButton.Caption "Cancel" ***
|
|---|
| 154 | ReplaceForm.CancelButton.Hint "" ***
|
|---|
| 155 | ReplaceForm.HelpButton.Caption "Help" ***
|
|---|
| 156 | ReplaceForm.HelpButton.Hint "" ***
|
|---|
| 157 | ReplaceForm.TextToFindLabel.Caption "F~ind:" ***
|
|---|
| 158 | ReplaceForm.TextToFindLabel.Hint "" ***
|
|---|
| 159 | ReplaceForm.ReplaceTextLabel.Caption "~Replace with:" ***
|
|---|
| 160 | ReplaceForm.ReplaceTextLabel.Hint "" ***
|
|---|
| 161 | LargeFileWarningForm.Caption "Large File Warning" ***
|
|---|
| 162 | LargeFileWarningForm.OKButton.Caption "~OK" ***
|
|---|
| 163 | LargeFileWarningForm.OKButton.Hint "" ***
|
|---|
| 164 | LargeFileWarningForm.CancelButton.Caption "Cancel" ***
|
|---|
| 165 | LargeFileWarningForm.CancelButton.Hint "" ***
|
|---|
| 166 | LargeFileWarningForm.WarningLabel.Caption "This file is larger than 1MB. It may take a long time to load. Continue?" ***
|
|---|
| 167 | LargeFileWarningForm.WarningLabel.Hint "" ***
|
|---|
| 168 | LargeFileWarningForm.NotAgainCheckBox.Caption "~Don't warn me again" ***
|
|---|
| 169 | LargeFileWarningForm.NotAgainCheckBox.Hint "" ***
|
|---|
| 170 | LargeFileWarningForm.HelpButton.Caption "~Help" ***
|
|---|
| 171 | LargeFileWarningForm.HelpButton.Hint "" ***
|
|---|
| 172 | SaveQueryForm.Caption "Warning: Unsaved Changes" ***
|
|---|
| 173 | SaveQueryForm.MessageLabel.Caption "Do you want to save your changes?" ***
|
|---|
| 174 | SaveQueryForm.MessageLabel.Hint "" ***
|
|---|
| 175 | SaveQueryForm.SaveButton.Caption "~Save" ***
|
|---|
| 176 | SaveQueryForm.SaveButton.Hint "" ***
|
|---|
| 177 | SaveQueryForm.DiscardButton.Caption "~Discard" ***
|
|---|
| 178 | SaveQueryForm.DiscardButton.Hint "" ***
|
|---|
| 179 | SaveQueryForm.CancelButton.Caption "Cancel" ***
|
|---|
| 180 | SaveQueryForm.CancelButton.Hint "" ***
|
|---|
| 181 | AEPrintDialog.Caption "Print" ***
|
|---|
| 182 | AEPrintDialog.OKButton.Caption "~OK" ***
|
|---|
| 183 | AEPrintDialog.OKButton.Hint "" ***
|
|---|
| 184 | AEPrintDialog.SetupPrinterButton.Caption "~Setup..." ***
|
|---|
| 185 | AEPrintDialog.SetupPrinterButton.Hint "" ***
|
|---|
| 186 | AEPrintDialog.CancelButton.Caption "Cancel" ***
|
|---|
| 187 | AEPrintDialog.CancelButton.Hint "" ***
|
|---|
| 188 | AEPrintDialog.HeaderCheckBox.Caption "~Header" ***
|
|---|
| 189 | AEPrintDialog.HeaderCheckBox.Hint "" ***
|
|---|
| 190 | AEPrintDialog.HelpButton.Caption "~Help" ***
|
|---|
| 191 | AEPrintDialog.HelpButton.Hint "" ***
|
|---|
| 192 | AEPrintDialog.AllRadioButton.Caption "All" ***
|
|---|
| 193 | AEPrintDialog.AllRadioButton.Hint "" ***
|
|---|
| 194 | AEPrintDialog.SelectionRadioButton.Caption "Selection" ***
|
|---|
| 195 | AEPrintDialog.SelectionRadioButton.Hint "" ***
|
|---|
| 196 | AEPrintDialog.PrinterLabel.Caption "~Printer:" ***
|
|---|
| 197 | AEPrintDialog.PrinterLabel.Hint "" ***
|
|---|
| 198 | AEPrintDialog.PrinterSetupTitle "Setup Printer" ***
|
|---|
| 199 | AEPrintDialog.PrinterSetupError "Error displaying printer options: " ***
|
|---|
| 200 | AutosaveForm.Caption "Automatic Save Settings" ***
|
|---|
| 201 | AutosaveForm.OKButton.Caption "~OK" ***
|
|---|
| 202 | AutosaveForm.OKButton.Hint "" ***
|
|---|
| 203 | AutosaveForm.CancelButton.Caption "Cancel" ***
|
|---|
| 204 | AutosaveForm.CancelButton.Hint "" ***
|
|---|
| 205 | AutosaveForm.HelpButton.Caption "~Help" ***
|
|---|
| 206 | AutosaveForm.HelpButton.Hint "" ***
|
|---|
| 207 | AutosaveForm.NoAutoSaveRadioButton.Caption "No automatic save" ***
|
|---|
| 208 | AutosaveForm.NoAutoSaveRadioButton.Hint "No automatic save will occur." ***
|
|---|
| 209 | AutosaveForm.TimedAutosaveRadioButton.Caption "Save every" ***
|
|---|
| 210 | AutosaveForm.TimedAutosaveRadioButton.Hint "File will be saved after specified minutes" ***
|
|---|
| 211 | AutosaveForm.MinutesLabel.Caption "minutes" ***
|
|---|
| 212 | AutosaveForm.MinutesLabel.Hint "" ***
|
|---|
| 213 | AutosaveForm.ChangesLabel.Caption "changes" ***
|
|---|
| 214 | AutosaveForm.ChangesLabel.Hint "" ***
|
|---|
| 215 | AutosaveForm.ChangesAutosaveRadioButton.Caption "Save every" ***
|
|---|
| 216 | AutosaveForm.ChangesAutosaveRadioButton.Hint "File will be saved after specified number of changes" ***
|
|---|
| 217 | AutosaveForm.RequireManualSaveCheckBox.Caption "Require manual save to start" ***
|
|---|
| 218 | AutosaveForm.RequireManualSaveCheckBox.Hint "Autosave will not start until a manual save is performed." ***
|
|---|
| 219 | AutosaveForm.ErrorTitle "Error" ***
|
|---|
| 220 | AutosaveForm.MinutesError "Number of minutes must be 1 to 600" ***
|
|---|
| 221 | AutosaveForm.NumberChangesError "Number of changes must be 10 to 1000" ***
|
|---|
| 222 | ColorsForm.Caption "Colors" ***
|
|---|
| 223 | ColorsForm.OKButton.Caption "~OK" ***
|
|---|
| 224 | ColorsForm.OKButton.Hint "" ***
|
|---|
| 225 | ColorsForm.CancelButton.Caption "Cancel" ***
|
|---|
| 226 | ColorsForm.CancelButton.Hint "" ***
|
|---|
| 227 | ColorsForm.HelpButton.Caption "~Help" ***
|
|---|
| 228 | ColorsForm.HelpButton.Hint "" ***
|
|---|
| 229 | ColorsForm.TextRadioButton.Caption "~Text" ***
|
|---|
| 230 | ColorsForm.TextRadioButton.Hint "" ***
|
|---|
| 231 | ColorsForm.BackgroundRadioButton.Caption "~Background" ***
|
|---|
| 232 | ColorsForm.BackgroundRadioButton.Hint "" ***
|
|---|
| 233 | ColorsForm.SampleLabel.Caption "~Sample:" ***
|
|---|
| 234 | ColorsForm.SampleLabel.Hint "" ***
|
|---|
| 235 | ColorsForm.ExampleText "This is an example" ***
|
|---|
| 236 | FindForm.Caption "Find Text" ***
|
|---|
| 237 | FindForm.OKButton.Caption "~Find" ***
|
|---|
| 238 | FindForm.OKButton.Hint "" ***
|
|---|
| 239 | FindForm.CancelButton.Caption "Cancel" ***
|
|---|
| 240 | FindForm.CancelButton.Hint "" ***
|
|---|
| 241 | FindForm.CaseSensitiveCheckBox.Caption "~Case sensitive" ***
|
|---|
| 242 | FindForm.CaseSensitiveCheckBox.Hint "" ***
|
|---|
| 243 | FindForm.HelpButton.Caption "~Help" ***
|
|---|
| 244 | FindForm.HelpButton.Hint "" ***
|
|---|
| 245 | FindForm.FromTopCheckBox.Caption "From ~top" ***
|
|---|
| 246 | FindForm.FromTopCheckBox.Hint "" ***
|
|---|
| 247 | FindForm.TextToFindLabel.Caption "F~ind:" ***
|
|---|
| 248 | FindForm.TextToFindLabel.Hint "" ***
|
|---|
| 249 | ProductInformationForm.Caption "Product Information" ***
|
|---|
| 250 | ProductInformationForm.CopyrightLabel.Caption "Copyright 2005 Aaron Lawrence" ***
|
|---|
| 251 | ProductInformationForm.CopyrightLabel.Hint "" ***
|
|---|
| 252 | ProductInformationForm.OKButton.Caption "~OK" ***
|
|---|
| 253 | ProductInformationForm.OKButton.Hint "" ***
|
|---|
| 254 | ProductInformationForm.TranslationInfoLabel.Caption " " ***
|
|---|
| 255 | ProductInformationForm.TranslationInfoLabel.Hint "" ***
|
|---|