/ide/lazarusidestrconsts.pas
http://github.com/graemeg/lazarus · Pascal · 6274 lines · 4129 code · 93 blank · 2052 comment · 39 complexity · 30d94373a5f74b2eefb0b3c06b7c5736 MD5 · raw file
Large files are truncated click here to view the full file
- {
- /***************************************************************************
- lazarusidestrconsts.pas
- -----------------------
- This unit contains all resource strings of the IDE
- ***************************************************************************/
- ***************************************************************************
- * *
- * This source is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- * This code is distributed in the hope that it will be useful, but *
- * WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
- * General Public License for more details. *
- * *
- * A copy of the GNU General Public License is available on the World *
- * Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
- * obtain it by writing to the Free Software Foundation, *
- * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
- * *
- ***************************************************************************
- }
- {
- Note: All resource strings should be prefixed with 'lis' (Lazarus IDE String)
- }
- unit LazarusIDEStrConsts;
- {$mode objfpc}{$H+}
- interface
- uses
- Classes, SysUtils;
- resourcestring
- // *** Common single word resources that can be safely shared around Lazarus ***
- lisLazarus = 'Lazarus';
- lisAdd = 'Add';
- lisBtnAdd = '&Add';
- lisDlgAdd = 'Add ...';
- lisBtnDlgAdd = '&Add ...';
- lisApply = 'Apply';
- lisInsert = 'Insert';
- lisChange = 'Change';
- lisDelete = 'Delete';
- lisBtnDelete = '&Delete';
- lisMenuEditorGroupIndexValueSS = 'GroupIndex value(s): %s';
- lisMenuEditorNoRadioitemsInThisMenu = 'No radioitems in this menu';
- lisMenuEditorSGroupIndexD = '%s.GroupIndex: %d';
- lisMenuEditorSIsNotARadioitem = '%s is not a radioitem';
- lisRemove = 'Remove';
- lisBtnRemove = '&Remove';
- lisRename = 'Rename';
- lisRename2 = 'Rename ...';
- lisReplace = 'Replace';
- lisBtnReplace = '&Replace';
- lisBtnDlgReplace = '&Replace ...';
- lisEdit = 'Edit';
- lisDlgEdit = 'Edit ...';
- lisClear = 'Clear';
- lisOpen = 'Open';
- lisOpenUnit = 'Open Unit';
- lisSave = 'Save';
- lisDlgSave = 'Save ...';
- lisSaveAs = 'Save As';
- lisSaveAll = 'Save All';
- lisCloseAll = 'Close All';
- lisFile = 'File';
- lisNew = 'New';
- lisClose = 'Close';
- lisBtnClose = '&Close';
- lisOk = 'OK';
- lisMenuOk = '&OK';
- lisCancel = 'Cancel';
- lisNo = 'No';
- lisYes = 'Yes';
- lisAbort = 'Abort';
- lisIgnore = 'Ignore';
- lisNever = 'Never';
- lisAlways = 'Always';
- lisContinue = 'Continue';
- lisMenuContinue = '&Continue';
- lisBreak = 'Break';
- lisMenuBreak = '&Break';
- lisExit = 'Exit';
- lisQuit = 'Quit';
- lisBtnQuit = '&Quit';
- lisRestart = 'Restart';
- lisHelp = 'Help';
- lisEnabled = 'Enabled';
- lisBtnEnabled = '&Enabled';
- lisUndo = 'Undo';
- lisRedo = 'Redo';
- lisCut = 'Cut';
- lisCopy = 'Copy';
- lisPaste = 'Paste';
- lisDown = 'Down';
- lisUp = 'Up';
- lisRight = 'Right';
- lisLeft = 'Left';
- lisTop = 'Top';
- lisBottom = 'Bottom';
- lisName = 'Name';
- lisKey = 'Key';
- lisValue = 'Value';
- lisVariable = 'Variable';
- lisPath = 'Path';
- lisId = 'ID';
- lisPage = 'Page';
- lisUnit = 'Unit';
- lisPackage = 'Package';
- lisCompile = 'Compile';
- lisCompileStage = 'Compile';
- lisBuild = 'Build';
- lisBuildCaption = 'Build';
- lisBuildStage = 'Build';
- lisRun = 'Run';
- lisRunStage = 'Run';
- lisRunButtonHint = 'Run';
- lisPause = 'Pause';
- lisStop = 'Stop';
- lisSorting = 'Sorting';
- lisBuilding = 'Building';
- lisOptions = 'Options';
- lisLess = 'Less';
- lisMore = 'More';
- lisMoreSub = 'More';
- lisDlgMore = 'More ...';
- lisDefault = 'Default';
- lisClone = 'Clone';
- lisExport = 'Export';
- lisDlgExport = 'Export ...';
- lisExportSub = 'Export >>';
- lisImport = 'Import';
- lisDlgImport = 'Import ...';
- // *** Common sentence resources that can be safely shared around Lazarus ***
- // Be careful, sharing sentences can lead to wrong translations in some places.
- lisExportHtml = 'Export as HTML';
- lisMoveFiles = 'Move Files';
- lisMoveFiles2 = 'Move files?';
- lrsPLDDeleteSelected = 'Delete selected';
- dlgMultipleInstances = 'Multiple Lazarus instances';
- dlgMultipleInstances_AlwaysStartNew = 'always start a new instance';
- dlgMultipleInstances_OpenFilesInRunning = 'open files in a running instance';
- dlgMultipleInstances_ForceSingleInstance = 'do not allow multiple instances';
- dlgRunningInstanceModalError = 'The running Lazarus instance cannot accept any files.'+sLineBreak+'Do you want to open them in a new IDE instance?'+sLineBreak+sLineBreak+'%s';
- dlgForceUniqueInstanceModalError = 'The running Lazarus instance cannot accept any files.';
- dlgRunningInstanceNotRespondingError = 'Lazarus instance is running but not responding.';
- // *** Rest of the resource strings ***
- lisImportPackageListXml = 'Import package list (*.xml)';
- lisExportPackageListXml = 'Export package list (*.xml)';
- lrsRescanLplFiles = 'Rescan lpl files';
- lisRenameShowResult = 'Show list of renamed Identifiers';
- lisResourceNameMustBeUnique = 'Resource name must be unique.';
- lisFailedToAddNNotUniqueResources = 'Failed to add %d not unique resource(s)';
- lisTheIDEIsStillBuilding = 'The IDE is still building.';
- lisSaveShownMessagesToFile = 'Save Shown Messages to File ...';
- lisMMAddsCustomOptions = 'Adds custom options:';
- lisMMDoesNotAddCustomOptions = 'Does not add custom options:';
- lisUnusedUnitsOf = 'Unused units of %s';
- lisSaveAllOriginalMessagesToFile = 'Save All/Original Messages to File ...';
- // errors
- lisErrInvalidOption = 'Invalid option at position %d: "%s"';
- lisErrNoOptionAllowed = 'Option at position %d does not allow an argument: %s';
- lisErrOptionNeeded = 'Option at position %d needs an argument : %s';
- // command line help
- listhisHelpMessage = 'this help message';
- lisprimaryConfigDirectoryWhereLazarusStoresItsConfig = 'primary config '+
- 'directory, where Lazarus stores its config files. Default is ';
- lislazarusOptionsProjectFilename = 'lazarus [options] <project-filename>';
- lisIDEOptions = 'IDE Options:';
- lisCmdLineLCLInterfaceSpecificOptions = 'LCL Interface specific options:';
- lisDoNotShowSplashScreen = 'Do not show splash screen';
- lisSkipLoadingLastProject = 'Skip loading last project';
- lisDoNotCheckIfAnotherIDEInstanceIsAlreadyRunning = '%sDo not check if '
- +'another IDE instance is already running';
- lisOverrideLanguage = 'Override language. For example --language=de.'+
- ' For possible values see files in the languages directory.';
- lissecondaryConfigDirectoryWhereLazarusSearchesFor = 'secondary config '+
- 'directory, where Lazarus searches for config template files. Default is ';
- lisFileWhereDebugOutputIsWritten =
- 'file, where debug output is written to. If it is '+
- 'not specified, debug output is written to the console.';
- lisGroupsForDebugOutput = 'Enable or Disable groups of debug output.' +
- ' Valid Options are:';
- lisLazarusDirOverride = 'directory, to be used as a basedirectory';
- lisMaximumNumberOfThreadsForCompilingInParallelDefaul = 'Maximum number of '
- +'threads for compiling in parallel. Default is 0, which guesses the '
- +'number of cores in the system.';
- lisDoNotWriteUpdatedProjectInfoAfterBuild = 'Do not write updated project '+
- 'info file after build. If not specified, build number will be incremented '+
- 'if configured.';
- // component palette
- lisSelectionTool = 'Selection tool';
- lisClickToSelectPalettePage = 'Click to Select Palette Page';
- lisTotalPages = 'Total Pages: %s';
-
- // macros
- lisCursorColumnInCurrentEditor = 'Cursor column in current editor';
- lisCursorRowInCUrrentEditor = 'Cursor row in current editor';
- lisCompilerFilename = 'Compiler filename';
- lisWordAtCursorInCurrentEditor = 'Word at cursor in current editor';
- lisExpandedFilenameOfCurrentEditor = 'Expanded filename of current editor file';
- lisFreePascalSourceDirectory = 'Free Pascal source directory';
- lisLazarusDirectory = 'Lazarus directory';
- lisLazarusLanguageID = 'Lazarus language ID (e.g. en, de, br, fi)';
- lisLazarusLanguageName = 'Lazarus language name (e.g. english, deutsch)';
- lisLCLWidgetType = 'LCL widget type';
- lisTargetCPU = 'Target CPU';
- lisTargetOS = 'Target OS';
- lisSrcOS = 'Src OS';
- lisCommandLineParamsOfProgram = 'Command line parameters of program';
- lisPromptForValue = 'Prompt for value';
- lisProjectFilename = 'Project filename';
- lisProjectDirectory = 'Project directory';
- lisSaveCurrentEditorFile = 'Save current editor file';
- lisSaveAllModified = 'Save all modified files';
- lisTargetFilenameOfProject = 'Target filename of project';
- lisTargetFilenamePlusParams = 'Target filename + params';
- lisTestDirectory = 'Test directory';
- lisLaunchingCmdLine = 'Launching target command line';
- lisPublishProjDir = 'Publish project directory';
- lisProjectUnitPath = 'Project Unit Path';
- lisProjectIncPath = 'Project Include Path';
- lisProjectSrcPath = 'Project Src Path';
- lisProjectOutDir = 'Project Output directory (e.g. the ppu directory)';
- lisEnvironmentVariableNameAsParameter = 'Environment variable, name as parameter';
- lisUserSHomeDirectory = 'User''s home directory';
- lisMakeExe = 'Make Executable';
- lisPathOfTheMakeUtility = 'Path of the make utility';
- lisProjectMacroProperties = 'Project macro properties';
- lisOpenProject2 = 'Open project';
- lisFileHasNoProject = 'File has no project';
- lisTheFileIsNotALazarusProjectCreateANewProjectForThi = 'The file "%s" is '
- +'not a Lazarus project.%sCreate a new project for this "%s"?';
- lisCreateProject = 'Create project';
- lisKMSaveProject = 'Save project';
- lisKMCloseProject = 'Close project';
- lisKMSaveProjectAs = 'Save project as';
- lisKMPublishProject = 'Publish project';
- lisOpenTheFileAsNormalSource = 'Open the file as normal source';
- lisOpenAsXmlFile = 'Open as XML file';
- lisAnErrorOccuredAtLastStartupWhileLoadingLoadThisPro = 'An error occurred '
- +'at last startup while loading %s!'
- +'%sLoad this project again?';
- lisOpenProjectAgain = 'Open project again';
- lisStartWithANewProject = 'Start with a new project';
- lisConfigDirectory = 'Lazarus config directory';
- lisPkgMacroPackageDirectoryParameterIsPackageID = 'Package directory. '
- +'Parameter is package ID, e.g. "Name" or "Name 1.0"';
- lisPkgMacroPackageSourceSearchPathParameterIsPackageID = 'Package source '
- +'search path. Parameter is package ID, e.g. "Name" or "Name 1.0"';
- lisPkgMacroPackageUnitSearchPathParameterIsPackageID = 'Package unit search '
- +'path. Parameter is package ID, e.g. "Name" or "Name 1.0"';
- lisPkgMacroPackageIncludeFilesSearchPathParameterIsPackageID = 'Package '
- +'include files search path. Parameter is package ID, e.g. "Name" or "Name 1.0"';
- lisPkgMacroPackageNameParameterIsPackageID = 'Package name. Parameter is package ID, e.g. "Name" or "Name 1.0"';
- lisPkgMacroPackageOutputDirectoryParameterIsPackageID = 'Package output directory. Parameter is package ID, e.g. "Name" or "Name 1.0"';
- // main bar menu
- lisMenuFile = '&File';
- lisMenuEdit = '&Edit';
- lisMenuSearch = '&Search';
- lisMenuSource = 'S&ource';
- lisMenuView = '&View';
- lisMenuProject = '&Project';
- lisMenuRun = '&Run';
- lisMenuPackage = 'Pa&ckage';
- lisMenuTools = '&Tools';
- lisMenuWindow = '&Window';
- lisMenuHelp = '&Help';
- lisThisWillAllowChangingAllBuildModesAtOnceNotImpleme = 'This will allow '
- +'changing all build modes at once. Not implemented yet.';
-
- lisMenuNewUnit = 'New Unit';
- lisMenuNewCustom = 'New %s';
- lisMenuNewForm = 'New Form';
- lisMenuNewOther = 'New ...';
- lisMenuOpen = '&Open ...';
- lisMenuOpenUnit = 'Open Unit ...';
- lisMenuRevert = 'Revert';
- lisPESavePackageAs = 'Save Package As ...';
- lisPkgEditPublishPackage = 'Publish Package';
- lisPERevertPackage = 'Revert Package';
- lisMenuOpenRecent = 'Open &Recent';
- lisMenuSave = '&Save';
- lisMenuSaveAs = 'Save &As ...';
- lisKMSaveAs = 'SaveAs';
- lisKMSaveAll = 'SaveAll';
- lisDiscardChanges = 'Discard changes';
- lisDiscardChangesAll = 'Discard all changes';
- lisDoNotCloseTheProject = 'Do not close the project';
- lisErrorSavingForm = 'Error saving form';
- lisCannotSaveForm = 'Cannot save form "%s".';
- lisErrorOpeningForm = 'Error opening form';
- lisCannotOpenForm = 'Cannot open form "%s".';
- lisConvert = 'Convert';
- lisPLDShowGlobalLinksIn = 'Show global links in ';
- lisPLDShowUserLinksIn = 'Show user links in ';
- lrsPLDLpkFileValid = 'lpk file valid (%s)';
- lrsPLDLpkFileInvalid = 'lpk file invalid (%s)';
- lisPLDGlobal = 'Global';
- lisCTDefDefineTemplates = 'Define templates';
- lisMenuCloseAll = 'Close A&ll';
- lisMenuCloseEditorFile = '&Close Editor File';
- lisMenuCleanDirectory = 'Clean Directory ...';
- lisMenuIndentSelection = 'Indent Selection';
- lisMenuUnindentSelection = 'Unindent Selection';
- lisMenuUpperCaseSelection = 'Uppercase Selection';
- lisMenuLowerCaseSelection = 'Lowercase Selection';
- lisMenuSwapCaseSelection = 'Swap Case in Selection';
- lisMenuTabsToSpacesSelection = 'Tabs to Spaces in Selection';
- lisKMEncloseSelection = 'Enclose Selection';
- lisMenuEncloseSelection = 'Enclose Selection ...';
- lisEncloseInIFDEF = 'Enclose in $IFDEF';
- lisMenuEncloseInIFDEF = 'Enclose in $IFDEF ...';
- lisMenuCommentSelection = 'Comment Selection';
- lisMenuUncommentSelection = 'Uncomment Selection';
- lisMenuToggleComment = 'Toggle Comment in Selection';
- lisMenuSortSelection = 'Sort Selection ...';
- lisMenuBeakLinesInSelection = 'Break Lines in Selection';
- lisKMSelectWordLeft = 'Select Word Left';
- lisKMSelectWordRight = 'Select Word Right';
- lisKMSelectLineStart = 'Select Line Start';
- lisKMSelectLineEnd = 'Select Line End';
- lisKMSelectPageTop = 'Select Page Top';
- lisKMSelectPageBottom = 'Select Page Bottom';
- lisUseAndClose = 'Use and close';
- lisMenuSelect = 'Select';
- lisMenuSelectAll = 'Select All';
- lisCheckAll = 'Check All';
- lisUncheckAll = 'Uncheck All';
- dlgFiles = '%s files';
- lisSAMAbstractMethodsNotYetOverridden = 'Abstract Methods - not yet overridden';
- lisMenuSelectToBrace = 'Select to Brace';
- lisMenuSelectCodeBlock = 'Select Code Block';
- lisMenuSelectWord = 'Select Word';
- lisMenuSelectLine = 'Select Line';
- lisMenuSelectParagraph = 'Select Paragraph';
- lisMenuInsertCharacter = 'Insert from Character Map ...';
- lisMenuInsertCVSKeyword = 'Insert CVS Keyword';
- lisMenuInsertGeneral = 'Insert General';
- lisGeneral = 'General';
- lisOr = 'or';
- lisNone = '%snone';
- lisUnitPaths = 'Unit paths';
- lisIncludePaths = 'Include paths';
- lisSourcePaths = 'Source paths';
- lisMenuInsertGPLNotice = 'GPL Notice';
- lisMenuInsertGPLNoticeTranslated = 'GPL Notice (translated)';
- lisMenuInsertLGPLNotice = 'LGPL Notice';
- lisMenuInsertLGPLNoticeTranslated = 'LGPL Notice (translated)';
- lisMenuInsertModifiedLGPLNotice = 'Modified LGPL Notice';
- lisMenuInsertModifiedLGPLNoticeTranslated = 'Modified LGPL Notice (translated)';
- lisMenuInsertMITNotice = 'MIT Notice';
- lisMenuInsertMITNoticeTranslated = 'MIT Notice (translated)';
- lisMenuInsertUserName = 'Current Username';
- lisMenuInsertDateTime = 'Current Date and Time';
- lisMenuInsertChangeLogEntry = 'ChangeLog Entry';
- lisMenuFind = 'Find';
- lisBtnFind = '&Find';
- lisMenuFindNext = 'Find &Next';
- lisMenuFind2 = '&Find ...';
- lisMenuFindPrevious = 'Find &Previous';
- lisMenuFindInFiles = 'Find &in Files ...';
- lisMenuIncrementalFind = 'Incremental Find';
- lisMenuGotoLine = 'Goto Line ...';
- lisMenuJumpBack = 'Jump Back';
- lisMenuJumpForward = 'Jump Forward';
- lisMenuAddJumpPointToHistory = 'Add Jump Point to History';
- lisMenuViewJumpHistory = 'Jump History';
- lisMenuMacroListView = 'Editor Macros ...';
- lisMenuFindBlockOtherEndOfCodeBlock = 'Find Other End of Code Block';
- lisMenuFindCodeBlockStart = 'Find Start of Code Block';
- lisMenuFindDeclarationAtCursor = 'Find Declaration at Cursor';
- lisMenuOpenFilenameAtCursor = 'Open Filename at Cursor';
- lisMenuGotoIncludeDirective = 'Goto Include Directive';
- lisMenuJumpToNextError = 'Jump to Next Error';
- lisMenuJumpToPrevError = 'Jump to Previous Error';
- lisMenuSetFreeBookmark = 'Set a Free Bookmark';
- lisMenuJumpToNextBookmark = 'Jump to Next Bookmark';
- lisMenuJumpToPrevBookmark = 'Jump to Previous Bookmark';
- lisMenuProcedureList = 'Procedure List ...';
- lisMenuViewObjectInspector = 'Object Inspector';
- lisMenuViewSourceEditor = 'Source Editor';
- lisMenuViewCodeExplorer = 'Code Explorer';
- lisMenuViewCodeBrowser = 'Code Browser';
- lisMenuViewRestrictionBrowser = 'Restriction Browser';
- lisMenuViewComponents = '&Components';
- lisMenuJumpTo = 'Jump to';
- lisMenuJumpToInterface = 'Jump to Interface';
- lisMenuJumpToInterfaceUses = 'Jump to Interface uses';
- lisMenuJumpToImplementation = 'Jump to Implementation';
- lisMenuJumpToImplementationUses = 'Jump to Implementation uses';
- lisMenuJumpToInitialization = 'Jump to Initialization';
- lisMenuJumpToProcedureHeader = 'Jump to Procedure header';
- lisMenuJumpToProcedureBegin = 'Jump to Procedure begin';
- lisMenuViewUnits = 'Units ...';
- lisMenuViewForms = 'Forms ...';
- lisMenuViewUnitDependencies = 'Unit Dependencies';
- lisKMViewUnitInfo = 'View Unit Info';
- lisMenuViewUnitInfo = 'Unit Information ...';
- lisMenuViewToggleFormUnit = 'Toggle Form/Unit View';
- lisMenuViewMessages = 'Messages';
- lisProjectOption = 'Project Option';
- lisPackageOption = 'Package "%s" Option';
- lisAbout2 = 'About %s';
- lisCopySelectedMessagesToClipboard = 'Copy Selected Messages to Clipboard';
- lisCopyFileNameToClipboard = 'Copy File Name to Clipboard';
- lisFind = 'Find ...';
- lisAbout = 'About';
- lisRemoveCompilerOptionHideMessage = 'Remove Compiler Option Hide Message';
- lisRemoveMessageTypeFilter = 'Remove Message Type Filter';
- lisRemoveAllMessageTypeFilters = 'Remove all message type filters';
- lisFilterNonUrgentMessages = 'Filter non urgent Messages';
- lisFilterWarningsAndBelow = 'Filter Warnings and below';
- lisFilterNotesAndBelow = 'Filter Notes and below';
- lisFilterHintsAndBelow = 'Filter Hints and below';
- lisFilterVerboseMessagesAndBelow = 'Filter Verbose Messages and below';
- lisFilterDebugMessagesAndBelow = 'Filter Debug Messages and below';
- lisFilterNoneDoNotFilterByUrgency = 'Filter None, do not filter by urgency';
- lisFilterHintsWithoutSourcePosition = 'Filter Hints without Source Position';
- lisSwitchFilterSettings = 'Switch Filter Settings';
- lisAddFilter = 'Add Filter ...';
- lisCopyAllShownMessagesToClipboard = 'Copy All Shown Messages to Clipboard';
- lisCopyAllOriginalMessagesToClipboard = 'Copy All/Original Messages to Clipboard';
- lisCopyItemToClipboard = 'Copy Item to Clipboard';
- lisCopySelectedItemToClipboard = 'Copy Selected Items to Clipboard';
- lisCopyAllItemsToClipboard = 'Copy All Items to Clipboard';
- lisExpandAll = 'Expand All (*)';
- lisCollapseAll = 'Collapse All (/)';
- lisEditHelp = 'Edit help';
- lisMenuViewSearchResults = 'Search Results';
- lisMenuViewAnchorEditor = 'Anchor Editor';
- lisMenuViewTabOrder = 'Tab Order';
- lisKMToggleViewComponentPalette = 'Toggle View Component Palette';
- lisMenuViewComponentPalette = 'Component Palette';
- lisMenuDebugWindows = 'Debug Windows';
- lisMenuViewWatches = 'Watches';
- lisMenuViewBreakPoints = 'BreakPoints';
- lisMenuViewLocalVariables = 'Local Variables';
- lisMenuViewPseudoTerminal = 'Terminal Output';
- lisMenuViewRegisters = 'Registers';
- lisMenuViewCallStack = 'Call Stack';
- lisMenuViewThreads = 'Threads';
- lisMenuViewHistory = 'History';
- lisMenuViewAssembler = 'Assembler';
- lisDbgAsmCopyToClipboard = 'Copy to Clipboard';
- lisMenuViewDebugOutput = 'Debug Output';
- lisMenuViewDebugEvents = 'Event Log';
- lisMenuIDEInternals = 'IDE Internals';
- lisMenuPackageLinks = 'Package Links ...';
- lisMenuAboutFPC = 'About FPC';
- lisAboutIDE = 'About IDE';
- lisMenuWhatNeedsBuilding = 'What Needs Building';
- lisMenuNewProject = 'New Project ...';
- lisMenuNewProjectFromFile = 'New Project from File ...';
- lisMenuOpenProject = 'Open Project ...';
- lisMenuCloseProject = 'Close Project';
- lisMenuOpenRecentProject = 'Open Recent Project';
- lisMenuSaveProject = 'Save Project';
- lisMenuSaveProjectAs = 'Save Project As ...';
- lisMenuResaveFormsWithI18n = 'Resave forms with enabled i18n';
- lisMenuPublishProject = 'Publish Project ...';
- lisPublishProject = 'Publish Project';
- lisMenuProjectInspector = 'Project Inspector';
- lisProject3 = 'project';
- lisKMRemoveActiveFileFromProject = 'Remove Active File from Project';
- lisKMViewProjectSource = 'View Project Source';
- lisMenuAddToProject = 'Add Editor File to Project';
- lisMenuRemoveFromProject = 'Remove from Project ...';
- lisMenuViewProjectSource = '&View Project Source';
- lisMenuProjectOptions = 'Project Options ...';
- lisBFWorkingDirectoryLeaveEmptyForFilePath = 'Working directory (leave empty for file path)';
- lisBFBuildCommand = 'Build Command';
- lisMenuQuickCompile = 'Quick Compile';
- lisMenuCleanUpAndBuild = 'Clean up and Build ...';
- lisMenuCompileManyModes = 'Compile many Modes ...';
- lisMenuAbortBuild = 'Abort Build';
- lisMenuProjectRun = '&Run';
- lisBFAlwaysBuildBeforeRun = 'Always build before run';
- lisDisAssGotoCurrentAddress = 'Goto Current Address';
- lisDisAssGotoCurrentAddressHint = 'Goto Current Address';
- lisDisAssGotoAddress = 'Goto Address';
- lisDisAssGotoAddressHint = 'Goto Address';
- lisBFRunCommand = 'Run Command';
- lisMenuShowExecutionPoint = 'S&how Execution Point';
- lisMenuStepInto = 'Step In&to';
- lisMenuStepOver = '&Step Over';
- lisMenuStepIntoInstr = 'Step Into Instruction';
- lisMenuStepIntoInstrHint = 'Step Into Instruction';
- lisMenuStepOverInstr = 'Step Over Instruction';
- lisMenuStepOverInstrHint = 'Step Over Instruction';
- lisMenuStepIntoContext = 'Step Into (Context)';
- lisMenuStepOverContext = 'Step Over (Context)';
- lisMenuStepOut = 'Step O&ut';
- lisMenuRunToCursor = 'Step over to &Cursor';
- lisKMStopProgram = 'Stop Program';
- lisContinueAndDoNotAskAgain = 'Continue and do not ask again';
- lisSuspiciousUnitPath = 'Suspicious unit path';
- lisThePackageAddsThePathToTheUnitPathOfTheIDEThisIsPr = 'The package %s '
- +'adds the path "%s" to the unit path of the IDE.'
- +'%sThis is probably a misconfiguration of the package.';
- lisMenuResetDebugger = 'Reset Debugger';
- lisMenuRunParameters = 'Run &Parameters ...';
- lisMenuBuildFile = 'Build File';
- lisMenuRunWithoutDebugging = 'Run without Debugging';
- lisMenuRunFile = 'Run File';
- lisKMConfigBuildFile = 'Config "Build File"';
- lisKMInspect = 'Inspect';
- lisKMEvaluateModify = 'Evaluate/Modify';
- lisKMAddWatch = 'Add watch';
- lisKMAddBpSource = 'Add Source Breakpoint';
- lisKMAddBpAddress = 'Add Address Breakpoint';
- lisKMAddBpWatchPoint = 'Add Data/WatchPoint';
- lisMenuConfigBuildFile = 'Configure Build+Run File ...';
- lisMenuInspect = '&Inspect ...';
- lisMenuEvaluate = 'E&valuate/Modify ...';
- lisMenuAddWatch = 'Add &Watch ...';
- lisMenuAddBreakpoint = 'Add &Breakpoint';
- lisInspectDialog = 'Debug Inspector';
- lisInspectData = 'Data';
- lisInspectProperties = 'Properties';
- lisInspectMethods = 'Methods';
- lisInspectUseInstance = 'Instance';
- lisInspectUseInstanceHint = 'Use instance class';
- lisInspectShowColClass = 'Show class column';
- lisInspectShowColType = 'Show type column';
- lisInspectShowColVisibility = 'Show visibility column';
- lisInspectClassInherit = '%s : Class %s inherits from %s';
- lisInspectUnavailable = '%s : unavailable';
- lisInspectPointerTo = 'Pointer to %s';
- lisColClass = 'Class';
- lisColVisibility = 'Visibility';
- lisColReturns = 'Returns';
- lisColAddress = 'Address';
- lisMenuNewPackage = 'New Package ...';
- lisMenuOpenPackage = 'Open Loaded Package ...';
- lisMenuOpenRecentPkg = 'Open Recent Package';
- lisMenuOpenPackageFile = 'Open Package File (.lpk) ...';
- lisMenuOpenPackageOfCurUnit = 'Open Package of Current Unit';
- lisMenuAddCurFileToPkg = 'Add Active File to Package ...';
- lisKMConfigureCustomComponents = 'Configure Custom Components';
- lisMenuConfigCustomComps = 'Configure Custom Components ...';
- lisMenuConfigExternalTools = 'Configure External Tools ...';
- lisMenuQuickSyntaxCheck = 'Quick Syntax Check';
- lisMenuQuickSyntaxCheckOk = 'Quick syntax check OK';
- lisMenuGuessUnclosedBlock = 'Guess Unclosed Block';
- lisMenuGuessMisplacedIFDEF = 'Guess Misplaced IFDEF/ENDIF';
- lisMenuMakeResourceString = 'Make Resource String ...';
- lisCaptionCompareFiles = 'Compare files (not for creating patches)';
- lisMenuCompareFiles = 'Compare files ...';
- lisMenuConvertDFMtoLFM = 'Convert Binary DFM to Text LFM + Check Syntax ...';
- lisMenuCheckLFM = 'Check LFM File in Editor';
- lisMenuDelphiConversion = 'Delphi Conversion';
- lisMenuConvertDelphiUnit = 'Convert Delphi Unit to Lazarus Unit ...';
- lisMenuConvertDelphiProject = 'Convert Delphi Project to Lazarus Project ...';
- lisMenuConvertDelphiPackage = 'Convert Delphi Package to Lazarus Package ...';
- lisMenuConvertEncoding = 'Convert Encoding of Projects/Packages ...';
- lisConvertEncodingOfProjectsPackages = 'Convert encoding of projects/packages';
- lisMenuExampleProjects = 'Example Projects ...';
- lisKMExampleProjects = 'Example Projects';
- lisMenuBuildLazarus = 'Build Lazarus with Current Profile';
- lisMenuBuildLazarusProf = 'Build Lazarus with Profile: %s';
- lisMenuConfigureBuildLazarus = 'Configure "Build Lazarus" ...';
- lisManageSourceEditors = 'Manage Source Editors ...';
- lisSourceEditorWindowManager = 'Source Editor Window Manager';
- lisProjectCount = '%d projects';
- lisIncludeSubDirectories = 'Include subdirectories';
- lisIncludeAllSubDirectories = 'Include all subdirectories';
- lisRootDirectory = 'Root Directory';
- lisMEOther = 'Other tabs';
- lisTabsFor = 'Tabs for %s';
- lisRecentTabs = 'Recent tabs';
- lisMEProjects = 'Projects';
- lisMEAction = 'Action';
- lisMenuGeneralOptions = 'Options ...';
- lisWindowStaysOnTop = 'Window stays on top';
- lisFilenameStyle = 'Filename Style';
- lisShortNoPath = 'Short, no path';
- lisRelative = 'Relative';
- lisFull = 'Full';
- lisTranslateTheEnglishMessages = 'Translate the English Messages';
- lisShowMessageTypeID = 'Show Message Type ID';
- lisToolStoppedWithExitCodeUseContextMenuToGetMoreInfo = 'tool stopped with '
- +'exit code %s. Use context menu to get more information.';
- lisErrors2 = ', Errors: %s';
- lisWarnings = ', Warnings: %s';
- lisHints = ', Hints: %s';
- lisInternalError = 'internal error: %s';
- lisMenuEditCodeTemplates = 'Code Templates ...';
- dlgEdCodeTempl = 'Code Templates';
- lisMenuOnlineHelp = 'Online Help';
- lisMenuReportingBug = 'Reporting a Bug';
- lisReportingBugURL = 'http://wiki.lazarus.freepascal.org/How_do_I_create_a_bug_report';
- lisKMContextSensitiveHelp = 'Context sensitive help';
- lisKMEditContextSensitiveHelp = 'Edit context sensitive help';
- lisMenuContextHelp = 'Context sensitive Help';
- lisMenuEditContextHelp = 'Edit context sensitive Help';
- lisMenuShowSmartHint = 'Context sensitive smart hint';
- lisDsgCopyComponents = 'Copy selected components to clipboard';
- lisDsgCutComponents = 'Cut selected components to clipboard';
- lisDsgPasteComponents = 'Paste selected components from clipboard';
- lisDsgSelectParentComponent = 'Select parent component';
- lisDsgOrderMoveToFront = 'Move component to front';
- lisDsgOrderMoveToBack = 'Move component to back';
- lisDsgOrderForwardOne = 'Move component one forward';
- lisDsgOrderBackOne = 'Move component one back';
- // main
- lisChooseProgramSourcePpPasLpr = 'Choose program source (*.pp,*.pas,*.lpr)';
- lisProgramSourceMustHaveAPascalExtensionLikePasPpOrLp = 'Program source '
- +'must have a Pascal extension like .pas, .pp or .lpr';
- lisChooseDelphiUnit = 'Choose Delphi unit (*.pas)';
- lisChooseDelphiProject = 'Choose Delphi project (*.dpr)';
- lisChooseDelphiPackage = 'Choose Delphi package (*.dpk)';
- lisFormatError = 'Format error';
- lisLFMFileCorrupt = 'LFM file corrupt';
- lisUnableToFindAValidClassnameIn = 'Unable to find a valid classname in "%s"';
- lisUnableToConvertFileError = 'Unable to convert file "%s"%sError: %s';
- lisUnableToWriteFileError = 'Unable to write file "%s"%sError: %s';
- lisMissingUnitsComment = 'Comment Out';
- lisMissingUnitsForDelphi = 'For Delphi only';
- lisMissingUnitsSearch = 'Search Unit Path';
- lisMissingUnitsSkip = 'Skip this Unit';
- lisTheseUnitsWereNotFound = 'These units were not found:';
- lisMissingUnitsChoices = 'Your choices are:';
- lisMissingUnitsInfo1 = '1) Comment out the selected units.';
- lisMissingUnitsInfo1b = '1) Use the units only for Delphi.';
- lisMissingUnitsInfo2 = '2) Search for units. Found paths are added to project settings.';
- lisMissingUnitsInfo3 = '3) Abort now, install packages or fix paths and try again.';
- lisUnitNotFoundInProject = 'A unit not found in project %s';
- lisUnitsNotFoundInProject = 'Units not found in project %s';
- lisProjectPathHint = 'Directory where project''s main file must be';
- lisAddDelphiDefine = 'Add defines simulating Delphi7';
- lisAddDelphiDefineHint = 'Useful when the code has checks for supported compiler versions';
- lisBackupChangedFiles = 'Make backup of changed files';
- lisBackupHint = 'Creates a Backup directory under project directory';
- lisStartConversion = 'Start Conversion';
- lisConvertTarget = 'Target';
- lisConvertTargetHint = 'Converter adds conditional compilation to support different targets';
- lisConvertOtherHint = 'Other options affecting the conversion';
- lisConvertTargetCrossPlatform = 'Cross-platform';
- lisConvertTargetCrossPlatformHint = 'Cross-platform versus Windows-only';
- lisConvertTargetSupportDelphi = 'Support Delphi';
- lisConvertTargetSupportDelphiHint = 'Use conditional compilation to support Delphi';
- lisConvertTargetSameDfmFile = 'Use the same DFM form file';
- lisConvertTargetSameDfmFileHint = 'Same DFM file for Lazarus and Delphi instead of copying it to LFM';
- lisKeepFileOpen = 'Keep converted files open in editor';
- lisKeepFileOpenHint = 'All project files will be open in editor after conversion';
- lisScanFilesInParentDir = 'Scan files in parent directory';
- lisScanFilesInParentDirHint = 'Search for source files in sibling directories'
- +' (parent directory and its children)';
- lisConvUnknownProps = 'Unknown properties';
- lisConvTypesToReplace = 'Types to replace';
- lisConvTypeReplacements = 'Type Replacements';
- lisConvUnitsToReplace = 'Units to replace';
- lisConvUnitReplacements = 'Unit Replacements';
- lisConvUnitReplHint = 'Unit names in uses section of a source unit';
- lisConvTypeReplHint = 'Unknown types in form file (DFM/LFM)';
- lisConvCoordOffs = 'Coordinate offsets';
- lisConvCoordHint = 'An offset is added to Top coordinate of controls inside visual containers';
- lisConvFuncsToReplace = 'Functions / procedures to replace';
- lisConvDelphiCategories = 'Categories:';
- lisConvFuncReplacements = 'Function Replacements';
- lisConvFuncReplHint = 'Some Delphi functions can be replaced with LCL function';
- lisConvAddCommentAfterReplacement = 'Add comment after replacement';
- lisConvDelphiName = 'Delphi Name';
- lisConvNewName = 'New Name';
- lisConvParentContainer = 'Parent Container';
- lisConvTopOff = 'Top offset';
- lisConvLeftOff = 'Left offset';
- lisConvDelphiFunc = 'Delphi Function';
- lisConvAddedUnitToUsesSection = 'Added unit %s to uses section';
- lisConvAddingFlagForRegister = 'Adding flag for "Register" procedure in unit %s.';
- lisConvDeletedFile = 'Deleted file %s';
- lisConvBracketNotFound = 'Bracket not found';
- lisConvDprojFileNotSupportedYet =
- '.dproj file is not supported yet. The file is used by Delphi 2007 and newer.'+
- ' Please select a .dpr file for projects or .dpk file for packages.';
- lisConvRepairingIncludeFiles = 'Repairing include files : ';
- lisConvUserSelectedToEndConversion = 'User selected to end conversion with file %s';
- lisConvFixedUnitName = 'Fixed unit name from %s to %s.';
- lisConvShouldBeFollowedByNumber = '"$" should be followed by a number: %s';
- lisConvReplacedCall = 'Replaced call %s with %s';
- lisConvReplFuncParameterNum = 'Replacement function parameter number should be >= 1: %s';
- lisConvBracketMissingFromReplFunc = '")" is missing from replacement function: %s';
- lisConvProblemsFindingAllUnits = 'Problems when trying to find all units from project file %s';
- lisConvProblemsRepairingFormFile = 'Problems when repairing form file %s';
- lisConvProblemsFixingIncludeFile = 'Problems when fixing include files in file %s';
- lisConvStoppedBecauseThereIsPackage = 'Stopped because there already is a package with the same name';
- lisConvConvertedFrom = ' { *Converted from %s* }';
- lisConvThisLogWasSaved = 'This log was saved to %s';
- lisScanning = 'Scanning';
- lisScanParentDir = 'Scanning parent directory';
- lisReplacement = 'Replacement';
- lisReplacements = 'Replacements';
- lisInteractive = 'Interactive';
- lisAutomatic = 'Automatic';
- lisProperties = 'Properties (replace or remove)';
- lisTypes = 'Types (not removed if no replacement)';
- lisReplaceRemoveUnknown = 'Fix unknown properties and types';
- lisReplacementFuncs = 'Replacement functions';
- lisFilesHaveRightEncoding = '*** All found files already have the right encoding ***';
- lisEncodingNumberOfFilesFailed = 'Number of files failed to convert: %d';
- lisnoname = 'noname';
- lisTheDestinationDirectoryDoesNotExist = 'The destination directory%s"%s" does not exist.';
- lisRenameFile = 'Rename file?';
- lisThisLooksLikeAPascalFileItIsRecommendedToUseLowerC = 'This looks like a Pascal file.'
- +'%sIt is recommended to use lower case filenames, to avoid '
- +'various problems on some filesystems and different compilers.'
- +'%sRename it to lowercase?';
- lisRenameToLowercase = 'Rename to lowercase';
- lisKeepName = 'Keep name';
- lisOverwriteFile = 'Overwrite file?';
- lisAFileAlreadyExistsReplaceIt = 'A file "%s" already exists.%sReplace it?';
- lisOverwriteFileOnDisk = 'Overwrite file on disk';
- lisAmbiguousFilesFound = 'Ambiguous files found';
- lisThereAreOtherFilesInTheDirectoryWithTheSameName = 'There are other files in '
- +'the directory with the same name,'
- +'%swhich only differ in case:'
- +'%s%s'
- +'%sDelete them?';
- lisDeleteOldFile = 'Delete old file "%s"?';
- lisDeletingOfFileFailed = 'Deleting of file "%s" failed.';
- lisStreamingError = 'Streaming error';
- lisUnableToStreamT = 'Unable to stream %s:T%s.';
- lisPathToInstance = 'Path to failed Instance:';
- lisResourceSaveError = 'Resource save error';
- lisUnableToAddResourceHeaderCommentToResourceFile = 'Unable to add resource '
- +'header comment to resource file %s"%s".%sProbably a syntax error.';
- lisUnableToAddResourceTFORMDATAToResourceFileProbably = 'Unable to add '
- +'resource T%s:FORMDATA to resource file %s"%s".%sProbably a syntax error.';
- lisContinueWithoutLoadingForm = 'Continue without loading form';
- lisCancelLoadingUnit = 'Cancel loading unit';
- lisAbortAllLoading = 'Abort all loading';
- lisSkipFile = 'Skip file';
- lisUnableToTransformBinaryComponentStreamOfTIntoText = 'Unable to transform '
- +'binary component stream of %s:T%s into text.';
- lisTheFileWasNotFoundIgnoreWillGoOnLoadingTheProject = 'The file "%s" was not found.'
- +'%sIgnore will go on loading the project,'
- +'%sAbort will stop the loading.';
- lisSkipFileAndContinueLoading = 'Skip file and continue loading';
- lisAbortLoadingProject = 'Abort loading project';
- lisFileNotFound2 = 'File "%s" not found.';
- lisFileNotFoundDoYouWantToCreateIt = 'File "%s" not found.%sDo you want to create it?';
- lisProjectInfoFileDetected = 'Project info file detected';
- lisTheFileSeemsToBeTheProgramFileOfAnExistingLazarusP = 'The file %s seems '
- +'to be the program file of an existing Lazarus Project.';
- lisTheFileSeemsToBeAProgramCloseCurrentProject = 'The file "%s" seems to be a program.'
- +'%sClose current project and create a new Lazarus project for this program?'
- +'%s"No" will load the file as normal source.';
- lisProgramDetected = 'Program detected';
- lisUnableToConvertTextFormDataOfFileIntoBinaryStream = 'Unable to convert '
- +'text form data of file %s"%s"%sinto binary stream. (%s)';
- lisSaveProject = 'Save project %s (*%s)';
- lisRemoveUnitPath = 'Remove unit path?';
- lisTheDirectoryContainsNoProjectUnitsAnyMoreRemoveThi = 'The directory "%s" '
- +'contains no project units any more. Remove this directory from the '
- +'project''s unit search path?';
- lisInvalidExecutable = 'Invalid Executable';
- lisInvalidExecutableMessageText = 'The file "%s" is not executable.';
- lisInvalidProjectFilename = 'Invalid project filename';
- lisisAnInvalidProjectNamePleaseChooseAnotherEGProject = '"%s" is an '
- +'invalid project name.%sPlease choose another (e.g. project1.lpi)';
- lisChooseADifferentName = 'Choose a different name';
- lisTheProjectInfoFileIsEqualToTheProjectMainSource = 'The project info '
- +'file "%s"%sis equal to the project main source file!';
- lisUnitIdentifierExists = 'Unit identifier exists';
- lisThereIsAUnitWithTheNameInTheProjectPleaseChoose = 'There is a unit with the '
- +'name "%s" in the project.%sPlease choose a different name';
- lisErrorCreatingFile = 'Error creating file';
- lisCopyError2 = 'Copy error';
- lisSourceDirectoryDoesNotExist = 'Source directory "%s" does not exist.';
- lisSorryThisTypeIsNotYetImplemented = 'Sorry, this type is not yet implemented';
- lisFileHasChangedSave = 'File "%s" has changed. Save?';
- lisUnitHasChangedSave = 'Unit "%s" has changed. Save?';
- lisSourceOfPageHasChangedSave = 'Source of page "%s" has changed. Save?';
- lisSourceOfPageHasChangedSaveEx = 'Sources of pages have changed. Save page "%s"? (%d more)';
- lisSourceModified = 'Source modified';
- lisOpenProject = 'Open Project?';
- lisOpenTheProject = 'Open the project %s?';
- lisOpenPackage = 'Open Package?';
- lisOpenThePackage = 'Open the package %s?';
- lisRevertFailed = 'Revert failed';
- lisFileIsVirtual = 'File "%s" is virtual.';
- lisFileNotText = 'File not text';
- lisUnableToRenameFile = 'Unable to rename file';
- lisUnableToCopyFile = 'Unable to copy file';
- lisWriteError = 'Write Error';
- lisByte = '%s byte';
- lisFileDoesNotLookLikeATextFileOpenItAnyway = 'File "%s"'
- +'%sdoes not look like a text file.'
- +'%sOpen it anyway?';
- lisUnableToCreateBackupDirectory = 'Unable to create backup directory "%s".';
- lisSourceAndDestinationAreTheSame = 'Source and Destination are the same:%s%s';
- lisInvalidCommand = 'Invalid command';
- lisTheCommandAfterIsNotExecutable = 'The command after "%s" is not executable.';
- lisUnableToCleanUpDestinationDirectory = 'Unable to clean up destination directory';
- lisCommandAfterInvalid = 'Command after invalid';
- lisTheCommandAfterPublishingIsInvalid = 'The command after publishing is invalid:%s"%s"';
- lisUnableToCleanUpPleaseCheckPermissions = 'Unable to clean up "%s".%sPlease check permissions.';
- lisCommandAfterPublishingModule = 'Command after publishing module';
- lisUnableToAddToProjectBecauseThereIsAlreadyAUnitWith = 'Unable to add %s '
- +'to project, because there is already a unit with the same name in the Project.';
- lisAddToProject = 'Add %s to project?';
- lisTheFile = 'The file "%s"';
- lisAddToUnitSearchPath = 'Add to unit search path?';
- lisAddToIncludeSearchPath = 'Add to include search path?';
- lisTheNewIncludeFileIsNotYetInTheIncludeSearchPathAdd =
- 'The new include file is not yet in the include search path.%sAdd directory %s?';
- lisTheNewUnitIsNotYetInTheUnitSearchPathAddDirectory =
- 'The new unit is not yet in the unit search path.%sAdd directory %s?';
- lisisAlreadyPartOfTheProject = '%s is already part of the Project.';
- lisRemoveFromProject = 'Remove from Project';
- lisShouldTheComponentBeAutoCreatedWhenTheApplicationS = 'Should the '
- +'component "%s" be auto created when the application starts?';
- lisAddToStartupComponents = 'Add to startup components?';
- lisCreateAProjectFirst = 'Create a project first!';
- lisTheTestDirectoryCouldNotBeFoundSeeIDEOpt = 'The Test Directory '
- +'could not be found:%s"%s"%s(see IDE options)';
- lisBuildNewProject = 'Build new project';
- lisTheProjectMustBeSavedBeforeBuildingIfYouSetTheTest = 'The project must be saved before building'
- +'%sIf you set the Test Directory in the IDE options,'
- +'%syou can create new projects and build them at once.'
- +'%sSave project?';
- lisBusy = 'Busy';
- lisCanNotTestTheCompilerWhileDebuggingOrCompiling = 'Cannot test the '
- +'compiler while debugging or compiling.';
- lisExecutingCommandBefore = 'Executing command before';
- lisProject2 = 'Project: ';
- lisExecutingCommandAfter = 'Executing command after';
- lisNoProgramFileSFound = 'No program file "%s" found.';
- lisNotNow = 'Not now';
- lisYouCanNotBuildLazarusWhileDebuggingOrCompiling = 'You cannot build '
- +'Lazarus while debugging or compiling.';
- lisReadError = 'Read Error';
- lisUnableToReadFile = 'Unable to read file';
- lisUnableToReadFile2 = 'Unable to read file "%s".';
- lisUnableToReadFileError = 'Unable to read file "%s"%sError: %s';
- lisUnableToReadTheProjectInfoFile = 'Unable to read the project info file%s"%s".';
- lisUnableToReadLpi = 'Unable to read lpi';
- lisStrangeLpiFile = 'Strange lpi file';
- lisTheFileDoesNotLookLikeALpiFile = 'The file %s does not look like a lpi file.';
- lisAmbiguousUnitFound = 'Ambiguous unit found';
- lisTheUnitExistsTwiceInTheUnitPathOfThe = 'The unit %s exists twice in the '
- +'unit path of the %s:';
- lisHintCheckIfTwoPackagesContainAUnitWithTheSameName = 'Hint: Check if two '
- +'packages contain a unit with the same name.';
- lisIgnoreAll = 'Ignore all';
- lisDeleteFileFailed = 'Delete file failed';
- lisUnableToRemoveOldBackupFile = 'Unable to remove old backup file "%s"!';
- lisRenameFileFailed = 'Rename file failed';
- lisUnableToRenameFileTo = 'Unable to rename file "%s" to "%s"!';
- lisUnableToRenameFileTo2= 'Unable to rename file "%s"%sto "%s".';
- lisBackupFileFailed = 'Backup file failed';
- lisUnableToBackupFileTo = 'Unable to backup file "%s" to "%s"!';
- lisFileNotLowercase = 'File not lowercase';
- lisTheUnitIsNotLowercaseTheFreePascalCompiler = 'The unit filename "%s" is not lowercase.'
- +'%sThe Free Pascal compiler does not search for all cases.'
- +' It is recommended to use lowercase filename.'
- +'%sRename file lowercase?';
- lisDeleteAmbiguousFile = 'Delete ambiguous file?';
- lisAmbiguousFileFoundThisFileCanBeMistakenWithDelete = 'Ambiguous file '
- +'found: "%s"%sThis file can be mistaken with "%s"%sDelete the ambiguous file?';
- lisLazarusEditorV = 'Lazarus IDE v%s';
- lisnewProject = '(new project)';
- liscompiling = '%s (compiling ...)';
- lisdebugging = '%s (debugging ...)';
- lisRunning = '%s (running ...)';
- lisUnableToFindFile = 'Unable to find file "%s".';
- lisUnableToFindFileCheckSearchPathInProjectCompilerOption = 'Unable to find file "%s".'
- +'%sIf it belongs to your project, check search path in'
- +'%sProject -> Compiler Options -> Search Paths -> Other Unit Files.'
- +' If this file belongs to a package, check the appropriate package compiler'
- +' options. If this file belongs to Lazarus, make sure compiling clean.'
- +' If the file belongs to FPC then check fpc.cfg.'
- +' If unsure, check Project -> CompilerOptions -> Test';
- lisNOTECouldNotCreateDefineTemplateForFreePascal = 'NOTE: Could not create '
- +'Define Template for Free Pascal Sources';
- lisClassNotFound = 'Class not found';
- lisClassNotFoundAt = 'Class %s not found at %s(%s,%s)';
- lisRemoveUses = 'Remove uses "%s"';
- lisCreateLocalVariable = 'Create local variable "%s"';
- lisHideAllHintsAndWarningsByInsertingIDEDirectivesH = 'Hide all hints and '
- +'warnings by inserting IDE directives {%H-}';
- lisHideMessageAtByInsertingIDEDirectiveH = 'Hide message at %s by inserting '
- +'IDE directive {%H-}';
- lisHideMessageByInsertingIDEDirectiveH = 'Hide message by inserting IDE directive {%H-}';
- lisOIFClassNotFound = 'Class "%s" not found.';
- lisClassIsNotARegisteredComponentClassUnableToPaste = 'Class "%s" is not '
- +'a registered component class.%sUnable to paste.';
- lisControlNeedsParent = 'Control needs parent';
- lisTheClassIsATControlAndCanNotBePastedOntoANonContro = 'The class "%s" '
- +'is a TControl and cannot be pasted onto a non control.%sUnable to paste.';
- lisConversionError = 'Conversion error';
- lisUnableToConvertComponentTextIntoBinaryFormat = 'Unable to convert '
- +'component text into binary format:%s%s';
- lisInsufficientEncoding = 'Insufficient encoding';
- lisUnableToConvertToEncoding = 'Unable to convert to encoding "%s"';
- lisSavingFileAsLoosesCharactersAtLineColumn = 'Saving file "%s" as "%s" '
- +'looses characters at line %s, column %s.';
- lisNOTECouldNotCreateDefineTemplateForLazarusSources = 'NOTE: Could not '
- +'create Define Template for Lazarus Sources';
- lisInvalidExpressionHintTheMakeResourcestringFunction = 'Invalid expression.%s'
- +'Hint: The "Make Resourcestring" function expects a string constant in a '
- +'single file. Please select the expression and try again.';
- lisSelectionExceedsStringConstant = 'Selection exceeds string constant';
- lisHintTheMakeResourcestringFunctionExpectsAStringCon = 'Hint: The "Make '
- +'Resourcestring" function expects a string constant.%sPlease select the '
- +'expression and try again.';
- lisNoResourceStringSectionFound = 'No ResourceString Section found';
- lisUnableToFindAResourceStringSectionInThisOrAnyOfThe = 'Unable to find a '
- +'ResourceString section in this or any of the used units.';
- lisComponentNameIsNotAValidIdentifier = 'Component name "%s" is not a valid identifier';
- lisComponentNameIsAPascalKeyword = 'Component name "%s" is a Pascal keyword.';
- lisOwnerIsAlreadyUsedByTReaderTWriterPleaseChooseAnot = '''Owner'' is '
- +'already used by TReader/TWriter. Please choose another name.';
- lisDuplicateNameAComponentNamedAlreadyExistsInTheInhe = 'Duplicate name: A '
- +'component named "%s" already exists in the inherited component %s';
- lisComponentNameIsKeyword = 'Component name "%s" is keyword';
- lisThereIsAlreadyAComponentClassWithTheName = 'There is already a component '
- +'class with the name %s.';
- lisTheUnitItselfHasAlreadyTheNamePascalIdentifiersMus = 'The unit itself '
- +'has already the name "%s". Pascal identifiers must be unique.';
- lisUnableToRenameVariableInSource = 'Unable to rename variable in source.';
- lisUnableToUpdateCreateFormStatementInProjectSource = 'Unable to update '
- +'CreateForm statement in project source';
- lisThereIsAlreadyAFormWithTheName = 'There is already a form with the name "%s"';
- lisThereIsAlreadyAUnitWithTheNamePascalIdentifiersMus = 'There is already a '
- +'unit with the name "%s". Pascal identifiers must be unique.';
- lisThisComponentAlreadyContainsAClassWithTheName = 'This component already '
- +'contains a class with the name %s.';
- lisSeeMessages = 'See messages.';
- lisError = 'Error: ';
- lisWarning = 'Warning: ';
- lisFile2 = 'File: ';
- lisDirectory = 'Directory: ';
- lisYouCanDownloadFPCAndTheFPCSourcesFromHttpSourcefor = 'You can download '
- +'FPC and the FPC sources from http://sourceforge.net/projects/lazarus/?'
- +'source=directory';
- lisSaveChanges = 'Save changes?';
- lisSaveFileBeforeClosingForm = 'Save file "%s"%sbefore closing form "%s"?';
- lisUnableToRenameFormInSource = 'Unable to rename form in source.';
- lisTheComponentIsInheritedFromToRenameAnInheritedComp = 'The component %s '
- +'is inherited from %s.%sTo rename an inherited component open the '
- +'ancestor and rename it there.';
- lisUnableToFindMethod = 'Unable to find method.';
- lisUnableToCreateNewMethod = 'Unable to create new method.';
- lisUnableToShowMethod = 'Unable to show method.';
- lisPleaseFixTheErrorInTheMessageWindow = 'Please fix the error shown in the'
- +' message window, which is normally below the source editor.';
- lisMethodClassNotFound = 'Method class not found';
- lisClassOfMethodNotFound = 'Class "%s" of method "%s" not found.';
- lisUnableToRenameMethodPleaseFixTheErrorShownInTheMessag = 'Unable to rename '
- +'method. Please fix the error shown in the message window.';
- lisStopDebugging = 'Stop Debugging?';
- lisStopTheDebugging = 'Stop the debugging?';
- lisCannotFindLazarusStarter = 'Cannot find Lazarus starter:%s%s';
- lisFPCTooOld = 'FPC too old';
- lisTheProjectUsesTheNewFPCResourcesWhichRequiresAtLea = 'The project uses '
- +'the new FPC resources, which requires at least FPC 2.4';
- lisCreateDirectory = 'Create directory?';
- lisTheOutputDirectoryIsMissing = 'The output directory "%s" is missing.';
- lisCreateIt = 'Create it';
- // file dialogs
- lisOpenFile = 'Open File';
- lisOpenFile2 = 'Open file';
- lisProjectSRaisedExceptionClassS = 'Project %s raised exception class ''%s''.';
- lisProjectSRaisedExceptionClassSWithMessageSS = 'Project %s raised '
- +'exception class ''%s'' with message:%s%s';
- lisProjectSRaisedExceptionInFileLineSrc = '%0:s%0:s In file ''%1:s'' at line %2:d:%0:s%3:s';
- lisProjectSRaisedExceptionInFileLine = '%0:s%0:s In file ''%1:s'' at line %2:d';
- lisProjectSRaisedExcep…