diff --git a/Makefile b/Makefile
index 3d056851e2..f61d1b0854 100644
--- a/Makefile
+++ b/Makefile
@@ -3094,7 +3094,10 @@ lcl:
basecomponents:
$(MAKE) -C components lazbuildlclpackages
$(MAKE) -C components idepackages
+ $(MAKE) -C ide/packages/ideutils
$(MAKE) -C ide/packages/ideconfig
+ $(MAKE) -C ide/packages/idepackager
+ $(MAKE) -C ide/packages/ideproject
$(MAKE) -C ide/packages/idedebugger
bigidecomponents:
$(MAKE) -C components bigide
@@ -3128,7 +3131,10 @@ lazbuild: registration
$(MAKE) -C lcl LCL_PLATFORM=nogui
$(MAKE) -C components lazbuildlclpackages LCL_PLATFORM=nogui
$(MAKE) -C tools
+ $(MAKE) -C ide/packages/ideutils LCL_PLATFORM=nogui
$(MAKE) -C ide/packages/ideconfig LCL_PLATFORM=nogui
+ $(MAKE) -C ide/packages/idepackager LCL_PLATFORM=nogui
+ $(MAKE) -C ide/packages/ideproject LCL_PLATFORM=nogui
$(MAKE) -C ide lazbuilder LCL_PLATFORM=nogui
lhelp:
$(MAKE) -C components/chmhelp/lhelp
@@ -3140,7 +3146,10 @@ cleanlaz: cleanide
$(MAKE) -C packager/registration clean
$(MAKE) -C lcl cleanall
$(MAKE) -C components clean
+ $(MAKE) -C ide/packages/ideutils clean
$(MAKE) -C ide/packages/ideconfig clean
+ $(MAKE) -C ide/packages/idepackager clean
+ $(MAKE) -C ide/packages/ideproject clean
$(MAKE) -C ide/packages/idedebugger clean
clean: cleanlaz
$(MAKE) -C . cleanlaz LCL_PLATFORM=nogui
@@ -3151,7 +3160,10 @@ purge:
$(MAKE) -C packager/registration distclean
$(MAKE) -C lcl distclean
$(MAKE) -C components distclean
+ $(MAKE) -C ide/packages/ideutils distclean
$(MAKE) -C ide/packages/ideconfig distclean
+ $(MAKE) -C ide/packages/idepackager distclean
+ $(MAKE) -C ide/packages/ideproject distclean
$(MAKE) -C ide/packages/idedebugger distclean
$(MAKE) -C tools distclean
cleanall: purge
diff --git a/Makefile.fpc b/Makefile.fpc
index e0c796beb9..6fe919b0d8 100644
--- a/Makefile.fpc
+++ b/Makefile.fpc
@@ -130,7 +130,10 @@ lcl:
basecomponents:
$(MAKE) -C components lazbuildlclpackages
$(MAKE) -C components idepackages
+ $(MAKE) -C ide/packages/ideutils
$(MAKE) -C ide/packages/ideconfig
+ $(MAKE) -C ide/packages/idepackager
+ $(MAKE) -C ide/packages/ideproject
$(MAKE) -C ide/packages/idedebugger
#-----------------------------------------------------------------------------
@@ -196,7 +199,10 @@ lazbuild: registration
$(MAKE) -C lcl LCL_PLATFORM=nogui
$(MAKE) -C components lazbuildlclpackages LCL_PLATFORM=nogui
$(MAKE) -C tools
+ $(MAKE) -C ide/packages/ideutils LCL_PLATFORM=nogui
$(MAKE) -C ide/packages/ideconfig LCL_PLATFORM=nogui
+ $(MAKE) -C ide/packages/idepackager LCL_PLATFORM=nogui
+ $(MAKE) -C ide/packages/ideproject LCL_PLATFORM=nogui
$(MAKE) -C ide lazbuilder LCL_PLATFORM=nogui
#-----------------------------------------------------------------------------
@@ -221,7 +227,10 @@ cleanlaz: cleanide
$(MAKE) -C packager/registration clean
$(MAKE) -C lcl cleanall
$(MAKE) -C components clean
+ $(MAKE) -C ide/packages/ideutils clean
$(MAKE) -C ide/packages/ideconfig clean
+ $(MAKE) -C ide/packages/idepackager clean
+ $(MAKE) -C ide/packages/ideproject clean
$(MAKE) -C ide/packages/idedebugger clean
clean: cleanlaz
@@ -235,7 +244,10 @@ purge:
$(MAKE) -C packager/registration distclean
$(MAKE) -C lcl distclean
$(MAKE) -C components distclean
+ $(MAKE) -C ide/packages/ideutils distclean
$(MAKE) -C ide/packages/ideconfig distclean
+ $(MAKE) -C ide/packages/idepackager distclean
+ $(MAKE) -C ide/packages/ideproject distclean
$(MAKE) -C ide/packages/idedebugger distclean
$(MAKE) -C tools distclean
# $(MAKE) -C doceditor clean
diff --git a/components/codetools/definetemplates.pas b/components/codetools/definetemplates.pas
index 6c0e9a65bb..6a466406e6 100644
--- a/components/codetools/definetemplates.pas
+++ b/components/codetools/definetemplates.pas
@@ -6814,7 +6814,10 @@ begin
d(LazarusSrcDir+'/ide;'
+LazarusSrcDir+'/ide/frames;'
+LazarusSrcDir+'/designer;'
+ +LazarusSrcDir+'/ide/packages/ideutils;'
+LazarusSrcDir+'/ide/packages/ideconfig;'
+ +LazarusSrcDir+'/ide/packages/idepackager;'
+ +LazarusSrcDir+'/ide/packages/ideproject;'
+LazarusSrcDir+'/ide/packages/idedebugger;'
+LazarusSrcDir+'/ide/packages/idedebugger/frames;'
+LazarusSrcDir+'/debugger;'
@@ -6859,7 +6862,10 @@ begin
SrcPathMacroName,
d('../components/lazutils'
+';../components/codetools'
+ +';../ide/packages/ideutils;'
+';../ide/packages/ideconfig;'
+ +';../ide/packages/idepackager;'
+ +';../ide/packages/ideproject;'
+';../lcl'
+';../lcl/interfaces'
+';../lcl/interfaces/'+WidgetType
@@ -6898,7 +6904,10 @@ begin
d(LazarusSrcDir+'/debugger;'
+LazarusSrcDir+'/debugger/frames;'
+LazarusSrcDir+'/ide;'
+ +LazarusSrcDir+'/ide/packages/ideutils;'
+LazarusSrcDir+'/ide/packages/ideconfig;'
+ +LazarusSrcDir+'/ide/packages/ideproject;'
+ +LazarusSrcDir+'/ide/packages/idepackager;'
+LazarusSrcDir+'/ide/packages/idedebugger;'
+LazarusSrcDir+'/ide/packages/idedebugger/frames;'
+LazarusSrcDir+'/components/buildintf;'
@@ -6926,7 +6935,10 @@ begin
Format(ctsAddsDirToSourcePath,['lcl, components']),
SrcPathMacroName,
d('../ide'
+ +';../ide/packages/ideutils;'
+';../ide/packages/ideconfig;'
+ +';../ide/packages/idepackager;'
+ +';../ide/packages/ideproject;'
+';../components/buildintf'
+';../components/ideintf'
+';../components/lazutils'
@@ -6954,7 +6966,10 @@ begin
+';'+LazarusSrcDir+'/lcl/interfaces'
+';'+LazarusSrcDir+'/lcl/interfaces/'+WidgetType
+';'+LazarusSrcDir+'/ide'
+ +';'+LazarusSrcDir+'/ide/packages/ideutils'
+';'+LazarusSrcDir+'/ide/packages/ideconfig'
+ +';'+LazarusSrcDir+'/ide/packages/idepackager'
+ +';'+LazarusSrcDir+'/ide/packages/ideproject'
+';'+LazarusSrcDir+'/components/buildintf'
+';'+LazarusSrcDir+'/components/ideintf'
+';'+LazarusSrcDir+'/components/synedit'
@@ -6978,7 +6993,10 @@ begin
Format(ctsAddsDirToSourcePath,['ide']),
SrcPathMacroName,
d(LazarusSrcDir+'/ide;'
+ +LazarusSrcDir+'/ide/packages/ideutils;'
+LazarusSrcDir+'/ide/packages/ideconfig;'
+ +LazarusSrcDir+'/ide/packages/idepackager;'
+ +LazarusSrcDir+'/ide/packages/ideproject;'
+LazarusSrcDir+'/packager;'
+SrcPath)
,da_Define));
diff --git a/converter/convertdelphi.pas b/converter/convertdelphi.pas
index 3e623dcf88..4f5165e554 100644
--- a/converter/convertdelphi.pas
+++ b/converter/convertdelphi.pas
@@ -45,6 +45,8 @@ uses
PackageIntf, ProjectIntf, ComponentReg, IDEExternToolIntf,
// IDEIntf
IDEDialogs, LazIDEIntf, IDEOptEditorIntf, EditorSyntaxHighlighterDef,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
IDEProcs, SearchPathProcs, ParsedCompilerOpts, CompilerOptions, ProjPackCommon,
// IDE
diff --git a/converter/missingpropertiesdlg.pas b/converter/missingpropertiesdlg.pas
index 49d83ffb04..530012da6e 100644
--- a/converter/missingpropertiesdlg.pas
+++ b/converter/missingpropertiesdlg.pas
@@ -45,6 +45,10 @@ uses
ComponentReg,
// IdeIntf
IDEExternToolIntf, IDEImagesIntf,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
+ // IdeProject
+ IdeProjectStrConsts,
// IDE
LazarusIDEStrConsts, EditorOptions, CheckLFMDlg, Project, SourceMarks,
// Converter
diff --git a/converter/replacefuncsunit.pas b/converter/replacefuncsunit.pas
index 2c78714ded..8d79b2c9f9 100644
--- a/converter/replacefuncsunit.pas
+++ b/converter/replacefuncsunit.pas
@@ -11,6 +11,8 @@ uses
Buttons, ButtonPanel, Grids, CheckLst, Menus, StdCtrls,
// LazUtils
FileUtil,
+ // IdePackager
+ IdePackagerStrConsts,
// IDE, converter
IdeIntfStrConsts, LazarusIDEStrConsts, ConverterTypes;
diff --git a/designer/anchoreditor.pas b/designer/anchoreditor.pas
index 6b3529674d..a6320cbe7b 100644
--- a/designer/anchoreditor.pas
+++ b/designer/anchoreditor.pas
@@ -42,6 +42,8 @@ uses
LazUtilities, LazUTF8,
// IdeIntf
IdeIntfStrConsts, IDECommands, PropEdits, IDEDialogs, IDEImagesIntf,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IDE
LazarusIDEStrConsts, IDEOptionDefs, EnvironmentOpts, EnvGuiOptions;
diff --git a/ide/Makefile b/ide/Makefile
index 0194915288..34836ccc7b 100644
--- a/ide/Makefile
+++ b/ide/Makefile
@@ -412,7 +412,10 @@ DEFAULT_IDE_OPTIONS= $(LAZARUS_LIBPATHS) \
-Fu../components/lazdebuggers/lazdebuggerfp/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
-Fu../components/lazdebuggers/lazdebuggerlldb/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
-Fu../components/lazdebuggers/lazdebuggerfplldb/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
+ -Fupackages/ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
-Fupackages/ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
+ -Fupackages/idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
+ -Fupackages/ideproject/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
-Fupackages/idedebugger/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
BIG_IDE_OPTIONS=-dBigIDE $(DEFAULT_IDE_OPTIONS) \
-Fu../components/lazedit/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
@@ -4774,7 +4777,10 @@ endif
../tools/svn2revisioninc$(SRCEXEEXT) .. revision.inc
endif
idepackages:
+ $(MAKE) -C packages/ideutils
$(MAKE) -C packages/ideconfig
+ $(MAKE) -C packages/idepackager
+ $(MAKE) -C packages/ideproject
$(MAKE) -C packages/idedebugger
ide: $(COMPILER_UNITTARGETDIR) revisioninc
$(MAKE) --assume-new=lazarus.pp lazarus$(EXEEXT) OPT='$(DEFAULT_IDE_OPTIONS) $(LAZARUS_OPT) $(OPT)'
@@ -4811,7 +4817,10 @@ ifneq ($(findstring $(OS_TARGET),win32 win64),)
-$(DEL) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res)
endif
cleanlaz: clean cleanide
+ $(MAKE) -C packages/ideutils clean
$(MAKE) -C packages/ideconfig clean
+ $(MAKE) -C packages/idepackager clean
+ $(MAKE) -C packages/ideproject clean
$(MAKE) -C packages/idedebugger clean
${DELTREE} ../units/*
purge: cleanlaz
diff --git a/ide/Makefile.fpc b/ide/Makefile.fpc
index 62a97ba9b4..17ba36878a 100644
--- a/ide/Makefile.fpc
+++ b/ide/Makefile.fpc
@@ -107,7 +107,10 @@ DEFAULT_IDE_OPTIONS= $(LAZARUS_LIBPATHS) \
-Fu../components/lazdebuggers/lazdebuggerfp/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
-Fu../components/lazdebuggers/lazdebuggerlldb/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
-Fu../components/lazdebuggers/lazdebuggerfplldb/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
+ -Fupackages/ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
-Fupackages/ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
+ -Fupackages/idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
+ -Fupackages/ideproject/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
-Fupackages/idedebugger/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
#
@@ -177,7 +180,10 @@ endif
#-----------------------------------------------------------------------------
# compile IDE without extra packages
idepackages:
+ $(MAKE) -C packages/ideutils
$(MAKE) -C packages/ideconfig
+ $(MAKE) -C packages/idepackager
+ $(MAKE) -C packages/ideproject
$(MAKE) -C packages/idedebugger
#-----------------------------------------------------------------------------
@@ -229,7 +235,10 @@ ifneq ($(findstring $(OS_TARGET),win32 win64),)
endif
cleanlaz: clean cleanide
+ $(MAKE) -C packages/ideutils clean
$(MAKE) -C packages/ideconfig clean
+ $(MAKE) -C packages/idepackager clean
+ $(MAKE) -C packages/ideproject clean
$(MAKE) -C packages/idedebugger clean
${DELTREE} ../units/*
diff --git a/ide/abstractsmethodsdlg.pas b/ide/abstractsmethodsdlg.pas
index 19a974c006..09abc1e224 100644
--- a/ide/abstractsmethodsdlg.pas
+++ b/ide/abstractsmethodsdlg.pas
@@ -38,6 +38,9 @@ uses
LazLoggerBase,
CodeTree, PascalParserTool, CodeCache, CodeToolManager,
LazIDEIntf, SrcEditorIntf, IDEDialogs,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
+ // IDE
IdeIntfStrConsts, LazarusIDEStrConsts;
type
diff --git a/ide/buildmanager.pas b/ide/buildmanager.pas
index ffd6717b2b..b30cf46a23 100644
--- a/ide/buildmanager.pas
+++ b/ide/buildmanager.pas
@@ -50,15 +50,19 @@ uses
IDEExternToolIntf, CompOptsIntf, MacroDefIntf,
// IDEIntf
IDEDialogs, LazIDEIntf, IDEMsgIntf, SrcEditorIntf, InputHistory,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
LazConf, EnvironmentOpts, ModeMatrixOpts, TransferMacros, IdeConfStrConsts,
IDEProcs, etMakeMsgParser, etFPCMsgFilePool, ParsedCompilerOpts, CompilerOptions,
EditDefineTree,
+ // IdePackager
+ IdePackagerStrConsts,
// IDE
LazarusIDEStrConsts, DialogProcs, ProjectResources,
MiscOptions, ExtTools, etFPCMsgParser, etPas2jsMsgParser, Compiler,
FPCSrcScan, PackageDefs, PackageSystem, Project, ProjectIcon, BaseBuildManager,
- ApplicationBundle, RunParamsOpts, IdeTransferMacros, SearchPathProcs;
+ ApplicationBundle, RunParamsOpts, IdeTransferMacros, SearchPathProcs, RunParamOptions;
const
cInvalidCompiler = 'InvalidCompiler';
diff --git a/ide/buildmodesmanager.pas b/ide/buildmodesmanager.pas
index 88646c5bc7..032a0f8f6f 100644
--- a/ide/buildmodesmanager.pas
+++ b/ide/buildmodesmanager.pas
@@ -39,6 +39,8 @@ uses
// IdeIntf
IDEDialogs, CompOptsIntf, IDEOptionsIntf, LazIDEIntf, IDEImagesIntf,
IDEWindowIntf,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
EnvironmentOpts, TransferMacros, SearchPathProcs, ParsedCompilerOpts, CompilerOptions,
// IDE
diff --git a/ide/buildprojectdlg.pas b/ide/buildprojectdlg.pas
index d32d2ecfff..038df5891b 100644
--- a/ide/buildprojectdlg.pas
+++ b/ide/buildprojectdlg.pas
@@ -37,6 +37,8 @@ uses
FileProcs, CodeToolManager, DirectoryCacher,
// IDEIntf
IdeIntfStrConsts, IDEDialogs, IDEImagesIntf, PackageIntf, InputHistory,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
EnvironmentOpts, RecentListProcs,
// IDE
diff --git a/ide/checkcompoptsfornewunitdlg.pas b/ide/checkcompoptsfornewunitdlg.pas
index 8674944b8c..0c241e3d52 100644
--- a/ide/checkcompoptsfornewunitdlg.pas
+++ b/ide/checkcompoptsfornewunitdlg.pas
@@ -35,6 +35,8 @@ uses
Forms, Controls, Dialogs, StdCtrls, ButtonPanel,
BasicCodeTools, DefineTemplates,
CompOptsIntf,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
IDEDialogs, InputHistory, IdeIntfStrConsts,
TransferMacros,
Project, LazarusIDEStrConsts;
diff --git a/ide/cleandirdlg.pas b/ide/cleandirdlg.pas
index a5ed9a4244..4b1de57bb1 100644
--- a/ide/cleandirdlg.pas
+++ b/ide/cleandirdlg.pas
@@ -37,6 +37,8 @@ uses
FileUtil, LazFileUtils, Laz2_XMLCfg, LazStringUtils, LazLoggerBase,
// IdeIntf
IdeIntfStrConsts, IDEWindowIntf, IDEHelpIntf, IDEDialogs, InputHistory,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
RecentListProcs, LazConf, EnvironmentOpts, TransferMacros,
// IDE
diff --git a/ide/codeexplorer.pas b/ide/codeexplorer.pas
index 362e681720..488d36b2f1 100644
--- a/ide/codeexplorer.pas
+++ b/ide/codeexplorer.pas
@@ -50,6 +50,10 @@ uses
PascalParserTool,
// IDEIntf
LazIDEIntf, IDECommands, MenuIntf, SrcEditorIntf, IDEDialogs, IDEImagesIntf,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
+ // IdePackager
+ IdePackagerStrConsts,
// IDE
LazarusIDEStrConsts, IDEOptionDefs, CodeExplOpts;
diff --git a/ide/codehelp.pas b/ide/codehelp.pas
index d83c385a44..476a4a4783 100644
--- a/ide/codehelp.pas
+++ b/ide/codehelp.pas
@@ -55,6 +55,8 @@ uses
// IDEIntf
IDECommands, IDEMsgIntf, MacroIntf, PackageIntf, LazHelpIntf, ProjectIntf,
IDEDialogs, IDEHelpIntf, LazIDEIntf, IDEExternToolIntf,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
EnvironmentOpts, TransferMacros, IDEProcs,
// IDE
diff --git a/ide/codetemplatesdlg.pas b/ide/codetemplatesdlg.pas
index fcb2f1f0f6..5aae1ea729 100644
--- a/ide/codetemplatesdlg.pas
+++ b/ide/codetemplatesdlg.pas
@@ -42,6 +42,8 @@ uses
SynEdit, SynHighlighterPas, SynEditAutoComplete, SynEditTypes,
// codetools
CodeToolManager, CodeCache, KeywordFuncLists, BasicCodeTools, PascalParserTool,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IDEIntf
SrcEditorIntf, MenuIntf, IDEWindowIntf, LazIDEIntf, IDEHelpIntf, IDEDialogs,
// IDE
diff --git a/ide/customformeditor.pp b/ide/customformeditor.pp
index 9c10602c30..7b7a6c6905 100644
--- a/ide/customformeditor.pp
+++ b/ide/customformeditor.pp
@@ -53,6 +53,10 @@ uses
// IDEIntf
PropEdits, PropEditUtils, ObjectInspector, FormEditingIntf,
UnitResources, IDEOptEditorIntf, IDEDialogs, ComponentEditors,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
+ // IdeProject
+ IdeProjectStrConsts,
// IDE
LazarusIDEStrConsts, EditorOptions, EnvGuiOptions, Project, MainIntf, PackageDefs,
// Designer
diff --git a/ide/debugmanager.pas b/ide/debugmanager.pas
index 748f2fe032..97539f2280 100644
--- a/ide/debugmanager.pas
+++ b/ide/debugmanager.pas
@@ -76,7 +76,7 @@ uses
// IDE
SourceEditor, ProjectDefs, Project, ProjectDebugLink,
LazarusIDEStrConsts, MainBar, MainIntf, MainBase, BaseBuildManager, SourceMarks,
- DebugEventsForm, EnvGuiOptions, RunParamsOpts;
+ DebugEventsForm, EnvGuiOptions, RunParamsOpts, RunParamOptions;
type
diff --git a/ide/emptymethodsdlg.pas b/ide/emptymethodsdlg.pas
index d06fada3d1..4ff24ebc19 100644
--- a/ide/emptymethodsdlg.pas
+++ b/ide/emptymethodsdlg.pas
@@ -43,6 +43,8 @@ uses
CodeToolsStructs, CodeCache, CodeToolManager, PascalParserTool, CodeTree,
// IdeIntf
IdeIntfStrConsts, SrcEditorIntf, LazIDEIntf, PropEdits, IDEDialogs,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IDE
CustomFormEditor, JitForms, Project, LazarusIDEStrConsts, EditorOptions;
diff --git a/ide/etmessageframe.pas b/ide/etmessageframe.pas
index 8fcb96fac3..c2de4fd948 100644
--- a/ide/etmessageframe.pas
+++ b/ide/etmessageframe.pas
@@ -44,6 +44,8 @@ uses
ProjectIntf, PackageIntf, CompOptsIntf, IDEExternToolIntf,
// IDEIntf
IDEImagesIntf, MenuIntf, IDECommands, IDEDialogs, LazIDEIntf, IdeIntfStrConsts,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
EnvironmentOpts, IDEOptionDefs, CompilerOptions,
// IDE
diff --git a/ide/exttools.pas b/ide/exttools.pas
index 2acf73d294..0854a58e3b 100644
--- a/ide/exttools.pas
+++ b/ide/exttools.pas
@@ -41,6 +41,8 @@ uses
AvgLvlTree,
// BuildIntf
IDEExternToolIntf, BaseIDEIntf, MacroIntf, LazMsgWorker,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
TransferMacros,
// IDE
diff --git a/ide/findinfilesdlg.pas b/ide/findinfilesdlg.pas
index 44e4083c23..79561e389f 100644
--- a/ide/findinfilesdlg.pas
+++ b/ide/findinfilesdlg.pas
@@ -27,6 +27,8 @@ uses
// IdeIntf
MacroIntf, IDEWindowIntf, SrcEditorIntf, IDEHelpIntf, IDEDialogs,
IdeIntfStrConsts, ProjectGroupIntf, InputHistory,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
EnvironmentOpts, SearchPathProcs,
// IDE
diff --git a/ide/fpdoceditwindow.pas b/ide/fpdoceditwindow.pas
index 9e0d25a011..e18a677ffd 100644
--- a/ide/fpdoceditwindow.pas
+++ b/ide/fpdoceditwindow.pas
@@ -44,6 +44,8 @@ uses
// IDEIntf
IDEWindowIntf, LazIDEIntf, Menus,
SrcEditorIntf, IDEDialogs, LazFileUtils, IDEImagesIntf,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IDE
IDEOptionDefs, EnvironmentOpts, LazarusIDEStrConsts,
FPDocSelectInherited, FPDocSelectLink, CodeHelp;
diff --git a/ide/fpmake.pp b/ide/fpmake.pp
index b896ec6c05..32ef9c0092 100644
--- a/ide/fpmake.pp
+++ b/ide/fpmake.pp
@@ -134,7 +134,10 @@ begin
P.Dependencies.Add('synedit');
P.Dependencies.Add('debuggerintf');
P.Dependencies.Add('lazdebuggergdbmi');
+ P.Dependencies.Add('ideutilspkg');
P.Dependencies.Add('ideconfig');
+ P.Dependencies.Add('idepackager');
+ P.Dependencies.Add('ideproject');
P.Dependencies.Add('idedebugger');
P.Options.Add('-MObjFPC');
diff --git a/ide/frames/compiler_buildmacro_options.pas b/ide/frames/compiler_buildmacro_options.pas
index b2a07b833c..2b8aaecb0e 100644
--- a/ide/frames/compiler_buildmacro_options.pas
+++ b/ide/frames/compiler_buildmacro_options.pas
@@ -36,6 +36,8 @@ uses
IDEOptionsIntf, CompOptsIntf, MacroIntf,
// IdeIntf
IDEOptEditorIntf, IDEImagesIntf, IDEDialogs,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
ParsedCompilerOpts, CompilerOptions,
// IDE
diff --git a/ide/frames/compiler_path_options.pas b/ide/frames/compiler_path_options.pas
index f6205cf733..e3536ca259 100644
--- a/ide/frames/compiler_path_options.pas
+++ b/ide/frames/compiler_path_options.pas
@@ -12,6 +12,8 @@ uses
LazFileUtils, LazFileCache, LazLoggerBase,
// IdeIntf
IDEOptionsIntf, IDEOptEditorIntf, MacroIntf, CompOptsIntf, IDEImagesIntf, IDEDialogs,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
SearchPathProcs, ParsedCompilerOpts, CompilerOptions,
// IDE
diff --git a/ide/frames/componentpalette_options.pas b/ide/frames/componentpalette_options.pas
index 7c03903b41..db56e98ced 100644
--- a/ide/frames/componentpalette_options.pas
+++ b/ide/frames/componentpalette_options.pas
@@ -39,6 +39,8 @@ uses
IdeIntfStrConsts, IDEOptEditorIntf, IDEImagesIntf,
// IdeConfig
EnvironmentOpts, IDEOptionDefs,
+ // IdePackager
+ IdePackagerStrConsts,
// IDE
LazarusIDEStrConsts, MainBase, PackageDefs, ComponentPalette, EnvGuiOptions;
diff --git a/ide/frames/files_options.pas b/ide/frames/files_options.pas
index acaedfc174..c0e6321924 100644
--- a/ide/frames/files_options.pas
+++ b/ide/frames/files_options.pas
@@ -40,6 +40,8 @@ uses
IDEOptionsIntf,
// IdeIntf
IDEOptEditorIntf, IDEDialogs, IDEUtils, InputHistory,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
EnvironmentOpts, LazConf,
// IDE
diff --git a/ide/frames/project_application_options.pas b/ide/frames/project_application_options.pas
index 87ada002e2..8d0e378171 100644
--- a/ide/frames/project_application_options.pas
+++ b/ide/frames/project_application_options.pas
@@ -14,8 +14,12 @@ uses
DividerBevel,
// IdeIntf
IDEOptionsIntf, IDEOptEditorIntf, LazIDEIntf, IDEImagesIntf, IDEDialogs,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
CompilerOptions,
+ // IdeProject
+ IdeProjectStrConsts,
// IDE
LazarusIDEStrConsts, Project, ProjectIcon, ApplicationBundle, W32Manifest;
diff --git a/ide/idewindowhelp.pas b/ide/idewindowhelp.pas
index b34b5aac2a..bbc564da10 100644
--- a/ide/idewindowhelp.pas
+++ b/ide/idewindowhelp.pas
@@ -37,6 +37,8 @@ uses
LazFileUtils, LazConfigStorage, LazLoggerBase,
// IdeIntf
IDEDialogs,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IDE
EnvironmentOpts, IDEOptionDefs, LazarusIDEStrConsts;
diff --git a/ide/lazarus.lpi b/ide/lazarus.lpi
index f1a411b887..c031025e65 100644
--- a/ide/lazarus.lpi
+++ b/ide/lazarus.lpi
@@ -37,6 +37,16 @@
+ -
+
+
+ -
+
+
+
+ -
+
+
-
@@ -253,24 +263,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -349,11 +341,6 @@
-
-
-
-
-
@@ -868,20 +855,11 @@
-
-
-
-
-
-
-
-
-
-
+
@@ -941,6 +919,7 @@
+
@@ -1004,6 +983,7 @@
+
@@ -1103,6 +1083,7 @@
+
@@ -1112,11 +1093,6 @@
-
-
-
-
-
@@ -1263,6 +1239,7 @@
+
@@ -1300,11 +1277,6 @@
-
-
-
-
-
@@ -1458,11 +1430,6 @@
-
-
-
-
-
diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas
index b12f544d61..7b624d8bf2 100644
--- a/ide/lazarusidestrconsts.pas
+++ b/ide/lazarusidestrconsts.pas
@@ -84,7 +84,6 @@ resourcestring
lisPath = 'Path';
lisId = 'ID';
lisPage = 'Page';
- lisUnit = 'Unit';
lisPackage = 'Package';
lisCompile = 'Compile';
lisCompileStage = 'Compile';
@@ -247,17 +246,6 @@ resourcestring
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';
@@ -600,7 +588,6 @@ resourcestring
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';
@@ -732,10 +719,6 @@ resourcestring
+'%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,'
@@ -743,7 +726,6 @@ resourcestring
+'%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:';
@@ -763,7 +745,6 @@ resourcestring
+'%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 '
@@ -805,15 +786,7 @@ resourcestring
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?';
- lisSourceAndDestinationAreTheSame = 'Source and Destination are the same:%s%s';
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?';
@@ -844,9 +817,7 @@ resourcestring
lisTheProjectHasNoCompileCommandSeePr = 'The project '
+'has no compile command.%sSee Project -> Project Options'
+' -> Compiler Options -> Compiler Commands';
- lisExecutingCommandBefore = 'Executing command before';
lisProject2 = 'Project: ';
- lisExecutingCommandAfter = 'Executing command after';
lisNoProgramFileSFound = 'No program file "%s" found.';
lisNotNow = 'Not now';
lisYouCanNotBuildLazarusWhileDebuggingOrCompiling = 'You cannot build '
@@ -857,25 +828,13 @@ resourcestring
lisCleanUpLazbuild = 'Clean up + lazbuild';
lisLazbuild = 'lazbuild';
lisCompileNormally = 'Compile normally';
- 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';
@@ -1525,7 +1484,6 @@ resourcestring
dlgEnvBackupHelpNote = 'Notes: Project files are all files in the project directory';
lisEnvOptDlgInvalidDebuggerFilename = 'Invalid debugger filename';
lisEnvOptDlgInvalidDebuggerFilenameMsg = 'The debugger file "%s" is not an executable.';
- lisEnvOptDlgDirectoryNotFound = 'Directory not found';
lisDirectoryNotFound = 'Directory "%s" not found.';
lisRemoveFromSearchPath = 'Remove from search path';
lisEnvOptDlgTestDirNotFoundMsg = 'Test directory "%s" not found.';
@@ -2306,7 +2264,6 @@ resourcestring
locwndSrcEditor = 'Source Editor';
// compiler options
- dlgCompilerOptions = 'Compiler Options';
dlgCOSetAsDefault = 'Set compiler options as default';
lisWhenEnabledTheCurrentOptionsAreSavedToTheTemplateW = 'When enabled the current '
+'options are saved to the template which is used when creating new projects';
@@ -2516,7 +2473,6 @@ resourcestring
+'This typically means your %s has wrong unit paths. Or your installation is broken.';
dlgCCOTestRTLUnits = 'Test: Checking RTL units ...';
dlgCCOTestCompilerDate = 'Test: Checking compiler date ...';
- lisCCOErrorCaption = 'Error';
lisThereIsNoFreePascalCompilerEGFpcOrPpcCpuConfigured = 'There is no Free '
+'Pascal Compiler (e. g. fpc%0:s or ppc%0:s) configured in the project '
+'options. CodeTools will not work properly.%1:s%1:sError message:%1:s%2:s';
@@ -2617,7 +2573,6 @@ resourcestring
dlgCompilerMessage = 'Compiler messages';
// project options dialog
- dlgProjectOptions = 'Project Options';
dlgProjectOptionsFor = 'Options for Project: %s';
dlgPOApplication = 'Application';
dlgPOFroms = 'Forms';
@@ -3519,34 +3474,6 @@ resourcestring
lisKeyCatObjInspector = 'Object Inspector commands';
lisKeyCatCustom = 'Custom commands';
- // Languages
- rsLanguageAutomatic = 'Automatic (or English)';
- rsLanguageEnglish = 'English';
- rsLanguageGerman = 'German';
- rsLanguageSpanish = 'Spanish';
- rsLanguageFrench = 'French';
- rsLanguageRussian = 'Russian';
- rsLanguagePolish = 'Polish';
- rsLanguageItalian = 'Italian';
- rsLanguageCatalan = 'Catalan';
- rsLanguageFinnish = 'Finnish';
- rsLanguageHebrew = 'Hebrew';
- rsLanguageArabic = 'Arabic';
- rsLanguagePortugueseBr = 'Brazilian Portuguese';
- rsLanguagePortuguese = 'Portuguese';
- rsLanguageUkrainian = 'Ukrainian';
- rsLanguageDutch = 'Dutch';
- rsLanguageJapanese = 'Japanese';
- rsLanguageChinese = 'Chinese';
- rsLanguageIndonesian = 'Indonesian';
- rsLanguageAfrikaans = 'Afrikaans';
- rsLanguageLithuanian = 'Lithuanian';
- rsLanguageSlovak = 'Slovak';
- rsLanguageTurkish = 'Turkish';
- rsLanguageCzech = 'Czech';
- rsLanguageHungarian = 'Hungarian';
- rsLanguageCorsican = 'Corsican';
-
// Unit dependencies
dlgUnitDepRefresh = 'Refresh';
@@ -3664,21 +3591,15 @@ resourcestring
lisCodeToolsOptsCaret = 'Caret (^)';
// codetools defines
- lisCodeToolsDefsWriteError = 'Write error';
lisErrorWritingFile = 'Error writing file "%s"';
lisFPDocErrorWriting = 'Error writing "%s"%s%s';
lisFPDocFPDocSyntaxError = 'FPDoc syntax error';
lisFPDocThereIsASyntaxErrorInTheFpdocElement = 'There is a syntax error in '
+'the fpdoc element "%s":%s%s';
lisChooseAnExampleFile = 'Choose an example file';
- lisUnableToWriteTheProjectInfoFileError = 'Unable to write the project info '
- +'file%s"%s".%sError: %s';
- lisUnableToWriteTheProjectSessionFileError = 'Unable to write the project session '
- +'file%s"%s".%sError: %s';
lisStopDebugging2 = 'Stop debugging?';
lisStopCurrentDebuggingAndRebuildProject = 'Stop current debugging and rebuild project?';
lisErrorWritingPackageListToFile = 'Error writing package list to file%s%s%s%s';
- lisCodeToolsDefsReadError = 'Read error';
lisUnableToRead = 'Unable to read %s';
lisErrorReadingPackageListFromFile = 'Error reading package list from file%s%s%s%s';
lisDuplicate = 'Duplicate';
@@ -3911,14 +3832,6 @@ resourcestring
lisDiffDlgOpenDiffInEditor = 'Open difference in editor';
// packages
- lisPkgFileTypeVirtualUnit = 'Virtual Unit';
- lisPkgFileTypeMainUnit = 'Main Unit';
- lisPkgFileTypeLFM = 'LFM - Lazarus form text';
- lisPkgFileTypeLRS = 'LRS - Lazarus resource';
- lisPkgFileTypeInclude = 'Include file';
- lisPkgFileTypeIssues = 'Issues xml file';
- lisPkgFileTypeText = 'Text';
- lisPkgFileTypeBinary = 'Binary';
lisCreateNewPackage = '(Create new package)';
lisCreateNewPackageComponent = 'Create new package component';
lisMenuNewComponent = 'New Component';
@@ -4061,17 +3974,7 @@ resourcestring
+'standard package.%sA package is a collection of units and components.';
// file checks
- lisUnableToCreateFile = 'Unable to create file';
- lisUnableToCreateFile2 = 'Unable to create file "%s"';
- lisUnableToCreateFile3 = 'Unable to create file%s"%s"';
- lisUnableToCopyFileTo = 'Unable to copy file "%s"%sto "%s"';
lisCanNotCreateFile = 'Cannot create file "%s"';
- lisExtendUnitPath = 'Extend unit path?';
- lisUnableToWrite2 = 'Unable to write "%s"';
- lisUnableToWriteFile = 'Unable to write file';
- lisUnableToWriteFile2 = 'Unable to write file "%s".';
- lisUnableToWriteToFile2 = 'Unable to write to file "%s".';
- lisFileIsNotWritable = 'File is not writable';
lisErrorDeletingFile = 'Error deleting file';
lisInvalidMask = 'Invalid Mask';
lisTheFileMaskIsNotAValidRegularExpression = 'The file mask "%s" is not a '
@@ -4324,13 +4227,6 @@ resourcestring
lisPkgMangReplaceExistingFile = 'Replace existing file "%s"?';
lisPkgMangDeleteOldPackageFile = 'Delete Old Package File?';
lisPkgMangDeleteOldPackageFile2 = 'Delete old package file "%s"?';
- lisPkgMangDeleteFailed = 'Delete failed';
- lisTheFileWasFoundInOneOfTheSourceDirectoriesOfThePac = 'The file "%s"'
- +'%swas found in one of the source directories of the package %s and looks '
- +'like a compiled unit. Compiled units must be in the output directory of '
- +'the package, otherwise other packages can get problems using this package.'
- +'%sDelete ambiguous file?';
- lisPkgMangUnableToDeleteFile = 'Unable to delete file "%s".';
lisSkipErrors = 'Skip errors';
lisDeleteAllTheseFiles = 'Delete all these files?';
lisCheckUncheckAll = 'Check/uncheck all';
@@ -4366,32 +4262,6 @@ resourcestring
lisPkgMangThereIsAFPCUnitWithTheSameNameAsAPackage = 'There is a FPC unit '
+'with the same name as a package:'
+'%s"%s"';
- lisPkgMangErrorWritingFile = 'Error writing file';
- lisProjMangUnableToWriteStateFileForProjectError = 'Unable to write state '
- +'file for project %s%sError: %s';
- lisPkgMangUnableToWriteStateFileOfPackageError = 'Unable to write state '
- +'file "%s"%sof package %s.%sError: %s';
- lisPkgMangErrorReadingFile = 'Error reading file';
- lisProjMangUnableToReadStateFileOfProjectError = 'Unable to read state '
- +'file %s of project %s%sError: %s';
- lisPkgMangUnableToReadStateFileOfPackageError = 'Unable to read state file '
- +'"%s"%sof package %s.%sError: %s';
- lisPkgMangUnableToCreateDirectory = 'Unable to create directory';
- lisPassingCompilerOptionTwiceWithDifferentValues = 'passing compiler option '
- +'-%s twice with different values';
- lisPassingCompilerDefineTwiceWithDifferentValues = 'passing compiler define '
- +'"%s" twice with different values';
- lisUnableToCreateDirectory = 'Unable to create directory "%s".';
- lisPkgMangUnableToCreateOutputDirectoryForPackage = 'Unable to create '
- +'output directory "%s"%sfor package %s.';
- lisPkgMangUnableToDeleteFilename = 'Unable to delete file';
- lisPkgMangUnableToDeleteOldStateFileForPackage = 'Unable to delete old '
- +'state file "%s"%sfor package %s.';
- lisPkgMangUnableToCreatePackageSourceDirectoryForPackage = 'Unable to '
- +'create package source directory "%s"%sfor package %s.';
- lisPkgMangUnableToLoadPackage = 'Unable to load package';
- lisPkgMangUnableToOpenThePackage = 'Unable to open the package "%s".'
- +'%sThis package was marked for installation.';
lisOpenPackage2 = 'Open package %s';
lisPkgMangThePackageNameOfTheFileIsInvalid = 'The package name "%s" of'
+'%sthe file "%s" is invalid.';
@@ -4447,7 +4317,6 @@ resourcestring
lisOutputDirectoryOfContainsPascalUnitSource = 'output directory of %s '
+'contains Pascal unit source "%s"';
lisInsertAssignment = 'Insert Assignment %s := ...';
- lisPkgMangpackageMainSourceFile = 'package main source file';
lisErrorLoadingFile = 'Error loading file';
lisErrorLoadingFile2 = 'Error loading file "%s":';
lisLoadingFailed = 'Loading %s failed.';
@@ -4501,52 +4370,10 @@ resourcestring
lisERRORInvalidBuildMode = 'Error: invalid build mode "%s"';
lisAvailableProjectBuildModes = 'Available project build modes';
lisThisProjectHasOnlyTheDefaultBuildMode = 'This project has only the default build mode.';
- lisPkgMangstaticPackagesConfigFile = 'static packages config file';
lisPkgMangUnableToCreateTargetDirectoryForLazarus = 'Unable to create '
+'target directory for Lazarus:'
+'%s"%s".'
+'%sThis directory is needed for the new changed Lazarus IDE with your custom packages.';
- lisPkgMangCompilePackage = 'Compile package %s';
- lisIDEInfoCreatingMakefileForPackage = 'Creating Makefile for package %s';
-
- // package system
- lisPkgSysInvalidUnitname = 'Invalid Unitname: %s';
- lisPkgSysUnitWasNotFoundInTheLpkFileProbablyThisLpkFileWasN =
- 'Unit "%s" was not found in the lpk file.'
- +'%sProbably this lpk file was not used for building this IDE. '
- +'Or the package misuses the procedure RegisterUnit.';
- lisPkgSysUnitWasRemovedFromPackageLpk = 'Unit "%s" was removed from package (lpk)';
- lisPkgSysCanNotRegisterComponentsWithoutUnit = 'Cannot register components without unit';
- lisPkgSysInvalidComponentClass = 'Invalid component class';
- lisPkgSysComponentClassAlreadyDefined = 'Component Class "%s" already defined';
- lisPkgSysRegisterUnitWasCalledButNoPackageIsRegistering = 'RegisterUnit was '
- +'called but no package is registering.';
- lisPkgSysUnitName = '%s%sUnit Name: "%s"';
- lisPkgSysFileName = '%s%sFile Name: "%s"';
- lisPkgSysLPKFilename = '%s%slpk file: "%s"';
- lisPkgSysTheLpkFileWasNotFound = '%s%sThe lpk file was not found.';
- lisPkgSysPackageRegistrationError = 'Package registration error';
- lisPkgSysThisIsTheDefaultPackageUsedOnlyForComponents = 'This is the '
- +'default package. Used only for components without a package. These '
- +'components are outdated.';
- lisUpdatingPoFilesFailedForPackage = 'Updating PO files failed for package %s';
- lisPkgSysRegisterProcedureIsNil = 'Register procedure is nil';
- lisPkgSysThisPackageIsInstalledButTheLpkFileWasNotFound = 'This package is installed '
- +'but the lpk file was not found. All its components are deactivated. Please fix this.';
- lisPkgSysPackageFileNotFound = 'Package file not found';
- lisPkgMangTheFileOfPackageWasNotFound = 'The file "%s" of package %s was not found.';
- lisPkgSysThePackageIsInstalledButNoValidPackageFileWasFound =
- 'The package "%s" is installed but no valid package file (.lpk) was found.'
- +'%sA broken dummy package was created.';
- lisSkipTheseWarnings = 'Skip these warnings';
-
- // package defs
- lisPkgDefsOutputDirectory = 'Output directory';
- lisPkgDefsCompiledSrcPathAddition = 'CompiledSrcPath addition';
- lisPkgDefsNamespaces = 'Namespaces';
- lisPkgDefsUnitPath = 'Unit Path';
- lisProjProjectSourceDirectoryMark = 'Project Source Directory Mark';
- lisPkgDefsSrcDirMark = 'Package Source Directory Mark';
// add active file to package dialog
lisAF2PInvalidPackage = 'Invalid Package';
@@ -4745,10 +4572,8 @@ resourcestring
lisPckEditPackage = 'Package %s';
lisPckEditRemovedFiles = 'Removed Files';
lisPckEditRemovedRequiredPackages = 'Removed required packages';
- lisPckEditDefault = '%s, default: %s';
lisPckEditCheckAvailabilityOnline = 'Check availability online';
lisPckEditAvailableOnline = '(available online)';
- lisPckEditFPMakePackage = '(fpmake)';
lisPckEditDependencyProperties = 'Dependency Properties';
lisFilesHasRegisterProcedureInPackageUsesSection = 'Files: %s, has Register '
+'procedure: %s, in package uses section: %s';
@@ -4763,15 +4588,6 @@ resourcestring
lisPETheFileIsCurrentlyNotInTheIncludePathOfThePackageA = 'The file "%s" is '
+'currently not in the include path of the package.%sAdd "%s" to the '
+'include path?';
- lisExtendUnitSearchPathOfProjectWith = 'Extend unit search path of project '
- +'with%s"%s"?';
- lisExtendUnitSearchPathOfPackageWith = 'Extend unit search path of package "'
- +'%s" with%s"%s"?';
- lisExtendIncludePath = 'Extend include path?';
- lisExtendIncludeFilesSearchPathOfProjectWith = 'Extend include files search '
- +'path of project with%s"%s"?';
- lisExtendIncludeFileSearchPathOfPackageWith = 'Extend include file search '
- +'path of package "%s" with%s"%s"?';
lisConflictDetected = 'Conflict detected';
lisThereIsAlreadyAFileIn = 'There is already a file%s%s%sin %s';
lisDuplicateUnit = 'Duplicate Unit';
@@ -4839,7 +4655,6 @@ resourcestring
lisPckOptsThePackageHasTheAutoInstallFlagThisMeans = 'The package "%s" has the auto install flag.'
+'%sThis means it will be installed in the IDE.'
+'%sInstallation packages must be designtime Packages.';
- lisPckOptsPackageOptions = 'Package Options';
// package explorer (package graph)
lisMenuPackageGraph = 'Package Graph';
@@ -5232,7 +5047,6 @@ resourcestring
lisCEModeShowCategories = 'Show Categories';
lisCEModeShowSourceNodes = 'Show Source Nodes';
lisCESurrounding = 'Surrounding';
- lisCEIn = '%s in %s';
lisCEOUpdate = 'Update';
lisCEORefreshAutomatically = 'Refresh automatically';
lisCEONeverOnlyManually = 'Never, only manually';
@@ -5447,21 +5261,6 @@ resourcestring
rsCloseAll = 'Close all pages';
// Application Bundle
- lisErrorLoadingFrom = 'Error loading %s from%s%s%s%s';
- lisErrorSavingTo = 'Error saving %s to%s%s%s%s';
- lisXMLError = 'XML Error';
- lisXMLParserErrorInFileError = 'XML parser error in file %s%sError: %s';
- lisUnableToWriteXmlStreamToError = 'Unable to write xml stream to %s%sError: %s';
- lisFileIsSymlink = 'File is symlink';
- lisTheFileIsASymlinkOpenInstead = 'The file "%s" is a symlink.'
- +'%sOpen "%s" instead?';
- lisOpenTarget = 'Open target';
- lisOpenSymlink = 'Open symlink';
- lisWriteErrorFile = 'Write error: %s%sFile: %s%s%s';
- lisTheCodetoolsFoundAnError = 'The Codetools found an error:%s%s';
- lisIgnoreAndContinue = 'Ignore and continue';
- lisNotImplemented = 'Not implemented';
- lisNotImplementedYet = 'Not implemented yet:%s%s';
lisMovePage = 'Move Page';
lisFileSettings = 'File Settings';
@@ -5524,7 +5323,6 @@ resourcestring
lisDoNotShowThisDialogForThisProject = 'Do not show this dialog for this project';
lisObjectPascalDefault = 'Object Pascal - default';
lisVerifyMethodCalls = 'Verify method calls';
- lisUnableToCreateLinkWithTarget = 'Unable to create link "%s" with target "%s"';
lisBuildAllFilesOfProjectPackageIDE = 'Build all files of project/package/IDE.';
lisApplyBuildFlagsBToDependenciesToo = 'Apply build flags (-B) to dependencies too.';
lisDoNotCompileDependencies = 'Do not compile dependencies.';
@@ -5640,11 +5438,6 @@ resourcestring
+'%sThe system.ppu for this target was not found in the FPC binary directories.'
+'%sMake sure fpc is installed correctly '
+'for this target and the fpc.cfg contains the right directories.';
- lisCouldNotAddToMainSource = 'Could not add "%s" to main source!';
- lisCouldNotRemoveRFromMainSource = 'Could not remove "{$R %s}" from main source!';
- lisCouldNotAddRToMainSource = 'Could not add "{$R %s}" to main source!';
- lisCouldNotRemoveIFromMainSource = 'Could not remove "{$I %s}" from main source!';
- lisCouldNotAddIToMainSource = 'Could not add "{$I %s}" to main source!';
lisFailedToLoadFoldStat = 'Failed to load fold state';
lisUppercaseString = 'uppercase string';
lisUppercaseStringGivenAsParameter = 'Uppercase string given as parameter.';
@@ -5829,8 +5622,6 @@ resourcestring
+'identifiers=%s/%s lines=%s bytes=%s';
lisScanning2 = '%s. Scanning ...';
lisShowGlyphsFor = 'Show Glyphs for';
- lisDirectoryNotWritable = 'Directory not writable';
- lisTheDirectoryIsNotWritable = 'The directory "%s" is not writable.';
lisBuildingLazarusFailed = 'Building Lazarus failed';
lisThisSetOfOptionsToBuildLazarusIsNotSupportedByThis = 'This set of '
+'options to build Lazarus is not supported by this installation.%sThe '
diff --git a/ide/lazbuild.lpi b/ide/lazbuild.lpi
index 99dd451998..b584e7d2e2 100644
--- a/ide/lazbuild.lpi
+++ b/ide/lazbuild.lpi
@@ -56,19 +56,28 @@
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
diff --git a/ide/lazbuild.lpr b/ide/lazbuild.lpr
index 0d76b066d9..eee8507cf1 100644
--- a/ide/lazbuild.lpr
+++ b/ide/lazbuild.lpr
@@ -41,6 +41,8 @@ uses
CompOptsIntf, IDEOptionsIntf, PackageDependencyIntf,
// IdeConfig
LazConf, IDECmdLine, TransferMacros, EnvironmentOpts, ParsedCompilerOpts, CompilerOptions,
+ // IdePackager
+ IdePackagerStrConsts,
// IDE
InitialSetupProc, ExtToolsConsole, ApplicationBundle,
IDETranslations, LazarusIDEStrConsts, MiscOptions, Project, PackageDefs,
diff --git a/ide/main.pp b/ide/main.pp
index 91c935b7ff..bf531ecb01 100644
--- a/ide/main.pp
+++ b/ide/main.pp
@@ -114,8 +114,14 @@ uses
etQuickFixes, etMessageFrame, etMessagesWnd,
// converter
ChgEncodingDlg, ConvertDelphi, MissingPropertiesDlg, LazXMLForms,
+ // IdeUtils
+ IdeUtilsPkg, IdeUtilsPkgStrConsts,
// IdeConfig
IdeConfig, LazConf, EnvironmentOpts, TransferMacros, IDECmdLine, IDEGuiCmdLine, IDEProcs,
+ // IdePackager,
+ IdePackager, IdePackagerStrConsts,
+ // IdeProject,
+ IdeProject, RunParamOptions,
// environment option frames
editor_general_options, componentpalette_options, formed_options, OI_options,
MsgWnd_Options, Files_Options, Desktop_Options, window_options, IdeStartup_Options,
diff --git a/ide/mainbase.pas b/ide/mainbase.pas
index 090b5d40d0..a34ecc53d4 100644
--- a/ide/mainbase.pas
+++ b/ide/mainbase.pas
@@ -77,7 +77,7 @@ uses
// IDE
LazarusIDEStrConsts, EditorOptions, EnvGuiOptions,
Project, SourceEditor, SourceSynEditor, FindInFilesDlg,
- Splash, MainBar, MainIntf, Designer, Debugger, RunParamsOpts, FindInFilesWnd;
+ Splash, MainBar, MainIntf, Designer, Debugger, RunParamsOpts, FindInFilesWnd, RunParamOptions;
type
TResetToolFlag = (
diff --git a/ide/makeresstrdlg.pas b/ide/makeresstrdlg.pas
index 9a5f6378cb..f80a135c0a 100644
--- a/ide/makeresstrdlg.pas
+++ b/ide/makeresstrdlg.pas
@@ -48,6 +48,8 @@ uses
CodeToolManager, CodeToolsStructs, CodeCache,
// IdeIntf
IdeIntfStrConsts, IDEWindowIntf, IDEHelpIntf, IDEDialogs, InputHistory,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
RecentListProcs,
// IDE
diff --git a/ide/packages/ideconfig/Makefile b/ide/packages/ideconfig/Makefile
index ee33eaacaa..8c0335df95 100644
--- a/ide/packages/ideconfig/Makefile
+++ b/ide/packages/ideconfig/Makefile
@@ -2,10 +2,10 @@
# Don't edit, this file is generated by FPCMake Version 2.0.0
#
default: all
-MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i386-nativent i386-iphonesim i386-android i386-aros m68k-linux m68k-netbsd m68k-amiga m68k-atari m68k-palmos m68k-macosclassic m68k-embedded m68k-sinclairql powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macosclassic powerpc-darwin powerpc-morphos powerpc-embedded powerpc-wii powerpc-aix sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-haiku x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded x86_64-iphonesim x86_64-android x86_64-aros x86_64-dragonfly arm-linux arm-netbsd arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian arm-android arm-aros arm-freertos arm-ios powerpc64-linux powerpc64-darwin powerpc64-embedded powerpc64-aix avr-embedded armeb-linux armeb-embedded mips-linux mipsel-linux mipsel-embedded mipsel-android mips64-linux mips64el-linux jvm-java jvm-android i8086-embedded i8086-msdos i8086-win16 aarch64-linux aarch64-freebsd aarch64-darwin aarch64-win64 aarch64-embedded aarch64-iphonesim aarch64-android aarch64-ios wasm32-embedded wasm32-wasi sparc64-linux riscv32-linux riscv32-embedded riscv32-freertos riscv64-linux riscv64-embedded xtensa-linux xtensa-embedded xtensa-freertos z80-embedded z80-zxspectrum z80-msxdos z80-amstradcpc loongarch64-linux
+MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i386-nativent i386-iphonesim i386-android i386-aros m68k-linux m68k-netbsd m68k-amiga m68k-atari m68k-palmos m68k-macosclassic m68k-embedded m68k-sinclairql m68k-human68k powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macosclassic powerpc-darwin powerpc-morphos powerpc-embedded powerpc-wii powerpc-aix sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-haiku x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded x86_64-iphonesim x86_64-android x86_64-aros x86_64-dragonfly arm-linux arm-netbsd arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian arm-android arm-aros arm-freertos arm-ios powerpc64-linux powerpc64-darwin powerpc64-embedded powerpc64-aix avr-embedded armeb-linux armeb-embedded mips-linux mipsel-linux mipsel-embedded mipsel-android mips64-linux mips64el-linux jvm-java jvm-android i8086-embedded i8086-msdos i8086-win16 aarch64-linux aarch64-freebsd aarch64-darwin aarch64-win64 aarch64-embedded aarch64-iphonesim aarch64-android aarch64-ios wasm32-embedded wasm32-wasi sparc64-linux riscv32-linux riscv32-embedded riscv32-freertos riscv64-linux riscv64-embedded xtensa-linux xtensa-embedded xtensa-freertos z80-embedded z80-zxspectrum z80-msxdos z80-amstradcpc loongarch64-linux
BSDs = freebsd netbsd openbsd darwin dragonfly
UNIXs = linux $(BSDs) solaris qnx haiku aix
-LIMIT83fs = go32v2 os2 emx watcom msdos win16 atari
+LIMIT83fs = go32v2 os2 emx watcom msdos win16 atari human68k
OSNeedsComspecToRunBatch = go32v2 watcom
FORCE:
.PHONY: FORCE
@@ -480,6 +480,9 @@ endif
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
override TARGET_UNITS+=ideconfig.pas
endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override TARGET_UNITS+=ideconfig.pas
+endif
ifeq ($(CPU_OS_TARGET),powerpc-linux)
override TARGET_UNITS+=ideconfig.pas
endif
@@ -813,6 +816,9 @@ endif
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
ifeq ($(CPU_OS_TARGET),powerpc-linux)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
@@ -1054,337 +1060,340 @@ ifeq ($(CPU_OS_TARGET),loongarch64-linux)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(CPU_OS_TARGET),i386-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-go32v2)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-win32)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-os2)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-freebsd)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-beos)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-haiku)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-netbsd)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-solaris)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-netware)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-openbsd)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-wdosx)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-darwin)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-emx)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-watcom)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-netwlibc)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-wince)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-symbian)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-nativent)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-iphonesim)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-android)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-aros)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),m68k-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),m68k-netbsd)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),m68k-amiga)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),m68k-atari)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),m68k-palmos)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),m68k-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),powerpc-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),powerpc-amiga)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),powerpc-darwin)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),powerpc-morphos)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),powerpc-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),powerpc-wii)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),powerpc-aix)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),sparc-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),sparc-netbsd)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),sparc-solaris)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),sparc-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),x86_64-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),x86_64-haiku)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),x86_64-solaris)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),x86_64-darwin)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),x86_64-win64)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),x86_64-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),x86_64-android)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),x86_64-aros)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),arm-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),arm-netbsd)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),arm-palmos)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),arm-wince)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),arm-gba)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),arm-nds)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),arm-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),arm-symbian)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),arm-android)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),arm-aros)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),arm-freertos)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),arm-ios)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),powerpc64-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),powerpc64-aix)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),avr-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),armeb-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),armeb-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),mips-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),mipsel-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),mipsel-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),mipsel-android)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),mips64-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),mips64el-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),jvm-java)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),jvm-android)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i8086-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i8086-msdos)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i8086-win16)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),aarch64-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),aarch64-darwin)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),aarch64-win64)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),aarch64-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),aarch64-android)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),aarch64-ios)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),wasm32-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),wasm32-wasi)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),sparc64-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),riscv32-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),riscv32-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),riscv32-freertos)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),riscv64-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),riscv64-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),xtensa-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),xtensa-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),xtensa-freertos)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),z80-embedded)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),z80-msxdos)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),loongarch64-linux)
-override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
endif
ifeq ($(CPU_OS_TARGET),i386-linux)
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET)
@@ -1479,6 +1488,9 @@ endif
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET)
endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET)
+endif
ifeq ($(CPU_OS_TARGET),powerpc-linux)
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET)
endif
@@ -1720,337 +1732,340 @@ ifeq ($(CPU_OS_TARGET),loongarch64-linux)
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET)
endif
ifeq ($(CPU_OS_TARGET),i386-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-go32v2)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-win32)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-os2)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-freebsd)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-beos)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-haiku)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-netbsd)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-solaris)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-netware)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-openbsd)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-wdosx)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-darwin)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-emx)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-watcom)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-netwlibc)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-wince)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-symbian)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-nativent)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-iphonesim)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-android)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-aros)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),m68k-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),m68k-netbsd)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),m68k-amiga)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),m68k-atari)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),m68k-palmos)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),m68k-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),powerpc-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),powerpc-amiga)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),powerpc-darwin)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),powerpc-morphos)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),powerpc-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),powerpc-wii)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),powerpc-aix)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),sparc-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),sparc-netbsd)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),sparc-solaris)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),sparc-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),x86_64-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),x86_64-haiku)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),x86_64-solaris)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),x86_64-darwin)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),x86_64-win64)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),x86_64-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),x86_64-android)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),x86_64-aros)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),arm-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),arm-netbsd)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),arm-palmos)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),arm-wince)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),arm-gba)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),arm-nds)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),arm-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),arm-symbian)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),arm-android)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),arm-aros)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),arm-freertos)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),arm-ios)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),powerpc64-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),powerpc64-aix)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),avr-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),armeb-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),armeb-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),mips-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),mipsel-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),mipsel-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),mipsel-android)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),mips64-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),mips64el-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),jvm-java)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),jvm-android)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i8086-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i8086-msdos)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i8086-win16)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),aarch64-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),aarch64-darwin)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),aarch64-win64)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),aarch64-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),aarch64-android)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),aarch64-ios)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),wasm32-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),wasm32-wasi)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),sparc64-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),riscv32-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),riscv32-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),riscv32-freertos)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),riscv64-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),riscv64-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),xtensa-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),xtensa-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),xtensa-freertos)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),z80-embedded)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),z80-msxdos)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),loongarch64-linux)
-override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
ifeq ($(CPU_OS_TARGET),i386-linux)
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
@@ -2145,6 +2160,9 @@ endif
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
ifeq ($(CPU_OS_TARGET),powerpc-linux)
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
endif
@@ -3266,6 +3284,9 @@ endif
ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
REQUIRE_PACKAGES_RTL=1
endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+REQUIRE_PACKAGES_RTL=1
+endif
ifeq ($(CPU_OS_TARGET),powerpc-linux)
REQUIRE_PACKAGES_RTL=1
endif
diff --git a/ide/packages/ideconfig/Makefile.compiled b/ide/packages/ideconfig/Makefile.compiled
index 1c60e57a64..e5e099b7fe 100644
--- a/ide/packages/ideconfig/Makefile.compiled
+++ b/ide/packages/ideconfig/Makefile.compiled
@@ -1,5 +1,5 @@
-
+
diff --git a/ide/packages/ideconfig/Makefile.fpc b/ide/packages/ideconfig/Makefile.fpc
index d10fa08b4e..c75712053e 100644
--- a/ide/packages/ideconfig/Makefile.fpc
+++ b/ide/packages/ideconfig/Makefile.fpc
@@ -2,7 +2,7 @@
#
# Makefile.fpc for IdeConfig 1.0
#
-# This file was generated on 3-9-23
+# This file was generated on 11/04/2024
[package]
name=ideconfig
@@ -10,9 +10,9 @@ version=1.0
[compiler]
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
-unitdir=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)
+unitdir=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
includedir=include include/$(OS_TARGET)
-options=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
+options=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
[target]
units=ideconfig.pas
diff --git a/ide/packages/ideconfig/fpmake.pp b/ide/packages/ideconfig/fpmake.pp
index e6d3d4c6fc..cd30173849 100644
--- a/ide/packages/ideconfig/fpmake.pp
+++ b/ide/packages/ideconfig/fpmake.pp
@@ -3,7 +3,7 @@
fpmake.pp for IdeConfig 1.0
- This file was generated on 06.04.2024
+ This file was generated on 11/04/2024
}
{$ifndef ALLPACKAGES}
@@ -30,10 +30,11 @@ begin
P.Author:='Lazarus Team';
P.License:='GPLv2';
- P.Description:='-- This package is part of the IDE --'#10'This package does not guarantee any particular interface/API. Files are maintained for the use by the IDE.'#10''#10'Files in this package are for the main configuration of the IDE.';
+ P.Description:='-- This package is part of the IDE --'#13#10'This package does not guarantee any particular interface/API. Files are maintained for the use by the IDE.'#13#10''#13#10'Files in this package are for the main configuration of the IDE.';
P.Flags.Add('LazarusDsgnPkg');
+ D := P.Dependencies.Add('ideintf');
D := P.Dependencies.Add('codetools');
D := P.Dependencies.Add('debuggerintf');
D := P.Dependencies.Add('buildintf');
@@ -46,6 +47,8 @@ begin
P.Options.Add('-gl');
P.Options.Add('-l');
P.Options.Add('-vewnhibq');
+ P.Options.Add('-dLCL');
+ P.Options.Add('-dLCL$(LCLWidgetType)');
P.IncludePath.Add('include');
P.IncludePath.Add('include/$(OS)');
P.UnitPath.Add('.');
@@ -59,6 +62,7 @@ begin
t.Dependencies.AddUnit('environmentopts');
t.Dependencies.AddUnit('etfpcmsgfilepool');
t.Dependencies.AddUnit('etmakemsgparser');
+ t.Dependencies.AddUnit('fppkghelper');
t.Dependencies.AddUnit('idecmdline');
t.Dependencies.AddUnit('ideconfstrconsts');
t.Dependencies.AddUnit('ideguicmdline');
@@ -73,6 +77,7 @@ begin
t.Dependencies.AddUnit('searchpathprocs');
t.Dependencies.AddUnit('toolbaroptionsbase');
t.Dependencies.AddUnit('transfermacros');
+ t.Dependencies.AddUnit('inputhistory');
T:=P.Targets.AddUnit('compileroptions.pp');
T:=P.Targets.AddUnit('compoptsmodes.pas');
@@ -83,6 +88,7 @@ begin
T:=P.Targets.AddUnit('environmentopts.pp');
T:=P.Targets.AddUnit('etfpcmsgfilepool.pas');
T:=P.Targets.AddUnit('etmakemsgparser.pas');
+ T:=P.Targets.AddUnit('fppkghelper.pas');
T:=P.Targets.AddUnit('idecmdline.pas');
T:=P.Targets.AddUnit('ideconfstrconsts.pas');
T:=P.Targets.AddUnit('ideguicmdline.pas');
@@ -97,6 +103,7 @@ begin
T:=P.Targets.AddUnit('searchpathprocs.pas');
T:=P.Targets.AddUnit('toolbaroptionsbase.pas');
T:=P.Targets.AddUnit('transfermacros.pp');
+ T:=P.Targets.AddUnit('inputhistory.pas');
// copy the compiled file, so the IDE knows how the package was compiled
P.Sources.AddSrc('ideconfig.compiled');
diff --git a/ide/packages/ideconfig/ideconfig.lpk b/ide/packages/ideconfig/ideconfig.lpk
index ea34185aa4..bf9c883a40 100644
--- a/ide/packages/ideconfig/ideconfig.lpk
+++ b/ide/packages/ideconfig/ideconfig.lpk
@@ -127,12 +127,19 @@ Files in this package are for the main configuration of the IDE."/>
+ -
+
+
+
+ -
+
+
-
diff --git a/ide/packages/ideconfig/ideconfig.pas b/ide/packages/ideconfig/ideconfig.pas
index f4a0edc049..8f4426bd69 100644
--- a/ide/packages/ideconfig/ideconfig.pas
+++ b/ide/packages/ideconfig/ideconfig.pas
@@ -9,11 +9,10 @@ interface
uses
CompilerOptions, CompOptsModes, CoolBarOptions, DiffPatch, EditDefineTree,
- EditorToolBarOptions, EnvironmentOpts, etFPCMsgFilePool, etMakeMsgParser,
- FppkgHelper, IDECmdLine, IdeConfStrConsts, IDEGuiCmdLine, IDEOptionDefs,
- IDEProcs, IdeXmlConfigProcs, LazConf, ModeMatrixOpts, ParsedCompilerOpts,
- ProjPackCommon, RecentListProcs, SearchPathProcs, ToolBarOptionsBase,
- TransferMacros, LazarusPackageIntf;
+ EditorToolBarOptions, EnvironmentOpts, etFPCMsgFilePool, etMakeMsgParser, FppkgHelper,
+ IDECmdLine, IdeConfStrConsts, IDEGuiCmdLine, IDEOptionDefs, IDEProcs, IdeXmlConfigProcs,
+ LazConf, ModeMatrixOpts, ParsedCompilerOpts, ProjPackCommon, RecentListProcs, SearchPathProcs,
+ ToolBarOptionsBase, TransferMacros, InputHistory, LazarusPackageIntf;
implementation
diff --git a/ide/inputhistory.pas b/ide/packages/ideconfig/inputhistory.pas
similarity index 100%
rename from ide/inputhistory.pas
rename to ide/packages/ideconfig/inputhistory.pas
diff --git a/ide/packages/idepackager/Makefile b/ide/packages/idepackager/Makefile
new file mode 100644
index 0000000000..688b62cd4b
--- /dev/null
+++ b/ide/packages/idepackager/Makefile
@@ -0,0 +1,3890 @@
+#
+# Don't edit, this file is generated by FPCMake Version 2.0.0
+#
+default: all
+MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i386-nativent i386-iphonesim i386-android i386-aros m68k-linux m68k-netbsd m68k-amiga m68k-atari m68k-palmos m68k-macosclassic m68k-embedded m68k-sinclairql m68k-human68k powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macosclassic powerpc-darwin powerpc-morphos powerpc-embedded powerpc-wii powerpc-aix sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-haiku x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded x86_64-iphonesim x86_64-android x86_64-aros x86_64-dragonfly arm-linux arm-netbsd arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian arm-android arm-aros arm-freertos arm-ios powerpc64-linux powerpc64-darwin powerpc64-embedded powerpc64-aix avr-embedded armeb-linux armeb-embedded mips-linux mipsel-linux mipsel-embedded mipsel-android mips64-linux mips64el-linux jvm-java jvm-android i8086-embedded i8086-msdos i8086-win16 aarch64-linux aarch64-freebsd aarch64-darwin aarch64-win64 aarch64-embedded aarch64-iphonesim aarch64-android aarch64-ios wasm32-embedded wasm32-wasi sparc64-linux riscv32-linux riscv32-embedded riscv32-freertos riscv64-linux riscv64-embedded xtensa-linux xtensa-embedded xtensa-freertos z80-embedded z80-zxspectrum z80-msxdos z80-amstradcpc loongarch64-linux
+BSDs = freebsd netbsd openbsd darwin dragonfly
+UNIXs = linux $(BSDs) solaris qnx haiku aix
+LIMIT83fs = go32v2 os2 emx watcom msdos win16 atari human68k
+OSNeedsComspecToRunBatch = go32v2 watcom
+FORCE:
+.PHONY: FORCE
+lc = $(subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(subst G,g,$(subst H,h,$(subst I,i,$(subst J,j,$(subst K,k,$(subst L,l,$(subst M,m,$(subst N,n,$(subst O,o,$(subst P,p,$(subst Q,q,$(subst R,r,$(subst S,s,$(subst T,t,$(subst U,u,$(subst V,v,$(subst W,w,$(subst X,x,$(subst Y,y,$(subst Z,z,$1))))))))))))))))))))))))))
+override PATH:=$(patsubst %/,%,$(subst \,/,$(PATH)))
+ifneq ($(findstring darwin,$(OSTYPE)),)
+inUnix=1 #darwin
+SEARCHPATH:=$(filter-out .,$(subst :, ,$(PATH)))
+else
+ifeq ($(findstring ;,$(PATH)),)
+inUnix=1
+SEARCHPATH:=$(filter-out .,$(subst :, ,$(PATH)))
+else
+SEARCHPATH:=$(subst ;, ,$(PATH))
+endif
+endif
+SEARCHPATH+=$(patsubst %/,%,$(subst \,/,$(dir $(MAKE))))
+PWD:=$(strip $(wildcard $(addsuffix /pwd.exe,$(SEARCHPATH))))
+ifeq ($(PWD),)
+PWD:=$(strip $(wildcard $(addsuffix /pwd,$(SEARCHPATH))))
+ifeq ($(PWD),)
+$(error You need the GNU utils package to use this Makefile)
+else
+PWD:=$(firstword $(PWD))
+SRCEXEEXT=
+endif
+else
+PWD:=$(firstword $(PWD))
+SRCEXEEXT=.exe
+endif
+ifndef inUnix
+ifeq ($(OS),Windows_NT)
+inWinNT=1
+else
+ifdef OS2_SHELL
+inOS2=1
+endif
+endif
+else
+ifneq ($(findstring cygdrive,$(PATH)),)
+inCygWin=1
+endif
+endif
+ifdef inUnix
+SRCBATCHEXT=.sh
+else
+ifdef inOS2
+SRCBATCHEXT=.cmd
+else
+SRCBATCHEXT=.bat
+endif
+endif
+ifdef COMSPEC
+ifneq ($(filter $(OS_SOURCE),$(OSNeedsComspecToRunBatch)),)
+ifndef RUNBATCH
+RUNBATCH=$(COMSPEC) /C
+endif
+endif
+endif
+ifdef inUnix
+PATHSEP=/
+else
+PATHSEP:=$(subst /,\,/)
+ifdef inCygWin
+PATHSEP=/
+endif
+endif
+ifdef PWD
+BASEDIR:=$(subst \,/,$(shell $(PWD)))
+ifdef inCygWin
+ifneq ($(findstring /cygdrive/,$(BASEDIR)),)
+BASENODIR:=$(patsubst /cygdrive%,%,$(BASEDIR))
+BASEDRIVE:=$(firstword $(subst /, ,$(BASENODIR)))
+BASEDIR:=$(subst /cygdrive/$(BASEDRIVE)/,$(BASEDRIVE):/,$(BASEDIR))
+endif
+endif
+else
+BASEDIR=.
+endif
+ifdef inOS2
+ifndef ECHO
+ECHO:=$(strip $(wildcard $(addsuffix /gecho$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO:=$(strip $(wildcard $(addsuffix /echo$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO=echo
+else
+ECHO:=$(firstword $(ECHO))
+endif
+else
+ECHO:=$(firstword $(ECHO))
+endif
+endif
+export ECHO
+endif
+ifndef FPC
+ifdef PP
+FPC=$(PP)
+endif
+endif
+ifndef FPC
+FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH))))
+ifneq ($(FPCPROG),)
+FPCPROG:=$(firstword $(FPCPROG))
+ifneq ($(CPU_TARGET),)
+FPC:=$(shell $(FPCPROG) -P$(CPU_TARGET) -PB)
+else
+FPC:=$(shell $(FPCPROG) -PB)
+endif
+ifneq ($(findstring Error,$(FPC)),)
+override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
+else
+ifeq ($(strip $(wildcard $(FPC))),)
+FPC:=$(firstword $(FPCPROG))
+endif
+endif
+else
+override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
+endif
+endif
+override FPC:=$(subst $(SRCEXEEXT),,$(FPC))
+override FPC:=$(subst \,/,$(FPC))$(SRCEXEEXT)
+FOUNDFPC:=$(strip $(wildcard $(FPC)))
+ifeq ($(FOUNDFPC),)
+FOUNDFPC=$(strip $(wildcard $(addsuffix /$(FPC),$(SEARCHPATH))))
+ifeq ($(FOUNDFPC),)
+$(error Compiler $(FPC) not found)
+endif
+endif
+ifndef FPC_COMPILERINFO
+FPC_COMPILERINFO:=$(shell $(FPC) -iVSPTPSOTO)
+endif
+ifndef FPC_VERSION
+FPC_VERSION:=$(word 1,$(FPC_COMPILERINFO))
+endif
+export FPC FPC_VERSION FPC_COMPILERINFO
+unexport CHECKDEPEND ALLDEPENDENCIES
+ifndef CPU_TARGET
+ifdef CPU_TARGET_DEFAULT
+CPU_TARGET=$(CPU_TARGET_DEFAULT)
+endif
+endif
+ifndef OS_TARGET
+ifdef OS_TARGET_DEFAULT
+OS_TARGET=$(OS_TARGET_DEFAULT)
+endif
+endif
+ifndef CPU_SOURCE
+CPU_SOURCE:=$(word 2,$(FPC_COMPILERINFO))
+endif
+ifndef CPU_TARGET
+CPU_TARGET:=$(word 3,$(FPC_COMPILERINFO))
+endif
+ifndef OS_SOURCE
+OS_SOURCE:=$(word 4,$(FPC_COMPILERINFO))
+endif
+ifndef OS_TARGET
+OS_TARGET:=$(word 5,$(FPC_COMPILERINFO))
+endif
+CPU_OS_TARGET=$(CPU_TARGET)-$(OS_TARGET)
+ifdef SUB_TARGET
+L_SUB_TARGET=$(call lc,$(SUB_TARGET))
+FULL_TARGET:=$(CPU_TARGET)-$(OS_TARGET)-$(L_SUB_TARGET)
+else
+FULL_TARGET:=$(CPU_TARGET)-$(OS_TARGET)
+endif
+CPU_OS_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)
+ifdef SUB_SOURCE
+L_SUB_SOURCE=$(call lc,$(SUB_SOURCE))
+FULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)-$(L_SUB_SOURCE)
+else
+FULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)
+endif
+ifeq ($(CPU_TARGET),armeb)
+ARCH=arm
+override FPCOPT+=-Cb
+else
+ifeq ($(CPU_TARGET),armel)
+ARCH=arm
+override FPCOPT+=-CaEABI
+else
+ARCH=$(CPU_TARGET)
+endif
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+endif
+ifdef SUB_TARGET
+FPCOPT+=-t$(SUB_TARGET)
+FPMAKE_OPT+=--subtarget=$(SUB_TARGET)
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for arm-embedded, a sub-architecture (e.g. SUBARCH=armv4t or SUBARCH=armv7m) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for avr-embedded, a sub-architecture (e.g. SUBARCH=avr25 or SUBARCH=avr35) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for mipsel-embedded, a sub-architecture (e.g. SUBARCH=pic32mx) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for xtensa-embedded, a sub-architecture (e.g. SUBARCH=lx106 or SUBARCH=lx6) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+ifeq ($(SUBARCH),)
+$(error When compiling for xtensa-freertos, a sub-architecture (e.g. SUBARCH=lx106 or SUBARCH=lx6) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+ifeq ($(SUBARCH),)
+$(error When compiling for arm-freertos, a sub-architecture (e.g. SUBARCH=armv6m or SUBARCH=armv7em) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifneq ($(filter $(OS_SOURCE),$(LIMIT83fs)),)
+TARGETSUFFIX=$(OS_TARGET)
+SOURCESUFFIX=$(OS_SOURCE)
+else
+ifneq ($(filter $(OS_TARGET),$(LIMIT83fs)),)
+TARGETSUFFIX=$(OS_TARGET)
+else
+TARGETSUFFIX=$(FULL_TARGET)
+endif
+SOURCESUFFIX=$(FULL_SOURCE)
+endif
+ifneq ($(CPU_OS_TARGET),$(CPU_OS_SOURCE))
+CROSSCOMPILE=1
+endif
+ifeq ($(findstring makefile,$(MAKECMDGOALS)),)
+ifeq ($(filter $(CPU_OS_TARGET),$(MAKEFILETARGETS)),)
+$(error The Makefile doesn't support target $(FULL_TARGET), please run fpcmake first)
+endif
+endif
+ifneq ($(filter $(OS_TARGET),$(BSDs)),)
+BSDhier=1
+endif
+ifeq ($(OS_TARGET),linux)
+linuxHier=1
+endif
+ifndef CROSSCOMPILE
+BUILDFULLNATIVE=1
+export BUILDFULLNATIVE
+endif
+ifdef BUILDFULLNATIVE
+BUILDNATIVE=1
+export BUILDNATIVE
+endif
+export OS_TARGET OS_SOURCE ARCH CPU_TARGET CPU_SOURCE SUB_TARGET SUB_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE CPU_OS_TARGET CPU_OS_SOURCE
+ifdef FPCDIR
+override FPCDIR:=$(subst \,/,$(FPCDIR))
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR=wrong
+endif
+else
+override FPCDIR=wrong
+endif
+ifdef DEFAULT_FPCDIR
+ifeq ($(FPCDIR),wrong)
+override FPCDIR:=$(subst \,/,$(DEFAULT_FPCDIR))
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR=wrong
+endif
+endif
+endif
+ifeq ($(FPCDIR),wrong)
+ifdef inUnix
+override FPCDIR=/usr/local/lib/fpc/$(FPC_VERSION)
+ifeq ($(wildcard $(FPCDIR)/units),)
+override FPCDIR=/usr/lib/fpc/$(FPC_VERSION)
+endif
+else
+override FPCDIR:=$(subst /$(FPC),,$(firstword $(strip $(wildcard $(addsuffix /$(FPC),$(SEARCHPATH))))))
+override FPCDIR:=$(FPCDIR)/..
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR:=$(FPCDIR)/..
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR:=$(BASEDIR)
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR=c:/pp
+endif
+endif
+endif
+endif
+endif
+ifndef CROSSBINDIR
+CROSSBINDIR:=$(wildcard $(FPCDIR)/bin/$(TARGETSUFFIX))
+endif
+ifneq ($(filter $(OS_TARGET),darwin iphonesim ios),)
+ifneq ($(filter $(OS_SOURCE),darwin ios),)
+DARWIN2DARWIN=1
+endif
+endif
+ifndef BINUTILSPREFIX
+ifndef CROSSBINDIR
+ifdef CROSSCOMPILE
+ifneq ($(OS_TARGET),msdos)
+ifndef DARWIN2DARWIN
+ifneq ($(CPU_TARGET),jvm)
+BINUTILSPREFIX=$(CPU_TARGET)-$(OS_TARGET)-
+ifeq ($(OS_TARGET),android)
+ifeq ($(CPU_TARGET),arm)
+BINUTILSPREFIX=arm-linux-androideabi-
+else
+ifeq ($(CPU_TARGET),i386)
+BINUTILSPREFIX=i686-linux-android-
+else
+BINUTILSPREFIX=$(CPU_TARGET)-linux-android-
+endif
+endif
+endif
+endif
+endif
+else
+BINUTILSPREFIX=$(OS_TARGET)-
+endif
+endif
+endif
+endif
+UNITSDIR:=$(wildcard $(FPCDIR)/units/$(TARGETSUFFIX))
+ifeq ($(UNITSDIR),)
+UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
+endif
+PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages)
+ifndef FPCFPMAKE
+ifdef CROSSCOMPILE
+ifeq ($(strip $(wildcard $(addsuffix /compiler/ppc$(SRCEXEEXT),$(FPCDIR)))),)
+FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH))))
+ifneq ($(FPCPROG),)
+FPCPROG:=$(firstword $(FPCPROG))
+FPCFPMAKE:=$(shell $(FPCPROG) -PB)
+ifeq ($(strip $(wildcard $(FPCFPMAKE))),)
+FPCFPMAKE:=$(firstword $(FPCPROG))
+endif
+else
+override FPCFPMAKE=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
+endif
+else
+FPCFPMAKE=$(strip $(wildcard $(addsuffix /compiler/ppc$(SRCEXEEXT),$(FPCDIR))))
+FPMAKE_SKIP_CONFIG=-n
+export FPCFPMAKE
+export FPMAKE_SKIP_CONFIG
+endif
+else
+FPMAKE_SKIP_CONFIG=-n
+FPCFPMAKE=$(FPC)
+endif
+endif
+override PACKAGE_NAME=idepackager
+override PACKAGE_VERSION=1.0
+ifndef LCL_PLATFORM
+ifeq ($(OS_TARGET),win32)
+LCL_PLATFORM=win32
+else
+ifeq ($(OS_TARGET),win64)
+LCL_PLATFORM=win32
+else
+ifeq ($(OS_TARGET),darwin)
+LCL_PLATFORM=cocoa
+else
+LCL_PLATFORM=gtk2
+endif
+endif
+endif
+endif
+export LCL_PLATFORM
+DBG_OPTIONS=
+ifeq ($(OS_TARGET),darwin)
+DBG_OPTIONS=-gw
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override TARGET_UNITS+=idepackager.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifdef REQUIRE_UNITSDIR
+override UNITSDIR+=$(REQUIRE_UNITSDIR)
+endif
+ifdef REQUIRE_PACKAGESDIR
+override PACKAGESDIR+=$(REQUIRE_PACKAGESDIR)
+endif
+ifdef ZIPINSTALL
+ifneq ($(filter $(OS_TARGET),$(UNIXs)),)
+UNIXHier=1
+endif
+else
+ifneq ($(filter $(OS_SOURCE),$(UNIXs)),)
+UNIXHier=1
+endif
+endif
+ifndef INSTALL_PREFIX
+ifdef PREFIX
+INSTALL_PREFIX=$(PREFIX)
+endif
+endif
+ifndef INSTALL_PREFIX
+ifdef UNIXHier
+INSTALL_PREFIX=/usr/local
+else
+ifdef INSTALL_FPCPACKAGE
+INSTALL_BASEDIR:=/pp
+else
+INSTALL_BASEDIR:=/$(PACKAGE_NAME)
+endif
+endif
+endif
+export INSTALL_PREFIX
+ifdef INSTALL_FPCSUBDIR
+export INSTALL_FPCSUBDIR
+endif
+ifndef DIST_DESTDIR
+DIST_DESTDIR:=$(BASEDIR)
+endif
+export DIST_DESTDIR
+ifndef COMPILER_UNITTARGETDIR
+ifdef PACKAGEDIR_MAIN
+COMPILER_UNITTARGETDIR=$(PACKAGEDIR_MAIN)/units/$(TARGETSUFFIX)
+else
+COMPILER_UNITTARGETDIR=units/$(TARGETSUFFIX)
+endif
+endif
+ifndef COMPILER_TARGETDIR
+COMPILER_TARGETDIR=.
+endif
+ifndef INSTALL_BASEDIR
+ifdef UNIXHier
+ifdef INSTALL_FPCPACKAGE
+INSTALL_BASEDIR:=$(INSTALL_PREFIX)/lib/fpc/$(FPC_VERSION)
+else
+INSTALL_BASEDIR:=$(INSTALL_PREFIX)/lib/$(PACKAGE_NAME)
+endif
+else
+INSTALL_BASEDIR:=$(INSTALL_PREFIX)
+endif
+endif
+ifndef INSTALL_BINDIR
+ifdef UNIXHier
+INSTALL_BINDIR:=$(INSTALL_PREFIX)/bin
+else
+INSTALL_BINDIR:=$(INSTALL_BASEDIR)/bin
+ifdef INSTALL_FPCPACKAGE
+ifdef CROSSCOMPILE
+ifdef CROSSINSTALL
+INSTALL_BINDIR:=$(INSTALL_BINDIR)/$(SOURCESUFFIX)
+else
+INSTALL_BINDIR:=$(INSTALL_BINDIR)/$(TARGETSUFFIX)
+endif
+else
+INSTALL_BINDIR:=$(INSTALL_BINDIR)/$(TARGETSUFFIX)
+endif
+endif
+endif
+endif
+ifndef INSTALL_UNITDIR
+INSTALL_UNITDIR:=$(INSTALL_BASEDIR)/units/$(TARGETSUFFIX)
+ifdef INSTALL_FPCPACKAGE
+ifdef PACKAGE_NAME
+INSTALL_UNITDIR:=$(INSTALL_UNITDIR)/$(PACKAGE_NAME)
+endif
+endif
+endif
+ifndef INSTALL_LIBDIR
+ifdef UNIXHier
+INSTALL_LIBDIR:=$(INSTALL_PREFIX)/lib
+else
+INSTALL_LIBDIR:=$(INSTALL_UNITDIR)
+endif
+endif
+ifndef INSTALL_SOURCEDIR
+ifdef UNIXHier
+ifdef BSDhier
+SRCPREFIXDIR=share/src
+else
+ifdef linuxHier
+SRCPREFIXDIR=share/src
+else
+SRCPREFIXDIR=src
+endif
+endif
+ifdef INSTALL_FPCPACKAGE
+ifdef INSTALL_FPCSUBDIR
+INSTALL_SOURCEDIR:=$(INSTALL_PREFIX)/$(SRCPREFIXDIR)/fpc-$(FPC_VERSION)/$(INSTALL_FPCSUBDIR)/$(PACKAGE_NAME)
+else
+INSTALL_SOURCEDIR:=$(INSTALL_PREFIX)/$(SRCPREFIXDIR)/fpc-$(FPC_VERSION)/$(PACKAGE_NAME)
+endif
+else
+INSTALL_SOURCEDIR:=$(INSTALL_PREFIX)/$(SRCPREFIXDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+endif
+else
+ifdef INSTALL_FPCPACKAGE
+ifdef INSTALL_FPCSUBDIR
+INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source/$(INSTALL_FPCSUBDIR)/$(PACKAGE_NAME)
+else
+INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source/$(PACKAGE_NAME)
+endif
+else
+INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source
+endif
+endif
+endif
+ifndef INSTALL_DOCDIR
+ifdef UNIXHier
+ifdef BSDhier
+DOCPREFIXDIR=share/doc
+else
+ifdef linuxHier
+DOCPREFIXDIR=share/doc
+else
+DOCPREFIXDIR=doc
+endif
+endif
+ifdef INSTALL_FPCPACKAGE
+INSTALL_DOCDIR:=$(INSTALL_PREFIX)/$(DOCPREFIXDIR)/fpc-$(FPC_VERSION)/$(PACKAGE_NAME)
+else
+INSTALL_DOCDIR:=$(INSTALL_PREFIX)/$(DOCPREFIXDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+endif
+else
+ifdef INSTALL_FPCPACKAGE
+INSTALL_DOCDIR:=$(INSTALL_BASEDIR)/doc/$(PACKAGE_NAME)
+else
+INSTALL_DOCDIR:=$(INSTALL_BASEDIR)/doc
+endif
+endif
+endif
+ifndef INSTALL_EXAMPLEDIR
+ifdef UNIXHier
+ifdef INSTALL_FPCPACKAGE
+ifdef BSDhier
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/share/examples/fpc-$(FPC_VERSION)/$(PACKAGE_NAME)
+else
+ifdef linuxHier
+INSTALL_EXAMPLEDIR:=$(INSTALL_DOCDIR)/examples
+else
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/doc/fpc-$(FPC_VERSION)/examples/$(PACKAGE_NAME)
+endif
+endif
+else
+ifdef BSDhier
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/share/examples/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+else
+ifdef linuxHier
+INSTALL_EXAMPLEDIR:=$(INSTALL_DOCDIR)/examples/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+else
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/doc/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+endif
+endif
+endif
+else
+ifdef INSTALL_FPCPACKAGE
+INSTALL_EXAMPLEDIR:=$(INSTALL_BASEDIR)/examples/$(PACKAGE_NAME)
+else
+INSTALL_EXAMPLEDIR:=$(INSTALL_BASEDIR)/examples
+endif
+endif
+endif
+ifndef INSTALL_DATADIR
+INSTALL_DATADIR=$(INSTALL_BASEDIR)
+endif
+ifndef INSTALL_SHAREDDIR
+INSTALL_SHAREDDIR=$(INSTALL_PREFIX)/lib
+endif
+ifdef CROSSCOMPILE
+ifndef CROSSBINDIR
+CROSSBINDIR:=$(wildcard $(CROSSTARGETDIR)/bin/$(SOURCESUFFIX))
+ifeq ($(CROSSBINDIR),)
+CROSSBINDIR:=$(wildcard $(INSTALL_BASEDIR)/cross/$(TARGETSUFFIX)/bin/$(FULL_SOURCE))
+endif
+endif
+else
+CROSSBINDIR=
+endif
+ifeq ($(OS_SOURCE),linux)
+ifndef GCCLIBDIR
+ifeq ($(CPU_TARGET),i386)
+ifneq ($(filter x86_64,$(shell uname -a)),)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-m32
+endif
+endif
+endif
+ifeq ($(CPU_TARGET),powerpc)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-m32
+endif
+endif
+ifeq ($(CPU_TARGET),powerpc64)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -m64 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-m64
+endif
+endif
+ifeq ($(CPU_TARGET),sparc)
+ifneq ($(filter sparc64,$(shell uname -a)),)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-m32
+endif
+endif
+endif
+ifneq ($(filter $(CPU_TARGET),mips64 mipsel64),)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -mabi=64 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-mabi=64
+endif
+endif
+ifneq ($(filter $(CPU_TARGET),mips mipsel),)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -mabi=32 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-mabi=32
+endif
+endif
+ifeq ($(BINUTILSPREFIX),)
+ifeq ($(GCCLIBDIR),)
+GCCLIBDIR:=$(shell dirname `gcc -print-libgcc-file-name`)
+endif
+else
+ifeq ($(CROSSGCCOPT),)
+CROSSGCCOPT=-g
+endif
+endif
+endif
+ifdef FPCFPMAKE
+FPCFPMAKE_CPU_TARGET=$(shell $(FPCFPMAKE) -iTP)
+ifeq ($(CPU_TARGET),$(FPCFPMAKE_CPU_TARGET))
+FPCMAKEGCCLIBDIR:=$(GCCLIBDIR)
+else
+ifneq ($(filter $(FPCFPMAKE_CPU_TARGET),aarch64 powerpc64 riscv64 sparc64 x86_64 loongarch64),)
+FPCMAKE_CROSSGCCOPT=-m64
+else
+ifneq ($(filter $(FPCFPMAKE_CPU_TARGET),mips64 mips64el),)
+FPCMAKE_CROSSGCCOPT=-mabi=64
+else
+ifneq ($(filter $(FPCFPMAKE_CPU_TARGET),mips mipsel),)
+FPCMAKE_CROSSGCCOPT=-mabi=32
+else
+ifeq ($(FPCFPMAKE_CPU_TARGET),riscv64)
+FPCMAKE_CROSSGCCOPT=-mabi=lp64
+else
+ifeq ($(FPCFPMAKE_CPU_TARGET),riscv32)
+FPCMAKE_CROSSGCCOPT=-mabi=ilp32
+else
+ifeq ($(FPCFPMAKE_CPU_TARGET),loongarch64)
+FPCMAKE_CROSSGCCOPT=-mabi=lp64d
+else
+FPCMAKE_CROSSGCCOPT=-m32
+endif
+endif
+endif
+endif
+endif
+endif
+FPCMAKEGCCLIBDIR:=$(shell dirname `gcc $(FPCMAKE_CROSSGCCOPT) -print-libgcc-file-name`)
+endif
+endif
+ifndef FPCMAKEGCCLIBDIR
+FPCMAKEGCCLIBDIR:=$(shell dirname `gcc -print-libgcc-file-name`)
+endif
+ifndef GCCLIBDIR
+CROSSGCC=$(strip $(wildcard $(addsuffix /$(BINUTILSPREFIX)gcc$(SRCEXEEXT),$(SEARCHPATH))))
+ifneq ($(CROSSGCC),)
+GCCLIBDIR:=$(shell dirname `$(CROSSGCC) $(CROSSGCCOPT) -print-libgcc-file-name`)
+endif
+endif
+endif
+ifdef inUnix
+ifeq ($(OS_SOURCE),netbsd)
+OTHERLIBDIR:=/usr/pkg/lib
+endif
+export GCCLIBDIR FPCMAKEGCCLIBDIR OTHERLIBDIR
+endif
+BATCHEXT=.bat
+LOADEREXT=.as
+EXEEXT=.exe
+PPLEXT=.ppl
+PPUEXT=.ppu
+OEXT=.o
+LTOEXT=.bc
+ASMEXT=.s
+SMARTEXT=.sl
+STATICLIBEXT=.a
+SHAREDLIBEXT=.so
+SHAREDLIBPREFIX=libfp
+STATICLIBPREFIX=libp
+IMPORTLIBPREFIX=libimp
+RSTEXT=.rst
+EXEDBGEXT=.dbg
+ifeq ($(OS_TARGET),go32v1)
+STATICLIBPREFIX=
+SHORTSUFFIX=v1
+endif
+ifeq ($(OS_TARGET),go32v2)
+STATICLIBPREFIX=
+SHORTSUFFIX=dos
+IMPORTLIBPREFIX=
+endif
+ifeq ($(OS_TARGET),watcom)
+STATICLIBPREFIX=
+OEXT=.obj
+ASMEXT=.asm
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=wat
+IMPORTLIBPREFIX=
+endif
+ifneq ($(CPU_TARGET),jvm)
+ifeq ($(OS_TARGET),android)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=lnx
+endif
+endif
+ifeq ($(OS_TARGET),linux)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=lnx
+endif
+ifeq ($(OS_TARGET),dragonfly)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=df
+endif
+ifeq ($(OS_TARGET),freebsd)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=fbs
+endif
+ifeq ($(OS_TARGET),netbsd)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=nbs
+endif
+ifeq ($(OS_TARGET),openbsd)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=obs
+endif
+ifeq ($(OS_TARGET),win32)
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=w32
+endif
+ifeq ($(OS_TARGET),os2)
+BATCHEXT=.cmd
+AOUTEXT=.out
+STATICLIBPREFIX=
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=os2
+ECHO=echo
+IMPORTLIBPREFIX=
+endif
+ifeq ($(OS_TARGET),emx)
+BATCHEXT=.cmd
+AOUTEXT=.out
+STATICLIBPREFIX=
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=emx
+ECHO=echo
+IMPORTLIBPREFIX=
+endif
+ifeq ($(OS_TARGET),amiga)
+EXEEXT=
+SHAREDLIBEXT=.library
+SHORTSUFFIX=amg
+endif
+ifeq ($(OS_TARGET),aros)
+EXEEXT=
+SHAREDLIBEXT=.library
+SHORTSUFFIX=aros
+endif
+ifeq ($(OS_TARGET),morphos)
+EXEEXT=
+SHAREDLIBEXT=.library
+SHORTSUFFIX=mos
+endif
+ifeq ($(OS_TARGET),atari)
+EXEEXT=.ttp
+SHORTSUFFIX=ata
+endif
+ifeq ($(OS_TARGET),beos)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=be
+endif
+ifeq ($(OS_TARGET),haiku)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=hai
+endif
+ifeq ($(OS_TARGET),solaris)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=sun
+endif
+ifeq ($(OS_TARGET),qnx)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=qnx
+endif
+ifeq ($(OS_TARGET),netware)
+EXEEXT=.nlm
+STATICLIBPREFIX=
+SHORTSUFFIX=nw
+IMPORTLIBPREFIX=imp
+endif
+ifeq ($(OS_TARGET),netwlibc)
+EXEEXT=.nlm
+STATICLIBPREFIX=
+SHORTSUFFIX=nwl
+IMPORTLIBPREFIX=imp
+endif
+ifeq ($(OS_TARGET),macosclassic)
+BATCHEXT=
+EXEEXT=
+DEBUGSYMEXT=.xcoff
+SHORTSUFFIX=mac
+IMPORTLIBPREFIX=imp
+endif
+ifneq ($(filter $(OS_TARGET),darwin iphonesim ios),)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=dwn
+EXEDBGEXT=.dSYM
+endif
+ifeq ($(OS_TARGET),gba)
+EXEEXT=.gba
+SHAREDLIBEXT=.so
+SHORTSUFFIX=gba
+endif
+ifeq ($(OS_TARGET),symbian)
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=symbian
+endif
+ifeq ($(OS_TARGET),NativeNT)
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=nativent
+endif
+ifeq ($(OS_TARGET),wii)
+EXEEXT=.dol
+SHAREDLIBEXT=.so
+SHORTSUFFIX=wii
+endif
+ifeq ($(OS_TARGET),aix)
+BATCHEXT=.sh
+EXEEXT=
+SHAREDLIBEXT=.a
+SHORTSUFFIX=aix
+endif
+ifeq ($(OS_TARGET),java)
+OEXT=.class
+ASMEXT=.j
+SHAREDLIBEXT=.jar
+SHORTSUFFIX=java
+endif
+ifeq ($(CPU_TARGET),jvm)
+ifeq ($(OS_TARGET),android)
+OEXT=.class
+ASMEXT=.j
+SHAREDLIBEXT=.jar
+SHORTSUFFIX=android
+endif
+endif
+ifeq ($(OS_TARGET),msdos)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+SHORTSUFFIX=d16
+endif
+ifeq ($(OS_TARGET),msxdos)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+SHORTSUFFIX=msd
+endif
+ifeq ($(OS_TARGET),embedded)
+ifeq ($(CPU_TARGET),i8086)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+else
+EXEEXT=.bin
+endif
+ifeq ($(CPU_TARGET),z80)
+OEXT=.rel
+endif
+SHORTSUFFIX=emb
+endif
+ifeq ($(OS_TARGET),win16)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=w16
+endif
+ifeq ($(OS_TARGET),zxspectrum)
+OEXT=.rel
+endif
+ifeq ($(OS_TARGET),wasi)
+EXEEXT=.wasm
+endif
+ifneq ($(filter $(OS_SOURCE),$(LIMIT83fs)),)
+FPCMADE=fpcmade.$(SHORTSUFFIX)
+ZIPSUFFIX=$(SHORTSUFFIX)
+ZIPCROSSPREFIX=
+ZIPSOURCESUFFIX=src
+ZIPEXAMPLESUFFIX=exm
+else
+FPCMADE=fpcmade.$(TARGETSUFFIX)
+ZIPSOURCESUFFIX=.source
+ZIPEXAMPLESUFFIX=.examples
+ifdef CROSSCOMPILE
+ZIPSUFFIX=.$(SOURCESUFFIX)
+ZIPCROSSPREFIX=$(TARGETSUFFIX)-
+else
+ZIPSUFFIX=.$(TARGETSUFFIX)
+ZIPCROSSPREFIX=
+endif
+endif
+ifndef ECHO
+ECHO:=$(strip $(wildcard $(addsuffix /gecho$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO:=$(strip $(wildcard $(addsuffix /echo$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO= __missing_command_ECHO
+else
+ECHO:=$(firstword $(ECHO))
+endif
+else
+ECHO:=$(firstword $(ECHO))
+endif
+endif
+export ECHO
+ifndef DATE
+DATE:=$(strip $(wildcard $(addsuffix /gdate$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(DATE),)
+DATE:=$(strip $(wildcard $(addsuffix /date$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(DATE),)
+DATE= __missing_command_DATE
+else
+DATE:=$(firstword $(DATE))
+endif
+else
+DATE:=$(firstword $(DATE))
+endif
+endif
+export DATE
+ifndef GINSTALL
+GINSTALL:=$(strip $(wildcard $(addsuffix /ginstall$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(GINSTALL),)
+GINSTALL:=$(strip $(wildcard $(addsuffix /install$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(GINSTALL),)
+GINSTALL= __missing_command_GINSTALL
+else
+GINSTALL:=$(firstword $(GINSTALL))
+endif
+else
+GINSTALL:=$(firstword $(GINSTALL))
+endif
+endif
+export GINSTALL
+ifndef CPPROG
+CPPROG:=$(strip $(wildcard $(addsuffix /cp$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(CPPROG),)
+CPPROG= __missing_command_CPPROG
+else
+CPPROG:=$(firstword $(CPPROG))
+endif
+endif
+export CPPROG
+ifndef RMPROG
+RMPROG:=$(strip $(wildcard $(addsuffix /rm$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(RMPROG),)
+RMPROG= __missing_command_RMPROG
+else
+RMPROG:=$(firstword $(RMPROG))
+endif
+endif
+export RMPROG
+ifndef MVPROG
+MVPROG:=$(strip $(wildcard $(addsuffix /mv$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(MVPROG),)
+MVPROG= __missing_command_MVPROG
+else
+MVPROG:=$(firstword $(MVPROG))
+endif
+endif
+export MVPROG
+ifndef MKDIRPROG
+MKDIRPROG:=$(strip $(wildcard $(addsuffix /gmkdir$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(MKDIRPROG),)
+MKDIRPROG:=$(strip $(wildcard $(addsuffix /mkdir$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(MKDIRPROG),)
+MKDIRPROG= __missing_command_MKDIRPROG
+else
+MKDIRPROG:=$(firstword $(MKDIRPROG))
+endif
+else
+MKDIRPROG:=$(firstword $(MKDIRPROG))
+endif
+endif
+export MKDIRPROG
+ifndef ECHOREDIR
+ifndef inUnix
+ECHOREDIR=echo
+else
+ECHOREDIR=$(ECHO)
+endif
+endif
+ifndef COPY
+COPY:=$(CPPROG) -fp
+endif
+ifndef COPYTREE
+COPYTREE:=$(CPPROG) -Rfp
+endif
+ifndef MKDIRTREE
+MKDIRTREE:=$(MKDIRPROG) -p
+endif
+ifndef MOVE
+MOVE:=$(MVPROG) -f
+endif
+ifndef DEL
+DEL:=$(RMPROG) -f
+endif
+ifndef DELTREE
+DELTREE:=$(RMPROG) -rf
+endif
+ifndef INSTALL
+ifdef inUnix
+INSTALL:=$(GINSTALL) -c -m 644
+else
+INSTALL:=$(COPY)
+endif
+endif
+ifndef INSTALLEXE
+ifdef inUnix
+INSTALLEXE:=$(GINSTALL) -c -m 755
+else
+INSTALLEXE:=$(COPY)
+endif
+endif
+ifndef MKDIR
+MKDIR:=$(GINSTALL) -m 755 -d
+endif
+export ECHOREDIR COPY COPYTREE MOVE DEL DELTREE INSTALL INSTALLEXE MKDIR
+ifndef PPUMOVE
+PPUMOVE:=$(strip $(wildcard $(addsuffix /ppumove$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(PPUMOVE),)
+PPUMOVE= __missing_command_PPUMOVE
+else
+PPUMOVE:=$(firstword $(PPUMOVE))
+endif
+endif
+export PPUMOVE
+ifndef FPCMAKE
+FPCMAKE:=$(strip $(wildcard $(addsuffix /fpcmake$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(FPCMAKE),)
+FPCMAKE= __missing_command_FPCMAKE
+else
+FPCMAKE:=$(firstword $(FPCMAKE))
+endif
+endif
+export FPCMAKE
+ifndef ZIPPROG
+ZIPPROG:=$(strip $(wildcard $(addsuffix /zip$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ZIPPROG),)
+ZIPPROG= __missing_command_ZIPPROG
+else
+ZIPPROG:=$(firstword $(ZIPPROG))
+endif
+endif
+export ZIPPROG
+ifndef TARPROG
+TARPROG:=$(strip $(wildcard $(addsuffix /gtar$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(TARPROG),)
+TARPROG:=$(strip $(wildcard $(addsuffix /tar$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(TARPROG),)
+TARPROG= __missing_command_TARPROG
+else
+TARPROG:=$(firstword $(TARPROG))
+endif
+else
+TARPROG:=$(firstword $(TARPROG))
+endif
+endif
+export TARPROG
+ASNAME=$(BINUTILSPREFIX)as
+LDNAME=$(BINUTILSPREFIX)ld
+ARNAME=$(BINUTILSPREFIX)ar
+RCNAME=$(BINUTILSPREFIX)rc
+NASMNAME=$(BINUTILSPREFIX)nasm
+ifndef ASPROG
+ifdef CROSSBINDIR
+ASPROG=$(CROSSBINDIR)/$(ASNAME)$(SRCEXEEXT)
+else
+ASPROG=$(ASNAME)
+endif
+endif
+ifndef LDPROG
+ifdef CROSSBINDIR
+LDPROG=$(CROSSBINDIR)/$(LDNAME)$(SRCEXEEXT)
+else
+LDPROG=$(LDNAME)
+endif
+endif
+ifndef RCPROG
+ifdef CROSSBINDIR
+RCPROG=$(CROSSBINDIR)/$(RCNAME)$(SRCEXEEXT)
+else
+RCPROG=$(RCNAME)
+endif
+endif
+ifndef ARPROG
+ifdef CROSSBINDIR
+ARPROG=$(CROSSBINDIR)/$(ARNAME)$(SRCEXEEXT)
+else
+ARPROG=$(ARNAME)
+endif
+endif
+ifndef NASMPROG
+ifdef CROSSBINDIR
+NASMPROG=$(CROSSBINDIR)/$(NASMNAME)$(SRCEXEEXT)
+else
+NASMPROG=$(NASMNAME)
+endif
+endif
+AS=$(ASPROG)
+LD=$(LDPROG)
+RC=$(RCPROG)
+AR=$(ARPROG)
+NASM=$(NASMPROG)
+ifdef inUnix
+PPAS=./ppas$(SRCBATCHEXT)
+else
+PPAS=ppas$(SRCBATCHEXT)
+endif
+ifdef inUnix
+LDCONFIG=ldconfig
+else
+LDCONFIG=
+endif
+ifdef DATE
+DATESTR:=$(shell $(DATE) +%Y%m%d)
+else
+DATESTR=
+endif
+ZIPOPT=-9
+ZIPEXT=.zip
+ifeq ($(USETAR),bz2)
+TAROPT=vj
+TAREXT=.tar.bz2
+else
+TAROPT=vz
+TAREXT=.tar.gz
+endif
+override REQUIRE_PACKAGES=rtl
+ifeq ($(CPU_OS_TARGET),i386-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifdef REQUIRE_PACKAGES_RTL
+PACKAGEDIR_RTL:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /rtl/Makefile.fpc,$(PACKAGESDIR))))))
+ifeq ($(PACKAGEDIR_RTL),)
+PACKAGEDIR_RTL:=$(firstword $(subst /Makefile,,$(strip $(wildcard $(addsuffix /rtl/Makefile,$(PACKAGESDIR))))))
+ifneq ($(PACKAGEDIR_RTL),)
+PACKAGEDIR_RTL:=$(firstword $(subst /fpmake.pp,,$(strip $(wildcard $(addsuffix /rtl/fpmake.pp,$(PACKAGESDIR))))))
+endif
+endif
+ifneq ($(PACKAGEDIR_RTL),)
+ifneq ($(wildcard $(PACKAGEDIR_RTL)/units/$(TARGETSUFFIX)),)
+UNITDIR_RTL=$(PACKAGEDIR_RTL)/units/$(TARGETSUFFIX)
+else
+UNITDIR_RTL=$(PACKAGEDIR_RTL)
+endif
+ifneq ($(wildcard $(PACKAGEDIR_RTL)/units/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_RTL=$(PACKAGEDIR_RTL)/units/$(SOURCESUFFIX)
+else
+ifneq ($(wildcard $(PACKAGEDIR_RTL)/units_bs/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_RTL=$(PACKAGEDIR_RTL)/units_bs/$(SOURCESUFFIX)
+else
+UNITDIR_FPMAKE_RTL=$(PACKAGEDIR_RTL)
+endif
+endif
+ifdef CHECKDEPEND
+$(PACKAGEDIR_RTL)/$(OS_TARGET)/$(FPCMADE):
+ $(MAKE) -C $(PACKAGEDIR_RTL)/$(OS_TARGET) $(FPCMADE)
+override ALLDEPENDENCIES+=$(PACKAGEDIR_RTL)/$(OS_TARGET)/$(FPCMADE)
+endif
+else
+PACKAGEDIR_RTL=
+UNITDIR_RTL:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /rtl/Package.fpc,$(UNITSDIR)))))
+ifneq ($(UNITDIR_RTL),)
+UNITDIR_RTL:=$(firstword $(UNITDIR_RTL))
+else
+UNITDIR_RTL=
+endif
+endif
+ifdef UNITDIR_RTL
+override COMPILER_UNITDIR+=$(UNITDIR_RTL)
+endif
+ifdef UNITDIR_FPMAKE_RTL
+override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_RTL)
+endif
+endif
+ifndef NOCPUDEF
+override FPCOPTDEF=$(ARCH)
+endif
+ifneq ($(OS_TARGET),$(OS_SOURCE))
+override FPCOPT+=-T$(OS_TARGET)
+endif
+ifneq ($(CPU_TARGET),$(CPU_SOURCE))
+override FPCOPT+=-P$(ARCH)
+endif
+ifeq ($(OS_SOURCE),openbsd)
+override FPCOPT+=-FD$(NEW_BINUTILS_PATH)
+override FPCMAKEOPT+=-FD$(NEW_BINUTILS_PATH)
+override FPMAKE_BUILD_OPT+=-FD$(NEW_BINUTILS_PATH)
+endif
+ifndef CROSSBOOTSTRAP
+ifneq ($(BINUTILSPREFIX),)
+override FPCOPT+=-XP$(BINUTILSPREFIX)
+ifneq ($(RLINKPATH),)
+override FPCOPT+=-Xr$(RLINKPATH)
+endif
+endif
+endif
+ifndef CROSSCOMPILE
+ifneq ($(BINUTILSPREFIX),)
+override FPCMAKEOPT+=-XP$(BINUTILSPREFIX)
+override FPMAKE_BUILD_OPT+=-XP$(BINUTILSPREFIX)
+endif
+endif
+ifdef UNITDIR
+override FPCOPT+=$(addprefix -Fu,$(UNITDIR))
+endif
+ifdef LIBDIR
+override FPCOPT+=$(addprefix -Fl,$(LIBDIR))
+endif
+ifdef OBJDIR
+override FPCOPT+=$(addprefix -Fo,$(OBJDIR))
+endif
+ifdef INCDIR
+override FPCOPT+=$(addprefix -Fi,$(INCDIR))
+endif
+ifdef LINKSMART
+override FPCOPT+=-XX
+endif
+ifdef CREATESMART
+override FPCOPT+=-CX
+endif
+ifdef DEBUG
+override FPCOPT+=-gl
+override FPCOPTDEF+=DEBUG
+endif
+ifdef RELEASE
+FPCCPUOPT:=-O2
+override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n
+override FPCOPTDEF+=RELEASE
+endif
+ifdef STRIP
+override FPCOPT+=-Xs
+endif
+ifdef OPTIMIZE
+override FPCOPT+=-O2
+endif
+ifdef VERBOSE
+override FPCOPT+=-vwni
+endif
+ifdef COMPILER_OPTIONS
+override FPCOPT+=$(COMPILER_OPTIONS)
+endif
+ifdef COMPILER_UNITDIR
+override FPCOPT+=$(addprefix -Fu,$(COMPILER_UNITDIR))
+endif
+ifdef COMPILER_LIBRARYDIR
+override FPCOPT+=$(addprefix -Fl,$(COMPILER_LIBRARYDIR))
+endif
+ifdef COMPILER_OBJECTDIR
+override FPCOPT+=$(addprefix -Fo,$(COMPILER_OBJECTDIR))
+endif
+ifdef COMPILER_INCLUDEDIR
+override FPCOPT+=$(addprefix -Fi,$(COMPILER_INCLUDEDIR))
+endif
+ifdef CROSSBINDIR
+override FPCOPT+=-FD$(CROSSBINDIR)
+endif
+ifdef COMPILER_TARGETDIR
+override FPCOPT+=-FE$(COMPILER_TARGETDIR)
+ifeq ($(COMPILER_TARGETDIR),.)
+override TARGETDIRPREFIX=
+else
+override TARGETDIRPREFIX=$(COMPILER_TARGETDIR)/
+endif
+endif
+ifdef COMPILER_UNITTARGETDIR
+override FPCOPT+=-FU$(COMPILER_UNITTARGETDIR)
+ifeq ($(COMPILER_UNITTARGETDIR),.)
+override UNITTARGETDIRPREFIX=
+else
+override UNITTARGETDIRPREFIX=$(COMPILER_UNITTARGETDIR)/
+endif
+else
+ifdef COMPILER_TARGETDIR
+override COMPILER_UNITTARGETDIR=$(COMPILER_TARGETDIR)
+override UNITTARGETDIRPREFIX=$(TARGETDIRPREFIX)
+endif
+endif
+ifdef SYSROOTPATH
+override FPCOPT+=-XR$(SYSROOTPATH)
+else
+ifeq ($(OS_TARGET),$(OS_SOURCE))
+ifeq ($(OS_TARGET),darwin)
+ifeq ($(CPU_TARGET),aarch64)
+ifneq ($(wildcard /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk),)
+override FPCOPT+=-XR/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
+endif
+endif
+endif
+endif
+endif
+ifdef CREATESHARED
+override FPCOPT+=-Cg
+endif
+ifneq ($(filter $(OS_TARGET),dragonfly freebsd openbsd netbsd linux solaris),)
+ifneq ($(filter $(CPU_TARGET),x86_64 mips mipsel mips64 mips64el riscv64 powerpc64),)
+override FPCOPT+=-Cg
+endif
+endif
+ifneq ($(filter $(CPU_TARGET),z80),)
+override FPCOPT+=-CX -XX
+endif
+ifdef LINKSHARED
+endif
+ifdef GCCLIBDIR
+override FPCOPT+=-Fl$(GCCLIBDIR)
+ifdef FPCMAKEGCCLIBDIR
+override FPCMAKEOPT+=-Fl$(FPCMAKEGCCLIBDIR)
+else
+override FPCMAKEOPT+=-Fl$(GCCLIBDIR)
+endif
+endif
+ifdef OTHERLIBDIR
+override FPCOPT+=$(addprefix -Fl,$(OTHERLIBDIR))
+endif
+ifdef OPT
+override FPCOPT+=$(OPT)
+endif
+ifdef FPMAKEBUILDOPT
+override FPMAKE_BUILD_OPT+=$(FPMAKEBUILDOPT)
+endif
+ifdef FPCOPTDEF
+override FPCOPT+=$(addprefix -d,$(FPCOPTDEF))
+endif
+ifdef CFGFILE
+override FPCOPT+=@$(CFGFILE)
+endif
+ifdef USEENV
+override FPCEXTCMD:=$(FPCOPT)
+override FPCOPT:=!FPCEXTCMD
+export FPCEXTCMD
+endif
+override AFULL_TARGET=$(CPU_TARGET)-$(OS_TARGET)
+override AFULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)
+ifneq ($(AFULL_TARGET),$(AFULL_SOURCE))
+override ACROSSCOMPILE=1
+endif
+ifdef ACROSSCOMPILE
+override FPCOPT+=$(CROSSOPT)
+endif
+override COMPILER:=$(strip $(FPC) $(FPCOPT))
+ifneq (,$(filter -sh,$(COMPILER)))
+UseEXECPPAS=1
+endif
+ifneq (,$(filter -s,$(COMPILER)))
+ifeq ($(FULL_SOURCE),$(FULL_TARGET))
+UseEXECPPAS=1
+endif
+endif
+ifneq ($(UseEXECPPAS),1)
+EXECPPAS=
+else
+ifdef RUNBATCH
+EXECPPAS:=@$(RUNBATCH) $(PPAS)
+else
+EXECPPAS:=@$(PPAS)
+endif
+endif
+.PHONY: fpc_units
+ifneq ($(TARGET_UNITS)$(TARGET_IMPLICITUNITS),)
+override ALLTARGET+=fpc_units
+override UNITPPUFILES=$(addsuffix $(PPUEXT),$(TARGET_UNITS))
+override IMPLICITUNITPPUFILES=$(addsuffix $(PPUEXT),$(TARGET_IMPLICITUNITS))
+override INSTALLPPUFILES+=$(UNITPPUFILES) $(IMPLICITUNITPPUFILES)
+override CLEANPPUFILES+=$(UNITPPUFILES) $(IMPLICITUNITPPUFILES)
+endif
+fpc_units: $(COMPILER_UNITTARGETDIR) $(UNITPPUFILES)
+ifdef TARGET_RSTS
+override RSTFILES=$(addsuffix $(RSTEXT),$(TARGET_RSTS))
+override CLEANRSTFILES+=$(RSTFILES)
+endif
+.PHONY: fpc_all fpc_smart fpc_debug fpc_release fpc_shared
+$(FPCMADE): $(ALLDEPENDENCIES) $(ALLTARGET)
+ @$(ECHOREDIR) Compiled > $(FPCMADE)
+fpc_all: $(FPCMADE)
+fpc_smart:
+ $(MAKE) all LINKSMART=1 CREATESMART=1
+fpc_debug:
+ $(MAKE) all DEBUG=1
+fpc_release:
+ $(MAKE) all RELEASE=1
+.SUFFIXES: $(EXEEXT) $(PPUEXT) $(OEXT) $(LTOEXT) .pas .lpr .dpr .pp .rc .res
+$(COMPILER_UNITTARGETDIR):
+ $(MKDIRTREE) $(COMPILER_UNITTARGETDIR)
+$(COMPILER_TARGETDIR):
+ $(MKDIRTREE) $(COMPILER_TARGETDIR)
+%$(PPUEXT): %.pp
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(PPUEXT): %.pas
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(EXEEXT): %.pp
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(EXEEXT): %.pas
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(EXEEXT): %.lpr
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(EXEEXT): %.dpr
+ $(COMPILER) $<
+ $(EXECPPAS)
+%.res: %.rc
+ windres -i $< -o $@
+vpath %.pp $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)
+vpath %.pas $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)
+vpath %.lpr $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)
+vpath %.dpr $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)
+vpath %.inc $(COMPILER_INCLUDEDIR)
+vpath %$(OEXT) $(COMPILER_UNITTARGETDIR)
+vpath %$(LTOEXT) $(COMPILER_UNITTARGETDIR)
+vpath %$(PPUEXT) $(COMPILER_UNITTARGETDIR)
+.PHONY: fpc_shared
+override INSTALLTARGET+=fpc_shared_install
+ifndef SHARED_LIBVERSION
+SHARED_LIBVERSION=$(FPC_VERSION)
+endif
+ifndef SHARED_LIBNAME
+SHARED_LIBNAME=$(PACKAGE_NAME)
+endif
+ifndef SHARED_FULLNAME
+SHARED_FULLNAME=$(SHAREDLIBPREFIX)$(SHARED_LIBNAME)-$(SHARED_LIBVERSION)$(SHAREDLIBEXT)
+endif
+ifndef SHARED_LIBUNITS
+SHARED_LIBUNITS:=$(TARGET_UNITS) $(TARGET_IMPLICITUNITS)
+override SHARED_LIBUNITS:=$(filter-out $(INSTALL_BUILDUNIT),$(SHARED_LIBUNITS))
+endif
+fpc_shared:
+ifdef HASSHAREDLIB
+ $(MAKE) all CREATESHARED=1 LINKSHARED=1 CREATESMART=1
+ifneq ($(SHARED_BUILD),n)
+ $(PPUMOVE) -q $(SHARED_LIBUNITS) -i$(COMPILER_UNITTARGETDIR) -o$(SHARED_FULLNAME) -d$(COMPILER_UNITTARGETDIR) -P$(BINUTILSPREFIX)
+endif
+else
+ @$(ECHO) Shared Libraries not supported
+endif
+fpc_shared_install:
+ifneq ($(SHARED_BUILD),n)
+ifneq ($(SHARED_LIBUNITS),)
+ifneq ($(wildcard $(COMPILER_UNITTARGETDIR)/$(SHARED_FULLNAME)),)
+ $(INSTALL) $(COMPILER_UNITTARGETDIR)/$(SHARED_FULLNAME) $(INSTALL_SHAREDDIR)
+endif
+endif
+endif
+.PHONY: fpc_install fpc_sourceinstall fpc_exampleinstall
+ifdef INSTALL_UNITS
+override INSTALLPPUFILES+=$(addsuffix $(PPUEXT),$(INSTALL_UNITS))
+endif
+ifdef INSTALL_BUILDUNIT
+override INSTALLPPUFILES:=$(filter-out $(INSTALL_BUILDUNIT)$(PPUEXT),$(INSTALLPPUFILES))
+endif
+ifdef INSTALLPPUFILES
+ifneq ($(IMPORTLIBPREFIX)-$(STATICLIBEXT),$(STATICLIBPREFIX)-$(STATICLIBEXT))
+override INSTALLPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(INSTALLPPUFILES)) $(subst $(PPUEXT),$(LTOEXT),$(INSTALLPPUFILES)) $(addprefix $(STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES))) $(addprefix $(IMPORTLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES)))
+else
+override INSTALLPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(INSTALLPPUFILES)) $(subst $(PPUEXT),$(LTOEXT),$(INSTALLPPUFILES)) $(addprefix $(STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES)))
+endif
+ifneq ($(UNITTARGETDIRPREFIX),)
+override INSTALLPPUFILENAMES:=$(notdir $(INSTALLPPUFILES))
+override INSTALLPPULINKFILENAMES:=$(notdir $(INSTALLPPULINKFILES))
+override INSTALLPPUFILES=$(addprefix $(UNITTARGETDIRPREFIX),$(INSTALLPPUFILENAMES))
+override INSTALLPPULINKFILES=$(wildcard $(addprefix $(UNITTARGETDIRPREFIX),$(INSTALLPPULINKFILENAMES)))
+endif
+override INSTALL_CREATEPACKAGEFPC=1
+endif
+ifdef INSTALLEXEFILES
+ifneq ($(TARGETDIRPREFIX),)
+override INSTALLEXEFILES:=$(addprefix $(TARGETDIRPREFIX),$(notdir $(INSTALLEXEFILES)))
+endif
+endif
+fpc_install: all $(INSTALLTARGET)
+ifdef INSTALLEXEFILES
+ $(MKDIR) $(INSTALL_BINDIR)
+ $(INSTALLEXE) $(INSTALLEXEFILES) $(INSTALL_BINDIR)
+endif
+ifdef INSTALL_CREATEPACKAGEFPC
+ifdef FPCMAKE
+ifdef PACKAGE_VERSION
+ifneq ($(wildcard Makefile.fpc),)
+ $(FPCMAKE) -p -T$(CPU_TARGET)-$(OS_TARGET) Makefile.fpc
+ $(MKDIR) $(INSTALL_UNITDIR)
+ $(INSTALL) Package.fpc $(INSTALL_UNITDIR)
+endif
+endif
+endif
+endif
+ifdef INSTALLPPUFILES
+ $(MKDIR) $(INSTALL_UNITDIR)
+ $(INSTALL) $(INSTALLPPUFILES) $(INSTALL_UNITDIR)
+ifneq ($(INSTALLPPULINKFILES),)
+ $(INSTALL) $(INSTALLPPULINKFILES) $(INSTALL_UNITDIR)
+endif
+ifneq ($(wildcard $(LIB_FULLNAME)),)
+ $(MKDIR) $(INSTALL_LIBDIR)
+ $(INSTALL) $(LIB_FULLNAME) $(INSTALL_LIBDIR)
+ifdef inUnix
+ ln -sf $(LIB_FULLNAME) $(INSTALL_LIBDIR)/$(LIB_NAME)
+endif
+endif
+endif
+ifdef INSTALL_FILES
+ $(MKDIR) $(INSTALL_DATADIR)
+ $(INSTALL) $(INSTALL_FILES) $(INSTALL_DATADIR)
+endif
+fpc_sourceinstall: distclean
+ $(MKDIR) $(INSTALL_SOURCEDIR)
+ $(COPYTREE) $(BASEDIR)/* $(INSTALL_SOURCEDIR)
+fpc_exampleinstall: $(EXAMPLEINSTALLTARGET) $(addsuffix _distclean,$(TARGET_EXAMPLEDIRS))
+ifdef HASEXAMPLES
+ $(MKDIR) $(INSTALL_EXAMPLEDIR)
+endif
+ifdef EXAMPLESOURCEFILES
+ $(COPY) $(EXAMPLESOURCEFILES) $(INSTALL_EXAMPLEDIR)
+endif
+ifdef TARGET_EXAMPLEDIRS
+ $(COPYTREE) $(addsuffix /*,$(TARGET_EXAMPLEDIRS)) $(INSTALL_EXAMPLEDIR)
+endif
+.PHONY: fpc_distinstall
+fpc_distinstall: install exampleinstall
+.PHONY: fpc_zipinstall fpc_zipsourceinstall fpc_zipexampleinstall
+ifndef PACKDIR
+ifndef inUnix
+PACKDIR=$(BASEDIR)/../fpc-pack
+else
+PACKDIR=/tmp/fpc-pack
+endif
+endif
+ifndef ZIPNAME
+ifdef DIST_ZIPNAME
+ZIPNAME=$(DIST_ZIPNAME)
+else
+ZIPNAME=$(PACKAGE_NAME)
+endif
+endif
+ifndef FULLZIPNAME
+FULLZIPNAME=$(ZIPCROSSPREFIX)$(ZIPPREFIX)$(ZIPNAME)$(ZIPSUFFIX)
+endif
+ifndef ZIPTARGET
+ifdef DIST_ZIPTARGET
+ZIPTARGET=DIST_ZIPTARGET
+else
+ZIPTARGET=install
+endif
+endif
+ifndef USEZIP
+ifdef inUnix
+USETAR=1
+endif
+endif
+ifndef inUnix
+USEZIPWRAPPER=1
+endif
+ifdef USEZIPWRAPPER
+ZIPPATHSEP=$(PATHSEP)
+ZIPWRAPPER=$(subst /,$(PATHSEP),$(DIST_DESTDIR)/fpczip$(SRCBATCHEXT))
+else
+ZIPPATHSEP=/
+endif
+ZIPCMD_CDPACK:=cd $(subst /,$(ZIPPATHSEP),$(PACKDIR))
+ZIPCMD_CDBASE:=cd $(subst /,$(ZIPPATHSEP),$(BASEDIR))
+ifdef USETAR
+ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(TAREXT)
+ZIPCMD_ZIP:=$(TARPROG) c$(TAROPT)f $(ZIPDESTFILE) *
+else
+ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(ZIPEXT)
+ZIPCMD_ZIP:=$(subst /,$(ZIPPATHSEP),$(ZIPPROG)) -Dr $(ZIPOPT) $(ZIPDESTFILE) *
+endif
+fpc_zipinstall:
+ $(MAKE) $(ZIPTARGET) INSTALL_PREFIX=$(PACKDIR) ZIPINSTALL=1
+ $(MKDIR) $(DIST_DESTDIR)
+ $(DEL) $(ZIPDESTFILE)
+ifdef USEZIPWRAPPER
+ifneq ($(ECHOREDIR),echo)
+ $(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_CDPACK))" > $(ZIPWRAPPER)
+ $(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_ZIP))" >> $(ZIPWRAPPER)
+ $(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_CDBASE))" >> $(ZIPWRAPPER)
+else
+ echo $(ZIPCMD_CDPACK) > $(ZIPWRAPPER)
+ echo $(ZIPCMD_ZIP) >> $(ZIPWRAPPER)
+ echo $(ZIPCMD_CDBASE) >> $(ZIPWRAPPER)
+endif
+ifdef inUnix
+ /bin/sh $(ZIPWRAPPER)
+else
+ifdef RUNBATCH
+ $(RUNBATCH) $(ZIPWRAPPER)
+else
+ $(ZIPWRAPPER)
+endif
+endif
+ $(DEL) $(ZIPWRAPPER)
+else
+ $(ZIPCMD_CDPACK) ; $(ZIPCMD_ZIP) ; $(ZIPCMD_CDBASE)
+endif
+ $(DELTREE) $(PACKDIR)
+fpc_zipsourceinstall:
+ $(MAKE) fpc_zipinstall ZIPTARGET=sourceinstall ZIPSUFFIX=$(ZIPSOURCESUFFIX)
+fpc_zipexampleinstall:
+ifdef HASEXAMPLES
+ $(MAKE) fpc_zipinstall ZIPTARGET=exampleinstall ZIPSUFFIX=$(ZIPEXAMPLESUFFIX)
+endif
+fpc_zipdistinstall:
+ $(MAKE) fpc_zipinstall ZIPTARGET=distinstall
+.PHONY: fpc_clean fpc_cleanall fpc_distclean
+ifdef EXEFILES
+override CLEANEXEFILES:=$(addprefix $(TARGETDIRPREFIX),$(CLEANEXEFILES))
+override CLEANEXEDBGFILES:=$(addprefix $(TARGETDIRPREFIX),$(CLEANEXEDBGFILES))
+endif
+ifdef CLEAN_PROGRAMS
+override CLEANEXEFILES+=$(addprefix $(TARGETDIRPREFIX),$(addsuffix $(EXEEXT), $(CLEAN_PROGRAMS)))
+override CLEANEXEDBGFILES+=$(addprefix $(TARGETDIRPREFIX),$(addsuffix $(EXEDBGEXT), $(CLEAN_PROGRAMS)))
+endif
+ifdef CLEAN_UNITS
+override CLEANPPUFILES+=$(addsuffix $(PPUEXT),$(CLEAN_UNITS))
+endif
+ifdef CLEANPPUFILES
+override CLEANPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(CLEANPPUFILES)) $(subst $(PPUEXT),$(LTOEXT),$(CLEANPPUFILES)) $(addprefix $(STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(CLEANPPUFILES))) $(addprefix $(IMPORTLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(CLEANPPUFILES)))
+ifdef DEBUGSYMEXT
+override CLEANPPULINKFILES+=$(subst $(PPUEXT),$(DEBUGSYMEXT),$(CLEANPPUFILES))
+endif
+override CLEANPPUFILENAMES:=$(CLEANPPUFILES)
+override CLEANPPUFILES=$(addprefix $(UNITTARGETDIRPREFIX),$(CLEANPPUFILENAMES))
+override CLEANPPULINKFILENAMES:=$(CLEANPPULINKFILES)
+override CLEANPPULINKFILES=$(wildcard $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANPPULINKFILENAMES)))
+endif
+fpc_clean: $(CLEANTARGET)
+ifdef CLEANEXEFILES
+ -$(DEL) $(CLEANEXEFILES)
+endif
+ifdef CLEANEXEDBGFILES
+ -$(DELTREE) $(CLEANEXEDBGFILES)
+endif
+ifdef CLEANPPUFILES
+ -$(DEL) $(CLEANPPUFILES)
+endif
+ifneq ($(CLEANPPULINKFILES),)
+ -$(DEL) $(CLEANPPULINKFILES)
+endif
+ifdef CLEANRSTFILES
+ -$(DEL) $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANRSTFILES))
+endif
+ifdef CLEAN_FILES
+ -$(DEL) $(CLEAN_FILES)
+endif
+ifdef LIB_NAME
+ -$(DEL) $(LIB_NAME) $(LIB_FULLNAME)
+endif
+ -$(DEL) $(FPCMADE) *$(FULL_TARGET).fpm Package.fpc *$(ASMEXT)
+ -$(DEL) $(FPCEXTFILE) $(REDIRFILE) script*.res link*.res *_script.res *_link.res
+ -$(DEL) $(PPAS) *_ppas$(BATCHEXT) ppas$(BATCHEXT) ppaslink$(BATCHEXT)
+fpc_cleanall: $(CLEANTARGET)
+ifdef CLEANEXEFILES
+ -$(DEL) $(CLEANEXEFILES)
+endif
+ifdef COMPILER_UNITTARGETDIR
+ifdef CLEANPPUFILES
+ -$(DEL) $(CLEANPPUFILES)
+endif
+ifneq ($(CLEANPPULINKFILES),)
+ -$(DEL) $(CLEANPPULINKFILES)
+endif
+ifdef CLEANRSTFILES
+ -$(DEL) $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANRSTFILES))
+endif
+endif
+ifdef CLEAN_FILES
+ -$(DEL) $(CLEAN_FILES)
+endif
+ -$(DELTREE) units
+ -$(DELTREE) bin
+ -$(DEL) *$(OEXT) *$(LTOEXT) *$(PPUEXT) *$(RSTEXT) *$(ASMEXT) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
+ifneq ($(PPUEXT),.ppu)
+ -$(DEL) *.o *.ppu *.a
+endif
+ -$(DELTREE) *$(SMARTEXT)
+ -$(DEL) fpcmade.* Package.fpc *.fpm
+ -$(DEL) $(FPCEXTFILE) $(REDIRFILE) script*.res link*.res *_script.res *_link.res
+ -$(DEL) $(PPAS) *_ppas$(BATCHEXT) ppas$(BATCHEXT) ppaslink$(BATCHEXT)
+ifdef AOUTEXT
+ -$(DEL) *$(AOUTEXT)
+endif
+ifdef DEBUGSYMEXT
+ -$(DEL) *$(DEBUGSYMEXT)
+endif
+ifdef LOCALFPMAKEBIN
+ -$(DEL) $(LOCALFPMAKEBIN)
+ -$(DEL) $(FPMAKEBINOBJ)
+endif
+fpc_distclean: cleanall
+.PHONY: fpc_baseinfo
+override INFORULES+=fpc_baseinfo
+fpc_baseinfo:
+ @$(ECHO)
+ @$(ECHO) == Package info ==
+ @$(ECHO) Package Name..... $(PACKAGE_NAME)
+ @$(ECHO) Package Version.. $(PACKAGE_VERSION)
+ @$(ECHO)
+ @$(ECHO) == Configuration info ==
+ @$(ECHO)
+ @$(ECHO) FPC.......... $(FPC)
+ @$(ECHO) FPC Version.. $(FPC_VERSION)
+ @$(ECHO) Source CPU... $(CPU_SOURCE)
+ @$(ECHO) Target CPU... $(CPU_TARGET)
+ @$(ECHO) Source OS.... $(OS_SOURCE)
+ @$(ECHO) Target OS.... $(OS_TARGET)
+ @$(ECHO) Full Source.. $(FULL_SOURCE)
+ @$(ECHO) Full Target.. $(FULL_TARGET)
+ @$(ECHO) SourceSuffix. $(SOURCESUFFIX)
+ @$(ECHO) TargetSuffix. $(TARGETSUFFIX)
+ @$(ECHO) FPC fpmake... $(FPCFPMAKE)
+ @$(ECHO)
+ @$(ECHO) == Directory info ==
+ @$(ECHO)
+ @$(ECHO) Required pkgs... $(REQUIRE_PACKAGES)
+ @$(ECHO)
+ @$(ECHO) Basedir......... $(BASEDIR)
+ @$(ECHO) FPCDir.......... $(FPCDIR)
+ @$(ECHO) CrossBinDir..... $(CROSSBINDIR)
+ @$(ECHO) UnitsDir........ $(UNITSDIR)
+ @$(ECHO) PackagesDir..... $(PACKAGESDIR)
+ @$(ECHO)
+ @$(ECHO) GCC library..... $(GCCLIBDIR)
+ @$(ECHO) Other library... $(OTHERLIBDIR)
+ @$(ECHO)
+ @$(ECHO) == Tools info ==
+ @$(ECHO)
+ @$(ECHO) As........ $(AS)
+ @$(ECHO) Ld........ $(LD)
+ @$(ECHO) Ar........ $(AR)
+ @$(ECHO) Rc........ $(RC)
+ @$(ECHO)
+ @$(ECHO) Mv........ $(MVPROG)
+ @$(ECHO) Cp........ $(CPPROG)
+ @$(ECHO) Rm........ $(RMPROG)
+ @$(ECHO) GInstall.. $(GINSTALL)
+ @$(ECHO) Echo...... $(ECHO)
+ @$(ECHO) Shell..... $(SHELL)
+ @$(ECHO) Date...... $(DATE)
+ @$(ECHO) FPCMake... $(FPCMAKE)
+ @$(ECHO) PPUMove... $(PPUMOVE)
+ @$(ECHO) Zip....... $(ZIPPROG)
+ @$(ECHO)
+ @$(ECHO) == Object info ==
+ @$(ECHO)
+ @$(ECHO) Target Loaders........ $(TARGET_LOADERS)
+ @$(ECHO) Target Units.......... $(TARGET_UNITS)
+ @$(ECHO) Target Implicit Units. $(TARGET_IMPLICITUNITS)
+ @$(ECHO) Target Programs....... $(TARGET_PROGRAMS)
+ @$(ECHO) Target Dirs........... $(TARGET_DIRS)
+ @$(ECHO) Target Examples....... $(TARGET_EXAMPLES)
+ @$(ECHO) Target ExampleDirs.... $(TARGET_EXAMPLEDIRS)
+ @$(ECHO)
+ @$(ECHO) Clean Units......... $(CLEAN_UNITS)
+ @$(ECHO) Clean Files......... $(CLEAN_FILES)
+ @$(ECHO)
+ @$(ECHO) Install Units....... $(INSTALL_UNITS)
+ @$(ECHO) Install Files....... $(INSTALL_FILES)
+ @$(ECHO)
+ @$(ECHO) == Install info ==
+ @$(ECHO)
+ @$(ECHO) DateStr.............. $(DATESTR)
+ @$(ECHO) ZipName.............. $(ZIPNAME)
+ @$(ECHO) ZipPrefix............ $(ZIPPREFIX)
+ @$(ECHO) ZipCrossPrefix....... $(ZIPCROSSPREFIX)
+ @$(ECHO) ZipSuffix............ $(ZIPSUFFIX)
+ @$(ECHO) FullZipName.......... $(FULLZIPNAME)
+ @$(ECHO) Install FPC Package.. $(INSTALL_FPCPACKAGE)
+ @$(ECHO)
+ @$(ECHO) Install base dir..... $(INSTALL_BASEDIR)
+ @$(ECHO) Install binary dir... $(INSTALL_BINDIR)
+ @$(ECHO) Install library dir.. $(INSTALL_LIBDIR)
+ @$(ECHO) Install units dir.... $(INSTALL_UNITDIR)
+ @$(ECHO) Install source dir... $(INSTALL_SOURCEDIR)
+ @$(ECHO) Install doc dir...... $(INSTALL_DOCDIR)
+ @$(ECHO) Install example dir.. $(INSTALL_EXAMPLEDIR)
+ @$(ECHO) Install data dir..... $(INSTALL_DATADIR)
+ @$(ECHO)
+ @$(ECHO) Dist destination dir. $(DIST_DESTDIR)
+ @$(ECHO) Dist zip name........ $(DIST_ZIPNAME)
+ @$(ECHO)
+.PHONY: fpc_info
+fpc_info: $(INFORULES)
+.PHONY: fpc_makefile fpc_makefiles fpc_makefile_sub1 fpc_makefile_sub2 \
+ fpc_makefile_dirs
+fpc_makefile:
+ $(FPCMAKE) -w -T$(OS_TARGET) Makefile.fpc
+fpc_makefile_sub1:
+ifdef TARGET_DIRS
+ $(FPCMAKE) -w -T$(OS_TARGET) $(addsuffix /Makefile.fpc,$(TARGET_DIRS))
+endif
+ifdef TARGET_EXAMPLEDIRS
+ $(FPCMAKE) -w -T$(OS_TARGET) $(addsuffix /Makefile.fpc,$(TARGET_EXAMPLEDIRS))
+endif
+fpc_makefile_sub2: $(addsuffix _makefile_dirs,$(TARGET_DIRS) $(TARGET_EXAMPLEDIRS))
+fpc_makefile_dirs: fpc_makefile_sub1 fpc_makefile_sub2
+fpc_makefiles: fpc_makefile fpc_makefile_dirs
+debug: fpc_debug
+smart: fpc_smart
+release: fpc_release
+units: fpc_units
+examples:
+shared: fpc_shared
+install: fpc_install
+sourceinstall: fpc_sourceinstall
+exampleinstall: fpc_exampleinstall
+distinstall: fpc_distinstall
+zipinstall: fpc_zipinstall
+zipsourceinstall: fpc_zipsourceinstall
+zipexampleinstall: fpc_zipexampleinstall
+zipdistinstall: fpc_zipdistinstall
+clean: fpc_clean
+cleanall: fpc_cleanall
+info: fpc_info
+makefiles: fpc_makefiles
+.PHONY: debug smart release units examples shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean cleanall info makefiles
+ifneq ($(wildcard fpcmake.loc),)
+include fpcmake.loc
+endif
+.PHONY: cleartarget compiled all
+cleartarget:
+ -$(DEL) $(COMPILER_UNITTARGETDIR)/idepackager$(PPUEXT)
+compiled:
+ $(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/idepackager.compiled
+all: cleartarget $(COMPILER_UNITTARGETDIR) idepackager$(PPUEXT) compiled
+distclean: clean
+ ${DELTREE} lib/*
diff --git a/ide/packages/idepackager/Makefile.compiled b/ide/packages/idepackager/Makefile.compiled
new file mode 100644
index 0000000000..789053c827
--- /dev/null
+++ b/ide/packages/idepackager/Makefile.compiled
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/ide/packages/idepackager/Makefile.fpc b/ide/packages/idepackager/Makefile.fpc
new file mode 100644
index 0000000000..39e1dd92d1
--- /dev/null
+++ b/ide/packages/idepackager/Makefile.fpc
@@ -0,0 +1,64 @@
+# File generated automatically by Lazarus Package Manager
+#
+# Makefile.fpc for IdePackager 1.0
+#
+# This file was generated on 11/04/2024
+
+[package]
+name=idepackager
+version=1.0
+
+[compiler]
+unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+unitdir=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+options=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+
+[target]
+units=idepackager.pas
+
+[clean]
+files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) \
+ $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+
+[prerules]
+# LCL Platform
+ifndef LCL_PLATFORM
+ifeq ($(OS_TARGET),win32)
+LCL_PLATFORM=win32
+else
+ifeq ($(OS_TARGET),win64)
+LCL_PLATFORM=win32
+else
+ifeq ($(OS_TARGET),darwin)
+LCL_PLATFORM=cocoa
+else
+LCL_PLATFORM=gtk2
+endif
+endif
+endif
+endif
+export LCL_PLATFORM
+
+DBG_OPTIONS=
+ifeq ($(OS_TARGET),darwin)
+DBG_OPTIONS=-gw
+endif
+
+[rules]
+.PHONY: cleartarget compiled all
+
+cleartarget:
+ -$(DEL) $(COMPILER_UNITTARGETDIR)/idepackager$(PPUEXT)
+
+compiled:
+ $(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/idepackager.compiled
+
+all: cleartarget $(COMPILER_UNITTARGETDIR) idepackager$(PPUEXT) compiled
+
+distclean: clean
+ ${DELTREE} lib/*
diff --git a/ide/packages/idepackager/fpmake.pp b/ide/packages/idepackager/fpmake.pp
new file mode 100644
index 0000000000..c8524553a6
--- /dev/null
+++ b/ide/packages/idepackager/fpmake.pp
@@ -0,0 +1,78 @@
+{
+ File generated automatically by Lazarus Package Manager
+
+ fpmake.pp for IdePackager 1.0
+
+ This file was generated on 11/04/2024
+}
+
+{$ifndef ALLPACKAGES}
+{$mode objfpc}{$H+}
+program fpmake;
+
+uses fpmkunit;
+{$endif ALLPACKAGES}
+
+procedure add_IdePackager(const ADirectory: string);
+
+var
+ P : TPackage;
+ T : TTarget;
+ D : TDependency;
+
+begin
+ with Installer do
+ begin
+ P:=AddPackage('idepackager');
+ P.Version:='1.0.0-0';
+
+ P.Directory:=ADirectory;
+
+ P.Author:='Lazarus Team';
+ P.License:='GPLv2';
+ P.Description:='-- This package is part of the IDE --'#13#10'This package does not guarantee any particular interface/API. Files are maintained for the use by the IDE.'#13#10''#13#10'Files in this package are for the main configuration of the IDE.';
+
+ P.Flags.Add('LazarusDsgnPkg');
+
+ D := P.Dependencies.Add('ideutilspkg');
+ D := P.Dependencies.Add('ideintf');
+ D := P.Dependencies.Add('ideconfig');
+ D := P.Dependencies.Add('buildintf');
+ D := P.Dependencies.Add('lclbase');
+ D := P.Dependencies.Add('fcl');
+ P.Options.Add('-MObjFPC');
+ P.Options.Add('-Scghi');
+ P.Options.Add('-O1');
+ P.Options.Add('-g');
+ P.Options.Add('-gl');
+ P.Options.Add('-l');
+ P.Options.Add('-vewnhibq');
+ P.Options.Add('-dLCL');
+ P.Options.Add('-dLCL$(LCLWidgetType)');
+ P.UnitPath.Add('.');
+ T:=P.Targets.AddUnit('idepackager.pas');
+ t.Dependencies.AddUnit('packagedefs');
+ t.Dependencies.AddUnit('packagelinks');
+ t.Dependencies.AddUnit('packagesystem');
+ t.Dependencies.AddUnit('pkgsysbasepkgs');
+ t.Dependencies.AddUnit('idepackagerstrconsts');
+
+ T:=P.Targets.AddUnit('packagedefs.pas');
+ T:=P.Targets.AddUnit('packagelinks.pas');
+ T:=P.Targets.AddUnit('packagesystem.pas');
+ T:=P.Targets.AddUnit('pkgsysbasepkgs.pas');
+ T:=P.Targets.AddUnit('idepackagerstrconsts.pas');
+
+ // copy the compiled file, so the IDE knows how the package was compiled
+ P.Sources.AddSrc('idepackager.compiled');
+ P.InstallFiles.Add('idepackager.compiled',AllOSes,'$(unitinstalldir)');
+
+ end;
+end;
+
+{$ifndef ALLPACKAGES}
+begin
+ add_IdePackager('');
+ Installer.Run;
+end.
+{$endif ALLPACKAGES}
diff --git a/ide/packages/idepackager/idepackager.lpk b/ide/packages/idepackager/idepackager.lpk
new file mode 100644
index 0000000000..8ca4b26cca
--- /dev/null
+++ b/ide/packages/idepackager/idepackager.lpk
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ide/packages/idepackager/idepackager.pas b/ide/packages/idepackager/idepackager.pas
new file mode 100644
index 0000000000..db00a9f676
--- /dev/null
+++ b/ide/packages/idepackager/idepackager.pas
@@ -0,0 +1,22 @@
+{ This file was automatically created by Lazarus. Do not edit!
+ This source is only used to compile and install the package.
+ }
+
+unit IdePackager;
+
+{$warn 5023 off : no warning about unused units}
+interface
+
+uses
+ PackageDefs, PackageLinks, PackageSystem, PkgSysBasePkgs, IdePackagerStrConsts,
+ LazarusPackageIntf;
+
+implementation
+
+procedure Register;
+begin
+end;
+
+initialization
+ RegisterPackage('IdePackager', @Register);
+end.
diff --git a/ide/packages/idepackager/idepackagerstrconsts.pas b/ide/packages/idepackager/idepackagerstrconsts.pas
new file mode 100644
index 0000000000..2016ea35f8
--- /dev/null
+++ b/ide/packages/idepackager/idepackagerstrconsts.pas
@@ -0,0 +1,151 @@
+{
+ /***************************************************************************
+ IdeUtilsPkgStrConsts.pas
+ -----------------------
+ This unit contains 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 . You can also *
+ * obtain it by writing to the Free Software Foundation, *
+ * Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1335, USA. *
+ * *
+ ***************************************************************************
+}
+unit IdePackagerStrConsts;
+
+{$mode objfpc}{$H+}
+
+interface
+
+uses
+ Classes, SysUtils;
+
+resourcestring
+ lisUnit = 'Unit';
+ lisPkgFileTypeVirtualUnit = 'Virtual Unit';
+ lisPkgFileTypeMainUnit = 'Main Unit';
+ lisPkgFileTypeLFM = 'LFM - Lazarus form text';
+ lisPkgFileTypeLRS = 'LRS - Lazarus resource';
+ lisPkgFileTypeInclude = 'Include file';
+ lisPkgFileTypeIssues = 'Issues xml file';
+ lisPkgFileTypeText = 'Text';
+ lisPkgFileTypeBinary = 'Binary';
+ lisCEIn = '%s in %s';
+ lisPckEditDefault = '%s, default: %s';
+ lisPckEditFPMakePackage = '(fpmake)';
+ lisPckOptsPackageOptions = 'Package Options';
+ lisExtendUnitPath = 'Extend unit path?';
+ lisExtendUnitSearchPathOfPackageWith = 'Extend unit search path of package "'
+ +'%s" with%s"%s"?';
+ lisExtendIncludePath = 'Extend include path?';
+ lisExtendIncludeFilesSearchPathOfProjectWith = 'Extend include files search '
+ +'path of project with%s"%s"?';
+ lisExtendIncludeFileSearchPathOfPackageWith = 'Extend include file search '
+ +'path of package "%s" with%s"%s"?';
+ dlgCompilerOptions = 'Compiler Options';
+ lisPkgDefsUnitPath = 'Unit Path';
+ lisPkgDefsOutputDirectory = 'Output directory';
+ lisPkgDefsCompiledSrcPathAddition = 'CompiledSrcPath addition';
+ lisPkgDefsSrcDirMark = 'Package Source Directory Mark';
+
+ lisPassingCompilerOptionTwiceWithDifferentValues = 'passing compiler option '
+ +'-%s twice with different values';
+ lisPassingCompilerDefineTwiceWithDifferentValues = 'passing compiler define '
+ +'"%s" twice with different values';
+ lisPkgMangUnableToCreateOutputDirectoryForPackage = 'Unable to create '
+ +'output directory "%s"%sfor package %s.';
+
+ 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"';
+
+ lispIgnoreAll = 'Ignore all';
+
+ // package system
+ lisPkgSysInvalidUnitname = 'Invalid Unitname: %s';
+ lisPkgSysUnitWasNotFoundInTheLpkFileProbablyThisLpkFileWasN =
+ 'Unit "%s" was not found in the lpk file.'
+ +'%sProbably this lpk file was not used for building this IDE. '
+ +'Or the package misuses the procedure RegisterUnit.';
+ lisPkgSysUnitWasRemovedFromPackageLpk = 'Unit "%s" was removed from package (lpk)';
+ lisPkgSysCanNotRegisterComponentsWithoutUnit = 'Cannot register components without unit';
+ lisPkgSysInvalidComponentClass = 'Invalid component class';
+ lisPkgSysComponentClassAlreadyDefined = 'Component Class "%s" already defined';
+ lisPkgSysRegisterUnitWasCalledButNoPackageIsRegistering = 'RegisterUnit was '
+ +'called but no package is registering.';
+ lisPkgSysUnitName = '%s%sUnit Name: "%s"';
+ lisPkgSysFileName = '%s%sFile Name: "%s"';
+ lisPkgSysLPKFilename = '%s%slpk file: "%s"';
+ lisPkgSysTheLpkFileWasNotFound = '%s%sThe lpk file was not found.';
+ lisPkgSysPackageRegistrationError = 'Package registration error';
+ lisUpdatingPoFilesFailedForPackage = 'Updating PO files failed for package %s';
+ lisPkgSysThisIsTheDefaultPackageUsedOnlyForComponents = 'This is the '
+ +'default package. Used only for components without a package. These '
+ +'components are outdated.';
+ lisPkgMangUnableToLoadPackage = 'Unable to load package';
+ lisPkgMangUnableToOpenThePackage = 'Unable to open the package "%s".'
+ +'%sThis package was marked for installation.';
+ lisPkgMangstaticPackagesConfigFile = 'static packages config file';
+ lisPkgMangErrorWritingFile = 'Error writing file';
+ lisPkgMangUnableToWriteStateFileOfPackageError = 'Unable to write state '
+ +'file "%s"%sof package %s.%sError: %s';
+ lisPkgMangErrorReadingFile = 'Error reading file';
+ lisPkgMangUnableToReadStateFileOfPackageError = 'Unable to read state file '
+ +'"%s"%sof package %s.%sError: %s';
+ lisPkgMangCompilePackage = 'Compile package %s';
+ lisIDEInfoCreatingMakefileForPackage = 'Creating Makefile for package %s';
+ lisPkgSysThisPackageIsInstalledButTheLpkFileWasNotFound = 'This package is installed '
+ +'but the lpk file was not found. All its components are deactivated. Please fix this.';
+ lisPkgSysPackageFileNotFound = 'Package file not found';
+ lisPkgMangTheFileOfPackageWasNotFound = 'The file "%s" of package %s was not found.';
+ lisPkgSysThePackageIsInstalledButNoValidPackageFileWasFound =
+ 'The package "%s" is installed but no valid package file (.lpk) was found.'
+ +'%sA broken dummy package was created.';
+ lisSkipTheseWarnings = 'Skip these warnings';
+
+
+ lisExecutingCommandBefore = 'Executing command before';
+ lisExecutingCommandAfter = 'Executing command after';
+
+ lisPkgMangUnableToDeleteFilename = 'Unable to delete file';
+ lisPkgMangUnableToCreatePackageSourceDirectoryForPackage = 'Unable to '
+ +'create package source directory "%s"%sfor package %s.';
+ lisPkgMangDeleteFailed = 'Delete failed';
+ lisTheFileWasFoundInOneOfTheSourceDirectoriesOfThePac = 'The file "%s"'
+ +'%swas found in one of the source directories of the package %s and looks '
+ +'like a compiled unit. Compiled units must be in the output directory of '
+ +'the package, otherwise other packages can get problems using this package.'
+ +'%sDelete ambiguous file?';
+ lisAmbiguousUnitFound = 'Ambiguous unit found';
+ lisDeletingOfFileFailed = 'Deleting of file "%s" failed.';
+ lisPkgMangpackageMainSourceFile = 'package main source file';
+ lisPkgMangUnableToDeleteOldStateFileForPackage = 'Unable to delete old '
+ +'state file "%s"%sfor package %s.';
+ lisPkgSysRegisterProcedureIsNil = 'Register procedure is nil';
+
+implementation
+
+end.
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.af_ZA.po b/ide/packages/idepackager/languages/idepackagerstrconsts.af_ZA.po
new file mode 100644
index 0000000000..54103dc609
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.af_ZA.po
@@ -0,0 +1,315 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Vertaler Opsies"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr ""
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr ""
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr ""
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr ""
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Teks"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+msgid "RegisterUnit was called but no package is registering."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr ""
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr ""
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr ""
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr ""
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr ""
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.ar.po b/ide/packages/idepackager/languages/idepackagerstrconsts.ar.po
new file mode 100644
index 0000000000..c0c5912aaf
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.ar.po
@@ -0,0 +1,315 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "خيارات التّرجمة"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr ""
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr ""
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr ""
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr ""
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "نصّ"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+msgid "RegisterUnit was called but no package is registering."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr ""
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr ""
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr ""
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr ""
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr ""
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.ca.po b/ide/packages/idepackager/languages/idepackagerstrconsts.ca.po
new file mode 100644
index 0000000000..387c5b1e65
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.ca.po
@@ -0,0 +1,329 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Opcions del compilador"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr ""
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr ""
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Deleting of file %s%s%s failed."
+msgid "Deleting of file \"%s\" failed."
+msgstr "Ha fallat l'eliminació del fitxer %s%s%s."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Executa l'ordre després"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Executa l'ordre abans"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Opcions del paquet"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "Afegeix CompiledSrcPath"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Directori de la sortida"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Marca del directori font del paquet"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Trajectòria de la unitat"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Binari"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Inclou el fitxer"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - Lazarus Form Text"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - Lazarus Resource"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Text"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Unitat virtual"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Ha fallat l'eliminació"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "S'ha produït un error mentre es llegia el fitxer"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "S'ha produït un error mentre s'escrivia el fitxer"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "fitxer del codi font principal del paquet"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "fitxer de configuració de paquets estàtics"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create output directory %s%s%s%sfor package %s."
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "No es pot crear el directori de sortida %s%s%s%spel paquet %s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create package source directory %s%s%s%sfor package %s."
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "No es pot crear el directori sortida font %s%s%s%s pel paquet %s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to delete old state file %s%s%s%sfor package %s."
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "No es pot eliminar el fitxer antic %s%s%s%spel paquet %s."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to read state file %s%s%s%sof package %s.%sError: %s"
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "No es pot llegir fitxer d'estat %s%s%s%sdel paquet %s.%sError: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to write state file %s%s%s%sof package %s.%sError: %s"
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "No es pot escriure el fitxer d'estat %s%s%s%sdel paquet %s.%sError: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+#, fuzzy
+#| msgid "Can not register components without unit"
+msgid "Cannot register components without unit"
+msgstr "No es poden registrar els components sense unitat"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Component Class %s%s%s already defined"
+msgid "Component Class \"%s\" already defined"
+msgstr "La classe del component %s%s%s ja està definida"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format, fuzzy, badformat
+#| msgid "%s%sFile Name: %s%s%s"
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sNom del fitxer: %s%s%s"
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "La classe del component no és vàlida"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "El nom de la unitat no és vàlid: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "No s'ha trobat el fitxer del paquet"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "El procediment del registre és NIL"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+#, fuzzy
+#| msgid "RegisterUnit was called, but no package is registering."
+msgid "RegisterUnit was called but no package is registering."
+msgstr "S'ha cridat RegisterUnit, però no hi ha cap paquet registrant."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Aquest és el paquet predeterminat. S'utilitza només per components sense paquet. Aquests components estan desfasats."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format, fuzzy, badformat
+#| msgid "%s%sUnit Name: %s%s%s"
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sNom de la unitat: %s%s%s"
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr ""
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr ""
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr ""
+
+#: idepackagerstrconsts.lisunit
+#, fuzzy
+msgid "Unit"
+msgstr "Unitat"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr ""
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.cs.po b/ide/packages/idepackager/languages/idepackagerstrconsts.cs.po
new file mode 100644
index 0000000000..bde620e94b
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.cs.po
@@ -0,0 +1,315 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Volby překladače"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "Nalezena nejednoznačná jednotka"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s v %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "Odstranění souboru \"%s\" selhalo."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Vykonávání příkazu po"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Vykonávání příkazu před"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "Rozšířit cestu pro hledání zahrnutých souborů balíčku \"%s\" s%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr "Rozšířit prohledávanou cestu include projektu s%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "Rozšířit cestu zahrnutých souborů?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Rozšířit cestu jednotky?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "Rozšířit cestu pro hledání jednotek balíčku \"%s\" s%s\"%s\"?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "Vytvořit Makefile pro balíček %s"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr "dvakrát předána definice překladače \"%s\" s různými hodnotami"
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr "dvakrát předána definice překladače -\"%s\" s různými hodnotami"
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s, standardně: %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr "(fpmake)"
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Nastavení balíčku"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "Doplněk CompiledSrcPath"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Výstupní adresář"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Značka zdrojového adresáře balíčku"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Cesta jednotky"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Binární"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Zahrnout soubor"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "Vyvolání souboru XML"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - Text formuláře Lazarusu"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - Zdrojový soubor Lazarusu"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Hlavní jednotka"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Text"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Virtuální jednotka"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Adresář balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Zahrnutá prohledávaná cestu souborů balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Jméno balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Výstupní adresář balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Prohledávaná cesta zdrojových souborů balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Prohledávaná cesta jednotek balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "Přeložit balíček %s"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Odstranění selhalo"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Chyba načítání souboru"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Chyba zapisování souboru"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "hlavní zdrojový soubor balíčku"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "konfigurační soubor statického balíčku"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "Soubor \"%s\" balíčku %s nebyl nalezen."
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Nelze vytvořit výstupní adresář \"%s\"%sbalíčku %s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Nelze vytvořit zdrojový adresář \"%s\"%sbalíčku %s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Nelze smazat starý stavový soubor \"%s\"%sbalíčku %s."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "Nelze načíst balíček"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Nelze otevřít balíček \"%s\".%sTento balíček byl označen k instalaci."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Nelze číst stavový soubor \"%s\"%sbalíčku %s.%sChyba: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Nelze zapsat stavový soubor \"%s\"%sbalíčku %s.%sChyba: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "Nelze registrovat komponenty bez jednotky"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "Třída komponenty \"%s\" je již definována"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sJméno souboru: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Neplatná třída komponenty"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Neplatné jméno jednotky: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%ssoubor lpk: \"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "Soubor balíčku nenalezen"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "Chyba registrace balíčku"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "Registrační procedura je nil"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+msgid "RegisterUnit was called but no package is registering."
+msgstr "Bylo voláno RegisterUnit, ale žádný balíček není registrován."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%sSoubor lpk nebyl nalezen."
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "Balíček \"%s\" je instalován, ale nebyl nalezen platný soubor (.lpk).%sByl vytvořen rozbitý prázdný balíček."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Toto je přednastavený balíček určený jen pro komponenty bez balíčků. Tyto komponenty jsou zastaralé."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Tento balíček je nainstalován, ale soubor lpk nebyl nalezen. Všechny jeho komponenty jsou deaktivované. Prosím, opravte to."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sJméno jednotky: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr "Jednotka \"%s\" nebyla nalezena v souboru lpk.%sPravděpodobně tento lpk soubor nebyl použit k sestavení tohoto IDE. Nebo tento balíček nevhodně používá proceduru RegisterUnit."
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "Jednotka \"%s\" byla odstraněna z balíčku (lpk)"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "Přeskočit tyto varování"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "Soubor \"%s\"%sbyl nalezen v jednom ze zdrojových adresářů balíčku %s a vypadá jako přeložená jednotka. Přeložené jednotky musí být ve výstupním adresáři balíčku, jinak můžou mít jiné balíčky problémy s použitím tohoto balíčku.%sSmazat tento soubor?"
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Jednotka"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "Aktualizace PO souborů selhala pro balíček %s"
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.de.po b/ide/packages/idepackager/languages/idepackagerstrconsts.de.po
new file mode 100644
index 0000000000..19279a3744
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.de.po
@@ -0,0 +1,320 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Compilereinstellungen"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "Mehrdeutige Unit gefunden"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s in %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "Löschen der Datei \"%s\" ist fehlgeschlagen."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Ausführen des Befehls nach"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Ausführen des Befehls vor"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "Den Include-Dateisuchpfad von Package \"%s\" mit%s\"%s\" erweitern?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr "Den Includedateien-Suchpfad des Projekts mit%s\"%s\" erweitern?"
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "Includepfad erweitern?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Unit-Pfad erweitern?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "Unit-Suchpfad von Package \"%s\" um%s\"%s\" erweitern?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "Erzeuge Makedatei für Package %s"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s, Standard: %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Package-Einstellungen"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "CompiledSrcPath-Erweiterung"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Ausgabeverzeichnis"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Package-Quellverzeichnismaske"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Unit-Pfad"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Binär"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Include-Datei"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "Ausgaben-XML-Datei"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - Lazarus-Formtext"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - Lazarus-Ressource"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Haupt-Unit"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Text"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Virtuelle Unit"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Package-Verzeichnis. Parameter ist die Package-ID"
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Package-Includedateien-Suchpfad. Parameter ist die Package-ID."
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Package-Name. Parameter ist Package ID, z.B. \"Name\" oder \"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Package-Ausgabeverzeichnis. Parameter ist Package ID, z.B. \"Name\" oder \"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Package-Quellcode-Suchpfad. Parameter ist die Package-ID."
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Package-Unitsuchpfad. Parameter ist die Package-ID."
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "Kompiliere Package %s"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Löschen fehlgeschlagen"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Fehler beim Lesen der Datei"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Fehler beim Schreiben der Datei"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "Package-Hauptquelldatei"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "Konfigurationsdatei für statische Packages"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "Die Datei \"%s\" von Package %s wurde nicht gefunden."
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Kann Ausgabeverzeichnis \"%s\"%sfür das Package %s nicht erzeugen."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Kann das Package-Quelltextverzeichnis \"%s\"%s für das Package %s nicht erzeugen."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Die alte Statusdatei \"%s\"%sdes Packages %s kann nicht gelöscht werden."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "Kann Package nicht laden"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Das Package \"%s\".%s kann nicht geöffnet werden. Es war zur Installation vorgemerkt."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Die Statusdatei \"%s\"%sdes Packages %s kann nicht gelesen werden.%sFehler: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Kann Statusdatei \"%s\"%sdes Packages %s nicht schreiben.%sFehler: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "Kann Komponenten nicht ohne Unit registrieren"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "Komponentenklasse \"%s\" bereits definiert"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sDateiname: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Ungültige Komponentenklasse"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Ungültiger Unit-Name: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%slpk-Datei: \"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "Package-Konflikte"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "Packageregistrierungsfehler"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "Registerprozedur ist NIL"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+#, fuzzy
+#| msgid "RegisterUnit was called, but no package is registering."
+msgid "RegisterUnit was called but no package is registering."
+msgstr "RegisterUnit wurde aufgerufen aber es wurde kein Package registriert."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%sDie .lpk-Datei wurde nicht gefunden."
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format, fuzzy
+#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "Das Package \"%s\" ist installiert, es gibt aber keine gültige Package-Datei (.lpk).%sEs wurde ein defektes Dummy-Package erzeugt."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Das ist das Standard-Package nur für Komponenten ohne Package. Solche Komponenten sind veraltet."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+#, fuzzy
+#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Dieses Package ist installiert, aber die .lpk-Datei wurde nicht gefunden. Alle enthaltenen Komponenten sind abgeschaltet. Bitte beheben Sie den Fehler."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sUnit-Name: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr "Die Unit \"%s\" wurde nicht in der .lpk-Datei gefunden.%sWahrscheinlich wurde diese .lpk-Datei nicht für die Erstellung dieser IDE verwendet. Oder das Package verwendet die Prozedur RegisterUnit falsch."
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "Unit \"%s\" wurde aus Package (lpk) entfernt"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "Diese Warnungen überspringen"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "Die Datei \"%s\"%swurde in einem der Quellverzeichnisse des Packages %s gefunden und sieht wie eine kompilierte Unit aus. Kompilierte Units müssen sich im Ausgabeverzeichnis des Packages befinden, sonst kann das zu Problemen mit diesem Package führen.%sDie zweifelhafte Datei löschen?"
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Unit"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "Aktualisierung der PO-Dateien für Package %s fehlgeschlagen"
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.es.po b/ide/packages/idepackager/languages/idepackagerstrconsts.es.po
new file mode 100644
index 0000000000..5da58ba49c
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.es.po
@@ -0,0 +1,328 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Opciones del Compilador"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "Se encontró Unidad Ambigua"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s en %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "Falló el borrado del archivo \"%s\"."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Ejecutando comando después"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Ejecutando comando antes"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "¿Extender trayectoria de busqueda de ficheros inlcuidos del paquete \"%s\" con%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr "¿Extender trayectoria de busqueda de ficheros incluidos del proyecto con%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "¿Extender la ruta de ficheros incluidos?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "¿Extender ruta de la unidad?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "¿Extender trayecto de búsqueda de unidades del paquete \"%s\" con%s\"%s\"?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "Creando Makefile para el paquete %s"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr "pasar la definición \"%s\" del compilador dos veces con diferentes valores"
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr "pasar la definición -%s del compilador dos veces con diferentes valores"
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s, predeterminado: %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr "(fpmake)"
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Opciones de Paquete"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "Añadir ruta de fuentes compilados"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Directorio de salida"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Marca de directorio fuente del Paquete"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Ruta de Unidad"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Binario"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Incluir Archivo"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "Archivo xml de problemas"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - Lazarus desde texto"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - Recurso de Lazarus"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Unidad Principal"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Texto"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Unidad virtual"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+#, fuzzy
+#| msgid "Package directory. Parameter is package ID"
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Directorio paquete. Parametro es ID paquete"
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+#, fuzzy
+#| msgid "Package include files search path. Parameter is package ID"
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Path busqueda inclusion de paquete. Parametro es ID paquete"
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Nombre de Paquete. Parametro es package ID, ejm. \"Nombre\" o \"Nombre 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Salida de directorio del Paquete (Package). Parametro es package ID, ejm. \"Nombre\" o \"Nombre 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+#, fuzzy
+#| msgid "Package source search path. Parameter is package ID"
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Path busqueda fuentes de paquete. Parametro es ID paquete"
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+#, fuzzy
+#| msgid "Package unit search path. Parameter is package ID"
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Path busqueda unidad de paquete. Parametro es ID paquete"
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "Compilar paquete %s"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Falló el borrado"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Error leyendo archivo"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Error escribiendo archivo"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "archivo fuente principal del paquete"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "archivo de configuración de paquetes estáticos"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "El archivo \"%s\" del paquete %s no se a encontrado."
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "No se ha podido crear el directorio de salida \"%s\"%s para el paquete %s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "No se ha podido crear el directorio fuente de paquete \"%s\"%s para el paquete %s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "No se ha podido borrar el archivo de estado viejo \"%s\"%s para el paquete %s."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "No se pudo cargar el paquete"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "No se ha podido abrir el paquete \"%s\".%sEste paquete está marcado para instalación."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "No se ha podido leer el archivo de estado \"%s\"%s del paquete %s.%s Error: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "No se ha podido escribir el archivo de estado \"%s\"%s del paquete %s.%sError: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "No se puede registrar los componentes sin una unidad"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "La clase \"%s\" del Componente ya está definida"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sNombre de Archivo: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Clase de componente no válida"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Nombre de unidad no válido: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%sarchivo lpk: \"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "Archivo de paquete no encontrado"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "Error de registro del paquete"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "Registrar procedimiento como nulo"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+#, fuzzy
+#| msgid "RegisterUnit was called, but no package is registering."
+msgid "RegisterUnit was called but no package is registering."
+msgstr "Se llamó a RegisterUnit, pero no se está registrando un paquete."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%sEl archivo lpk no se ha encontrado."
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format, fuzzy
+#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "El paquete \"%s\" está instalado pero se encontró un archivo de paquete (.lpk) no válido.%sSe ha creado un paquete vacío."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Este es el paquete predeterminado. Usado únicamente para componentes sin paquete. Estos componentes están sin actualizar."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+#, fuzzy
+#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Este paquete está instalado pero el archivo .lpk no se encuentra. Todos sus componentes están desactivados. Por favor, corrija esto."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sNombre de Unidad: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr "Unidad \"%s\" no se encontró en el archivo lpk.%sProvablemente este lpk no se utilizó para la construcción de este IDE. O el mal uso en el paquete del procedimiento RegisterUnit."
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "Unidad \"%s\" ha sido removida del paquete (lpk)"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "Saltar esas advertencias"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "El archivo \"%s\"%sfue hallado en uno de los directorios de fuentes del paquete %s y parece una Unidad compilada. Las Unidades compiladas deben estar en el directorio de Salida del paquete, de otro modo otros paquetes pueden tener problemas cuando usen éste paquete.%s¿Eliminar el archivo causante de la ambigüedad?"
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Unidad"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "Actualización de ficheros PO fallido para paquete %s"
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.fi.po b/ide/packages/idepackager/languages/idepackagerstrconsts.fi.po
new file mode 100644
index 0000000000..ea4a139087
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.fi.po
@@ -0,0 +1,315 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Kääntäjän asetukset"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "Ristiriitainen käännösyksikkö löytyi"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s %s:ssa"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "Tiedoston \"%s\" poistaminen epäonnistui."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Suorittaa komennon jälkeen"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Suorittaa komennon ennen"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "Laajenna paketin \"%s\" include-tiedostojen hakupolku tällä:%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr "Laajenna projektin include-tiedostojen hakupolku tällä:%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "Laajenna include-tiedostojen polku?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Laajennetaanko käännösyksikköjen polkua?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "Laajenna paketin \"%s\" käännösyksikköjen hakupolku tällä:%s\"%s\"?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "Luodaan Make-tiedosto paketille %s"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s, oletus: %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Paketin asetukset"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "CompiledSrcPath lisäys"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Käännöshakemisto"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Paketin lähdehakemiston merkki"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Käännösyksiköiden polku"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Binaari"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Include-tiedosto"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "Ongelmien xml-tiedosto"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - Lazarus-lomake tekstinä"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - Lazarus-resurssi"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Pääkäännösyksikkö"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Teksti"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Virtuaalinen käännösyksikkö"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Pakettihakemisto. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paketin include-tiedostojen hakupolku. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paketin nimi. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paketin käännöshakemisto. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paketin lähdetiedostojen hakupolku. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paketin käännösyksikköjen hakupolku. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "Käännä paketti %s"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Poistaminen epäonnistui"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Virhe luettaessa tiedostoa"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Virhe kirjoitettaessa tiedostoa"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "paketin päälähdekooditiedosto"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "staattisten pakettien config-tiedosto"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "Paketin %s tiedostoa \"%s\" ei löydy."
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Käännöshakemiston \"%s\"%sluominen paketille %s ei onnistu."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Lähdehakemiston \"%s\"%sluominen paketille %s ei onnistu."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Vanhan tilatiedoston \"%s\"%spoistaminen paketille %s ei onnistu."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "Paketin lataaminen ei onnistu"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Ei pystytä avaamaan pakettia \"%s\".%sPaketti oli merkitty asennettavaksi."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Tilatiedoston \"%s\"%slukeminen paketille %s ei onnistu.%sVirhe: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Tilatiedoston \"%s\"%skirjoittaminen paketille %s ei onnistu.%sVirhe: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "Ei voi rekisteröidä komponenttia ilman käännösyksikköä"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "Komponenttiluokka \"%s\" on jo määritelty"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sTiedoston nimi: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Kelvoton komponenttiluokka"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Kelvoton käännösyksikön nimi: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%slpk tiedosto: \"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "Pakettitiedostoa ei löydy"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "Paketin rekisteröintivirhe"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "'Register' aliohjelma on Nil"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+msgid "RegisterUnit was called but no package is registering."
+msgstr "RegisterUnit kutsuttiin, mutta paketteja ei ole rekisteröity."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%slpk tiedostoa ei löydy."
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "Paketti \"%s\" on asennettu, mutta kelvollista pakettitiedostoa (.lpk) ei löydy.%sTyhjä rikkinäinen paketti luotiin."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Tämä on oletuspaketti. Käytetään vain komponenteille, millä ei ole pakettia. Komponentit ovat vanhentuneet."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Tämä paketti on asennettu, mutta pakettitiedostoa (.lpk) ei löydy. Komponentit eivät ole käytössä. Korjaa vika."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sKäännösyksikön nimi: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr "Käännösyksikköä \"%s\" ei löydy .lpk tiedostosta.%sEhkä tätä lpk:ta ei käytetty IDEn käännöksessä, tai paketti käyttää väärin RegisterUnit:a."
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "Käännösyksikkö \"%s\" poistettiin paketista (lpk)"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "Ohita nämä varoitukset"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "Tiedosto \"%s\"%slöytyy paketin %s lähdehakemistosta ja näyttää käännetyltä yksiköltä. Käännetyn yksikön pitää olla paketin käännöshakemistossa, muuten muilla paketeilla on vaikeuksia käyttää tätä pakettia.%sPoistetaanko ristiriitainen tiedosto?"
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Käännösyksikkö"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "PO tiedostojen päivitys epäonnistui paketille %s"
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.fr.po b/ide/packages/idepackager/languages/idepackagerstrconsts.fr.po
new file mode 100644
index 0000000000..ccc5853a2f
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.fr.po
@@ -0,0 +1,315 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Options du compilateur"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "Unité équivoque trouvée"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s dans %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "La suppression du fichier \"%s\" a échoué."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Exécution de la commande suivante"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Exécution de la commande précédente"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "Faut-il étendre le chemin de recherche des inclusions du paquet \"%s\" en %s\"%s\" ?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr "Faut-il étendre le chemin de recherche des inclusions du projet avec%s\"%s\" ?"
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "Faut-il étendre le chemin d'inclusion ?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Faut-il étendre le chemin des unités ?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "Faut-il étendre le chemin de recherche du paquet \"%s\" en%s\"%s\" ?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "Création du Makefile pour le paquet %s"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr "la définition \"%s\" est passée deux fois au compilateur avec des valeurs différentes"
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr "l'option \"-%s\" est passée deux fois au compilateur avec des valeurs différentes"
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s - par défaut : %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr "(fpmake)"
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Options du paquet"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "Chemin de code source compilé additionnel"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Répertoire de destination"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Marque de répertoire des codes sources des paquets"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Chemin de l'unité"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Binaire"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Fichier inclus"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "Fichier XML des problèmes"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "Fiche Lazarus texte - LFM"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "Fichier ressource Lazarus - LRS"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Unité principale"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Texte"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Unité virtuelle"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Répertoire du paquet. Le paramètre est l'ID du paquet : par exemple, \"Nom\" ou \"Nom 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Chemin de recherche des fichiers d'inclusion. Le paramètre est l'ID du paquet (par exemple : \"Nom\" ou \"Nom 1.0\")"
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Nom du paquet. Le paramètre est l'ID du paquet (par exemple, « Nom » ou « Nom 1.0 »)"
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Répertoire d'enregistrement des paquets. Le paramètre est l'ID du paquet (par exemple, « Nom » ou « Nom 1.0 »)"
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Chemin de recherche des codes sources du paquet. Le paramètre est l'ID du paquet (par exemple : \"Nom\" ou \"Nom 1.0\")"
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Chemin de recherche des unités du paquet. Le paramètre est l'ID du paquet (par exemple : \"Nom\" ou \"Nom 1.0\")"
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "Compiler le paquet %s"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "La suppression a échoué"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Erreur de lecture de fichier"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Erreur d'écriture de fichier"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "fichier de code source principal du paquet"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "fichier de configuration des paquets statiques"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "Le fichier \"%s\" du paquet %s est introuvable."
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Impossible de créer le répertoire de destination \"%s\"%spour le paquet %s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Impossible de créer le répertoire \"%s\"%spour les codes sources du paquet %s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Impossible de supprimer l'ancien fichier d'état \"%s\"%spour le paquet %s."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "Impossible de charger le paquet"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Impossible d'ouvrir le paquet \"%s\".%sCe paquet a été marqué pour l'installation."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Impossible de lire l'état du fichier \"%s\"%sdu paquet %s.%sErreur : %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Impossible d'écrire le fichier d'état \"%s\"%sdu paquet %s.%sErreur : %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "Impossible d'enregistrer des composants sans unité"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "Classe de composant \"%s\" déjà définie"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sNom de fichier : \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Classe de composant incorrect"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Nom d'unité incorrecte : %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%sfichier lpk : \"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "Fichier paquet non trouvé"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "Erreur d'enregistrement du paquet"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "La procédure Register est à nil"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+msgid "RegisterUnit was called but no package is registering."
+msgstr "RegisterUnit a été appelé, mais aucun paquet n'est en cours de référencement."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%sLe fichier du paquet est introuvable."
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "Le paquet \"%s\" est installé, mais aucun fichier de paquet valide .lpk n'a été trouvé.%sUn paquet factice a été créé."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "C'est le paquet par défaut. Utilisez-le seulement pour les composants sans paquet. Ces composants sont obsolètes."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Ce paquet est installé, mais le fichier lpk associé n'a pas été trouvé. Tous ses composants sont désactivés. Veuillez rectifier ceci."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sNom d'unité : \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr "L'unité \"%s\" n'a pas été trouvée dans le fichier lpk.%sIl est possible que ce fichier lpk n'ait pas été utilisé pour créer cet EDI ou que le paquet fasse un mauvais usage de la procédure RegisterUnit."
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "L'unité \"%s\" a été retirée du paquet (lpk)"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "Ignorer ces avertissements"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "Le fichier \"%s\"%s a été trouvé dans l'un des répertoires de code source du paquet %s et semble être une unité compilée. Les unités compilées doivent être dans le répertoire de sortie du paquet, sinon d'autres paquets peuvent avoir des difficultés à utiliser ce paquet.%sVoulez-vous supprimer le fichier ambigu ?"
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Unité"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "La mise à jour des fichiers de traduction PO a échoué pour le paquet %s"
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.he.po b/ide/packages/idepackager/languages/idepackagerstrconsts.he.po
new file mode 100644
index 0000000000..5a10c57024
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.he.po
@@ -0,0 +1,336 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "אפשרויות מהדר"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+#, fuzzy
+#| msgid "Ambiguous Unit found"
+msgid "Ambiguous unit found"
+msgstr "נמצאה יחידה רב משמעית"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s ב %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Deleting of file %s%s%s failed."
+msgid "Deleting of file \"%s\" failed."
+msgstr "מחיקת הקובץ s%s%s% נכשלה."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "ביצוע פקודה אחרי"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "ביצוע פקודה לפני"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "ייצא את נתיב היחידה"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "יוצר Makefile עבור חבילה %s"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format, fuzzy, badformat
+msgid "%s, default: %s"
+msgstr "ברירת מחדל"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "אפשרויות חבילה"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "הוספת CompiledSrcPath"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "תיקיית הפלט"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "סימון ספריית קוד המקור של החבילה"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "נתיב היחידה"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "בינארי"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "קובץ \"כלול\""
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "סוגיות של קובץ xml"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "טקסט של טופס לזארוס - LFM"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "משאבים של לזארוס - LRS"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "יחידה ראשית"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "טקסט"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "יחידה ווירטואלית"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "המחיקה נכשלה"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "שגיאה בקריאת קובץ"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "שגיאה בכתיבת קובץ"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "קובץ קוד המקור הראשי של החבילה"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "קובץ הגדרות לחבילות סטטיות"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create output directory %s%s%s%sfor package %s."
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "לא ניתן ליצור את ספריית הפלט %s%s%s%sעבור החבילה %s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create package source directory %s%s%s%sfor package %s."
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "לא ניתן ליצור את ספריית הקוד %s%s%s%sעבור החבילה %s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to delete old state file %s%s%s%sfor package %s."
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "לא ניתן למחוק את קובץ המצב הישן %s%s%s%sעבור החבילה %s."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "לא מצליח לטעון את החבילה."
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to open the package %s%s%s.%sThis package was marked for installation."
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "לא ניתן לפתוח את החבילה %s%s%s.%sהחבילה סומנה להתקנה."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to read state file %s%s%s%sof package %s.%sError: %s"
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "לא ניתן לקרוא את מצב הקובץ %s%s%s%sשל החבילה %s.%sשגיאה: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to write state file %s%s%s%sof package %s.%sError: %s"
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "לא מצליח לכתוב קובץ מצב %s%s%s% של חבילה %s. שגיאה: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+#, fuzzy
+#| msgid "Can not register components without unit"
+msgid "Cannot register components without unit"
+msgstr "לא יכול לרשום את הרכיבים ללא יחידה"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Component Class %s%s%s already defined"
+msgid "Component Class \"%s\" already defined"
+msgstr "מחלקת רכיבים %s%s%s כבר מוגדרת"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format, fuzzy
+#| msgid "%s%sFile Name: %s%s%s"
+msgid "%s%sFile Name: \"%s\""
+msgstr "שם קובץ: %s%s%s"
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "מחלקת רכיבים לא חוקית"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format, fuzzy, badformat
+msgid "Invalid Unitname: %s"
+msgstr "שם יחידה לא חוקי: s%"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "הקובץ של החבילה לא נמצא"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "שגיאה ברישום החבילה"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "פרוצדורת הרישום ריקה"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+#, fuzzy
+#| msgid "RegisterUnit was called, but no package is registering."
+msgid "RegisterUnit was called but no package is registering."
+msgstr "יחידת הרישום נקראה, אבל אף חבילה לא נרשמת."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format, fuzzy, badformat
+#| msgid "The package %s%s%s is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "החבילה %s%s%s מותקנת, אבל לא נמצא קובץ חוקי לחבילה (lpk.). חבילה שבורה מדומה נוצרה. "
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "זאת היא חבילת ברירת המחדל. משמשת רק לרכיבים ללא חבילה. רכיבים אלו לא מעודכנים."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+#, fuzzy
+#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "חבילה זאת מותקנת, אבל קובץ lpk לא נמצא. כל רכיביה נוטרלו. תקן זאת."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format, fuzzy
+#| msgid "%s%sUnit Name: %s%s%s"
+msgid "%s%sUnit Name: \"%s\""
+msgstr "שם יחידה: %s%s%s"
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr ""
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr ""
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format, fuzzy
+#| msgid "The file %s%s%s%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%s%sDelete ambiguous file?"
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "הקובץ %s%s%s%s נמצא באחת מתיקיות הקוד של החבילה ונראה כמו יחידה מהודרת. יחידות מהודרות חייבות להיות בתיקיית הפלט של החבילה, אחרת חבילות אחרות ייתקלו בבעיות בשימוש בחבילה זאת. האם למחוק את הקובץ הבעייתי?"
+
+#: idepackagerstrconsts.lisunit
+#, fuzzy
+msgid "Unit"
+msgstr "יחידה"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr ""
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.hu.po b/ide/packages/idepackager/languages/idepackagerstrconsts.hu.po
new file mode 100644
index 0000000000..185b2c22eb
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.hu.po
@@ -0,0 +1,315 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Fordító beállításai"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "Megtévesztő unit található"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s itt: %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "A(z) \"%s\" fájl törlése sikertelen."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Utólag végrehajtandó művelet futtatása"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Előzőleg végrehajtandó művelet futtatása"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "Kibővíti a(z) \"%s\" csomag beemelt fájlok keresési útvonalát ezzel:%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr "Kibővíti a projekt beemelt fájlok keresési útvonalát ezzel:%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "Include útvonal kibővítése?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Kibővíti a unit útvonalat?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "Kibővíti a(z) \"%s\" csomag unit keresési útvonalát ezzel:%s\"%s\"?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "Makefile létrehozása a következő csomaghoz: %s"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr "a(z) \"%s\" fordítói definíció kétszer fordul elő, eltérő értékekkel"
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr "a fordító -%s kapcsolója kétszer fordul elő, eltérő értékekkel"
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s, alapértelmezett: %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr "(fpmake)"
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Csomag beállításai"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "CompiledSrcPath hozzáadása"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Kimeneti könyvtár"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Csomag forráskönyvtár"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Unit útvonal"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Bináris"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Include fájl"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "Issues XML fájl"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - Lazarus form szöveg"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - Lazarus forrás"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Fő-unit"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Szöveg"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Virtuális unit"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Csomag könyvtára. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Csomag include fájlok keresési útvonala. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Csomag neve. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Csomag kimeneti könyvtára. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Csomag forrás keresési útvonala. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Csomag unit keresési útvonala. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "Csomag fordítása: %s"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Törlés sikertelen"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Hiba a fájl olvasása közben"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Hiba a fájl írása közben"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "csomag fő forrás fájlja"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "statikus csomagok beállítási fájlja"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "A(z) \"%s\" fájl a %s csomagból nem található."
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "A(z) \"%s\" kimeneti könyvtár létrehozása nem lehetséges%sa(z) %s csomaghoz."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "A(z) \"%s\" forrás könyvtár létrehozása nem lehetséges%sa(z) %s csomaghoz."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "A(z) \"%s\" régi állapotfájl törlése,%samely a(z) %s csomaghoz tartozik, nem lehetséges."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "Csomag betöltése nem lehetséges"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "A(z) \"%s\" csomag megnyitása nem lehetséges.%sEz a csomag meg lett jelölve telepítésre."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "A(z) \"%s\" állapotfájl,%sami a(z) %s csomaghoz tartozik nem olvasható.%sHiba: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "A(z) \"%s\" állapotfájl írása,%sami a(z) %s csomaghoz tartozik, nem lehetséges.%sHiba: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "Unit nélküli komponenseket nem lehet regisztrálni"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "A(z) \"%s\" komponens osztály már definiálva van"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sFájlnév: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Érvénytelen komponens osztály"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Érvénytelen unit-név: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%slpk fájl: \"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "A csomagfájl nem található"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "Hiba a csomag regisztrálásakor"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "A \"Register\" eljárás nil"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+msgid "RegisterUnit was called but no package is registering."
+msgstr "A RegisterUnit meg lett hívva, de nem regisztrálódik egy csomag sem."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%sAz lpk fájl nincs meg."
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "A(z) \"%s\" csomag telepítve van, de nem található érvényes csomagfájl (.lpk).%sEgy törött, látszólagos csomag lett létrehozva."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Ez az alapértelmezett csomag. Csak csomag nélküli komponensekhez van használva. E komponensek idejétmúltak."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Ez a csomag telepítve van, de az .lpk fájl nem található. Minden komponense deaktiválva van. Javítsa!"
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sUnit-név: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr "A(z) \"%s\" unit nem található az lpk fájlban.%s Lehet, hogy ez az lpk fájl nem volt használva ezen IDE építéséhez vagy a csomag helytelenül használja a RegisterUnit eljárást."
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "A \"%s\" unit el lett távolítva a csomagból (lpk)"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "Ezen figyelmeztetések átugrása"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "A(z) \"%s\"%sfájl a(z) %s csomag egyik forráskönyvtárában található és egy lefordított unit-nak látszik. A lefordított unit-oknak a csomag kimeneti könyvtárában kell lenniük, különben más csomagoknak problémái lehetnek ennek a csomagnak a használatával.%sTörli a megtévesztő fájlt?"
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Unit"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "A(z) %s csomag PO fájljainak frissítése nem sikerült"
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.id.po b/ide/packages/idepackager/languages/idepackagerstrconsts.id.po
new file mode 100644
index 0000000000..52168ba95e
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.id.po
@@ -0,0 +1,335 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Opsi Kompilator"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+#, fuzzy
+#| msgid "Ambiguous Unit found"
+msgid "Ambiguous unit found"
+msgstr "Unit Dwimakna ditemukan"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr ""
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Deleting of file %s%s%s failed."
+msgid "Deleting of file \"%s\" failed."
+msgstr "Penghapusan file %s%s%s gagal."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Mengeksekusi perintah setelah"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Mengeksekusi perintah sebelum"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Lebarkan path unit?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Opsi Paket"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "Tambahan CompiledSrcPath"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Direktori output"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Tanda Direktori Sumber Proyek"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Path Unit"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Biner"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "File Include"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - Teks form Lazarus"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - Lazarus resource"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Teks"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Unit Virtual"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Penghapusan gagal"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Kesalahan pembacaan file"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Kesalahan penulisan file"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "file sumber utama paket"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "file konfigurasi paket statik"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create output directory %s%s%s%sfor package %s."
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Tidak bisa membuat direktori output %s%s%s%suntuk paket %s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create package source directory %s%s%s%sfor package %s."
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Tidak bisa membuat direktori sumber paket %s%s%s%suntuk paket %s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to delete old state file %s%s%s%sfor package %s."
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Tidak bisa menghapus file kondisi yang lama %s%s%s%suntuk paket %s."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to open the package %s%s%s.%sThis package was marked for installation."
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Tidak bisa membuka paket %s%s%s.%sPaket ini ditandai untuk instalasi."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to read state file %s%s%s%sof package %s.%sError: %s"
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Tidak bisa membaca file kondisi %s%s%s%sdari paket %s.%sKesalahan: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to write state file %s%s%s%sof package %s.%sError: %s"
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Tidak bisa menulis file kondisi %s%s%s%sdari paket %s.%sKesalahan: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+#, fuzzy
+#| msgid "Can not register components without unit"
+msgid "Cannot register components without unit"
+msgstr "Tidak bisa mendaftarkan komponen tanpa unit"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Component Class %s%s%s already defined"
+msgid "Component Class \"%s\" already defined"
+msgstr "Kelas Komponen %s%s%s sudah didefinisikan"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format, fuzzy, badformat
+#| msgid "%s%sFile Name: %s%s%s"
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sNama File: %s%s%s"
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Kelas komponen tidak benar"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Nama unit tidak benar: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "File paket tidak ditemukan"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "Register procedure kosong"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+#, fuzzy
+#| msgid "RegisterUnit was called, but no package is registering."
+msgid "RegisterUnit was called but no package is registering."
+msgstr "RegisterUnit dipanggil, tetapi tidak ada paket yang terdaftar."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format, fuzzy, badformat
+#| msgid "The package %s%s%s is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "Paket ini %s%s%s diinstalasi, tetapi tanpa file paket (.lpk) yang ditemukan.%spaket sementara yang rusak dibuat."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Ini adalah paket default. Digunakan hanya untuk komponen tanpa paket. Komponen ini kadaluarsa."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+#, fuzzy
+#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Paket diinstalasi, tetapi file lpk tidak ditemukan. Semua komponennya di-non aktifkan. Silahkan betulkan ini."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format, fuzzy, badformat
+#| msgid "%s%sUnit Name: %s%s%s"
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sNama Unit: %s%s%s"
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr ""
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr ""
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr ""
+
+#: idepackagerstrconsts.lisunit
+#, fuzzy
+msgid "Unit"
+msgstr "Unit"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr ""
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.it.po b/ide/packages/idepackager/languages/idepackagerstrconsts.it.po
new file mode 100644
index 0000000000..91e986376c
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.it.po
@@ -0,0 +1,328 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Opzioni compilatore"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "Trovata unit ambigua"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s in %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "Cancellazione del file \"%s\" fallita."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Esecuzione comando dopo"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Esecuzione comando prima"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "Estendere il percorso di ricerca degli include del pacchetto \"%s\" con%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr "Estendereil percorso di ricerca degli include del progetto con%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "Estendere il percorso degli include?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Estendere il percorso delle unit?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "Estendere il percorso di ricerca delle unit del pacchetto \"%s\" con%s\"%s\"?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "Creazione del Makefile per il pacchetto %s"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s, predefinito: %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Opzioni pacchetto"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "Aggiunta percorso sorgenti compilatore"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Cartella risultati"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Marca cartella sorgenti pacchetto"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Percorso unit"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Binario"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "File include"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "Problemi con il file XML"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - form di testo Lazarus"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - risorsa Lazarus"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Unit principale"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Testo"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Unit virtuale"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+#, fuzzy
+#| msgid "Package directory. Parameter is package ID"
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Cartella del pacchetto. Il parametro è l'ID del pacchetto"
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+#, fuzzy
+#| msgid "Package include files search path. Parameter is package ID"
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Il pacchetto include i percorsi di ricerca dei file. Il parametro è l'ID del pacchetto"
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+#, fuzzy
+#| msgid "Package source search path. Parameter is package ID"
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Percorso di ricerca dei sorgenti. Il parametro è l'ID del pacchetto"
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+#, fuzzy
+#| msgid "Package unit search path. Parameter is package ID"
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Percorso di ricerca delle unit. Il parametro è l'ID del pacchetto"
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Cancellazione non riuscita"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Errore nella lettura del file"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Errore nella scrittura del file"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "file sorgente principale del pacchetto"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "file configurazione pacchetti statici"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "Il file \"%s\" del pacchetto %s non è stato trovato:"
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Impossibile creare la cartella di output \"%s\"%sper il pacchetto %s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Impossibile creare la cartella dei sorgenti del pacchetto \"%s\"%sper il pacchetto %s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Impossibile cancellare il vecchio file di stato \"%s\"%sper il pacchetto %s."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "Impossibile caricare il pacchetto"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Impossibile aprire il pacchetto \"%s\".%sIl pacchetto è marcato per l'installazione."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Impossibile leggere il file stato \"%s\"%sdel pacchetto %s.%sErrore: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Impossibile scrivere il file stato \"%s\"%sdel pacchetto %s.%sErrore: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "Impossibile registrare componenti senza una unit"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "Classe componenti \"%s\" già definita"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sNome file: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Classe componenti non valida"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Nome unit non valido: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%sfile lpk: \"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "File pacchetto non trovato"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "Errore nella registrazione del pacchetto "
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "La procedura di registrazione è vuota"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+#, fuzzy
+#| msgid "RegisterUnit was called, but no package is registering."
+msgid "RegisterUnit was called but no package is registering."
+msgstr "RegisterUnit è stata chiamata ma nessun pacchetto è in registrazione."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%sFile lpk non trovato."
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format, fuzzy
+#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "Il pacchetto \"%s\" è installato, ma non c'è un file di pacchetto (.lpk) valido. %sE' stato creato un finto pacchetto incompleto. "
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Questo è il pacchetto predefinito. Usato solo per componenti senza un pacchetto. Questi componenti sono obsoleti."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+#, fuzzy
+#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Il pacchetto è installato, ma il suo file lpk non c'è: tutti i suoi componenti sono disattivati. Pregasi risolvere il problema."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sNome unit: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr "La unit \"%s\" non è stata trovata nel file lpk.%sprobabilmente questo file lpk non è stato usato per costruire questa IDE. Oppure il pacchetto usa in modo inappropriato la procedura RegisterUnit"
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "La unit \"%s\" è stata rimossa dal pacchetto (lpk)"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr ""
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "Il file \"%s\"%s è stato trovato nella cartella dei sorgenti del pacchetto %s e sembra una unit compilata. Per cui dovrebbe invece stare nella cartella di output del pacchetto, altrimenti altri pacchetti che usano questo avranno dei problemi.%sCancello il file ambiguo?"
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Unit"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "Aggiornamento dei file po fallito per il pacchetto %s"
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.ja.po b/ide/packages/idepackager/languages/idepackagerstrconsts.ja.po
new file mode 100644
index 0000000000..5eccf90ae4
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.ja.po
@@ -0,0 +1,321 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "コンパイラオプション"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "曖昧なユニットがみつかりました"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s in %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "ファイル \"%s\"の削除に失敗しました。"
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "次の後にコマンドを実行:"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "次の前にコマンドを実行:"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "パッケージ\"%s\"のインクルードファイル検索パスを%s\"%s\"に拡張しますか?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr "プロジェクトのインクルードファイル検索パスを%s\"%s\"に拡張しますか?"
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "インクルードファイルを拡張しますか?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "ユニットのパスを拡張しますか?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "パッケージ\"%s\"のユニット検索パスを%s\"%s\"に拡張しますか?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "パッケージ%sのためのMakefileを作成中"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr "コンパイラ定義\"%s\"を2回違う値で通過"
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr "コンパイラオプション-%sを2回違う値で通過"
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s, 既定: %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "パッケージオプション"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "コンパイルのソースパスを追加"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "出力ディレクトリ"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "パッケージソースディレクトリマーク"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "ユニットパス"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "バイナリ"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "インクルードファイル"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "xmlファイルを発行する"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - Lazarusフォームテキスト"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - Lazarusリソース"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "メインユニット"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "テキスト"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "仮想ユニット"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "パッケージディレクトリ。引数はパッケージID"
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "パッケージのインクルードファイルのパス。引数はパッケージID, 例: \"Name\" or \"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "パッケージ名。引数はパッケージID。例:\"Name\" もしくは \"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "パッケージ出力ディレクトリ。引数はパッケージID。例:\"Name\" もしくは \"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "パッケージのソースファイルのパス。引数はパッケージID 例:\"Name\" もしくは \"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "パッケージのユニット検索パス。引数はパッケージID 例:\"Name\" もしくは \"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "パッケージ%sをコンパイル"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "削除に失敗"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "ファイルの読みとり中にエラー"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "ファイルへの書き込み中にエラー"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "パッケージメインソースファイル"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "静的パッケージ設定ファイル"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "ファイル \"%s\" (パッケージ %s )は見つかりませんでした。"
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "パッケージ%sの出力ディレクトリ\"%s\"%sを作成できません。"
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "パッケージ%sのパッケージソースディレクトリ\"%s\"%sを作成できません。"
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "パッケージ%sの古い状態ファイル\"%s\"%sを削除できません。"
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "パッケージを読み込めません"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "パッケージ\"%s\"を開けません。%sこのパッケージをインストールするようマークされています。"
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "パッケージ%sの状態ファイル\"%s\"%sを読めません。%sエラー: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "パッケージ%sの状態ファイル \"%s\"%sに書き込めません。%sエラー: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "ユニット無しではコンポーネントを登録できません"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "コンポーネントクラス \"%s\" はすでに定義されています"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sファイル名: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "無効なコンポーネントクラス"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "無効なユニット名: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%slpk ファイル: \"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "パッケージファイルが見つかりません"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "パッケージ登録エラー"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "Register手続きが空です"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+#, fuzzy
+#| msgid "RegisterUnit was called, but no package is registering."
+msgid "RegisterUnit was called but no package is registering."
+msgstr "ユニット登録が呼び出されましたが、どのパッケージも登録中ではありません。"
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%s そのlpkは見つかりませんでした。"
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format, fuzzy
+#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "パッケージ \"%s\"がインストールされましたが、有効なパッケージファイル(.lpk)が見つかりません。%s壊れたダミーパッケージが作成されました。"
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "これはデフォルトのパッケージです。パッケージのないコンポーネントにのみ用いられます。これらのコンポーネントは時代遅れです。"
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+#, fuzzy
+#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "このパッケージはインストールされましたが、lpkファイルが見つかりません。そのすべてのコンポーネントは無効にされています。修復してください。"
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sユニット名: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr "ユニット \"%s\"はlpkファイルに見つかりませんでした。%sおそらくこのlpkファイルはこのIDEを構築した際に用いられていません。あるいはそのパッケージはRegisterUnit手続きを誤使用しています。"
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "ユニット \"%s\"はパッケージ(lpk)から削除されました"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "これらの警告をスキップ"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "ファイル\"%s\"%sはパッケージのソースディレクトリの一つに見つかりました。%s それはコンパイルされたユニットのようです。コンパイルされたユニットはパッケージの出力ディレクトリになければならず、さもなければ他のパッケージがこのパッケージを利用することで問題が生じかねません。%s曖昧なファイルを削除しますか?"
+
+#: idepackagerstrconsts.lisunit
+#, fuzzy
+msgid "Unit"
+msgstr "ユニット"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "パッケージ%sに関するPOファイルの修正に失敗"
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.lt.po b/ide/packages/idepackager/languages/idepackagerstrconsts.lt.po
new file mode 100644
index 0000000000..81594ae24f
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.lt.po
@@ -0,0 +1,320 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Kompiliatoriaus parinktys"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "Rastas neaiškus modulis"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s, kuris randasi %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "Nepavyko ištrinti failą „%s“."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Startuojama komanda po"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Startuojama komanda prieš"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "Paketo įterpiamų failų paieškos kelią „%s“ papildyti%s„%s“?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr "Paketo įterpiamų failų paieškos kelią papildyti%s„%s“?"
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "Papildyti įterpiamų paieškos kelią?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Išplėsti modulių kelią?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "Paketo modulių paieškos kelią „%s“ papildyti%s„%s“?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "Paketui „%s“ kuriamas „Makefile“"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr "kompiliatoriaus apibrėžtis „%s“ peduodama du kart su skirtingomis vertėmis"
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr "kompiliatoriaus parinktis „-%s“ peduodama du kart su skirtingomis vertėmis"
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s, numatyta: %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Paketo parinktys"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "Priedas prie CompiledSrcPath"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Išvesties aplankas"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Paketo pradinio aplanko žymė"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Kelias iki modulio"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Dvejetainis"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Įtraukiamasis"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "Apribojimų xml failas"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - Lazarus formos kodas"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - Lazarus ištekliai"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Pagrindinis modulis"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Teksto"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Virtualus modulis"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paketo aplankas. Parametras yra paketo ID, pvz.: „Pavadinimas“ arba „Pavadinimas 1.0“"
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Įterpiamų į paketą paieškos kelias. Parametras yra paketo ID, pvz.: „Pavadinimas- ar „Pavadinimas 1.0“"
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paketo pavadinimas. Parametras yra paketo identifikatorius, pvz.: „Pavadinimas“ ar „Pavadinimas 1.0“"
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paketo išvesties aplankas. Parametras yra paketo identifikatorius, pvz.: „Pavadinimas“ arba „Pavadinimas 1.0“"
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paketo pirminio kodo paieškos kelias. Parametras yra paketo ID, pvz.: „Pavadinimas- ar „Pavadinimas 1.0“"
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paketo modulių paieškos kelias. Parametras yra paketo ID, pvz.: „Pavadinimas- ar „Pavadinimas 1.0“"
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "Kompiliuoti paketą „%s“"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Nepavyko ištrinti"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Klaida įkeliant failą"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Klaida rašant į failą"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "paketo pagrindinis pirminio kodo failas"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "statinio paketo nustatymų failas"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "Nerastas paketui „%s“ priklausantis failas „%s“."
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Nepavyko sukurti išvesties aplanką „%s“%s, skirtą paketui %s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Nepavyko sukurti aplanką „%s“%s paketo „%s“ pradiniam kodui."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Nepavyko ištrinti senąjį būsenos failą „%s“,%s priklausantį paketui „%s“."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "Įkelti paketą nepavyko"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Nepavyko įkelti paketą „%s“.%sŠis paketas paženklintas diegimui."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Nepavyko įkelti būsenos failą „%s“,%spriklausantį paketui „%s“.%sKlaida: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Nepavyko rašyti į failą „%s“,%spriklausantį paketui „%s“.%sKlaida: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "Negalima registruoti komponenčių be modulio"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "Komponentės klasė „%s“ jau paskelbta"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sFailo pavadinimas: „%s“"
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Klaidinga komponentės klasė"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Klaidingas modulio pavadinimas: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%s„.lpk“ failas: „%s“"
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "Nerastas paketo failas"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "Klaida registruojant paketą"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "Procedūra Register yra nil"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+#, fuzzy
+#| msgid "RegisterUnit was called, but no package is registering."
+msgid "RegisterUnit was called but no package is registering."
+msgstr "Paleistas RegisterUnit, tačiau paketas nėra registruojamas."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%sNepavyko rasti „.lpk“ failo."
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format, fuzzy
+#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "Paketas „%s“ įdiegtas, tačiau nerastas paketo failas (.lpk).%sTodėl sukurtas sugedęs tuščias paketas."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Tai numatytasis paketas. Naudojamas komponenčių be paketo. Tos komponentės yra pasenusios."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+#, fuzzy
+#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Šis paketas įdiegtas, tačiau nerastas jo lpk failas. Pasyvinami visi jo komponentai. Ištaisykite tai."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sModulio pavadinimas: „%s“"
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr "„.lpk“ faile trūksta modulio „%s“.%sGreičiausiai šis „.lpk“ failas nebuvo naudojamas darant šią IKA. Arba paketas netinkamai naudojo procedūrą „RegisterUnit“."
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "Modulis „%s“ pašalintas iš paketo (.lpk)"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "Praleisti šiuos įspėjimus"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "Failas „%s“%s rastas viename paketo „%s“ pirminio kodo aplankų, ir panašu, kad jis yra kompiliuotas modulis. Kompiliuoti moduliai turi būti talpinami į paketo išvesties aplanke, antraip kitiems paketams bus problematiška naudoti šį paketą. %sPašalinti netikusį failą?"
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Modulis"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "Nepavyko naujinti paketui „%s“ skirtus „PO“ failus"
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.nl.po b/ide/packages/idepackager/languages/idepackagerstrconsts.nl.po
new file mode 100644
index 0000000000..4b033f6eb4
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.nl.po
@@ -0,0 +1,335 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Compileropties"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+#, fuzzy
+#| msgid "Ambiguous Unit found"
+msgid "Ambiguous unit found"
+msgstr "Dubbelzinnige unit gevonden"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr ""
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format, fuzzy
+#| msgid "Deleting of file %s%s%s failed."
+msgid "Deleting of file \"%s\" failed."
+msgstr "Verwijderen van bestand \"%s\" mislukt."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Voer het commando uit Na"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Voer het commando uit Voor"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Unit path uitbreiden?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Pakketopties"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "CompiledSrcPath toevoeging"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Uitvoer directory"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Pakketbronbestanden directory markering"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Unitpad"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Binair"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Include bestand"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - Lazarus form beschrijving"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - Lazarus resource"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Tekst"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Virtuele Unit"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Verwijderen mislukt"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Fout bij lezen bestand"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Fout bij schrijven bestand"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "package hoofd broncode"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr " configuratiebestand statische packages"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format, fuzzy
+#| msgid "Unable to create output directory %s%s%s%sfor package %s."
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Kan de uitvoerdirectory \"%s\"%svoor package %s niet maken."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format, fuzzy
+#| msgid "Unable to create package source directory %s%s%s%sfor package %s."
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Kan geen package broncode directory \"%s\"%svoor package %s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format, fuzzy
+#| msgid "Unable to delete old state file %s%s%s%sfor package %s."
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Kan het oude status bestand \"%s\"%svoor package %s niet verwijderen."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format, fuzzy
+#| msgid "Unable to open the package %s%s%s.%sThis package was marked for installation."
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Kan het package \"%s\" niet openen.%sDit package moet geinstalleerd worden."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format, fuzzy
+#| msgid "Unable to read state file %s%s%s%sof package %s.%sError: %s"
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Kan het status bestand \"%s\"%svan package %s niet vinden.%sFout: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format, fuzzy
+#| msgid "Unable to write state file %s%s%s%sof package %s.%sError: %s"
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Kan het status bestand \"%s\"%s van package %s niet schrijven.%sFout: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+#, fuzzy
+#| msgid "Can not register components without unit"
+msgid "Cannot register components without unit"
+msgstr "Kan componenten zonder unit niet registreren"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format, fuzzy
+#| msgid "Component Class %s%s%s already defined"
+msgid "Component Class \"%s\" already defined"
+msgstr "Componentklasse \"%s\" reeds gedefinieerd"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format, fuzzy
+#| msgid "%s%sFile Name: %s%s%s"
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sbestandsnaam: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Ongeldige component Class"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Ongeldige unit naam: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "Pakketbestand niet gevonden"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "Register proceure is nill"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+#, fuzzy
+#| msgid "RegisterUnit was called, but no package is registering."
+msgid "RegisterUnit was called but no package is registering."
+msgstr "RegisterUnit is aangeroepen, maar er is geen pakket geregistreerd"
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format, fuzzy
+#| msgid "The package %s%s%s is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "Het package \"%s\" is geinstalleerd, maar er is geen geldig .lpk bestand gevonden.%sEen dummy package is aangemaakt."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Dit is het standaard pakket. Het wordt alleen gebruikt voor componenten zonder package. Deze zijn verouderd."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+#, fuzzy
+#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Het pakket is geinstalleerd, maar het lpk-bestand niet gevonden. Alle componenten hieruit zijn gedeactiveed. Herstel dit alstublieft."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format, fuzzy
+#| msgid "%s%sUnit Name: %s%s%s"
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sUnitnaam: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr ""
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr ""
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr ""
+
+#: idepackagerstrconsts.lisunit
+#, fuzzy
+msgid "Unit"
+msgstr "Unit"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr ""
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.pl.po b/ide/packages/idepackager/languages/idepackagerstrconsts.pl.po
new file mode 100644
index 0000000000..bf64d4cb77
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.pl.po
@@ -0,0 +1,320 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Opcje kompilatora"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "Znaleziono dwuznaczny moduł"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s w %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "Nie można usunąć pliku \"%s\"."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+#, fuzzy
+msgid "Executing command after"
+msgstr "Polecenie po module publikacji"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+#, fuzzy
+msgid "Executing command before"
+msgstr "Wykonaj przed"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludepath
+#, fuzzy
+msgid "Extend include path?"
+msgstr "Ścieżka dołączanych plików projektu"
+
+#: idepackagerstrconsts.lisextendunitpath
+#, fuzzy
+msgid "Extend unit path?"
+msgstr "Dodać do katalogów modułów?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "Tworzenie Makefile dla pakietu %s"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s, domyślnie: %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Opcje pakietu"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "dodatek ŚcieżkaŹródłowaKompilatora"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Katalog wyjściowy"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Znacznik katalogu źródeł pakietu"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Ścieżka modułu"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Binarny"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Plik dołączany (include)"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+#, fuzzy
+msgid "Issues xml file"
+msgstr "Otwórz jako plik XML"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - formularz Lazarusa jako tekst"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - zasoby Lazarusa"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Główny moduł"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Tekst"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Wirtualny moduł"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "Kompilacja pakietu %s"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Błąd podczas usuwania"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Błąd odczytu pliku"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Błąd podczas zapisu do pliku"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "główny plik źródłowy pakietu"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "plik konfiguracji statycznych pakietów"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format, fuzzy, badformat
+msgid "The file \"%s\" of package %s was not found."
+msgstr "Nie znaleziono pakietu \"%s\"."
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Nie można utworzyć kaalogu wyjściowego \"%s\"%s dla pakietu %s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Nie można utworzyć katalogu ze źródłami \"%s\"%sdla pakietu %s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Nie można usunąć starego pliku statusu \"%s\"%spakietu %s."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "Nie można załadować pakietu"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Nie można otworzyć pakietu \"%s\".%sPakiet ten został zaznaczony do instalacji."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Nie można odczytać pliku statusu \"%s\"%spakietu %s.%sBłąd: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Nie można zapisać pliku statusu \"%s\"%spakietu %s.%sBłąd: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "Nie można zarejestrować komponentów bez modułu"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "Klasa komponentu \"%s\" już została zdefiniowana"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sNazwa pliku: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Nieprawidłowa klasa komponentu"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Błędna nazwa modułu: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%slpk plik: \"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "Nie znaleziono pliku pakietu"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "Błąd rejestracji komponentu"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "Procedura rejestracji jest pusta"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+msgid "RegisterUnit was called but no package is registering."
+msgstr "Wywołano RegisterUnit, ale żaden pakiet nie jest rejestrowany."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format, fuzzy, badformat
+msgid "%s%sThe lpk file was not found."
+msgstr "%sTen pakiet jest zainstalowany, ale nie znaleziono jego pliku lpk"
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "To jest domyślny pakiet, używany tylko dla komponentów które nie mają pakietu. Te komponenty są już przedawnione."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sNazwa modułu: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "Moduł \"%s\" usunięto z pakietu (lpk)"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "Pomiń te ostrzeżenia"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr ""
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Moduł"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr ""
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.pot b/ide/packages/idepackager/languages/idepackagerstrconsts.pot
new file mode 100644
index 0000000000..05a348a47b
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.pot
@@ -0,0 +1,311 @@
+msgid ""
+msgstr "Content-Type: text/plain; charset=UTF-8"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr ""
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr ""
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr ""
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr ""
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr ""
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+msgid "RegisterUnit was called but no package is registering."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr ""
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr ""
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr ""
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr ""
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr ""
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.pt_BR.po b/ide/packages/idepackager/languages/idepackagerstrconsts.pt_BR.po
new file mode 100644
index 0000000000..e6fdebb335
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.pt_BR.po
@@ -0,0 +1,315 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Opções do compilador"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "Unidade ambígua encontrada"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s no %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "Falha ao excluir arquivo \"%s\""
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Executando comando posterior"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Executando comando anterior"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "Estender caminho de busca de arquivo de inclusão do pacote \"%s\" com%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr "Estender caminho de busca de arquivos de inclusão do projeto com%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "Estender caminho de inclusão?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Estender caminho da unidade?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "Estender caminho de busca de unidade do pacote \"%s\" com%s\"%s\"?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "Criando \"Makefile\" para pacote %s"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr "passando definição de compilador \"%s\" duas vezes com valores diferentes"
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr "passando opção de compilador -%s duas vezes com valores diferentes"
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s, padrão: %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr "(fpmake)"
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Opções do Pacote"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "Caminho adicional para fontes compilados"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Diretório de saída"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Marca do Diretório Fonte do Pacote"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Caminho de unidade"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Binário"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Arquivo de Inclusão"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "Despacha arquivo xml"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - Lazarus Form Text (Formulários)"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - Lazarus Resource (Recursos)"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Unidade Principal"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Texto"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Unidade Virtual"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Diretório de pacote. Parâmetro é a ID do pacote, ex. \"Nome\" ou \"Nome 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Caminho de busca de arquivos de inclusão de pacote. Parâmetro é a ID do pacote, ex. \"Nome\" ou \"Nome 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Nome de pacote. Parâmetro é a ID do pacote, ex. \"Nome\" ou \"Nome 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Diretório de saída de pacote. Parâmetro é a ID do pacote, ex. \"Nome\" ou \"Nome 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Caminho de busca de fonte de pacote. Parâmetro é a ID do pacote, ex. \"Nome\" ou \"Nome 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Caminho de busca de unidade de pacote. Parâmetro é a ID do pacote, ex. \"Nome\" ou \"Nome 1.0\""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "Compilar pacote %s"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Falha na exclusão"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Erro na leitura do arquivo"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Erro na escrita do arquivo"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "arquivo fonte principal do pacote"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "Arquivo de configuração de pacotes estáticos"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "O arquivo \"%s\" do pacote %s não foi encontrado."
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Incapaz de criar o diretório de saída \"%s\"%spara o pacote %s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Incapaz de criar um diretório fonte de pacote \"%s\"%spara o pacote %s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Incapaz de excluir arquivo de estado antigo \"%s\"%spara pacote %s."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "Incapaz de carregar pacote"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Incapaz de abrir o pacote \"%s\".%sEsse pacote foi marcado para instalação."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Incapaz de ler arquivo de estado \"%s\"%sdo pacote %s.%sErro: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Incapaz de gravar arquivo de estado \"%s\"%sdo pacote %s.%sErro: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "Incapaz de registrar componentes sem uma unidade"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "Classe de componente \"%s\" já definida"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sNome do Aquivo: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Classe de componente inválida"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Nome de unidade inválido: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%sarquivo lpk: \"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "Arquivo de pacote não encontrado"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "Erro registro pacote"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "Procedimento de Registro nulo (\"nil\")"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+msgid "RegisterUnit was called but no package is registering."
+msgstr "\"RegisterUnit\" foi chamada, mas o nenhum pacote está registrando."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%sO arquivo lpk não foi encontrado."
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "O pacote \"%s\" está instalado, mas nenhum arquivo de pacote válido (.lpk) foi encontrado.%sUm pacote fictício foi criado."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Este é o pacote padrão. Usado apenas para componentes sem um pacote. Estes componentes são obsoletos."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Este pacote está instalado, mas o arquivo LPK não foi encontrado. Todos os seus componentes estão desativados. Favor corrigir."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sNome de unidade: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr "Unidade \"%s\" não encontrada no arquivo lpk.%sProvavelmente este arquivo lpk não foi usado na construção desta IDE. Ou o pacote utiliza indevidamente o procedimento \"RegisterUnit\"."
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "Unidade \"%s\" removida do pacote (lpk)"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "Ignorar estes avisos"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "O arquivo \"%s\"%s foi encontrado em um dos diretórios fontes do pacote %s e parece uma unidade compilada. Unidades compiladas devem estar no diretório de saída do pacote, caso contrário outros pacotes podem ter problemas ao usar este.%sExcluir arquivo ambíguo?"
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Unidade"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "Atualizar arquivos PO falhou para o pacote %s"
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.ru.po b/ide/packages/idepackager/languages/idepackagerstrconsts.ru.po
new file mode 100644
index 0000000000..9debed2ea1
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.ru.po
@@ -0,0 +1,315 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Параметры компилятора"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "Найден модуль с дублирующимся именем"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s в %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "Не удалось удалить файл \"%s\"."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Выполнить команду после"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Выполнить команду до"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "Дополнить список путей поиска включаемых файлов пакета \"%s\" следующими%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr "Дополнить список путей поиска включаемых файлов проекта следующими%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "Дополнить пути к включаемым файлам?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Дополнить пути к модулям?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "Дополнить список путей поиска модулей пакета \"%s\" следующими%s\"%s\"?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "Создание Makefile для пакета %s"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr "неоднократная передача определения компилятора \"%s\" с разными значениями"
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr "неоднократная передача параметра компилятора -%s с разными значениями"
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s, по умолчанию: %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr "(fpmake)"
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Параметры пакета"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "добавление CompiledSrcPath"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Каталог вывода"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Метка каталога исходного кода пакета"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Пути к модулям"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Двоичный"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Включаемый файл"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "Файл XML ограничений"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - текст формы Lazarus"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - ресурс Lazarus"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Главный модуль"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Текстовый"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Виртуальный модуль"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Каталог пакета. Параметром является идентификатор пакета, например, \"Имя\" или \"Имя 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Путь поиска включаемых файлов пакета. Параметром является идентификатор пакета, например, \"Имя\" или \"Имя 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Имя пакета. Параметром является идентификатор пакета, например, \"Имя\" или \"Имя 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Каталог вывода пакета. Параметром является идентификатор пакета, например, \"Имя\" или \"Имя 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Путь поиска файлов исходного кода пакета. Параметром является идентификатор пакета, например, \"Имя\" или \"Имя 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Путь поиска модулей пакета. Параметром является идентификатор пакета, например, \"Имя\" или \"Имя 1.0\""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "Компиляция пакета %s"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Удаление не удалось"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Ошибка чтения файла"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Ошибка записи файла"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "главный файл исходного кода пакета"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "файл настройки статических пакетов"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "Файл \"%s\" пакета %s не найден."
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Невозможно создать каталог вывода \"%s\"%sдля пакета %s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Невозможно создать каталог исходного кода пакета \"%s\"%sдля пакета %s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Невозможно удалить старый файл состояния \"%s\"%sдля пакета %s."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "Невозможно загрузить пакет"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Невозможно открыть пакет \"%s\".%sЭтот пакет был отмечен для установки."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Невозможно прочитать файл состояния \"%s\"%sпакета %s.%sОшибка: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Невозможно записать файл состояния \"%s\"%sпакета %s.%sОшибка: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "Невозможно зарегистрировать компоненты без модуля"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "Класс компонента \"%s\" уже определён"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sИмя файла: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Неверный класс компонента"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Неверное имя модуля: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%sФайл LPK: \"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "Файл пакета не найден"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "Ошибка регистрации пакета"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "Процедура регистрации пуста"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+msgid "RegisterUnit was called but no package is registering."
+msgstr "Был вызван RegisterUnit, но ни один пакет не регистрируется."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%sФайл LPK не найден."
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "Пакет \"%s\" установлен, но не был найден корректный файл пакета (.lpk).%sБыл создан неработающий пакет-пустышка."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Это пакет по умолчанию. Используется только для компонентов без пакета. Такие компоненты устарели."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Пакет установлен, но файл lpk не найден. Все его компоненты отключены. Исправьте эту ошибку."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sИмя модуля: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr "Модуль \"%s\" не был найден в файле LPK.%sВероятно, этот файл LPK не использовался при сборке IDE, либо пакет неверно использует процедуру RegisterUnit."
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "Модуль \"%s\" был удалён из пакета (LPK)"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "Пропустить эти предупреждения"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "Файл \"%s\"%sнайден в одном из каталогов исходного кода пакета %s, и он выглядит как откомпилированный модуль. Такие модули должны быть в каталоге вывода пакета, иначе другие пакеты не смогут правильно использовать пакет.%sУдалить этот файл?"
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Модуль"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "Не удалось обновить файлы PO для пакета %s"
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.sk.po b/ide/packages/idepackager/languages/idepackagerstrconsts.sk.po
new file mode 100644
index 0000000000..39109bd7d0
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.sk.po
@@ -0,0 +1,330 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Voľby prekladača"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+#, fuzzy
+#| msgid "Ambiguous Unit found"
+msgid "Ambiguous unit found"
+msgstr "Nájdená nejednoznačná jednotka"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr ""
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Deleting of file %s%s%s failed."
+msgid "Deleting of file \"%s\" failed."
+msgstr "Mazanie súboru %s%s%s zlyhalo."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Vykonať príkaz po"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Vykonať príkaz pred"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Rozšíriť cestu jednotky?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr ""
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Voľby balíčka"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "Doplnenie CompiledSrcPath"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Výstupný adresár"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Značka zdrojového adresára balíčka"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Cesta jednotky"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Binárny"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Súbor include"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "Spravoanie súboru XML"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - textový formulár Lazarus"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - Lazarus resource"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Hlavná jednotka"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Text"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Virtuálna jednotka"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Zmazanie zlyhalo"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Chyba čítania súboru"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Chyba zapisovania súboru"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "základný súbor zdrojového kódu balíčka"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "konfiguračný súbor statických balíčkov"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Nemožno vytvoriť výstupný adresár \"%s\"%sbalíčka %s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Nemožno vytvoriť zdrojový adresár \"%s\"%spre balíček %s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to delete old state file %s%s%s%sfor package %s."
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Nemožno zmazať starý stavový súbor %s%s%s%sbalíčka %s."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to open the package %s%s%s.%sThis package was marked for installation."
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Nemožno otvoriť balíček %s%s%s.%sTento balíček bol označený na inštaláciu."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to read state file %s%s%s%sof package %s.%sError: %s"
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Nemožno čítať stavový súbor %s%s%s%sbalíčka %s.%sChyba: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to write state file %s%s%s%sof package %s.%sError: %s"
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Nemožno zapísať stavový súbor %s%s%s%sbalíčka %s.%sChyba: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+#, fuzzy
+#| msgid "Can not register components without unit"
+msgid "Cannot register components without unit"
+msgstr "Nemožno registrovať komponent bez jednotky"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "Trieda komponentu \"%s\" je už definovaná"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sMeno súboru: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Neplatná trieda komponentu"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Neplatné meno jednotky: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "Súbor balíčka nenájdený"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "Procedúra Register je prázdna"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+#, fuzzy
+#| msgid "RegisterUnit was called, but no package is registering."
+msgid "RegisterUnit was called but no package is registering."
+msgstr "Bolo volané RegisterUnit, ale neregistruje sa žiadny balíček."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format, fuzzy, badformat
+#| msgid "The package %s%s%s is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "Balíček %s%s%s je nainštalovaný, ale nebol nájdený platný súbor balíčka (.lpk).%sBol vytvorený poškodený fiktívny balíček."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Toto je predvolený balíček. Určený len pre komponenty bez balíčkov (zastarané)."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+#, fuzzy
+#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Tento balíček je nainštalovaný, ale súbor lpk nebol nájdený. Všetky jeho komponenty sú deaktivované. Prosím opravte to."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sMeno jednotky: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr ""
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr ""
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format, fuzzy, badformat
+#| msgid "The file %s%s%s%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%s%sDelete ambiguous file?"
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "Súbor %s%s%s%sbol nájdený v jednom zo zdrojových adresárov balíčka %s a vyzerá ako preložená jednotka. Preložené jednotky musia byť vo výstupnom adresári balíčka, inak môžu mať iné balíčky problémy s použitím tohoto balíčka.%s%sZmazať tento súbor?"
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Jednotka"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr ""
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.tr.po b/ide/packages/idepackager/languages/idepackagerstrconsts.tr.po
new file mode 100644
index 0000000000..0f99b52782
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.tr.po
@@ -0,0 +1,315 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Derleyici Seçenekleri"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "Belirsiz birim bulundu"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s içinde %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "\"%s\" dosyasının silinmesi başarısız oldu."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Sonra komut çalıştırılıyor"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Önce komut çalıştırılıyor"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "\"%s\" paketinin dosya arama yolunu %s \"%s\" ile genişletilsin mi?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr "Projenin include dosya arama yolunu %s ile genişlet \"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "Yol genişletilsin mi?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Birim yolunu genişletilsin mi?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "Paketin birim arama yolunu \"%s\" %s \"%s\" ile uzat?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "%s paketi için Makefile oluşturuluyor"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr "derleyiciyi geçerek \"%s\" tanımını farklı değerlerle iki kez tanımlayın"
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr "derleyici seçeneğinin geçilmesi - farklı değerlerle iki kez %s"
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s, varsayılan: %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr "(fpmake)"
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Paket Seçenekleri"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "CompiledSrcPath eklentisi"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Çıkış dizini"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Paket Kaynak Dizini İşareti"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Birim Yolu"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "İkili"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Dosyayı dahil et"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "Sorun xml dosyası"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM - Lazarus metin dosyası"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS - Lazarus kaynak dosyası"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Ana Birim"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Metin"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Sanal Birim"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paket dizini.Parametresi paket kimliğidir, örneğin \"İsim\" veya \"İsim 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paket, dosya arama yolunu içerir. Parametre paket kimliğidir, örneğin \"İsim\" veya \"İsim 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paket adı. Parametre paket kimliğidir, örneğin \"İsim\" veya \"İsim 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paket çıkış dizini.Parametresi paket kimliğidir, örneğin \"İsim\" veya \"İsim 1.0\"\""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paket kaynağı arama yolu. Parametre paket kimliğidir, örneğin \" İsim\" veya \"İsim 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Paket birimi arama yolu. Parametre paket kimliğidir, örneğin \"İsim\" veya \"İsim 1.0\""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "%s paketini derle"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Silinemedi"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Dosya okunurken hata oluştu"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Dosya yazarken hata oluştu"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "paket ana kaynak dosyası"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "statik paketler yapılandırma dosyası"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "%s paketinin \"%s\" dosyası bulunamadı."
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Paket %s için \"%s\" %s çıktı klasörü oluşturulamadı."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Paket kaynağı klasörü \"%s\" %s için %s oluşturulamadı."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Eski durum dosyasını silemiyor \"%s\" %s paket %s için."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "Paket yüklenemiyor"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Paket \"%s\" açılamıyor.%sBu paket kurulum için işaretlendi."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "%s durum dosyasını okunamıyor \"%s\" paketi %s.%sHata: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Durum dosyası yazılamıyor \"%s\"%s paketinin %s.%s Hata:%s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "Birim olmayan bileşenler kaydedilemiyor"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "Bileşen Sınıfı \"%s\" zaten tanımlandı"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sDosya Adı: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Geçersiz bileşen sınıfı"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Geçersiz Birim Adı: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%slpk dosyası: \"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "Paket dosyası bulunamadı"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "Paket kaydı hatası"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "Kayıt prosedürü sıfır"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+msgid "RegisterUnit was called but no package is registering."
+msgstr "RegisterUnit çağrıldı, ancak hiçbir paket kayıt yapmıyor."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%sLpk dosyası bulunamadı."
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "\"%s\" paketi kuruldu, ancak geçerli bir paket dosyası (.lpk) bulunamadı.%s Bozuk bir sahte paket oluşturuldu."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Bu varsayılan paket. Sadece paketi olmayan bileşenler için kullanılır. Bu bileşenler eski."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Bu paket yüklü ancak lpk dosyası bulunamadı. Tüm bileşenleri devre dışı bırakıldı. Lütfen bunu düzeltin."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sBirim Adı: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr "Birim \"%s\" lpk dosyasında bulunamadı. %s Muhtemelen bu lpk dosyası bu IDE'yi oluşturmak için kullanılmadı. Veya paket, RegisterUnit prosedürünü kötüye kullanır."
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "Birim \"%s\" paketten kaldırıldı (lpk)"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "Bu uyarıları atla"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "\"%s\"%s dosyası,%s paketinin kaynak dizinlerinden birinde bulundu ve derlenmiş bir birime benziyor. Derlenmiş birimler paketin çıkış dizininde olmalıdır, aksi takdirde diğer paketler bu paketi kullanırken sorun yaşayabilir.%s Belirsiz dosyayı sil?"
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Birim"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "PO dosyası güncellemesi %s paketinde başarısız oldu"
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.uk.po b/ide/packages/idepackager/languages/idepackagerstrconsts.uk.po
new file mode 100644
index 0000000000..ecfd8018d0
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.uk.po
@@ -0,0 +1,315 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "Параметри компілятора"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "Знайдено двозначний модуль"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s в %s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "Видалити файл \"%s\" не вдалося."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "Виконати команду після"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "Виконати команду до"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "Доповнити список шляхів пошуку файлів для включення пакунка \"%s\" такими%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr "Доповнити список шляхів пошуку файлів для включення проєкту такими%s\"%s\"?"
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "Доповнити шляхи до файлів для включення?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "Розширити шлях до модулів?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "Доповнити список шляхів пошуку модулів пакету \"%s\" такими%s\"%s\"?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "Створюю Makefile для пакунка %s"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr "неодноразове передавання визначення компілятора \"%s\" з різними значеннями"
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr "неодноразове передавання визначення компілятора -%s з різними значеннями"
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s, стандартний: %s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+msgid "(fpmake)"
+msgstr "(fpmake)"
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "Параметри пакунка"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "Додавання CompiledSrcPath"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "Вихідна тека"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "Позначити теку сирців пакунка"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "Шлях до модулів"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "Бінарне"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "Включити файл"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "xml файл питань"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "Текст форми LFM - Lazarus"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "Ресурс LRS - Lazarus"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Головний модуль"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "Текст"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "Віртуальний модуль"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Тека пакунка. Параметром є ID пакунка, наприклад \"Name\" або \"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Шлях пошуку заголовних файлів пакунка. Параметром є ID пакунка, наприклад, \"Name\" або \"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Назва пакунка. Параметром є ID пакунка, наприклад \"Name\" або \"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Вихідна тека пакунка. Параметром є ID пакунка, напр., \"Name\" or \"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Шлях пошуку сирців пакунка. Параметром є ID пакунка, наприклад, \"Name\" або \"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "Шлях пошуку модуля пакунка. Параметром є ID пакунка, наприклад, \"Name\" або \"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "Скомпілювати пакунок %s"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "Видалення не вдалося"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "Помилка читання файлу"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "Помилка запису файлу"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "головний сирцевий файл пакунка"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "статичний файл налаштувань пакунка"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "Файл \"%s\" пакунка %s не знайдено."
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "Неможливо створити теку виведення \"%s\"%sдля пакунка %s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "Неможливо створити теку сирців пакунка \"%s\"%sдля пакунка %s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "Неможливо видалити старий файл \"%s\"%sдля пакунка %s."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "Неможливо завантажити пакунок"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "Неможливо відкрити пакунок\"%s\".%sЦей пакунок було позначено для встановлення."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Неможливо прочитати файл стану \"%s\"%sпакунку %s.%sПомилка: %s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "Неможливо записати файл стану \"%s\"%sпакунку %s.%sПомилка: %s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "Неможливо зареєструвати компоненти без модуля"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "Клас компонента \"%s\" вже визначено"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%sНазва файлу: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "Неправильний клас компонента"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "Неправильна назва модуля: %s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%slpk файл: \"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "Файл пакунка не знайдено"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "Помилка реєстрації пакунка"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "Порожня процедура реєстрації"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+msgid "RegisterUnit was called but no package is registering."
+msgstr "Було викликано RegisterUnit, але пакунків не зареєстровано."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%sФайл lpk не знайдено."
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "Пакунок \"%s\" встановлено, але не знайдено правильного файлу з пакунком (.lpk).%sБуло створено неробочий фіктивний пакунок."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "Це типовий пакунок. Використовується тільки для компонентів без пакунка. Такі компоненти є застарілими."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "Цей пакунок встановлено, але lpk-файл не знайдено. Всі його компоненти деактивовано. Будь-ласка, виправте проблему."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%sНазва модуля: \"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr "Модуль \"%s\" не знайдено в lpk файлі.%sНапевне цей lpk файл не був використаний для збирання цього ІСР. Або пакунок зловживає процедурою RegisterUnit."
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "Модуль \"%s\" був видалений з пакунка (lpk)"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "Пропустити ці попередження"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr "Файл \"%s\"%sзнайдено в одному з каталогів сирцевого коду пакунка %s, і він виглядає як скомпільований модуль. Такі модулі повинні бути у вихідній теці пакунка, інакше інші пакунки можуть мати проблеми з використанням цього пакунка.%sВидалити невизначений файл?"
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "Модуль"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "Не вдалось оновити файли PO для пакунка %s"
+
diff --git a/ide/packages/idepackager/languages/idepackagerstrconsts.zh_CN.po b/ide/packages/idepackager/languages/idepackagerstrconsts.zh_CN.po
new file mode 100644
index 0000000000..12345d3f6a
--- /dev/null
+++ b/ide/packages/idepackager/languages/idepackagerstrconsts.zh_CN.po
@@ -0,0 +1,318 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: idepackagerstrconsts.dlgcompileroptions
+msgid "Compiler Options"
+msgstr "编译器选项"
+
+#: idepackagerstrconsts.lisambiguousunitfound
+msgid "Ambiguous unit found"
+msgstr "多义单元找到"
+
+#: idepackagerstrconsts.liscein
+#, object-pascal-format
+msgid "%s in %s"
+msgstr "%s在%s"
+
+#: idepackagerstrconsts.lisdeletingoffilefailed
+#, object-pascal-format
+msgid "Deleting of file \"%s\" failed."
+msgstr "删除文件\"%s\"失败."
+
+#: idepackagerstrconsts.lisexecutingcommandafter
+msgid "Executing command after"
+msgstr "执行命令后"
+
+#: idepackagerstrconsts.lisexecutingcommandbefore
+msgid "Executing command before"
+msgstr "执行命令前"
+
+#: idepackagerstrconsts.lisextendincludefilesearchpathofpackagewith
+#, object-pascal-format, fuzzy, badformat
+msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
+msgstr "新的include尚不在include搜索路径.%s添加目录%s?"
+
+#: idepackagerstrconsts.lisextendincludefilessearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend include files search path of project with%s\"%s\"?"
+msgstr ""
+
+#: idepackagerstrconsts.lisextendincludepath
+msgid "Extend include path?"
+msgstr "展开(Extend)包含的路径?"
+
+#: idepackagerstrconsts.lisextendunitpath
+msgid "Extend unit path?"
+msgstr "扩展单元路径?"
+
+#: idepackagerstrconsts.lisextendunitsearchpathofpackagewith
+#, object-pascal-format, fuzzy, badformat
+msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
+msgstr "新的单元尚不在单元搜索路径.%s添加目录%s?"
+
+#: idepackagerstrconsts.lisideinfocreatingmakefileforpackage
+#, object-pascal-format
+msgid "Creating Makefile for package %s"
+msgstr "为软件包%s创建Makefile"
+
+#: idepackagerstrconsts.lispassingcompilerdefinetwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler define \"%s\" twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispassingcompileroptiontwicewithdifferentvalues
+#, object-pascal-format
+msgid "passing compiler option -%s twice with different values"
+msgstr ""
+
+#: idepackagerstrconsts.lispckeditdefault
+#, object-pascal-format
+msgid "%s, default: %s"
+msgstr "%s,默认:%s"
+
+#: idepackagerstrconsts.lispckeditfpmakepackage
+#, fuzzy
+msgid "(fpmake)"
+msgstr "自定义fpmake选项"
+
+#: idepackagerstrconsts.lispckoptspackageoptions
+msgid "Package Options"
+msgstr "软件包选项"
+
+#: idepackagerstrconsts.lispkgdefscompiledsrcpathaddition
+msgid "CompiledSrcPath addition"
+msgstr "CompiledSrcPath附加"
+
+#: idepackagerstrconsts.lispkgdefsoutputdirectory
+msgid "Output directory"
+msgstr "输出目录"
+
+#: idepackagerstrconsts.lispkgdefssrcdirmark
+msgid "Package Source Directory Mark"
+msgstr "项目源代码目录标记(Mark)"
+
+#: idepackagerstrconsts.lispkgdefsunitpath
+msgid "Unit Path"
+msgstr "单元路径"
+
+#: idepackagerstrconsts.lispkgfiletypebinary
+msgid "Binary"
+msgstr "二进制"
+
+#: idepackagerstrconsts.lispkgfiletypeinclude
+msgid "Include file"
+msgstr "包含文件"
+
+#: idepackagerstrconsts.lispkgfiletypeissues
+msgid "Issues xml file"
+msgstr "发布xml文件"
+
+#: idepackagerstrconsts.lispkgfiletypelfm
+msgid "LFM - Lazarus form text"
+msgstr "LFM-Lazarus窗体文本"
+
+#: idepackagerstrconsts.lispkgfiletypelrs
+msgid "LRS - Lazarus resource"
+msgstr "LRS-Lazarus资源"
+
+#: idepackagerstrconsts.lispkgfiletypemainunit
+msgid "Main Unit"
+msgstr "Main单元"
+
+#: idepackagerstrconsts.lispkgfiletypetext
+msgid "Text"
+msgstr "文本"
+
+#: idepackagerstrconsts.lispkgfiletypevirtualunit
+msgid "Virtual Unit"
+msgstr "虚拟单元"
+
+#: idepackagerstrconsts.lispkgmacropackagedirectoryparameterispackageid
+msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "软件包目录.参数是软件包ID,例如\"Name\"或\"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
+msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "软件包包括文件搜索路径.参数是软件包ID,例如\"Name\"或\"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagenameparameterispackageid
+msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "软件包名称.参数是软件包ID,例如\"Name\"或\"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
+msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "软件包输出目录.参数是软件包ID,例如\"Name\"或\"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
+msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "软件包源文件搜索路径.参数是软件包ID,例如\"Name\"或\"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmacropackageunitsearchpathparameterispackageid
+msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
+msgstr "软件包单元搜索路径.参数是软件包ID,例如\"Name\"或\"Name 1.0\""
+
+#: idepackagerstrconsts.lispkgmangcompilepackage
+#, object-pascal-format
+msgid "Compile package %s"
+msgstr "编译软件包%s"
+
+#: idepackagerstrconsts.lispkgmangdeletefailed
+msgid "Delete failed"
+msgstr "删除失败"
+
+#: idepackagerstrconsts.lispkgmangerrorreadingfile
+msgid "Error reading file"
+msgstr "读取文件错误"
+
+#: idepackagerstrconsts.lispkgmangerrorwritingfile
+msgid "Error writing file"
+msgstr "写文件错误"
+
+#: idepackagerstrconsts.lispkgmangpackagemainsourcefile
+msgid "package main source file"
+msgstr "软件包主要(main)源文件文件"
+
+#: idepackagerstrconsts.lispkgmangstaticpackagesconfigfile
+msgid "static packages config file"
+msgstr "静态软件包配置文件"
+
+#: idepackagerstrconsts.lispkgmangthefileofpackagewasnotfound
+#, object-pascal-format
+msgid "The file \"%s\" of package %s was not found."
+msgstr "该文件\"%s\"对于软件包\"%s\"未找到."
+
+#: idepackagerstrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create output directory \"%s\"%sfor package %s."
+msgstr "不能创建输出目录\"%s\"%s对于软件包%s."
+
+#: idepackagerstrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
+#, object-pascal-format
+msgid "Unable to create package source directory \"%s\"%sfor package %s."
+msgstr "不能创建软件包源码目录目录\"%s\"%s对于软件包%s."
+
+#: idepackagerstrconsts.lispkgmangunabletodeleteoldstatefileforpackage
+#, object-pascal-format
+msgid "Unable to delete old state file \"%s\"%sfor package %s."
+msgstr "不能够删除旧的状态文件\"%s\"%s 对于软件包%s."
+
+#: idepackagerstrconsts.lispkgmangunabletoloadpackage
+msgid "Unable to load package"
+msgstr "不能加载软件包"
+
+#: idepackagerstrconsts.lispkgmangunabletoopenthepackage
+#, object-pascal-format
+msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
+msgstr "不能打开软件包\"%s\".%s,这个软件包已经被标记安装."
+
+#: idepackagerstrconsts.lispkgmangunabletoreadstatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
+msgstr "不能读取状态(state)文件\"%s\"%s关于软件包%s.%s错误:%s"
+
+#: idepackagerstrconsts.lispkgmangunabletowritestatefileofpackageerror
+#, object-pascal-format
+msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
+msgstr "不能写入状态(state)文件\"%s\"%s关于软件包%s.%s错误:%s"
+
+#: idepackagerstrconsts.lispkgsyscannotregistercomponentswithoutunit
+msgid "Cannot register components without unit"
+msgstr "不能注册没有单元的组件"
+
+#: idepackagerstrconsts.lispkgsyscomponentclassalreadydefined
+#, object-pascal-format
+msgid "Component Class \"%s\" already defined"
+msgstr "组件类\"%s\"已经定义"
+
+#: idepackagerstrconsts.lispkgsysfilename
+#, object-pascal-format
+msgid "%s%sFile Name: \"%s\""
+msgstr "%s%s文件名:\"%s\""
+
+#: idepackagerstrconsts.lispkgsysinvalidcomponentclass
+msgid "Invalid component class"
+msgstr "无效组件类"
+
+#: idepackagerstrconsts.lispkgsysinvalidunitname
+#, object-pascal-format
+msgid "Invalid Unitname: %s"
+msgstr "无效的单元名:%s"
+
+#: idepackagerstrconsts.lispkgsyslpkfilename
+#, object-pascal-format
+msgid "%s%slpk file: \"%s\""
+msgstr "%s%slpk文件:\"%s\""
+
+#: idepackagerstrconsts.lispkgsyspackagefilenotfound
+msgid "Package file not found"
+msgstr "软件包文件未找到"
+
+#: idepackagerstrconsts.lispkgsyspackageregistrationerror
+msgid "Package registration error"
+msgstr "软件包注册错误"
+
+#: idepackagerstrconsts.lispkgsysregisterprocedureisnil
+msgid "Register procedure is nil"
+msgstr "注册过程是nil"
+
+#: idepackagerstrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
+#, fuzzy
+msgid "RegisterUnit was called but no package is registering."
+msgstr "注册单元(RegisterUnit)已经调用,但是没有软件包被注册."
+
+#: idepackagerstrconsts.lispkgsysthelpkfilewasnotfound
+#, object-pascal-format
+msgid "%s%sThe lpk file was not found."
+msgstr "%s%s该lpk文件未找到."
+
+#: idepackagerstrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
+#, object-pascal-format, fuzzy
+msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
+msgstr "该软件包\"%s\" 已经安装, 但是未找到有效的软件包文件(.lpk) .%s一个残缺的虚拟的软件包被创建."
+
+#: idepackagerstrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
+msgid "This is the default package. Used only for components without a package. These components are outdated."
+msgstr "这是默认的软件包.仅使用于不带有软件包的组件.这些组件是过时的."
+
+#: idepackagerstrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
+#, fuzzy
+msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
+msgstr "该软件包已经安装,但是lpk文件未找到.它的所有组件都不可用,请修复这个软件包."
+
+#: idepackagerstrconsts.lispkgsysunitname
+#, object-pascal-format
+msgid "%s%sUnit Name: \"%s\""
+msgstr "%s%s单元名:\"%s\""
+
+#: idepackagerstrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
+#, object-pascal-format
+msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
+msgstr ""
+
+#: idepackagerstrconsts.lispkgsysunitwasremovedfrompackagelpk
+#, object-pascal-format
+msgid "Unit \"%s\" was removed from package (lpk)"
+msgstr "单元\"%s\"已从软件包(lpk)移除"
+
+#: idepackagerstrconsts.lisskipthesewarnings
+msgid "Skip these warnings"
+msgstr "跳过这些警告"
+
+#: idepackagerstrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
+#, object-pascal-format
+msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
+msgstr ""
+
+#: idepackagerstrconsts.lisunit
+msgid "Unit"
+msgstr "单元"
+
+#: idepackagerstrconsts.lisupdatingpofilesfailedforpackage
+#, object-pascal-format
+msgid "Updating PO files failed for package %s"
+msgstr "更新PO文件失败的软件包 %s"
+
diff --git a/packager/packagedefs.pas b/ide/packages/idepackager/packagedefs.pas
similarity index 99%
rename from packager/packagedefs.pas
rename to ide/packages/idepackager/packagedefs.pas
index 3d8268bc7c..588d01a557 100644
--- a/packager/packagedefs.pas
+++ b/ide/packages/idepackager/packagedefs.pas
@@ -54,8 +54,7 @@ uses
TransferMacros, IDEProcs, IDEOptionDefs, CompOptsModes, SearchPathProcs,
IdeXmlConfigProcs, ParsedCompilerOpts, CompilerOptions, EditDefineTree,
ProjPackCommon, FppkgHelper,
- // IDE
- LazarusIDEStrConsts;
+ IdePackagerStrConsts;
type
TLazPackage = class;
diff --git a/packager/packagelinks.pas b/ide/packages/idepackager/packagelinks.pas
similarity index 100%
rename from packager/packagelinks.pas
rename to ide/packages/idepackager/packagelinks.pas
diff --git a/packager/packagesystem.pas b/ide/packages/idepackager/packagesystem.pas
similarity index 99%
rename from packager/packagesystem.pas
rename to ide/packages/idepackager/packagesystem.pas
index 5b1ff6bd9e..f10bb4f410 100644
--- a/packager/packagesystem.pas
+++ b/ide/packages/idepackager/packagesystem.pas
@@ -58,12 +58,13 @@ uses
IDEDialogs, IDEMsgIntf, LazIDEIntf, IDEOptEditorIntf,
// Package registration
LazarusPackageIntf,
+ // IdeUtils
+ IdeUtilsPkgStrConsts, DialogProcs, IDETranslations,
// IdeConfig
EnvironmentOpts, LazConf, TransferMacros, IDEProcs, SearchPathProcs,
ParsedCompilerOpts, CompilerOptions, FppkgHelper,
- // IDE
- LazarusIDEStrConsts, DialogProcs, IDETranslations,
- PackageLinks, PackageDefs, PkgSysBasePkgs;
+ // IdePackager
+ IdePackagerStrConsts, PackageLinks, PackageDefs, PkgSysBasePkgs;
const
MakefileCompileVersion = 2;
@@ -191,6 +192,9 @@ type
FBuildIntfPackage: TLazPackage;
FIDEIntfPackage: TLazPackage;
FDebuggerIntfPackage: TLazPackage;
+ FIdePackagerPackage: TLazPackage;
+ FIdeProjectPackage: TLazPackage;
+ FIdeUtilsPkgPackage: TLazPackage;
FLazDebuggerIntfPackage: TLazPackage;
FLazDebuggerGdbmiPackage: TLazPackage;
FIdeDebuggerPackage: TLazPackage;
@@ -496,7 +500,10 @@ type
property DebuggerIntfPackage: TLazPackage read FDebuggerIntfPackage;
property LazDebuggerGdbmiPackage: TLazPackage read FLazDebuggerGdbmiPackage;
property IdeDebuggerPackage: TLazPackage read FIdeDebuggerPackage;
+ property IdeUtilsPkgPackage: TLazPackage read FIdeUtilsPkgPackage;
property IdeConfigPackage: TLazPackage read FIdeConfigPackage;
+ property IdePackagerPackage: TLazPackage read FIdePackagerPackage;
+ property IdeProjectPackage: TLazPackage read FIdeProjectPackage;
property LazarusBasePackages: TFPList read FLazarusBasePackages;
// events
@@ -1258,8 +1265,14 @@ begin
FDebuggerIntfPackage:=nil
else if CurPkg=LazDebuggerGdbmiPackage then
FLazDebuggerGdbmiPackage:=nil
+ else if CurPkg=IdeUtilsPkgPackage then
+ FIdeUtilsPkgPackage:=nil
else if CurPkg=IdeConfigPackage then
FIdeConfigPackage:=nil
+ else if CurPkg=IdePackagerPackage then
+ FIdePackagerPackage:=nil
+ else if CurPkg=IdeProjectPackage then
+ FIdeProjectPackage:=nil
else if CurPkg=IdeDebuggerPackage then
FIdeDebuggerPackage:=nil
else if CurPkg=SynEditPackage then
@@ -2110,7 +2123,7 @@ begin
IgnoreAll:=mrLast+1;
DlgResult:=IDEQuestionDialog(lisPkgSysPackageRegistrationError, ErrorMsg,
mtError, [mrIgnore,
- IgnoreAll, lisIgnoreAll,
+ IgnoreAll, lispIgnoreAll,
mrAbort]);
if DlgResult=IgnoreAll then
QuietRegistration:=true;
@@ -2249,8 +2262,14 @@ begin
SetBasePackage(FLazDebuggerGdbmiPackage)
else if SysUtils.CompareText(APackage.Name,'IdeDebugger')=0 then
SetBasePackage(FIdeDebuggerPackage)
+ else if SysUtils.CompareText(APackage.Name,'IdeUtilsPkg')=0 then
+ SetBasePackage(FIdeUtilsPkgPackage)
else if SysUtils.CompareText(APackage.Name,'IdeConfig')=0 then
SetBasePackage(FIdeConfigPackage)
+ else if SysUtils.CompareText(APackage.Name,'IdePackagerConfig')=0 then
+ SetBasePackage(FIdePackagerPackage)
+ else if SysUtils.CompareText(APackage.Name,'IdeProject')=0 then
+ SetBasePackage(FIdeProjectPackage)
else if SysUtils.CompareText(APackage.Name,'SynEdit')=0 then
SetBasePackage(FSynEditPackage)
else if SysUtils.CompareText(APackage.Name,'LazControls')=0 then
@@ -5306,7 +5325,7 @@ begin
debugln(['Error: (lazarus) TLazPackageGraph.ParseBasePackages missing LazarusDir "',LazDir,'"']);
exit;
end;
- SrcFilename:=AppendPathDelim(LazDir)+'packager'+PathDelim+'pkgsysbasepkgs.pas';
+ SrcFilename:=AppendPathDelim(LazDir)+'ide'+PathDelim+'packages'+PathDelim+'idepackager'+PathDelim+'pkgsysbasepkgs.pas';
if not FileExistsCached(SrcFilename) then
begin
if Verbose then
diff --git a/packager/pkgsysbasepkgs.pas b/ide/packages/idepackager/pkgsysbasepkgs.pas
similarity index 91%
rename from packager/pkgsysbasepkgs.pas
rename to ide/packages/idepackager/pkgsysbasepkgs.pas
index 3802f882ed..f453dc33fe 100644
--- a/packager/pkgsysbasepkgs.pas
+++ b/ide/packages/idepackager/pkgsysbasepkgs.pas
@@ -29,7 +29,10 @@ type
libpLazControlDsgn,
libpLCLExtensions_package,
libpLazVirtualtreeview_package,
+ libpIdeUtilsPkg,
libpIdeConfig,
+ libpIdePackager,
+ libpIdeProject,
libpIdeDebugger
);
const
@@ -56,7 +59,10 @@ const
'LazControlDsgn',
'lclextensions_package',
'laz.virtualtreeview_package',
+ 'IdeUtilsPkg',
'IdeConfig',
+ 'IdePackager',
+ 'IdeProject',
'IdeDebugger'
);
diff --git a/ide/packages/ideproject/Makefile b/ide/packages/ideproject/Makefile
new file mode 100644
index 0000000000..d2b4dc735c
--- /dev/null
+++ b/ide/packages/ideproject/Makefile
@@ -0,0 +1,3890 @@
+#
+# Don't edit, this file is generated by FPCMake Version 2.0.0
+#
+default: all
+MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i386-nativent i386-iphonesim i386-android i386-aros m68k-linux m68k-netbsd m68k-amiga m68k-atari m68k-palmos m68k-macosclassic m68k-embedded m68k-sinclairql m68k-human68k powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macosclassic powerpc-darwin powerpc-morphos powerpc-embedded powerpc-wii powerpc-aix sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-haiku x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded x86_64-iphonesim x86_64-android x86_64-aros x86_64-dragonfly arm-linux arm-netbsd arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian arm-android arm-aros arm-freertos arm-ios powerpc64-linux powerpc64-darwin powerpc64-embedded powerpc64-aix avr-embedded armeb-linux armeb-embedded mips-linux mipsel-linux mipsel-embedded mipsel-android mips64-linux mips64el-linux jvm-java jvm-android i8086-embedded i8086-msdos i8086-win16 aarch64-linux aarch64-freebsd aarch64-darwin aarch64-win64 aarch64-embedded aarch64-iphonesim aarch64-android aarch64-ios wasm32-embedded wasm32-wasi sparc64-linux riscv32-linux riscv32-embedded riscv32-freertos riscv64-linux riscv64-embedded xtensa-linux xtensa-embedded xtensa-freertos z80-embedded z80-zxspectrum z80-msxdos z80-amstradcpc loongarch64-linux
+BSDs = freebsd netbsd openbsd darwin dragonfly
+UNIXs = linux $(BSDs) solaris qnx haiku aix
+LIMIT83fs = go32v2 os2 emx watcom msdos win16 atari human68k
+OSNeedsComspecToRunBatch = go32v2 watcom
+FORCE:
+.PHONY: FORCE
+lc = $(subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(subst G,g,$(subst H,h,$(subst I,i,$(subst J,j,$(subst K,k,$(subst L,l,$(subst M,m,$(subst N,n,$(subst O,o,$(subst P,p,$(subst Q,q,$(subst R,r,$(subst S,s,$(subst T,t,$(subst U,u,$(subst V,v,$(subst W,w,$(subst X,x,$(subst Y,y,$(subst Z,z,$1))))))))))))))))))))))))))
+override PATH:=$(patsubst %/,%,$(subst \,/,$(PATH)))
+ifneq ($(findstring darwin,$(OSTYPE)),)
+inUnix=1 #darwin
+SEARCHPATH:=$(filter-out .,$(subst :, ,$(PATH)))
+else
+ifeq ($(findstring ;,$(PATH)),)
+inUnix=1
+SEARCHPATH:=$(filter-out .,$(subst :, ,$(PATH)))
+else
+SEARCHPATH:=$(subst ;, ,$(PATH))
+endif
+endif
+SEARCHPATH+=$(patsubst %/,%,$(subst \,/,$(dir $(MAKE))))
+PWD:=$(strip $(wildcard $(addsuffix /pwd.exe,$(SEARCHPATH))))
+ifeq ($(PWD),)
+PWD:=$(strip $(wildcard $(addsuffix /pwd,$(SEARCHPATH))))
+ifeq ($(PWD),)
+$(error You need the GNU utils package to use this Makefile)
+else
+PWD:=$(firstword $(PWD))
+SRCEXEEXT=
+endif
+else
+PWD:=$(firstword $(PWD))
+SRCEXEEXT=.exe
+endif
+ifndef inUnix
+ifeq ($(OS),Windows_NT)
+inWinNT=1
+else
+ifdef OS2_SHELL
+inOS2=1
+endif
+endif
+else
+ifneq ($(findstring cygdrive,$(PATH)),)
+inCygWin=1
+endif
+endif
+ifdef inUnix
+SRCBATCHEXT=.sh
+else
+ifdef inOS2
+SRCBATCHEXT=.cmd
+else
+SRCBATCHEXT=.bat
+endif
+endif
+ifdef COMSPEC
+ifneq ($(filter $(OS_SOURCE),$(OSNeedsComspecToRunBatch)),)
+ifndef RUNBATCH
+RUNBATCH=$(COMSPEC) /C
+endif
+endif
+endif
+ifdef inUnix
+PATHSEP=/
+else
+PATHSEP:=$(subst /,\,/)
+ifdef inCygWin
+PATHSEP=/
+endif
+endif
+ifdef PWD
+BASEDIR:=$(subst \,/,$(shell $(PWD)))
+ifdef inCygWin
+ifneq ($(findstring /cygdrive/,$(BASEDIR)),)
+BASENODIR:=$(patsubst /cygdrive%,%,$(BASEDIR))
+BASEDRIVE:=$(firstword $(subst /, ,$(BASENODIR)))
+BASEDIR:=$(subst /cygdrive/$(BASEDRIVE)/,$(BASEDRIVE):/,$(BASEDIR))
+endif
+endif
+else
+BASEDIR=.
+endif
+ifdef inOS2
+ifndef ECHO
+ECHO:=$(strip $(wildcard $(addsuffix /gecho$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO:=$(strip $(wildcard $(addsuffix /echo$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO=echo
+else
+ECHO:=$(firstword $(ECHO))
+endif
+else
+ECHO:=$(firstword $(ECHO))
+endif
+endif
+export ECHO
+endif
+ifndef FPC
+ifdef PP
+FPC=$(PP)
+endif
+endif
+ifndef FPC
+FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH))))
+ifneq ($(FPCPROG),)
+FPCPROG:=$(firstword $(FPCPROG))
+ifneq ($(CPU_TARGET),)
+FPC:=$(shell $(FPCPROG) -P$(CPU_TARGET) -PB)
+else
+FPC:=$(shell $(FPCPROG) -PB)
+endif
+ifneq ($(findstring Error,$(FPC)),)
+override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
+else
+ifeq ($(strip $(wildcard $(FPC))),)
+FPC:=$(firstword $(FPCPROG))
+endif
+endif
+else
+override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
+endif
+endif
+override FPC:=$(subst $(SRCEXEEXT),,$(FPC))
+override FPC:=$(subst \,/,$(FPC))$(SRCEXEEXT)
+FOUNDFPC:=$(strip $(wildcard $(FPC)))
+ifeq ($(FOUNDFPC),)
+FOUNDFPC=$(strip $(wildcard $(addsuffix /$(FPC),$(SEARCHPATH))))
+ifeq ($(FOUNDFPC),)
+$(error Compiler $(FPC) not found)
+endif
+endif
+ifndef FPC_COMPILERINFO
+FPC_COMPILERINFO:=$(shell $(FPC) -iVSPTPSOTO)
+endif
+ifndef FPC_VERSION
+FPC_VERSION:=$(word 1,$(FPC_COMPILERINFO))
+endif
+export FPC FPC_VERSION FPC_COMPILERINFO
+unexport CHECKDEPEND ALLDEPENDENCIES
+ifndef CPU_TARGET
+ifdef CPU_TARGET_DEFAULT
+CPU_TARGET=$(CPU_TARGET_DEFAULT)
+endif
+endif
+ifndef OS_TARGET
+ifdef OS_TARGET_DEFAULT
+OS_TARGET=$(OS_TARGET_DEFAULT)
+endif
+endif
+ifndef CPU_SOURCE
+CPU_SOURCE:=$(word 2,$(FPC_COMPILERINFO))
+endif
+ifndef CPU_TARGET
+CPU_TARGET:=$(word 3,$(FPC_COMPILERINFO))
+endif
+ifndef OS_SOURCE
+OS_SOURCE:=$(word 4,$(FPC_COMPILERINFO))
+endif
+ifndef OS_TARGET
+OS_TARGET:=$(word 5,$(FPC_COMPILERINFO))
+endif
+CPU_OS_TARGET=$(CPU_TARGET)-$(OS_TARGET)
+ifdef SUB_TARGET
+L_SUB_TARGET=$(call lc,$(SUB_TARGET))
+FULL_TARGET:=$(CPU_TARGET)-$(OS_TARGET)-$(L_SUB_TARGET)
+else
+FULL_TARGET:=$(CPU_TARGET)-$(OS_TARGET)
+endif
+CPU_OS_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)
+ifdef SUB_SOURCE
+L_SUB_SOURCE=$(call lc,$(SUB_SOURCE))
+FULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)-$(L_SUB_SOURCE)
+else
+FULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)
+endif
+ifeq ($(CPU_TARGET),armeb)
+ARCH=arm
+override FPCOPT+=-Cb
+else
+ifeq ($(CPU_TARGET),armel)
+ARCH=arm
+override FPCOPT+=-CaEABI
+else
+ARCH=$(CPU_TARGET)
+endif
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+endif
+ifdef SUB_TARGET
+FPCOPT+=-t$(SUB_TARGET)
+FPMAKE_OPT+=--subtarget=$(SUB_TARGET)
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for arm-embedded, a sub-architecture (e.g. SUBARCH=armv4t or SUBARCH=armv7m) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for avr-embedded, a sub-architecture (e.g. SUBARCH=avr25 or SUBARCH=avr35) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for mipsel-embedded, a sub-architecture (e.g. SUBARCH=pic32mx) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for xtensa-embedded, a sub-architecture (e.g. SUBARCH=lx106 or SUBARCH=lx6) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+ifeq ($(SUBARCH),)
+$(error When compiling for xtensa-freertos, a sub-architecture (e.g. SUBARCH=lx106 or SUBARCH=lx6) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+ifeq ($(SUBARCH),)
+$(error When compiling for arm-freertos, a sub-architecture (e.g. SUBARCH=armv6m or SUBARCH=armv7em) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifneq ($(filter $(OS_SOURCE),$(LIMIT83fs)),)
+TARGETSUFFIX=$(OS_TARGET)
+SOURCESUFFIX=$(OS_SOURCE)
+else
+ifneq ($(filter $(OS_TARGET),$(LIMIT83fs)),)
+TARGETSUFFIX=$(OS_TARGET)
+else
+TARGETSUFFIX=$(FULL_TARGET)
+endif
+SOURCESUFFIX=$(FULL_SOURCE)
+endif
+ifneq ($(CPU_OS_TARGET),$(CPU_OS_SOURCE))
+CROSSCOMPILE=1
+endif
+ifeq ($(findstring makefile,$(MAKECMDGOALS)),)
+ifeq ($(filter $(CPU_OS_TARGET),$(MAKEFILETARGETS)),)
+$(error The Makefile doesn't support target $(FULL_TARGET), please run fpcmake first)
+endif
+endif
+ifneq ($(filter $(OS_TARGET),$(BSDs)),)
+BSDhier=1
+endif
+ifeq ($(OS_TARGET),linux)
+linuxHier=1
+endif
+ifndef CROSSCOMPILE
+BUILDFULLNATIVE=1
+export BUILDFULLNATIVE
+endif
+ifdef BUILDFULLNATIVE
+BUILDNATIVE=1
+export BUILDNATIVE
+endif
+export OS_TARGET OS_SOURCE ARCH CPU_TARGET CPU_SOURCE SUB_TARGET SUB_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE CPU_OS_TARGET CPU_OS_SOURCE
+ifdef FPCDIR
+override FPCDIR:=$(subst \,/,$(FPCDIR))
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR=wrong
+endif
+else
+override FPCDIR=wrong
+endif
+ifdef DEFAULT_FPCDIR
+ifeq ($(FPCDIR),wrong)
+override FPCDIR:=$(subst \,/,$(DEFAULT_FPCDIR))
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR=wrong
+endif
+endif
+endif
+ifeq ($(FPCDIR),wrong)
+ifdef inUnix
+override FPCDIR=/usr/local/lib/fpc/$(FPC_VERSION)
+ifeq ($(wildcard $(FPCDIR)/units),)
+override FPCDIR=/usr/lib/fpc/$(FPC_VERSION)
+endif
+else
+override FPCDIR:=$(subst /$(FPC),,$(firstword $(strip $(wildcard $(addsuffix /$(FPC),$(SEARCHPATH))))))
+override FPCDIR:=$(FPCDIR)/..
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR:=$(FPCDIR)/..
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR:=$(BASEDIR)
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR=c:/pp
+endif
+endif
+endif
+endif
+endif
+ifndef CROSSBINDIR
+CROSSBINDIR:=$(wildcard $(FPCDIR)/bin/$(TARGETSUFFIX))
+endif
+ifneq ($(filter $(OS_TARGET),darwin iphonesim ios),)
+ifneq ($(filter $(OS_SOURCE),darwin ios),)
+DARWIN2DARWIN=1
+endif
+endif
+ifndef BINUTILSPREFIX
+ifndef CROSSBINDIR
+ifdef CROSSCOMPILE
+ifneq ($(OS_TARGET),msdos)
+ifndef DARWIN2DARWIN
+ifneq ($(CPU_TARGET),jvm)
+BINUTILSPREFIX=$(CPU_TARGET)-$(OS_TARGET)-
+ifeq ($(OS_TARGET),android)
+ifeq ($(CPU_TARGET),arm)
+BINUTILSPREFIX=arm-linux-androideabi-
+else
+ifeq ($(CPU_TARGET),i386)
+BINUTILSPREFIX=i686-linux-android-
+else
+BINUTILSPREFIX=$(CPU_TARGET)-linux-android-
+endif
+endif
+endif
+endif
+endif
+else
+BINUTILSPREFIX=$(OS_TARGET)-
+endif
+endif
+endif
+endif
+UNITSDIR:=$(wildcard $(FPCDIR)/units/$(TARGETSUFFIX))
+ifeq ($(UNITSDIR),)
+UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
+endif
+PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages)
+ifndef FPCFPMAKE
+ifdef CROSSCOMPILE
+ifeq ($(strip $(wildcard $(addsuffix /compiler/ppc$(SRCEXEEXT),$(FPCDIR)))),)
+FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH))))
+ifneq ($(FPCPROG),)
+FPCPROG:=$(firstword $(FPCPROG))
+FPCFPMAKE:=$(shell $(FPCPROG) -PB)
+ifeq ($(strip $(wildcard $(FPCFPMAKE))),)
+FPCFPMAKE:=$(firstword $(FPCPROG))
+endif
+else
+override FPCFPMAKE=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
+endif
+else
+FPCFPMAKE=$(strip $(wildcard $(addsuffix /compiler/ppc$(SRCEXEEXT),$(FPCDIR))))
+FPMAKE_SKIP_CONFIG=-n
+export FPCFPMAKE
+export FPMAKE_SKIP_CONFIG
+endif
+else
+FPMAKE_SKIP_CONFIG=-n
+FPCFPMAKE=$(FPC)
+endif
+endif
+override PACKAGE_NAME=ideproject
+override PACKAGE_VERSION=1.0
+ifndef LCL_PLATFORM
+ifeq ($(OS_TARGET),win32)
+LCL_PLATFORM=win32
+else
+ifeq ($(OS_TARGET),win64)
+LCL_PLATFORM=win32
+else
+ifeq ($(OS_TARGET),darwin)
+LCL_PLATFORM=cocoa
+else
+LCL_PLATFORM=gtk2
+endif
+endif
+endif
+endif
+export LCL_PLATFORM
+DBG_OPTIONS=
+ifeq ($(OS_TARGET),darwin)
+DBG_OPTIONS=-gw
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override TARGET_UNITS+=ideproject.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifdef REQUIRE_UNITSDIR
+override UNITSDIR+=$(REQUIRE_UNITSDIR)
+endif
+ifdef REQUIRE_PACKAGESDIR
+override PACKAGESDIR+=$(REQUIRE_PACKAGESDIR)
+endif
+ifdef ZIPINSTALL
+ifneq ($(filter $(OS_TARGET),$(UNIXs)),)
+UNIXHier=1
+endif
+else
+ifneq ($(filter $(OS_SOURCE),$(UNIXs)),)
+UNIXHier=1
+endif
+endif
+ifndef INSTALL_PREFIX
+ifdef PREFIX
+INSTALL_PREFIX=$(PREFIX)
+endif
+endif
+ifndef INSTALL_PREFIX
+ifdef UNIXHier
+INSTALL_PREFIX=/usr/local
+else
+ifdef INSTALL_FPCPACKAGE
+INSTALL_BASEDIR:=/pp
+else
+INSTALL_BASEDIR:=/$(PACKAGE_NAME)
+endif
+endif
+endif
+export INSTALL_PREFIX
+ifdef INSTALL_FPCSUBDIR
+export INSTALL_FPCSUBDIR
+endif
+ifndef DIST_DESTDIR
+DIST_DESTDIR:=$(BASEDIR)
+endif
+export DIST_DESTDIR
+ifndef COMPILER_UNITTARGETDIR
+ifdef PACKAGEDIR_MAIN
+COMPILER_UNITTARGETDIR=$(PACKAGEDIR_MAIN)/units/$(TARGETSUFFIX)
+else
+COMPILER_UNITTARGETDIR=units/$(TARGETSUFFIX)
+endif
+endif
+ifndef COMPILER_TARGETDIR
+COMPILER_TARGETDIR=.
+endif
+ifndef INSTALL_BASEDIR
+ifdef UNIXHier
+ifdef INSTALL_FPCPACKAGE
+INSTALL_BASEDIR:=$(INSTALL_PREFIX)/lib/fpc/$(FPC_VERSION)
+else
+INSTALL_BASEDIR:=$(INSTALL_PREFIX)/lib/$(PACKAGE_NAME)
+endif
+else
+INSTALL_BASEDIR:=$(INSTALL_PREFIX)
+endif
+endif
+ifndef INSTALL_BINDIR
+ifdef UNIXHier
+INSTALL_BINDIR:=$(INSTALL_PREFIX)/bin
+else
+INSTALL_BINDIR:=$(INSTALL_BASEDIR)/bin
+ifdef INSTALL_FPCPACKAGE
+ifdef CROSSCOMPILE
+ifdef CROSSINSTALL
+INSTALL_BINDIR:=$(INSTALL_BINDIR)/$(SOURCESUFFIX)
+else
+INSTALL_BINDIR:=$(INSTALL_BINDIR)/$(TARGETSUFFIX)
+endif
+else
+INSTALL_BINDIR:=$(INSTALL_BINDIR)/$(TARGETSUFFIX)
+endif
+endif
+endif
+endif
+ifndef INSTALL_UNITDIR
+INSTALL_UNITDIR:=$(INSTALL_BASEDIR)/units/$(TARGETSUFFIX)
+ifdef INSTALL_FPCPACKAGE
+ifdef PACKAGE_NAME
+INSTALL_UNITDIR:=$(INSTALL_UNITDIR)/$(PACKAGE_NAME)
+endif
+endif
+endif
+ifndef INSTALL_LIBDIR
+ifdef UNIXHier
+INSTALL_LIBDIR:=$(INSTALL_PREFIX)/lib
+else
+INSTALL_LIBDIR:=$(INSTALL_UNITDIR)
+endif
+endif
+ifndef INSTALL_SOURCEDIR
+ifdef UNIXHier
+ifdef BSDhier
+SRCPREFIXDIR=share/src
+else
+ifdef linuxHier
+SRCPREFIXDIR=share/src
+else
+SRCPREFIXDIR=src
+endif
+endif
+ifdef INSTALL_FPCPACKAGE
+ifdef INSTALL_FPCSUBDIR
+INSTALL_SOURCEDIR:=$(INSTALL_PREFIX)/$(SRCPREFIXDIR)/fpc-$(FPC_VERSION)/$(INSTALL_FPCSUBDIR)/$(PACKAGE_NAME)
+else
+INSTALL_SOURCEDIR:=$(INSTALL_PREFIX)/$(SRCPREFIXDIR)/fpc-$(FPC_VERSION)/$(PACKAGE_NAME)
+endif
+else
+INSTALL_SOURCEDIR:=$(INSTALL_PREFIX)/$(SRCPREFIXDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+endif
+else
+ifdef INSTALL_FPCPACKAGE
+ifdef INSTALL_FPCSUBDIR
+INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source/$(INSTALL_FPCSUBDIR)/$(PACKAGE_NAME)
+else
+INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source/$(PACKAGE_NAME)
+endif
+else
+INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source
+endif
+endif
+endif
+ifndef INSTALL_DOCDIR
+ifdef UNIXHier
+ifdef BSDhier
+DOCPREFIXDIR=share/doc
+else
+ifdef linuxHier
+DOCPREFIXDIR=share/doc
+else
+DOCPREFIXDIR=doc
+endif
+endif
+ifdef INSTALL_FPCPACKAGE
+INSTALL_DOCDIR:=$(INSTALL_PREFIX)/$(DOCPREFIXDIR)/fpc-$(FPC_VERSION)/$(PACKAGE_NAME)
+else
+INSTALL_DOCDIR:=$(INSTALL_PREFIX)/$(DOCPREFIXDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+endif
+else
+ifdef INSTALL_FPCPACKAGE
+INSTALL_DOCDIR:=$(INSTALL_BASEDIR)/doc/$(PACKAGE_NAME)
+else
+INSTALL_DOCDIR:=$(INSTALL_BASEDIR)/doc
+endif
+endif
+endif
+ifndef INSTALL_EXAMPLEDIR
+ifdef UNIXHier
+ifdef INSTALL_FPCPACKAGE
+ifdef BSDhier
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/share/examples/fpc-$(FPC_VERSION)/$(PACKAGE_NAME)
+else
+ifdef linuxHier
+INSTALL_EXAMPLEDIR:=$(INSTALL_DOCDIR)/examples
+else
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/doc/fpc-$(FPC_VERSION)/examples/$(PACKAGE_NAME)
+endif
+endif
+else
+ifdef BSDhier
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/share/examples/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+else
+ifdef linuxHier
+INSTALL_EXAMPLEDIR:=$(INSTALL_DOCDIR)/examples/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+else
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/doc/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+endif
+endif
+endif
+else
+ifdef INSTALL_FPCPACKAGE
+INSTALL_EXAMPLEDIR:=$(INSTALL_BASEDIR)/examples/$(PACKAGE_NAME)
+else
+INSTALL_EXAMPLEDIR:=$(INSTALL_BASEDIR)/examples
+endif
+endif
+endif
+ifndef INSTALL_DATADIR
+INSTALL_DATADIR=$(INSTALL_BASEDIR)
+endif
+ifndef INSTALL_SHAREDDIR
+INSTALL_SHAREDDIR=$(INSTALL_PREFIX)/lib
+endif
+ifdef CROSSCOMPILE
+ifndef CROSSBINDIR
+CROSSBINDIR:=$(wildcard $(CROSSTARGETDIR)/bin/$(SOURCESUFFIX))
+ifeq ($(CROSSBINDIR),)
+CROSSBINDIR:=$(wildcard $(INSTALL_BASEDIR)/cross/$(TARGETSUFFIX)/bin/$(FULL_SOURCE))
+endif
+endif
+else
+CROSSBINDIR=
+endif
+ifeq ($(OS_SOURCE),linux)
+ifndef GCCLIBDIR
+ifeq ($(CPU_TARGET),i386)
+ifneq ($(filter x86_64,$(shell uname -a)),)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-m32
+endif
+endif
+endif
+ifeq ($(CPU_TARGET),powerpc)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-m32
+endif
+endif
+ifeq ($(CPU_TARGET),powerpc64)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -m64 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-m64
+endif
+endif
+ifeq ($(CPU_TARGET),sparc)
+ifneq ($(filter sparc64,$(shell uname -a)),)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-m32
+endif
+endif
+endif
+ifneq ($(filter $(CPU_TARGET),mips64 mipsel64),)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -mabi=64 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-mabi=64
+endif
+endif
+ifneq ($(filter $(CPU_TARGET),mips mipsel),)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -mabi=32 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-mabi=32
+endif
+endif
+ifeq ($(BINUTILSPREFIX),)
+ifeq ($(GCCLIBDIR),)
+GCCLIBDIR:=$(shell dirname `gcc -print-libgcc-file-name`)
+endif
+else
+ifeq ($(CROSSGCCOPT),)
+CROSSGCCOPT=-g
+endif
+endif
+endif
+ifdef FPCFPMAKE
+FPCFPMAKE_CPU_TARGET=$(shell $(FPCFPMAKE) -iTP)
+ifeq ($(CPU_TARGET),$(FPCFPMAKE_CPU_TARGET))
+FPCMAKEGCCLIBDIR:=$(GCCLIBDIR)
+else
+ifneq ($(filter $(FPCFPMAKE_CPU_TARGET),aarch64 powerpc64 riscv64 sparc64 x86_64 loongarch64),)
+FPCMAKE_CROSSGCCOPT=-m64
+else
+ifneq ($(filter $(FPCFPMAKE_CPU_TARGET),mips64 mips64el),)
+FPCMAKE_CROSSGCCOPT=-mabi=64
+else
+ifneq ($(filter $(FPCFPMAKE_CPU_TARGET),mips mipsel),)
+FPCMAKE_CROSSGCCOPT=-mabi=32
+else
+ifeq ($(FPCFPMAKE_CPU_TARGET),riscv64)
+FPCMAKE_CROSSGCCOPT=-mabi=lp64
+else
+ifeq ($(FPCFPMAKE_CPU_TARGET),riscv32)
+FPCMAKE_CROSSGCCOPT=-mabi=ilp32
+else
+ifeq ($(FPCFPMAKE_CPU_TARGET),loongarch64)
+FPCMAKE_CROSSGCCOPT=-mabi=lp64d
+else
+FPCMAKE_CROSSGCCOPT=-m32
+endif
+endif
+endif
+endif
+endif
+endif
+FPCMAKEGCCLIBDIR:=$(shell dirname `gcc $(FPCMAKE_CROSSGCCOPT) -print-libgcc-file-name`)
+endif
+endif
+ifndef FPCMAKEGCCLIBDIR
+FPCMAKEGCCLIBDIR:=$(shell dirname `gcc -print-libgcc-file-name`)
+endif
+ifndef GCCLIBDIR
+CROSSGCC=$(strip $(wildcard $(addsuffix /$(BINUTILSPREFIX)gcc$(SRCEXEEXT),$(SEARCHPATH))))
+ifneq ($(CROSSGCC),)
+GCCLIBDIR:=$(shell dirname `$(CROSSGCC) $(CROSSGCCOPT) -print-libgcc-file-name`)
+endif
+endif
+endif
+ifdef inUnix
+ifeq ($(OS_SOURCE),netbsd)
+OTHERLIBDIR:=/usr/pkg/lib
+endif
+export GCCLIBDIR FPCMAKEGCCLIBDIR OTHERLIBDIR
+endif
+BATCHEXT=.bat
+LOADEREXT=.as
+EXEEXT=.exe
+PPLEXT=.ppl
+PPUEXT=.ppu
+OEXT=.o
+LTOEXT=.bc
+ASMEXT=.s
+SMARTEXT=.sl
+STATICLIBEXT=.a
+SHAREDLIBEXT=.so
+SHAREDLIBPREFIX=libfp
+STATICLIBPREFIX=libp
+IMPORTLIBPREFIX=libimp
+RSTEXT=.rst
+EXEDBGEXT=.dbg
+ifeq ($(OS_TARGET),go32v1)
+STATICLIBPREFIX=
+SHORTSUFFIX=v1
+endif
+ifeq ($(OS_TARGET),go32v2)
+STATICLIBPREFIX=
+SHORTSUFFIX=dos
+IMPORTLIBPREFIX=
+endif
+ifeq ($(OS_TARGET),watcom)
+STATICLIBPREFIX=
+OEXT=.obj
+ASMEXT=.asm
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=wat
+IMPORTLIBPREFIX=
+endif
+ifneq ($(CPU_TARGET),jvm)
+ifeq ($(OS_TARGET),android)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=lnx
+endif
+endif
+ifeq ($(OS_TARGET),linux)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=lnx
+endif
+ifeq ($(OS_TARGET),dragonfly)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=df
+endif
+ifeq ($(OS_TARGET),freebsd)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=fbs
+endif
+ifeq ($(OS_TARGET),netbsd)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=nbs
+endif
+ifeq ($(OS_TARGET),openbsd)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=obs
+endif
+ifeq ($(OS_TARGET),win32)
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=w32
+endif
+ifeq ($(OS_TARGET),os2)
+BATCHEXT=.cmd
+AOUTEXT=.out
+STATICLIBPREFIX=
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=os2
+ECHO=echo
+IMPORTLIBPREFIX=
+endif
+ifeq ($(OS_TARGET),emx)
+BATCHEXT=.cmd
+AOUTEXT=.out
+STATICLIBPREFIX=
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=emx
+ECHO=echo
+IMPORTLIBPREFIX=
+endif
+ifeq ($(OS_TARGET),amiga)
+EXEEXT=
+SHAREDLIBEXT=.library
+SHORTSUFFIX=amg
+endif
+ifeq ($(OS_TARGET),aros)
+EXEEXT=
+SHAREDLIBEXT=.library
+SHORTSUFFIX=aros
+endif
+ifeq ($(OS_TARGET),morphos)
+EXEEXT=
+SHAREDLIBEXT=.library
+SHORTSUFFIX=mos
+endif
+ifeq ($(OS_TARGET),atari)
+EXEEXT=.ttp
+SHORTSUFFIX=ata
+endif
+ifeq ($(OS_TARGET),beos)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=be
+endif
+ifeq ($(OS_TARGET),haiku)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=hai
+endif
+ifeq ($(OS_TARGET),solaris)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=sun
+endif
+ifeq ($(OS_TARGET),qnx)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=qnx
+endif
+ifeq ($(OS_TARGET),netware)
+EXEEXT=.nlm
+STATICLIBPREFIX=
+SHORTSUFFIX=nw
+IMPORTLIBPREFIX=imp
+endif
+ifeq ($(OS_TARGET),netwlibc)
+EXEEXT=.nlm
+STATICLIBPREFIX=
+SHORTSUFFIX=nwl
+IMPORTLIBPREFIX=imp
+endif
+ifeq ($(OS_TARGET),macosclassic)
+BATCHEXT=
+EXEEXT=
+DEBUGSYMEXT=.xcoff
+SHORTSUFFIX=mac
+IMPORTLIBPREFIX=imp
+endif
+ifneq ($(filter $(OS_TARGET),darwin iphonesim ios),)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=dwn
+EXEDBGEXT=.dSYM
+endif
+ifeq ($(OS_TARGET),gba)
+EXEEXT=.gba
+SHAREDLIBEXT=.so
+SHORTSUFFIX=gba
+endif
+ifeq ($(OS_TARGET),symbian)
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=symbian
+endif
+ifeq ($(OS_TARGET),NativeNT)
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=nativent
+endif
+ifeq ($(OS_TARGET),wii)
+EXEEXT=.dol
+SHAREDLIBEXT=.so
+SHORTSUFFIX=wii
+endif
+ifeq ($(OS_TARGET),aix)
+BATCHEXT=.sh
+EXEEXT=
+SHAREDLIBEXT=.a
+SHORTSUFFIX=aix
+endif
+ifeq ($(OS_TARGET),java)
+OEXT=.class
+ASMEXT=.j
+SHAREDLIBEXT=.jar
+SHORTSUFFIX=java
+endif
+ifeq ($(CPU_TARGET),jvm)
+ifeq ($(OS_TARGET),android)
+OEXT=.class
+ASMEXT=.j
+SHAREDLIBEXT=.jar
+SHORTSUFFIX=android
+endif
+endif
+ifeq ($(OS_TARGET),msdos)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+SHORTSUFFIX=d16
+endif
+ifeq ($(OS_TARGET),msxdos)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+SHORTSUFFIX=msd
+endif
+ifeq ($(OS_TARGET),embedded)
+ifeq ($(CPU_TARGET),i8086)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+else
+EXEEXT=.bin
+endif
+ifeq ($(CPU_TARGET),z80)
+OEXT=.rel
+endif
+SHORTSUFFIX=emb
+endif
+ifeq ($(OS_TARGET),win16)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=w16
+endif
+ifeq ($(OS_TARGET),zxspectrum)
+OEXT=.rel
+endif
+ifeq ($(OS_TARGET),wasi)
+EXEEXT=.wasm
+endif
+ifneq ($(filter $(OS_SOURCE),$(LIMIT83fs)),)
+FPCMADE=fpcmade.$(SHORTSUFFIX)
+ZIPSUFFIX=$(SHORTSUFFIX)
+ZIPCROSSPREFIX=
+ZIPSOURCESUFFIX=src
+ZIPEXAMPLESUFFIX=exm
+else
+FPCMADE=fpcmade.$(TARGETSUFFIX)
+ZIPSOURCESUFFIX=.source
+ZIPEXAMPLESUFFIX=.examples
+ifdef CROSSCOMPILE
+ZIPSUFFIX=.$(SOURCESUFFIX)
+ZIPCROSSPREFIX=$(TARGETSUFFIX)-
+else
+ZIPSUFFIX=.$(TARGETSUFFIX)
+ZIPCROSSPREFIX=
+endif
+endif
+ifndef ECHO
+ECHO:=$(strip $(wildcard $(addsuffix /gecho$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO:=$(strip $(wildcard $(addsuffix /echo$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO= __missing_command_ECHO
+else
+ECHO:=$(firstword $(ECHO))
+endif
+else
+ECHO:=$(firstword $(ECHO))
+endif
+endif
+export ECHO
+ifndef DATE
+DATE:=$(strip $(wildcard $(addsuffix /gdate$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(DATE),)
+DATE:=$(strip $(wildcard $(addsuffix /date$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(DATE),)
+DATE= __missing_command_DATE
+else
+DATE:=$(firstword $(DATE))
+endif
+else
+DATE:=$(firstword $(DATE))
+endif
+endif
+export DATE
+ifndef GINSTALL
+GINSTALL:=$(strip $(wildcard $(addsuffix /ginstall$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(GINSTALL),)
+GINSTALL:=$(strip $(wildcard $(addsuffix /install$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(GINSTALL),)
+GINSTALL= __missing_command_GINSTALL
+else
+GINSTALL:=$(firstword $(GINSTALL))
+endif
+else
+GINSTALL:=$(firstword $(GINSTALL))
+endif
+endif
+export GINSTALL
+ifndef CPPROG
+CPPROG:=$(strip $(wildcard $(addsuffix /cp$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(CPPROG),)
+CPPROG= __missing_command_CPPROG
+else
+CPPROG:=$(firstword $(CPPROG))
+endif
+endif
+export CPPROG
+ifndef RMPROG
+RMPROG:=$(strip $(wildcard $(addsuffix /rm$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(RMPROG),)
+RMPROG= __missing_command_RMPROG
+else
+RMPROG:=$(firstword $(RMPROG))
+endif
+endif
+export RMPROG
+ifndef MVPROG
+MVPROG:=$(strip $(wildcard $(addsuffix /mv$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(MVPROG),)
+MVPROG= __missing_command_MVPROG
+else
+MVPROG:=$(firstword $(MVPROG))
+endif
+endif
+export MVPROG
+ifndef MKDIRPROG
+MKDIRPROG:=$(strip $(wildcard $(addsuffix /gmkdir$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(MKDIRPROG),)
+MKDIRPROG:=$(strip $(wildcard $(addsuffix /mkdir$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(MKDIRPROG),)
+MKDIRPROG= __missing_command_MKDIRPROG
+else
+MKDIRPROG:=$(firstword $(MKDIRPROG))
+endif
+else
+MKDIRPROG:=$(firstword $(MKDIRPROG))
+endif
+endif
+export MKDIRPROG
+ifndef ECHOREDIR
+ifndef inUnix
+ECHOREDIR=echo
+else
+ECHOREDIR=$(ECHO)
+endif
+endif
+ifndef COPY
+COPY:=$(CPPROG) -fp
+endif
+ifndef COPYTREE
+COPYTREE:=$(CPPROG) -Rfp
+endif
+ifndef MKDIRTREE
+MKDIRTREE:=$(MKDIRPROG) -p
+endif
+ifndef MOVE
+MOVE:=$(MVPROG) -f
+endif
+ifndef DEL
+DEL:=$(RMPROG) -f
+endif
+ifndef DELTREE
+DELTREE:=$(RMPROG) -rf
+endif
+ifndef INSTALL
+ifdef inUnix
+INSTALL:=$(GINSTALL) -c -m 644
+else
+INSTALL:=$(COPY)
+endif
+endif
+ifndef INSTALLEXE
+ifdef inUnix
+INSTALLEXE:=$(GINSTALL) -c -m 755
+else
+INSTALLEXE:=$(COPY)
+endif
+endif
+ifndef MKDIR
+MKDIR:=$(GINSTALL) -m 755 -d
+endif
+export ECHOREDIR COPY COPYTREE MOVE DEL DELTREE INSTALL INSTALLEXE MKDIR
+ifndef PPUMOVE
+PPUMOVE:=$(strip $(wildcard $(addsuffix /ppumove$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(PPUMOVE),)
+PPUMOVE= __missing_command_PPUMOVE
+else
+PPUMOVE:=$(firstword $(PPUMOVE))
+endif
+endif
+export PPUMOVE
+ifndef FPCMAKE
+FPCMAKE:=$(strip $(wildcard $(addsuffix /fpcmake$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(FPCMAKE),)
+FPCMAKE= __missing_command_FPCMAKE
+else
+FPCMAKE:=$(firstword $(FPCMAKE))
+endif
+endif
+export FPCMAKE
+ifndef ZIPPROG
+ZIPPROG:=$(strip $(wildcard $(addsuffix /zip$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ZIPPROG),)
+ZIPPROG= __missing_command_ZIPPROG
+else
+ZIPPROG:=$(firstword $(ZIPPROG))
+endif
+endif
+export ZIPPROG
+ifndef TARPROG
+TARPROG:=$(strip $(wildcard $(addsuffix /gtar$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(TARPROG),)
+TARPROG:=$(strip $(wildcard $(addsuffix /tar$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(TARPROG),)
+TARPROG= __missing_command_TARPROG
+else
+TARPROG:=$(firstword $(TARPROG))
+endif
+else
+TARPROG:=$(firstword $(TARPROG))
+endif
+endif
+export TARPROG
+ASNAME=$(BINUTILSPREFIX)as
+LDNAME=$(BINUTILSPREFIX)ld
+ARNAME=$(BINUTILSPREFIX)ar
+RCNAME=$(BINUTILSPREFIX)rc
+NASMNAME=$(BINUTILSPREFIX)nasm
+ifndef ASPROG
+ifdef CROSSBINDIR
+ASPROG=$(CROSSBINDIR)/$(ASNAME)$(SRCEXEEXT)
+else
+ASPROG=$(ASNAME)
+endif
+endif
+ifndef LDPROG
+ifdef CROSSBINDIR
+LDPROG=$(CROSSBINDIR)/$(LDNAME)$(SRCEXEEXT)
+else
+LDPROG=$(LDNAME)
+endif
+endif
+ifndef RCPROG
+ifdef CROSSBINDIR
+RCPROG=$(CROSSBINDIR)/$(RCNAME)$(SRCEXEEXT)
+else
+RCPROG=$(RCNAME)
+endif
+endif
+ifndef ARPROG
+ifdef CROSSBINDIR
+ARPROG=$(CROSSBINDIR)/$(ARNAME)$(SRCEXEEXT)
+else
+ARPROG=$(ARNAME)
+endif
+endif
+ifndef NASMPROG
+ifdef CROSSBINDIR
+NASMPROG=$(CROSSBINDIR)/$(NASMNAME)$(SRCEXEEXT)
+else
+NASMPROG=$(NASMNAME)
+endif
+endif
+AS=$(ASPROG)
+LD=$(LDPROG)
+RC=$(RCPROG)
+AR=$(ARPROG)
+NASM=$(NASMPROG)
+ifdef inUnix
+PPAS=./ppas$(SRCBATCHEXT)
+else
+PPAS=ppas$(SRCBATCHEXT)
+endif
+ifdef inUnix
+LDCONFIG=ldconfig
+else
+LDCONFIG=
+endif
+ifdef DATE
+DATESTR:=$(shell $(DATE) +%Y%m%d)
+else
+DATESTR=
+endif
+ZIPOPT=-9
+ZIPEXT=.zip
+ifeq ($(USETAR),bz2)
+TAROPT=vj
+TAREXT=.tar.bz2
+else
+TAROPT=vz
+TAREXT=.tar.gz
+endif
+override REQUIRE_PACKAGES=rtl
+ifeq ($(CPU_OS_TARGET),i386-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifdef REQUIRE_PACKAGES_RTL
+PACKAGEDIR_RTL:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /rtl/Makefile.fpc,$(PACKAGESDIR))))))
+ifeq ($(PACKAGEDIR_RTL),)
+PACKAGEDIR_RTL:=$(firstword $(subst /Makefile,,$(strip $(wildcard $(addsuffix /rtl/Makefile,$(PACKAGESDIR))))))
+ifneq ($(PACKAGEDIR_RTL),)
+PACKAGEDIR_RTL:=$(firstword $(subst /fpmake.pp,,$(strip $(wildcard $(addsuffix /rtl/fpmake.pp,$(PACKAGESDIR))))))
+endif
+endif
+ifneq ($(PACKAGEDIR_RTL),)
+ifneq ($(wildcard $(PACKAGEDIR_RTL)/units/$(TARGETSUFFIX)),)
+UNITDIR_RTL=$(PACKAGEDIR_RTL)/units/$(TARGETSUFFIX)
+else
+UNITDIR_RTL=$(PACKAGEDIR_RTL)
+endif
+ifneq ($(wildcard $(PACKAGEDIR_RTL)/units/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_RTL=$(PACKAGEDIR_RTL)/units/$(SOURCESUFFIX)
+else
+ifneq ($(wildcard $(PACKAGEDIR_RTL)/units_bs/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_RTL=$(PACKAGEDIR_RTL)/units_bs/$(SOURCESUFFIX)
+else
+UNITDIR_FPMAKE_RTL=$(PACKAGEDIR_RTL)
+endif
+endif
+ifdef CHECKDEPEND
+$(PACKAGEDIR_RTL)/$(OS_TARGET)/$(FPCMADE):
+ $(MAKE) -C $(PACKAGEDIR_RTL)/$(OS_TARGET) $(FPCMADE)
+override ALLDEPENDENCIES+=$(PACKAGEDIR_RTL)/$(OS_TARGET)/$(FPCMADE)
+endif
+else
+PACKAGEDIR_RTL=
+UNITDIR_RTL:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /rtl/Package.fpc,$(UNITSDIR)))))
+ifneq ($(UNITDIR_RTL),)
+UNITDIR_RTL:=$(firstword $(UNITDIR_RTL))
+else
+UNITDIR_RTL=
+endif
+endif
+ifdef UNITDIR_RTL
+override COMPILER_UNITDIR+=$(UNITDIR_RTL)
+endif
+ifdef UNITDIR_FPMAKE_RTL
+override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_RTL)
+endif
+endif
+ifndef NOCPUDEF
+override FPCOPTDEF=$(ARCH)
+endif
+ifneq ($(OS_TARGET),$(OS_SOURCE))
+override FPCOPT+=-T$(OS_TARGET)
+endif
+ifneq ($(CPU_TARGET),$(CPU_SOURCE))
+override FPCOPT+=-P$(ARCH)
+endif
+ifeq ($(OS_SOURCE),openbsd)
+override FPCOPT+=-FD$(NEW_BINUTILS_PATH)
+override FPCMAKEOPT+=-FD$(NEW_BINUTILS_PATH)
+override FPMAKE_BUILD_OPT+=-FD$(NEW_BINUTILS_PATH)
+endif
+ifndef CROSSBOOTSTRAP
+ifneq ($(BINUTILSPREFIX),)
+override FPCOPT+=-XP$(BINUTILSPREFIX)
+ifneq ($(RLINKPATH),)
+override FPCOPT+=-Xr$(RLINKPATH)
+endif
+endif
+endif
+ifndef CROSSCOMPILE
+ifneq ($(BINUTILSPREFIX),)
+override FPCMAKEOPT+=-XP$(BINUTILSPREFIX)
+override FPMAKE_BUILD_OPT+=-XP$(BINUTILSPREFIX)
+endif
+endif
+ifdef UNITDIR
+override FPCOPT+=$(addprefix -Fu,$(UNITDIR))
+endif
+ifdef LIBDIR
+override FPCOPT+=$(addprefix -Fl,$(LIBDIR))
+endif
+ifdef OBJDIR
+override FPCOPT+=$(addprefix -Fo,$(OBJDIR))
+endif
+ifdef INCDIR
+override FPCOPT+=$(addprefix -Fi,$(INCDIR))
+endif
+ifdef LINKSMART
+override FPCOPT+=-XX
+endif
+ifdef CREATESMART
+override FPCOPT+=-CX
+endif
+ifdef DEBUG
+override FPCOPT+=-gl
+override FPCOPTDEF+=DEBUG
+endif
+ifdef RELEASE
+FPCCPUOPT:=-O2
+override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n
+override FPCOPTDEF+=RELEASE
+endif
+ifdef STRIP
+override FPCOPT+=-Xs
+endif
+ifdef OPTIMIZE
+override FPCOPT+=-O2
+endif
+ifdef VERBOSE
+override FPCOPT+=-vwni
+endif
+ifdef COMPILER_OPTIONS
+override FPCOPT+=$(COMPILER_OPTIONS)
+endif
+ifdef COMPILER_UNITDIR
+override FPCOPT+=$(addprefix -Fu,$(COMPILER_UNITDIR))
+endif
+ifdef COMPILER_LIBRARYDIR
+override FPCOPT+=$(addprefix -Fl,$(COMPILER_LIBRARYDIR))
+endif
+ifdef COMPILER_OBJECTDIR
+override FPCOPT+=$(addprefix -Fo,$(COMPILER_OBJECTDIR))
+endif
+ifdef COMPILER_INCLUDEDIR
+override FPCOPT+=$(addprefix -Fi,$(COMPILER_INCLUDEDIR))
+endif
+ifdef CROSSBINDIR
+override FPCOPT+=-FD$(CROSSBINDIR)
+endif
+ifdef COMPILER_TARGETDIR
+override FPCOPT+=-FE$(COMPILER_TARGETDIR)
+ifeq ($(COMPILER_TARGETDIR),.)
+override TARGETDIRPREFIX=
+else
+override TARGETDIRPREFIX=$(COMPILER_TARGETDIR)/
+endif
+endif
+ifdef COMPILER_UNITTARGETDIR
+override FPCOPT+=-FU$(COMPILER_UNITTARGETDIR)
+ifeq ($(COMPILER_UNITTARGETDIR),.)
+override UNITTARGETDIRPREFIX=
+else
+override UNITTARGETDIRPREFIX=$(COMPILER_UNITTARGETDIR)/
+endif
+else
+ifdef COMPILER_TARGETDIR
+override COMPILER_UNITTARGETDIR=$(COMPILER_TARGETDIR)
+override UNITTARGETDIRPREFIX=$(TARGETDIRPREFIX)
+endif
+endif
+ifdef SYSROOTPATH
+override FPCOPT+=-XR$(SYSROOTPATH)
+else
+ifeq ($(OS_TARGET),$(OS_SOURCE))
+ifeq ($(OS_TARGET),darwin)
+ifeq ($(CPU_TARGET),aarch64)
+ifneq ($(wildcard /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk),)
+override FPCOPT+=-XR/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
+endif
+endif
+endif
+endif
+endif
+ifdef CREATESHARED
+override FPCOPT+=-Cg
+endif
+ifneq ($(filter $(OS_TARGET),dragonfly freebsd openbsd netbsd linux solaris),)
+ifneq ($(filter $(CPU_TARGET),x86_64 mips mipsel mips64 mips64el riscv64 powerpc64),)
+override FPCOPT+=-Cg
+endif
+endif
+ifneq ($(filter $(CPU_TARGET),z80),)
+override FPCOPT+=-CX -XX
+endif
+ifdef LINKSHARED
+endif
+ifdef GCCLIBDIR
+override FPCOPT+=-Fl$(GCCLIBDIR)
+ifdef FPCMAKEGCCLIBDIR
+override FPCMAKEOPT+=-Fl$(FPCMAKEGCCLIBDIR)
+else
+override FPCMAKEOPT+=-Fl$(GCCLIBDIR)
+endif
+endif
+ifdef OTHERLIBDIR
+override FPCOPT+=$(addprefix -Fl,$(OTHERLIBDIR))
+endif
+ifdef OPT
+override FPCOPT+=$(OPT)
+endif
+ifdef FPMAKEBUILDOPT
+override FPMAKE_BUILD_OPT+=$(FPMAKEBUILDOPT)
+endif
+ifdef FPCOPTDEF
+override FPCOPT+=$(addprefix -d,$(FPCOPTDEF))
+endif
+ifdef CFGFILE
+override FPCOPT+=@$(CFGFILE)
+endif
+ifdef USEENV
+override FPCEXTCMD:=$(FPCOPT)
+override FPCOPT:=!FPCEXTCMD
+export FPCEXTCMD
+endif
+override AFULL_TARGET=$(CPU_TARGET)-$(OS_TARGET)
+override AFULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)
+ifneq ($(AFULL_TARGET),$(AFULL_SOURCE))
+override ACROSSCOMPILE=1
+endif
+ifdef ACROSSCOMPILE
+override FPCOPT+=$(CROSSOPT)
+endif
+override COMPILER:=$(strip $(FPC) $(FPCOPT))
+ifneq (,$(filter -sh,$(COMPILER)))
+UseEXECPPAS=1
+endif
+ifneq (,$(filter -s,$(COMPILER)))
+ifeq ($(FULL_SOURCE),$(FULL_TARGET))
+UseEXECPPAS=1
+endif
+endif
+ifneq ($(UseEXECPPAS),1)
+EXECPPAS=
+else
+ifdef RUNBATCH
+EXECPPAS:=@$(RUNBATCH) $(PPAS)
+else
+EXECPPAS:=@$(PPAS)
+endif
+endif
+.PHONY: fpc_units
+ifneq ($(TARGET_UNITS)$(TARGET_IMPLICITUNITS),)
+override ALLTARGET+=fpc_units
+override UNITPPUFILES=$(addsuffix $(PPUEXT),$(TARGET_UNITS))
+override IMPLICITUNITPPUFILES=$(addsuffix $(PPUEXT),$(TARGET_IMPLICITUNITS))
+override INSTALLPPUFILES+=$(UNITPPUFILES) $(IMPLICITUNITPPUFILES)
+override CLEANPPUFILES+=$(UNITPPUFILES) $(IMPLICITUNITPPUFILES)
+endif
+fpc_units: $(COMPILER_UNITTARGETDIR) $(UNITPPUFILES)
+ifdef TARGET_RSTS
+override RSTFILES=$(addsuffix $(RSTEXT),$(TARGET_RSTS))
+override CLEANRSTFILES+=$(RSTFILES)
+endif
+.PHONY: fpc_all fpc_smart fpc_debug fpc_release fpc_shared
+$(FPCMADE): $(ALLDEPENDENCIES) $(ALLTARGET)
+ @$(ECHOREDIR) Compiled > $(FPCMADE)
+fpc_all: $(FPCMADE)
+fpc_smart:
+ $(MAKE) all LINKSMART=1 CREATESMART=1
+fpc_debug:
+ $(MAKE) all DEBUG=1
+fpc_release:
+ $(MAKE) all RELEASE=1
+.SUFFIXES: $(EXEEXT) $(PPUEXT) $(OEXT) $(LTOEXT) .pas .lpr .dpr .pp .rc .res
+$(COMPILER_UNITTARGETDIR):
+ $(MKDIRTREE) $(COMPILER_UNITTARGETDIR)
+$(COMPILER_TARGETDIR):
+ $(MKDIRTREE) $(COMPILER_TARGETDIR)
+%$(PPUEXT): %.pp
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(PPUEXT): %.pas
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(EXEEXT): %.pp
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(EXEEXT): %.pas
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(EXEEXT): %.lpr
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(EXEEXT): %.dpr
+ $(COMPILER) $<
+ $(EXECPPAS)
+%.res: %.rc
+ windres -i $< -o $@
+vpath %.pp $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)
+vpath %.pas $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)
+vpath %.lpr $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)
+vpath %.dpr $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)
+vpath %.inc $(COMPILER_INCLUDEDIR)
+vpath %$(OEXT) $(COMPILER_UNITTARGETDIR)
+vpath %$(LTOEXT) $(COMPILER_UNITTARGETDIR)
+vpath %$(PPUEXT) $(COMPILER_UNITTARGETDIR)
+.PHONY: fpc_shared
+override INSTALLTARGET+=fpc_shared_install
+ifndef SHARED_LIBVERSION
+SHARED_LIBVERSION=$(FPC_VERSION)
+endif
+ifndef SHARED_LIBNAME
+SHARED_LIBNAME=$(PACKAGE_NAME)
+endif
+ifndef SHARED_FULLNAME
+SHARED_FULLNAME=$(SHAREDLIBPREFIX)$(SHARED_LIBNAME)-$(SHARED_LIBVERSION)$(SHAREDLIBEXT)
+endif
+ifndef SHARED_LIBUNITS
+SHARED_LIBUNITS:=$(TARGET_UNITS) $(TARGET_IMPLICITUNITS)
+override SHARED_LIBUNITS:=$(filter-out $(INSTALL_BUILDUNIT),$(SHARED_LIBUNITS))
+endif
+fpc_shared:
+ifdef HASSHAREDLIB
+ $(MAKE) all CREATESHARED=1 LINKSHARED=1 CREATESMART=1
+ifneq ($(SHARED_BUILD),n)
+ $(PPUMOVE) -q $(SHARED_LIBUNITS) -i$(COMPILER_UNITTARGETDIR) -o$(SHARED_FULLNAME) -d$(COMPILER_UNITTARGETDIR) -P$(BINUTILSPREFIX)
+endif
+else
+ @$(ECHO) Shared Libraries not supported
+endif
+fpc_shared_install:
+ifneq ($(SHARED_BUILD),n)
+ifneq ($(SHARED_LIBUNITS),)
+ifneq ($(wildcard $(COMPILER_UNITTARGETDIR)/$(SHARED_FULLNAME)),)
+ $(INSTALL) $(COMPILER_UNITTARGETDIR)/$(SHARED_FULLNAME) $(INSTALL_SHAREDDIR)
+endif
+endif
+endif
+.PHONY: fpc_install fpc_sourceinstall fpc_exampleinstall
+ifdef INSTALL_UNITS
+override INSTALLPPUFILES+=$(addsuffix $(PPUEXT),$(INSTALL_UNITS))
+endif
+ifdef INSTALL_BUILDUNIT
+override INSTALLPPUFILES:=$(filter-out $(INSTALL_BUILDUNIT)$(PPUEXT),$(INSTALLPPUFILES))
+endif
+ifdef INSTALLPPUFILES
+ifneq ($(IMPORTLIBPREFIX)-$(STATICLIBEXT),$(STATICLIBPREFIX)-$(STATICLIBEXT))
+override INSTALLPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(INSTALLPPUFILES)) $(subst $(PPUEXT),$(LTOEXT),$(INSTALLPPUFILES)) $(addprefix $(STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES))) $(addprefix $(IMPORTLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES)))
+else
+override INSTALLPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(INSTALLPPUFILES)) $(subst $(PPUEXT),$(LTOEXT),$(INSTALLPPUFILES)) $(addprefix $(STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES)))
+endif
+ifneq ($(UNITTARGETDIRPREFIX),)
+override INSTALLPPUFILENAMES:=$(notdir $(INSTALLPPUFILES))
+override INSTALLPPULINKFILENAMES:=$(notdir $(INSTALLPPULINKFILES))
+override INSTALLPPUFILES=$(addprefix $(UNITTARGETDIRPREFIX),$(INSTALLPPUFILENAMES))
+override INSTALLPPULINKFILES=$(wildcard $(addprefix $(UNITTARGETDIRPREFIX),$(INSTALLPPULINKFILENAMES)))
+endif
+override INSTALL_CREATEPACKAGEFPC=1
+endif
+ifdef INSTALLEXEFILES
+ifneq ($(TARGETDIRPREFIX),)
+override INSTALLEXEFILES:=$(addprefix $(TARGETDIRPREFIX),$(notdir $(INSTALLEXEFILES)))
+endif
+endif
+fpc_install: all $(INSTALLTARGET)
+ifdef INSTALLEXEFILES
+ $(MKDIR) $(INSTALL_BINDIR)
+ $(INSTALLEXE) $(INSTALLEXEFILES) $(INSTALL_BINDIR)
+endif
+ifdef INSTALL_CREATEPACKAGEFPC
+ifdef FPCMAKE
+ifdef PACKAGE_VERSION
+ifneq ($(wildcard Makefile.fpc),)
+ $(FPCMAKE) -p -T$(CPU_TARGET)-$(OS_TARGET) Makefile.fpc
+ $(MKDIR) $(INSTALL_UNITDIR)
+ $(INSTALL) Package.fpc $(INSTALL_UNITDIR)
+endif
+endif
+endif
+endif
+ifdef INSTALLPPUFILES
+ $(MKDIR) $(INSTALL_UNITDIR)
+ $(INSTALL) $(INSTALLPPUFILES) $(INSTALL_UNITDIR)
+ifneq ($(INSTALLPPULINKFILES),)
+ $(INSTALL) $(INSTALLPPULINKFILES) $(INSTALL_UNITDIR)
+endif
+ifneq ($(wildcard $(LIB_FULLNAME)),)
+ $(MKDIR) $(INSTALL_LIBDIR)
+ $(INSTALL) $(LIB_FULLNAME) $(INSTALL_LIBDIR)
+ifdef inUnix
+ ln -sf $(LIB_FULLNAME) $(INSTALL_LIBDIR)/$(LIB_NAME)
+endif
+endif
+endif
+ifdef INSTALL_FILES
+ $(MKDIR) $(INSTALL_DATADIR)
+ $(INSTALL) $(INSTALL_FILES) $(INSTALL_DATADIR)
+endif
+fpc_sourceinstall: distclean
+ $(MKDIR) $(INSTALL_SOURCEDIR)
+ $(COPYTREE) $(BASEDIR)/* $(INSTALL_SOURCEDIR)
+fpc_exampleinstall: $(EXAMPLEINSTALLTARGET) $(addsuffix _distclean,$(TARGET_EXAMPLEDIRS))
+ifdef HASEXAMPLES
+ $(MKDIR) $(INSTALL_EXAMPLEDIR)
+endif
+ifdef EXAMPLESOURCEFILES
+ $(COPY) $(EXAMPLESOURCEFILES) $(INSTALL_EXAMPLEDIR)
+endif
+ifdef TARGET_EXAMPLEDIRS
+ $(COPYTREE) $(addsuffix /*,$(TARGET_EXAMPLEDIRS)) $(INSTALL_EXAMPLEDIR)
+endif
+.PHONY: fpc_distinstall
+fpc_distinstall: install exampleinstall
+.PHONY: fpc_zipinstall fpc_zipsourceinstall fpc_zipexampleinstall
+ifndef PACKDIR
+ifndef inUnix
+PACKDIR=$(BASEDIR)/../fpc-pack
+else
+PACKDIR=/tmp/fpc-pack
+endif
+endif
+ifndef ZIPNAME
+ifdef DIST_ZIPNAME
+ZIPNAME=$(DIST_ZIPNAME)
+else
+ZIPNAME=$(PACKAGE_NAME)
+endif
+endif
+ifndef FULLZIPNAME
+FULLZIPNAME=$(ZIPCROSSPREFIX)$(ZIPPREFIX)$(ZIPNAME)$(ZIPSUFFIX)
+endif
+ifndef ZIPTARGET
+ifdef DIST_ZIPTARGET
+ZIPTARGET=DIST_ZIPTARGET
+else
+ZIPTARGET=install
+endif
+endif
+ifndef USEZIP
+ifdef inUnix
+USETAR=1
+endif
+endif
+ifndef inUnix
+USEZIPWRAPPER=1
+endif
+ifdef USEZIPWRAPPER
+ZIPPATHSEP=$(PATHSEP)
+ZIPWRAPPER=$(subst /,$(PATHSEP),$(DIST_DESTDIR)/fpczip$(SRCBATCHEXT))
+else
+ZIPPATHSEP=/
+endif
+ZIPCMD_CDPACK:=cd $(subst /,$(ZIPPATHSEP),$(PACKDIR))
+ZIPCMD_CDBASE:=cd $(subst /,$(ZIPPATHSEP),$(BASEDIR))
+ifdef USETAR
+ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(TAREXT)
+ZIPCMD_ZIP:=$(TARPROG) c$(TAROPT)f $(ZIPDESTFILE) *
+else
+ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(ZIPEXT)
+ZIPCMD_ZIP:=$(subst /,$(ZIPPATHSEP),$(ZIPPROG)) -Dr $(ZIPOPT) $(ZIPDESTFILE) *
+endif
+fpc_zipinstall:
+ $(MAKE) $(ZIPTARGET) INSTALL_PREFIX=$(PACKDIR) ZIPINSTALL=1
+ $(MKDIR) $(DIST_DESTDIR)
+ $(DEL) $(ZIPDESTFILE)
+ifdef USEZIPWRAPPER
+ifneq ($(ECHOREDIR),echo)
+ $(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_CDPACK))" > $(ZIPWRAPPER)
+ $(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_ZIP))" >> $(ZIPWRAPPER)
+ $(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_CDBASE))" >> $(ZIPWRAPPER)
+else
+ echo $(ZIPCMD_CDPACK) > $(ZIPWRAPPER)
+ echo $(ZIPCMD_ZIP) >> $(ZIPWRAPPER)
+ echo $(ZIPCMD_CDBASE) >> $(ZIPWRAPPER)
+endif
+ifdef inUnix
+ /bin/sh $(ZIPWRAPPER)
+else
+ifdef RUNBATCH
+ $(RUNBATCH) $(ZIPWRAPPER)
+else
+ $(ZIPWRAPPER)
+endif
+endif
+ $(DEL) $(ZIPWRAPPER)
+else
+ $(ZIPCMD_CDPACK) ; $(ZIPCMD_ZIP) ; $(ZIPCMD_CDBASE)
+endif
+ $(DELTREE) $(PACKDIR)
+fpc_zipsourceinstall:
+ $(MAKE) fpc_zipinstall ZIPTARGET=sourceinstall ZIPSUFFIX=$(ZIPSOURCESUFFIX)
+fpc_zipexampleinstall:
+ifdef HASEXAMPLES
+ $(MAKE) fpc_zipinstall ZIPTARGET=exampleinstall ZIPSUFFIX=$(ZIPEXAMPLESUFFIX)
+endif
+fpc_zipdistinstall:
+ $(MAKE) fpc_zipinstall ZIPTARGET=distinstall
+.PHONY: fpc_clean fpc_cleanall fpc_distclean
+ifdef EXEFILES
+override CLEANEXEFILES:=$(addprefix $(TARGETDIRPREFIX),$(CLEANEXEFILES))
+override CLEANEXEDBGFILES:=$(addprefix $(TARGETDIRPREFIX),$(CLEANEXEDBGFILES))
+endif
+ifdef CLEAN_PROGRAMS
+override CLEANEXEFILES+=$(addprefix $(TARGETDIRPREFIX),$(addsuffix $(EXEEXT), $(CLEAN_PROGRAMS)))
+override CLEANEXEDBGFILES+=$(addprefix $(TARGETDIRPREFIX),$(addsuffix $(EXEDBGEXT), $(CLEAN_PROGRAMS)))
+endif
+ifdef CLEAN_UNITS
+override CLEANPPUFILES+=$(addsuffix $(PPUEXT),$(CLEAN_UNITS))
+endif
+ifdef CLEANPPUFILES
+override CLEANPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(CLEANPPUFILES)) $(subst $(PPUEXT),$(LTOEXT),$(CLEANPPUFILES)) $(addprefix $(STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(CLEANPPUFILES))) $(addprefix $(IMPORTLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(CLEANPPUFILES)))
+ifdef DEBUGSYMEXT
+override CLEANPPULINKFILES+=$(subst $(PPUEXT),$(DEBUGSYMEXT),$(CLEANPPUFILES))
+endif
+override CLEANPPUFILENAMES:=$(CLEANPPUFILES)
+override CLEANPPUFILES=$(addprefix $(UNITTARGETDIRPREFIX),$(CLEANPPUFILENAMES))
+override CLEANPPULINKFILENAMES:=$(CLEANPPULINKFILES)
+override CLEANPPULINKFILES=$(wildcard $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANPPULINKFILENAMES)))
+endif
+fpc_clean: $(CLEANTARGET)
+ifdef CLEANEXEFILES
+ -$(DEL) $(CLEANEXEFILES)
+endif
+ifdef CLEANEXEDBGFILES
+ -$(DELTREE) $(CLEANEXEDBGFILES)
+endif
+ifdef CLEANPPUFILES
+ -$(DEL) $(CLEANPPUFILES)
+endif
+ifneq ($(CLEANPPULINKFILES),)
+ -$(DEL) $(CLEANPPULINKFILES)
+endif
+ifdef CLEANRSTFILES
+ -$(DEL) $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANRSTFILES))
+endif
+ifdef CLEAN_FILES
+ -$(DEL) $(CLEAN_FILES)
+endif
+ifdef LIB_NAME
+ -$(DEL) $(LIB_NAME) $(LIB_FULLNAME)
+endif
+ -$(DEL) $(FPCMADE) *$(FULL_TARGET).fpm Package.fpc *$(ASMEXT)
+ -$(DEL) $(FPCEXTFILE) $(REDIRFILE) script*.res link*.res *_script.res *_link.res
+ -$(DEL) $(PPAS) *_ppas$(BATCHEXT) ppas$(BATCHEXT) ppaslink$(BATCHEXT)
+fpc_cleanall: $(CLEANTARGET)
+ifdef CLEANEXEFILES
+ -$(DEL) $(CLEANEXEFILES)
+endif
+ifdef COMPILER_UNITTARGETDIR
+ifdef CLEANPPUFILES
+ -$(DEL) $(CLEANPPUFILES)
+endif
+ifneq ($(CLEANPPULINKFILES),)
+ -$(DEL) $(CLEANPPULINKFILES)
+endif
+ifdef CLEANRSTFILES
+ -$(DEL) $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANRSTFILES))
+endif
+endif
+ifdef CLEAN_FILES
+ -$(DEL) $(CLEAN_FILES)
+endif
+ -$(DELTREE) units
+ -$(DELTREE) bin
+ -$(DEL) *$(OEXT) *$(LTOEXT) *$(PPUEXT) *$(RSTEXT) *$(ASMEXT) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
+ifneq ($(PPUEXT),.ppu)
+ -$(DEL) *.o *.ppu *.a
+endif
+ -$(DELTREE) *$(SMARTEXT)
+ -$(DEL) fpcmade.* Package.fpc *.fpm
+ -$(DEL) $(FPCEXTFILE) $(REDIRFILE) script*.res link*.res *_script.res *_link.res
+ -$(DEL) $(PPAS) *_ppas$(BATCHEXT) ppas$(BATCHEXT) ppaslink$(BATCHEXT)
+ifdef AOUTEXT
+ -$(DEL) *$(AOUTEXT)
+endif
+ifdef DEBUGSYMEXT
+ -$(DEL) *$(DEBUGSYMEXT)
+endif
+ifdef LOCALFPMAKEBIN
+ -$(DEL) $(LOCALFPMAKEBIN)
+ -$(DEL) $(FPMAKEBINOBJ)
+endif
+fpc_distclean: cleanall
+.PHONY: fpc_baseinfo
+override INFORULES+=fpc_baseinfo
+fpc_baseinfo:
+ @$(ECHO)
+ @$(ECHO) == Package info ==
+ @$(ECHO) Package Name..... $(PACKAGE_NAME)
+ @$(ECHO) Package Version.. $(PACKAGE_VERSION)
+ @$(ECHO)
+ @$(ECHO) == Configuration info ==
+ @$(ECHO)
+ @$(ECHO) FPC.......... $(FPC)
+ @$(ECHO) FPC Version.. $(FPC_VERSION)
+ @$(ECHO) Source CPU... $(CPU_SOURCE)
+ @$(ECHO) Target CPU... $(CPU_TARGET)
+ @$(ECHO) Source OS.... $(OS_SOURCE)
+ @$(ECHO) Target OS.... $(OS_TARGET)
+ @$(ECHO) Full Source.. $(FULL_SOURCE)
+ @$(ECHO) Full Target.. $(FULL_TARGET)
+ @$(ECHO) SourceSuffix. $(SOURCESUFFIX)
+ @$(ECHO) TargetSuffix. $(TARGETSUFFIX)
+ @$(ECHO) FPC fpmake... $(FPCFPMAKE)
+ @$(ECHO)
+ @$(ECHO) == Directory info ==
+ @$(ECHO)
+ @$(ECHO) Required pkgs... $(REQUIRE_PACKAGES)
+ @$(ECHO)
+ @$(ECHO) Basedir......... $(BASEDIR)
+ @$(ECHO) FPCDir.......... $(FPCDIR)
+ @$(ECHO) CrossBinDir..... $(CROSSBINDIR)
+ @$(ECHO) UnitsDir........ $(UNITSDIR)
+ @$(ECHO) PackagesDir..... $(PACKAGESDIR)
+ @$(ECHO)
+ @$(ECHO) GCC library..... $(GCCLIBDIR)
+ @$(ECHO) Other library... $(OTHERLIBDIR)
+ @$(ECHO)
+ @$(ECHO) == Tools info ==
+ @$(ECHO)
+ @$(ECHO) As........ $(AS)
+ @$(ECHO) Ld........ $(LD)
+ @$(ECHO) Ar........ $(AR)
+ @$(ECHO) Rc........ $(RC)
+ @$(ECHO)
+ @$(ECHO) Mv........ $(MVPROG)
+ @$(ECHO) Cp........ $(CPPROG)
+ @$(ECHO) Rm........ $(RMPROG)
+ @$(ECHO) GInstall.. $(GINSTALL)
+ @$(ECHO) Echo...... $(ECHO)
+ @$(ECHO) Shell..... $(SHELL)
+ @$(ECHO) Date...... $(DATE)
+ @$(ECHO) FPCMake... $(FPCMAKE)
+ @$(ECHO) PPUMove... $(PPUMOVE)
+ @$(ECHO) Zip....... $(ZIPPROG)
+ @$(ECHO)
+ @$(ECHO) == Object info ==
+ @$(ECHO)
+ @$(ECHO) Target Loaders........ $(TARGET_LOADERS)
+ @$(ECHO) Target Units.......... $(TARGET_UNITS)
+ @$(ECHO) Target Implicit Units. $(TARGET_IMPLICITUNITS)
+ @$(ECHO) Target Programs....... $(TARGET_PROGRAMS)
+ @$(ECHO) Target Dirs........... $(TARGET_DIRS)
+ @$(ECHO) Target Examples....... $(TARGET_EXAMPLES)
+ @$(ECHO) Target ExampleDirs.... $(TARGET_EXAMPLEDIRS)
+ @$(ECHO)
+ @$(ECHO) Clean Units......... $(CLEAN_UNITS)
+ @$(ECHO) Clean Files......... $(CLEAN_FILES)
+ @$(ECHO)
+ @$(ECHO) Install Units....... $(INSTALL_UNITS)
+ @$(ECHO) Install Files....... $(INSTALL_FILES)
+ @$(ECHO)
+ @$(ECHO) == Install info ==
+ @$(ECHO)
+ @$(ECHO) DateStr.............. $(DATESTR)
+ @$(ECHO) ZipName.............. $(ZIPNAME)
+ @$(ECHO) ZipPrefix............ $(ZIPPREFIX)
+ @$(ECHO) ZipCrossPrefix....... $(ZIPCROSSPREFIX)
+ @$(ECHO) ZipSuffix............ $(ZIPSUFFIX)
+ @$(ECHO) FullZipName.......... $(FULLZIPNAME)
+ @$(ECHO) Install FPC Package.. $(INSTALL_FPCPACKAGE)
+ @$(ECHO)
+ @$(ECHO) Install base dir..... $(INSTALL_BASEDIR)
+ @$(ECHO) Install binary dir... $(INSTALL_BINDIR)
+ @$(ECHO) Install library dir.. $(INSTALL_LIBDIR)
+ @$(ECHO) Install units dir.... $(INSTALL_UNITDIR)
+ @$(ECHO) Install source dir... $(INSTALL_SOURCEDIR)
+ @$(ECHO) Install doc dir...... $(INSTALL_DOCDIR)
+ @$(ECHO) Install example dir.. $(INSTALL_EXAMPLEDIR)
+ @$(ECHO) Install data dir..... $(INSTALL_DATADIR)
+ @$(ECHO)
+ @$(ECHO) Dist destination dir. $(DIST_DESTDIR)
+ @$(ECHO) Dist zip name........ $(DIST_ZIPNAME)
+ @$(ECHO)
+.PHONY: fpc_info
+fpc_info: $(INFORULES)
+.PHONY: fpc_makefile fpc_makefiles fpc_makefile_sub1 fpc_makefile_sub2 \
+ fpc_makefile_dirs
+fpc_makefile:
+ $(FPCMAKE) -w -T$(OS_TARGET) Makefile.fpc
+fpc_makefile_sub1:
+ifdef TARGET_DIRS
+ $(FPCMAKE) -w -T$(OS_TARGET) $(addsuffix /Makefile.fpc,$(TARGET_DIRS))
+endif
+ifdef TARGET_EXAMPLEDIRS
+ $(FPCMAKE) -w -T$(OS_TARGET) $(addsuffix /Makefile.fpc,$(TARGET_EXAMPLEDIRS))
+endif
+fpc_makefile_sub2: $(addsuffix _makefile_dirs,$(TARGET_DIRS) $(TARGET_EXAMPLEDIRS))
+fpc_makefile_dirs: fpc_makefile_sub1 fpc_makefile_sub2
+fpc_makefiles: fpc_makefile fpc_makefile_dirs
+debug: fpc_debug
+smart: fpc_smart
+release: fpc_release
+units: fpc_units
+examples:
+shared: fpc_shared
+install: fpc_install
+sourceinstall: fpc_sourceinstall
+exampleinstall: fpc_exampleinstall
+distinstall: fpc_distinstall
+zipinstall: fpc_zipinstall
+zipsourceinstall: fpc_zipsourceinstall
+zipexampleinstall: fpc_zipexampleinstall
+zipdistinstall: fpc_zipdistinstall
+clean: fpc_clean
+cleanall: fpc_cleanall
+info: fpc_info
+makefiles: fpc_makefiles
+.PHONY: debug smart release units examples shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean cleanall info makefiles
+ifneq ($(wildcard fpcmake.loc),)
+include fpcmake.loc
+endif
+.PHONY: cleartarget compiled all
+cleartarget:
+ -$(DEL) $(COMPILER_UNITTARGETDIR)/ideproject$(PPUEXT)
+compiled:
+ $(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/ideproject.compiled
+all: cleartarget $(COMPILER_UNITTARGETDIR) ideproject$(PPUEXT) compiled
+distclean: clean
+ ${DELTREE} lib/*
diff --git a/ide/packages/ideproject/Makefile.compiled b/ide/packages/ideproject/Makefile.compiled
new file mode 100644
index 0000000000..3fb2497437
--- /dev/null
+++ b/ide/packages/ideproject/Makefile.compiled
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/ide/packages/ideproject/Makefile.fpc b/ide/packages/ideproject/Makefile.fpc
new file mode 100644
index 0000000000..bb966cf624
--- /dev/null
+++ b/ide/packages/ideproject/Makefile.fpc
@@ -0,0 +1,64 @@
+# File generated automatically by Lazarus Package Manager
+#
+# Makefile.fpc for IdeProject 1.0
+#
+# This file was generated on 11/04/2024
+
+[package]
+name=ideproject
+version=1.0
+
+[compiler]
+unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+unitdir=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideconfig/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideutils/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../idepackager/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+options=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+
+[target]
+units=ideproject.pas
+
+[clean]
+files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) \
+ $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+
+[prerules]
+# LCL Platform
+ifndef LCL_PLATFORM
+ifeq ($(OS_TARGET),win32)
+LCL_PLATFORM=win32
+else
+ifeq ($(OS_TARGET),win64)
+LCL_PLATFORM=win32
+else
+ifeq ($(OS_TARGET),darwin)
+LCL_PLATFORM=cocoa
+else
+LCL_PLATFORM=gtk2
+endif
+endif
+endif
+endif
+export LCL_PLATFORM
+
+DBG_OPTIONS=
+ifeq ($(OS_TARGET),darwin)
+DBG_OPTIONS=-gw
+endif
+
+[rules]
+.PHONY: cleartarget compiled all
+
+cleartarget:
+ -$(DEL) $(COMPILER_UNITTARGETDIR)/ideproject$(PPUEXT)
+
+compiled:
+ $(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/ideproject.compiled
+
+all: cleartarget $(COMPILER_UNITTARGETDIR) ideproject$(PPUEXT) compiled
+
+distclean: clean
+ ${DELTREE} lib/*
diff --git a/ide/packages/ideproject/fpmake.pp b/ide/packages/ideproject/fpmake.pp
new file mode 100644
index 0000000000..e67fb2a5ba
--- /dev/null
+++ b/ide/packages/ideproject/fpmake.pp
@@ -0,0 +1,86 @@
+{
+ File generated automatically by Lazarus Package Manager
+
+ fpmake.pp for IdeProject 1.0
+
+ This file was generated on 11/04/2024
+}
+
+{$ifndef ALLPACKAGES}
+{$mode objfpc}{$H+}
+program fpmake;
+
+uses fpmkunit;
+{$endif ALLPACKAGES}
+
+procedure add_IdeProject(const ADirectory: string);
+
+var
+ P : TPackage;
+ T : TTarget;
+ D : TDependency;
+
+begin
+ with Installer do
+ begin
+ P:=AddPackage('ideproject');
+ P.Version:='1.0.0-0';
+
+ P.Directory:=ADirectory;
+
+ P.Author:='Lazarus Team';
+ P.License:='GPLv2';
+ P.Description:='-- This package is part of the IDE --'#13#10'This package does not guarantee any particular interface/API. Files are maintained for the use by the IDE.'#13#10''#13#10'Files in this package are for the main configuration of the IDE.';
+
+ P.Flags.Add('LazarusDsgnPkg');
+
+ D := P.Dependencies.Add('idepackager');
+ D := P.Dependencies.Add('ideutilspkg');
+ D := P.Dependencies.Add('ideintf');
+ D := P.Dependencies.Add('ideconfig');
+ D := P.Dependencies.Add('lclbase');
+ D := P.Dependencies.Add('buildintf');
+ P.Options.Add('-MObjFPC');
+ P.Options.Add('-Scghi');
+ P.Options.Add('-O1');
+ P.Options.Add('-g');
+ P.Options.Add('-gl');
+ P.Options.Add('-l');
+ P.Options.Add('-vewnhibq');
+ P.Options.Add('-dLCL');
+ P.Options.Add('-dLCL$(LCLWidgetType)');
+ P.UnitPath.Add('.');
+ T:=P.Targets.AddUnit('ideproject.pas');
+ t.Dependencies.AddUnit('runparamoptions');
+ t.Dependencies.AddUnit('projecticon');
+ t.Dependencies.AddUnit('w32manifest');
+ t.Dependencies.AddUnit('w32versioninfo');
+ t.Dependencies.AddUnit('projectuserresources');
+ t.Dependencies.AddUnit('ideprojectstrconsts');
+ t.Dependencies.AddUnit('projectresources');
+ t.Dependencies.AddUnit('project');
+ t.Dependencies.AddUnit('projectdefs');
+
+ T:=P.Targets.AddUnit('runparamoptions.pas');
+ T:=P.Targets.AddUnit('projecticon.pas');
+ T:=P.Targets.AddUnit('w32manifest.pas');
+ T:=P.Targets.AddUnit('w32versioninfo.pas');
+ T:=P.Targets.AddUnit('projectuserresources.pas');
+ T:=P.Targets.AddUnit('ideprojectstrconsts.pas');
+ T:=P.Targets.AddUnit('projectresources.pas');
+ T:=P.Targets.AddUnit('project.pp');
+ T:=P.Targets.AddUnit('projectdefs.pas');
+
+ // copy the compiled file, so the IDE knows how the package was compiled
+ P.Sources.AddSrc('ideproject.compiled');
+ P.InstallFiles.Add('ideproject.compiled',AllOSes,'$(unitinstalldir)');
+
+ end;
+end;
+
+{$ifndef ALLPACKAGES}
+begin
+ add_IdeProject('');
+ Installer.Run;
+end.
+{$endif ALLPACKAGES}
diff --git a/ide/packages/ideproject/ideproject.lpk b/ide/packages/ideproject/ideproject.lpk
new file mode 100644
index 0000000000..cc5f89f383
--- /dev/null
+++ b/ide/packages/ideproject/ideproject.lpk
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ide/packages/ideproject/ideproject.pas b/ide/packages/ideproject/ideproject.pas
new file mode 100644
index 0000000000..f31cc4ebca
--- /dev/null
+++ b/ide/packages/ideproject/ideproject.pas
@@ -0,0 +1,22 @@
+{ This file was automatically created by Lazarus. Do not edit!
+ This source is only used to compile and install the package.
+ }
+
+unit IdeProject;
+
+{$warn 5023 off : no warning about unused units}
+interface
+
+uses
+ RunParamOptions, ProjectIcon, W32Manifest, W32VersionInfo, ProjectUserResources,
+ IdeProjectStrConsts, ProjectResources, Project, ProjectDefs, LazarusPackageIntf;
+
+implementation
+
+procedure Register;
+begin
+end;
+
+initialization
+ RegisterPackage('IdeProject', @Register);
+end.
diff --git a/ide/packages/ideproject/ideprojectstrconsts.pas b/ide/packages/ideproject/ideprojectstrconsts.pas
new file mode 100644
index 0000000000..1ccc11972e
--- /dev/null
+++ b/ide/packages/ideproject/ideprojectstrconsts.pas
@@ -0,0 +1,42 @@
+unit IdeProjectStrConsts;
+
+{$mode objfpc}{$H+}
+
+interface
+
+uses
+ Classes, SysUtils;
+
+resourcestring
+ lisFileNotFound2 = 'File "%s" not found.';
+
+ lisCouldNotAddToMainSource = 'Could not add "%s" to main source!';
+ lisCouldNotRemoveRFromMainSource = 'Could not remove "{$R %s}" from main source!';
+ lisCouldNotAddRToMainSource = 'Could not add "{$R %s}" to main source!';
+ lisCouldNotRemoveIFromMainSource = 'Could not remove "{$I %s}" from main source!';
+ lisCouldNotAddIToMainSource = 'Could not add "{$I %s}" to main source!';
+
+ lisCodeToolsDefsReadError = 'Read error';
+ dlgProjectOptions = 'Project Options';
+ lisStrangeLpiFile = 'Strange lpi file';
+ lisTheFileDoesNotLookLikeALpiFile = 'The file %s does not look like a lpi file.';
+ lisUnableToReadTheProjectInfoFile = 'Unable to read the project info file%s"%s".';
+ lisUnableToReadLpi = 'Unable to read lpi';
+ lisUnableToWriteTheProjectInfoFileError = 'Unable to write the project info '
+ +'file%s"%s".%sError: %s';
+ lisUnableToWriteTheProjectSessionFileError = 'Unable to write the project session '
+ +'file%s"%s".%sError: %s';
+ lisExtendUnitSearchPathOfProjectWith = 'Extend unit search path of project '
+ +'with%s"%s"?';
+ lisProjMangUnableToReadStateFileOfProjectError = 'Unable to read state '
+ +'file %s of project %s%sError: %s';
+ lisProjMangUnableToWriteStateFileForProjectError = 'Unable to write state '
+ +'file for project %s%sError: %s';
+ // package defs
+ lisPkgDefsNamespaces = 'Namespaces';
+ lisProjProjectSourceDirectoryMark = 'Project Source Directory Mark';
+
+implementation
+
+end.
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.af_ZA.po b/ide/packages/ideproject/languages/ideprojectstrconsts.af_ZA.po
new file mode 100644
index 0000000000..774fd1fefd
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.af_ZA.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr ""
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr ""
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr ""
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr ""
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr ""
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr ""
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.ar.po b/ide/packages/ideproject/languages/ideprojectstrconsts.ar.po
new file mode 100644
index 0000000000..774fd1fefd
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.ar.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr ""
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr ""
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr ""
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr ""
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr ""
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr ""
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.ca.po b/ide/packages/ideproject/languages/ideprojectstrconsts.ca.po
new file mode 100644
index 0000000000..7804c07d5e
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.ca.po
@@ -0,0 +1,97 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Opcions del projecte"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "S'ha produït un error de lectura"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr ""
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format, fuzzy, badformat
+#| msgid "File %s%s%s not found.%s"
+msgid "File \"%s\" not found."
+msgstr "No s'ha trobat el fitxer %s%s%s.%s"
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr ""
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr ""
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr ""
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.cs.po b/ide/packages/ideproject/languages/ideprojectstrconsts.cs.po
new file mode 100644
index 0000000000..35a4098522
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.cs.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Volby projektu"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Chyba čtení"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "Nelze přidat \"{$I %s}\" do hlavního zdrojového kódu!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "Nelze přidat \"{$R %s}\" do hlavního zdrojového kódu!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "Nelze přidat \"%s\" do hlavního zdrojového kódu!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "Nelze odstranit \"{$I %s}\" z hlavního zdrojového kódu!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "Nelze odstranit \"{$R %s}\" z hlavního zdrojového kódu!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "Rozšířit prohledávanou cestu jednotek projektu s%s\"%s\"?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "Soubor \"%s\" nenalezen."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr "Jmenné prostory"
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "Nelze načíst soubor %s projektu %s%sChyba: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Nelze zapsat stavový soubor projektu %s%sChyba: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Značka zdrojového adresáře projektu"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "Divný soubor lpi"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "Soubor %s nevypadá jako soubor lpi."
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "Nelze číst lpi"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "Nelze číst informační soubor projektu%s\"%s\"."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "Nelze zapisovat do informačního souboru projektu %s\"%s\".%sChyba: %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "Nelze zapsat soubor sezení projektu%s\"%s\".%sChyba: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.de.po b/ide/packages/ideproject/languages/ideprojectstrconsts.de.po
new file mode 100644
index 0000000000..dcf0104030
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.de.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Projekteinstellungen"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Lesefehler"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "Konnte \"{$I %s}\" nicht zum Hauptquelltext hinzufügen!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "Konnte \"{$R %s}\" nicht zum Hauptquelltext hinzufügen!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "Konnte \"%s\" nicht zum Hauptquelltext hinzufügen!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "Konnte \"{$I %s}\" nicht aus dem Hauptquelltext entfernen!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "Konnte \"{$R %s}\" nicht aus dem Hauptquelltext entfernen!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "Unit-Suchpfad des Projekts um%s\"%s\" erweitern?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "Datei \"%s\" nicht gefunden."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr "Namensräume"
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "Die Statusdatei %s des Projekts %s kann nicht gelesen werden%sFehler: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Kann Statusdatei für das Projekt %s nicht schreiben%sFehler: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Projekt-Quellverzeichnismarke"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "Sonderbare .lpi-Datei"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "Die Datei %s sieht nicht wie eine .lpi-Datei aus."
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "Kann .lpi-Datei nicht lesen"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "Kann Projekt-Infodatei%s\"%s\" nicht lesen."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "Kann die Projekt-Infodatei%s\"%s\"nicht schreiben.%sFehler: %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "Kann die Projekt-Sitzungsdatei %s\"%s\" nicht schreiben.%sFehler: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.es.po b/ide/packages/ideproject/languages/ideprojectstrconsts.es.po
new file mode 100644
index 0000000000..4511127f2c
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.es.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Opciones del Proyecto"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Error de lectura"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "¡No se pudo añadir \"{$I %s}\" al código principal!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "¡No se pudo añadir \"{$R %s}\" al código principal!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "¡No se pudo añadir \"%s\" al código principal!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "¡No se pudo eliminar \"{$I %s}\" del código principal!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "¡No se pudo eliminar \"{$R %s}\" del código principal!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "¿Extender trayecto de búsqueda de unidades del proyecto con %s\"%s\"?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "No se encontró el archivo \"%s\"."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr "Namespaces"
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "No se puede leer el archivo de estado %s del proyecto %s.%sError: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "No es posible escribir el archivo de estado para el proyecto %s%sError: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Marca del directorio fuente del proyecto"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "Archivo lpi extraño"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "El archivo %s no parece un archivo lpi."
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "No se puede leer lpi"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "No se puede leer el archivo de información del proyecto\"%s\"%s."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "No se puede escribir el archivo de información del proyecto\"%s\"%s.%sError: %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "No se puede escribir el archivo de sesión del proyecto%s\"%s\".%sError: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.fi.po b/ide/packages/ideproject/languages/ideprojectstrconsts.fi.po
new file mode 100644
index 0000000000..275964cef5
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.fi.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Projektin asetukset"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Lukuvirhe"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "\"{$I %s}\" lisäys päälähdekoodiin ei onnistu!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "\"{$R %s}\" lisäys päälähdekoodiin ei onnistu!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "\"%s\" lisäys päälähdekoodiin ei onnistu!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "\"{$I %s}\" poisto päälähdekoodista ei onnistu!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "\"{$R %s}\" poisto päälähdekoodista ei onnistu!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "Laajenna projektin käännösyksikköjen hakupolku tällä:%s\"%s\"?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "Tiedostoa \"%s\" ei löytynyt."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr "Nimiavaruudet"
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "Tilatiedon %s lukeminen projektille %s epäonnistui%sVirhe: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Tilatiedon kirjoittaminen projektilta %s epäonnistui%sVirhe: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Projektin lähdehakemiston merkki"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "Outo lpi-tiedosto"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "Tiedosto %s ei vaikuttaisi olevan lpi-tiedosto."
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "lpi:n lukeminen ei onnistu"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "Projektin lukeminen ei onnistu tiedostoon%s\"%s\"."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "Tallentaminen projektin infotiedostoon%s\"%s\" ei onnistu%sVirhe: %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "Tallentaminen projektin istuntotiedostoon%s\"%s\" ei onnistu%sVirhe: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.fr.po b/ide/packages/ideproject/languages/ideprojectstrconsts.fr.po
new file mode 100644
index 0000000000..e1aba523af
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.fr.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Options du projet"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Erreur de lecture"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "Impossible d'ajouter \"{$I %s}\" au code source principal !"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "Impossible d'ajouter \"{$R %s}\" au code source principal !"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "Impossible d'ajouter \"%s\" au code source principal !"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "Impossible de supprimer \"{$I %s}\" du code source principal !"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "Impossible de supprimer \"{$R %s}\" du code source principal !"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "Faut-il étendre le chemin de recherche du projet avec %s\"%s\"?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "Fichier \"%s\" non trouvé."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr "Espaces de nommage"
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "Impossible de lire l'état du fichier %s du projet %s%sErreur : %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Impossible d'écrire l'état du fichier pour le projet %s%sErreur : %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Marque de répertoire du code source du projet"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "Fichier .lpi inconnu"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "Le fichier %s ne semble pas être un fichier de type lpi."
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "Impossible de lire le fichier lpi"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "Impossible de lire le fichier d'information du projet%s\"%s\"."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "Impossible d'écrire le fichier d'information du projet %s\"%s\".%sErreur : %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "Impossible d'écrire le fichier de session du projet %s\"%s\".%sErreur : %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.he.po b/ide/packages/ideproject/languages/ideprojectstrconsts.he.po
new file mode 100644
index 0000000000..b86e3bd555
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.he.po
@@ -0,0 +1,104 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "אפשרויות פרויקט"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "שגיאת קריאה"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Could not add %s{$I %s%s} to main source!"
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "לא יכול להוסיף את %s{$I %s%s} לקובץ הקוד הראשי!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Could not add %s{$R %s%s} to main source!"
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "לא יכול להוסיף את %s{$R %s%s} לקובץ הקוד הראשי!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Could not add %s%s%s to main source!"
+msgid "Could not add \"%s\" to main source!"
+msgstr "לא יכול להוסיף את %s%s%s לקובץ הקוד הראשי!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Could not remove %s{$I %s%s} from main source!"
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "לא יכול להסיר את %s{$I %s%s} מקובץ הקוד הראשי!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Could not remove %s{$R %s%s} from main source!"
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "לא יכול להסיר את %s{$R %s%s} מקובץ הקוד הראשי!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr ""
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format, fuzzy, badformat
+#| msgid "File %s%s%s not found.%s"
+msgid "File \"%s\" not found."
+msgstr "הקובץ s%s%s% לא נמצא"
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "לא ניתן לקרוא את קובץ המצב %s של הפרויקט %s%sשגיאה: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format, fuzzy, badformat
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "לא יכול לכתוב את קובץ המצב של הפרוייקט s%s% שגיאה: s%"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "סימן תיקיית קוד המקור של הפרויקט"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "קובץ lpi מוזר"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format, fuzzy, badformat
+msgid "The file %s does not look like a lpi file."
+msgstr "הקובץ s% לא נראה כמו קובץ lpi."
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to read the project info file%s%s%s%s."
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "לא יכול לקרוא את קובץ מידע הפרוייקט %s%s%s%s."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to write the project info file%s%s%s%s.%sError: %s"
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "לא יכול לכתוב את קובץ מידע הפרוייקט %s%s%s%s. שגיאה: s%"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format, fuzzy, badformat
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "לא יכול לכתוב את קובץ ה session . שגיאה: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.hu.po b/ide/packages/ideproject/languages/ideprojectstrconsts.hu.po
new file mode 100644
index 0000000000..d8ce435040
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.hu.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Projekt beállításai"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Olvasási hiba"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "Nem adható hozzá \"{$I %s}\" a fő forráskódhoz!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "Nem adható hozzá \"{$R %s}\" a fő forráskódhoz!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "Nem adható hozzá \"%s\" a fő forráskódhoz!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "Nem távolítható el \"{$I %s}\" a főforráskódból!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "Nem távolítható el \"{$R %s}\" a fő forráskódból!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "Kibővíti a projekt unit keresési útvonalát ezzel:%s\"%s\"?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "A(z) \"%s\" fájl nem található."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr "Névterek"
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "A(z) %s állapotfájl beolvasása, a(z) %s projektből, nem lehetséges.%sHiba: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Állapotfájl írása a sikertelen a(z) %s projekthez%sHiba: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Projekt forráskönyvtár"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "Furcsa lpi fájl"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "A(z) %s fájl nem tűnik lpi fájlnak"
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "Nem olvasható az lpi"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "Nem olvasható a projekt infó fájlja:%s\"%s\"."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "Nem írható a projekt infó fájlja:%s\"%s\".%sHiba: %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "Nem írható a projekt munkamenet fájlja:%s\"%s\".%sHiba: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.id.po b/ide/packages/ideproject/languages/ideprojectstrconsts.id.po
new file mode 100644
index 0000000000..2705615413
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.id.po
@@ -0,0 +1,97 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Opsi Proyek"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Pembacaan salah"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr ""
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format, fuzzy, badformat
+#| msgid "File %s%s%s not found.%s"
+msgid "File \"%s\" not found."
+msgstr "File %s%s%s tidak ditemukan.%s"
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "Tidak bisa membaca file kondisi %s dari proyek %s%sKesalahan: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Tidak bisa menuliskan file kondisi untuk proyek %s%sKesalahanr: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Tanda Direktori Sumber Proyek"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr ""
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr ""
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.it.po b/ide/packages/ideproject/languages/ideprojectstrconsts.it.po
new file mode 100644
index 0000000000..079ba669db
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.it.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Opzioni progetto"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Errore di lettura"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "Non posso aggiungere \"{$I %s}\" al sorgente principale!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "Non posso aggiungere \"{$R %s}\" al sorgente principale!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "Non posso aggiungere \"%s\" al sorgente principale!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "Non posso togliere \"{$I %s}\" dal sorgente principale!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "Non posso togliere \"{$R %s}\" dal sorgente principale!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "Estendere il percorso di ricerca delle unit del progetto con%s\"%s\"?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "File \"%s\" non trovato."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "Non posso leggere il file di stato %s del progetto %s%s Errore: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Non posso scrivere lo stato del progetto %s%s Errore: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Simbolo di cartella dei sorgenti di progetto"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "File lpi sospetto"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "Il file %s non sembra essere un file .lpi."
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "Impossibile leggere lpi"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "Impossibile leggere il file di informazioni di progetto %s\"%s\"."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "Impossibile scrivere il file di informazioni di progetto %s\"%s\".%sErrore: %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "Impossibile scrivere il file di sessione di progetto%s\"%s\".%sErrore: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.ja.po b/ide/packages/ideproject/languages/ideprojectstrconsts.ja.po
new file mode 100644
index 0000000000..4bc324868b
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.ja.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "プロジェクトオプション"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "読み込みエラー"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "\"{$I %s}\"をメインソースに追加できませんでした!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "\"{$R %s}\"をメインソースに追加できませんでした!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "\"%s\" をメインソースに追加できませんでした!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "\"{$I %s}\" をメインソースから削除できませんでした!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "\"{$R %s}\" をメインソースから削除できませんでした!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "プロジェクトのユニット検索パスを%s\"%s\"に拡張しますか?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "ファイル \"%s\"は見つかりません"
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "プロジェクト%s%sの状態ファイル%sを読めません。エラー: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "プロジェクト%sの状態ファイルに書き込めません。%sエラー: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "プロジェクトソースディレクトリマーク"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "奇妙なlpiファイル"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "ファイル %s は、 lpiファイルのようには見えません。"
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "lpiを読めません"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "プロジェクト情報ファイル%s\"%s\"を読み込めません。"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "プロジェクト情報ファイル %s\"%s\"に書き込むことができません 。%sエラー: %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "プロジェクトセッションファイル%s\"%s\"に書き込むことができません 。%sエラー: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.lt.po b/ide/packages/ideproject/languages/ideprojectstrconsts.lt.po
new file mode 100644
index 0000000000..d327e46a94
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.lt.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Projekto parinktys"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Klaida įkeliant"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "Nepavyko įdėti „{$I %s}“ į pagrindinį pirminį kodą!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "Nepavyko įdėti „{$R %s}“ į pagrindinį pirminį kodą!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "Nepavyko įdėti „%s“ į pagrindinį pirminį kodą!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "Nepavyko pašalinti „{$I %s}“ iš pagrindinio pirminio kodo!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "Nepavyko pašalinti „{$R %s}“ iš pagrindinio pirminio kodo!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "Paketo modulių paieškos kelią papildyti%s„%s“?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "Failas „%s“ nerastas."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr "Vardų erdvės"
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "Nepavyko įkelti būsenos failą %s, priklausantį projektui%s.%sKlaida: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Nepavyko rašyti į projektui %s priklausantį failą.%sKlaida: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Projekto pradinio aplanko žymė"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "Keistas„.lpi“ failas"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "Nepanašu kad failas „%s“ būtų „.lpi“ failas."
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "Nepavyko skaityti iš „.lpi“ failo"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "Nepavyko skaityti projekto informacinio failo%s„%s“."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "Nepavyko rašyti į projekto informacinį failą%s„%s“.%sKlaida: %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "Nepavyko rašyti į projekto sesijos failą%s„%s“.%sKlaida: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.nl.po b/ide/packages/ideproject/languages/ideprojectstrconsts.nl.po
new file mode 100644
index 0000000000..a95b6e48aa
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.nl.po
@@ -0,0 +1,97 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Project Opties"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Leesfout"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr ""
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format, fuzzy
+#| msgid "File %s%s%s not found.%s"
+msgid "File \"%s\" not found."
+msgstr "Bestand \"%s\" niet gevonden."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "Kan het status bestand %s van project %s%s niet lezen. Fout: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Kan het status bestand van project %s%s niet schrijven. Four %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Project broncode directory merk"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr ""
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr ""
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.pl.po b/ide/packages/ideproject/languages/ideprojectstrconsts.pl.po
new file mode 100644
index 0000000000..6d4487008a
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.pl.po
@@ -0,0 +1,97 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Opcje projektu"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Błąd odczytu"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr ""
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "Nie znaleziono pliku \"%s\"."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr "Przestrzenie nazw"
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format, fuzzy, badformat
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "Nie można odczytać pliku statusu \"%s\"%spakietu %s.%sBłąd: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format, fuzzy, badformat
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Nie można zapisać pliku statusu \"%s\"%spakietu %s.%sBłąd: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+#, fuzzy
+msgid "Project Source Directory Mark"
+msgstr "Znacznik katalogu źródeł pakietu"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "Dziwny plik lpi"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format, fuzzy, badformat
+msgid "The file %s does not look like a lpi file."
+msgstr "Plik \"%s\"%snie wygląda na tekstowy.%sChcesz otworzyć go pomimo tego?"
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "Nie można czytać pliku lpi"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "Nie można odczytać pliku informacji o projekcie%s\"%s\"."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "Nie można zapisać projektu do pliku%s\"%s\".%sBłąd: %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format, fuzzy, badformat
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "Nie można zapisać pliku statusu \"%s\"%spakietu %s.%sBłąd: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.pot b/ide/packages/ideproject/languages/ideprojectstrconsts.pot
new file mode 100644
index 0000000000..0d84b217ae
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.pot
@@ -0,0 +1,92 @@
+msgid ""
+msgstr "Content-Type: text/plain; charset=UTF-8"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr ""
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr ""
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr ""
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr ""
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr ""
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr ""
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.pt_BR.po b/ide/packages/ideproject/languages/ideprojectstrconsts.pt_BR.po
new file mode 100644
index 0000000000..e473292d8b
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.pt_BR.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Opções de projeto"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Erro de Leitura"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "Não pode adicionar \"{$I %s}\" ao fonte principal!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "Não pode adicionar \"{$R %s}\" ao fonte principal!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "Não pode adicionar \"%s\" ao fonte principal!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "Não pode remover \"{$I %s}\" do fonte principal!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "Não pode remover \"{$R %s}\" do fonte principal!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "Estender caminho de busca de unidade do projeto com%s\"%s\"?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "Arquivo \"%s\" não encontrado."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr "Espaços de nome"
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "Incapaz de ler arquivo de estado %s do projeto %s%sErro: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Incapaz de escrever arquivo de estado para o projeto %s%sErro: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Marca do Diretório Fonte do Projeto"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "Arquivo lpi estranho"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "O arquivo %s não parece ser um arquivo lpi."
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "Incapaz de ler lpi"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "Incapaz de ler arquivo informações projetos%s\"%s\"."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "Incapaz de gravar o arquivo info. projetos%s\"%s\".%sErro: %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "Incapaz de gravar o arquivo de sessão do projeto%s\"%s\".%sErro: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.ru.po b/ide/packages/ideproject/languages/ideprojectstrconsts.ru.po
new file mode 100644
index 0000000000..348b5e66ab
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.ru.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Параметры проекта"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Ошибка чтения"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "Не удалось добавить \"{$I %s}\" в главный файл исходного кода!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "Не удалось добавить \"{$R %s}\" в главный файл исходного кода!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "Не удалось добавить \"%s\" в главный файл исходного кода!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "Не удалось удалить \"{$I %s}\" из главного файла исходного кода!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "Не удалось удалить \"{$R %s}\" из главного файла исходного кода!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "Дополнить список путей поиска модулей проекта следующими%s\"%s\"?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "Файл \"%s\" не найден."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr "Пространства имён"
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "Невозможно прочитать файл состояния %s проекта %s%sОшибка: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Невозможно записать файл состояния для проекта %s%sОшибка: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Метка каталога с исходным кодом проекта"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "Странный файл LPI"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "Файл %s не выглядит, как файл LPI."
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "Невозможно прочитать файл LPI"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "Невозможно прочитать файл сведений о проекте%s\"%s\"."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "Невозможно записать файл сведений о проекте%s\"%s\".%sОшибка: %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "Невозможно записать файл сеанса проекта%s\"%s\".%sОшибка: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.sk.po b/ide/packages/ideproject/languages/ideprojectstrconsts.sk.po
new file mode 100644
index 0000000000..57be0d3e27
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.sk.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Voľby projektu"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Chyba čítania"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr ""
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr ""
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "Súbor \"%s\" nenájdený."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr ""
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "Nemožno čítať stavový súbor %s projektu %s%sChyba: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Nemožno zapísať stavový súbor projektu %s%sChyba: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Značka zdrojového adresára projektu"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr ""
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr ""
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr ""
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.tr.po b/ide/packages/ideproject/languages/ideprojectstrconsts.tr.po
new file mode 100644
index 0000000000..e5c5544778
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.tr.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Proje Seçenekleri"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Okuma hatası"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "Ana kaynağa \"{$I %s}\" eklenemedi!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "\"{$R %s}\" ana kaynağa eklenemedi!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "Ana kaynak \"%s\" eklenemedi!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "Ana kaynaktan \"{$I %s}\" kaldırılamadı!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "Ana kaynaktan \"{$R %s}\" kaldırılamadı!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "Projenin birim arama yolunu %s ile genişlet\"%s\"?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "Dosya \"%s\" bulunamadı."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr "Alanadı"
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "%s projesinin %s durumu dosyası okunamıyor. %sHata:%s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "%s%sHata: %s projesi için durum dosyası yazılamıyor"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Proje Kaynak Dizini İşareti"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "Garip lpi dosyası"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "Dosya %s bir lpi dosyası gibi görünmüyor."
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "Lpi okunamıyor"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "Proje bilgi dosyası %s\"%s\" okunamadı."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "Proje bilgi dosyası %s\"%s\" yazılamadı %sHata: %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "Proje oturum dosyası %s\"%s\" yazılamadı %sHata: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.uk.po b/ide/packages/ideproject/languages/ideprojectstrconsts.uk.po
new file mode 100644
index 0000000000..f48c60e70d
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.uk.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "Параметри проєкту"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "Помилка читання"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "Неможливо додати \"{$I %s}\" до основного сирцевого файлу!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "Неможливо додати \"{$R %s}\" до основного сирцевого файлу!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "Неможливо додати \"%s\" до основного сирцевого файлу!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "Неможливо вилучити \"{$I %s}\" з основного сирцевого файлу!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "Неможливо вилучити \"{$R %s}\" з основного сирцевого файлу!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "Доповнити список шляхів пошуку модулів проєкту такими%s\"%s\"?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "Файл \"%s\" не знайдено."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr "Простори назв"
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "Неможливо прочитати файл стану %s проєкту %s%sПомилка: %s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "Неможливо записати файл стану у проєкт %s%sПомилка: %s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "Мітка теки програмних файлів проєкту"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "Дивний lpi файл"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "Файл %s не схожий на lpi файл."
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "Неможливо прочитати lpi"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "Неможливо прочитати файл інформації проєкту%s\"%s\"."
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "Неможливо записати файл інформації проєкту%s\"%s\".%sПомилка: %s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "Неможливо записати файл сеансу проєкту%s\"%s\".%sПомилка: %s"
+
diff --git a/ide/packages/ideproject/languages/ideprojectstrconsts.zh_CN.po b/ide/packages/ideproject/languages/ideprojectstrconsts.zh_CN.po
new file mode 100644
index 0000000000..da5ec9ae3d
--- /dev/null
+++ b/ide/packages/ideproject/languages/ideprojectstrconsts.zh_CN.po
@@ -0,0 +1,96 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideprojectstrconsts.dlgprojectoptions
+msgid "Project Options"
+msgstr "项目选项"
+
+#: ideprojectstrconsts.liscodetoolsdefsreaderror
+msgid "Read error"
+msgstr "读取错误"
+
+#: ideprojectstrconsts.liscouldnotadditomainsource
+#, object-pascal-format
+msgid "Could not add \"{$I %s}\" to main source!"
+msgstr "不能添加\"{$I %s}\"到main源代码!"
+
+#: ideprojectstrconsts.liscouldnotaddrtomainsource
+#, object-pascal-format
+msgid "Could not add \"{$R %s}\" to main source!"
+msgstr "不能添加\"{$R %s}\"到main源代码!"
+
+#: ideprojectstrconsts.liscouldnotaddtomainsource
+#, object-pascal-format
+msgid "Could not add \"%s\" to main source!"
+msgstr "不能添加\"%s\"到main源代码!"
+
+#: ideprojectstrconsts.liscouldnotremoveifrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$I %s}\" from main source!"
+msgstr "不能移除\"{$I %s}\"从main源代码!"
+
+#: ideprojectstrconsts.liscouldnotremoverfrommainsource
+#, object-pascal-format
+msgid "Could not remove \"{$R %s}\" from main source!"
+msgstr "不能移除\"{$R %s}\"从main源代码!"
+
+#: ideprojectstrconsts.lisextendunitsearchpathofprojectwith
+#, object-pascal-format, fuzzy
+msgid "Extend unit search path of project with%s\"%s\"?"
+msgstr "新的单元尚不在单元搜索路径.%s添加目录%s?"
+
+#: ideprojectstrconsts.lisfilenotfound2
+#, object-pascal-format
+msgid "File \"%s\" not found."
+msgstr "文件\"%s\"未找到."
+
+#: ideprojectstrconsts.lispkgdefsnamespaces
+msgid "Namespaces"
+msgstr "名称空间(名称空间)"
+
+#: ideprojectstrconsts.lisprojmangunabletoreadstatefileofprojecterror
+#, object-pascal-format
+msgid "Unable to read state file %s of project %s%sError: %s"
+msgstr "不能读取状态(state)文件%s对于项目\"%s%s错误:%s"
+
+#: ideprojectstrconsts.lisprojmangunabletowritestatefileforprojecterror
+#, object-pascal-format
+msgid "Unable to write state file for project %s%sError: %s"
+msgstr "不能写入状态(state)文件对于项目\"%s%s错误:%s"
+
+#: ideprojectstrconsts.lisprojprojectsourcedirectorymark
+msgid "Project Source Directory Mark"
+msgstr "项目源代码目录标记(Mark)"
+
+#: ideprojectstrconsts.lisstrangelpifile
+msgid "Strange lpi file"
+msgstr "奇怪的 lpi 文件"
+
+#: ideprojectstrconsts.listhefiledoesnotlooklikealpifile
+#, object-pascal-format
+msgid "The file %s does not look like a lpi file."
+msgstr "文件%s不看起来像一个lpi文件."
+
+#: ideprojectstrconsts.lisunabletoreadlpi
+msgid "Unable to read lpi"
+msgstr "无法读取 lpi"
+
+#: ideprojectstrconsts.lisunabletoreadtheprojectinfofile
+#, object-pascal-format
+msgid "Unable to read the project info file%s\"%s\"."
+msgstr "无法读取项目信息文件 %s\"%s\"。"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectinfofileerror
+#, object-pascal-format
+msgid "Unable to write the project info file%s\"%s\".%sError: %s"
+msgstr "无法写入项目信息文件 %s \"%s\",%s 错误:%s"
+
+#: ideprojectstrconsts.lisunabletowritetheprojectsessionfileerror
+#, object-pascal-format
+msgid "Unable to write the project session file%s\"%s\".%sError: %s"
+msgstr "无法写入项目会话文件 %s \"%s\",%s 错误:%s"
+
diff --git a/ide/project.pp b/ide/packages/ideproject/project.pp
similarity index 99%
rename from ide/project.pp
rename to ide/packages/ideproject/project.pp
index 9dd364bbc2..ba8c6d38bf 100644
--- a/ide/project.pp
+++ b/ide/packages/ideproject/project.pp
@@ -40,8 +40,6 @@ unit Project;
interface
-{$I ide.inc}
-
uses
{$IFDEF IDE_MEM_CHECK}
MemCheck,
@@ -62,13 +60,18 @@ uses
// IDEIntf
PropEdits, UnitResources, EditorSyntaxHighlighterDef, InputHistory, SrcEditorIntf,
IDEOptEditorIntf, IDEDialogs,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
EnvironmentOpts, LazConf, TransferMacros, SearchPathProcs, IdeXmlConfigProcs,
IDECmdLine, IDEProcs, CompOptsModes, ModeMatrixOpts,
ParsedCompilerOpts, CompilerOptions, EditDefineTree, ProjPackCommon,
- // IDE
- ProjectResources, ProjectIcon, RunParamsOpts,
- ProjectDefs, LazarusIDEStrConsts, PackageDefs, PackageSystem;
+ // IdePackager
+ IdePackagerStrConsts, PackageDefs, PackageSystem,
+ // IdeProject,
+ RunParamOptions,
+ // IdeProject
+ ProjectResources, ProjectIcon, ProjectDefs, IdeProjectStrConsts;
type
TUnitInfo = class;
diff --git a/ide/projectdefs.pas b/ide/packages/ideproject/projectdefs.pas
similarity index 100%
rename from ide/projectdefs.pas
rename to ide/packages/ideproject/projectdefs.pas
diff --git a/ide/projecticon.pas b/ide/packages/ideproject/projecticon.pas
similarity index 100%
rename from ide/projecticon.pas
rename to ide/packages/ideproject/projecticon.pas
diff --git a/ide/projectresources.pas b/ide/packages/ideproject/projectresources.pas
similarity index 99%
rename from ide/projectresources.pas
rename to ide/packages/ideproject/projectresources.pas
index 5ee8a59d65..f0d9bc5d1c 100644
--- a/ide/projectresources.pas
+++ b/ide/packages/ideproject/projectresources.pas
@@ -46,8 +46,10 @@ uses
KeywordFuncLists, BasicCodeTools, CodeToolManager, CodeCache,
// IdeIntf
ProjectIntf, ProjectResourcesIntf, CompOptsIntf,
- // IDE
- LazarusIDEStrConsts, DialogProcs,
+ // IdeUtils
+ DialogProcs,
+ // IdeProject
+ IdeProjectStrConsts,
W32Manifest, W32VersionInfo, ProjectIcon, ProjectUserResources;
type
diff --git a/ide/projectuserresources.pas b/ide/packages/ideproject/projectuserresources.pas
similarity index 99%
rename from ide/projectuserresources.pas
rename to ide/packages/ideproject/projectuserresources.pas
index 3a0dcb7e5d..c32e259ea9 100644
--- a/ide/projectuserresources.pas
+++ b/ide/packages/ideproject/projectuserresources.pas
@@ -45,7 +45,7 @@ uses
// IdeIntf
IDEMsgIntf,
// IDE
- LazarusIDEStrConsts;
+ IdeProjectStrConsts;
type
TUserResourceType = (
diff --git a/ide/packages/ideproject/runparamoptions.pas b/ide/packages/ideproject/runparamoptions.pas
new file mode 100644
index 0000000000..2c4392feea
--- /dev/null
+++ b/ide/packages/ideproject/runparamoptions.pas
@@ -0,0 +1,635 @@
+{
+ ***************************************************************************
+ * *
+ * 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 . You can also *
+ * obtain it by writing to the Free Software Foundation, *
+ * Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1335, USA. *
+ * *
+ ***************************************************************************
+
+ Author: Mattias Gaertner
+
+ Abstract:
+ Run Parameters Options (TRunParamsOptions)
+ and Dialog for them (TRunParamsOptsDlg)
+
+ Run Parameters are project specific options for the debugger like
+ command line parameters and working directory.
+
+ The options saved in a TRunParamsOptions are stored in the project info file
+ (.lpi) together with the rest of the project.
+
+ The dialog will be activated by main.pp with the function
+ ShowRunParamsOptsDlg (see below) when the user clicks on the
+ menu->Run->Run Parameters.
+}
+unit RunParamOptions;
+
+{$mode objfpc}{$H+}
+
+interface
+
+uses
+ {$IFDEF IDE_MEM_CHECK}
+ MemCheck,
+ {$ENDIF}
+ Classes, SysUtils, System.UITypes,
+ // LazUtils
+ LazFileUtils, LazFileCache, LazUTF8, Laz2_XMLCfg,
+ // BuildIntf
+ BaseIDEIntf, ProjectIntf, MacroIntf;
+
+{ The xml format version:
+ When the format changes (new values, changed formats) we can distinguish old
+ files and are able to convert them.
+}
+const
+ RunParamsOptionsVersion = 2;
+
+type
+ {
+ the storage object for run parameters
+ }
+
+ TRunParamsOptionsModeSave = (rpsLPS, rpsLPI);
+
+ { TRunParamsOptionsMode }
+
+ TRunParamsOptionsMode = class(TAbstractRunParamsOptionsMode)
+ private
+ fSaveIn: TRunParamsOptionsModeSave;
+ protected
+ procedure AssignTo(Dest: TPersistent); override;
+ public
+ property SaveIn: TRunParamsOptionsModeSave read fSaveIn write fSaveIn;
+ public
+ procedure AssignEnvironmentTo(Strings: TStrings); override;
+
+ function LegacyLoad(XMLConfig: TXMLConfig; const Path: string;
+ AdjustPathDelims: boolean): TModalResult;
+ function Load(XMLConfig: TXMLConfig; const Path: string;
+ AdjustPathDelims: boolean): TModalResult;
+ function LegacySave(XMLConfig: TXMLConfig; const Path: string;
+ UsePathDelim: TPathDelimSwitch): TModalResult;
+ function Save(XMLConfig: TXMLConfig; const Path: string;
+ UsePathDelim: TPathDelimSwitch): TModalResult;
+
+ procedure Clear; override;
+ end;
+
+ { TRunParamsOptions }
+
+ TRunParamsOptions = class(TAbstractRunParamsOptions)
+ protected
+ procedure AssignTo(Dest: TPersistent); override;
+ function CreateMode(const AName: string): TAbstractRunParamsOptionsMode; override;
+ procedure SetActiveModeName(const AValue: string); override;
+ public
+ procedure AssignEnvironmentTo(Strings: TStrings); override;
+
+ function LegacyLoad(XMLConfig: TXMLConfig; const Path: string;
+ AdjustPathDelims: boolean): TModalResult;
+ function Load(XMLConfig: TXMLConfig; const Path: string;
+ AdjustPathDelims: boolean; const ASaveIn: TRunParamsOptionsModeSave): TModalResult;
+ function LegacySave(XMLConfig: TXMLConfig; const Path: string;
+ UsePathDelim: TPathDelimSwitch): TModalResult;
+ function Save(XMLConfig: TXMLConfig; const Path: string;
+ UsePathDelim: TPathDelimSwitch; const ASaveIn: TRunParamsOptionsModeSave;
+ const ALegacyList: Boolean): TModalResult;
+ function GetActiveMode: TRunParamsOptionsMode;
+ end;
+
+function FindTerminalInPath(const ATerm: String = ''): String;
+
+implementation
+
+const
+ DefaultLauncherTitle = '''Lazarus Run Output''';
+ DefaultLauncherApplication = '$(LazarusDir)/tools/runwait.sh $(TargetCmdLine)';
+
+function FindTerminalInPath(const ATerm: String = ''): String;
+var
+ List: TStrings;
+ i: Integer;
+ s: String;
+ Term: String;
+begin
+ Result := '';
+ Term := ATerm;
+ if Term = '' then
+ Term := GetEnvironmentVariableUTF8('TERM');
+ List := TStringList.Create;
+ {$IFDEF MSWINDOWS}
+ List.Delimiter := ';';
+ if Term = '' then
+ Term := 'cmd.exe';
+ {$ELSE}
+ List.Delimiter := ':';
+ if Term = '' then
+ Term := 'xterm';
+ {$ENDIF}
+ List.DelimitedText := GetEnvironmentVariableUTF8('PATH');
+ for i := 0 to List.Count - 1 do
+ begin
+ S := List.Strings[i] + PathDelim + Term;
+ if FileExistsCached(S) and FileIsExecutableCached(S) then
+ begin
+ // gnome-terminal is not compatible to xterm params.
+ if Term = 'gnome-terminal' then
+ Result := S + ' -t ' + DefaultLauncherTitle + ' -e ' +
+ '''' + DefaultLauncherApplication + ''''
+ else if SameText(Term,'cmd.exe') then
+ Result := S + ' /C ${TargetCmdLine}'
+ else
+ Result := S + ' -T ' + DefaultLauncherTitle + ' -e ' +
+ DefaultLauncherApplication;
+ break;
+ end;
+ end;
+ List.Free;
+end;
+
+var
+ DefaultLaunchingApplicationPathPlusParams: string;
+
+function GetDefaultLaunchingApplicationPathPlusParams: string;
+begin
+ Result:=DefaultLaunchingApplicationPathPlusParams;
+ if Result<>'' then exit;
+ Result:=FindTerminalInPath;
+ DefaultLaunchingApplicationPathPlusParams:=Result;
+end;
+
+{ TRunParamsOptions }
+
+procedure TRunParamsOptions.AssignEnvironmentTo(Strings: TStrings);
+begin
+ if GetActiveMode=nil then
+ BaseIDEIntf.AssignEnvironmentTo(Strings, nil)
+ else
+ GetActiveMode.AssignEnvironmentTo(Strings);
+end;
+
+procedure TRunParamsOptions.AssignTo(Dest: TPersistent);
+var
+ ADest: TRunParamsOptions;
+begin
+ inherited AssignTo(Dest);
+
+ if Dest is TRunParamsOptions then
+ begin
+ ADest := TRunParamsOptions(Dest);
+
+ ADest.ActiveModeName := ActiveModeName;
+ end;
+end;
+
+function TRunParamsOptions.CreateMode(const AName: string
+ ): TAbstractRunParamsOptionsMode;
+begin
+ Result := TRunParamsOptionsMode.Create(AName);
+end;
+
+procedure TRunParamsOptions.SetActiveModeName(const AValue: string);
+var
+ NewMode: TAbstractRunParamsOptionsMode;
+begin
+ if AValue=ActiveModeName then exit;
+ NewMode:=Find(AValue);
+ if NewMode<>nil then
+ inherited SetActiveModeName(NewMode.Name)
+ else if AValue<>'' then
+ raise EListError.Create('TRunParamsOptions.SetActiveModeName no such mode "'+AValue+'"')
+ else
+ inherited SetActiveModeName('');
+end;
+
+function TRunParamsOptions.GetActiveMode: TRunParamsOptionsMode;
+var
+ AMode: TAbstractRunParamsOptionsMode;
+begin
+ AMode := Find(ActiveModeName);
+ if AMode=nil then exit(nil);
+ Result := AMode as TRunParamsOptionsMode;
+end;
+
+function TRunParamsOptions.LegacyLoad(XMLConfig: TXMLConfig;
+ const Path: string; AdjustPathDelims: boolean): TModalResult;
+var
+ NewMode: TRunParamsOptionsMode;
+begin
+ Clear;
+
+ NewMode := Add('default') as TRunParamsOptionsMode;
+ NewMode.SaveIn := rpsLPI;
+ Result := NewMode.LegacyLoad(XMLConfig, Path+'RunParams/', AdjustPathDelims);
+ ActiveModeName := 'default';
+end;
+
+function TRunParamsOptions.LegacySave(XMLConfig: TXMLConfig;
+ const Path: string; UsePathDelim: TPathDelimSwitch): TModalResult;
+var
+ AMode: TRunParamsOptionsMode;
+begin
+ Result := mrOK;
+
+ AMode := GetActiveMode;
+ if (AMode<>nil) and (AMode.SaveIn=rpsLPI) then
+ AMode.LegacySave(XMLConfig, Path+'RunParams/', UsePathDelim);
+end;
+
+function TRunParamsOptions.Load(XMLConfig: TXMLConfig; const Path: string;
+ AdjustPathDelims: boolean; const ASaveIn: TRunParamsOptionsModeSave
+ ): TModalResult;
+var
+ Cnt, I: Integer;
+ NewMode: TRunParamsOptionsMode;
+ ModePath, NewActiveModeName, ModesPath: string;
+ IsLegacyList: Boolean;
+begin
+ //don't clear! needed for merging lpi and lps
+
+ ModesPath := Path + 'Modes/';
+ IsLegacyList := XMLConfig.IsLegacyList(ModesPath);
+ Cnt := XMLConfig.GetListItemCount(ModesPath, 'Mode', IsLegacyList);
+ Result := mrOK;
+
+ for I := 0 to Cnt-1 do
+ begin
+ ModePath := ModesPath+XMLConfig.GetListItemXPath('Mode', I, IsLegacyList, False)+'/';
+ NewMode := Add(XMLConfig.GetValue(ModePath+'Name', '')) as TRunParamsOptionsMode;
+ NewMode.SaveIn := ASaveIn;
+ Result := NewMode.Load(XMLConfig, ModePath, AdjustPathDelims);
+ if Result<>mrOK then
+ Exit;
+ end;
+
+ if ASaveIn=rpsLPS then
+ begin
+ NewActiveModeName := XMLConfig.GetValue(Path + 'Modes/ActiveMode', '');
+ // sanity check -> modes from LPI could be modified independently on LPS and
+ // NewActiveModeName doesn't have to exist any more
+ if Assigned(Find(NewActiveModeName)) then
+ ActiveModeName := NewActiveModeName;
+ end;
+
+ if (GetActiveMode=nil) and (Count>0) then
+ ActiveModeName := Modes[0].Name;
+end;
+
+function TRunParamsOptions.Save(XMLConfig: TXMLConfig; const Path: string;
+ UsePathDelim: TPathDelimSwitch; const ASaveIn: TRunParamsOptionsModeSave;
+ const ALegacyList: Boolean): TModalResult;
+var
+ AMode: TRunParamsOptionsMode;
+ I, Cnt: Integer;
+ ModesPath, ModePath: string;
+begin
+ Result := mrOK;
+ ModesPath := Path+'Modes/';
+
+ // save a format version to distinguish old formats
+ XMLConfig.SetValue(Path + 'FormatVersion/Value',
+ RunParamsOptionsVersion);
+
+ Cnt := 0;
+ for I := 0 to Count-1 do
+ begin
+ AMode := Modes[I] as TRunParamsOptionsMode;
+
+ if AMode.SaveIn=ASaveIn then
+ begin
+ ModePath := ModesPath+XMLConfig.GetListItemXPath('Mode', Cnt, ALegacyList, False)+'/';
+ Result := AMode.Save(XMLConfig, ModePath, UsePathDelim);
+ if Result<>mrOK then
+ Exit;
+ Inc(Cnt);
+ end;
+ end;
+
+ XMLConfig.SetListItemCount(ModesPath, Cnt, ALegacyList);
+ if ASaveIn=rpsLPS then
+ XMLConfig.SetValue(Path + 'Modes/ActiveMode', ActiveModeName);
+end;
+
+{ TRunParamsOptionsMode }
+
+function TRunParamsOptionsMode.LegacyLoad(XMLConfig: TXMLConfig;
+ const Path: string; AdjustPathDelims: boolean): TModalResult;
+
+ function f(const Filename: string): string;
+ begin
+ Result := SwitchPathDelims(Filename, AdjustPathDelims);
+ end;
+
+ procedure LoadUserOverrides(const APath: string);
+ var
+ i, Cnt: integer;
+ begin
+ Cnt := XMLConfig.GetValue(APath + 'Count', 0);
+ for i := 0 to Cnt - 1 do
+ begin
+ UserOverrides.Values[XMLConfig.GetValue(
+ APath + 'Variable' + IntToStr(i) + '/Name', '')] :=
+ XMLConfig.GetValue(APath + 'Variable' + IntToStr(i) + '/Value', '');
+ end;
+ end;
+
+begin
+ // local options
+ HostApplicationFilename := f(XMLConfig.GetValue(
+ Path + 'local/HostApplicationFilename/Value',
+ HostApplicationFilename));
+ CmdLineParams := f(XMLConfig.GetValue(
+ Path + 'local/CommandLineParams/Value', CmdLineParams));
+ UseLaunchingApplication := XMLConfig.GetValue(
+ Path + 'local/LaunchingApplication/Use', UseLaunchingApplication);
+ LaunchingApplicationPathPlusParams :=
+ f(XMLConfig.GetValue(Path + 'local/LaunchingApplication/PathPlusParams',
+ f(GetDefaultLaunchingApplicationPathPlusParams)));
+ WorkingDirectory := f(XMLConfig.GetValue(
+ Path + 'local/WorkingDirectory/Value', WorkingDirectory));
+ UseDisplay := XMLConfig.GetValue(Path + 'local/Display/Use',
+ UseDisplay);
+ Display := XMLConfig.GetValue(Path + 'local/Display/Value', Display);
+
+ UseConsoleWinPos := XMLConfig.GetValue(Path + 'local/UseConsoleWinPos/Value', False);
+ UseConsoleWinSize := XMLConfig.GetValue(Path + 'local/UseConsoleWinSize/Value', False);
+ UseConsoleWinBuffer := XMLConfig.GetValue(Path + 'local/UseConsoleWinBuffer/Value', False);
+ ConsoleWinPos := Point(
+ XMLConfig.GetValue(Path + 'local/ConsoleWinPos/Left/Value', 0),
+ XMLConfig.GetValue(Path + 'local/ConsoleWinPos/Top/Value', 0)
+ );
+ ConsoleWinSize := Point(
+ XMLConfig.GetValue(Path + 'local/ConsoleWinSize/Width/Value', 0),
+ XMLConfig.GetValue(Path + 'local/ConsoleWinSize/Height/Value', 0)
+ );
+ ConsoleWinBuffer := Point(
+ XMLConfig.GetValue(Path + 'local/ConsoleWinBuffer/Columns/Value', 0),
+ XMLConfig.GetValue(Path + 'local/ConsoleWinBuffer/Rows/Value', 0)
+ );
+
+ XMLConfig.GetValue(Path + 'local/RedirectStdIn/Value', ord(rprOff), FRedirectStdIn, TypeInfo(TRunParamsRedirectMode));
+ XMLConfig.GetValue(Path + 'local/RedirectStdOut/Value', ord(rprOff), FRedirectStdOut, TypeInfo(TRunParamsRedirectMode));
+ XMLConfig.GetValue(Path + 'local/RedirectStdErr/Value', ord(rprOff), FRedirectStdErr, TypeInfo(TRunParamsRedirectMode));
+ FileNameStdIn := XMLConfig.GetValue(Path + 'local/FileNameStdIn/Value', '');
+ FileNameStdOut := XMLConfig.GetValue(Path + 'local/FileNameStdOut/Value', '');
+ FileNameStdErr := XMLConfig.GetValue(Path + 'local/FileNameStdErr/Value', '');
+
+ // environment options
+ LoadUserOverrides(Path + 'environment/UserOverrides/');
+ IncludeSystemVariables := XMLConfig.GetValue(
+ Path + 'environment/IncludeSystemVariables/Value',
+ IncludeSystemVariables);
+
+ Result := mrOk;
+end;
+
+function TRunParamsOptionsMode.LegacySave(XMLConfig: TXMLConfig;
+ const Path: string; UsePathDelim: TPathDelimSwitch): TModalResult;
+
+ function f(const AFilename: string): string;
+ begin
+ Result:=SwitchPathDelims(AFilename,UsePathDelim);
+ end;
+
+ procedure SaveUserOverrides(const APath: string);
+ var
+ i: integer;
+ begin
+ XMLConfig.SetDeleteValue(APath + 'Count', UserOverrides.Count, 0);
+ for i := 0 to UserOverrides.Count - 1 do
+ begin
+ XMLConfig.SetValue(APath + 'Variable' + IntToStr(i) + '/Name',
+ UserOverrides.Names[i]); // no default
+ XMLConfig.SetDeleteValue(APath + 'Variable' + IntToStr(i) + '/Value',
+ UserOverrides.Values[UserOverrides.Names[i]],'');
+ end;
+ end;
+
+begin
+ // local options
+ XMLConfig.SetDeleteValue(Path + 'local/HostApplicationFilename/Value',
+ f(HostApplicationFilename), '');
+ XMLConfig.SetDeleteValue(Path + 'local/CommandLineParams/Value',
+ f(CmdLineParams), '');
+ XMLConfig.SetDeleteValue(Path + 'local/LaunchingApplication/Use',
+ UseLaunchingApplication, False);
+ XMLConfig.SetDeleteValue(Path + 'local/LaunchingApplication/PathPlusParams',
+ f(LaunchingApplicationPathPlusParams), f(GetDefaultLaunchingApplicationPathPlusParams));
+ XMLConfig.SetDeleteValue(Path + 'local/WorkingDirectory/Value',
+ f(WorkingDirectory), '');
+ XMLConfig.SetDeleteValue(Path + 'local/Display/Use',
+ UseDisplay, False);
+ XMLConfig.SetDeleteValue(Path + 'local/Display/Value',
+ Display, ':0');
+
+ XMLConfig.SetDeleteValue(Path + 'local/UseConsoleWinPos/Value', UseConsoleWinPos, False);
+ XMLConfig.SetDeleteValue(Path + 'local/UseConsoleWinSize/Value', UseConsoleWinSize, False);
+ XMLConfig.SetDeleteValue(Path + 'local/UseConsoleWinBuffer/Value', UseConsoleWinBuffer, False);
+ XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinPos/Left/Value', ConsoleWinPos.X, 0);
+ XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinPos/Top/Value', ConsoleWinPos.Y, 0);
+ XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinSize/Width/Value', ConsoleWinSize.X, 0);
+ XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinSize/Height/Value', ConsoleWinSize.Y, 0);
+ XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinBuffer/Columns/Value', ConsoleWinBuffer.X, 0);
+ XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinBuffer/Rows/Value', ConsoleWinBuffer.Y, 0);
+
+ XMLConfig.SetDeleteValue(Path + 'local/RedirectStdIn/Value', FRedirectStdIn, ord(rprOff), TypeInfo(TRunParamsRedirectMode));
+ XMLConfig.SetDeleteValue(Path + 'local/RedirectStdOut/Value', FRedirectStdOut, ord(rprOff), TypeInfo(TRunParamsRedirectMode));
+ XMLConfig.SetDeleteValue(Path + 'local/RedirectStdErr/Value', FRedirectStdErr, ord(rprOff), TypeInfo(TRunParamsRedirectMode));
+ XMLConfig.SetDeleteValue(Path + 'local/FileNameStdIn/Value', FileNameStdIn, '');
+ XMLConfig.SetDeleteValue(Path + 'local/FileNameStdOut/Value', FileNameStdOut, '');
+ XMLConfig.SetDeleteValue(Path + 'local/FileNameStdErr/Value', FileNameStdErr, '');
+
+ Result := mrOk;
+end;
+
+function TRunParamsOptionsMode.Load(XMLConfig: TXMLConfig; const Path: string;
+ AdjustPathDelims: boolean): TModalResult;
+
+ function f(const Filename: string): string;
+ begin
+ Result := SwitchPathDelims(Filename, AdjustPathDelims);
+ end;
+
+ procedure LoadUserOverrides(const APath: string);
+ var
+ i, Cnt: integer;
+ begin
+ Cnt := XMLConfig.GetValue(APath + 'Count', 0);
+ for i := 0 to Cnt - 1 do
+ begin
+ UserOverrides.Values[XMLConfig.GetValue(
+ APath + 'Variable' + IntToStr(i) + '/Name', '')] :=
+ XMLConfig.GetValue(APath + 'Variable' + IntToStr(i) + '/Value', '');
+ end;
+ end;
+
+begin
+ // local options
+ HostApplicationFilename := f(XMLConfig.GetValue(
+ Path + 'local/HostApplicationFilename/Value',
+ HostApplicationFilename));
+ CmdLineParams := f(XMLConfig.GetValue(
+ Path + 'local/CommandLineParams/Value', CmdLineParams));
+ UseLaunchingApplication := XMLConfig.GetValue(
+ Path + 'local/LaunchingApplication/Use', UseLaunchingApplication);
+ LaunchingApplicationPathPlusParams :=
+ f(XMLConfig.GetValue(Path + 'local/LaunchingApplication/PathPlusParams',
+ f(GetDefaultLaunchingApplicationPathPlusParams)));
+ WorkingDirectory := f(XMLConfig.GetValue(
+ Path + 'local/WorkingDirectory/Value', WorkingDirectory));
+ UseDisplay := XMLConfig.GetValue(Path + 'local/Display/Use',
+ UseDisplay);
+ Display := XMLConfig.GetValue(Path + 'local/Display/Value', Display);
+
+ UseConsoleWinPos := XMLConfig.GetValue(Path + 'local/UseConsoleWinPos/Value', False);
+ UseConsoleWinSize := XMLConfig.GetValue(Path + 'local/UseConsoleWinSize/Value', False);
+ UseConsoleWinBuffer := XMLConfig.GetValue(Path + 'local/UseConsoleWinBuffer/Value', False);
+ ConsoleWinPos := Point(
+ XMLConfig.GetValue(Path + 'local/ConsoleWinPos/Left/Value', 0),
+ XMLConfig.GetValue(Path + 'local/ConsoleWinPos/Top/Value', 0)
+ );
+ ConsoleWinSize := Point(
+ XMLConfig.GetValue(Path + 'local/ConsoleWinSize/Width/Value', 0),
+ XMLConfig.GetValue(Path + 'local/ConsoleWinSize/Height/Value', 0)
+ );
+ ConsoleWinBuffer := Point(
+ XMLConfig.GetValue(Path + 'local/ConsoleWinBuffer/Columns/Value', 0),
+ XMLConfig.GetValue(Path + 'local/ConsoleWinBuffer/Rows/Value', 0)
+ );
+
+ XMLConfig.GetValue(Path + 'local/RedirectStdIn/Value', ord(rprOff), FRedirectStdIn, TypeInfo(TRunParamsRedirectMode));
+ XMLConfig.GetValue(Path + 'local/RedirectStdOut/Value', ord(rprOff), FRedirectStdOut, TypeInfo(TRunParamsRedirectMode));
+ XMLConfig.GetValue(Path + 'local/RedirectStdErr/Value', ord(rprOff), FRedirectStdErr, TypeInfo(TRunParamsRedirectMode));
+ FileNameStdIn := XMLConfig.GetValue(Path + 'local/FileNameStdIn/Value', '');
+ FileNameStdOut := XMLConfig.GetValue(Path + 'local/FileNameStdOut/Value', '');
+ FileNameStdErr := XMLConfig.GetValue(Path + 'local/FileNameStdErr/Value', '');
+
+ // environment options
+ LoadUserOverrides(Path + 'environment/UserOverrides/');
+ IncludeSystemVariables := XMLConfig.GetValue(
+ Path + 'environment/IncludeSystemVariables/Value',
+ IncludeSystemVariables);
+
+ Result := mrOk;
+end;
+
+function TRunParamsOptionsMode.Save(XMLConfig: TXMLConfig; const Path: string;
+ UsePathDelim: TPathDelimSwitch): TModalResult;
+
+ function f(const AFilename: string): string;
+ begin
+ Result:=SwitchPathDelims(AFilename,UsePathDelim);
+ end;
+
+ procedure SaveUserOverrides(const APath: string);
+ var
+ i: integer;
+ begin
+ XMLConfig.SetDeleteValue(APath + 'Count', UserOverrides.Count, 0);
+ for i := 0 to UserOverrides.Count - 1 do
+ begin
+ XMLConfig.SetValue(APath + 'Variable' + IntToStr(i) + '/Name',
+ UserOverrides.Names[i]); // no default
+ XMLConfig.SetDeleteValue(APath + 'Variable' + IntToStr(i) + '/Value',
+ UserOverrides.Values[UserOverrides.Names[i]],'');
+ end;
+ end;
+
+begin
+ XMLConfig.SetValue(Path + 'Name', Name);
+
+ // local options
+ XMLConfig.SetDeleteValue(Path + 'local/HostApplicationFilename/Value',
+ f(HostApplicationFilename), '');
+ XMLConfig.SetDeleteValue(Path + 'local/CommandLineParams/Value',
+ f(CmdLineParams), '');
+ XMLConfig.SetDeleteValue(Path + 'local/LaunchingApplication/Use',
+ UseLaunchingApplication, False);
+ XMLConfig.SetDeleteValue(Path + 'local/LaunchingApplication/PathPlusParams',
+ f(LaunchingApplicationPathPlusParams), f(GetDefaultLaunchingApplicationPathPlusParams));
+ XMLConfig.SetDeleteValue(Path + 'local/WorkingDirectory/Value',
+ f(WorkingDirectory), '');
+ XMLConfig.SetDeleteValue(Path + 'local/Display/Use',
+ UseDisplay, False);
+ XMLConfig.SetDeleteValue(Path + 'local/Display/Value',
+ Display, ':0');
+
+ XMLConfig.SetDeleteValue(Path + 'local/UseConsoleWinPos/Value', UseConsoleWinPos, False);
+ XMLConfig.SetDeleteValue(Path + 'local/UseConsoleWinSize/Value', UseConsoleWinSize, False);
+ XMLConfig.SetDeleteValue(Path + 'local/UseConsoleWinBuffer/Value', UseConsoleWinBuffer, False);
+ XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinPos/Left/Value', ConsoleWinPos.X, 0);
+ XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinPos/Top/Value', ConsoleWinPos.Y, 0);
+ XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinSize/Width/Value', ConsoleWinSize.X, 0);
+ XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinSize/Height/Value', ConsoleWinSize.Y, 0);
+ XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinBuffer/Columns/Value', ConsoleWinBuffer.X, 0);
+ XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinBuffer/Rows/Value', ConsoleWinBuffer.Y, 0);
+
+ XMLConfig.SetDeleteValue(Path + 'local/RedirectStdIn/Value', FRedirectStdIn, ord(rprOff), TypeInfo(TRunParamsRedirectMode));
+ XMLConfig.SetDeleteValue(Path + 'local/RedirectStdOut/Value', FRedirectStdOut, ord(rprOff), TypeInfo(TRunParamsRedirectMode));
+ XMLConfig.SetDeleteValue(Path + 'local/RedirectStdErr/Value', FRedirectStdErr, ord(rprOff), TypeInfo(TRunParamsRedirectMode));
+ XMLConfig.SetDeleteValue(Path + 'local/FileNameStdIn/Value', FileNameStdIn, '');
+ XMLConfig.SetDeleteValue(Path + 'local/FileNameStdOut/Value', FileNameStdOut, '');
+ XMLConfig.SetDeleteValue(Path + 'local/FileNameStdErr/Value', FileNameStdErr, '');
+
+ // environment options
+ SaveUserOverrides(Path + 'environment/UserOverrides/');
+ XMLConfig.SetDeleteValue(Path + 'environment/IncludeSystemVariables/Value',
+ IncludeSystemVariables, False);
+
+ Result := mrOk;
+end;
+
+procedure TRunParamsOptionsMode.AssignEnvironmentTo(Strings: TStrings);
+var
+ idx: integer;
+begin
+ BaseIDEIntf.AssignEnvironmentTo(Strings, UserOverrides);
+
+ if UseDisplay then
+ begin
+ // assignment is not allowed in a sorted list
+ // Strings.Values['DISPLAY']:=Display;
+ idx := Strings.IndexOfName('DISPLAY');
+ if idx <> -1 then
+ Strings.Delete(idx);
+ Strings.Add('DISPLAY=' + Display);
+ end;
+end;
+
+procedure TRunParamsOptionsMode.AssignTo(Dest: TPersistent);
+var
+ ADest: TRunParamsOptionsMode;
+begin
+ inherited AssignTo(Dest);
+
+ if Dest is TRunParamsOptionsMode then
+ begin
+ ADest := Dest as TRunParamsOptionsMode;
+ ADest.SaveIn := SaveIn;
+ end;
+end;
+
+procedure TRunParamsOptionsMode.Clear;
+begin
+ inherited Clear;
+
+ SaveIn := rpsLPS;
+ LaunchingApplicationPathPlusParams := GetDefaultLaunchingApplicationPathPlusParams;
+end;
+
+
+end.
+
diff --git a/ide/w32manifest.pas b/ide/packages/ideproject/w32manifest.pas
similarity index 100%
rename from ide/w32manifest.pas
rename to ide/packages/ideproject/w32manifest.pas
diff --git a/ide/w32versioninfo.pas b/ide/packages/ideproject/w32versioninfo.pas
similarity index 99%
rename from ide/w32versioninfo.pas
rename to ide/packages/ideproject/w32versioninfo.pas
index 60daeb277c..7e60534d7f 100644
--- a/ide/w32versioninfo.pas
+++ b/ide/packages/ideproject/w32versioninfo.pas
@@ -34,8 +34,6 @@ unit W32VersionInfo;
{$mode objfpc}{$H+}
-{$I ide.inc}
-
interface
uses
diff --git a/ide/packages/ideutils/Makefile b/ide/packages/ideutils/Makefile
new file mode 100644
index 0000000000..e864620395
--- /dev/null
+++ b/ide/packages/ideutils/Makefile
@@ -0,0 +1,3890 @@
+#
+# Don't edit, this file is generated by FPCMake Version 2.0.0
+#
+default: all
+MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i386-nativent i386-iphonesim i386-android i386-aros m68k-linux m68k-netbsd m68k-amiga m68k-atari m68k-palmos m68k-macosclassic m68k-embedded m68k-sinclairql m68k-human68k powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macosclassic powerpc-darwin powerpc-morphos powerpc-embedded powerpc-wii powerpc-aix sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-haiku x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded x86_64-iphonesim x86_64-android x86_64-aros x86_64-dragonfly arm-linux arm-netbsd arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian arm-android arm-aros arm-freertos arm-ios powerpc64-linux powerpc64-darwin powerpc64-embedded powerpc64-aix avr-embedded armeb-linux armeb-embedded mips-linux mipsel-linux mipsel-embedded mipsel-android mips64-linux mips64el-linux jvm-java jvm-android i8086-embedded i8086-msdos i8086-win16 aarch64-linux aarch64-freebsd aarch64-darwin aarch64-win64 aarch64-embedded aarch64-iphonesim aarch64-android aarch64-ios wasm32-embedded wasm32-wasi sparc64-linux riscv32-linux riscv32-embedded riscv32-freertos riscv64-linux riscv64-embedded xtensa-linux xtensa-embedded xtensa-freertos z80-embedded z80-zxspectrum z80-msxdos z80-amstradcpc loongarch64-linux
+BSDs = freebsd netbsd openbsd darwin dragonfly
+UNIXs = linux $(BSDs) solaris qnx haiku aix
+LIMIT83fs = go32v2 os2 emx watcom msdos win16 atari human68k
+OSNeedsComspecToRunBatch = go32v2 watcom
+FORCE:
+.PHONY: FORCE
+lc = $(subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(subst G,g,$(subst H,h,$(subst I,i,$(subst J,j,$(subst K,k,$(subst L,l,$(subst M,m,$(subst N,n,$(subst O,o,$(subst P,p,$(subst Q,q,$(subst R,r,$(subst S,s,$(subst T,t,$(subst U,u,$(subst V,v,$(subst W,w,$(subst X,x,$(subst Y,y,$(subst Z,z,$1))))))))))))))))))))))))))
+override PATH:=$(patsubst %/,%,$(subst \,/,$(PATH)))
+ifneq ($(findstring darwin,$(OSTYPE)),)
+inUnix=1 #darwin
+SEARCHPATH:=$(filter-out .,$(subst :, ,$(PATH)))
+else
+ifeq ($(findstring ;,$(PATH)),)
+inUnix=1
+SEARCHPATH:=$(filter-out .,$(subst :, ,$(PATH)))
+else
+SEARCHPATH:=$(subst ;, ,$(PATH))
+endif
+endif
+SEARCHPATH+=$(patsubst %/,%,$(subst \,/,$(dir $(MAKE))))
+PWD:=$(strip $(wildcard $(addsuffix /pwd.exe,$(SEARCHPATH))))
+ifeq ($(PWD),)
+PWD:=$(strip $(wildcard $(addsuffix /pwd,$(SEARCHPATH))))
+ifeq ($(PWD),)
+$(error You need the GNU utils package to use this Makefile)
+else
+PWD:=$(firstword $(PWD))
+SRCEXEEXT=
+endif
+else
+PWD:=$(firstword $(PWD))
+SRCEXEEXT=.exe
+endif
+ifndef inUnix
+ifeq ($(OS),Windows_NT)
+inWinNT=1
+else
+ifdef OS2_SHELL
+inOS2=1
+endif
+endif
+else
+ifneq ($(findstring cygdrive,$(PATH)),)
+inCygWin=1
+endif
+endif
+ifdef inUnix
+SRCBATCHEXT=.sh
+else
+ifdef inOS2
+SRCBATCHEXT=.cmd
+else
+SRCBATCHEXT=.bat
+endif
+endif
+ifdef COMSPEC
+ifneq ($(filter $(OS_SOURCE),$(OSNeedsComspecToRunBatch)),)
+ifndef RUNBATCH
+RUNBATCH=$(COMSPEC) /C
+endif
+endif
+endif
+ifdef inUnix
+PATHSEP=/
+else
+PATHSEP:=$(subst /,\,/)
+ifdef inCygWin
+PATHSEP=/
+endif
+endif
+ifdef PWD
+BASEDIR:=$(subst \,/,$(shell $(PWD)))
+ifdef inCygWin
+ifneq ($(findstring /cygdrive/,$(BASEDIR)),)
+BASENODIR:=$(patsubst /cygdrive%,%,$(BASEDIR))
+BASEDRIVE:=$(firstword $(subst /, ,$(BASENODIR)))
+BASEDIR:=$(subst /cygdrive/$(BASEDRIVE)/,$(BASEDRIVE):/,$(BASEDIR))
+endif
+endif
+else
+BASEDIR=.
+endif
+ifdef inOS2
+ifndef ECHO
+ECHO:=$(strip $(wildcard $(addsuffix /gecho$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO:=$(strip $(wildcard $(addsuffix /echo$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO=echo
+else
+ECHO:=$(firstword $(ECHO))
+endif
+else
+ECHO:=$(firstword $(ECHO))
+endif
+endif
+export ECHO
+endif
+ifndef FPC
+ifdef PP
+FPC=$(PP)
+endif
+endif
+ifndef FPC
+FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH))))
+ifneq ($(FPCPROG),)
+FPCPROG:=$(firstword $(FPCPROG))
+ifneq ($(CPU_TARGET),)
+FPC:=$(shell $(FPCPROG) -P$(CPU_TARGET) -PB)
+else
+FPC:=$(shell $(FPCPROG) -PB)
+endif
+ifneq ($(findstring Error,$(FPC)),)
+override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
+else
+ifeq ($(strip $(wildcard $(FPC))),)
+FPC:=$(firstword $(FPCPROG))
+endif
+endif
+else
+override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
+endif
+endif
+override FPC:=$(subst $(SRCEXEEXT),,$(FPC))
+override FPC:=$(subst \,/,$(FPC))$(SRCEXEEXT)
+FOUNDFPC:=$(strip $(wildcard $(FPC)))
+ifeq ($(FOUNDFPC),)
+FOUNDFPC=$(strip $(wildcard $(addsuffix /$(FPC),$(SEARCHPATH))))
+ifeq ($(FOUNDFPC),)
+$(error Compiler $(FPC) not found)
+endif
+endif
+ifndef FPC_COMPILERINFO
+FPC_COMPILERINFO:=$(shell $(FPC) -iVSPTPSOTO)
+endif
+ifndef FPC_VERSION
+FPC_VERSION:=$(word 1,$(FPC_COMPILERINFO))
+endif
+export FPC FPC_VERSION FPC_COMPILERINFO
+unexport CHECKDEPEND ALLDEPENDENCIES
+ifndef CPU_TARGET
+ifdef CPU_TARGET_DEFAULT
+CPU_TARGET=$(CPU_TARGET_DEFAULT)
+endif
+endif
+ifndef OS_TARGET
+ifdef OS_TARGET_DEFAULT
+OS_TARGET=$(OS_TARGET_DEFAULT)
+endif
+endif
+ifndef CPU_SOURCE
+CPU_SOURCE:=$(word 2,$(FPC_COMPILERINFO))
+endif
+ifndef CPU_TARGET
+CPU_TARGET:=$(word 3,$(FPC_COMPILERINFO))
+endif
+ifndef OS_SOURCE
+OS_SOURCE:=$(word 4,$(FPC_COMPILERINFO))
+endif
+ifndef OS_TARGET
+OS_TARGET:=$(word 5,$(FPC_COMPILERINFO))
+endif
+CPU_OS_TARGET=$(CPU_TARGET)-$(OS_TARGET)
+ifdef SUB_TARGET
+L_SUB_TARGET=$(call lc,$(SUB_TARGET))
+FULL_TARGET:=$(CPU_TARGET)-$(OS_TARGET)-$(L_SUB_TARGET)
+else
+FULL_TARGET:=$(CPU_TARGET)-$(OS_TARGET)
+endif
+CPU_OS_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)
+ifdef SUB_SOURCE
+L_SUB_SOURCE=$(call lc,$(SUB_SOURCE))
+FULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)-$(L_SUB_SOURCE)
+else
+FULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)
+endif
+ifeq ($(CPU_TARGET),armeb)
+ARCH=arm
+override FPCOPT+=-Cb
+else
+ifeq ($(CPU_TARGET),armel)
+ARCH=arm
+override FPCOPT+=-CaEABI
+else
+ARCH=$(CPU_TARGET)
+endif
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+endif
+ifdef SUB_TARGET
+FPCOPT+=-t$(SUB_TARGET)
+FPMAKE_OPT+=--subtarget=$(SUB_TARGET)
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for arm-embedded, a sub-architecture (e.g. SUBARCH=armv4t or SUBARCH=armv7m) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for avr-embedded, a sub-architecture (e.g. SUBARCH=avr25 or SUBARCH=avr35) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for mipsel-embedded, a sub-architecture (e.g. SUBARCH=pic32mx) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+ifeq ($(SUBARCH),)
+$(error When compiling for xtensa-embedded, a sub-architecture (e.g. SUBARCH=lx106 or SUBARCH=lx6) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+ifeq ($(SUBARCH),)
+$(error When compiling for xtensa-freertos, a sub-architecture (e.g. SUBARCH=lx106 or SUBARCH=lx6) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+ifeq ($(SUBARCH),)
+$(error When compiling for arm-freertos, a sub-architecture (e.g. SUBARCH=armv6m or SUBARCH=armv7em) must be defined)
+endif
+override FPCOPT+=-Cp$(SUBARCH)
+endif
+ifneq ($(filter $(OS_SOURCE),$(LIMIT83fs)),)
+TARGETSUFFIX=$(OS_TARGET)
+SOURCESUFFIX=$(OS_SOURCE)
+else
+ifneq ($(filter $(OS_TARGET),$(LIMIT83fs)),)
+TARGETSUFFIX=$(OS_TARGET)
+else
+TARGETSUFFIX=$(FULL_TARGET)
+endif
+SOURCESUFFIX=$(FULL_SOURCE)
+endif
+ifneq ($(CPU_OS_TARGET),$(CPU_OS_SOURCE))
+CROSSCOMPILE=1
+endif
+ifeq ($(findstring makefile,$(MAKECMDGOALS)),)
+ifeq ($(filter $(CPU_OS_TARGET),$(MAKEFILETARGETS)),)
+$(error The Makefile doesn't support target $(FULL_TARGET), please run fpcmake first)
+endif
+endif
+ifneq ($(filter $(OS_TARGET),$(BSDs)),)
+BSDhier=1
+endif
+ifeq ($(OS_TARGET),linux)
+linuxHier=1
+endif
+ifndef CROSSCOMPILE
+BUILDFULLNATIVE=1
+export BUILDFULLNATIVE
+endif
+ifdef BUILDFULLNATIVE
+BUILDNATIVE=1
+export BUILDNATIVE
+endif
+export OS_TARGET OS_SOURCE ARCH CPU_TARGET CPU_SOURCE SUB_TARGET SUB_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE CPU_OS_TARGET CPU_OS_SOURCE
+ifdef FPCDIR
+override FPCDIR:=$(subst \,/,$(FPCDIR))
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR=wrong
+endif
+else
+override FPCDIR=wrong
+endif
+ifdef DEFAULT_FPCDIR
+ifeq ($(FPCDIR),wrong)
+override FPCDIR:=$(subst \,/,$(DEFAULT_FPCDIR))
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR=wrong
+endif
+endif
+endif
+ifeq ($(FPCDIR),wrong)
+ifdef inUnix
+override FPCDIR=/usr/local/lib/fpc/$(FPC_VERSION)
+ifeq ($(wildcard $(FPCDIR)/units),)
+override FPCDIR=/usr/lib/fpc/$(FPC_VERSION)
+endif
+else
+override FPCDIR:=$(subst /$(FPC),,$(firstword $(strip $(wildcard $(addsuffix /$(FPC),$(SEARCHPATH))))))
+override FPCDIR:=$(FPCDIR)/..
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR:=$(FPCDIR)/..
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR:=$(BASEDIR)
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
+override FPCDIR=c:/pp
+endif
+endif
+endif
+endif
+endif
+ifndef CROSSBINDIR
+CROSSBINDIR:=$(wildcard $(FPCDIR)/bin/$(TARGETSUFFIX))
+endif
+ifneq ($(filter $(OS_TARGET),darwin iphonesim ios),)
+ifneq ($(filter $(OS_SOURCE),darwin ios),)
+DARWIN2DARWIN=1
+endif
+endif
+ifndef BINUTILSPREFIX
+ifndef CROSSBINDIR
+ifdef CROSSCOMPILE
+ifneq ($(OS_TARGET),msdos)
+ifndef DARWIN2DARWIN
+ifneq ($(CPU_TARGET),jvm)
+BINUTILSPREFIX=$(CPU_TARGET)-$(OS_TARGET)-
+ifeq ($(OS_TARGET),android)
+ifeq ($(CPU_TARGET),arm)
+BINUTILSPREFIX=arm-linux-androideabi-
+else
+ifeq ($(CPU_TARGET),i386)
+BINUTILSPREFIX=i686-linux-android-
+else
+BINUTILSPREFIX=$(CPU_TARGET)-linux-android-
+endif
+endif
+endif
+endif
+endif
+else
+BINUTILSPREFIX=$(OS_TARGET)-
+endif
+endif
+endif
+endif
+UNITSDIR:=$(wildcard $(FPCDIR)/units/$(TARGETSUFFIX))
+ifeq ($(UNITSDIR),)
+UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
+endif
+PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages)
+ifndef FPCFPMAKE
+ifdef CROSSCOMPILE
+ifeq ($(strip $(wildcard $(addsuffix /compiler/ppc$(SRCEXEEXT),$(FPCDIR)))),)
+FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH))))
+ifneq ($(FPCPROG),)
+FPCPROG:=$(firstword $(FPCPROG))
+FPCFPMAKE:=$(shell $(FPCPROG) -PB)
+ifeq ($(strip $(wildcard $(FPCFPMAKE))),)
+FPCFPMAKE:=$(firstword $(FPCPROG))
+endif
+else
+override FPCFPMAKE=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
+endif
+else
+FPCFPMAKE=$(strip $(wildcard $(addsuffix /compiler/ppc$(SRCEXEEXT),$(FPCDIR))))
+FPMAKE_SKIP_CONFIG=-n
+export FPCFPMAKE
+export FPMAKE_SKIP_CONFIG
+endif
+else
+FPMAKE_SKIP_CONFIG=-n
+FPCFPMAKE=$(FPC)
+endif
+endif
+override PACKAGE_NAME=ideutilspkg
+override PACKAGE_VERSION=1.0
+ifndef LCL_PLATFORM
+ifeq ($(OS_TARGET),win32)
+LCL_PLATFORM=win32
+else
+ifeq ($(OS_TARGET),win64)
+LCL_PLATFORM=win32
+else
+ifeq ($(OS_TARGET),darwin)
+LCL_PLATFORM=cocoa
+else
+LCL_PLATFORM=gtk2
+endif
+endif
+endif
+endif
+export LCL_PLATFORM
+DBG_OPTIONS=
+ifeq ($(OS_TARGET),darwin)
+DBG_OPTIONS=-gw
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override TARGET_UNITS+=ideutilspkg.pas
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override COMPILER_UNITDIR+=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+endif
+ifdef REQUIRE_UNITSDIR
+override UNITSDIR+=$(REQUIRE_UNITSDIR)
+endif
+ifdef REQUIRE_PACKAGESDIR
+override PACKAGESDIR+=$(REQUIRE_PACKAGESDIR)
+endif
+ifdef ZIPINSTALL
+ifneq ($(filter $(OS_TARGET),$(UNIXs)),)
+UNIXHier=1
+endif
+else
+ifneq ($(filter $(OS_SOURCE),$(UNIXs)),)
+UNIXHier=1
+endif
+endif
+ifndef INSTALL_PREFIX
+ifdef PREFIX
+INSTALL_PREFIX=$(PREFIX)
+endif
+endif
+ifndef INSTALL_PREFIX
+ifdef UNIXHier
+INSTALL_PREFIX=/usr/local
+else
+ifdef INSTALL_FPCPACKAGE
+INSTALL_BASEDIR:=/pp
+else
+INSTALL_BASEDIR:=/$(PACKAGE_NAME)
+endif
+endif
+endif
+export INSTALL_PREFIX
+ifdef INSTALL_FPCSUBDIR
+export INSTALL_FPCSUBDIR
+endif
+ifndef DIST_DESTDIR
+DIST_DESTDIR:=$(BASEDIR)
+endif
+export DIST_DESTDIR
+ifndef COMPILER_UNITTARGETDIR
+ifdef PACKAGEDIR_MAIN
+COMPILER_UNITTARGETDIR=$(PACKAGEDIR_MAIN)/units/$(TARGETSUFFIX)
+else
+COMPILER_UNITTARGETDIR=units/$(TARGETSUFFIX)
+endif
+endif
+ifndef COMPILER_TARGETDIR
+COMPILER_TARGETDIR=.
+endif
+ifndef INSTALL_BASEDIR
+ifdef UNIXHier
+ifdef INSTALL_FPCPACKAGE
+INSTALL_BASEDIR:=$(INSTALL_PREFIX)/lib/fpc/$(FPC_VERSION)
+else
+INSTALL_BASEDIR:=$(INSTALL_PREFIX)/lib/$(PACKAGE_NAME)
+endif
+else
+INSTALL_BASEDIR:=$(INSTALL_PREFIX)
+endif
+endif
+ifndef INSTALL_BINDIR
+ifdef UNIXHier
+INSTALL_BINDIR:=$(INSTALL_PREFIX)/bin
+else
+INSTALL_BINDIR:=$(INSTALL_BASEDIR)/bin
+ifdef INSTALL_FPCPACKAGE
+ifdef CROSSCOMPILE
+ifdef CROSSINSTALL
+INSTALL_BINDIR:=$(INSTALL_BINDIR)/$(SOURCESUFFIX)
+else
+INSTALL_BINDIR:=$(INSTALL_BINDIR)/$(TARGETSUFFIX)
+endif
+else
+INSTALL_BINDIR:=$(INSTALL_BINDIR)/$(TARGETSUFFIX)
+endif
+endif
+endif
+endif
+ifndef INSTALL_UNITDIR
+INSTALL_UNITDIR:=$(INSTALL_BASEDIR)/units/$(TARGETSUFFIX)
+ifdef INSTALL_FPCPACKAGE
+ifdef PACKAGE_NAME
+INSTALL_UNITDIR:=$(INSTALL_UNITDIR)/$(PACKAGE_NAME)
+endif
+endif
+endif
+ifndef INSTALL_LIBDIR
+ifdef UNIXHier
+INSTALL_LIBDIR:=$(INSTALL_PREFIX)/lib
+else
+INSTALL_LIBDIR:=$(INSTALL_UNITDIR)
+endif
+endif
+ifndef INSTALL_SOURCEDIR
+ifdef UNIXHier
+ifdef BSDhier
+SRCPREFIXDIR=share/src
+else
+ifdef linuxHier
+SRCPREFIXDIR=share/src
+else
+SRCPREFIXDIR=src
+endif
+endif
+ifdef INSTALL_FPCPACKAGE
+ifdef INSTALL_FPCSUBDIR
+INSTALL_SOURCEDIR:=$(INSTALL_PREFIX)/$(SRCPREFIXDIR)/fpc-$(FPC_VERSION)/$(INSTALL_FPCSUBDIR)/$(PACKAGE_NAME)
+else
+INSTALL_SOURCEDIR:=$(INSTALL_PREFIX)/$(SRCPREFIXDIR)/fpc-$(FPC_VERSION)/$(PACKAGE_NAME)
+endif
+else
+INSTALL_SOURCEDIR:=$(INSTALL_PREFIX)/$(SRCPREFIXDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+endif
+else
+ifdef INSTALL_FPCPACKAGE
+ifdef INSTALL_FPCSUBDIR
+INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source/$(INSTALL_FPCSUBDIR)/$(PACKAGE_NAME)
+else
+INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source/$(PACKAGE_NAME)
+endif
+else
+INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source
+endif
+endif
+endif
+ifndef INSTALL_DOCDIR
+ifdef UNIXHier
+ifdef BSDhier
+DOCPREFIXDIR=share/doc
+else
+ifdef linuxHier
+DOCPREFIXDIR=share/doc
+else
+DOCPREFIXDIR=doc
+endif
+endif
+ifdef INSTALL_FPCPACKAGE
+INSTALL_DOCDIR:=$(INSTALL_PREFIX)/$(DOCPREFIXDIR)/fpc-$(FPC_VERSION)/$(PACKAGE_NAME)
+else
+INSTALL_DOCDIR:=$(INSTALL_PREFIX)/$(DOCPREFIXDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+endif
+else
+ifdef INSTALL_FPCPACKAGE
+INSTALL_DOCDIR:=$(INSTALL_BASEDIR)/doc/$(PACKAGE_NAME)
+else
+INSTALL_DOCDIR:=$(INSTALL_BASEDIR)/doc
+endif
+endif
+endif
+ifndef INSTALL_EXAMPLEDIR
+ifdef UNIXHier
+ifdef INSTALL_FPCPACKAGE
+ifdef BSDhier
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/share/examples/fpc-$(FPC_VERSION)/$(PACKAGE_NAME)
+else
+ifdef linuxHier
+INSTALL_EXAMPLEDIR:=$(INSTALL_DOCDIR)/examples
+else
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/doc/fpc-$(FPC_VERSION)/examples/$(PACKAGE_NAME)
+endif
+endif
+else
+ifdef BSDhier
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/share/examples/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+else
+ifdef linuxHier
+INSTALL_EXAMPLEDIR:=$(INSTALL_DOCDIR)/examples/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+else
+INSTALL_EXAMPLEDIR:=$(INSTALL_PREFIX)/doc/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+endif
+endif
+endif
+else
+ifdef INSTALL_FPCPACKAGE
+INSTALL_EXAMPLEDIR:=$(INSTALL_BASEDIR)/examples/$(PACKAGE_NAME)
+else
+INSTALL_EXAMPLEDIR:=$(INSTALL_BASEDIR)/examples
+endif
+endif
+endif
+ifndef INSTALL_DATADIR
+INSTALL_DATADIR=$(INSTALL_BASEDIR)
+endif
+ifndef INSTALL_SHAREDDIR
+INSTALL_SHAREDDIR=$(INSTALL_PREFIX)/lib
+endif
+ifdef CROSSCOMPILE
+ifndef CROSSBINDIR
+CROSSBINDIR:=$(wildcard $(CROSSTARGETDIR)/bin/$(SOURCESUFFIX))
+ifeq ($(CROSSBINDIR),)
+CROSSBINDIR:=$(wildcard $(INSTALL_BASEDIR)/cross/$(TARGETSUFFIX)/bin/$(FULL_SOURCE))
+endif
+endif
+else
+CROSSBINDIR=
+endif
+ifeq ($(OS_SOURCE),linux)
+ifndef GCCLIBDIR
+ifeq ($(CPU_TARGET),i386)
+ifneq ($(filter x86_64,$(shell uname -a)),)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-m32
+endif
+endif
+endif
+ifeq ($(CPU_TARGET),powerpc)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-m32
+endif
+endif
+ifeq ($(CPU_TARGET),powerpc64)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -m64 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-m64
+endif
+endif
+ifeq ($(CPU_TARGET),sparc)
+ifneq ($(filter sparc64,$(shell uname -a)),)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-m32
+endif
+endif
+endif
+ifneq ($(filter $(CPU_TARGET),mips64 mipsel64),)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -mabi=64 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-mabi=64
+endif
+endif
+ifneq ($(filter $(CPU_TARGET),mips mipsel),)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -mabi=32 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-mabi=32
+endif
+endif
+ifeq ($(BINUTILSPREFIX),)
+ifeq ($(GCCLIBDIR),)
+GCCLIBDIR:=$(shell dirname `gcc -print-libgcc-file-name`)
+endif
+else
+ifeq ($(CROSSGCCOPT),)
+CROSSGCCOPT=-g
+endif
+endif
+endif
+ifdef FPCFPMAKE
+FPCFPMAKE_CPU_TARGET=$(shell $(FPCFPMAKE) -iTP)
+ifeq ($(CPU_TARGET),$(FPCFPMAKE_CPU_TARGET))
+FPCMAKEGCCLIBDIR:=$(GCCLIBDIR)
+else
+ifneq ($(filter $(FPCFPMAKE_CPU_TARGET),aarch64 powerpc64 riscv64 sparc64 x86_64 loongarch64),)
+FPCMAKE_CROSSGCCOPT=-m64
+else
+ifneq ($(filter $(FPCFPMAKE_CPU_TARGET),mips64 mips64el),)
+FPCMAKE_CROSSGCCOPT=-mabi=64
+else
+ifneq ($(filter $(FPCFPMAKE_CPU_TARGET),mips mipsel),)
+FPCMAKE_CROSSGCCOPT=-mabi=32
+else
+ifeq ($(FPCFPMAKE_CPU_TARGET),riscv64)
+FPCMAKE_CROSSGCCOPT=-mabi=lp64
+else
+ifeq ($(FPCFPMAKE_CPU_TARGET),riscv32)
+FPCMAKE_CROSSGCCOPT=-mabi=ilp32
+else
+ifeq ($(FPCFPMAKE_CPU_TARGET),loongarch64)
+FPCMAKE_CROSSGCCOPT=-mabi=lp64d
+else
+FPCMAKE_CROSSGCCOPT=-m32
+endif
+endif
+endif
+endif
+endif
+endif
+FPCMAKEGCCLIBDIR:=$(shell dirname `gcc $(FPCMAKE_CROSSGCCOPT) -print-libgcc-file-name`)
+endif
+endif
+ifndef FPCMAKEGCCLIBDIR
+FPCMAKEGCCLIBDIR:=$(shell dirname `gcc -print-libgcc-file-name`)
+endif
+ifndef GCCLIBDIR
+CROSSGCC=$(strip $(wildcard $(addsuffix /$(BINUTILSPREFIX)gcc$(SRCEXEEXT),$(SEARCHPATH))))
+ifneq ($(CROSSGCC),)
+GCCLIBDIR:=$(shell dirname `$(CROSSGCC) $(CROSSGCCOPT) -print-libgcc-file-name`)
+endif
+endif
+endif
+ifdef inUnix
+ifeq ($(OS_SOURCE),netbsd)
+OTHERLIBDIR:=/usr/pkg/lib
+endif
+export GCCLIBDIR FPCMAKEGCCLIBDIR OTHERLIBDIR
+endif
+BATCHEXT=.bat
+LOADEREXT=.as
+EXEEXT=.exe
+PPLEXT=.ppl
+PPUEXT=.ppu
+OEXT=.o
+LTOEXT=.bc
+ASMEXT=.s
+SMARTEXT=.sl
+STATICLIBEXT=.a
+SHAREDLIBEXT=.so
+SHAREDLIBPREFIX=libfp
+STATICLIBPREFIX=libp
+IMPORTLIBPREFIX=libimp
+RSTEXT=.rst
+EXEDBGEXT=.dbg
+ifeq ($(OS_TARGET),go32v1)
+STATICLIBPREFIX=
+SHORTSUFFIX=v1
+endif
+ifeq ($(OS_TARGET),go32v2)
+STATICLIBPREFIX=
+SHORTSUFFIX=dos
+IMPORTLIBPREFIX=
+endif
+ifeq ($(OS_TARGET),watcom)
+STATICLIBPREFIX=
+OEXT=.obj
+ASMEXT=.asm
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=wat
+IMPORTLIBPREFIX=
+endif
+ifneq ($(CPU_TARGET),jvm)
+ifeq ($(OS_TARGET),android)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=lnx
+endif
+endif
+ifeq ($(OS_TARGET),linux)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=lnx
+endif
+ifeq ($(OS_TARGET),dragonfly)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=df
+endif
+ifeq ($(OS_TARGET),freebsd)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=fbs
+endif
+ifeq ($(OS_TARGET),netbsd)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=nbs
+endif
+ifeq ($(OS_TARGET),openbsd)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=obs
+endif
+ifeq ($(OS_TARGET),win32)
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=w32
+endif
+ifeq ($(OS_TARGET),os2)
+BATCHEXT=.cmd
+AOUTEXT=.out
+STATICLIBPREFIX=
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=os2
+ECHO=echo
+IMPORTLIBPREFIX=
+endif
+ifeq ($(OS_TARGET),emx)
+BATCHEXT=.cmd
+AOUTEXT=.out
+STATICLIBPREFIX=
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=emx
+ECHO=echo
+IMPORTLIBPREFIX=
+endif
+ifeq ($(OS_TARGET),amiga)
+EXEEXT=
+SHAREDLIBEXT=.library
+SHORTSUFFIX=amg
+endif
+ifeq ($(OS_TARGET),aros)
+EXEEXT=
+SHAREDLIBEXT=.library
+SHORTSUFFIX=aros
+endif
+ifeq ($(OS_TARGET),morphos)
+EXEEXT=
+SHAREDLIBEXT=.library
+SHORTSUFFIX=mos
+endif
+ifeq ($(OS_TARGET),atari)
+EXEEXT=.ttp
+SHORTSUFFIX=ata
+endif
+ifeq ($(OS_TARGET),beos)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=be
+endif
+ifeq ($(OS_TARGET),haiku)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=hai
+endif
+ifeq ($(OS_TARGET),solaris)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=sun
+endif
+ifeq ($(OS_TARGET),qnx)
+BATCHEXT=.sh
+EXEEXT=
+SHORTSUFFIX=qnx
+endif
+ifeq ($(OS_TARGET),netware)
+EXEEXT=.nlm
+STATICLIBPREFIX=
+SHORTSUFFIX=nw
+IMPORTLIBPREFIX=imp
+endif
+ifeq ($(OS_TARGET),netwlibc)
+EXEEXT=.nlm
+STATICLIBPREFIX=
+SHORTSUFFIX=nwl
+IMPORTLIBPREFIX=imp
+endif
+ifeq ($(OS_TARGET),macosclassic)
+BATCHEXT=
+EXEEXT=
+DEBUGSYMEXT=.xcoff
+SHORTSUFFIX=mac
+IMPORTLIBPREFIX=imp
+endif
+ifneq ($(filter $(OS_TARGET),darwin iphonesim ios),)
+BATCHEXT=.sh
+EXEEXT=
+HASSHAREDLIB=1
+SHORTSUFFIX=dwn
+EXEDBGEXT=.dSYM
+endif
+ifeq ($(OS_TARGET),gba)
+EXEEXT=.gba
+SHAREDLIBEXT=.so
+SHORTSUFFIX=gba
+endif
+ifeq ($(OS_TARGET),symbian)
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=symbian
+endif
+ifeq ($(OS_TARGET),NativeNT)
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=nativent
+endif
+ifeq ($(OS_TARGET),wii)
+EXEEXT=.dol
+SHAREDLIBEXT=.so
+SHORTSUFFIX=wii
+endif
+ifeq ($(OS_TARGET),aix)
+BATCHEXT=.sh
+EXEEXT=
+SHAREDLIBEXT=.a
+SHORTSUFFIX=aix
+endif
+ifeq ($(OS_TARGET),java)
+OEXT=.class
+ASMEXT=.j
+SHAREDLIBEXT=.jar
+SHORTSUFFIX=java
+endif
+ifeq ($(CPU_TARGET),jvm)
+ifeq ($(OS_TARGET),android)
+OEXT=.class
+ASMEXT=.j
+SHAREDLIBEXT=.jar
+SHORTSUFFIX=android
+endif
+endif
+ifeq ($(OS_TARGET),msdos)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+SHORTSUFFIX=d16
+endif
+ifeq ($(OS_TARGET),msxdos)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+SHORTSUFFIX=msd
+endif
+ifeq ($(OS_TARGET),embedded)
+ifeq ($(CPU_TARGET),i8086)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+else
+EXEEXT=.bin
+endif
+ifeq ($(CPU_TARGET),z80)
+OEXT=.rel
+endif
+SHORTSUFFIX=emb
+endif
+ifeq ($(OS_TARGET),win16)
+STATICLIBPREFIX=
+STATICLIBEXT=.a
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=w16
+endif
+ifeq ($(OS_TARGET),zxspectrum)
+OEXT=.rel
+endif
+ifeq ($(OS_TARGET),wasi)
+EXEEXT=.wasm
+endif
+ifneq ($(filter $(OS_SOURCE),$(LIMIT83fs)),)
+FPCMADE=fpcmade.$(SHORTSUFFIX)
+ZIPSUFFIX=$(SHORTSUFFIX)
+ZIPCROSSPREFIX=
+ZIPSOURCESUFFIX=src
+ZIPEXAMPLESUFFIX=exm
+else
+FPCMADE=fpcmade.$(TARGETSUFFIX)
+ZIPSOURCESUFFIX=.source
+ZIPEXAMPLESUFFIX=.examples
+ifdef CROSSCOMPILE
+ZIPSUFFIX=.$(SOURCESUFFIX)
+ZIPCROSSPREFIX=$(TARGETSUFFIX)-
+else
+ZIPSUFFIX=.$(TARGETSUFFIX)
+ZIPCROSSPREFIX=
+endif
+endif
+ifndef ECHO
+ECHO:=$(strip $(wildcard $(addsuffix /gecho$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO:=$(strip $(wildcard $(addsuffix /echo$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ECHO),)
+ECHO= __missing_command_ECHO
+else
+ECHO:=$(firstword $(ECHO))
+endif
+else
+ECHO:=$(firstword $(ECHO))
+endif
+endif
+export ECHO
+ifndef DATE
+DATE:=$(strip $(wildcard $(addsuffix /gdate$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(DATE),)
+DATE:=$(strip $(wildcard $(addsuffix /date$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(DATE),)
+DATE= __missing_command_DATE
+else
+DATE:=$(firstword $(DATE))
+endif
+else
+DATE:=$(firstword $(DATE))
+endif
+endif
+export DATE
+ifndef GINSTALL
+GINSTALL:=$(strip $(wildcard $(addsuffix /ginstall$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(GINSTALL),)
+GINSTALL:=$(strip $(wildcard $(addsuffix /install$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(GINSTALL),)
+GINSTALL= __missing_command_GINSTALL
+else
+GINSTALL:=$(firstword $(GINSTALL))
+endif
+else
+GINSTALL:=$(firstword $(GINSTALL))
+endif
+endif
+export GINSTALL
+ifndef CPPROG
+CPPROG:=$(strip $(wildcard $(addsuffix /cp$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(CPPROG),)
+CPPROG= __missing_command_CPPROG
+else
+CPPROG:=$(firstword $(CPPROG))
+endif
+endif
+export CPPROG
+ifndef RMPROG
+RMPROG:=$(strip $(wildcard $(addsuffix /rm$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(RMPROG),)
+RMPROG= __missing_command_RMPROG
+else
+RMPROG:=$(firstword $(RMPROG))
+endif
+endif
+export RMPROG
+ifndef MVPROG
+MVPROG:=$(strip $(wildcard $(addsuffix /mv$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(MVPROG),)
+MVPROG= __missing_command_MVPROG
+else
+MVPROG:=$(firstword $(MVPROG))
+endif
+endif
+export MVPROG
+ifndef MKDIRPROG
+MKDIRPROG:=$(strip $(wildcard $(addsuffix /gmkdir$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(MKDIRPROG),)
+MKDIRPROG:=$(strip $(wildcard $(addsuffix /mkdir$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(MKDIRPROG),)
+MKDIRPROG= __missing_command_MKDIRPROG
+else
+MKDIRPROG:=$(firstword $(MKDIRPROG))
+endif
+else
+MKDIRPROG:=$(firstword $(MKDIRPROG))
+endif
+endif
+export MKDIRPROG
+ifndef ECHOREDIR
+ifndef inUnix
+ECHOREDIR=echo
+else
+ECHOREDIR=$(ECHO)
+endif
+endif
+ifndef COPY
+COPY:=$(CPPROG) -fp
+endif
+ifndef COPYTREE
+COPYTREE:=$(CPPROG) -Rfp
+endif
+ifndef MKDIRTREE
+MKDIRTREE:=$(MKDIRPROG) -p
+endif
+ifndef MOVE
+MOVE:=$(MVPROG) -f
+endif
+ifndef DEL
+DEL:=$(RMPROG) -f
+endif
+ifndef DELTREE
+DELTREE:=$(RMPROG) -rf
+endif
+ifndef INSTALL
+ifdef inUnix
+INSTALL:=$(GINSTALL) -c -m 644
+else
+INSTALL:=$(COPY)
+endif
+endif
+ifndef INSTALLEXE
+ifdef inUnix
+INSTALLEXE:=$(GINSTALL) -c -m 755
+else
+INSTALLEXE:=$(COPY)
+endif
+endif
+ifndef MKDIR
+MKDIR:=$(GINSTALL) -m 755 -d
+endif
+export ECHOREDIR COPY COPYTREE MOVE DEL DELTREE INSTALL INSTALLEXE MKDIR
+ifndef PPUMOVE
+PPUMOVE:=$(strip $(wildcard $(addsuffix /ppumove$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(PPUMOVE),)
+PPUMOVE= __missing_command_PPUMOVE
+else
+PPUMOVE:=$(firstword $(PPUMOVE))
+endif
+endif
+export PPUMOVE
+ifndef FPCMAKE
+FPCMAKE:=$(strip $(wildcard $(addsuffix /fpcmake$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(FPCMAKE),)
+FPCMAKE= __missing_command_FPCMAKE
+else
+FPCMAKE:=$(firstword $(FPCMAKE))
+endif
+endif
+export FPCMAKE
+ifndef ZIPPROG
+ZIPPROG:=$(strip $(wildcard $(addsuffix /zip$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(ZIPPROG),)
+ZIPPROG= __missing_command_ZIPPROG
+else
+ZIPPROG:=$(firstword $(ZIPPROG))
+endif
+endif
+export ZIPPROG
+ifndef TARPROG
+TARPROG:=$(strip $(wildcard $(addsuffix /gtar$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(TARPROG),)
+TARPROG:=$(strip $(wildcard $(addsuffix /tar$(SRCEXEEXT),$(SEARCHPATH))))
+ifeq ($(TARPROG),)
+TARPROG= __missing_command_TARPROG
+else
+TARPROG:=$(firstword $(TARPROG))
+endif
+else
+TARPROG:=$(firstword $(TARPROG))
+endif
+endif
+export TARPROG
+ASNAME=$(BINUTILSPREFIX)as
+LDNAME=$(BINUTILSPREFIX)ld
+ARNAME=$(BINUTILSPREFIX)ar
+RCNAME=$(BINUTILSPREFIX)rc
+NASMNAME=$(BINUTILSPREFIX)nasm
+ifndef ASPROG
+ifdef CROSSBINDIR
+ASPROG=$(CROSSBINDIR)/$(ASNAME)$(SRCEXEEXT)
+else
+ASPROG=$(ASNAME)
+endif
+endif
+ifndef LDPROG
+ifdef CROSSBINDIR
+LDPROG=$(CROSSBINDIR)/$(LDNAME)$(SRCEXEEXT)
+else
+LDPROG=$(LDNAME)
+endif
+endif
+ifndef RCPROG
+ifdef CROSSBINDIR
+RCPROG=$(CROSSBINDIR)/$(RCNAME)$(SRCEXEEXT)
+else
+RCPROG=$(RCNAME)
+endif
+endif
+ifndef ARPROG
+ifdef CROSSBINDIR
+ARPROG=$(CROSSBINDIR)/$(ARNAME)$(SRCEXEEXT)
+else
+ARPROG=$(ARNAME)
+endif
+endif
+ifndef NASMPROG
+ifdef CROSSBINDIR
+NASMPROG=$(CROSSBINDIR)/$(NASMNAME)$(SRCEXEEXT)
+else
+NASMPROG=$(NASMNAME)
+endif
+endif
+AS=$(ASPROG)
+LD=$(LDPROG)
+RC=$(RCPROG)
+AR=$(ARPROG)
+NASM=$(NASMPROG)
+ifdef inUnix
+PPAS=./ppas$(SRCBATCHEXT)
+else
+PPAS=ppas$(SRCBATCHEXT)
+endif
+ifdef inUnix
+LDCONFIG=ldconfig
+else
+LDCONFIG=
+endif
+ifdef DATE
+DATESTR:=$(shell $(DATE) +%Y%m%d)
+else
+DATESTR=
+endif
+ZIPOPT=-9
+ZIPEXT=.zip
+ifeq ($(USETAR),bz2)
+TAROPT=vj
+TAREXT=.tar.bz2
+else
+TAROPT=vz
+TAREXT=.tar.gz
+endif
+override REQUIRE_PACKAGES=rtl
+ifeq ($(CPU_OS_TARGET),i386-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-go32v2)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-win32)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-os2)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-freebsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-beos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-haiku)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-solaris)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-netware)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-openbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-wdosx)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-emx)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-watcom)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-netwlibc)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-wince)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-symbian)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-nativent)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-iphonesim)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i386-aros)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-amiga)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-atari)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-palmos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-macosclassic)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-sinclairql)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),m68k-human68k)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-amiga)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-macosclassic)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-morphos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-wii)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc-aix)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc-solaris)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-freebsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-haiku)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-solaris)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-openbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-win64)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-iphonesim)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-aros)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),x86_64-dragonfly)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-netbsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-palmos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-wince)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-gba)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-nds)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-symbian)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-aros)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-freertos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),arm-ios)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),powerpc64-aix)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),avr-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),armeb-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),armeb-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mips-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mipsel-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mips64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),mips64el-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),jvm-java)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),jvm-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i8086-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i8086-msdos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),i8086-win16)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-freebsd)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-darwin)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-win64)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-iphonesim)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-android)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),aarch64-ios)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),wasm32-wasi)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),sparc64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv32-freertos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),riscv64-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),xtensa-freertos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),z80-embedded)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),z80-msxdos)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),z80-amstradcpc)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifeq ($(CPU_OS_TARGET),loongarch64-linux)
+REQUIRE_PACKAGES_RTL=1
+endif
+ifdef REQUIRE_PACKAGES_RTL
+PACKAGEDIR_RTL:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /rtl/Makefile.fpc,$(PACKAGESDIR))))))
+ifeq ($(PACKAGEDIR_RTL),)
+PACKAGEDIR_RTL:=$(firstword $(subst /Makefile,,$(strip $(wildcard $(addsuffix /rtl/Makefile,$(PACKAGESDIR))))))
+ifneq ($(PACKAGEDIR_RTL),)
+PACKAGEDIR_RTL:=$(firstword $(subst /fpmake.pp,,$(strip $(wildcard $(addsuffix /rtl/fpmake.pp,$(PACKAGESDIR))))))
+endif
+endif
+ifneq ($(PACKAGEDIR_RTL),)
+ifneq ($(wildcard $(PACKAGEDIR_RTL)/units/$(TARGETSUFFIX)),)
+UNITDIR_RTL=$(PACKAGEDIR_RTL)/units/$(TARGETSUFFIX)
+else
+UNITDIR_RTL=$(PACKAGEDIR_RTL)
+endif
+ifneq ($(wildcard $(PACKAGEDIR_RTL)/units/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_RTL=$(PACKAGEDIR_RTL)/units/$(SOURCESUFFIX)
+else
+ifneq ($(wildcard $(PACKAGEDIR_RTL)/units_bs/$(SOURCESUFFIX)),)
+UNITDIR_FPMAKE_RTL=$(PACKAGEDIR_RTL)/units_bs/$(SOURCESUFFIX)
+else
+UNITDIR_FPMAKE_RTL=$(PACKAGEDIR_RTL)
+endif
+endif
+ifdef CHECKDEPEND
+$(PACKAGEDIR_RTL)/$(OS_TARGET)/$(FPCMADE):
+ $(MAKE) -C $(PACKAGEDIR_RTL)/$(OS_TARGET) $(FPCMADE)
+override ALLDEPENDENCIES+=$(PACKAGEDIR_RTL)/$(OS_TARGET)/$(FPCMADE)
+endif
+else
+PACKAGEDIR_RTL=
+UNITDIR_RTL:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /rtl/Package.fpc,$(UNITSDIR)))))
+ifneq ($(UNITDIR_RTL),)
+UNITDIR_RTL:=$(firstword $(UNITDIR_RTL))
+else
+UNITDIR_RTL=
+endif
+endif
+ifdef UNITDIR_RTL
+override COMPILER_UNITDIR+=$(UNITDIR_RTL)
+endif
+ifdef UNITDIR_FPMAKE_RTL
+override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_RTL)
+endif
+endif
+ifndef NOCPUDEF
+override FPCOPTDEF=$(ARCH)
+endif
+ifneq ($(OS_TARGET),$(OS_SOURCE))
+override FPCOPT+=-T$(OS_TARGET)
+endif
+ifneq ($(CPU_TARGET),$(CPU_SOURCE))
+override FPCOPT+=-P$(ARCH)
+endif
+ifeq ($(OS_SOURCE),openbsd)
+override FPCOPT+=-FD$(NEW_BINUTILS_PATH)
+override FPCMAKEOPT+=-FD$(NEW_BINUTILS_PATH)
+override FPMAKE_BUILD_OPT+=-FD$(NEW_BINUTILS_PATH)
+endif
+ifndef CROSSBOOTSTRAP
+ifneq ($(BINUTILSPREFIX),)
+override FPCOPT+=-XP$(BINUTILSPREFIX)
+ifneq ($(RLINKPATH),)
+override FPCOPT+=-Xr$(RLINKPATH)
+endif
+endif
+endif
+ifndef CROSSCOMPILE
+ifneq ($(BINUTILSPREFIX),)
+override FPCMAKEOPT+=-XP$(BINUTILSPREFIX)
+override FPMAKE_BUILD_OPT+=-XP$(BINUTILSPREFIX)
+endif
+endif
+ifdef UNITDIR
+override FPCOPT+=$(addprefix -Fu,$(UNITDIR))
+endif
+ifdef LIBDIR
+override FPCOPT+=$(addprefix -Fl,$(LIBDIR))
+endif
+ifdef OBJDIR
+override FPCOPT+=$(addprefix -Fo,$(OBJDIR))
+endif
+ifdef INCDIR
+override FPCOPT+=$(addprefix -Fi,$(INCDIR))
+endif
+ifdef LINKSMART
+override FPCOPT+=-XX
+endif
+ifdef CREATESMART
+override FPCOPT+=-CX
+endif
+ifdef DEBUG
+override FPCOPT+=-gl
+override FPCOPTDEF+=DEBUG
+endif
+ifdef RELEASE
+FPCCPUOPT:=-O2
+override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n
+override FPCOPTDEF+=RELEASE
+endif
+ifdef STRIP
+override FPCOPT+=-Xs
+endif
+ifdef OPTIMIZE
+override FPCOPT+=-O2
+endif
+ifdef VERBOSE
+override FPCOPT+=-vwni
+endif
+ifdef COMPILER_OPTIONS
+override FPCOPT+=$(COMPILER_OPTIONS)
+endif
+ifdef COMPILER_UNITDIR
+override FPCOPT+=$(addprefix -Fu,$(COMPILER_UNITDIR))
+endif
+ifdef COMPILER_LIBRARYDIR
+override FPCOPT+=$(addprefix -Fl,$(COMPILER_LIBRARYDIR))
+endif
+ifdef COMPILER_OBJECTDIR
+override FPCOPT+=$(addprefix -Fo,$(COMPILER_OBJECTDIR))
+endif
+ifdef COMPILER_INCLUDEDIR
+override FPCOPT+=$(addprefix -Fi,$(COMPILER_INCLUDEDIR))
+endif
+ifdef CROSSBINDIR
+override FPCOPT+=-FD$(CROSSBINDIR)
+endif
+ifdef COMPILER_TARGETDIR
+override FPCOPT+=-FE$(COMPILER_TARGETDIR)
+ifeq ($(COMPILER_TARGETDIR),.)
+override TARGETDIRPREFIX=
+else
+override TARGETDIRPREFIX=$(COMPILER_TARGETDIR)/
+endif
+endif
+ifdef COMPILER_UNITTARGETDIR
+override FPCOPT+=-FU$(COMPILER_UNITTARGETDIR)
+ifeq ($(COMPILER_UNITTARGETDIR),.)
+override UNITTARGETDIRPREFIX=
+else
+override UNITTARGETDIRPREFIX=$(COMPILER_UNITTARGETDIR)/
+endif
+else
+ifdef COMPILER_TARGETDIR
+override COMPILER_UNITTARGETDIR=$(COMPILER_TARGETDIR)
+override UNITTARGETDIRPREFIX=$(TARGETDIRPREFIX)
+endif
+endif
+ifdef SYSROOTPATH
+override FPCOPT+=-XR$(SYSROOTPATH)
+else
+ifeq ($(OS_TARGET),$(OS_SOURCE))
+ifeq ($(OS_TARGET),darwin)
+ifeq ($(CPU_TARGET),aarch64)
+ifneq ($(wildcard /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk),)
+override FPCOPT+=-XR/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
+endif
+endif
+endif
+endif
+endif
+ifdef CREATESHARED
+override FPCOPT+=-Cg
+endif
+ifneq ($(filter $(OS_TARGET),dragonfly freebsd openbsd netbsd linux solaris),)
+ifneq ($(filter $(CPU_TARGET),x86_64 mips mipsel mips64 mips64el riscv64 powerpc64),)
+override FPCOPT+=-Cg
+endif
+endif
+ifneq ($(filter $(CPU_TARGET),z80),)
+override FPCOPT+=-CX -XX
+endif
+ifdef LINKSHARED
+endif
+ifdef GCCLIBDIR
+override FPCOPT+=-Fl$(GCCLIBDIR)
+ifdef FPCMAKEGCCLIBDIR
+override FPCMAKEOPT+=-Fl$(FPCMAKEGCCLIBDIR)
+else
+override FPCMAKEOPT+=-Fl$(GCCLIBDIR)
+endif
+endif
+ifdef OTHERLIBDIR
+override FPCOPT+=$(addprefix -Fl,$(OTHERLIBDIR))
+endif
+ifdef OPT
+override FPCOPT+=$(OPT)
+endif
+ifdef FPMAKEBUILDOPT
+override FPMAKE_BUILD_OPT+=$(FPMAKEBUILDOPT)
+endif
+ifdef FPCOPTDEF
+override FPCOPT+=$(addprefix -d,$(FPCOPTDEF))
+endif
+ifdef CFGFILE
+override FPCOPT+=@$(CFGFILE)
+endif
+ifdef USEENV
+override FPCEXTCMD:=$(FPCOPT)
+override FPCOPT:=!FPCEXTCMD
+export FPCEXTCMD
+endif
+override AFULL_TARGET=$(CPU_TARGET)-$(OS_TARGET)
+override AFULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)
+ifneq ($(AFULL_TARGET),$(AFULL_SOURCE))
+override ACROSSCOMPILE=1
+endif
+ifdef ACROSSCOMPILE
+override FPCOPT+=$(CROSSOPT)
+endif
+override COMPILER:=$(strip $(FPC) $(FPCOPT))
+ifneq (,$(filter -sh,$(COMPILER)))
+UseEXECPPAS=1
+endif
+ifneq (,$(filter -s,$(COMPILER)))
+ifeq ($(FULL_SOURCE),$(FULL_TARGET))
+UseEXECPPAS=1
+endif
+endif
+ifneq ($(UseEXECPPAS),1)
+EXECPPAS=
+else
+ifdef RUNBATCH
+EXECPPAS:=@$(RUNBATCH) $(PPAS)
+else
+EXECPPAS:=@$(PPAS)
+endif
+endif
+.PHONY: fpc_units
+ifneq ($(TARGET_UNITS)$(TARGET_IMPLICITUNITS),)
+override ALLTARGET+=fpc_units
+override UNITPPUFILES=$(addsuffix $(PPUEXT),$(TARGET_UNITS))
+override IMPLICITUNITPPUFILES=$(addsuffix $(PPUEXT),$(TARGET_IMPLICITUNITS))
+override INSTALLPPUFILES+=$(UNITPPUFILES) $(IMPLICITUNITPPUFILES)
+override CLEANPPUFILES+=$(UNITPPUFILES) $(IMPLICITUNITPPUFILES)
+endif
+fpc_units: $(COMPILER_UNITTARGETDIR) $(UNITPPUFILES)
+ifdef TARGET_RSTS
+override RSTFILES=$(addsuffix $(RSTEXT),$(TARGET_RSTS))
+override CLEANRSTFILES+=$(RSTFILES)
+endif
+.PHONY: fpc_all fpc_smart fpc_debug fpc_release fpc_shared
+$(FPCMADE): $(ALLDEPENDENCIES) $(ALLTARGET)
+ @$(ECHOREDIR) Compiled > $(FPCMADE)
+fpc_all: $(FPCMADE)
+fpc_smart:
+ $(MAKE) all LINKSMART=1 CREATESMART=1
+fpc_debug:
+ $(MAKE) all DEBUG=1
+fpc_release:
+ $(MAKE) all RELEASE=1
+.SUFFIXES: $(EXEEXT) $(PPUEXT) $(OEXT) $(LTOEXT) .pas .lpr .dpr .pp .rc .res
+$(COMPILER_UNITTARGETDIR):
+ $(MKDIRTREE) $(COMPILER_UNITTARGETDIR)
+$(COMPILER_TARGETDIR):
+ $(MKDIRTREE) $(COMPILER_TARGETDIR)
+%$(PPUEXT): %.pp
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(PPUEXT): %.pas
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(EXEEXT): %.pp
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(EXEEXT): %.pas
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(EXEEXT): %.lpr
+ $(COMPILER) $<
+ $(EXECPPAS)
+%$(EXEEXT): %.dpr
+ $(COMPILER) $<
+ $(EXECPPAS)
+%.res: %.rc
+ windres -i $< -o $@
+vpath %.pp $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)
+vpath %.pas $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)
+vpath %.lpr $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)
+vpath %.dpr $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR)
+vpath %.inc $(COMPILER_INCLUDEDIR)
+vpath %$(OEXT) $(COMPILER_UNITTARGETDIR)
+vpath %$(LTOEXT) $(COMPILER_UNITTARGETDIR)
+vpath %$(PPUEXT) $(COMPILER_UNITTARGETDIR)
+.PHONY: fpc_shared
+override INSTALLTARGET+=fpc_shared_install
+ifndef SHARED_LIBVERSION
+SHARED_LIBVERSION=$(FPC_VERSION)
+endif
+ifndef SHARED_LIBNAME
+SHARED_LIBNAME=$(PACKAGE_NAME)
+endif
+ifndef SHARED_FULLNAME
+SHARED_FULLNAME=$(SHAREDLIBPREFIX)$(SHARED_LIBNAME)-$(SHARED_LIBVERSION)$(SHAREDLIBEXT)
+endif
+ifndef SHARED_LIBUNITS
+SHARED_LIBUNITS:=$(TARGET_UNITS) $(TARGET_IMPLICITUNITS)
+override SHARED_LIBUNITS:=$(filter-out $(INSTALL_BUILDUNIT),$(SHARED_LIBUNITS))
+endif
+fpc_shared:
+ifdef HASSHAREDLIB
+ $(MAKE) all CREATESHARED=1 LINKSHARED=1 CREATESMART=1
+ifneq ($(SHARED_BUILD),n)
+ $(PPUMOVE) -q $(SHARED_LIBUNITS) -i$(COMPILER_UNITTARGETDIR) -o$(SHARED_FULLNAME) -d$(COMPILER_UNITTARGETDIR) -P$(BINUTILSPREFIX)
+endif
+else
+ @$(ECHO) Shared Libraries not supported
+endif
+fpc_shared_install:
+ifneq ($(SHARED_BUILD),n)
+ifneq ($(SHARED_LIBUNITS),)
+ifneq ($(wildcard $(COMPILER_UNITTARGETDIR)/$(SHARED_FULLNAME)),)
+ $(INSTALL) $(COMPILER_UNITTARGETDIR)/$(SHARED_FULLNAME) $(INSTALL_SHAREDDIR)
+endif
+endif
+endif
+.PHONY: fpc_install fpc_sourceinstall fpc_exampleinstall
+ifdef INSTALL_UNITS
+override INSTALLPPUFILES+=$(addsuffix $(PPUEXT),$(INSTALL_UNITS))
+endif
+ifdef INSTALL_BUILDUNIT
+override INSTALLPPUFILES:=$(filter-out $(INSTALL_BUILDUNIT)$(PPUEXT),$(INSTALLPPUFILES))
+endif
+ifdef INSTALLPPUFILES
+ifneq ($(IMPORTLIBPREFIX)-$(STATICLIBEXT),$(STATICLIBPREFIX)-$(STATICLIBEXT))
+override INSTALLPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(INSTALLPPUFILES)) $(subst $(PPUEXT),$(LTOEXT),$(INSTALLPPUFILES)) $(addprefix $(STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES))) $(addprefix $(IMPORTLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES)))
+else
+override INSTALLPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(INSTALLPPUFILES)) $(subst $(PPUEXT),$(LTOEXT),$(INSTALLPPUFILES)) $(addprefix $(STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES)))
+endif
+ifneq ($(UNITTARGETDIRPREFIX),)
+override INSTALLPPUFILENAMES:=$(notdir $(INSTALLPPUFILES))
+override INSTALLPPULINKFILENAMES:=$(notdir $(INSTALLPPULINKFILES))
+override INSTALLPPUFILES=$(addprefix $(UNITTARGETDIRPREFIX),$(INSTALLPPUFILENAMES))
+override INSTALLPPULINKFILES=$(wildcard $(addprefix $(UNITTARGETDIRPREFIX),$(INSTALLPPULINKFILENAMES)))
+endif
+override INSTALL_CREATEPACKAGEFPC=1
+endif
+ifdef INSTALLEXEFILES
+ifneq ($(TARGETDIRPREFIX),)
+override INSTALLEXEFILES:=$(addprefix $(TARGETDIRPREFIX),$(notdir $(INSTALLEXEFILES)))
+endif
+endif
+fpc_install: all $(INSTALLTARGET)
+ifdef INSTALLEXEFILES
+ $(MKDIR) $(INSTALL_BINDIR)
+ $(INSTALLEXE) $(INSTALLEXEFILES) $(INSTALL_BINDIR)
+endif
+ifdef INSTALL_CREATEPACKAGEFPC
+ifdef FPCMAKE
+ifdef PACKAGE_VERSION
+ifneq ($(wildcard Makefile.fpc),)
+ $(FPCMAKE) -p -T$(CPU_TARGET)-$(OS_TARGET) Makefile.fpc
+ $(MKDIR) $(INSTALL_UNITDIR)
+ $(INSTALL) Package.fpc $(INSTALL_UNITDIR)
+endif
+endif
+endif
+endif
+ifdef INSTALLPPUFILES
+ $(MKDIR) $(INSTALL_UNITDIR)
+ $(INSTALL) $(INSTALLPPUFILES) $(INSTALL_UNITDIR)
+ifneq ($(INSTALLPPULINKFILES),)
+ $(INSTALL) $(INSTALLPPULINKFILES) $(INSTALL_UNITDIR)
+endif
+ifneq ($(wildcard $(LIB_FULLNAME)),)
+ $(MKDIR) $(INSTALL_LIBDIR)
+ $(INSTALL) $(LIB_FULLNAME) $(INSTALL_LIBDIR)
+ifdef inUnix
+ ln -sf $(LIB_FULLNAME) $(INSTALL_LIBDIR)/$(LIB_NAME)
+endif
+endif
+endif
+ifdef INSTALL_FILES
+ $(MKDIR) $(INSTALL_DATADIR)
+ $(INSTALL) $(INSTALL_FILES) $(INSTALL_DATADIR)
+endif
+fpc_sourceinstall: distclean
+ $(MKDIR) $(INSTALL_SOURCEDIR)
+ $(COPYTREE) $(BASEDIR)/* $(INSTALL_SOURCEDIR)
+fpc_exampleinstall: $(EXAMPLEINSTALLTARGET) $(addsuffix _distclean,$(TARGET_EXAMPLEDIRS))
+ifdef HASEXAMPLES
+ $(MKDIR) $(INSTALL_EXAMPLEDIR)
+endif
+ifdef EXAMPLESOURCEFILES
+ $(COPY) $(EXAMPLESOURCEFILES) $(INSTALL_EXAMPLEDIR)
+endif
+ifdef TARGET_EXAMPLEDIRS
+ $(COPYTREE) $(addsuffix /*,$(TARGET_EXAMPLEDIRS)) $(INSTALL_EXAMPLEDIR)
+endif
+.PHONY: fpc_distinstall
+fpc_distinstall: install exampleinstall
+.PHONY: fpc_zipinstall fpc_zipsourceinstall fpc_zipexampleinstall
+ifndef PACKDIR
+ifndef inUnix
+PACKDIR=$(BASEDIR)/../fpc-pack
+else
+PACKDIR=/tmp/fpc-pack
+endif
+endif
+ifndef ZIPNAME
+ifdef DIST_ZIPNAME
+ZIPNAME=$(DIST_ZIPNAME)
+else
+ZIPNAME=$(PACKAGE_NAME)
+endif
+endif
+ifndef FULLZIPNAME
+FULLZIPNAME=$(ZIPCROSSPREFIX)$(ZIPPREFIX)$(ZIPNAME)$(ZIPSUFFIX)
+endif
+ifndef ZIPTARGET
+ifdef DIST_ZIPTARGET
+ZIPTARGET=DIST_ZIPTARGET
+else
+ZIPTARGET=install
+endif
+endif
+ifndef USEZIP
+ifdef inUnix
+USETAR=1
+endif
+endif
+ifndef inUnix
+USEZIPWRAPPER=1
+endif
+ifdef USEZIPWRAPPER
+ZIPPATHSEP=$(PATHSEP)
+ZIPWRAPPER=$(subst /,$(PATHSEP),$(DIST_DESTDIR)/fpczip$(SRCBATCHEXT))
+else
+ZIPPATHSEP=/
+endif
+ZIPCMD_CDPACK:=cd $(subst /,$(ZIPPATHSEP),$(PACKDIR))
+ZIPCMD_CDBASE:=cd $(subst /,$(ZIPPATHSEP),$(BASEDIR))
+ifdef USETAR
+ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(TAREXT)
+ZIPCMD_ZIP:=$(TARPROG) c$(TAROPT)f $(ZIPDESTFILE) *
+else
+ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(ZIPEXT)
+ZIPCMD_ZIP:=$(subst /,$(ZIPPATHSEP),$(ZIPPROG)) -Dr $(ZIPOPT) $(ZIPDESTFILE) *
+endif
+fpc_zipinstall:
+ $(MAKE) $(ZIPTARGET) INSTALL_PREFIX=$(PACKDIR) ZIPINSTALL=1
+ $(MKDIR) $(DIST_DESTDIR)
+ $(DEL) $(ZIPDESTFILE)
+ifdef USEZIPWRAPPER
+ifneq ($(ECHOREDIR),echo)
+ $(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_CDPACK))" > $(ZIPWRAPPER)
+ $(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_ZIP))" >> $(ZIPWRAPPER)
+ $(ECHOREDIR) -e "$(subst \,\\,$(ZIPCMD_CDBASE))" >> $(ZIPWRAPPER)
+else
+ echo $(ZIPCMD_CDPACK) > $(ZIPWRAPPER)
+ echo $(ZIPCMD_ZIP) >> $(ZIPWRAPPER)
+ echo $(ZIPCMD_CDBASE) >> $(ZIPWRAPPER)
+endif
+ifdef inUnix
+ /bin/sh $(ZIPWRAPPER)
+else
+ifdef RUNBATCH
+ $(RUNBATCH) $(ZIPWRAPPER)
+else
+ $(ZIPWRAPPER)
+endif
+endif
+ $(DEL) $(ZIPWRAPPER)
+else
+ $(ZIPCMD_CDPACK) ; $(ZIPCMD_ZIP) ; $(ZIPCMD_CDBASE)
+endif
+ $(DELTREE) $(PACKDIR)
+fpc_zipsourceinstall:
+ $(MAKE) fpc_zipinstall ZIPTARGET=sourceinstall ZIPSUFFIX=$(ZIPSOURCESUFFIX)
+fpc_zipexampleinstall:
+ifdef HASEXAMPLES
+ $(MAKE) fpc_zipinstall ZIPTARGET=exampleinstall ZIPSUFFIX=$(ZIPEXAMPLESUFFIX)
+endif
+fpc_zipdistinstall:
+ $(MAKE) fpc_zipinstall ZIPTARGET=distinstall
+.PHONY: fpc_clean fpc_cleanall fpc_distclean
+ifdef EXEFILES
+override CLEANEXEFILES:=$(addprefix $(TARGETDIRPREFIX),$(CLEANEXEFILES))
+override CLEANEXEDBGFILES:=$(addprefix $(TARGETDIRPREFIX),$(CLEANEXEDBGFILES))
+endif
+ifdef CLEAN_PROGRAMS
+override CLEANEXEFILES+=$(addprefix $(TARGETDIRPREFIX),$(addsuffix $(EXEEXT), $(CLEAN_PROGRAMS)))
+override CLEANEXEDBGFILES+=$(addprefix $(TARGETDIRPREFIX),$(addsuffix $(EXEDBGEXT), $(CLEAN_PROGRAMS)))
+endif
+ifdef CLEAN_UNITS
+override CLEANPPUFILES+=$(addsuffix $(PPUEXT),$(CLEAN_UNITS))
+endif
+ifdef CLEANPPUFILES
+override CLEANPPULINKFILES:=$(subst $(PPUEXT),$(OEXT),$(CLEANPPUFILES)) $(subst $(PPUEXT),$(LTOEXT),$(CLEANPPUFILES)) $(addprefix $(STATICLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(CLEANPPUFILES))) $(addprefix $(IMPORTLIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(CLEANPPUFILES)))
+ifdef DEBUGSYMEXT
+override CLEANPPULINKFILES+=$(subst $(PPUEXT),$(DEBUGSYMEXT),$(CLEANPPUFILES))
+endif
+override CLEANPPUFILENAMES:=$(CLEANPPUFILES)
+override CLEANPPUFILES=$(addprefix $(UNITTARGETDIRPREFIX),$(CLEANPPUFILENAMES))
+override CLEANPPULINKFILENAMES:=$(CLEANPPULINKFILES)
+override CLEANPPULINKFILES=$(wildcard $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANPPULINKFILENAMES)))
+endif
+fpc_clean: $(CLEANTARGET)
+ifdef CLEANEXEFILES
+ -$(DEL) $(CLEANEXEFILES)
+endif
+ifdef CLEANEXEDBGFILES
+ -$(DELTREE) $(CLEANEXEDBGFILES)
+endif
+ifdef CLEANPPUFILES
+ -$(DEL) $(CLEANPPUFILES)
+endif
+ifneq ($(CLEANPPULINKFILES),)
+ -$(DEL) $(CLEANPPULINKFILES)
+endif
+ifdef CLEANRSTFILES
+ -$(DEL) $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANRSTFILES))
+endif
+ifdef CLEAN_FILES
+ -$(DEL) $(CLEAN_FILES)
+endif
+ifdef LIB_NAME
+ -$(DEL) $(LIB_NAME) $(LIB_FULLNAME)
+endif
+ -$(DEL) $(FPCMADE) *$(FULL_TARGET).fpm Package.fpc *$(ASMEXT)
+ -$(DEL) $(FPCEXTFILE) $(REDIRFILE) script*.res link*.res *_script.res *_link.res
+ -$(DEL) $(PPAS) *_ppas$(BATCHEXT) ppas$(BATCHEXT) ppaslink$(BATCHEXT)
+fpc_cleanall: $(CLEANTARGET)
+ifdef CLEANEXEFILES
+ -$(DEL) $(CLEANEXEFILES)
+endif
+ifdef COMPILER_UNITTARGETDIR
+ifdef CLEANPPUFILES
+ -$(DEL) $(CLEANPPUFILES)
+endif
+ifneq ($(CLEANPPULINKFILES),)
+ -$(DEL) $(CLEANPPULINKFILES)
+endif
+ifdef CLEANRSTFILES
+ -$(DEL) $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANRSTFILES))
+endif
+endif
+ifdef CLEAN_FILES
+ -$(DEL) $(CLEAN_FILES)
+endif
+ -$(DELTREE) units
+ -$(DELTREE) bin
+ -$(DEL) *$(OEXT) *$(LTOEXT) *$(PPUEXT) *$(RSTEXT) *$(ASMEXT) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
+ifneq ($(PPUEXT),.ppu)
+ -$(DEL) *.o *.ppu *.a
+endif
+ -$(DELTREE) *$(SMARTEXT)
+ -$(DEL) fpcmade.* Package.fpc *.fpm
+ -$(DEL) $(FPCEXTFILE) $(REDIRFILE) script*.res link*.res *_script.res *_link.res
+ -$(DEL) $(PPAS) *_ppas$(BATCHEXT) ppas$(BATCHEXT) ppaslink$(BATCHEXT)
+ifdef AOUTEXT
+ -$(DEL) *$(AOUTEXT)
+endif
+ifdef DEBUGSYMEXT
+ -$(DEL) *$(DEBUGSYMEXT)
+endif
+ifdef LOCALFPMAKEBIN
+ -$(DEL) $(LOCALFPMAKEBIN)
+ -$(DEL) $(FPMAKEBINOBJ)
+endif
+fpc_distclean: cleanall
+.PHONY: fpc_baseinfo
+override INFORULES+=fpc_baseinfo
+fpc_baseinfo:
+ @$(ECHO)
+ @$(ECHO) == Package info ==
+ @$(ECHO) Package Name..... $(PACKAGE_NAME)
+ @$(ECHO) Package Version.. $(PACKAGE_VERSION)
+ @$(ECHO)
+ @$(ECHO) == Configuration info ==
+ @$(ECHO)
+ @$(ECHO) FPC.......... $(FPC)
+ @$(ECHO) FPC Version.. $(FPC_VERSION)
+ @$(ECHO) Source CPU... $(CPU_SOURCE)
+ @$(ECHO) Target CPU... $(CPU_TARGET)
+ @$(ECHO) Source OS.... $(OS_SOURCE)
+ @$(ECHO) Target OS.... $(OS_TARGET)
+ @$(ECHO) Full Source.. $(FULL_SOURCE)
+ @$(ECHO) Full Target.. $(FULL_TARGET)
+ @$(ECHO) SourceSuffix. $(SOURCESUFFIX)
+ @$(ECHO) TargetSuffix. $(TARGETSUFFIX)
+ @$(ECHO) FPC fpmake... $(FPCFPMAKE)
+ @$(ECHO)
+ @$(ECHO) == Directory info ==
+ @$(ECHO)
+ @$(ECHO) Required pkgs... $(REQUIRE_PACKAGES)
+ @$(ECHO)
+ @$(ECHO) Basedir......... $(BASEDIR)
+ @$(ECHO) FPCDir.......... $(FPCDIR)
+ @$(ECHO) CrossBinDir..... $(CROSSBINDIR)
+ @$(ECHO) UnitsDir........ $(UNITSDIR)
+ @$(ECHO) PackagesDir..... $(PACKAGESDIR)
+ @$(ECHO)
+ @$(ECHO) GCC library..... $(GCCLIBDIR)
+ @$(ECHO) Other library... $(OTHERLIBDIR)
+ @$(ECHO)
+ @$(ECHO) == Tools info ==
+ @$(ECHO)
+ @$(ECHO) As........ $(AS)
+ @$(ECHO) Ld........ $(LD)
+ @$(ECHO) Ar........ $(AR)
+ @$(ECHO) Rc........ $(RC)
+ @$(ECHO)
+ @$(ECHO) Mv........ $(MVPROG)
+ @$(ECHO) Cp........ $(CPPROG)
+ @$(ECHO) Rm........ $(RMPROG)
+ @$(ECHO) GInstall.. $(GINSTALL)
+ @$(ECHO) Echo...... $(ECHO)
+ @$(ECHO) Shell..... $(SHELL)
+ @$(ECHO) Date...... $(DATE)
+ @$(ECHO) FPCMake... $(FPCMAKE)
+ @$(ECHO) PPUMove... $(PPUMOVE)
+ @$(ECHO) Zip....... $(ZIPPROG)
+ @$(ECHO)
+ @$(ECHO) == Object info ==
+ @$(ECHO)
+ @$(ECHO) Target Loaders........ $(TARGET_LOADERS)
+ @$(ECHO) Target Units.......... $(TARGET_UNITS)
+ @$(ECHO) Target Implicit Units. $(TARGET_IMPLICITUNITS)
+ @$(ECHO) Target Programs....... $(TARGET_PROGRAMS)
+ @$(ECHO) Target Dirs........... $(TARGET_DIRS)
+ @$(ECHO) Target Examples....... $(TARGET_EXAMPLES)
+ @$(ECHO) Target ExampleDirs.... $(TARGET_EXAMPLEDIRS)
+ @$(ECHO)
+ @$(ECHO) Clean Units......... $(CLEAN_UNITS)
+ @$(ECHO) Clean Files......... $(CLEAN_FILES)
+ @$(ECHO)
+ @$(ECHO) Install Units....... $(INSTALL_UNITS)
+ @$(ECHO) Install Files....... $(INSTALL_FILES)
+ @$(ECHO)
+ @$(ECHO) == Install info ==
+ @$(ECHO)
+ @$(ECHO) DateStr.............. $(DATESTR)
+ @$(ECHO) ZipName.............. $(ZIPNAME)
+ @$(ECHO) ZipPrefix............ $(ZIPPREFIX)
+ @$(ECHO) ZipCrossPrefix....... $(ZIPCROSSPREFIX)
+ @$(ECHO) ZipSuffix............ $(ZIPSUFFIX)
+ @$(ECHO) FullZipName.......... $(FULLZIPNAME)
+ @$(ECHO) Install FPC Package.. $(INSTALL_FPCPACKAGE)
+ @$(ECHO)
+ @$(ECHO) Install base dir..... $(INSTALL_BASEDIR)
+ @$(ECHO) Install binary dir... $(INSTALL_BINDIR)
+ @$(ECHO) Install library dir.. $(INSTALL_LIBDIR)
+ @$(ECHO) Install units dir.... $(INSTALL_UNITDIR)
+ @$(ECHO) Install source dir... $(INSTALL_SOURCEDIR)
+ @$(ECHO) Install doc dir...... $(INSTALL_DOCDIR)
+ @$(ECHO) Install example dir.. $(INSTALL_EXAMPLEDIR)
+ @$(ECHO) Install data dir..... $(INSTALL_DATADIR)
+ @$(ECHO)
+ @$(ECHO) Dist destination dir. $(DIST_DESTDIR)
+ @$(ECHO) Dist zip name........ $(DIST_ZIPNAME)
+ @$(ECHO)
+.PHONY: fpc_info
+fpc_info: $(INFORULES)
+.PHONY: fpc_makefile fpc_makefiles fpc_makefile_sub1 fpc_makefile_sub2 \
+ fpc_makefile_dirs
+fpc_makefile:
+ $(FPCMAKE) -w -T$(OS_TARGET) Makefile.fpc
+fpc_makefile_sub1:
+ifdef TARGET_DIRS
+ $(FPCMAKE) -w -T$(OS_TARGET) $(addsuffix /Makefile.fpc,$(TARGET_DIRS))
+endif
+ifdef TARGET_EXAMPLEDIRS
+ $(FPCMAKE) -w -T$(OS_TARGET) $(addsuffix /Makefile.fpc,$(TARGET_EXAMPLEDIRS))
+endif
+fpc_makefile_sub2: $(addsuffix _makefile_dirs,$(TARGET_DIRS) $(TARGET_EXAMPLEDIRS))
+fpc_makefile_dirs: fpc_makefile_sub1 fpc_makefile_sub2
+fpc_makefiles: fpc_makefile fpc_makefile_dirs
+debug: fpc_debug
+smart: fpc_smart
+release: fpc_release
+units: fpc_units
+examples:
+shared: fpc_shared
+install: fpc_install
+sourceinstall: fpc_sourceinstall
+exampleinstall: fpc_exampleinstall
+distinstall: fpc_distinstall
+zipinstall: fpc_zipinstall
+zipsourceinstall: fpc_zipsourceinstall
+zipexampleinstall: fpc_zipexampleinstall
+zipdistinstall: fpc_zipdistinstall
+clean: fpc_clean
+cleanall: fpc_cleanall
+info: fpc_info
+makefiles: fpc_makefiles
+.PHONY: debug smart release units examples shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean cleanall info makefiles
+ifneq ($(wildcard fpcmake.loc),)
+include fpcmake.loc
+endif
+.PHONY: cleartarget compiled all
+cleartarget:
+ -$(DEL) $(COMPILER_UNITTARGETDIR)/ideutilspkg$(PPUEXT)
+compiled:
+ $(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/ideutilspkg.compiled
+all: cleartarget $(COMPILER_UNITTARGETDIR) ideutilspkg$(PPUEXT) compiled
+distclean: clean
+ ${DELTREE} lib/*
diff --git a/ide/packages/ideutils/Makefile.compiled b/ide/packages/ideutils/Makefile.compiled
new file mode 100644
index 0000000000..242f0b5f59
--- /dev/null
+++ b/ide/packages/ideutils/Makefile.compiled
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/ide/packages/ideutils/Makefile.fpc b/ide/packages/ideutils/Makefile.fpc
new file mode 100644
index 0000000000..8356ddd609
--- /dev/null
+++ b/ide/packages/ideutils/Makefile.fpc
@@ -0,0 +1,64 @@
+# File generated automatically by Lazarus Package Manager
+#
+# Makefile.fpc for IdeUtilsPkg 1.0
+#
+# This file was generated on 11/04/2024
+
+[package]
+name=ideutilspkg
+version=1.0
+
+[compiler]
+unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+unitdir=. ../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/buildintf/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../../components/ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
+options=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
+
+[target]
+units=ideutilspkg.pas
+
+[clean]
+files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) \
+ $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) \
+ $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
+
+[prerules]
+# LCL Platform
+ifndef LCL_PLATFORM
+ifeq ($(OS_TARGET),win32)
+LCL_PLATFORM=win32
+else
+ifeq ($(OS_TARGET),win64)
+LCL_PLATFORM=win32
+else
+ifeq ($(OS_TARGET),darwin)
+LCL_PLATFORM=cocoa
+else
+LCL_PLATFORM=gtk2
+endif
+endif
+endif
+endif
+export LCL_PLATFORM
+
+DBG_OPTIONS=
+ifeq ($(OS_TARGET),darwin)
+DBG_OPTIONS=-gw
+endif
+
+[rules]
+.PHONY: cleartarget compiled all
+
+cleartarget:
+ -$(DEL) $(COMPILER_UNITTARGETDIR)/ideutilspkg$(PPUEXT)
+
+compiled:
+ $(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/ideutilspkg.compiled
+
+all: cleartarget $(COMPILER_UNITTARGETDIR) ideutilspkg$(PPUEXT) compiled
+
+distclean: clean
+ ${DELTREE} lib/*
diff --git a/ide/dialogprocs.pas b/ide/packages/ideutils/dialogprocs.pas
similarity index 99%
rename from ide/dialogprocs.pas
rename to ide/packages/ideutils/dialogprocs.pas
index aa7a43d9b3..4e21b9ebcf 100644
--- a/ide/dialogprocs.pas
+++ b/ide/packages/ideutils/dialogprocs.pas
@@ -46,7 +46,7 @@ uses
// IdeIntf
LazIDEIntf, IDEDialogs,
// IDE
- LazarusIDEStrConsts;
+ IdeUtilsPkgStrConsts;
type
// load buffer flags
diff --git a/ide/packages/ideutils/fpmake.pp b/ide/packages/ideutils/fpmake.pp
new file mode 100644
index 0000000000..fd30b035f0
--- /dev/null
+++ b/ide/packages/ideutils/fpmake.pp
@@ -0,0 +1,71 @@
+{
+ File generated automatically by Lazarus Package Manager
+
+ fpmake.pp for IdeUtilsPkg 1.0
+
+ This file was generated on 11/04/2024
+}
+
+{$ifndef ALLPACKAGES}
+{$mode objfpc}{$H+}
+program fpmake;
+
+uses fpmkunit;
+{$endif ALLPACKAGES}
+
+procedure add_IdeUtilsPkg(const ADirectory: string);
+
+var
+ P : TPackage;
+ T : TTarget;
+ D : TDependency;
+
+begin
+ with Installer do
+ begin
+ P:=AddPackage('ideutilspkg');
+ P.Version:='1.0.0-0';
+
+ P.Directory:=ADirectory;
+
+ P.Author:='Lazarus Team';
+ P.License:='GPLv2';
+ P.Description:='-- This package is part of the IDE --'#13#10'This package does not guarantee any particular interface/API. Files are maintained for the use by the IDE.'#13#10''#13#10'Files in this package are for the main configuration of the IDE.';
+
+ P.Flags.Add('LazarusDsgnPkg');
+
+ D := P.Dependencies.Add('ideintf');
+ D := P.Dependencies.Add('codetools');
+ D := P.Dependencies.Add('lclbase');
+ P.Options.Add('-MObjFPC');
+ P.Options.Add('-Scghi');
+ P.Options.Add('-O1');
+ P.Options.Add('-g');
+ P.Options.Add('-gl');
+ P.Options.Add('-l');
+ P.Options.Add('-vewnhibq');
+ P.Options.Add('-dLCL');
+ P.Options.Add('-dLCL$(LCLWidgetType)');
+ P.UnitPath.Add('.');
+ T:=P.Targets.AddUnit('ideutilspkg.pas');
+ t.Dependencies.AddUnit('dialogprocs');
+ t.Dependencies.AddUnit('idetranslations');
+ t.Dependencies.AddUnit('ideutilspkgstrconsts');
+
+ T:=P.Targets.AddUnit('dialogprocs.pas');
+ T:=P.Targets.AddUnit('idetranslations.pas');
+ T:=P.Targets.AddUnit('ideutilspkgstrconsts.pas');
+
+ // copy the compiled file, so the IDE knows how the package was compiled
+ P.Sources.AddSrc('ideutilspkg.compiled');
+ P.InstallFiles.Add('ideutilspkg.compiled',AllOSes,'$(unitinstalldir)');
+
+ end;
+end;
+
+{$ifndef ALLPACKAGES}
+begin
+ add_IdeUtilsPkg('');
+ Installer.Run;
+end.
+{$endif ALLPACKAGES}
diff --git a/ide/idetranslations.pas b/ide/packages/ideutils/idetranslations.pas
similarity index 99%
rename from ide/idetranslations.pas
rename to ide/packages/ideutils/idetranslations.pas
index f817aafa3d..887a95a184 100644
--- a/ide/idetranslations.pas
+++ b/ide/packages/ideutils/idetranslations.pas
@@ -27,7 +27,7 @@ unit IDETranslations;
{$mode objfpc}{$H+}
-{$I ide.inc}
+{ $I ide.inc}
interface
@@ -38,7 +38,7 @@ uses
// Codetools
FileProcs, CodeToolManager, DirectoryCacher, CodeCache,
// IDE
- LazarusIDEStrConsts; { IDE Language (Human, not computer) }
+ IdeUtilsPkgStrConsts; { IDE Language (Human, not computer) }
type
{ TLazarusTranslation }
diff --git a/ide/packages/ideutils/ideutilspkg.lpk b/ide/packages/ideutils/ideutilspkg.lpk
new file mode 100644
index 0000000000..f4e2cb0968
--- /dev/null
+++ b/ide/packages/ideutils/ideutilspkg.lpk
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ide/packages/ideutils/ideutilspkg.pas b/ide/packages/ideutils/ideutilspkg.pas
new file mode 100644
index 0000000000..2c3c1ce36c
--- /dev/null
+++ b/ide/packages/ideutils/ideutilspkg.pas
@@ -0,0 +1,21 @@
+{ This file was automatically created by Lazarus. Do not edit!
+ This source is only used to compile and install the package.
+ }
+
+unit IdeUtilsPkg;
+
+{$warn 5023 off : no warning about unused units}
+interface
+
+uses
+ DialogProcs, IDETranslations, IdeUtilsPkgStrConsts, LazarusPackageIntf;
+
+implementation
+
+procedure Register;
+begin
+end;
+
+initialization
+ RegisterPackage('IdeUtilsPkg', @Register);
+end.
diff --git a/ide/packages/ideutils/ideutilspkgstrconsts.pas b/ide/packages/ideutils/ideutilspkgstrconsts.pas
new file mode 100644
index 0000000000..dc170ba41d
--- /dev/null
+++ b/ide/packages/ideutils/ideutilspkgstrconsts.pas
@@ -0,0 +1,124 @@
+{
+ /***************************************************************************
+ IdeUtilsPkgStrConsts.pas
+ -----------------------
+ This unit contains 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 . You can also *
+ * obtain it by writing to the Free Software Foundation, *
+ * Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1335, USA. *
+ * *
+ ***************************************************************************
+}
+unit IdeUtilsPkgStrConsts;
+
+{$mode objfpc}{$H+}
+
+interface
+
+uses
+ Classes, SysUtils;
+
+resourcestring
+ lisFileNotText = 'File not text';
+ lisUnableToRenameFile = 'Unable to rename file';
+ lisUnableToCopyFile = 'Unable to copy file';
+ lisWriteError = 'Write Error';
+ lisFileDoesNotLookLikeATextFileOpenItAnyway = 'File "%s"'
+ +'%sdoes not look like a text file.'
+ +'%sOpen it anyway?';
+ lisSourceAndDestinationAreTheSame = 'Source and Destination are the same:%s%s';
+ lisUnableToWriteFileError = 'Unable to write file "%s"%sError: %s';
+ lisOverwriteFile = 'Overwrite file?';
+ lisAFileAlreadyExistsReplaceIt = 'A file "%s" already exists.'
+ +'%sReplace it?';
+ lisOverwriteFileOnDisk = 'Overwrite file on disk';
+ lisReadError = 'Read Error';
+ lisUnableToReadFile = 'Unable to read file';
+ lisUnableToReadFile2 = 'Unable to read file "%s".';
+ lisUnableToReadFileError = 'Unable to read file "%s"%sError: %s';
+ lisUnableToRenameFileTo = 'Unable to rename file "%s" to "%s"!';
+ lisUnableToRenameFileTo2= 'Unable to rename file "%s"%sto "%s".';
+ lisUnableToCreateFile = 'Unable to create file';
+ lisUnableToCreateFile2 = 'Unable to create file "%s"';
+ lisUnableToCreateFile3 = 'Unable to create file%s"%s"';
+ lisUnableToCopyFileTo = 'Unable to copy file "%s"%sto "%s"';
+ lisUnableToWrite2 = 'Unable to write "%s"';
+ lisUnableToWriteFile = 'Unable to write file';
+ lisUnableToWriteFile2 = 'Unable to write file "%s".';
+ lisUnableToWriteToFile2 = 'Unable to write to file "%s".';
+ lisFileIsNotWritable = 'File is not writable';
+ lisCodeToolsDefsWriteError = 'Write error';
+ lisCCOErrorCaption = 'Error';
+ lisErrorLoadingFrom = 'Error loading %s from%s%s%s%s';
+ lisErrorSavingTo = 'Error saving %s to%s%s%s%s';
+ lisXMLError = 'XML Error';
+ lisXMLParserErrorInFileError = 'XML parser error in file %s%sError: %s';
+ lisUnableToWriteXmlStreamToError = 'Unable to write xml stream to %s%sError: %s';
+ lisWriteErrorFile = 'Write error: %s%sFile: %s%s%s';
+ lisFileIsSymlink = 'File is symlink';
+ lisTheFileIsASymlinkOpenInstead = 'The file "%s" is a symlink.'
+ +'%sOpen "%s" instead?';
+ lisOpenTarget = 'Open target';
+ lisOpenSymlink = 'Open symlink';
+ lisDirectoryNotWritable = 'Directory not writable';
+ lisTheDirectoryIsNotWritable = 'The directory "%s" is not writable.';
+ lisPkgMangUnableToCreateDirectory = 'Unable to create directory';
+ lisUnableToCreateDirectory = 'Unable to create directory "%s".';
+ lisPkgMangUnableToDeleteFile = 'Unable to delete file "%s".';
+ lisDeleteFileFailed = 'Delete file failed';
+ lisTheCodetoolsFoundAnError = 'The Codetools found an error:%s%s';
+ lisNotImplemented = 'Not implemented';
+ lisNotImplementedYet = 'Not implemented yet:%s%s';
+ lisEnvOptDlgDirectoryNotFound = 'Directory not found';
+ lisIgnoreAndContinue = 'Ignore and continue';
+ lisUnableToCreateLinkWithTarget = 'Unable to create link "%s" with target "%s"';
+
+ // Languages
+ rsLanguageAutomatic = 'Automatic (or English)';
+ rsLanguageEnglish = 'English';
+ rsLanguageGerman = 'German';
+ rsLanguageSpanish = 'Spanish';
+ rsLanguageFrench = 'French';
+ rsLanguageRussian = 'Russian';
+ rsLanguagePolish = 'Polish';
+ rsLanguageItalian = 'Italian';
+ rsLanguageCatalan = 'Catalan';
+ rsLanguageFinnish = 'Finnish';
+ rsLanguageHebrew = 'Hebrew';
+ rsLanguageArabic = 'Arabic';
+ rsLanguagePortugueseBr = 'Brazilian Portuguese';
+ rsLanguagePortuguese = 'Portuguese';
+ rsLanguageUkrainian = 'Ukrainian';
+ rsLanguageDutch = 'Dutch';
+ rsLanguageJapanese = 'Japanese';
+ rsLanguageChinese = 'Chinese';
+ rsLanguageIndonesian = 'Indonesian';
+ rsLanguageAfrikaans = 'Afrikaans';
+ rsLanguageLithuanian = 'Lithuanian';
+ rsLanguageSlovak = 'Slovak';
+ rsLanguageTurkish = 'Turkish';
+ rsLanguageCzech = 'Czech';
+ rsLanguageHungarian = 'Hungarian';
+ rsLanguageCorsican = 'Corsican';
+
+implementation
+
+end.
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.af_ZA.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.af_ZA.po
new file mode 100644
index 0000000000..0f106d7375
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.af_ZA.po
@@ -0,0 +1,334 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+#, fuzzy
+msgid "Error"
+msgstr "Fout"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr ""
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Lêer is nie skryfbaar nie"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "Lêer is nie teks nie"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr ""
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr ""
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Lees Fout"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr ""
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr ""
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Afrikaans"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Arabies"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Nederlands"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "English"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Duits"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Rusies"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Spaans"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr ""
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr ""
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.ar.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.ar.po
new file mode 100644
index 0000000000..9afac924db
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.ar.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr ""
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr ""
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr ""
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr ""
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr ""
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr ""
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr ""
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "صيني"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr ""
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr ""
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.ca.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.ca.po
new file mode 100644
index 0000000000..e5ee8a2cb8
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.ca.po
@@ -0,0 +1,346 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format, fuzzy, badformat
+#| msgid "A file %s%s%s already exists.%sReplace it?"
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Ja existeix un fitxer %s%s%s. %sVoleu que el substitueixi?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "S'ha produït un error"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "S'ha produït un error d'escriptura"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Ha fallat l'eliminació del fitxer"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "No s'ha trobat el directori"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format, fuzzy, badformat
+#| msgid "File %s%s%s%sdoes not look like a text file.%sOpen it anyway?"
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "El fitxer %s%s%s%sno sembla un fitxer de text.%sEl voleu obrir igualment?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "No es pot escriure en el fitxer"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "No és un fitxer de text"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Voleu sobrescriure el fitxer?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Sobreescriu arxiu al disc"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "No es pot crear el directori"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to delete file %s%s%s."
+msgid "Unable to delete file \"%s\"."
+msgstr "No es pot eliminar el fitxer %s%s%s."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "S'ha produït un error de lectura"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr ""
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "No es pot copiar el fitxer"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to copy file %s%s%s%sto %s%s%s"
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "No es pot copiar el fitxer %s%s%s%sa %s%s%s"
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create directory %s%s%s."
+msgid "Unable to create directory \"%s\"."
+msgstr "No es pot crear el directori %s%s%s"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "No es pot crear el fitxer"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create file %s%s%s"
+msgid "Unable to create file \"%s\""
+msgstr "No es pot crear el fitxer %s%s%s"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "No es pot llegir el fitxer"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to read file %s%s%s!"
+msgid "Unable to read file \"%s\"."
+msgstr "No es pot llegir el fitxer %s%s%s!"
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to read file %s%s%s%sError: %s"
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "No es pot llegir el fitxer %s%s%s%sError: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "No es pot canviar el nom del fitxer"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to rename file %s%s%s to %s%s%s!"
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "No es pot canviar el nom del fitxer %s%s%s a %s%s%s!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to rename file %s%s%s%sto %s%s%s."
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "No es pot canviar el nom del fitxer %s%s%s%sa %s%s%s."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "No es pot escriure el fitxer"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to write file %s%s%s%sError: %s"
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "No es pot escriure el fitxer %s%s%s%sError: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "S'ha produït un error d'escriptura"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Aràbic"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Català"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Chinés"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Holandés"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Anglès"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Finlandès"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Francès"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Alemany"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Hebreu"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Indonés"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Italià"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Japonés"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Polonès"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Rus"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Espanyol"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Ucrainés"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr ""
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Font i destinació son el mateix:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+#, fuzzy
+#| msgid "Automatic (or english)"
+msgid "Automatic (or English)"
+msgstr "Automàtic (o Anglès)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.cs.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.cs.po
new file mode 100644
index 0000000000..71723b53ff
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.cs.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Soubor \"%s\" už existuje.%sNahradit?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Chyba"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Chyba zápisu"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Odstranění souboru selhalo"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "Adresář není zapisovatelný"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Adresář nenalezen"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "Chyba načítání %s z%s%s%s%s"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "Chyba ukládání %s do %s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "Soubor \"%s\"%snevypadá jako textový soubor.%sPřesto otevřít?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Soubor není zapisovatelný"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "Soubor je symbolický odkaz"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "Soubor není textový"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Ignorovat a pokračovat"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "Doposud neimplementováno"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "Zatím neimplementováno:%s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Otevřít symbolický odkaz"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Přepsat soubor?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Přepsat soubor na disku"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Nelze vytvořit adresář"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "Nelze smazat soubor \"%s\"."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Chyba čtení"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "CodeTools našly chybu:%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "Adresář \"%s\" není zapisovatelný."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "Soubor \"%s\" je symbolický odkaz.%sOtevřít místo něj \"%s\"?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Soubor nelze zkopírovat"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Nelze zkopírovat soubor \"%s\"%sna \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "Nelze vytvořit adresář \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Nelze vytvořit soubor"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "Nelze vytvořit soubor \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "Nelze vytvořit soubor %s\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "Nelze vytvořit odkaz \"%s\" s cílem \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Nelze přečíst soubor"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "Nelze přečíst soubor \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Nelze číst soubor \"%s\"%sChyba: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Soubor nelze přejmenovat"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "Nelze přejmenovat soubor \"%s\" na \"%s\"!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "Nelze přejmenovat soubor \"%s\"%sna \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "Nelze zapisovat do \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Nelze zapsat soubor"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "Nemožný zápis do souboru \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Nelze zapisovat do souboru \"%s\"%sChyba: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "Nelze zapsat do souboru \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "Nelze zapsat xml proud do %s%sChyba: %s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Chyba zápisu"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Chyba zápisu: %s%sSoubor: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "Chyba XML"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "Chyba XML analyzátoru v souboru %s%sChyba: %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Afrikánština"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Arabština"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Katalánština"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Čínština"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "Čeština"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Holandština"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Angličtina"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Finština"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Francouzština"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Němčina"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Hebrejština"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "Maďarština"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Indonésština"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Italština"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Japonština"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "Litevština"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Polština"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "Portugalština"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "Brazilská portugalština"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Ruština"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "Slovenština"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Španělština"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "Turečtina"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Ukrajinština"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Otevřít cíl"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Zdroj a cíl jsou stejné:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "Automaticky (nebo Angličtina)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.de.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.de.po
new file mode 100644
index 0000000000..8379cd85af
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.de.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Die Datei \"%s\" ist bereits vorhanden.%sErsetzen?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Fehler"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Schreibfehler"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Löschen der Datei fehlgeschlagen"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "Verzeichnis nicht beschreibbar"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Verzeichnis nicht gefunden"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "Fehler beim Laden von %s aus %s%s%s%s"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "Fehler beim Speichern von %s nach %s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "Datei \"%s\"%s sieht nicht aus wie eine Textdatei.%sTrotzdem öffnen?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Datei ist schreibgeschützt"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "Datei ist ein symbolischer Link"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "Keine Textdatei"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Übergehen und fortsetzen"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "Nicht implementiert"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "Noch nicht implementiert:%s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Offener symbolischer Link"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Datei überschreiben?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Datei auf Datenträger überschreiben"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Unfähig, das Verzeichnis anzulegen"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "Die Datei \"%s\" kann nicht gelöscht werden."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Lesefehler"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "Die Codetools fanden einen Fehler:%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "Im Verzeichnis \"%s\" kann nicht geschrieben werden."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "Die Datei \"%s\" ist ein Symlink.%sStatt dessen \"%s\" öffnen?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Kann Datei nicht kopieren"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Kann Datei \"%s\"%s nicht nach \"%s\" kopieren"
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "Kann Verzeichnis \"%s\" nicht erzeugen."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Unfähig, die Datei anzulegen"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "Kann Datei \"%s\" nicht erzeugen"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "Kann Datei%s\"%s\" nicht anlegen"
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "Kann den Link \"%s\" zum Ziel \"%s\" nicht anlegen"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Die Datei kann nicht gelesen werden"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "Die Datei \"%s\" kann nicht gelesen werden."
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Die Datei \"%s\" kann nicht gelesen werden.%sFehler: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Kann die Datei nicht umbennen"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "Die Datei \"%s\" kann nicht in \"%s\" umbenannt werden."
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "Die Datei \"%s\"%s kann nicht in \"%s\" umbenannt werden."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "Kann Datei \"%s\" nicht schreiben"
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Kann die Datei nicht schreiben"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "Kann Datei \"%s\" nicht schreiben."
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Kann die Datei \"%s\"nicht schreiben%sFehler: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "Kann nicht in Datei \"%s\" schreiben."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "Kann XML-Stream nicht in %s%s schreiben. Fehler: %S"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Schreibfehler"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Schreibfehler: %s%sDatei: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "XML-Fehler"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "XML-Parserfehler in der Datei %s%sFehler: %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Afrikaans"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Arabisch"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Katalanisch"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Chinesisch"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "Tschechisch"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Niederländisch"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Englisch"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Finnisch"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Französisch"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Deutsch"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Hebräisch"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "Ungarisch"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Indonesisch"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Italienisch"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Japanisch"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "Litauisch"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Polnisch"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "Portugiesisch"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "Brasilianisches Portugiesisch"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Russisch"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "Slovakisch"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Spanisch"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "Türkisch"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Ukrainisch"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Offenes Ziel"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Quelle und Ziel sind gleich:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "Automatisch (oder Englisch)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.es.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.es.po
new file mode 100644
index 0000000000..9ae34a74ce
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.es.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Ya existe el archivo \"%s\".%s¿Reemplazarlo?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Error"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Error de escritura"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Fallo al borrar el archivo"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "Directorio no escribible"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Directorio no encontrado"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "Error cargando %s desde%s%s%s%s"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "Error guardando %s a%s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "El archivo \"%s\"%sno parece ser un archivo de texto.%s¿Abrirlo de todas maneras?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "No se puede escribir en el archivo"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "El archivo es un enlace simbólico"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "El archivo no es de texto"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Ignorar y continuar"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "No implementado"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "No implementado todavía:%s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Abrir enlace simbólico"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "¿Sobreescribir archivo?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Sobreescribir archivo en disco"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "No se ha podido crear el directorio"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "No se ha podido borrar el archivo \"%s\"."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Error de lectura"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "Codetools encontró un error:%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "El directorio \"%s\" no es escribible."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "El archivo \"%s\" es un enlace simbólico.%s¿Abrir \"%s\" en su lugar?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "No se puede copiar el archivo"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "No se ha podido copiar el archivo \"%s\"%s a \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "No se ha podido crear el directorio \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "No se ha podido crear el archivo"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "No se ha podido crear el archivo \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "No se puede crear el archivoe%s\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "No se puede crear el enlace \"%s\" con destino \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "No se ha podido leer el archivo"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "No se ha podido leer el archivo \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "No se ha podido leer el archivo \"%s\"%s Error: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "No se puede renombrar el archivo"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "¡No se ha podido renombrar el archivo \"%s\" a \"%s\"!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "No se puede renombrar el archivo \"%s\"%sa \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "No es posible escribir \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "No se ha podido escribir el archivo"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "No se ha podido escribir el fichero \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "No se ha podido escribir el archivo \"%s\"%s Error: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "No se puede escribir en el archivo \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "No es posible escribir el stream xml en %s%sError: %s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Error de escritura"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Error de escritura: %s%sArchivo: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "Error XML"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "Error de análisis en archivo XML %s%sError: %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Afrikaans"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Árabe"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Catalán"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Chino"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr "Corsican"
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "Checo"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Holandés"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Inglés"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Finlandés"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Francés"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Alemán"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Hebreo"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "Húngaro"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Indonesio"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Italiano"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Japonés"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "Lituano"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Polaco"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "Portugués"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "Portugués Brasileño"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Ruso"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "Eslovaco"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Español"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "Turco"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Ucraniano"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Abrir objetivo"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Origen y destino son el mismo:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "Automático (o inglés)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.fi.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.fi.po
new file mode 100644
index 0000000000..1316684a46
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.fi.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Tiedosto \"%s\" on jo olemassa.%sKorvataanko se? "
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Virhe"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Tiedoston tallentaminen ei onnistunut"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Tiedoston poistaminen epäonnistui"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "Hakemistoon ei voi kirjoittaa"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Kansiota ei löytynyt"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "Virhe ladattaessa %s täältä:%s%s%s%s"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "Virhe tallennettaessa %s tänne:%s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "Tiedosto \"%s\"%s ei näytä olevan tekstitiedosto.%s Yritetäänkö silti avata?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Tiedoston tallentaminen ei onnistunut"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "Tiedosto on symbolinen linkki"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "Tiedosto ei ole tekstiä"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Jätä huomiotta ja jatka"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "Ei toteutettu"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "Ei toteutettu vielä:%s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Avaa symlink"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Korvataanko tiedosto?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Korvaa tällä tiedostolla"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Kansion luonti epäonnistui"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "Tiedoston \"%s\" poistaminen ei onnistu."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Lukuvirhe"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "Codetools löysi virheen:%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "Hakemistoon \"%s\" ei voi kirjoittaa."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "Tiedosto \"%s\" symbolinen linkki.%sAvataanko \"%s\" sen sijaan?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Tiedoston kopiointi ei onnistunut"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Tiedoston \"%s\"%skopiointi ei onnistunut tiedostoksi \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "Hakemiston \"%s\" luominen ei onnistu."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Tiedoston luominen ei onnistu."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "Tiedoston \"%s\" luominen ei onnistu"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "Tiedoston%s\"%s\" luominen ei onnistu"
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "Linkin \"%s\" luominen kohteeseen \"%s\" ei onnistu"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Tiedoston lukeminen ei onnistu"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "Tiedoston \"%s\" lukeminen ei onnistu."
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Tiedoston \"%s\" lukeminen ei onnistu%sVirhe: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Tiedoston nimeäminen ei onnistu"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "Tiedoston \"%s\" nimeäminen \"%s\":ksi ei onnistu!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "Tiedoston \"%s\"%snimeäminen \"%s\":ksi ei onnistu."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "\"%s\":n kirjoittaminen ei onnistu"
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Tallentaminen tiedostoon ei onnistu"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "Kirjoittaminen tiedostoon \"%s\" ei onnistu."
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Tallentaminen tiedostoon \"%s\" ei onnistu%sVirhe: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "Kirjoittaminen tiedostoon \"%s\" ei onnistu."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "Xml vuon kirjoittaminen tiedostoon %s ei onnistu%sVirhe: %s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Tiedoston tallentaminen ei onnistunut"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Virhe kirjoittaessa: %s%sTiedosto: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "XML-virhe"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "XML jäsentäjän virhe tiedostossa %s%sVirhe: %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "afrikaans"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "arabia"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "katalaani"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "kiina"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "tsekki"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "hollanti"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "englanti"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "suomi"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "ranska"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "saksa"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "heprea"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "unkari"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "indonesia"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "italia"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "japani"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "liettua"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "puola"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "portugali"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "Brasilian portugali"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "venäjä"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "slovakki"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "espanja"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "turkki"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "ukraina"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Avaa kohde"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Lähde ja kohde ovat samat:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "Oletuskieli (tai englanti)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.fr.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.fr.po
new file mode 100644
index 0000000000..b132f0b788
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.fr.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Le fichier \"%s\" existe déjà. %sVoulez-vous le remplacer ?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Erreur"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Erreur d'écriture"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "La suppression du fichier a échoué"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "Répertoire protégé en écriture"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Répertoire non trouvé"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "Erreur de chargement de %s depuis %s%s%s%s"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "Erreur d'enregistrement de %s dans%s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "Le fichier \"%s\"%s n'a pas l'air d'un fichier texte.%sVoulez-vous l'ouvrir quand même ?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Le fichier est protégé en écriture"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "Le fichier est un lien symbolique"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "Pas un fichier texte"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Ignorer et continuer"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "Non implémenté"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "Non implémenté à ce jour :%s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Ouvrir le lien symbolique"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Voulez-vous remplacer le fichier ?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Remplacer le fichier sur le disque"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Impossible de créer le répertoire"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "Impossible de supprimer le fichier \"%s\"."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Erreur de lecture"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "L'outil de code a décelé une erreur :%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "Le répertoire \"%s\" n'est pas accessible en écriture."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "Le fichier \"%s\" est un lien symbolique.%s Faut-il ouvrir \"%s\" à la place ?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Impossible de copier le fichier"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Impossible de copier le fichier \"%s\"%svers \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "Impossible de créer le répertoire \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Impossible de créer le fichier"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "Impossible de créer le fichier \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "Impossible de créer le fichier%s\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "Impossible de créer le lien \"%s\" vers la cible \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Impossible de lire le fichier"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "Impossible de lire le fichier \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Impossible de lire le fichier \"%s\"%sErreur : %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Impossible de renommer le fichier"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "Impossible de renommer le fichier \"%s\" en \"%s\" !"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "Impossible de renommer le fichier \"%s\"%sen \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "Impossible d'écrire \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Impossible d'écrire le fichier"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "Impossible d'écrire le fichier \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Impossible d'écrire le fichier \"%s\"%sErreur : %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "Impossible d'écrire dans le fichier \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "Impossible d'écrire le flux XML vers %s%sErreur : %s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Erreur d'écriture"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Erreur d'écriture : %s%s Fichier : %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "Erreur XML"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "Erreur de l'analyseur XML dans le fichier %s%sErreur : %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Afrikaans"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Arabe"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Catalan"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Chinois"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr "Corse"
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "Tchèque"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Hollandais"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Anglais"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Finnois"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Français"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Allemand"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Hébreu"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "Hongrois"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Indonésien"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Italien"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Japonais"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "Lithuanien"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Polonais"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "Portugais"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "Portugais brésilien"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Russe"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "Slovaque"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Espagnol"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "Turque"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Ukrainien"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Ouvrir la cible"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "La source et la destination sont identiques : %s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "Automatique (ou anglais)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.he.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.he.po
new file mode 100644
index 0000000000..2475e72d21
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.he.po
@@ -0,0 +1,352 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format, fuzzy, badformat
+#| msgid "A file %s%s%s already exists.%sReplace it?"
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "הקובץ %s%s%s כבר קיים.%sהאם להחליפו?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "שגיאה"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "שגיאת כתיבה"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "מחיקת קובץ נכשלה"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "אי אפשר לכתוב לתיקייה"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "תיקייה לא נמצאה"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format, fuzzy, badformat
+msgid "Error loading %s from%s%s%s%s"
+msgstr "שגיאה בטעינת s% מ s%s%s%s%"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format, fuzzy, badformat
+msgid "Error saving %s to%s%s%s%s"
+msgstr "שגיאה בשמירת s% ל s%s%s%s%"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format, fuzzy, badformat
+#| msgid "File %s%s%s%sdoes not look like a text file.%sOpen it anyway?"
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "הקובץ s%s%s%s% לא נראה כמו קובץ טקסט. לפתוח אותו בכל זאת?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "הקובץ לא לכתיבה"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "הקובץ הוא קישור סימבולי"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "הקובץ אינו קובץ טקסט"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "התעלם והמשך"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "לא ממומש"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "לא ממומש עדיין: %s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "פתח symlink"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "האם לשכתב את הקובץ מחדש?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "משכתב את הקובץ מחדש על דיסק"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "לא ניתן ליצור את הספרייה"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to delete file %s%s%s."
+msgid "Unable to delete file \"%s\"."
+msgstr "לא ניתן למחוק את הקובץ %s%s%s."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "שגיאת קריאה"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "The Codetools found an error:%s%s%s"
+msgid "The Codetools found an error:%s%s"
+msgstr "נמצאה שגיאה: %s%s%s ע\"י CodeTools"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format, fuzzy, badformat
+#| msgid "The directory %s%s%s is not writable."
+msgid "The directory \"%s\" is not writable."
+msgstr "התיקייה %s%s%s%s אינה מורשה לכתיבה."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format, fuzzy, badformat
+#| msgid "The file %s%s%s is a symlink.%s%sOpen %s%s%s instead?"
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "הקובץ %s%s%s הוא קישור סימבולי. לפתוח את %s%s%s במקומו?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "לא ניתן להעתיק את הקובץ"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to copy file %s%s%s%sto %s%s%s"
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "לא ניתן להעתיק את הקובץ %s%s%s%sל%s%s%s"
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create directory %s%s%s."
+msgid "Unable to create directory \"%s\"."
+msgstr "לא ניתן ליצור את התיקייה %s%s%s."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "לא ניתן ליצור את הקובץ"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create file %s%s%s"
+msgid "Unable to create file \"%s\""
+msgstr "לא ניתן ליצור את הקובץ %s%s%s"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create file%s%s%s%s"
+msgid "Unable to create file%s\"%s\""
+msgstr "לא יכול ליצור את הקובץ %s%s%s%s"
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create link %s%s%s with target %s%s%s"
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "לא ניתן ליצור את הקישור %s%s%s עם %s%s%s"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "לא ניתן לקרוא את הקובץ"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to read file %s%s%s!"
+msgid "Unable to read file \"%s\"."
+msgstr "לא ניתן לקרוא את הקובץ %s%s%s!"
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to read file %s%s%s%sError: %s"
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "לא ניתן לקרוא את הקובץ %s%s%s%sשגיאה: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "לא ניתן לשנות את שם הקובץ"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to rename file %s%s%s to %s%s%s!"
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "לא ניתן לשנות את שם הקובץ %s%s%s ל %s%s%s!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to rename file %s%s%s%sto %s%s%s."
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "לא ניתן לשנות את שם הקובץ %s%s%s%sל %s%s%s."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to write %s%s%s"
+msgid "Unable to write \"%s\""
+msgstr "לא יכול לכתוב %s%s%s"
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "לא יכול לכתוב קובץ"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to write file %s%s%s%sError: %s"
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "לא יכול לכתוב קובץ %s%s%s%s שגיאה: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "לא יכול לכתוב לקובץ \"%s\" ."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "לא יכול לכתוב זרימת xml ל %s%s שגיאה: %s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "שגיאת כתיבה"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "שגיאת כתיבה: %s%sקובץ: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "שגיאת XML"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "שגיאה בקובץ %s בעת קריאת XML%sשגיאה: %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "אפריקנית"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "ערבית"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "קטלנית"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "סינית"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "צ'כית"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "הולנדית"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "אנגלית"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "פינית"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "צרפתית"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "גרמנית"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "עברית"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "אינדונזית"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "איטלקית"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "יפנית"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "לטבית"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "פולנית"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "פורטוגזית"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "פורטוגזית ברזילאית"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "רוסית"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "סלובקית"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "ספרדית"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "טורקית"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "אוקראינית"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "פתח את המטרה"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "המקור והיעד זהים: %s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+#, fuzzy
+#| msgid "Automatic (or english)"
+msgid "Automatic (or English)"
+msgstr "אוטומטי (או אנגלית)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.hu.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.hu.po
new file mode 100644
index 0000000000..efc942c212
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.hu.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "A(z) \"%s\" fájl már létezik.%sLecseréli?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Hiba"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Írási hiba"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "A fájl törlése sikertelen"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "A könyvtár nem írható"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Könyvtár nem található"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "Hiba %s innen történő betöltése közben:%s%s%s%s"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "Hiba %s ide történő mentése közben:%s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "A(z) \"%s\"%s fájl nem tűnik szövegfájlnak.%sMindenképpen megnyitja?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Fájl nem írható"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "A fájl egy szimbolikus hivatkozás"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "A fájl nem szöveges típusú"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Kihagyás és folytatás"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "Nincs megvalósítva"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "Egyelőre nincs megvalósítva: %s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Szimbolikus hivatkozás megnyitása"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Felülírja a fájlt?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Lemezen lévő fájl felülírása"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Könyvtár létrehozása nem lehetséges"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "A(z) \"%s\" fájl törlése nem lehetséges"
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Olvasási hiba"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "A CodeTools talált egy hibát:%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "A(z) \"%s\" könyvtár nem írható."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "A(z) \"%s\" fájl egy szimbolikus hivatkozás.%sMegnyitja a(z) \"%s\"-t helyette?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "A fájl másolása nem lehetséges"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "A fájl nem másolható innen: \"%s\"%side: \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "A könyvtár nem hozható létre: \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "A fájl létrehozása nem lehetséges"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "A fájl nem hozható létre: \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "A fájl nem hozható létre:%s\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "A(z) \"%s\" hivatkozás nem hozható létre erre: \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "A fájl olvasása nem lehetséges"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "Nem olvasható a fájl: \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Nem olvasható a fájl: \"%s\"%sHiba: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "A fájl átnevezése nem lehetséges"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "A fájl nem nevethető át erről: \"%s\" erre: \"%s\"!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "A fájl nem nevethető át erről: \"%s\"%serre: \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "Nem írható: \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Nem írható a fájl"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "Nem írható a fájl: \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Nem írható a fájl: \"%s\"%sHiba: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "Nem írható a fájl: \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "Nem írható az XML folyam ide: %s%sHiba: %s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Írási hiba"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Írási hiba: %s%sFájl: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "XML Hiba"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "XML elemző hiba a(z) %s%s fájlban. Hiba: %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Dél-afrikai holland"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Arab"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Katalán"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Kínai"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "Cseh"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Holland"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Angol"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Finn"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Francia"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Német"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Héber"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "Magyar"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Indonéz"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Olasz"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Japán"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "Litván"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Lengyel"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "Portugál"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "Brazil portugál"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Orosz"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "Szlovák"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Spanyol"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "Török"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Ukrán"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Cél megnyitása"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Forrás és cél megegyezik:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "Automatikus (vagy Angol)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.id.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.id.po
new file mode 100644
index 0000000000..ff07f7c69c
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.id.po
@@ -0,0 +1,346 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format, fuzzy, badformat
+#| msgid "A file %s%s%s already exists.%sReplace it?"
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "File %s%s%s sudah ada.%sTimpa saja?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Salah"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Penulisan salah"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Penghapusan file gagal"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Direktori tidak ditemukan"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format, fuzzy, badformat
+#| msgid "File %s%s%s%sdoes not look like a text file.%sOpen it anyway?"
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "File %s%s%s%ssepertinya bukan file teks.%sBuka saja?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "File tidak bisa diulisi"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "File bukan teks"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Timpa file?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Timpa file pada disk"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Tidak bisa membuat direktori"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to delete file %s%s%s."
+msgid "Unable to delete file \"%s\"."
+msgstr "Tidak bisa menghapus file %s%s%s."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Pembacaan Salah"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr ""
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Tidak bisa meng-copy file"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to copy file %s%s%s%sto %s%s%s"
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Tidak bisa meng- copy file %s%s%s%sto %s%s%s"
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create directory %s%s%s."
+msgid "Unable to create directory \"%s\"."
+msgstr "Tidak bisa membuat direktori %s%s%s."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Tidak bisa membuat file"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to create file %s%s%s"
+msgid "Unable to create file \"%s\""
+msgstr "Tidak bisa membuat file %s%s%s"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Tidak bisa membaca file"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to read file %s%s%s!"
+msgid "Unable to read file \"%s\"."
+msgstr "Tidak bisa membaca file %s%s%s!"
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to read file %s%s%s%sError: %s"
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Tidak bisa membaca file %s%s%s%sKesalahan: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Tidak bisa mengganti nama file"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to rename file %s%s%s to %s%s%s!"
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "Tidak bisa mengganti nama file %s%s%s to %s%s%s!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to rename file %s%s%s%sto %s%s%s."
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "Tidak bisa mengganti nama file %s%s%s%sto %s%s%s."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Tidak bisa menuliskan file"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to write file %s%s%s%sError: %s"
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Tidak bisa menulis file %s%s%s%sKesalahan: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Penulisan Salah"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Afrikaans"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Bahasa Arab"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Catalian"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Cina"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Belanda"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Inggris"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Finlandia"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Perancis"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Jerman"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Hebrew"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Indonesian"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Italia"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Jepang"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "Lithuania"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Polandia"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Rusia"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "SPanyol"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Ukraina"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr ""
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Sumber dan Tujuan adalah sama:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+#, fuzzy
+#| msgid "Automatic (or english)"
+msgid "Automatic (or English)"
+msgstr "Otomatis (atau Inggris)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.it.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.it.po
new file mode 100644
index 0000000000..04c7b00340
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.it.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Un file \"%s\" esiste gia.%sLo sostituisco?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Errore"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Errore di scrittura"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Cancellazione del file fallita"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "Cartella non scrivibile"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Cartella non trovata"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "Errore nel caricamento di %s da%s%s%s%s"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "Errore nel salvataggio di %s in %s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "Il file \"%s\"%snon sembra un file di testo.%sAprirlo ugualmente?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Il file non è scrivibile"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "Il file è un symlink"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "File non di testo"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Ignora e continua"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "Non implementato"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "Ancora non implementato:%s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Apri symlink"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Sovrascrivere il file?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Sovrascrivi il file su disco"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Impossibile creare la cartella"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "Impossibile cancellare il file \"%s\"."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Errore di lettura"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "I codetools hanno trovato un errore:%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "La cartella \"%s\" non è scrivibile."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "Il file \"%s\" è un symlink.%sApro \"%s\" al suo posto?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Impossibile copiare il file"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Impossibile copiare il file \"%s\"%sin \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "Impossibile creare la cartella \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Impossibile creare il file"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "Impossibile creare il file \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "Impossibile creare il file %s\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "Impossibile creare link \"%s\" con destinazione \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Impossibile leggere il file."
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "Impossibile leggere il file \"%s\"!"
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Impossibile leggere il file \"%s\"%sErrore: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Impossibile rinominare il file"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "Impossibile rinominare il file \"%s\" in \"%s\"!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "Impossibile rinominare il file \"%s\"%sin \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "Impossibile scrivere \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Impossibile scrivere il file"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "Impossibile scrivere il file\"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Impossibile scrivere il file \"%s\"%sErrore: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "Impossibile scrivere sul file \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "Impossibile scrivere uno stream xml su %s%sErrore: %s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Errore di scrittura"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Errore di scrittura: %s%sFile: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "Errore XML"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "Errore del parser XML nel file%s%sErrore: %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Afrikaans"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Arabo"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Catalano"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Cinese"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "Ceco"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Olandese"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Inglese"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Finnico"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Francese"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Tedesco"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Ebraico"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "Ungherese"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Indonesiano"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Italiano"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Giapponese"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "Lituano"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Polacco"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "Portoghese"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "Portoghese brasiliano"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Russo"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "Slovacco"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Spagnolo"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "Turco"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Ucraino"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Apri destinazione"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Sorgente e destinazione sono uguali:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "Automatico (o inglese)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.ja.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.ja.po
new file mode 100644
index 0000000000..f0fb4699b9
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.ja.po
@@ -0,0 +1,334 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "ファイル \"%s\" は既に存在します。%s置き換えますか?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "エラー"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "書き込みエラー"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "ファイル削除に失敗"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "フォルダは書き込み可能ではありません。"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "ディレクトリが見つかりません"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "%s%s%s%sからの%sの読み込み中にエラー"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "%s%s%s%sを%sに保存中にエラー"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "ファイル \"%s\"%sはテキストファイルではないようです。%sそれでも開きますか?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "ファイルは書き込み不可です"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "ファイルはシンボリックリンクです"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "ファイルはテキストでない"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "無視して継続"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "実装されていません"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "まだ実装されていません:%s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "シンボリックリンクを開く"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "ファイルを上書きしますか?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "ディスク上のファイルを上書き"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "ディレクトリを作成できません。"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "ファイル\"%s\"を削除できません。"
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "読み取りエラー"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "コードツールがエラーを見つけました:%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "フォルダ \"%s\" は、書き込み可能ではありません。"
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "ファイル\"%s\"はシンボリックリンクです。%s \"%s\"を代わりに開きますか? "
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "ファイルをコピーできません。"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "ファイル\"%s\"%sを\"%s\"にコピーできません。"
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "ディレクトリ\"%s\"を作成できません。"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "ファイルを作成できません。"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "ファイル\"%s\"を作成できません。"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "ファイル%s\"%s\"を作成できません。"
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "リンク\"%s\"をターゲット\"%s\"で作成できません。"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "ファイルを読めません。"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "ファイル\"%s\"を読めません!"
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "ファイル\"%s\"%sを読めません。エラー: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "名称を変更できません。"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "ファイル\"%s\"を\"%s\"に名称変更できません!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "ファイル\"%s\"%sを\"%s\"に名称変更できません。"
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "\"%s\"を書き込めません"
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "ファイルに書き込めません。"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "ファイル\"%s\"に書き込めません"
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "ファイル\"%s\"に書き込めません。%sエラー: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "ファイル \"%s\" に書き込めません。"
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "xmlストリームを%s%sに書き込めません。エラー:%s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "書き込みエラー"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Write error: %s%sFile: \"%s\""
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "書き込みエラー: %s%sファイル: \"%s\""
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "XMLエラー"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "ファイル%s%sでXMLパーサエラー: %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "アフリカ語"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "アラビア語"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "カタロニア語"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "中国語"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "チェコ語"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "ドイツ語"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "英語"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "フィンランド語"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "フランス語"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "ドイツ語"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "ヘブライ語"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "ハンガリー語"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "インドネシア語"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "イタリア語"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "日本語"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "リトアニア語"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "ポーランド語"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "ポルトガル語"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "ブラジリアンポルトガル語"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "ロシア語"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "スロバキア語"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "スペイン語"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "トルコ語"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "ウクライナ語"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "ターゲットを開く"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "出所(Source)と行き先が同じです:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "自動(もしくは英語)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.lt.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.lt.po
new file mode 100644
index 0000000000..a6a1b01d40
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.lt.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Failas „%s“ jau egzistuoja.%sPerrašyti?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Klaida"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Klaida rašant"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Nepavyko ištrinti failą"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "Aplanke draudžiama rašyti"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Aplankas nerastas"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "Įvyko klaida %s įkeliant iš %s%s%s%s"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "Įvyko klaida %s rašant į%s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "Nepanašu kad failas „%s“%s yra teksto failas.%sVis tiek jį atverti?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Failas tik skaitymui"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "Failas yra simbolinė nuoroda"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "Ne teksto failas"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Nepaisyti ir tęsti"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "Neįgyvendinta"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "Dar neįgyvendinta:%s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Atverti simbolinę nuorodą"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Perrašyti failą?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Perrašyti failą diske"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Nepavyko sukurti aplanką"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "Nepavyko ištrinti failą „%s“."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Skaitymo klaida"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "„CodeTools“ rado klaidą:%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "Aplanke „%s“ rašyti draudžiama."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "Failas „%s“ yra simbolinė nuoroda.%sAr vietoj jo atverti „%s“?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Nepavyko kopijuoti failą"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Nepavyko kopijuoti failą „%s“%sį „%s“"
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "Nepavyko sukurti aplanką „%s“."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Failas nesiduoda sukuriamas"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "Nepavyko sukurti failą „%s“"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "Nepavyko sukurti failą%s„%s“"
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "Nepavyko sukurti saito „%s“, kurio paskirtis „%s“"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Nepavyko įkelti failą"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "Nepavyko skaityti iš failo „%s“!"
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Nepavyko skaityti iš failo „%s“.%sKlaida: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Nepavyko pervadinti failą"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "Nepavyko pervadinti failą „%s“ į „%s“!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "Nepavyko pervadinti failą „%s“%sį „%s“."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "Neina rašyti į „%s“"
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Nepavyko rašyti į failą"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "Nepavyko rašyti į failą „%s“."
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Nepavyko rašyti į failą „%s“%sKlaida: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "Nepavyko rašyti į failą „%s“."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "Neina rašyti xml srauto į %s%sKlaida: %s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Rašymo klaida"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Klaida rašant: %s%sFailas: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "XML klaida"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "XML analizatorius klaida, failas: %s%sKlaida: %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Afrikiečių"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Arabų"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Katalanų"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Kiniečių"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "Čekų"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Olandų"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Anglų"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Suomių"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Prancūzų"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Vokiečių"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Žydų"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "Vengrų"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Indoneziečių"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Italų"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Japonų"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "Lietuvių"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Lenkų"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "Portugalų"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "Brazilų portugalų"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Rusų"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "Slovakų"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Ispanų"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "Turkų"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Ukrainiečių"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Atvert paskyrą"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Šaltinis ir tikslas sutampa:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "Automatiškai (arba Anglų)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.nl.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.nl.po
new file mode 100644
index 0000000000..cd17589ed8
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.nl.po
@@ -0,0 +1,346 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format, fuzzy
+#| msgid "A file %s%s%s already exists.%sReplace it?"
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Een bestand \"%s\" bestaat al.%sOverschrijven?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Fout"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Schrijffout"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Verwijderen bestand mislukt"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Folder niet gevonden"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format, fuzzy
+#| msgid "File %s%s%s%sdoes not look like a text file.%sOpen it anyway?"
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "Bestand \"%s\"%slijkt niet op een tekst bestand.%sToch openen?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Bestand is niet wijzigbaar"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "Bestand is geen tekst"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Bestand overschrijven?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Bestand op disk overschrijven"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Kan de directory niet maken"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format, fuzzy
+#| msgid "Unable to delete file %s%s%s."
+msgid "Unable to delete file \"%s\"."
+msgstr "Kan het bestand \"%s\" niet verwijderen."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Leesfout"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr ""
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Kan het bestand niet kopiëren"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format, fuzzy
+#| msgid "Unable to copy file %s%s%s%sto %s%s%s"
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Kan het bestand \"%s\"%s niet kopiëren naar \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format, fuzzy
+#| msgid "Unable to create directory %s%s%s."
+msgid "Unable to create directory \"%s\"."
+msgstr "Kan de directory \"%s\" niet maken."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Kan het bestand niet maken"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format, fuzzy
+#| msgid "Unable to create file %s%s%s"
+msgid "Unable to create file \"%s\""
+msgstr "Kan het bestand \"%s\" niet maken"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Kan het bestand niet lezen"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format, fuzzy
+#| msgid "Unable to read file %s%s%s!"
+msgid "Unable to read file \"%s\"."
+msgstr "Kan het bestand \"%s\" niet lezen"
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format, fuzzy
+#| msgid "Unable to read file %s%s%s%sError: %s"
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Kan het bestand \"%s\" niet lezen%sFout: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Kan het bestand niet hernoemen"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format, fuzzy
+#| msgid "Unable to rename file %s%s%s to %s%s%s!"
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "Kan het bestand \"%s\" niet hernoemen naar \"%s\"!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format, fuzzy
+#| msgid "Unable to rename file %s%s%s%sto %s%s%s."
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "Kan het bestand \"%s\"%sniet hernoemen in \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Kan het bestand niet schrijven"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format, fuzzy
+#| msgid "Unable to write file %s%s%s%sError: %s"
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Kan het bestand \"%s\" niet schrijven%sFout: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Schrijffout"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Arabisch"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Catalaans"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Chinees"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Nederlands"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Engels"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Fins"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Frans"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Duits"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Hebreeuws"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Indonesisch"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Itiliaans"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Japans"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Pools"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Russisch"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Spaans"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Oekraiens"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr ""
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Bron en doel zijn het zelfde:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+#, fuzzy
+#| msgid "Automatic (or english)"
+msgid "Automatic (or English)"
+msgstr "Automatisch (of Engels)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.pl.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.pl.po
new file mode 100644
index 0000000000..a66872fd94
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.pl.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Plik \"%s\" już istnieje.%sCzy chcesz go zastąpić?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Błąd"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Błąd zapisu"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Nie można usunąć pliku"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "Brak prawa zapisu w katalogu"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Nie znaleziono katalogu"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "Błąd ładowania %s z%s%s%s%s"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "Błąd zapisu %s do%s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "Plik \"%s\"%snie wygląda na tekstowy.%sCzy pomimo tego chcesz go otworzyć?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Nie można zapisywać do pliku"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "Plik jest dowiązaniem symbolicznym"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "To nie jest plik tekstowy"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Ignoruj i kontynuuj"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "Nie zaimplementowane"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "Jeszcze nie zaimplementowane: %s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Otwórz dowiązanie symboliczne"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Zastąpić plik?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Zastąpić plik na dysku"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Nie można utworzyć katalogu"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "Nie można usunąć pliku \"%s\"."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Błąd odczytu"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format, fuzzy
+msgid "The Codetools found an error:%s%s"
+msgstr "zamiast %s znaleziono %s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "Brak prawa zapisu w katalogu \"%s\"."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Nie można skopiować pliku"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Nie można skopiować pliku \"%s\"%sdo \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "Nie można utworzyć katalogu \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Nie można utworzyć pliku"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "Nie można utworzyć pliku \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "Nie można utworzyć pliku%s\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format, fuzzy, badformat
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "Nie można utworzyć katalogu z kopią zapasową \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Nie można czytać pliku"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "Nie można odczytać pliku \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Nie można odczytać pliku \"%s\"%sBład: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Nie udało się zmienić nazwy pliku"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "Nie udało się zmienić nazwy pliku \"%s\" na \"%s\"!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "Nie udało sie zmienić nazwy pliku \"%s\"%s na \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "Nie można zapisać \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Nie można pisać do pliku"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "Nie można zapisać pliku \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Nie można zapisać do pliku \"%s\"%sBłąd: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "Nie można zapisywać do pliku \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format, fuzzy
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "Nie można zapisać do pliku \"%s\"%sBłąd: %s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Błąd zapisu"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Błąd zapisu: %s%sPlik: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "Błąd XML"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "afrykanerski"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "arabski"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "kataloński"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "chiński"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "czeski"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "holenderski"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "angielski"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "fiński"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "francuski"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "niemiecki"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "hebrajski"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "węgierski"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "indonezyjski"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "włoski"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "japoński"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "litewski"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "polski"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "portugalski"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "brazylijski portugalski"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "rosyjski"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "słowacki"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "hiszpański"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "turecki"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "ukraiński"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Otwórz cel"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Źródło i cel są jednakowe:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "automatyczny (lub angielski)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.pot b/ide/packages/ideutils/languages/ideutilspkgstrconsts.pot
new file mode 100644
index 0000000000..a596c208d6
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.pot
@@ -0,0 +1,329 @@
+msgid ""
+msgstr "Content-Type: text/plain; charset=UTF-8"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr ""
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr ""
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr ""
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr ""
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr ""
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr ""
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr ""
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr ""
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr ""
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.pt_BR.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.pt_BR.po
new file mode 100644
index 0000000000..75cd6290f6
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.pt_BR.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Um arquivo \"%s\" já existe.%sSubstituí-lo?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Erro"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Erro de Escrita"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Falha na exclusão do arquivo"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "Diretório não gravável"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Diretório não encontrado"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "Erro carregado %s de%s%s%s%s"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "Erro salvando %s to%s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "Arquivo \"%s\"%snão parece ser um arquivo texto.%sAbrir assim mesmo?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Arquivo não aceita escrita"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "Arquivo é um vínculo simbólico"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "Arquivo não é texto"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Ignorar e continuar"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "Não implementado"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "Não implementado ainda:%s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Abrir vínculo simbólico"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Sobrescrever arquivo?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Sobrescrever arquivo em disco"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Incapaz de criar o diretório"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "Incapaz de excluir arquivo \"%s\"."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Erro de Leitura"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "As Ferramentas de Código encontraram um erro:%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "O diretório \"%s\" não é gravável."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "O arquivo \"%s\" é um vínculo simbólico.%sAbrir \"%s\" ao invés dele?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Incapaz de copiar arquivo"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Incapaz de copiar o arquivo \"%s\"%spara \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "Incapaz de criar diretório \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Incapaz de criar arquivo"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "Incapaz de criar arquivo \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "Incapaz de criar arquivos%s\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "Incapaz de criar vínculo \"%s\" com alvo \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Incapaz de ler arquivo"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "Incapaz de ler arquivo \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Incapaz de ler arquivo \"%s\"%sErro: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Incapaz de renomear arquivo"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "Incapaz de renomear arquivo \"%s\" para \"%s\"!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "Incapaz de renomear arquivo \"%s\"%spara \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "Incapaz de gravar \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Incapaz de gravar arquivo"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "Incapaz de gravar arquivo \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Incapaz de gravar arquivo \"%s\"%sErro: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "Incapaz de gravar o arquivo \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "Incapaz de escrever fluxo xml para %s%sErro: %s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Erro de Escrita"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Erro escrita: %s%sArquivo: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "Erro XML"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "Erro análise XML no arquivo %s%sErro: %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Africâner"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Árabe"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Catalão"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Chinês"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr "Corso"
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "Tcheco"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Holandês"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Inglês"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Finlandês"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Francês"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Alemão"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Hebraíco"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "Húngaro"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Indonésio"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Italiano"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Japonês"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "Lituano"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Polonês"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "Português"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "Português do Brasil"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Russo"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "Eslovaco"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Espanhol"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "Turco"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Ucraniano"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Abrir alvo"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Fonte e Destino são os mesmos:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "Automático (ou inglês)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.ru.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.ru.po
new file mode 100644
index 0000000000..12366389e2
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.ru.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Файл \"%s\" уже существует.%sЗаменить его?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Ошибка"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Ошибка записи"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Удаление файла не удалось"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "Каталог недоступен для записи"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Каталог не найден"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "Ошибка при загрузке %s из%s%s%s%s"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "Ошибка при сохранении %s в%s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "Файл \"%s\"%sне похож на текстовый.%sВсё равно открыть?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Файл недоступен для записи"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "Файл является символической ссылкой"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "Файл не текстовый"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Игнорировать и продолжить"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "Не реализовано"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "Ещё не реализовано:%s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Открыть символическую ссылку"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Перезаписать файл?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Перезаписать файл на диске"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Невозможно создать каталог"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "Невозможно удалить файл \"%s\"."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Ошибка чтения"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "Средством CodeTools найдена ошибка:%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "Каталог \"%s\" недоступен для записи."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "Файл \"%s\" является символической ссылкой.%sОткрыть \"%s\" вместо него?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Невозможно скопировать файл"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Невозможно скопировать файл \"%s\"%sв \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "Невозможно создать каталог \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Невозможно создать файл"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "Невозможно создать файл \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "Невозможно создать файл%s\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "Невозможно создать ссылку \"%s\" на \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Невозможно прочитать файл"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "Невозможно прочитать файл \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Невозможно прочитать файл \"%s\"%sОшибка: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Невозможно переименовать файл"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "Невозможно переименовать файл \"%s\" в \"%s\"!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "Невозможно переименовать файл \"%s\"%sв \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "Невозможно записать \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Невозможно записать файл"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "Невозможно записать файл \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Невозможно записать файл \"%s\"%sОшибка: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "Невозможно произвести запись в файл \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "Невозможно записать поток XML в %s%sОшибка: %s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Ошибка записи"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Ошибка записи: %s%sФайл: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "Ошибка XML"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "Ошибка анализа XML в файле %s%sОшибка: %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Африкаанс"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Арабский"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Каталанский"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Китайский"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr "Корсиканский"
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "Чешский"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Голландский"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Английский"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Финский"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Французский"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Немецкий"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Иврит"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "Венгерский"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Индонезийский"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Итальянский"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Японский"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "Литовский"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Польский"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "Португальский"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "Бразильский португальский"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Русский"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "Словацкий"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Испанский"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "Турецкий"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Украинский"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Открыть цель ссылки"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Источник и назначение одинаковы:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "Автовыбор (или английский)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.sk.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.sk.po
new file mode 100644
index 0000000000..535b5c1b7e
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.sk.po
@@ -0,0 +1,337 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Súbor \"%s\" už existuje.%sNahradiť ho?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Chyba"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Chyba zápisu"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Zmazanie súboru zlyhalo"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr ""
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Adresár nenájdený"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "Chyba načítania %s z%s%s%s%s"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "Chyba pri ukladaní %s do%s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format, fuzzy, badformat
+#| msgid "File %s%s%s%sdoes not look like a text file.%sOpen it anyway?"
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "Súbor %s%s%s%snevyzerá ako textový súbor.%sOtvoriť ho i tak?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Súbor nie je zapisovateľný"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "Súbor je symbolický odkaz"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "Súbor nie je textový"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Ignorovať a pokračovať"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "Neimplementované"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "Zatiaľ neimplementované:%s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Otvoriť symbolický odkaz"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Prepísať súbor?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Prepísať súbor na disku"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Nemožno vytvoriť adresár"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "Nemožno zmazať súbor \"%s\"."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Chyba čítania"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format, fuzzy, badformat
+#| msgid "The Codetools found an error:%s%s%s"
+msgid "The Codetools found an error:%s%s"
+msgstr "CodeTools našiel chybu:%s%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr ""
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format, fuzzy, badformat
+#| msgid "The file %s%s%s is a symlink.%s%sOpen %s%s%s instead?"
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "Súbor %s%s%s je symbolický odkaz. %s%sOtvoriť %s%s%s namiesto neho?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Nemožno kopírovať súbor"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unable to copy file %s%s%s%sto %s%s%s"
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Nemožno prekopírovať súbor %s%s%s%sdo %s%s%s"
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "Nemožno vytvoriť adresár \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Nemožno vytvoriť súbor"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "Nemožno vytvoriť súbor \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "Nemožno vytvoriť odkaz \"%s\" s cieľom \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Nemožno čítať súbor"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "Nemožno čítať súbor \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Nemožno čítať súbor \"%s\"%sChyba: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Nemožno premenovať súbor"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "Nemožno premenovať súbor \"%s\" na \"%s\"!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "Nemožno premenovať súbor \"%s\"%sna \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "Nemožno zapísať \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Nemožno zapisovať do súboru"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Nemožno zapísať súbor \"%s\"%sChyba: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr ""
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "Nemožno zapísať xml stream do %s%sChyba: %s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Chyba zápisu"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Chyba zápisu: %s%sSúbor: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "XML Chyba"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "Chyba parsera XML v súbore %s%sChyba: %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Africky"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Arabsky"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Katalánsky"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Čínsky"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr ""
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "Česky"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Holandsky"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Anglicky"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Finsky"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Francúzsky"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Nemecky"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Hebrejsky"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "Maďarsky"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Indonézsky"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Taliansky"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Japonsky"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "Litovsky"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Poľsky"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "Portugalsky"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "Brazílska portugalčina"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Ruský"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "Slovensky"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Španielsky"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "Turecky"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Ukrajinsky"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Otvoriť cieľ"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Zdroj a cieľ sú rovnaké: %s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "Automaticky (alebo Anglicky)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.tr.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.tr.po
new file mode 100644
index 0000000000..b5bc4eb61b
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.tr.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "\"%s\" dosyası zaten var.%s Değiştirilsin mi?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Hata"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Yazma hatası"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Dosya silinemedi"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "Dizin yazılabilir değil"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Dizin bulunamadı"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "%s%s%s%s adresinden %s yüklenirken hata oluştu"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "%s, %s %s %s %s'ye kaydedilirken hata oluştu"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "\"%s\"%s dosyası bir metin dosyasına benzemiyor.%s Yine de açılsın mı?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "Dosya yazılabilir değil"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "Dosya sembolik bağ"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "Metin değil dosya"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Yoksay ve devam et"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "Uygulanmadı"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "Henüz uygulanmadı: %s %s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Sembolik bağı aç"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Dosyanın üzerine yazılsın mı?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Diskdeki dosya üzerine yaz"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Dizin oluşturulamadı"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "Dosya \"%s\" silinemiyor."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Okuma hatası"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "Kod aracı bir hata buldu: %s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "\"%s\"dizini yazılabilir değil."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "\"%s\"dosyası bir sembolik bağ.%s \"%s\" yerine Aç?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Dosya kopyalanamıyor"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Dosya \"%s\"%s ye \"%s\" kopyalanamıyor"
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "\"%s\" dizini oluşturulamadı."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Dosya oluşturulamadı"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "\"%s\" dosyası oluşturulamadı."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "%s dosyası \" %s\" dosyası oluşturulamadı."
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "Hedef \"%s\"\" ile \" %s \" bağlantısı oluşturulamadı"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Dosyayı okunamıyor"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "Dosya \"%s\" okunamadı."
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Dosya okunamıyor \"%s\"%sHata: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Dosya yeniden adlandırılamıyor"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "\"%s\" dosyasını \"%s\" olarak yeniden adlandırılamadı!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "\"%s\"%s Dosyasını \"%s\" yeniden adlandırılamıyor."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "\"%s\" yazamıyor"
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Dosya yazamadı"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "Dosya \"%s\" yazılamadı."
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Dosya \"%s\"%sHata: %s yazılamıyor"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "\"%s\" dosyasına yazılamıyor."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "%s%s xml akışı yazılamadı Hata:%s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Yazma Hatası"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Yazma hatası: %s%sDosya: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "XML Hatası"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "%s dosyasındaki XML ayrıştırıcı hatası %sHata:%s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Afrika"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Arapça"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Katalan"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Çince"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr "Korsika"
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "Çek"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Flemenkçe"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "İngilizce"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Fince"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Fransızca"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Almanca"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "İbranice"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "Macarca"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Endonezya"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "İtalyan"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Japonca"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "Litvanya"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Polonya"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "Portekizce"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "Brezilya Portekizcesi"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Rusça"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "Slovak"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "İspanyol"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "Türkçe"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Ukrayna"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Hedefi Aç"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Kaynak ve Hedef aynı: %s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "Otomatik (veya İngilizce)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.uk.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.uk.po
new file mode 100644
index 0000000000..35fdfa0369
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.uk.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "Файл \"%s\" вже існує.%s Замінити?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "Помилка"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "Помилка запису"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "Видалення файлу не вдалося"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "Тека не доступна для запису"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "Теки не існує"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "Помилка завантаження %s з%s%s%s%s"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "Помилка збереження %s до%s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "Файл \"%s\"%sне схожий на текстовий.%sВсе одно відкрити?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "У файл не можна писати"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "Файл є символьним посиланням"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "Не текстовий файл"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "Знехтувати і продовжити"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "Не реалізовано"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "Ще не реалізовано:%s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "Відкрити символьне посилання"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "Переписати файл?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "Переписати файл на диску"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "Неможливо створити теку"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "Неможливо видалити файл \"%s\"."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "Помилка читання"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "Codetools знайшов помилку:%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "Тека \"%s\" недоступна для запису."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "Файл \"%s\" є символьним посиланням.%sВідкрити замість нього \"%s\"?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "Неможливо скопіювати файл"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "Неможливо скопіювати файл \"%s\"%sу \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "Неможливо створити теку \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "Неможливо створити файл"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "Неможливо створити файл \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "Неможливо створити файл%s\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "Неможливо створити посилання \"%s\" з ціллю \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "Неможливо прочитати файл"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "Неможливо прочитати файл \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "Неможливо прочитати файл \"%s\"%sПомилка: %s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "Неможливо змінити назву файла"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "Неможливо змінити назву файлу \"%s\" на \"%s\"!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "Неможливо перейменувати файл \"%s\"%sна \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "Неможливо записати \"%s\""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "Неможливо записати файл"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "Неможливо записати файл \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "Неможливо записати файл \"%s\"%sError: %s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "Неможливо записати у файл \"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "Неможливо записати xml-потік до %s%sПомилка: %s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "Помилка запису"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "Помилка запису: %s%sФайл: %s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "Помилка XML"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "Помилка розбору XML у файлі %s%sПомилка: %s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "Африкаанс"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "Арабська"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "Каталонська"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "Китайська"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr "Корсиканська"
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "Чеська"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "Голландська"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "Англійська"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "Фінська"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "Французька"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "Німецька"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "Іврит"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "Угорська"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "Індонезійська"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "Італійська"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "Японська"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "Литовська"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "Польська"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "Португальська"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "Бразильська португальська"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "Російська"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "Словацька"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "Іспанська"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "Турецька"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "Українська"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "Відкрити ціль"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "Код і призначення однакові:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "Автоматично (або англійська)"
+
diff --git a/ide/packages/ideutils/languages/ideutilspkgstrconsts.zh_CN.po b/ide/packages/ideutils/languages/ideutilspkgstrconsts.zh_CN.po
new file mode 100644
index 0000000000..8242970f61
--- /dev/null
+++ b/ide/packages/ideutils/languages/ideutilspkgstrconsts.zh_CN.po
@@ -0,0 +1,333 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ideutilspkgstrconsts.lisafilealreadyexistsreplaceit
+#, object-pascal-format
+msgid "A file \"%s\" already exists.%sReplace it?"
+msgstr "该文件\"%s\"已经存在.%s替换它?"
+
+#: ideutilspkgstrconsts.lisccoerrorcaption
+msgid "Error"
+msgstr "错误"
+
+#: ideutilspkgstrconsts.liscodetoolsdefswriteerror
+msgid "Write error"
+msgstr "写入错误"
+
+#: ideutilspkgstrconsts.lisdeletefilefailed
+msgid "Delete file failed"
+msgstr "删除文件失败"
+
+#: ideutilspkgstrconsts.lisdirectorynotwritable
+msgid "Directory not writable"
+msgstr "目录不可写"
+
+#: ideutilspkgstrconsts.lisenvoptdlgdirectorynotfound
+msgid "Directory not found"
+msgstr "目录未找到"
+
+#: ideutilspkgstrconsts.liserrorloadingfrom
+#, object-pascal-format
+msgid "Error loading %s from%s%s%s%s"
+msgstr "加载%s从%s%s%s%s错误"
+
+#: ideutilspkgstrconsts.liserrorsavingto
+#, object-pascal-format
+msgid "Error saving %s to%s%s%s%s"
+msgstr "错误 保存%s到%s%s%s%s"
+
+#: ideutilspkgstrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
+#, object-pascal-format
+msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
+msgstr "文件\"%s\"%s看起来不是一个文本文件.%s仍然打开它?"
+
+#: ideutilspkgstrconsts.lisfileisnotwritable
+msgid "File is not writable"
+msgstr "文件不可写"
+
+#: ideutilspkgstrconsts.lisfileissymlink
+msgid "File is symlink"
+msgstr "文件是符号链接"
+
+#: ideutilspkgstrconsts.lisfilenottext
+msgid "File not text"
+msgstr "文件不是文本文件"
+
+#: ideutilspkgstrconsts.lisignoreandcontinue
+msgid "Ignore and continue"
+msgstr "忽略并继续"
+
+#: ideutilspkgstrconsts.lisnotimplemented
+msgid "Not implemented"
+msgstr "没有implemented"
+
+#: ideutilspkgstrconsts.lisnotimplementedyet
+#, object-pascal-format
+msgid "Not implemented yet:%s%s"
+msgstr "还没有implemented:%s%s"
+
+#: ideutilspkgstrconsts.lisopensymlink
+msgid "Open symlink"
+msgstr "打开符号链接"
+
+#: ideutilspkgstrconsts.lisoverwritefile
+msgid "Overwrite file?"
+msgstr "覆盖文件?"
+
+#: ideutilspkgstrconsts.lisoverwritefileondisk
+msgid "Overwrite file on disk"
+msgstr "覆盖磁盘上的文件"
+
+#: ideutilspkgstrconsts.lispkgmangunabletocreatedirectory
+msgid "Unable to create directory"
+msgstr "不能创建目录"
+
+#: ideutilspkgstrconsts.lispkgmangunabletodeletefile
+#, object-pascal-format
+msgid "Unable to delete file \"%s\"."
+msgstr "不能删除文件\"%s\"."
+
+#: ideutilspkgstrconsts.lisreaderror
+msgid "Read Error"
+msgstr "读取错误"
+
+#: ideutilspkgstrconsts.listhecodetoolsfoundanerror
+#, object-pascal-format
+msgid "The Codetools found an error:%s%s"
+msgstr "CodeTools 找到了一个错误:%s%s"
+
+#: ideutilspkgstrconsts.listhedirectoryisnotwritable
+#, object-pascal-format
+msgid "The directory \"%s\" is not writable."
+msgstr "该目标%s是不可写的."
+
+#: ideutilspkgstrconsts.listhefileisasymlinkopeninstead
+#, object-pascal-format
+msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
+msgstr "该文件\"%s\"是一个符号链接.%s打开\"%s\"代替?"
+
+#: ideutilspkgstrconsts.lisunabletocopyfile
+msgid "Unable to copy file"
+msgstr "不能复制文件"
+
+#: ideutilspkgstrconsts.lisunabletocopyfileto
+#, object-pascal-format
+msgid "Unable to copy file \"%s\"%sto \"%s\""
+msgstr "不能复制文件\"%s\"%s到\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatedirectory
+#, object-pascal-format
+msgid "Unable to create directory \"%s\"."
+msgstr "不能创建目录\"%s\"."
+
+#: ideutilspkgstrconsts.lisunabletocreatefile
+msgid "Unable to create file"
+msgstr "不能创建文件"
+
+#: ideutilspkgstrconsts.lisunabletocreatefile2
+#, object-pascal-format
+msgid "Unable to create file \"%s\""
+msgstr "不能创建文件\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatefile3
+#, object-pascal-format
+msgid "Unable to create file%s\"%s\""
+msgstr "不能创建文件%s\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletocreatelinkwithtarget
+#, object-pascal-format
+msgid "Unable to create link \"%s\" with target \"%s\""
+msgstr "不能创建链接\"%s\"带有目标\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletoreadfile
+msgid "Unable to read file"
+msgstr "无法读取文件"
+
+#: ideutilspkgstrconsts.lisunabletoreadfile2
+#, object-pascal-format
+msgid "Unable to read file \"%s\"."
+msgstr "无法读取文件 \"%s\"。"
+
+#: ideutilspkgstrconsts.lisunabletoreadfileerror
+#, object-pascal-format
+msgid "Unable to read file \"%s\"%sError: %s"
+msgstr "无法读取文件 \"%s\"%s 错误:%s"
+
+#: ideutilspkgstrconsts.lisunabletorenamefile
+msgid "Unable to rename file"
+msgstr "无法重命名文件"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto
+#, object-pascal-format
+msgid "Unable to rename file \"%s\" to \"%s\"!"
+msgstr "无法将文件 \"%s\" 重命名为 \"%s\"!"
+
+#: ideutilspkgstrconsts.lisunabletorenamefileto2
+#, object-pascal-format
+msgid "Unable to rename file \"%s\"%sto \"%s\"."
+msgstr "无法将文件 \"%s\"%s 重命名为 \"%s\"。"
+
+#: ideutilspkgstrconsts.lisunabletowrite2
+#, object-pascal-format
+msgid "Unable to write \"%s\""
+msgstr "无法写入\"%s\""
+
+#: ideutilspkgstrconsts.lisunabletowritefile
+msgid "Unable to write file"
+msgstr "无法写入文件"
+
+#: ideutilspkgstrconsts.lisunabletowritefile2
+#, object-pascal-format
+msgid "Unable to write file \"%s\"."
+msgstr "无法写入文件 \"%s\"。"
+
+#: ideutilspkgstrconsts.lisunabletowritefileerror
+#, object-pascal-format
+msgid "Unable to write file \"%s\"%sError: %s"
+msgstr "无法写入文件 \"%s\" %s 错误:%s"
+
+#: ideutilspkgstrconsts.lisunabletowritetofile2
+#, object-pascal-format
+msgid "Unable to write to file \"%s\"."
+msgstr "无法写入到文件 \"%s\"。"
+
+#: ideutilspkgstrconsts.lisunabletowritexmlstreamtoerror
+#, object-pascal-format
+msgid "Unable to write xml stream to %s%sError: %s"
+msgstr "无法将 xml 流写入到 %s%s,错误:%s"
+
+#: ideutilspkgstrconsts.liswriteerror
+msgid "Write Error"
+msgstr "写入错误"
+
+#: ideutilspkgstrconsts.liswriteerrorfile
+#, object-pascal-format
+msgid "Write error: %s%sFile: %s%s%s"
+msgstr "写入错误:%s%s 文件:%s%s%s"
+
+#: ideutilspkgstrconsts.lisxmlerror
+msgid "XML Error"
+msgstr "XML 错误"
+
+#: ideutilspkgstrconsts.lisxmlparsererrorinfileerror
+#, object-pascal-format
+msgid "XML parser error in file %s%sError: %s"
+msgstr "在文件 %s%s 中发现 XML 解析错误,错误:%s"
+
+#: ideutilspkgstrconsts.rslanguageafrikaans
+msgid "Afrikaans"
+msgstr "南非荷兰语"
+
+#: ideutilspkgstrconsts.rslanguagearabic
+msgid "Arabic"
+msgstr "阿拉伯语"
+
+#: ideutilspkgstrconsts.rslanguagecatalan
+msgid "Catalan"
+msgstr "加泰罗尼亚语"
+
+#: ideutilspkgstrconsts.rslanguagechinese
+msgid "Chinese"
+msgstr "汉语"
+
+#: ideutilspkgstrconsts.rslanguagecorsican
+msgid "Corsican"
+msgstr "科西嘉语"
+
+#: ideutilspkgstrconsts.rslanguageczech
+msgid "Czech"
+msgstr "捷克语"
+
+#: ideutilspkgstrconsts.rslanguagedutch
+msgid "Dutch"
+msgstr "荷兰语"
+
+#: ideutilspkgstrconsts.rslanguageenglish
+msgid "English"
+msgstr "英语"
+
+#: ideutilspkgstrconsts.rslanguagefinnish
+msgid "Finnish"
+msgstr "芬兰语"
+
+#: ideutilspkgstrconsts.rslanguagefrench
+msgid "French"
+msgstr "法语"
+
+#: ideutilspkgstrconsts.rslanguagegerman
+msgid "German"
+msgstr "德语"
+
+#: ideutilspkgstrconsts.rslanguagehebrew
+msgid "Hebrew"
+msgstr "希伯来语"
+
+#: ideutilspkgstrconsts.rslanguagehungarian
+msgid "Hungarian"
+msgstr "匈牙利语"
+
+#: ideutilspkgstrconsts.rslanguageindonesian
+msgid "Indonesian"
+msgstr "印度尼西亚语"
+
+#: ideutilspkgstrconsts.rslanguageitalian
+msgid "Italian"
+msgstr "意大利语"
+
+#: ideutilspkgstrconsts.rslanguagejapanese
+msgid "Japanese"
+msgstr "日语"
+
+#: ideutilspkgstrconsts.rslanguagelithuanian
+msgid "Lithuanian"
+msgstr "立陶宛语"
+
+#: ideutilspkgstrconsts.rslanguagepolish
+msgid "Polish"
+msgstr "波兰语"
+
+#: ideutilspkgstrconsts.rslanguageportuguese
+msgid "Portuguese"
+msgstr "葡萄牙语"
+
+#: ideutilspkgstrconsts.rslanguageportuguesebr
+msgid "Brazilian Portuguese"
+msgstr "巴西葡萄牙语"
+
+#: ideutilspkgstrconsts.rslanguagerussian
+msgid "Russian"
+msgstr "俄罗斯语"
+
+#: ideutilspkgstrconsts.rslanguageslovak
+msgid "Slovak"
+msgstr "斯洛伐克语"
+
+#: ideutilspkgstrconsts.rslanguagespanish
+msgid "Spanish"
+msgstr "西班牙语"
+
+#: ideutilspkgstrconsts.rslanguageturkish
+msgid "Turkish"
+msgstr "土耳其语"
+
+#: ideutilspkgstrconsts.rslanguageukrainian
+msgid "Ukrainian"
+msgstr "乌克兰语"
+
+#: ideutilspkgstrconsts.lisopentarget
+msgid "Open target"
+msgstr "打开目标"
+
+#: ideutilspkgstrconsts.lissourceanddestinationarethesame
+#, object-pascal-format
+msgid "Source and Destination are the same:%s%s"
+msgstr "源文件和目标是相同的:%s%s"
+
+#: ideutilspkgstrconsts.rslanguageautomatic
+msgid "Automatic (or English)"
+msgstr "自动(或者英语)"
+
diff --git a/ide/publishmoduledlg.pas b/ide/publishmoduledlg.pas
index ec054176a9..56cf0026d1 100644
--- a/ide/publishmoduledlg.pas
+++ b/ide/publishmoduledlg.pas
@@ -42,6 +42,8 @@ uses
// IdeIntf
IdeIntfStrConsts, IDEWindowIntf, IDEHelpIntf, IDEDialogs, IDEImagesIntf,
LazIDEIntf, InputHistory,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
EnvironmentOpts, IDEOptionDefs, RecentListProcs,
// IDE
diff --git a/ide/runparamsopts.pas b/ide/runparamsopts.pas
index c940a60711..808d6cd074 100644
--- a/ide/runparamsopts.pas
+++ b/ide/runparamsopts.pas
@@ -57,72 +57,15 @@ uses
BaseIDEIntf, ProjectIntf, MacroIntf,
// IdeIntf
IdeIntfStrConsts, IDEHelpIntf, IDEDialogs, IDEImagesIntf, IDEWindowIntf,
+ // IdeProject
+ RunParamOptions,
// IdeConfig
EnvironmentOpts, RecentListProcs,
// IDE
InputHistory, MiscOptions, SysVarUserOverrideDlg, LazarusIDEStrConsts
{$IFnDef LCLNoGui}, BaseDebugManager {$ENDIF} ;
-{ The xml format version:
- When the format changes (new values, changed formats) we can distinguish old
- files and are able to convert them.
-}
-const
- RunParamsOptionsVersion = 2;
-
type
- {
- the storage object for run parameters
- }
-
- TRunParamsOptionsModeSave = (rpsLPS, rpsLPI);
-
- { TRunParamsOptionsMode }
-
- TRunParamsOptionsMode = class(TAbstractRunParamsOptionsMode)
- private
- fSaveIn: TRunParamsOptionsModeSave;
- protected
- procedure AssignTo(Dest: TPersistent); override;
- public
- property SaveIn: TRunParamsOptionsModeSave read fSaveIn write fSaveIn;
- public
- procedure AssignEnvironmentTo(Strings: TStrings); override;
-
- function LegacyLoad(XMLConfig: TXMLConfig; const Path: string;
- AdjustPathDelims: boolean): TModalResult;
- function Load(XMLConfig: TXMLConfig; const Path: string;
- AdjustPathDelims: boolean): TModalResult;
- function LegacySave(XMLConfig: TXMLConfig; const Path: string;
- UsePathDelim: TPathDelimSwitch): TModalResult;
- function Save(XMLConfig: TXMLConfig; const Path: string;
- UsePathDelim: TPathDelimSwitch): TModalResult;
-
- procedure Clear; override;
- end;
-
- { TRunParamsOptions }
-
- TRunParamsOptions = class(TAbstractRunParamsOptions)
- protected
- procedure AssignTo(Dest: TPersistent); override;
- function CreateMode(const AName: string): TAbstractRunParamsOptionsMode; override;
- procedure SetActiveModeName(const AValue: string); override;
- public
- procedure AssignEnvironmentTo(Strings: TStrings); override;
-
- function LegacyLoad(XMLConfig: TXMLConfig; const Path: string;
- AdjustPathDelims: boolean): TModalResult;
- function Load(XMLConfig: TXMLConfig; const Path: string;
- AdjustPathDelims: boolean; const ASaveIn: TRunParamsOptionsModeSave): TModalResult;
- function LegacySave(XMLConfig: TXMLConfig; const Path: string;
- UsePathDelim: TPathDelimSwitch): TModalResult;
- function Save(XMLConfig: TXMLConfig; const Path: string;
- UsePathDelim: TPathDelimSwitch; const ASaveIn: TRunParamsOptionsModeSave;
- const ALegacyList: Boolean): TModalResult;
- function GetActiveMode: TRunParamsOptionsMode;
- end;
-
{ TRunParamsOptsDlg - the form of the run parameters options dialog }
TRunParamsOptsDlg = class(TForm)
@@ -243,66 +186,10 @@ implementation
{$R *.lfm}
const
- DefaultLauncherTitle = '''Lazarus Run Output''';
- DefaultLauncherApplication = '$(LazarusDir)/tools/runwait.sh $(TargetCmdLine)';
-
hlLaunchingApplication = 'LaunchingApplication';
hlCmdLineParameters = 'CommandLineParameters';
hlWorkingDirectory = 'WorkingDirectory';
-function FindTerminalInPath(const ATerm: String = ''): String;
-var
- List: TStrings;
- i: Integer;
- s: String;
- Term: String;
-begin
- Result := '';
- Term := ATerm;
- if Term = '' then
- Term := GetEnvironmentVariableUTF8('TERM');
- List := TStringList.Create;
- {$IFDEF MSWINDOWS}
- List.Delimiter := ';';
- if Term = '' then
- Term := 'cmd.exe';
- {$ELSE}
- List.Delimiter := ':';
- if Term = '' then
- Term := 'xterm';
- {$ENDIF}
- List.DelimitedText := GetEnvironmentVariableUTF8('PATH');
- for i := 0 to List.Count - 1 do
- begin
- S := List.Strings[i] + PathDelim + Term;
- if FileExistsCached(S) and FileIsExecutableCached(S) then
- begin
- // gnome-terminal is not compatible to xterm params.
- if Term = 'gnome-terminal' then
- Result := S + ' -t ' + DefaultLauncherTitle + ' -e ' +
- '''' + DefaultLauncherApplication + ''''
- else if SameText(Term,'cmd.exe') then
- Result := S + ' /C ${TargetCmdLine}'
- else
- Result := S + ' -T ' + DefaultLauncherTitle + ' -e ' +
- DefaultLauncherApplication;
- break;
- end;
- end;
- List.Free;
-end;
-
-var
- DefaultLaunchingApplicationPathPlusParams: string;
-
-function GetDefaultLaunchingApplicationPathPlusParams: string;
-begin
- Result:=DefaultLaunchingApplicationPathPlusParams;
- if Result<>'' then exit;
- Result:=FindTerminalInPath;
- DefaultLaunchingApplicationPathPlusParams:=Result;
-end;
-
function ShowRunParamsOptsDlg(RunParamsOptions: TRunParamsOptions;
HistoryLists: THistoryLists): TModalResult;
var
@@ -319,466 +206,6 @@ begin
end;
end;
-{ TRunParamsOptions }
-
-procedure TRunParamsOptions.AssignEnvironmentTo(Strings: TStrings);
-begin
- if GetActiveMode=nil then
- BaseIDEIntf.AssignEnvironmentTo(Strings, nil)
- else
- GetActiveMode.AssignEnvironmentTo(Strings);
-end;
-
-procedure TRunParamsOptions.AssignTo(Dest: TPersistent);
-var
- ADest: TRunParamsOptions;
-begin
- inherited AssignTo(Dest);
-
- if Dest is TRunParamsOptions then
- begin
- ADest := TRunParamsOptions(Dest);
-
- ADest.ActiveModeName := ActiveModeName;
- end;
-end;
-
-function TRunParamsOptions.CreateMode(const AName: string
- ): TAbstractRunParamsOptionsMode;
-begin
- Result := TRunParamsOptionsMode.Create(AName);
-end;
-
-procedure TRunParamsOptions.SetActiveModeName(const AValue: string);
-var
- NewMode: TAbstractRunParamsOptionsMode;
-begin
- if AValue=ActiveModeName then exit;
- NewMode:=Find(AValue);
- if NewMode<>nil then
- inherited SetActiveModeName(NewMode.Name)
- else if AValue<>'' then
- raise EListError.Create('TRunParamsOptions.SetActiveModeName no such mode "'+AValue+'"')
- else
- inherited SetActiveModeName('');
-end;
-
-function TRunParamsOptions.GetActiveMode: TRunParamsOptionsMode;
-var
- AMode: TAbstractRunParamsOptionsMode;
-begin
- AMode := Find(ActiveModeName);
- if AMode=nil then exit(nil);
- Result := AMode as TRunParamsOptionsMode;
-end;
-
-function TRunParamsOptions.LegacyLoad(XMLConfig: TXMLConfig;
- const Path: string; AdjustPathDelims: boolean): TModalResult;
-var
- NewMode: TRunParamsOptionsMode;
-begin
- Clear;
-
- NewMode := Add('default') as TRunParamsOptionsMode;
- NewMode.SaveIn := rpsLPI;
- Result := NewMode.LegacyLoad(XMLConfig, Path+'RunParams/', AdjustPathDelims);
- ActiveModeName := 'default';
-end;
-
-function TRunParamsOptions.LegacySave(XMLConfig: TXMLConfig;
- const Path: string; UsePathDelim: TPathDelimSwitch): TModalResult;
-var
- AMode: TRunParamsOptionsMode;
-begin
- Result := mrOK;
-
- AMode := GetActiveMode;
- if (AMode<>nil) and (AMode.SaveIn=rpsLPI) then
- AMode.LegacySave(XMLConfig, Path+'RunParams/', UsePathDelim);
-end;
-
-function TRunParamsOptions.Load(XMLConfig: TXMLConfig; const Path: string;
- AdjustPathDelims: boolean; const ASaveIn: TRunParamsOptionsModeSave
- ): TModalResult;
-var
- Cnt, I: Integer;
- NewMode: TRunParamsOptionsMode;
- ModePath, NewActiveModeName, ModesPath: string;
- IsLegacyList: Boolean;
-begin
- //don't clear! needed for merging lpi and lps
-
- ModesPath := Path + 'Modes/';
- IsLegacyList := XMLConfig.IsLegacyList(ModesPath);
- Cnt := XMLConfig.GetListItemCount(ModesPath, 'Mode', IsLegacyList);
- Result := mrOK;
-
- for I := 0 to Cnt-1 do
- begin
- ModePath := ModesPath+XMLConfig.GetListItemXPath('Mode', I, IsLegacyList, False)+'/';
- NewMode := Add(XMLConfig.GetValue(ModePath+'Name', '')) as TRunParamsOptionsMode;
- NewMode.SaveIn := ASaveIn;
- Result := NewMode.Load(XMLConfig, ModePath, AdjustPathDelims);
- if Result<>mrOK then
- Exit;
- end;
-
- if ASaveIn=rpsLPS then
- begin
- NewActiveModeName := XMLConfig.GetValue(Path + 'Modes/ActiveMode', '');
- // sanity check -> modes from LPI could be modified independently on LPS and
- // NewActiveModeName doesn't have to exist any more
- if Assigned(Find(NewActiveModeName)) then
- ActiveModeName := NewActiveModeName;
- end;
-
- if (GetActiveMode=nil) and (Count>0) then
- ActiveModeName := Modes[0].Name;
-end;
-
-function TRunParamsOptions.Save(XMLConfig: TXMLConfig; const Path: string;
- UsePathDelim: TPathDelimSwitch; const ASaveIn: TRunParamsOptionsModeSave;
- const ALegacyList: Boolean): TModalResult;
-var
- AMode: TRunParamsOptionsMode;
- I, Cnt: Integer;
- ModesPath, ModePath: string;
-begin
- Result := mrOK;
- ModesPath := Path+'Modes/';
-
- // save a format version to distinguish old formats
- XMLConfig.SetValue(Path + 'FormatVersion/Value',
- RunParamsOptionsVersion);
-
- Cnt := 0;
- for I := 0 to Count-1 do
- begin
- AMode := Modes[I] as TRunParamsOptionsMode;
-
- if AMode.SaveIn=ASaveIn then
- begin
- ModePath := ModesPath+XMLConfig.GetListItemXPath('Mode', Cnt, ALegacyList, False)+'/';
- Result := AMode.Save(XMLConfig, ModePath, UsePathDelim);
- if Result<>mrOK then
- Exit;
- Inc(Cnt);
- end;
- end;
-
- XMLConfig.SetListItemCount(ModesPath, Cnt, ALegacyList);
- if ASaveIn=rpsLPS then
- XMLConfig.SetValue(Path + 'Modes/ActiveMode', ActiveModeName);
-end;
-
-{ TRunParamsOptionsMode }
-
-function TRunParamsOptionsMode.LegacyLoad(XMLConfig: TXMLConfig;
- const Path: string; AdjustPathDelims: boolean): TModalResult;
-
- function f(const Filename: string): string;
- begin
- Result := SwitchPathDelims(Filename, AdjustPathDelims);
- end;
-
- procedure LoadUserOverrides(const APath: string);
- var
- i, Cnt: integer;
- begin
- Cnt := XMLConfig.GetValue(APath + 'Count', 0);
- for i := 0 to Cnt - 1 do
- begin
- UserOverrides.Values[XMLConfig.GetValue(
- APath + 'Variable' + IntToStr(i) + '/Name', '')] :=
- XMLConfig.GetValue(APath + 'Variable' + IntToStr(i) + '/Value', '');
- end;
- end;
-
-begin
- // local options
- HostApplicationFilename := f(XMLConfig.GetValue(
- Path + 'local/HostApplicationFilename/Value',
- HostApplicationFilename));
- CmdLineParams := f(XMLConfig.GetValue(
- Path + 'local/CommandLineParams/Value', CmdLineParams));
- UseLaunchingApplication := XMLConfig.GetValue(
- Path + 'local/LaunchingApplication/Use', UseLaunchingApplication);
- LaunchingApplicationPathPlusParams :=
- f(XMLConfig.GetValue(Path + 'local/LaunchingApplication/PathPlusParams',
- f(GetDefaultLaunchingApplicationPathPlusParams)));
- WorkingDirectory := f(XMLConfig.GetValue(
- Path + 'local/WorkingDirectory/Value', WorkingDirectory));
- UseDisplay := XMLConfig.GetValue(Path + 'local/Display/Use',
- UseDisplay);
- Display := XMLConfig.GetValue(Path + 'local/Display/Value', Display);
-
- UseConsoleWinPos := XMLConfig.GetValue(Path + 'local/UseConsoleWinPos/Value', False);
- UseConsoleWinSize := XMLConfig.GetValue(Path + 'local/UseConsoleWinSize/Value', False);
- UseConsoleWinBuffer := XMLConfig.GetValue(Path + 'local/UseConsoleWinBuffer/Value', False);
- ConsoleWinPos := Point(
- XMLConfig.GetValue(Path + 'local/ConsoleWinPos/Left/Value', 0),
- XMLConfig.GetValue(Path + 'local/ConsoleWinPos/Top/Value', 0)
- );
- ConsoleWinSize := Point(
- XMLConfig.GetValue(Path + 'local/ConsoleWinSize/Width/Value', 0),
- XMLConfig.GetValue(Path + 'local/ConsoleWinSize/Height/Value', 0)
- );
- ConsoleWinBuffer := Point(
- XMLConfig.GetValue(Path + 'local/ConsoleWinBuffer/Columns/Value', 0),
- XMLConfig.GetValue(Path + 'local/ConsoleWinBuffer/Rows/Value', 0)
- );
-
- XMLConfig.GetValue(Path + 'local/RedirectStdIn/Value', ord(rprOff), FRedirectStdIn, TypeInfo(TRunParamsRedirectMode));
- XMLConfig.GetValue(Path + 'local/RedirectStdOut/Value', ord(rprOff), FRedirectStdOut, TypeInfo(TRunParamsRedirectMode));
- XMLConfig.GetValue(Path + 'local/RedirectStdErr/Value', ord(rprOff), FRedirectStdErr, TypeInfo(TRunParamsRedirectMode));
- FileNameStdIn := XMLConfig.GetValue(Path + 'local/FileNameStdIn/Value', '');
- FileNameStdOut := XMLConfig.GetValue(Path + 'local/FileNameStdOut/Value', '');
- FileNameStdErr := XMLConfig.GetValue(Path + 'local/FileNameStdErr/Value', '');
-
- // environment options
- LoadUserOverrides(Path + 'environment/UserOverrides/');
- IncludeSystemVariables := XMLConfig.GetValue(
- Path + 'environment/IncludeSystemVariables/Value',
- IncludeSystemVariables);
-
- Result := mrOk;
-end;
-
-function TRunParamsOptionsMode.LegacySave(XMLConfig: TXMLConfig;
- const Path: string; UsePathDelim: TPathDelimSwitch): TModalResult;
-
- function f(const AFilename: string): string;
- begin
- Result:=SwitchPathDelims(AFilename,UsePathDelim);
- end;
-
- procedure SaveUserOverrides(const APath: string);
- var
- i: integer;
- begin
- XMLConfig.SetDeleteValue(APath + 'Count', UserOverrides.Count, 0);
- for i := 0 to UserOverrides.Count - 1 do
- begin
- XMLConfig.SetValue(APath + 'Variable' + IntToStr(i) + '/Name',
- UserOverrides.Names[i]); // no default
- XMLConfig.SetDeleteValue(APath + 'Variable' + IntToStr(i) + '/Value',
- UserOverrides.Values[UserOverrides.Names[i]],'');
- end;
- end;
-
-begin
- // local options
- XMLConfig.SetDeleteValue(Path + 'local/HostApplicationFilename/Value',
- f(HostApplicationFilename), '');
- XMLConfig.SetDeleteValue(Path + 'local/CommandLineParams/Value',
- f(CmdLineParams), '');
- XMLConfig.SetDeleteValue(Path + 'local/LaunchingApplication/Use',
- UseLaunchingApplication, False);
- XMLConfig.SetDeleteValue(Path + 'local/LaunchingApplication/PathPlusParams',
- f(LaunchingApplicationPathPlusParams), f(GetDefaultLaunchingApplicationPathPlusParams));
- XMLConfig.SetDeleteValue(Path + 'local/WorkingDirectory/Value',
- f(WorkingDirectory), '');
- XMLConfig.SetDeleteValue(Path + 'local/Display/Use',
- UseDisplay, False);
- XMLConfig.SetDeleteValue(Path + 'local/Display/Value',
- Display, ':0');
-
- XMLConfig.SetDeleteValue(Path + 'local/UseConsoleWinPos/Value', UseConsoleWinPos, False);
- XMLConfig.SetDeleteValue(Path + 'local/UseConsoleWinSize/Value', UseConsoleWinSize, False);
- XMLConfig.SetDeleteValue(Path + 'local/UseConsoleWinBuffer/Value', UseConsoleWinBuffer, False);
- XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinPos/Left/Value', ConsoleWinPos.X, 0);
- XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinPos/Top/Value', ConsoleWinPos.Y, 0);
- XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinSize/Width/Value', ConsoleWinSize.X, 0);
- XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinSize/Height/Value', ConsoleWinSize.Y, 0);
- XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinBuffer/Columns/Value', ConsoleWinBuffer.X, 0);
- XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinBuffer/Rows/Value', ConsoleWinBuffer.Y, 0);
-
- XMLConfig.SetDeleteValue(Path + 'local/RedirectStdIn/Value', FRedirectStdIn, ord(rprOff), TypeInfo(TRunParamsRedirectMode));
- XMLConfig.SetDeleteValue(Path + 'local/RedirectStdOut/Value', FRedirectStdOut, ord(rprOff), TypeInfo(TRunParamsRedirectMode));
- XMLConfig.SetDeleteValue(Path + 'local/RedirectStdErr/Value', FRedirectStdErr, ord(rprOff), TypeInfo(TRunParamsRedirectMode));
- XMLConfig.SetDeleteValue(Path + 'local/FileNameStdIn/Value', FileNameStdIn, '');
- XMLConfig.SetDeleteValue(Path + 'local/FileNameStdOut/Value', FileNameStdOut, '');
- XMLConfig.SetDeleteValue(Path + 'local/FileNameStdErr/Value', FileNameStdErr, '');
-
- Result := mrOk;
-end;
-
-function TRunParamsOptionsMode.Load(XMLConfig: TXMLConfig; const Path: string;
- AdjustPathDelims: boolean): TModalResult;
-
- function f(const Filename: string): string;
- begin
- Result := SwitchPathDelims(Filename, AdjustPathDelims);
- end;
-
- procedure LoadUserOverrides(const APath: string);
- var
- i, Cnt: integer;
- begin
- Cnt := XMLConfig.GetValue(APath + 'Count', 0);
- for i := 0 to Cnt - 1 do
- begin
- UserOverrides.Values[XMLConfig.GetValue(
- APath + 'Variable' + IntToStr(i) + '/Name', '')] :=
- XMLConfig.GetValue(APath + 'Variable' + IntToStr(i) + '/Value', '');
- end;
- end;
-
-begin
- // local options
- HostApplicationFilename := f(XMLConfig.GetValue(
- Path + 'local/HostApplicationFilename/Value',
- HostApplicationFilename));
- CmdLineParams := f(XMLConfig.GetValue(
- Path + 'local/CommandLineParams/Value', CmdLineParams));
- UseLaunchingApplication := XMLConfig.GetValue(
- Path + 'local/LaunchingApplication/Use', UseLaunchingApplication);
- LaunchingApplicationPathPlusParams :=
- f(XMLConfig.GetValue(Path + 'local/LaunchingApplication/PathPlusParams',
- f(GetDefaultLaunchingApplicationPathPlusParams)));
- WorkingDirectory := f(XMLConfig.GetValue(
- Path + 'local/WorkingDirectory/Value', WorkingDirectory));
- UseDisplay := XMLConfig.GetValue(Path + 'local/Display/Use',
- UseDisplay);
- Display := XMLConfig.GetValue(Path + 'local/Display/Value', Display);
-
- UseConsoleWinPos := XMLConfig.GetValue(Path + 'local/UseConsoleWinPos/Value', False);
- UseConsoleWinSize := XMLConfig.GetValue(Path + 'local/UseConsoleWinSize/Value', False);
- UseConsoleWinBuffer := XMLConfig.GetValue(Path + 'local/UseConsoleWinBuffer/Value', False);
- ConsoleWinPos := Point(
- XMLConfig.GetValue(Path + 'local/ConsoleWinPos/Left/Value', 0),
- XMLConfig.GetValue(Path + 'local/ConsoleWinPos/Top/Value', 0)
- );
- ConsoleWinSize := Point(
- XMLConfig.GetValue(Path + 'local/ConsoleWinSize/Width/Value', 0),
- XMLConfig.GetValue(Path + 'local/ConsoleWinSize/Height/Value', 0)
- );
- ConsoleWinBuffer := Point(
- XMLConfig.GetValue(Path + 'local/ConsoleWinBuffer/Columns/Value', 0),
- XMLConfig.GetValue(Path + 'local/ConsoleWinBuffer/Rows/Value', 0)
- );
-
- XMLConfig.GetValue(Path + 'local/RedirectStdIn/Value', ord(rprOff), FRedirectStdIn, TypeInfo(TRunParamsRedirectMode));
- XMLConfig.GetValue(Path + 'local/RedirectStdOut/Value', ord(rprOff), FRedirectStdOut, TypeInfo(TRunParamsRedirectMode));
- XMLConfig.GetValue(Path + 'local/RedirectStdErr/Value', ord(rprOff), FRedirectStdErr, TypeInfo(TRunParamsRedirectMode));
- FileNameStdIn := XMLConfig.GetValue(Path + 'local/FileNameStdIn/Value', '');
- FileNameStdOut := XMLConfig.GetValue(Path + 'local/FileNameStdOut/Value', '');
- FileNameStdErr := XMLConfig.GetValue(Path + 'local/FileNameStdErr/Value', '');
-
- // environment options
- LoadUserOverrides(Path + 'environment/UserOverrides/');
- IncludeSystemVariables := XMLConfig.GetValue(
- Path + 'environment/IncludeSystemVariables/Value',
- IncludeSystemVariables);
-
- Result := mrOk;
-end;
-
-function TRunParamsOptionsMode.Save(XMLConfig: TXMLConfig; const Path: string;
- UsePathDelim: TPathDelimSwitch): TModalResult;
-
- function f(const AFilename: string): string;
- begin
- Result:=SwitchPathDelims(AFilename,UsePathDelim);
- end;
-
- procedure SaveUserOverrides(const APath: string);
- var
- i: integer;
- begin
- XMLConfig.SetDeleteValue(APath + 'Count', UserOverrides.Count, 0);
- for i := 0 to UserOverrides.Count - 1 do
- begin
- XMLConfig.SetValue(APath + 'Variable' + IntToStr(i) + '/Name',
- UserOverrides.Names[i]); // no default
- XMLConfig.SetDeleteValue(APath + 'Variable' + IntToStr(i) + '/Value',
- UserOverrides.Values[UserOverrides.Names[i]],'');
- end;
- end;
-
-begin
- XMLConfig.SetValue(Path + 'Name', Name);
-
- // local options
- XMLConfig.SetDeleteValue(Path + 'local/HostApplicationFilename/Value',
- f(HostApplicationFilename), '');
- XMLConfig.SetDeleteValue(Path + 'local/CommandLineParams/Value',
- f(CmdLineParams), '');
- XMLConfig.SetDeleteValue(Path + 'local/LaunchingApplication/Use',
- UseLaunchingApplication, False);
- XMLConfig.SetDeleteValue(Path + 'local/LaunchingApplication/PathPlusParams',
- f(LaunchingApplicationPathPlusParams), f(GetDefaultLaunchingApplicationPathPlusParams));
- XMLConfig.SetDeleteValue(Path + 'local/WorkingDirectory/Value',
- f(WorkingDirectory), '');
- XMLConfig.SetDeleteValue(Path + 'local/Display/Use',
- UseDisplay, False);
- XMLConfig.SetDeleteValue(Path + 'local/Display/Value',
- Display, ':0');
-
- XMLConfig.SetDeleteValue(Path + 'local/UseConsoleWinPos/Value', UseConsoleWinPos, False);
- XMLConfig.SetDeleteValue(Path + 'local/UseConsoleWinSize/Value', UseConsoleWinSize, False);
- XMLConfig.SetDeleteValue(Path + 'local/UseConsoleWinBuffer/Value', UseConsoleWinBuffer, False);
- XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinPos/Left/Value', ConsoleWinPos.X, 0);
- XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinPos/Top/Value', ConsoleWinPos.Y, 0);
- XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinSize/Width/Value', ConsoleWinSize.X, 0);
- XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinSize/Height/Value', ConsoleWinSize.Y, 0);
- XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinBuffer/Columns/Value', ConsoleWinBuffer.X, 0);
- XMLConfig.SetDeleteValue(Path + 'local/ConsoleWinBuffer/Rows/Value', ConsoleWinBuffer.Y, 0);
-
- XMLConfig.SetDeleteValue(Path + 'local/RedirectStdIn/Value', FRedirectStdIn, ord(rprOff), TypeInfo(TRunParamsRedirectMode));
- XMLConfig.SetDeleteValue(Path + 'local/RedirectStdOut/Value', FRedirectStdOut, ord(rprOff), TypeInfo(TRunParamsRedirectMode));
- XMLConfig.SetDeleteValue(Path + 'local/RedirectStdErr/Value', FRedirectStdErr, ord(rprOff), TypeInfo(TRunParamsRedirectMode));
- XMLConfig.SetDeleteValue(Path + 'local/FileNameStdIn/Value', FileNameStdIn, '');
- XMLConfig.SetDeleteValue(Path + 'local/FileNameStdOut/Value', FileNameStdOut, '');
- XMLConfig.SetDeleteValue(Path + 'local/FileNameStdErr/Value', FileNameStdErr, '');
-
- // environment options
- SaveUserOverrides(Path + 'environment/UserOverrides/');
- XMLConfig.SetDeleteValue(Path + 'environment/IncludeSystemVariables/Value',
- IncludeSystemVariables, False);
-
- Result := mrOk;
-end;
-
-procedure TRunParamsOptionsMode.AssignEnvironmentTo(Strings: TStrings);
-var
- idx: integer;
-begin
- BaseIDEIntf.AssignEnvironmentTo(Strings, UserOverrides);
-
- if UseDisplay then
- begin
- // assignment is not allowed in a sorted list
- // Strings.Values['DISPLAY']:=Display;
- idx := Strings.IndexOfName('DISPLAY');
- if idx <> -1 then
- Strings.Delete(idx);
- Strings.Add('DISPLAY=' + Display);
- end;
-end;
-
-procedure TRunParamsOptionsMode.AssignTo(Dest: TPersistent);
-var
- ADest: TRunParamsOptionsMode;
-begin
- inherited AssignTo(Dest);
-
- if Dest is TRunParamsOptionsMode then
- begin
- ADest := Dest as TRunParamsOptionsMode;
- ADest.SaveIn := SaveIn;
- end;
-end;
-
-procedure TRunParamsOptionsMode.Clear;
-begin
- inherited Clear;
-
- SaveIn := rpsLPS;
- LaunchingApplicationPathPlusParams := GetDefaultLaunchingApplicationPathPlusParams;
-end;
-
-
{ TRunParamsOptsDlg }
constructor TRunParamsOptsDlg.Create(AnOwner: TComponent);
diff --git a/ide/searchfrm.pas b/ide/searchfrm.pas
index e863b41ea1..3344889d00 100644
--- a/ide/searchfrm.pas
+++ b/ide/searchfrm.pas
@@ -42,6 +42,8 @@ uses
// IDEIntf
IdeIntfStrConsts, IDEWindowIntf, LazIDEIntf, SrcEditorIntf, IDEDialogs,
ProjectGroupIntf, InputHistory,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
SearchPathProcs,
// IDE
diff --git a/ide/showcompileropts.pas b/ide/showcompileropts.pas
index 1e4661b2b5..27df9b202b 100644
--- a/ide/showcompileropts.pas
+++ b/ide/showcompileropts.pas
@@ -45,6 +45,8 @@ uses
// IdeIntf
BaseIDEIntf, LazIDEIntf, IDEImagesIntf, CompOptsIntf, ProjectIntf,
PackageIntf, MacroIntf, ParsedCompilerOpts, CompilerOptions,
+ // IdePackager
+ IdePackagerStrConsts,
// IDE
LazarusIDEStrConsts, Project, PackageDefs, ModeMatrixOpts, MiscOptions;
diff --git a/ide/sourceeditor.pp b/ide/sourceeditor.pp
index 14a99cfbc3..2913a02ce3 100644
--- a/ide/sourceeditor.pp
+++ b/ide/sourceeditor.pp
@@ -74,6 +74,8 @@ uses
BaseDebugManager, Debugger, IdeDebuggerStringConstants,
// IdeConfig
EnvironmentOpts, IDEOptionDefs, TransferMacros, IDECmdLine, IDEProcs,
+ // IdeProject
+ IdeProjectStrConsts,
// IDE units
LazarusIDEStrConsts, EditorOptions, EnvGuiOptions,
WordCompletion, FindReplaceDialog, IDEHelpManager, MacroPromptDlg, CodeContextForm,
diff --git a/ide/sourcefilemanager.pas b/ide/sourcefilemanager.pas
index 25e3ed9493..7dddde4622 100644
--- a/ide/sourcefilemanager.pas
+++ b/ide/sourcefilemanager.pas
@@ -52,9 +52,15 @@ uses
IDEDialogs, PropEdits, IDEMsgIntf, LazIDEIntf, MenuIntf, IDEWindowIntf, FormEditingIntf,
IdeIntfStrConsts, ObjectInspector, SrcEditorIntf, EditorSyntaxHighlighterDef,
UnitResources, InputHistory,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
EnvironmentOpts, SearchPathProcs, TransferMacros, RecentListProcs, IDEProcs,
ParsedCompilerOpts, CompilerOptions,
+ // IdePackager
+ IdePackagerStrConsts,
+ // IdeProject
+ IdeProjectStrConsts,
// IDE
DialogProcs, IDEProtocol, LazarusIDEStrConsts, NewDialog,
NewProjectDlg, MainBase, MainBar, MainIntf, Project, ProjectDefs,
diff --git a/ide/unusedunitsdlg.pas b/ide/unusedunitsdlg.pas
index f0e4a9ed32..4e34e9bd49 100644
--- a/ide/unusedunitsdlg.pas
+++ b/ide/unusedunitsdlg.pas
@@ -41,6 +41,8 @@ uses
CodeCache, CodeToolManager,
// IdeIntf
IdeIntfStrConsts, SrcEditorIntf, LazIDEIntf, IDEImagesIntf, IDEDialogs,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IDE
LazarusIDEStrConsts;
diff --git a/languages/lazaruside.af_ZA.po b/languages/lazaruside.af_ZA.po
index f7085e3ee2..13ef69c3ba 100644
--- a/languages/lazaruside.af_ZA.po
+++ b/languages/lazaruside.af_ZA.po
@@ -1258,11 +1258,6 @@ msgstr ""
msgid "Compiler messages language file (*.msg)"
msgstr ""
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Vertaler Opsies"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr ""
@@ -3532,10 +3527,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr ""
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr ""
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5056,11 +5047,6 @@ msgstr ""
msgid "The package %s is read only."
msgstr ""
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr ""
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5148,10 +5134,6 @@ msgstr ""
msgid "Ambiguous files found"
msgstr ""
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr ""
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr ""
@@ -5713,12 +5695,6 @@ msgstr ""
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr ""
-#: lazarusidestrconsts.lisccoerrorcaption
-#, fuzzy
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Fout"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr ""
@@ -5863,12 +5839,6 @@ msgstr ""
msgid "Follow cursor"
msgstr ""
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr ""
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr ""
@@ -6997,10 +6967,6 @@ msgstr ""
msgid "%s project directory"
msgstr ""
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr ""
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr ""
@@ -7065,10 +7031,6 @@ msgstr ""
msgid "Variable:"
msgstr ""
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr ""
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr ""
@@ -8030,31 +7992,6 @@ msgstr ""
msgid "Skip calling compiler"
msgstr ""
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr ""
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr ""
@@ -8587,10 +8524,6 @@ msgstr ""
msgid "Delete ambiguous file?"
msgstr ""
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr ""
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8628,11 +8561,6 @@ msgstr ""
msgid "Delete value %s"
msgstr ""
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr ""
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr ""
@@ -8732,10 +8660,6 @@ msgstr ""
msgid "directory %s not found"
msgstr ""
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr ""
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr ""
@@ -9268,10 +9192,6 @@ msgstr ""
msgid "Environment variable, name as parameter"
msgstr ""
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr ""
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr ""
@@ -9372,11 +9292,6 @@ msgstr ""
msgid "Error loading file \"%s\":"
msgstr ""
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr ""
@@ -9434,11 +9349,6 @@ msgstr ""
msgid "Error saving form"
msgstr ""
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9490,14 +9400,6 @@ msgstr ""
msgid "executable \"%s\" lacks the permission to run"
msgstr ""
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr ""
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr ""
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr ""
@@ -9583,34 +9485,6 @@ msgstr ""
msgid "Export >>"
msgstr ""
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr ""
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr ""
@@ -9675,12 +9549,6 @@ msgstr "Lêer"
msgid "File: "
msgstr ""
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr ""
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr ""
@@ -9738,14 +9606,6 @@ msgstr ""
msgid "File is not an executable"
msgstr ""
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Lêer is nie skryfbaar nie"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr ""
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9759,12 +9619,6 @@ msgstr ""
msgid "File not found"
msgstr "Lêer nie gevind nie"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr ""
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9788,10 +9642,6 @@ msgstr ""
msgid "File not lowercase"
msgstr ""
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "Lêer is nie teks nie"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10485,11 +10335,6 @@ msgstr ""
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr ""
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr ""
@@ -10602,10 +10447,6 @@ msgstr ""
msgid "Ignore all"
msgstr ""
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr ""
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14268,15 +14109,6 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr ""
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr ""
@@ -14539,14 +14371,6 @@ msgstr ""
msgid "Open Project File"
msgstr ""
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr ""
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr ""
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr ""
@@ -14645,14 +14469,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr ""
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr ""
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr ""
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr ""
@@ -14750,16 +14566,6 @@ msgstr ""
msgid "Parsers:"
msgstr ""
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr ""
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr ""
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -14912,11 +14718,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr ""
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr ""
@@ -14929,10 +14730,6 @@ msgstr ""
msgid "File Properties"
msgstr ""
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr ""
@@ -15202,10 +14999,6 @@ msgstr ""
msgid "Object"
msgstr ""
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr ""
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr ""
@@ -15363,26 +15156,6 @@ msgstr ""
msgid "Clear Selection"
msgstr ""
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr ""
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr ""
@@ -15413,64 +15186,6 @@ msgstr ""
msgid "More functions for the package"
msgstr ""
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Teks"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15506,15 +15221,6 @@ msgstr ""
msgid "Circular dependencies found"
msgstr ""
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr ""
@@ -15529,19 +15235,10 @@ msgstr ""
msgid "Dependency without Owner: %s"
msgstr ""
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr ""
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr ""
@@ -15628,10 +15325,6 @@ msgstr ""
msgid "Package is required"
msgstr ""
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr ""
@@ -15699,10 +15392,6 @@ msgstr ""
msgid "Skip this package"
msgstr ""
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15729,11 +15418,6 @@ msgstr ""
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr ""
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr ""
@@ -15839,63 +15523,16 @@ msgstr ""
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr ""
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr ""
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr ""
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr ""
@@ -15937,84 +15574,6 @@ msgstr "verwyder"
msgid "Select a package"
msgstr ""
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-msgid "RegisterUnit was called but no package is registering."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr ""
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr ""
@@ -16506,16 +16065,6 @@ msgstr ""
msgid "Remove %s items from project?"
msgstr ""
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr ""
@@ -16534,10 +16083,6 @@ msgstr "Fout"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr ""
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr ""
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Vra vir waarde"
@@ -16672,10 +16217,6 @@ msgstr ""
msgid "&Quit Lazarus"
msgstr "Verlaat Lazarus"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Lees Fout"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr ""
@@ -17576,10 +17117,6 @@ msgstr ""
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr ""
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr ""
@@ -17678,11 +17215,6 @@ msgstr ""
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17771,10 +17303,6 @@ msgstr ""
msgid "Store path delimiters \\ and / as"
msgstr ""
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr ""
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr ""
@@ -17975,11 +17503,6 @@ msgstr ""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr ""
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18061,30 +17584,15 @@ msgstr ""
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr ""
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr ""
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr ""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr ""
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr ""
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr ""
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18110,11 +17618,6 @@ msgstr ""
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr ""
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr ""
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19049,39 +18552,6 @@ msgstr ""
msgid "Unable to convert to encoding \"%s\""
msgstr ""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr ""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr ""
@@ -19184,34 +18654,10 @@ msgstr ""
msgid "Unable to read %s"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19232,20 +18678,6 @@ msgstr ""
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr ""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr ""
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr ""
@@ -19297,45 +18729,6 @@ msgstr ""
msgid "Unable to update CreateForm statement in project source"
msgstr ""
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr ""
@@ -19366,79 +18759,6 @@ msgstr ""
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr ""
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19481,11 +18801,6 @@ msgstr ""
msgid "Update references?"
msgstr ""
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr ""
@@ -19774,15 +19089,6 @@ msgstr ""
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr ""
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr ""
@@ -19800,15 +19106,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr ""
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr ""
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr ""
@@ -20114,118 +19411,14 @@ msgstr ""
msgid "Include version info in executable"
msgstr ""
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Arabies"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Nederlands"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "English"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Duits"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr ""
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr ""
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Rusies"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr ""
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Spaans"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr ""
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr ""
@@ -22182,3 +21375,75 @@ msgstr ""
msgid "Version Info"
msgstr "Druk taaklys items"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr ""
+
diff --git a/languages/lazaruside.ar.po b/languages/lazaruside.ar.po
index 19af891fa9..c80d025512 100644
--- a/languages/lazaruside.ar.po
+++ b/languages/lazaruside.ar.po
@@ -1268,11 +1268,6 @@ msgstr "تعاليق المترجم"
msgid "Compiler messages language file (*.msg)"
msgstr "الجذاذة المحدّدة للغة تعاليق المترحم"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "خيارات التّرجمة"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr ""
@@ -3540,10 +3535,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr ""
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr ""
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5062,11 +5053,6 @@ msgstr ""
msgid "The package %s is read only."
msgstr ""
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr ""
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5154,10 +5140,6 @@ msgstr ""
msgid "Ambiguous files found"
msgstr ""
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr ""
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr ""
@@ -5719,11 +5701,6 @@ msgstr ""
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr ""
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr ""
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr ""
@@ -5870,12 +5847,6 @@ msgstr "(مصفاة)"
msgid "Follow cursor"
msgstr ""
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr ""
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr ""
@@ -6999,10 +6970,6 @@ msgstr ""
msgid "%s project directory"
msgstr "ملف المشروع %s"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr ""
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "العقدة المعيّنة:"
@@ -7067,10 +7034,6 @@ msgstr ""
msgid "Variable:"
msgstr ""
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr ""
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr ""
@@ -8034,31 +7997,6 @@ msgstr ""
msgid "Skip calling compiler"
msgstr ""
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr ""
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr ""
@@ -8591,10 +8529,6 @@ msgstr ""
msgid "Delete ambiguous file?"
msgstr ""
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr ""
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8632,11 +8566,6 @@ msgstr ""
msgid "Delete value %s"
msgstr ""
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr ""
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr ""
@@ -8738,10 +8667,6 @@ msgstr ""
msgid "directory %s not found"
msgstr ""
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr ""
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr ""
@@ -9278,10 +9203,6 @@ msgstr ""
msgid "Environment variable, name as parameter"
msgstr ""
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr ""
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr ""
@@ -9382,11 +9303,6 @@ msgstr ""
msgid "Error loading file \"%s\":"
msgstr ""
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr ""
@@ -9444,11 +9360,6 @@ msgstr ""
msgid "Error saving form"
msgstr ""
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9500,14 +9411,6 @@ msgstr ""
msgid "executable \"%s\" lacks the permission to run"
msgstr ""
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr ""
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr ""
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr ""
@@ -9593,34 +9496,6 @@ msgstr ""
msgid "Export >>"
msgstr ""
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr ""
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "إستخرج"
@@ -9683,12 +9558,6 @@ msgstr "جذاذة"
msgid "File: "
msgstr "الجذاذة: "
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr ""
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr ""
@@ -9747,14 +9616,6 @@ msgstr ""
msgid "File is not an executable"
msgstr ""
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr ""
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr ""
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9768,12 +9629,6 @@ msgstr ""
msgid "File not found"
msgstr ""
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr ""
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9797,10 +9652,6 @@ msgstr ""
msgid "File not lowercase"
msgstr ""
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr ""
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10493,11 +10344,6 @@ msgstr ""
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr ""
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr ""
@@ -10610,10 +10456,6 @@ msgstr ""
msgid "Ignore all"
msgstr ""
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr ""
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14234,15 +14076,6 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr ""
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr ""
@@ -14506,14 +14339,6 @@ msgstr ""
msgid "Open Project File"
msgstr "إفتح جذاذة المشروع"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr ""
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr ""
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr ""
@@ -14612,14 +14437,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr ""
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr ""
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr ""
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr ""
@@ -14717,16 +14534,6 @@ msgstr ""
msgid "Parsers:"
msgstr ""
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr ""
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr ""
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -14877,11 +14684,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr ""
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr ""
@@ -14896,10 +14698,6 @@ msgstr "غير الخيارات العامة"
msgid "File Properties"
msgstr ""
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr ""
@@ -15165,10 +14963,6 @@ msgstr ""
msgid "Object"
msgstr ""
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr ""
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr ""
@@ -15326,26 +15120,6 @@ msgstr ""
msgid "Clear Selection"
msgstr ""
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr ""
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr ""
@@ -15376,64 +15150,6 @@ msgstr ""
msgid "More functions for the package"
msgstr ""
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "نصّ"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15469,15 +15185,6 @@ msgstr ""
msgid "Circular dependencies found"
msgstr ""
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr ""
@@ -15492,19 +15199,10 @@ msgstr ""
msgid "Dependency without Owner: %s"
msgstr ""
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr ""
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr ""
@@ -15591,10 +15289,6 @@ msgstr ""
msgid "Package is required"
msgstr ""
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr ""
@@ -15662,10 +15356,6 @@ msgstr ""
msgid "Skip this package"
msgstr ""
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15692,11 +15382,6 @@ msgstr ""
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr ""
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr ""
@@ -15802,63 +15487,16 @@ msgstr ""
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr ""
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr ""
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr ""
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr ""
@@ -15900,84 +15538,6 @@ msgstr ""
msgid "Select a package"
msgstr ""
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-msgid "RegisterUnit was called but no package is registering."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr ""
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr ""
@@ -16469,16 +16029,6 @@ msgstr ""
msgid "Remove %s items from project?"
msgstr ""
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr ""
@@ -16497,10 +16047,6 @@ msgstr ""
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr ""
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr ""
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr ""
@@ -16631,10 +16177,6 @@ msgstr ""
msgid "&Quit Lazarus"
msgstr "خروج من لازاروس"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr ""
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr ""
@@ -17529,10 +17071,6 @@ msgstr ""
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr ""
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr ""
@@ -17631,11 +17169,6 @@ msgstr ""
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17724,10 +17257,6 @@ msgstr ""
msgid "Store path delimiters \\ and / as"
msgstr ""
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr ""
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr ""
@@ -17928,11 +17457,6 @@ msgstr ""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr ""
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18014,30 +17538,15 @@ msgstr ""
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr ""
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr ""
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr ""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr ""
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr ""
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr ""
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18063,11 +17572,6 @@ msgstr ""
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr ""
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr ""
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19000,39 +18504,6 @@ msgstr ""
msgid "Unable to convert to encoding \"%s\""
msgstr ""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr ""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr ""
@@ -19135,34 +18606,10 @@ msgstr ""
msgid "Unable to read %s"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19183,20 +18630,6 @@ msgstr ""
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr ""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr ""
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr ""
@@ -19248,45 +18681,6 @@ msgstr ""
msgid "Unable to update CreateForm statement in project source"
msgstr ""
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr ""
@@ -19317,80 +18711,6 @@ msgstr ""
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr ""
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unit %s%s%s has changed. Save?"
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "الوحدة %s%s%s تغيّرت هل تريد حفظها؟"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19433,11 +18753,6 @@ msgstr ""
msgid "Update references?"
msgstr ""
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr ""
@@ -19725,15 +19040,6 @@ msgstr ""
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr ""
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr ""
@@ -19751,15 +19057,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr ""
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr ""
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr ""
@@ -20067,118 +19364,14 @@ msgstr ""
msgid "Include version info in executable"
msgstr ""
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "صيني"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr ""
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr ""
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr ""
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr ""
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr ""
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr ""
@@ -22119,3 +21312,76 @@ msgstr ""
msgid "Version Info"
msgstr ""
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unit %s%s%s has changed. Save?"
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "الوحدة %s%s%s تغيّرت هل تريد حفظها؟"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr ""
+
diff --git a/languages/lazaruside.ca.po b/languages/lazaruside.ca.po
index 8ca2bc5a6d..ce7c075fd3 100644
--- a/languages/lazaruside.ca.po
+++ b/languages/lazaruside.ca.po
@@ -1284,11 +1284,6 @@ msgstr ""
msgid "Compiler messages language file (*.msg)"
msgstr ""
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Opcions del compilador"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Completa les propietats"
@@ -3622,10 +3617,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr ""
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Opcions del projecte"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5224,12 +5215,6 @@ msgstr "Mostra-ho tot"
msgid "The package %s is read only."
msgstr "El paquet %s és de només lectura."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format, fuzzy, badformat
-#| msgid "A file %s%s%s already exists.%sReplace it?"
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Ja existeix un fitxer %s%s%s. %sVoleu que el substitueixi?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5319,10 +5304,6 @@ msgstr ""
msgid "Ambiguous files found"
msgstr ""
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr ""
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr ""
@@ -5891,11 +5872,6 @@ msgstr ""
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr ""
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "S'ha produït un error"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr ""
@@ -6042,12 +6018,6 @@ msgstr "(Filtre)"
msgid "Follow cursor"
msgstr ""
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr ""
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr ""
@@ -7185,10 +7155,6 @@ msgstr "Directori del projecte"
msgid "%s project directory"
msgstr "directori del projecte %s"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "S'ha produït un error de lectura"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Node seleccionat"
@@ -7254,10 +7220,6 @@ msgstr ""
msgid "Variable:"
msgstr "variable:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "S'ha produït un error d'escriptura"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "A"
@@ -8231,31 +8193,6 @@ msgstr "Explora els missatges de Make"
msgid "Skip calling compiler"
msgstr "No cridis el compilador"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr ""
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
#, fuzzy
#| msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the FreePascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
@@ -8795,10 +8732,6 @@ msgstr "Esborrar tots aquestos arxius?"
msgid "Delete ambiguous file?"
msgstr ""
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Ha fallat l'eliminació del fitxer"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8837,12 +8770,6 @@ msgstr ""
msgid "Delete value %s"
msgstr ""
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Deleting of file %s%s%s failed."
-msgid "Deleting of file \"%s\" failed."
-msgstr "Ha fallat l'eliminació del fitxer %s%s%s."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr ""
@@ -8944,10 +8871,6 @@ msgstr ""
msgid "directory %s not found"
msgstr ""
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr ""
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr ""
@@ -9488,10 +9411,6 @@ msgstr ""
msgid "Environment variable, name as parameter"
msgstr ""
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "No s'ha trobat el directori"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "El nom del depurador no és vàlid"
@@ -9592,11 +9511,6 @@ msgstr ""
msgid "Error loading file \"%s\":"
msgstr ""
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "S'ha produït un error mentre es movia el component"
@@ -9654,11 +9568,6 @@ msgstr ""
msgid "Error saving form"
msgstr ""
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9710,14 +9619,6 @@ msgstr ""
msgid "executable \"%s\" lacks the permission to run"
msgstr ""
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Executa l'ordre després"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Executa l'ordre abans"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "S'ha aturat l'execució"
@@ -9803,34 +9704,6 @@ msgstr ""
msgid "Export >>"
msgstr ""
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr ""
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Extrau"
@@ -9897,13 +9770,6 @@ msgstr "Fitxer"
msgid "File: "
msgstr ""
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format, fuzzy, badformat
-#| msgid "File %s%s%s%sdoes not look like a text file.%sOpen it anyway?"
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "El fitxer %s%s%s%sno sembla un fitxer de text.%sEl voleu obrir igualment?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr ""
@@ -9961,14 +9827,6 @@ msgstr ""
msgid "File is not an executable"
msgstr ""
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "No es pot escriure en el fitxer"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr ""
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format, fuzzy, badformat
#| msgid "File %s%s%s is virtual."
@@ -9983,13 +9841,6 @@ msgstr ""
msgid "File not found"
msgstr "No s'ha trobat el fitxer"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format, fuzzy, badformat
-#| msgid "File %s%s%s not found.%s"
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "No s'ha trobat el fitxer %s%s%s.%s"
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -10014,10 +9865,6 @@ msgstr "No s'ha trobat el fitxer %s%s%s.%sEl voleu crear?%s"
msgid "File not lowercase"
msgstr "El fitxer no és en minúscules"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "No és un fitxer de text"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10715,11 +10562,6 @@ msgstr ""
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr ""
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr ""
@@ -10832,10 +10674,6 @@ msgstr ""
msgid "Ignore all"
msgstr ""
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr ""
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14623,15 +14461,6 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr ""
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr ""
@@ -14902,14 +14731,6 @@ msgstr "Opre projecte de nou"
msgid "Open Project File"
msgstr "Obre el fitxer de projecte"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr ""
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr ""
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr ""
@@ -15008,14 +14829,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr ""
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Voleu sobrescriure el fitxer?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Sobreescriu arxiu al disc"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr ""
@@ -15115,16 +14928,6 @@ msgstr ""
msgid "Parsers:"
msgstr ""
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr ""
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr ""
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15281,11 +15084,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Crea Makefile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr ""
@@ -15300,10 +15098,6 @@ msgstr "Edita les opcions generals"
msgid "File Properties"
msgstr "Propietats del fitxer"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Instal·la"
@@ -15590,10 +15384,6 @@ msgstr "Menor"
msgid "Object"
msgstr "Objecte"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Opcions del paquet"
-
#: lazarusidestrconsts.lispckoptspackagetype
#, fuzzy
#| msgid "PackageType"
@@ -15756,26 +15546,6 @@ msgstr ""
msgid "Clear Selection"
msgstr ""
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "Afegeix CompiledSrcPath"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Directori de la sortida"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Marca del directori font del paquet"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Trajectòria de la unitat"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr ""
@@ -15807,64 +15577,6 @@ msgstr "El fitxer %s%s%s%sja no és a la trajectòria d'unitats del paquet.%s%sV
msgid "More functions for the package"
msgstr ""
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Binari"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Inclou el fitxer"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - Lazarus Form Text"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - Lazarus Resource"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Text"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Unitat virtual"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format, fuzzy, badformat
#| msgid "%sAdding new Dependency for package %s: package %s%s"
@@ -15902,15 +15614,6 @@ msgstr "Dependència Interrompuda"
msgid "Circular dependencies found"
msgstr ""
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Ha fallat l'eliminació"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Voleu eliminar el fitxer de paquet antic?"
@@ -15926,19 +15629,10 @@ msgstr "Voleu eliminar el fitxer de paquet antic %s%s%s?"
msgid "Dependency without Owner: %s"
msgstr "Dependència sense propietari: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "S'ha produït un error mentre es llegia el fitxer"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "S'ha produït un error mentre es llegia el paquet"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "S'ha produït un error mentre s'escrivia el fitxer"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "S'ha produït un error mentre s'escrivia el paquet"
@@ -16029,10 +15723,6 @@ msgstr "El paquet no és un paquet de temps de disseny"
msgid "Package is required"
msgstr "Es requereix el paquet"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "fitxer del codi font principal del paquet"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Ja existeix el nom del paquet"
@@ -16104,10 +15794,6 @@ msgstr "Voleu canviar a minúscules el nom del fitxer a%s%s%s%s?"
msgid "Skip this package"
msgstr ""
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "fitxer de configuració de paquets estàtics"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format, fuzzy, badformat
#| msgid "The file %s%s%s%sis already in the package %s."
@@ -16139,11 +15825,6 @@ msgstr "El nom del fitxer %s%s%s forma part del projecte actual.%sProjectes i pa
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "El nom de fitxer %s%s%s està essent utilitzat pel%s paquet %s%s%s%s en el fitxer %s%s%s."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Ha fallat la carrega del següent paquet:"
@@ -16265,71 +15946,18 @@ msgstr "Hi ha una unitat amb el mateix nom que un paquet:%s%s1. %s%s%s de %s%s2.
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr ""
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "No es pot crear el directori"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create output directory %s%s%s%sfor package %s."
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "No es pot crear el directori de sortida %s%s%s%spel paquet %s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create package source directory %s%s%s%sfor package %s."
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "No es pot crear el directori sortida font %s%s%s%s pel paquet %s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format, fuzzy, badformat
#| msgid "Unable to create target directory for Lazarus:%s%s%s%s.%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "No es pot crear el directori destinació del Lazarus:%s%s%s%s.%sAquest directori el necessita el nou IDE Lazarus amb els vostres paquets personalitzats."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to delete file %s%s%s."
-msgid "Unable to delete file \"%s\"."
-msgstr "No es pot eliminar el fitxer %s%s%s."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "No es pot eliminar el fitxer"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to delete old state file %s%s%s%sfor package %s."
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "No es pot eliminar el fitxer antic %s%s%s%spel paquet %s."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to read state file %s%s%s%sof package %s.%sError: %s"
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "No es pot llegir fitxer d'estat %s%s%s%sdel paquet %s.%sError: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format, fuzzy, badformat
#| msgid "Unable to write package %s%s%s%sto file %s%s%s.%sError: %s"
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "No es pot escriure el paquet %s%s%s%sal fitxer %s%s%s.%sError: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to write state file %s%s%s%sof package %s.%sError: %s"
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "No es pot escriure el fitxer d'estat %s%s%s%sdel paquet %s.%sError: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Voleu desinstal·lar el paquet?"
@@ -16372,91 +16000,6 @@ msgstr ""
msgid "Select a package"
msgstr ""
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-#, fuzzy
-#| msgid "Can not register components without unit"
-msgid "Cannot register components without unit"
-msgstr "No es poden registrar els components sense unitat"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Component Class %s%s%s already defined"
-msgid "Component Class \"%s\" already defined"
-msgstr "La classe del component %s%s%s ja està definida"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format, fuzzy, badformat
-#| msgid "%s%sFile Name: %s%s%s"
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sNom del fitxer: %s%s%s"
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "La classe del component no és vàlida"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "El nom de la unitat no és vàlid: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "No s'ha trobat el fitxer del paquet"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "El procediment del registre és NIL"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-#, fuzzy
-#| msgid "RegisterUnit was called, but no package is registering."
-msgid "RegisterUnit was called but no package is registering."
-msgstr "S'ha cridat RegisterUnit, però no hi ha cap paquet registrant."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Aquest és el paquet predeterminat. S'utilitza només per components sense paquet. Aquests components estan desfasats."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format, fuzzy, badformat
-#| msgid "%s%sUnit Name: %s%s%s"
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sNom de la unitat: %s%s%s"
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr ""
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr ""
@@ -16958,16 +16501,6 @@ msgstr "Voleu eliminar el fitxer %s del projecte?"
msgid "Remove %s items from project?"
msgstr ""
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Construeix sempre (inclús si res ha canviat)"
@@ -16986,10 +16519,6 @@ msgstr "S'ha produït un error"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "No es pot canviar la llista de les formes creades automàticament en el codi font del programa. %s Si us plau, corregiu primer els errors."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr ""
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Demana el valor"
@@ -17120,10 +16649,6 @@ msgstr ""
msgid "&Quit Lazarus"
msgstr ""
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "S'ha produït un error de lectura"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr ""
@@ -18033,10 +17558,6 @@ msgstr ""
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr ""
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr ""
@@ -18135,11 +17656,6 @@ msgstr "Paraules"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Font i destinació son el mateix:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format, fuzzy, badformat
#| msgid "Source directory %s%s%s does not exist."
@@ -18230,10 +17746,6 @@ msgstr "Voleu aturar la depuració?"
msgid "Store path delimiters \\ and / as"
msgstr ""
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr ""
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "S'ha produït un error d'afluent"
@@ -18435,11 +17947,6 @@ msgstr ""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "La classe %s%s%s és un TControl i no pot ser enganxat dins un no-control%sNo s'ha pogut enganxar."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18524,31 +18031,16 @@ msgstr ""
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr ""
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr ""
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format, fuzzy, badformat
#| msgid "The file %s%s%s"
msgid "The file \"%s\""
msgstr "El fitxer %s%s%s"
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr ""
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr ""
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr ""
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18575,11 +18067,6 @@ msgstr "El fitxer %s%s%s%ssembla ser un programa. voleu tancar el projecte actua
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr ""
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr ""
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format, fuzzy, badformat
#| msgid "The file %s%s%s%swas not found.%sDo you want to locate it yourself ?%s"
@@ -19541,42 +19028,6 @@ msgstr "No es poden convertir dades de forma del fitxer %s%s%s%s%sa afluent bina
msgid "Unable to convert to encoding \"%s\""
msgstr ""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "No es pot copiar el fitxer"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to copy file %s%s%s%sto %s%s%s"
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "No es pot copiar el fitxer %s%s%s%sa %s%s%s"
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create directory %s%s%s."
-msgid "Unable to create directory \"%s\"."
-msgstr "No es pot crear el directori %s%s%s"
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "No es pot crear el fitxer"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create file %s%s%s"
-msgid "Unable to create file \"%s\""
-msgstr "No es pot crear el fitxer %s%s%s"
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr ""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr ""
@@ -19681,36 +19132,10 @@ msgstr ""
msgid "Unable to read %s"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "No es pot llegir el fitxer"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to read file %s%s%s!"
-msgid "Unable to read file \"%s\"."
-msgstr "No es pot llegir el fitxer %s%s%s!"
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to read file %s%s%s%sError: %s"
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "No es pot llegir el fitxer %s%s%s%sError: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format, fuzzy, badformat
#| msgid "Unable to remove old backup file %s%s%s!"
@@ -19732,22 +19157,6 @@ msgstr ""
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr ""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "No es pot canviar el nom del fitxer"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to rename file %s%s%s to %s%s%s!"
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "No es pot canviar el nom del fitxer %s%s%s a %s%s%s!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to rename file %s%s%s%sto %s%s%s."
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "No es pot canviar el nom del fitxer %s%s%s%sa %s%s%s."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "No es pot canviar el nom de la forma en el codi font"
@@ -19799,46 +19208,6 @@ msgstr "No es pot transformar afluent de component binari de %s:T%s a text."
msgid "Unable to update CreateForm statement in project source"
msgstr "No es pot actualitzar la declaració CreateForm en el codi font del projecte"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "No es pot escriure el fitxer"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to write file %s%s%s%sError: %s"
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "No es pot escriure el fitxer %s%s%s%sError: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr ""
@@ -19869,80 +19238,6 @@ msgstr "Desinstal·la la selecció"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-#, fuzzy
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Unitat"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Ja existeix l'identificador de la unitat"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "El nom de la unitat ja és al projecte"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Directori sortida de la unitat"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "trajectòria de les unitats"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19985,11 +19280,6 @@ msgstr ""
msgid "Update references?"
msgstr ""
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr ""
@@ -20279,15 +19569,6 @@ msgstr ""
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "S'ha produït un error d'escriptura"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr ""
@@ -20305,15 +19586,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr ""
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr ""
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr ""
@@ -20622,120 +19894,14 @@ msgstr ""
msgid "Include version info in executable"
msgstr ""
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Aràbic"
-
-#: lazarusidestrconsts.rslanguageautomatic
-#, fuzzy
-#| msgid "Automatic (or english)"
-msgid "Automatic (or English)"
-msgstr "Automàtic (o Anglès)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Català"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Chinés"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Holandés"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Anglès"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Finlandès"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Francès"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Alemany"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Hebreu"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Indonés"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Italià"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Japonés"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr ""
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr ""
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Polonès"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Rus"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr ""
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Espanyol"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Ucrainés"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr ""
@@ -22734,3 +21900,75 @@ msgstr ""
msgid "Version Info"
msgstr "Informació de la versió"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Ja existeix l'identificador de la unitat"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "El nom de la unitat ja és al projecte"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Directori sortida de la unitat"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "trajectòria de les unitats"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "No es pot eliminar el fitxer"
+
diff --git a/languages/lazaruside.cs.po b/languages/lazaruside.cs.po
index 2e2e57525d..cd5a45b814 100644
--- a/languages/lazaruside.cs.po
+++ b/languages/lazaruside.cs.po
@@ -1279,11 +1279,6 @@ msgstr "Zprávy překladače"
msgid "Compiler messages language file (*.msg)"
msgstr "Jazykový soubor zpráv překladače (*.msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Volby překladače"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Vlastnosti dokončení"
@@ -3575,10 +3570,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Projekt"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Volby projektu"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5119,11 +5110,6 @@ msgstr "Ukázat vše"
msgid "The package %s is read only."
msgstr "Balíček %s je pouze pro čtení."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Soubor \"%s\" už existuje.%sNahradit?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5211,10 +5197,6 @@ msgstr "Nalezen nejednoznačný soubor: \"%s\"%sTento soubor může být chybě
msgid "Ambiguous files found"
msgstr "Víceznačné soubory nalezeny"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "Nalezena nejednoznačná jednotka"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr "Ukotvit spodní okraj ke spodnímu okraji sourozence. Použijte BorderSpacing pro nastavení vzdálenosti. BorderSpacing sourozence je ignorováno."
@@ -5788,11 +5770,6 @@ msgstr "Zkopírovat výstup do schránky"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "Data.ppu souborů FPC se liší o víc než hodinu.%sTo může znamenat, že jsou z různých instalací.%sSoubor1: %s%sSoubor2: %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Chyba"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "CHYBA: "
@@ -5937,12 +5914,6 @@ msgstr "(filtr)"
msgid "Follow cursor"
msgstr "Následovat kurzor"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr "%s v %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "Je kořenový ovládací prvek"
@@ -7070,10 +7041,6 @@ msgstr "Adresář projektu"
msgid "%s project directory"
msgstr "%s adresář projektu"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Chyba čtení"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Vybrat uzel:"
@@ -7144,10 +7111,6 @@ msgstr "%s:%shodnota \"%s\" není platná."
msgid "Variable:"
msgstr "Proměnná:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Chyba zápisu"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "Zavináč"
@@ -8108,31 +8071,6 @@ msgstr "Snímat pro zprávy Make"
msgid "Skip calling compiler"
msgstr "Přeskočit volání překladače"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "Nelze přidat \"{$I %s}\" do hlavního zdrojového kódu!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "Nelze přidat \"{$R %s}\" do hlavního zdrojového kódu!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "Nelze přidat \"%s\" do hlavního zdrojového kódu!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "Nelze odstranit \"{$I %s}\" z hlavního zdrojového kódu!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "Nelze odstranit \"{$R %s}\" z hlavního zdrojového kódu!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "Varování: Doplňující konfigurační soubor překladače má stejné jméno jako jeden ze standardních konfiguračních souborů, které hledá Free Pascal. To bude mít za následek parsování pouze doplňujícího souboru a přeskočení standardní konfigurace."
@@ -8667,10 +8605,6 @@ msgstr "Odstranit všechny tyto soubory?"
msgid "Delete ambiguous file?"
msgstr "Odstranit víceznačný soubor?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Odstranění souboru selhalo"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8708,11 +8642,6 @@ msgstr "Odstranit hodnotu \"%s\"?"
msgid "Delete value %s"
msgstr "Smazat hodnotu %s"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "Odstranění souboru \"%s\" selhalo."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "Oddělovačem je středník."
@@ -8812,10 +8741,6 @@ msgstr "Adresář \"%s\" nenalezen."
msgid "directory %s not found"
msgstr "adresář %s nenalezen"
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "Adresář není zapisovatelný"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "Adresář, do nějž IDE dává soubory .po"
@@ -9359,10 +9284,6 @@ msgstr "Zadejte nové jméno makra \"%s\""
msgid "Environment variable, name as parameter"
msgstr "Proměnná prostředí, jméno jako parametr"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Adresář nenalezen"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Neplatný název souboru ladiče"
@@ -9464,11 +9385,6 @@ msgstr "Chyba načítání souboru"
msgid "Error loading file \"%s\":"
msgstr "Chyba načítání souboru \"%s\":"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "Chyba načítání %s z%s%s%s%s"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Chyba přesunu komponenty"
@@ -9526,11 +9442,6 @@ msgstr ", Chyb:%s"
msgid "Error saving form"
msgstr "Chyba během ukládání formuláře"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "Chyba ukládání %s do %s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9584,14 +9495,6 @@ msgstr "spustitelný soubor \"%s\" je adresář"
msgid "executable \"%s\" lacks the permission to run"
msgstr "spustitelný soubor \"%s\" postrádá oprávnění ke spuštění"
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Vykonávání příkazu po"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Vykonávání příkazu před"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Vykonání zastaveno"
@@ -9681,34 +9584,6 @@ msgstr "Exportovat vybrané"
msgid "Export >>"
msgstr "Exportovat >>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "Rozšířit cestu pro hledání zahrnutých souborů balíčku \"%s\" s%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr "Rozšířit prohledávanou cestu include projektu s%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "Rozšířit cestu zahrnutých souborů?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Rozšířit cestu jednotky?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "Rozšířit cestu pro hledání jednotek balíčku \"%s\" s%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "Rozšířit prohledávanou cestu jednotek projektu s%s\"%s\"?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Rozbalit"
@@ -9771,12 +9646,6 @@ msgstr "Soubor"
msgid "File: "
msgstr "Soubor: "
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "Soubor \"%s\"%snevypadá jako textový soubor.%sPřesto otevřít?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Přípona souboru programu"
@@ -9834,14 +9703,6 @@ msgstr "Soubor je adresářem"
msgid "File is not an executable"
msgstr "Soubor není spustitelný"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Soubor není zapisovatelný"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "Soubor je symbolický odkaz"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9855,12 +9716,6 @@ msgstr "Styl jména souboru"
msgid "File not found"
msgstr "Soubor nenalezen"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "Soubor \"%s\" nenalezen."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9884,10 +9739,6 @@ msgstr "Soubor \"%s\" nenalezen.%sChcete jej vytvořit?"
msgid "File not lowercase"
msgstr "Soubor není s malými písmeny"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "Soubor není textový"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10617,11 +10468,6 @@ msgstr "IDE bude znovu přeloženo a restartováno během instalace/odinstalace
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "Vítejte v Lazarusu.%0:sNalezená Konfigurace IDE byla dříve použita jinou instalací Lazarusu.%0:sPokud máte dvě a více oddělených instalací Lazarusu, tyto instalace by neměly sdílet stejnou konfiguraci. To by mohlo vést ke konfliktům a Vaše instalace Lazarusu by se mohly stát nestabilní.%0:s%0:sPokud máte pouze jednu instalaci a zkopírovanoý/přesunutý spustitelný soubor Lazarusu, může aktualizovat tuto konfiguraci.%0:s%1:s%0:s%0:sVyberte:%0:s%:s* Informace o aktualizaci: Použijte tuto konfiguraci a aktualizujte jipro budoucí použití s Lazarusem. Stará instalace ji nebude více používat.%0:s* Ignorovat: Použít tuto konfiguraci, ale ponechat upozornění. Toto může vést ke konfliktům s ostatními instalacemi.%0:s* Zrušit: Ukončit právě teď. Můžete potom vyřešit problém spuštěním Lazarusu se správnou konfigurací.%0:s%0:sDalší informace:%0:sTato konfigurace je pro: %2:s%0:sPatří instalaci Lazarusu v %3:s%0:s.Aktuální IDE bylo spuštěno z: %4:s%0:s"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "Vytvořit Makefile pro balíček %s"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "Informace o IDE"
@@ -10734,10 +10580,6 @@ msgstr "Pokud chcete používat dvě rozdílné verze Lazarusu, musíte spustit
msgid "Ignore all"
msgstr "Ignorovat vše"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Ignorovat a pokračovat"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14437,15 +14279,6 @@ msgstr "není vybrána žádné šablona"
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "Doposud neimplementováno"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "Zatím neimplementováno:%s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "nenainstalováno"
@@ -14708,14 +14541,6 @@ msgstr "Otevřít projekt znovu"
msgid "Open Project File"
msgstr "Otevřít soubor projektu"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Otevřít symbolický odkaz"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Otevřít cíl"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Otevřít soubor jako normální zdrojový soubor"
@@ -14822,14 +14647,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%spřepíše sadu widgetů projektu. např. gtk gtk2 qt win32 carbon. výchozí: %s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Přepsat soubor?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Přepsat soubor na disku"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "'Owner' je již použit v TReader/TWriter. Prosím zvolte jiné jméno."
@@ -14927,16 +14744,6 @@ msgstr "parser \"%s\":%s"
msgid "Parsers:"
msgstr "Parsery:"
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr "dvakrát předána definice překladače \"%s\" s různými hodnotami"
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr "dvakrát předána definice překladače -\"%s\" s různými hodnotami"
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15087,11 +14894,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Vytvořit Makefile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s, standardně: %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "Vlastnosti závislosti"
@@ -15104,10 +14906,6 @@ msgstr "Upravit obecná nastavení"
msgid "File Properties"
msgstr "Vlastnosti souboru"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr "(fpmake)"
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Instalovat"
@@ -15373,10 +15171,6 @@ msgstr "Minoritní"
msgid "Object"
msgstr "Objekt"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Nastavení balíčku"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Typ balíčku"
@@ -15534,26 +15328,6 @@ msgstr "Vyčistit závislosti balíku"
msgid "Clear Selection"
msgstr "Vyčistit výběr"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "Doplněk CompiledSrcPath"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr "Jmenné prostory"
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Výstupní adresář"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Značka zdrojového adresáře balíčku"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Cesta jednotky"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "Odstranit závislosti"
@@ -15584,64 +15358,6 @@ msgstr "Soubor \"%s\"%snení aktuálně v cestě jednotek balíčku.%sPřidat \"
msgid "More functions for the package"
msgstr "Více funkcí pro balíček"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Binární"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Zahrnout soubor"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "Vyvolání souboru XML"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - Text formuláře Lazarusu"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - Zdrojový soubor Lazarusu"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Hlavní jednotka"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Text"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Virtuální jednotka"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Adresář balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Zahrnutá prohledávaná cestu souborů balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Jméno balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Výstupní adresář balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Prohledávaná cesta zdrojových souborů balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Prohledávaná cesta jednotek balíčku. Parametr je ID balíčku, např. \"Jméno\" nebo \"Jméno 1.0\""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15677,15 +15393,6 @@ msgstr "Porušená závislost"
msgid "Circular dependencies found"
msgstr "Nalezeny kruhové závislosti"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "Přeložit balíček %s"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Odstranění selhalo"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Smazat starý soubor balíčku?"
@@ -15700,19 +15407,10 @@ msgstr "Odstranit starý soubor balíčku \"%s\"?"
msgid "Dependency without Owner: %s"
msgstr "Závislost bez vlastníka: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Chyba načítání souboru"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Chyba načítání balíčku"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Chyba zapisování souboru"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Chyba zapisování balíčku"
@@ -15799,10 +15497,6 @@ msgstr "Balíček není návrhový balíček"
msgid "Package is required"
msgstr "Balíček je vyžadován"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "hlavní zdrojový soubor balíčku"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Jméno balíčku již existuje"
@@ -15875,10 +15569,6 @@ msgstr "Mohu soubor přejmenovat na malé znaky na %s\"%s\"?"
msgid "Skip this package"
msgstr "Přeskočit tento balíček"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "konfigurační soubor statického balíčku"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15905,11 +15595,6 @@ msgstr "Jméno souboru \"%s\" je částí aktuálního projektu.%sProjekty a bal
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "Jméno souboru \"%s\" je použité %sbalíčkem \"%s\"%sv souboru \"%s\"."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "Soubor \"%s\" balíčku %s nebyl nalezen."
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Následující balíček se nepodařilo načíst:"
@@ -16015,63 +15700,16 @@ msgstr "Již existuje jednotka se stejným jménem jako balíček:%s1. \"%s\" z
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Toto je virtuální balíček. Zatím nemá zdrojový kód. Prosím uložte nejdříve balíček."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Nelze vytvořit adresář"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Nelze vytvořit výstupní adresář \"%s\"%sbalíčku %s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Nelze vytvořit zdrojový adresář \"%s\"%sbalíčku %s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Nelze vytvořit cílový adresář Lazarusu:%s\"%s\".%sTento adresář je nutný pro nové změněné Lazarus IDE s vašimi vlastními balíčky."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "Nelze smazat soubor \"%s\"."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Nelze smazat soubor"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Nelze smazat starý stavový soubor \"%s\"%sbalíčku %s."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "Nelze načíst balíček"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Nelze otevřít balíček \"%s\".%sTento balíček byl označen k instalaci."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Nelze číst stavový soubor \"%s\"%sbalíčku %s.%sChyba: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "Nelze zapsat balíček \"%s\"%sdo souboru \"%s\".%sChyba: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Nelze zapsat stavový soubor \"%s\"%sbalíčku %s.%sChyba: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Odinstalovat balíček?"
@@ -16113,84 +15751,6 @@ msgstr "odstranit"
msgid "Select a package"
msgstr "Vybrat balíček"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "Nelze registrovat komponenty bez jednotky"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "Třída komponenty \"%s\" je již definována"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sJméno souboru: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Neplatná třída komponenty"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Neplatné jméno jednotky: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%ssoubor lpk: \"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "Soubor balíčku nenalezen"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "Chyba registrace balíčku"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "Registrační procedura je nil"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-msgid "RegisterUnit was called but no package is registering."
-msgstr "Bylo voláno RegisterUnit, ale žádný balíček není registrován."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%sSoubor lpk nebyl nalezen."
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "Balíček \"%s\" je instalován, ale nebyl nalezen platný soubor (.lpk).%sByl vytvořen rozbitý prázdný balíček."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Toto je přednastavený balíček určený jen pro komponenty bez balíčků. Tyto komponenty jsou zastaralé."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Tento balíček je nainstalován, ale soubor lpk nebyl nalezen. Všechny jeho komponenty jsou deaktivované. Prosím, opravte to."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sJméno jednotky: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr "Jednotka \"%s\" nebyla nalezena v souboru lpk.%sPravděpodobně tento lpk soubor nebyl použit k sestavení tohoto IDE. Nebo tento balíček nevhodně používá proceduru RegisterUnit."
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "Jednotka \"%s\" byla odstraněna z balíčku (lpk)"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr "Následující závislosti nejsou nutné kvůli automatické přechodnosti závislostí mezi balíčky."
@@ -16683,16 +16243,6 @@ msgstr "Odstranit soubor %s z projektu?"
msgid "Remove %s items from project?"
msgstr "Odebrat %s položek z projektu?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "Nelze načíst soubor %s projektu %s%sChyba: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Nelze zapsat stavový soubor projektu %s%sChyba: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Vždy sestavit (i pokud se nic nezmění)"
@@ -16711,10 +16261,6 @@ msgstr "Chyba"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Nelze změnit seznam automaticky vytvářených formulářů ve zdrojovém kódu programu.%sNejdříve opravte chyby."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Značka zdrojového adresáře projektu"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Dotázat se na hodnotu"
@@ -16841,10 +16387,6 @@ msgstr "Ukončit"
msgid "&Quit Lazarus"
msgstr "Ukončit Lazarus"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Chyba čtení"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "Opravdu odstranit?"
@@ -17760,10 +17302,6 @@ msgstr "Přeskočit načtení posledního projektu"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "Přeskočit tyto varování"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "Pomalejší, ale přesnější."
@@ -17862,11 +17400,6 @@ msgstr "Slova"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr "Zdrojový \"%s\"%sa cílový \"%s\"%sadresář je stejný. Prosím vyberte jiný adresář."
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Zdroj a cíl jsou stejné:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17955,10 +17488,6 @@ msgstr "Zastavit ladění?"
msgid "Store path delimiters \\ and / as"
msgstr "Uložit oddělovače cesty \\ a / jako"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "Divný soubor lpi"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Chyba proudového zpracování"
@@ -18158,11 +17687,6 @@ msgstr "Aplikační balík byl vytvořen pro \"%s\""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "Třída \"%s\" je TControl a nemůže být vložena na neovládací prvek.%sNelze vložit."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "CodeTools našly chybu:%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18244,30 +17768,15 @@ msgstr "Adresář \"%s\" již neobsahuje žádné projektové jednotky. Odstrani
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "Adresář \"%s\" nadále není potřeba v cestě jednotek.%sOdstranit jej?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "Adresář \"%s\" není zapisovatelný."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "Soubor \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "Soubor %s nevypadá jako soubor lpi."
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "Indexový soubor je nutný pro funkce jako hledání deklarací. Během vytváření můžete upravovat zdrojové kódy a překládat, ale funkce jako hledání deklarací zobrazí chyby o nenalezených jednotkách. Může to trvat několik minut."
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "Soubor \"%s\" je symbolický odkaz.%sOtevřít místo něj \"%s\"?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18293,11 +17802,6 @@ msgstr "Soubor \"%s\" vypadá jako program. %sZavřít aktuální projekt a vytv
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "Soubor %s vypadá, že je programový soubor existujícího projektu Lazarusu."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "Soubor \"%s\"%sbyl nalezen v jednom ze zdrojových adresářů balíčku %s a vypadá jako přeložená jednotka. Přeložené jednotky musí být ve výstupním adresáři balíčku, jinak můžou mít jiné balíčky problémy s použitím tohoto balíčku.%sSmazat tento soubor?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19232,39 +18736,6 @@ msgstr "Nelze převést textová data formuláře souboru %s\"%s\"%sdo binární
msgid "Unable to convert to encoding \"%s\""
msgstr "Nelze převést na kódování \"%s\""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Soubor nelze zkopírovat"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Nelze zkopírovat soubor \"%s\"%sna \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "Nelze vytvořit adresář \"%s\"."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Nelze vytvořit soubor"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "Nelze vytvořit soubor \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "Nelze vytvořit soubor %s\"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "Nelze vytvořit odkaz \"%s\" s cílem \"%s\""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr "Nelze vytvořit nový soubor, jelikož již existuje adresář stejného jména."
@@ -19367,34 +18838,10 @@ msgstr "Nelze otevřít návrhář.%sTřída %s není potomek návrhářské tř
msgid "Unable to read %s"
msgstr "Nelze přečíst %s"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Nelze přečíst soubor"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "Nelze přečíst soubor \"%s\"."
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Nelze číst soubor \"%s\"%sChyba: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "Nelze číst lpi"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr "nelze číst proces ExitStatus"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "Nelze číst informační soubor projektu%s\"%s\"."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19415,20 +18862,6 @@ msgstr "Nelze odstranit titulek projektu ze zdrojů.%s%s"
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Nelze přejmenovat víceznačný soubor \"%s\"%sna \"%s\""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Soubor nelze přejmenovat"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "Nelze přejmenovat soubor \"%s\" na \"%s\"!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "Nelze přejmenovat soubor \"%s\"%sna \"%s\"."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Nelze přejmenovat formulář ve zdrojovém souboru."
@@ -19480,45 +18913,6 @@ msgstr "Nelze převést komponentu v binárním proudu %s:T%s na text."
msgid "Unable to update CreateForm statement in project source"
msgstr "Nelze zaktualizovat příkaz CreateForm v zdrojovém souboru projektu"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "Nelze zapisovat do \"%s\""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Nelze zapsat soubor"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "Nemožný zápis do souboru \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Nelze zapisovat do souboru \"%s\"%sChyba: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "Nelze zapisovat do informačního souboru projektu %s\"%s\".%sChyba: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "Nelze zapsat soubor sezení projektu%s\"%s\".%sChyba: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "Nelze zapsat do souboru \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "Nelze zapsat xml proud do %s%sChyba: %s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "Zruš výběr všech"
@@ -19549,79 +18943,6 @@ msgstr "Odinstalovat vybrané"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Jednotka"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "Jednotka \"%s\" byla změněna. Uložit?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Identifikátor jednotky již existuje"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s jednotka %s v balíčku %s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Jméno jednotky je už v projektu"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Jméno jednotky začíná s..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Jméno jednotky obsahuje..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "jednotka %s nenalezena"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr "jednotka %s nenalezena na místě \"%s\""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Výstupní adresář jednotky"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "cesta jednotky"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Cesty jednotky"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "jednotka %s vyžaduje balíček %s"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19664,11 +18985,6 @@ msgstr "Aktualizovat ostatní podpisy procedur když se změnila pouze velikost
msgid "Update references?"
msgstr "Aktualizovat odkazy?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "Aktualizace PO souborů selhala pro balíček %s"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr "Povýšit"
@@ -19957,15 +19273,6 @@ msgstr "Pracovní adresář pro spuštění"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Chyba zápisu"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Chyba zápisu: %s%sSoubor: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr "Zapisování informací balíčku do souboru selhalo."
@@ -19983,15 +19290,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "špatná verze v %s: %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "Chyba XML"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "Chyba XML analyzátoru v souboru %s%sChyba: %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "Toto můžete zakázat pro jednotlivé formuláře v editoru balíčku"
@@ -20302,118 +19600,14 @@ msgstr "Informace o verzi je uloženo pokud to formát spustitelného podporuje.
msgid "Include version info in executable"
msgstr "Zahrnout informaci o verzi ve spustitelném souboru"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Afrikánština"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Arabština"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "Automaticky (nebo Angličtina)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Katalánština"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Čínština"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "Čeština"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Holandština"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Angličtina"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Finština"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Francouzština"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Němčina"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Hebrejština"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "Maďarština"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Indonésština"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Italština"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Japonština"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "Litevština"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Nastavení jazyka"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Polština"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "Portugalština"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "Brazilská portugalština"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Ruština"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Výběr jazyka:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "Slovenština"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Španělština"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "Turečtina"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Ukrajinština"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "&Hlavní verze:"
@@ -22339,3 +21533,75 @@ msgstr ""
msgid "Version Info"
msgstr "Informace o verzi"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "Jednotka \"%s\" byla změněna. Uložit?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Identifikátor jednotky již existuje"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s jednotka %s v balíčku %s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Jméno jednotky je už v projektu"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Jméno jednotky začíná s..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Jméno jednotky obsahuje..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "jednotka %s nenalezena"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr "jednotka %s nenalezena na místě \"%s\""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Výstupní adresář jednotky"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "cesta jednotky"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Cesty jednotky"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "jednotka %s vyžaduje balíček %s"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Nelze smazat soubor"
+
diff --git a/languages/lazaruside.de.po b/languages/lazaruside.de.po
index 55477000e3..6890495331 100644
--- a/languages/lazaruside.de.po
+++ b/languages/lazaruside.de.po
@@ -1277,11 +1277,6 @@ msgstr "Compiler-Meldungen"
msgid "Compiler messages language file (*.msg)"
msgstr "Compilermeldungen-Sprachdatei (*.msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Compilereinstellungen"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Vollständige Eigenschaften"
@@ -3594,10 +3589,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Projekt"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Projekteinstellungen"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5143,11 +5134,6 @@ msgstr "Alle anzeigen"
msgid "The package %s is read only."
msgstr "Das Package %s ist schreibgeschützt."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Die Datei \"%s\" ist bereits vorhanden.%sErsetzen?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5235,10 +5221,6 @@ msgstr "Doppelte Datei gefunden: \"%s\"%sDiese Datei kann mit \"%s\"%sverwechsel
msgid "Ambiguous files found"
msgstr "Mehrdeutige Dateien gefunden"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "Mehrdeutige Unit gefunden"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr ""
@@ -5810,11 +5792,6 @@ msgstr "Ausgabe in die Zwischenablage kopieren"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "Die Daten der .ppu-Dateien von FPC unterscheiden sich um mehr als eine Stunde.%sDas kann bedeuten, daß sie von zwei verschiedenen Installationen stammen.%sDatei1: %s%sDatei2: %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Fehler"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "FEHLER: "
@@ -5959,12 +5936,6 @@ msgstr "(Filter)"
msgid "Follow cursor"
msgstr "Cursor folgen"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr "%s in %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "Ist ein Wurzelelement"
@@ -7092,10 +7063,6 @@ msgstr "Projektverzeichnis"
msgid "%s project directory"
msgstr "%s Projektverzeichnis"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Lesefehler"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Gewählter Knoten:"
@@ -7166,10 +7133,6 @@ msgstr "%s:%sWert \"%s\" ist ungültig."
msgid "Variable:"
msgstr "Variable:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Schreibfehler"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "@"
@@ -8130,31 +8093,6 @@ msgstr "Nach Make-Meldungen durchsuchen"
msgid "Skip calling compiler"
msgstr "Aufruf des Compilers übergehen"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "Konnte \"{$I %s}\" nicht zum Hauptquelltext hinzufügen!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "Konnte \"{$R %s}\" nicht zum Hauptquelltext hinzufügen!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "Konnte \"%s\" nicht zum Hauptquelltext hinzufügen!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "Konnte \"{$I %s}\" nicht aus dem Hauptquelltext entfernen!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "Konnte \"{$R %s}\" nicht aus dem Hauptquelltext entfernen!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "Warnung: Die zusätzliche Compilerkonfigurationsdatei besitzt den gleichen Namen wie eine der Standard-Konfigurationsdateien nach denen FPC sucht. Das kann dazu führen, daß NUR diese und nicht die Standard-Datei verwendet wird."
@@ -8691,10 +8629,6 @@ msgstr "Alle diese Dateien löschen?"
msgid "Delete ambiguous file?"
msgstr "Mehrdeutige Datei löschen?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Löschen der Datei fehlgeschlagen"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8732,11 +8666,6 @@ msgstr "Wert \"%s\" löschen?"
msgid "Delete value %s"
msgstr "Lösche Wert %s"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "Löschen der Datei \"%s\" ist fehlgeschlagen."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "Trenner ist Semikolon."
@@ -8836,10 +8765,6 @@ msgstr "Verzeichnis \"%s\" nicht gefunden."
msgid "directory %s not found"
msgstr "Verzeichnis %s nicht gefunden"
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "Verzeichnis nicht beschreibbar"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "Verzeichnis wo die IDE die .po-Dateien ablegt"
@@ -9378,10 +9303,6 @@ msgstr "Neuen Namen für Makro \"%s\" eingeben"
msgid "Environment variable, name as parameter"
msgstr "Umgebungsvariable, Name als Parameter"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Verzeichnis nicht gefunden"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Ungültiger Debuggerdateiname"
@@ -9483,11 +9404,6 @@ msgstr "Fehler beim Dateiladen"
msgid "Error loading file \"%s\":"
msgstr "Fehler beim Laden von \"%s\":"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "Fehler beim Laden von %s aus %s%s%s%s"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Fehler beim Verschieben der Komponente"
@@ -9545,11 +9461,6 @@ msgstr ", Fehler: %s"
msgid "Error saving form"
msgstr "Fehler beim Speichern des Formulars"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "Fehler beim Speichern von %s nach %s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9603,14 +9514,6 @@ msgstr "ausführbare Datei \"%s\" ist ein Verzeichnis"
msgid "executable \"%s\" lacks the permission to run"
msgstr ""
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Ausführen des Befehls nach"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Ausführen des Befehls vor"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Ausführung beendet"
@@ -9700,34 +9603,6 @@ msgstr "Ausgewählte exportieren"
msgid "Export >>"
msgstr "Export >>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "Den Include-Dateisuchpfad von Package \"%s\" mit%s\"%s\" erweitern?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr "Den Includedateien-Suchpfad des Projekts mit%s\"%s\" erweitern?"
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "Includepfad erweitern?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Unit-Pfad erweitern?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "Unit-Suchpfad von Package \"%s\" um%s\"%s\" erweitern?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "Unit-Suchpfad des Projekts um%s\"%s\" erweitern?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Extrahieren"
@@ -9790,12 +9665,6 @@ msgstr "Datei"
msgid "File: "
msgstr "Datei: "
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "Datei \"%s\"%s sieht nicht aus wie eine Textdatei.%sTrotzdem öffnen?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Dateiendung des Programms"
@@ -9853,14 +9722,6 @@ msgstr "Datei ist Verzeichnis"
msgid "File is not an executable"
msgstr "Datei ist keine ausführbare Datei"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Datei ist schreibgeschützt"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "Datei ist ein symbolischer Link"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9874,12 +9735,6 @@ msgstr "Dateinamen-Stil"
msgid "File not found"
msgstr "Datei nicht gefunden"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "Datei \"%s\" nicht gefunden."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9903,10 +9758,6 @@ msgstr "Datei \"%s\" nicht gefunden.%sWollen Sie sie erzeugen?"
msgid "File not lowercase"
msgstr "Datei nicht in Kleinbuchstaben"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "Keine Textdatei"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10635,11 +10486,6 @@ msgstr "Die IDE wird neu kompiliert und neu gestartet während der (De-)Installa
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "Willkommen zu Lazarus.%0:sDie gefundene IDE-Konfiguration wurde zuvor von einer anderen Lazarus-Installation verwendet.%0:sWenn Sie zwei oder mehr separate Lazarus-Installationen haben, dann sollten sie nicht die selbe Konfiguration teilen. Dies könnte zu Konflikten führen und Ihre Lazarus-Installationen können unbenutzbar werden.%0:s%0:sWenn Sie nur eine Installation haben und die ausführbare Datei kopiert oder verschoben haben, dann können Sie diese Konfiguration aktualisieren.%0:s%1:s%0:s%0:sWählen Sie:%0:s%0:s* Aktualisierungsinformation: Verwenden Sie diese Konfiguration und aktualisieren Sie sie, um sie in Zukunft mit diesem Lazarus zu verwenden. Die alte Installation wird sie nicht länger verwenden.%0:s* Ignorieren: Verwenden Sie diese Konfiguration, aber behalten Sie die Warnung bei. Dies kann zu Konflikten mit der anderen Installation führen.%0:s* Abbruch: Jetzt beenden. Sie können dann das Problem beheben, indem Sie dieses Lazarus mit der korrekten Konfiguration starten.%0:s%0:sZusätzliche Informationen:%0:sDiese Konfiguration befindet sich in: %2:s%0:sSie gehört zur Lazarus-Installation bei: %3:s%0:sDie aktuelle IDE wurde gestartet von: %4:s%0:s"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "Erzeuge Makedatei für Package %s"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "Informationen über die IDE"
@@ -10752,10 +10598,6 @@ msgstr "Wenn Sie zwei verschiedene Lazarus-Versionen verwenden wollen, müssen S
msgid "Ignore all"
msgstr "Alle übergehen"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Übergehen und fortsetzen"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14415,15 +14257,6 @@ msgstr "keine Vorlage ausgewählt"
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "Nicht implementiert"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "Noch nicht implementiert:%s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "nicht installiert"
@@ -14686,14 +14519,6 @@ msgstr "Projekt erneut öffnen"
msgid "Open Project File"
msgstr "Projektdatei öffnen"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Offener symbolischer Link"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Offenes Ziel"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Datei als normalen Quelltext öffnen"
@@ -14800,14 +14625,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%sÜberschreibt das Widget-Set des Projekts. z.B. GTK, GTK2, Qt, Win32, Carbon. Voreinstellung: %s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Datei überschreiben?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Datei auf Datenträger überschreiben"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "»Owner« wird bereits vom TReader/TWriter verwendet. Bitte wählen sie einen anderen Namen."
@@ -14905,16 +14722,6 @@ msgstr "Parser \"%s\": %s"
msgid "Parsers:"
msgstr "Parser:"
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr ""
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr ""
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15065,11 +14872,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Makedatei erzeugen"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s, Standard: %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "Abhängigkeitseigenschaften"
@@ -15082,10 +14884,6 @@ msgstr "Allgemeine Einstellungen bearbeiten"
msgid "File Properties"
msgstr "Dateieigenschaften"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Installieren"
@@ -15351,10 +15149,6 @@ msgstr "Unter"
msgid "Object"
msgstr "Objekt"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Package-Einstellungen"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Package-Typ"
@@ -15512,26 +15306,6 @@ msgstr "Package-Abhängigkeiten aufräumen"
msgid "Clear Selection"
msgstr "Auswahl löschen"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "CompiledSrcPath-Erweiterung"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr "Namensräume"
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Ausgabeverzeichnis"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Package-Quellverzeichnismaske"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Unit-Pfad"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "Abhängigkeiten löschen"
@@ -15562,64 +15336,6 @@ msgstr "Die Datei \"%s\"%sbefindet sich derzeit nicht im Unitpfad des Packages.%
msgid "More functions for the package"
msgstr "Weitere Funktionen für das Package"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Binär"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Include-Datei"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "Ausgaben-XML-Datei"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - Lazarus-Formtext"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - Lazarus-Ressource"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Haupt-Unit"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Text"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Virtuelle Unit"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Package-Verzeichnis. Parameter ist die Package-ID"
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Package-Includedateien-Suchpfad. Parameter ist die Package-ID."
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Package-Name. Parameter ist Package ID, z.B. \"Name\" oder \"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Package-Ausgabeverzeichnis. Parameter ist Package ID, z.B. \"Name\" oder \"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Package-Quellcode-Suchpfad. Parameter ist die Package-ID."
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Package-Unitsuchpfad. Parameter ist die Package-ID."
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15655,15 +15371,6 @@ msgstr "Abhängigkeit nicht erfüllt"
msgid "Circular dependencies found"
msgstr "Zirkuläre Abhängigkeiten gefunden"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "Kompiliere Package %s"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Löschen fehlgeschlagen"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Alte Package-Datei löschen?"
@@ -15678,19 +15385,10 @@ msgstr "Alte Package-Datei \"%s\" löschen?"
msgid "Dependency without Owner: %s"
msgstr "Abhängigkeit ohne Eigentümer: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Fehler beim Lesen der Datei"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Fehler beim Lesen des Packages"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Fehler beim Schreiben der Datei"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Fehler beim Schreiben des Packages"
@@ -15777,10 +15475,6 @@ msgstr "Das ist kein Entwicklungszeit-Package"
msgid "Package is required"
msgstr "Package wird benötigt"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "Package-Hauptquelldatei"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Package-Name ist bereits belegt"
@@ -15853,10 +15547,6 @@ msgstr "Soll die Datei in Kleinbuchstaben nach%s\"%s\"umbenannt werden?"
msgid "Skip this package"
msgstr "Dieses Package übergehen"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "Konfigurationsdatei für statische Packages"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15883,11 +15573,6 @@ msgstr "Der Dateiname \"%s\" ist Teil des aktuellen Projekts.%sProjekte und Pack
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "Der Dateiname \"%s\" wird von%sdem Package \"%s\"%sin der Datei \"%s\" genutzt."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "Die Datei \"%s\" von Package %s wurde nicht gefunden."
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Das folgende Package konnte nicht geladen werden:"
@@ -15996,63 +15681,16 @@ msgstr "Es gibt bereits eine Unit mit dem gleichen Namen wie ein Package:%s1. \"
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Das ist ein virtuelles Packages. Es besitzt, solange es noch nicht gespeichert wurde, keinen Quelltext. Bitte speichern Sie es zuerst."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Unfähig, das Verzeichnis anzulegen"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Kann Ausgabeverzeichnis \"%s\"%sfür das Package %s nicht erzeugen."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Kann das Package-Quelltextverzeichnis \"%s\"%s für das Package %s nicht erzeugen."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Kann kein Zielverzeichnis für Lazarus erzeugen:%s\"%s\".%sDieses Verzeichnis wird für die gerade geänderte Lazarus-IDE und ihre benutzerdefinierten Packages benötigt."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "Die Datei \"%s\" kann nicht gelöscht werden."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Kann die Datei nicht löschen"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Die alte Statusdatei \"%s\"%sdes Packages %s kann nicht gelöscht werden."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "Kann Package nicht laden"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Das Package \"%s\".%s kann nicht geöffnet werden. Es war zur Installation vorgemerkt."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Die Statusdatei \"%s\"%sdes Packages %s kann nicht gelesen werden.%sFehler: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "Kann Package \"%s\"%snicht in die Datei \"%s\" schreiben.%sFehler: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Kann Statusdatei \"%s\"%sdes Packages %s nicht schreiben.%sFehler: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Package entfernen?"
@@ -16094,89 +15732,6 @@ msgstr "entfernen"
msgid "Select a package"
msgstr "Wählen Sie ein Package"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "Kann Komponenten nicht ohne Unit registrieren"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "Komponentenklasse \"%s\" bereits definiert"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sDateiname: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Ungültige Komponentenklasse"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Ungültiger Unit-Name: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%slpk-Datei: \"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "Package-Konflikte"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "Packageregistrierungsfehler"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "Registerprozedur ist NIL"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-#, fuzzy
-#| msgid "RegisterUnit was called, but no package is registering."
-msgid "RegisterUnit was called but no package is registering."
-msgstr "RegisterUnit wurde aufgerufen aber es wurde kein Package registriert."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%sDie .lpk-Datei wurde nicht gefunden."
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format, fuzzy
-#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "Das Package \"%s\" ist installiert, es gibt aber keine gültige Package-Datei (.lpk).%sEs wurde ein defektes Dummy-Package erzeugt."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Das ist das Standard-Package nur für Komponenten ohne Package. Solche Komponenten sind veraltet."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-#, fuzzy
-#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Dieses Package ist installiert, aber die .lpk-Datei wurde nicht gefunden. Alle enthaltenen Komponenten sind abgeschaltet. Bitte beheben Sie den Fehler."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sUnit-Name: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr "Die Unit \"%s\" wurde nicht in der .lpk-Datei gefunden.%sWahrscheinlich wurde diese .lpk-Datei nicht für die Erstellung dieser IDE verwendet. Oder das Package verwendet die Prozedur RegisterUnit falsch."
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "Unit \"%s\" wurde aus Package (lpk) entfernt"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
#, fuzzy
#| msgid "The following dependencies are not needed, because of the automatic transitivity between package dependencies."
@@ -16674,16 +16229,6 @@ msgstr "Entfernen der Datei %s aus dem Projekt?"
msgid "Remove %s items from project?"
msgstr "%s Elemente aus dem Projekt entfernen?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "Die Statusdatei %s des Projekts %s kann nicht gelesen werden%sFehler: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Kann Statusdatei für das Projekt %s nicht schreiben%sFehler: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Immer einen Compilerlauf durchführen (selbst dann, wenn nichts geändert wurde)"
@@ -16702,10 +16247,6 @@ msgstr "Fehler"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Kann die Liste der automatischen anzulegenden Forms im Programmquelltext nicht ändern.%sBitte beheben Sie zuerst die Fehler."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Projekt-Quellverzeichnismarke"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Benutzer nach Entscheidung fragen"
@@ -16832,10 +16373,6 @@ msgstr "Schliessen"
msgid "&Quit Lazarus"
msgstr "Lazarus beenden"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Lesefehler"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "Wirklich löschen?"
@@ -17757,10 +17294,6 @@ msgstr "Das Laden des letzten Projekts übergehen"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "Diese Warnungen überspringen"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "Langsamer dafür genauer."
@@ -17859,11 +17392,6 @@ msgstr "Worte"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Quelle und Ziel sind gleich:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17952,10 +17480,6 @@ msgstr "Debuggen abbrechen?"
msgid "Store path delimiters \\ and / as"
msgstr "Speichere Pfadtrenner \\ und /"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "Sonderbare .lpi-Datei"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Streaming-Fehler"
@@ -18155,11 +17679,6 @@ msgstr "Das Application-Bundle wurde erzeugt für \"%s\""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "Die Klasse \"%s\" ist ein TControl und kann nicht auf ein Nicht-Control kopiert werden.%sKann nicht einfügen."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "Die Codetools fanden einen Fehler:%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18242,30 +17761,15 @@ msgstr "Das Verzeichnis \"%s\" enthält keine Projekt-Units mehr. Soll dieses Ve
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "Das Verzeichnis \"%s\" wird nicht länger im Unit-Pfad benötigt.%sEntfernen?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "Im Verzeichnis \"%s\" kann nicht geschrieben werden."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "Die Datei \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "Die Datei %s sieht nicht wie eine .lpi-Datei aus."
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "Der Dateiindex wird für Funktionen wie \"Deklaration suchen\" benötigt. Während des Scannens können Sie Dateien bearbeiten und kompilieren, aber Funktionen wie \"Deklaration suchen\" werden Unit-nicht-gefunden-Fehler anzeigen. Dies kann eine Minute dauern."
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "Die Datei \"%s\" ist ein Symlink.%sStatt dessen \"%s\" öffnen?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18291,11 +17795,6 @@ msgstr "Die Datei \"%s\" scheint ein Programm zu sein.%sAktuelles Projekt schlie
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "Die Datei %s scheint die Programmdatei eines vorhandenen Lazarus-Projekts zu sein."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "Die Datei \"%s\"%swurde in einem der Quellverzeichnisse des Packages %s gefunden und sieht wie eine kompilierte Unit aus. Kompilierte Units müssen sich im Ausgabeverzeichnis des Packages befinden, sonst kann das zu Problemen mit diesem Package führen.%sDie zweifelhafte Datei löschen?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19245,39 +18744,6 @@ msgstr "Kann die Textformulardaten der Datei %s\"%s\"%snicht in einen Binärstre
msgid "Unable to convert to encoding \"%s\""
msgstr "Kann nicht zur Kodierung \"%s\" konvertieren"
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Kann Datei nicht kopieren"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Kann Datei \"%s\"%s nicht nach \"%s\" kopieren"
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "Kann Verzeichnis \"%s\" nicht erzeugen."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Unfähig, die Datei anzulegen"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "Kann Datei \"%s\" nicht erzeugen"
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "Kann Datei%s\"%s\" nicht anlegen"
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "Kann den Link \"%s\" zum Ziel \"%s\" nicht anlegen"
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
#, fuzzy
#| msgid "Unable to create new file, because there is already a directory with this name."
@@ -19383,34 +18849,10 @@ msgstr "Designer kann nicht geöffnet werden.%sDie Klasse %s stammt nicht von ei
msgid "Unable to read %s"
msgstr "Kann %s nicht lesen"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Die Datei kann nicht gelesen werden"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "Die Datei \"%s\" kann nicht gelesen werden."
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Die Datei \"%s\" kann nicht gelesen werden.%sFehler: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "Kann .lpi-Datei nicht lesen"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "Kann Projekt-Infodatei%s\"%s\" nicht lesen."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19431,20 +18873,6 @@ msgstr "Kann den Projekttitel nicht aus dem Quelltext entfernen.%s%s"
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Kann die unklare Datei \"%s\"%snicht nach \"%s\" umbenennen."
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Kann die Datei nicht umbennen"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "Die Datei \"%s\" kann nicht in \"%s\" umbenannt werden."
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "Die Datei \"%s\"%s kann nicht in \"%s\" umbenannt werden."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Kann Formular im Quelltext nicht umbenennen."
@@ -19496,45 +18924,6 @@ msgstr "Kann binären Komponentenstream von %s für T%s nicht in Text umwandeln.
msgid "Unable to update CreateForm statement in project source"
msgstr "Kann die CreateForm-Anweisung im Projektquelltext nicht aktualisieren"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "Kann Datei \"%s\" nicht schreiben"
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Kann die Datei nicht schreiben"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "Kann Datei \"%s\" nicht schreiben."
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Kann die Datei \"%s\"nicht schreiben%sFehler: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "Kann die Projekt-Infodatei%s\"%s\"nicht schreiben.%sFehler: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "Kann die Projekt-Sitzungsdatei %s\"%s\" nicht schreiben.%sFehler: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "Kann nicht in Datei \"%s\" schreiben."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "Kann XML-Stream nicht in %s%s schreiben. Fehler: %S"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "Alle abwählen"
@@ -19565,79 +18954,6 @@ msgstr "Auswahl deinstallieren"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Unit"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "Unit \"%s\" wurde geändert. Speichern?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Unit-Bezeichner ist vorhanden"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s Unit %s in Package %s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Unit-Name ist bereits im Projekt vorhanden"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Der Unit-Name beginnt mit ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Der Unit-Name enthält ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "Unit %s nicht gefunden"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr "Unit %s nicht an neuer Position \"%s\" gefunden"
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Unit-Ausgabeverzeichnis"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "Unit-Pfad"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Unit-Pfade"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "Unit %s benötigt Package %s"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19680,11 +18996,6 @@ msgstr "Andere Prozedur-Signaturen aktualisieren bereits bei Änderung der Schre
msgid "Update references?"
msgstr "Verweise aktualisieren?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "Aktualisierung der PO-Dateien für Package %s fehlgeschlagen"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr ""
@@ -19975,15 +19286,6 @@ msgstr "Arbeitsverzeichnis für den Start"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Schreibfehler"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Schreibfehler: %s%sDatei: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr ""
@@ -20001,15 +19303,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "falsche Version in %s: %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "XML-Fehler"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "XML-Parserfehler in der Datei %s%sFehler: %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "Sie können das für individuelle Formulare deaktivieren über den Package-Editor."
@@ -20320,118 +19613,14 @@ msgstr "Versionsinformation wird gespeichert, wenn das Format der ausführbaren
msgid "Include version info in executable"
msgstr "Versionsinfo in ausführbare Datei einfügen"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Arabisch"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "Automatisch (oder Englisch)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Katalanisch"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Chinesisch"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "Tschechisch"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Niederländisch"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Englisch"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Finnisch"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Französisch"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Deutsch"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Hebräisch"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "Ungarisch"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Indonesisch"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Italienisch"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Japanisch"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "Litauisch"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Spracheinstellungen"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Polnisch"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "Portugiesisch"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "Brasilianisches Portugiesisch"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Russisch"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Sprachauswahl:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "Slovakisch"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Spanisch"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "Türkisch"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Ukrainisch"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "Hauptversion:"
@@ -22360,3 +21549,75 @@ msgstr ""
msgid "Version Info"
msgstr "Versionsinformation"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "Unit \"%s\" wurde geändert. Speichern?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Unit-Bezeichner ist vorhanden"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s Unit %s in Package %s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Unit-Name ist bereits im Projekt vorhanden"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Der Unit-Name beginnt mit ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Der Unit-Name enthält ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "Unit %s nicht gefunden"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr "Unit %s nicht an neuer Position \"%s\" gefunden"
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Unit-Ausgabeverzeichnis"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "Unit-Pfad"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Unit-Pfade"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "Unit %s benötigt Package %s"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Kann die Datei nicht löschen"
+
diff --git a/languages/lazaruside.es.po b/languages/lazaruside.es.po
index f011a3927d..eacfabbaf3 100644
--- a/languages/lazaruside.es.po
+++ b/languages/lazaruside.es.po
@@ -1284,11 +1284,6 @@ msgstr "Mensajes del compilador"
msgid "Compiler messages language file (*.msg)"
msgstr "Archivo de idioma de los mensajes del compilador (*.msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Opciones del Compilador"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Completar Propiedades"
@@ -3640,10 +3635,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Proyecto"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Opciones del Proyecto"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5196,11 +5187,6 @@ msgstr "Mostrar Todo"
msgid "The package %s is read only."
msgstr "El paquete %s es de sólo-lectura."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Ya existe el archivo \"%s\".%s¿Reemplazarlo?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5288,10 +5274,6 @@ msgstr "Encontrado archivo ambiguo: \"%s\"%sEste archivo puede confundirse con \
msgid "Ambiguous files found"
msgstr "Encontrados archivos ambiguos"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "Se encontró Unidad Ambigua"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr "Anclaje parte inferior a la parte inferior de los hermanos. Utilice BorderSpacing para establecer la distancia. BorderSpacing de hermano se ignora."
@@ -5868,11 +5850,6 @@ msgstr "Copiar salida al portapapeles"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "Las fechas de los archivos .ppu de FPC difieren en más de una hora.%sEsto puede significar que son de dos instalaciones diferentes.%sArchivo1: %s%sArchivo2: %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Error"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "ERROR: "
@@ -6017,12 +5994,6 @@ msgstr "(filtro)"
msgid "Follow cursor"
msgstr "Seguir al cursor"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr "%s en %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "Es un control principal"
@@ -7150,10 +7121,6 @@ msgstr "Directorio del proyecto"
msgid "%s project directory"
msgstr "%s directorio de proyecto"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Error de lectura"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Seleccionar Nodo:"
@@ -7222,10 +7189,6 @@ msgstr "%s:%svalor \"%s\" es inválido."
msgid "Variable:"
msgstr "Variable:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Error de escritura"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "En"
@@ -8198,31 +8161,6 @@ msgstr "Escanear mensajes de Make"
msgid "Skip calling compiler"
msgstr "Saltar llamada de compilador"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "¡No se pudo añadir \"{$I %s}\" al código principal!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "¡No se pudo añadir \"{$R %s}\" al código principal!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "¡No se pudo añadir \"%s\" al código principal!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "¡No se pudo eliminar \"{$I %s}\" del código principal!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "¡No se pudo eliminar \"{$R %s}\" del código principal!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "Advertencia: El archivo de configuración adicional de compilador tiene el mismo nombre que uno de los estándar que el compilador FreePascal está buscando. Esto puede provocar que SÓLO se interprete el archivo adicional de configuración y se ignore la configuración estándar."
@@ -8759,10 +8697,6 @@ msgstr "¿Borrar todos estos archivos?"
msgid "Delete ambiguous file?"
msgstr "¿Borrar archivo ambiguo?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Fallo al borrar el archivo"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8800,11 +8734,6 @@ msgstr "¿Eliminar valor \"%s\"?"
msgid "Delete value %s"
msgstr "Borrar valor %s"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "Falló el borrado del archivo \"%s\"."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "El delimitador es punto y coma."
@@ -8906,10 +8835,6 @@ msgstr "Directorio \"%s\" no encontrado."
msgid "directory %s not found"
msgstr "directorio %s no encontrado"
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "Directorio no escribible"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "Directorio donde el IDE pone los archivos .po"
@@ -9462,10 +9387,6 @@ msgstr "Entrar nuevo nombre para Macro \"%s\""
msgid "Environment variable, name as parameter"
msgstr "Variable de Entorno, nombre como parámetro"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Directorio no encontrado"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Nombre de archivo del depurador no válido"
@@ -9567,11 +9488,6 @@ msgstr "Error cargando archivo"
msgid "Error loading file \"%s\":"
msgstr "Error cargando archivo \"%s\":"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "Error cargando %s desde%s%s%s%s"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Error al mover componente"
@@ -9629,11 +9545,6 @@ msgstr ", Errores: %s"
msgid "Error saving form"
msgstr "Error al grabar el formulario"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "Error guardando %s a%s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9687,14 +9598,6 @@ msgstr "ejecutable \"%s\" es un directorio"
msgid "executable \"%s\" lacks the permission to run"
msgstr "ejecutable \"%s\" carece de permiso para arrancar"
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Ejecutando comando después"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Ejecutando comando antes"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Ejecución detenida"
@@ -9782,34 +9685,6 @@ msgstr "Exportar seleccionados"
msgid "Export >>"
msgstr "Exportar >>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "¿Extender trayectoria de busqueda de ficheros inlcuidos del paquete \"%s\" con%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr "¿Extender trayectoria de busqueda de ficheros incluidos del proyecto con%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "¿Extender la ruta de ficheros incluidos?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "¿Extender ruta de la unidad?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "¿Extender trayecto de búsqueda de unidades del paquete \"%s\" con%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "¿Extender trayecto de búsqueda de unidades del proyecto con %s\"%s\"?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Extraer"
@@ -9872,12 +9747,6 @@ msgstr "Archivo"
msgid "File: "
msgstr "Archivo: "
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "El archivo \"%s\"%sno parece ser un archivo de texto.%s¿Abrirlo de todas maneras?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Extensión de archivo de programas"
@@ -9935,14 +9804,6 @@ msgstr "Archivo es directorio"
msgid "File is not an executable"
msgstr "Archivo no es un ejecutable"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "No se puede escribir en el archivo"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "El archivo es un enlace simbólico"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9956,12 +9817,6 @@ msgstr "Estilo de nombre de fichero"
msgid "File not found"
msgstr "Archivo no encontrado"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "No se encontró el archivo \"%s\"."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9985,10 +9840,6 @@ msgstr "No se encontró el archivo \"%s\".%s¿Desea crearlo?"
msgid "File not lowercase"
msgstr "El archivo no está en minúsculas"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "El archivo no es de texto"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10706,11 +10557,6 @@ msgstr "Durante la instalación/desinstalación de paquetes se recompilará y re
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "Bienvenido a Lazarus.%0:sLa configuración encontrada del IDE fue utilizada previamente por otra instalación de Lazarus.%0:sSi tienes dos o más instalaciones de Lazarus, no deberían compartir la misma configuración. Esto puede acarrear conflictos, y tus instalaciones de Lazarus pueden quedar inutilizadas.%0:s%0:sSi sólamente tienes una instalación y copias o mueves el ejecutable Lazarus, entonces puedes hacer un upgrade de la configuración.%0:s%1:s%0:s%0:sEscoge:%0:s%0:s* Información actualizada: Utiliza esta configuración y actualizala para ser utilizada con Lazarus en un futuro. La instalación antigua no la volverá a utilizar.%0:s* Ignorar: Usa esta configuración, pero mantiene la advertencia. Esto puede acarrear conflictos con la otra instalación.%0:s* Abortar: Salir ahora. Ahora puedes corregir el problema arrancando Lazarus con la configuración correcta.%0:s%0:sInformación adicional:%0:sEsta configuración está en: %2:s%0:sPertenece a la instalación de Lazarus en: %3:s%0:sEl IDE actual fue iniciado desde: %4:s%0:s"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "Creando Makefile para el paquete %s"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "Información acerca del IDE"
@@ -10823,10 +10669,6 @@ msgstr "Si desea utilizar dos diferentes versiones de Lazarus debe iniciar el se
msgid "Ignore all"
msgstr "Ignorar todo"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Ignorar y continuar"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format, fuzzy
msgid "Ignore, use %s as ancestor"
@@ -14602,15 +14444,6 @@ msgstr "sin plantilla seleccionada"
msgid "Nothing to do"
msgstr "Nada para hacer"
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "No implementado"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "No implementado todavía:%s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "no instalado"
@@ -14874,14 +14707,6 @@ msgstr "Abrir proyecto otra vez"
msgid "Open Project File"
msgstr "Abrir archivo de Proyecto"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Abrir enlace simbólico"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Abrir objetivo"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Abrir el archivo como código normal"
@@ -14989,14 +14814,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%sreemplaza el widgetset del proyecto. ej. gtk gtk2 qt win32 carbon. predeterminado: %s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "¿Sobreescribir archivo?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Sobreescribir archivo en disco"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "'Propietario' ya es usado por TReader/TWriter. Por favor, escoja otro nombre."
@@ -15094,16 +14911,6 @@ msgstr "analizador \"%s\": %s"
msgid "Parsers:"
msgstr "Analizadores:"
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr "pasar la definición \"%s\" del compilador dos veces con diferentes valores"
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr "pasar la definición -%s del compilador dos veces con diferentes valores"
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15254,11 +15061,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Crear Makefile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s, predeterminado: %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "Propiedades de la dependencia"
@@ -15273,10 +15075,6 @@ msgstr "Editar Opciones Generales"
msgid "File Properties"
msgstr "Propiedades de archivo"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr "(fpmake)"
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Instalar"
@@ -15542,10 +15340,6 @@ msgstr "Menor"
msgid "Object"
msgstr "Objecto"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Opciones de Paquete"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Tipo de paquete"
@@ -15703,26 +15497,6 @@ msgstr "Limpieza de dependencias de paquetes"
msgid "Clear Selection"
msgstr "Limpiar selección"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "Añadir ruta de fuentes compilados"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr "Namespaces"
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Directorio de salida"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Marca de directorio fuente del Paquete"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Ruta de Unidad"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "Eliminar dependencias"
@@ -15754,72 +15528,6 @@ msgstr "El archivo \"%s\"%sno está actualmente en la ruta de unidades del paque
msgid "More functions for the package"
msgstr "Más funciones para el paquete"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Binario"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Incluir Archivo"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "Archivo xml de problemas"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - Lazarus desde texto"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - Recurso de Lazarus"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Unidad Principal"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Texto"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Unidad virtual"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-#, fuzzy
-#| msgid "Package directory. Parameter is package ID"
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Directorio paquete. Parametro es ID paquete"
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-#, fuzzy
-#| msgid "Package include files search path. Parameter is package ID"
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Path busqueda inclusion de paquete. Parametro es ID paquete"
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Nombre de Paquete. Parametro es package ID, ejm. \"Nombre\" o \"Nombre 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Salida de directorio del Paquete (Package). Parametro es package ID, ejm. \"Nombre\" o \"Nombre 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-#, fuzzy
-#| msgid "Package source search path. Parameter is package ID"
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Path busqueda fuentes de paquete. Parametro es ID paquete"
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-#, fuzzy
-#| msgid "Package unit search path. Parameter is package ID"
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Path busqueda unidad de paquete. Parametro es ID paquete"
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15855,15 +15563,6 @@ msgstr "Dependencia rota"
msgid "Circular dependencies found"
msgstr "Dependencia circular encontrada"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "Compilar paquete %s"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Falló el borrado"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "¿Borrar archivo de Paquete Viejo?"
@@ -15878,19 +15577,10 @@ msgstr "¿Borrar archivo de paquete viejo \"%s\"?"
msgid "Dependency without Owner: %s"
msgstr "Dependencia sin Propietario: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Error leyendo archivo"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Error Leyendo Paquete"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Error escribiendo archivo"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Error Escribiendo Paquete"
@@ -15977,10 +15667,6 @@ msgstr "El paquete no es de Tiempo de diseño"
msgid "Package is required"
msgstr "Se requiere el Paquete"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "archivo fuente principal del paquete"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "El nombre de paquete ya existe"
@@ -16050,10 +15736,6 @@ msgstr "¿Debería renombrarse el archivo \"%s\"%s en minúsculas?"
msgid "Skip this package"
msgstr "Saltar este paquete"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "archivo de configuración de paquetes estáticos"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -16080,11 +15762,6 @@ msgstr "El nombre de archivo \"%s\" es parte del proyecto actual.%sLos proyectos
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "El nombre de archivo \"%s\" está siendo usado por%s el paquete \"%s\"%s en el archivo \"%s\"."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "El archivo \"%s\" del paquete %s no se a encontrado."
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Falló la carga del siguiente paquete:"
@@ -16193,63 +15870,16 @@ msgstr "Hay una unidad con el mismo nombre que el paquete:%s1. \"%s\" de %s%s2.
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Este es un paquete virtual. Todavía no tiene código. Por favor, guarde el paquete primero."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "No se ha podido crear el directorio"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "No se ha podido crear el directorio de salida \"%s\"%s para el paquete %s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "No se ha podido crear el directorio fuente de paquete \"%s\"%s para el paquete %s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "No se ha podido crear el directorio objetivo para lazarus:\"%s\"%s.%s Este directorio se necesita paralos cambios realizados en el IDE de lazarus con sus propios paquetes."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "No se ha podido borrar el archivo \"%s\"."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "No se ha podido borrar el archivo"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "No se ha podido borrar el archivo de estado viejo \"%s\"%s para el paquete %s."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "No se pudo cargar el paquete"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "No se ha podido abrir el paquete \"%s\".%sEste paquete está marcado para instalación."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "No se ha podido leer el archivo de estado \"%s\"%s del paquete %s.%s Error: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "No se ha podido escribir el paquete \"%s\"%s al archivo \"%s\".%sError: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "No se ha podido escribir el archivo de estado \"%s\"%s del paquete %s.%sError: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "¿Desinstalar paquete?"
@@ -16291,89 +15921,6 @@ msgstr "quitar"
msgid "Select a package"
msgstr "Seleccionar un paquete"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "No se puede registrar los componentes sin una unidad"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "La clase \"%s\" del Componente ya está definida"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sNombre de Archivo: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Clase de componente no válida"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Nombre de unidad no válido: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%sarchivo lpk: \"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "Archivo de paquete no encontrado"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "Error de registro del paquete"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "Registrar procedimiento como nulo"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-#, fuzzy
-#| msgid "RegisterUnit was called, but no package is registering."
-msgid "RegisterUnit was called but no package is registering."
-msgstr "Se llamó a RegisterUnit, pero no se está registrando un paquete."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%sEl archivo lpk no se ha encontrado."
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format, fuzzy
-#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "El paquete \"%s\" está instalado pero se encontró un archivo de paquete (.lpk) no válido.%sSe ha creado un paquete vacío."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Este es el paquete predeterminado. Usado únicamente para componentes sin paquete. Estos componentes están sin actualizar."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-#, fuzzy
-#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Este paquete está instalado pero el archivo .lpk no se encuentra. Todos sus componentes están desactivados. Por favor, corrija esto."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sNombre de Unidad: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr "Unidad \"%s\" no se encontró en el archivo lpk.%sProvablemente este lpk no se utilizó para la construcción de este IDE. O el mal uso en el paquete del procedimiento RegisterUnit."
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "Unidad \"%s\" ha sido removida del paquete (lpk)"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
#, fuzzy
#| msgid "The following dependencies are not needed, because of the automatic transitivity between package dependencies."
@@ -16871,16 +16418,6 @@ msgstr "¿Eliminar el archivo %s del proyecto?"
msgid "Remove %s items from project?"
msgstr "¿Eliminar %s elementos del proyecto?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "No se puede leer el archivo de estado %s del proyecto %s.%sError: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "No es posible escribir el archivo de estado para el proyecto %s%sError: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Construir siempre (incluso si nada ha cambiado)"
@@ -16899,10 +16436,6 @@ msgstr "Error"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "No se ha podido cambiar en el programa fuente la lista de crear automáticamente formularios.%sPor favor corrija los errores primero."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Marca del directorio fuente del proyecto"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Preguntar por valor"
@@ -17029,10 +16562,6 @@ msgstr "Salir"
msgid "&Quit Lazarus"
msgstr "Salir de Lazarus"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Error de lectura"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "¿Eliminar realmente?"
@@ -17951,10 +17480,6 @@ msgstr "Continuar cargando el último proyecto"
msgid "Skip selected checks at startup. Valid options are:"
msgstr "Omita las comprobaciones seleccionadas al inicio."
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "Saltar esas advertencias"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "Más lento pero más exacto."
@@ -18053,11 +17578,6 @@ msgstr "Palabras"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr "Origen \"%s\"%sy directorios destino \"%s\"%sson lo mismo. Por favor, selecciona otro directorio."
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Origen y destino son el mismo:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -18146,10 +17666,6 @@ msgstr "¿Parar la depuración?"
msgid "Store path delimiters \\ and / as"
msgstr "Guarde delimitadores de ruta \\ y / como"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "Archivo lpi extraño"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Error de flujo"
@@ -18351,11 +17867,6 @@ msgstr "El envoltorio de la aplicación fue creado para \"%s\""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "La clase \"%s\" es del tipo TControl y no puede ser pegada en un objeto que no es un control.%sNo se puede pegar."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "Codetools encontró un error:%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18437,30 +17948,15 @@ msgstr "El directorio \"%s\" no contiene más unidades del proyecto. Quitar este
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "El directorio \"%s\" no se necesitará más en la ruta de la unidad.%s¿Eliminarlo?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "El directorio \"%s\" no es escribible."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "El archivo \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "El archivo %s no parece un archivo lpi."
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "El índice de archivos es necesario para funciones como la busqueda de declaraciones. Durante el escaneo puede editar las fuentes y compilar, pero funciones como la busqueda de declaraciones mostrarán errores de unidad-no-encontrada. Esto puede tardar un minuto."
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "El archivo \"%s\" es un enlace simbólico.%s¿Abrir \"%s\" en su lugar?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18486,11 +17982,6 @@ msgstr "El archivo \"%s\"%sparece ser un programa. ¿Cerrar el proyecto actual y
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "El archivo %s parece ser el archivo de programa de un proyecto de Lazarus existente."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "El archivo \"%s\"%sfue hallado en uno de los directorios de fuentes del paquete %s y parece una Unidad compilada. Las Unidades compiladas deben estar en el directorio de Salida del paquete, de otro modo otros paquetes pueden tener problemas cuando usen éste paquete.%s¿Eliminar el archivo causante de la ambigüedad?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19434,39 +18925,6 @@ msgstr "No se ha podido convertir los datos en forma de texto del archivo \"%s\"
msgid "Unable to convert to encoding \"%s\""
msgstr "No se ha podido convertir hacia la codificación \"%s\""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "No se puede copiar el archivo"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "No se ha podido copiar el archivo \"%s\"%s a \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "No se ha podido crear el directorio \"%s\"."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "No se ha podido crear el archivo"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "No se ha podido crear el archivo \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "No se puede crear el archivoe%s\"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "No se puede crear el enlace \"%s\" con destino \"%s\""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr "No se puede crear archivo nuevo, porque ya existe un directorio con este nombre."
@@ -19569,34 +19027,10 @@ msgstr "No se ha podido abrir el diseñador.%sLa clase %s no desciende de una cl
msgid "Unable to read %s"
msgstr "No se puede leer %s"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "No se ha podido leer el archivo"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "No se ha podido leer el archivo \"%s\"."
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "No se ha podido leer el archivo \"%s\"%s Error: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "No se puede leer lpi"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr "incapaz de leer el ExitStatus del proceso"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "No se puede leer el archivo de información del proyecto\"%s\"%s."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19617,20 +19051,6 @@ msgstr "No se puede eliminar el título del proyecto de la fuente.%s%s"
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "No se ha podido renombrar el archivo ambiguo \"%s\"%sa \"%s\""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "No se puede renombrar el archivo"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "¡No se ha podido renombrar el archivo \"%s\" a \"%s\"!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "No se puede renombrar el archivo \"%s\"%sa \"%s\"."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "No se ha podido renombrar el formulario en la fuente."
@@ -19682,45 +19102,6 @@ msgstr "No se ha podido transformar un flujo de componente binario de %s:T%s en
msgid "Unable to update CreateForm statement in project source"
msgstr "No se ha podido actualizar la declaración CreateForm en la fuente del proyecto"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "No es posible escribir \"%s\""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "No se ha podido escribir el archivo"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "No se ha podido escribir el fichero \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "No se ha podido escribir el archivo \"%s\"%s Error: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "No se puede escribir el archivo de información del proyecto\"%s\"%s.%sError: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "No se puede escribir el archivo de sesión del proyecto%s\"%s\".%sError: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "No se puede escribir en el archivo \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "No es posible escribir el stream xml en %s%sError: %s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "Deschequear Todo"
@@ -19751,79 +19132,6 @@ msgstr "Desinstalar selección"
msgid "Uninstall them too"
msgstr "Desinstalarlos tambien"
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Unidad"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "La Unidad \"%s\" ha cambiado. ¿Guardar?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Existe identificador de unidad"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s La unidad %s está en el paquete %s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr "La unidad \"%s\" debe guardarse antes de poder heredarla. ¿Guardar ahora?"
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "El Nombre de unidad ya está en el proyecto"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "El nombre de la unidad empieza con ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "El nombre de la unidad contiene ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "unidad %s no encontrada"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr "unidad %s no encontrada en la nueva posición \"%s\""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr "Unidad no encontrada en el archivo %s"
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Directorio de salida de la unidad"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "ruta de unidad"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Rutas de unidad"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "la unidad %s requiere el paquete %s"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr "Unidades no encontradas en el archivo %s"
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19866,11 +19174,6 @@ msgstr "Actualizar otras firmas de procedimiento cuando únicamente cambie la le
msgid "Update references?"
msgstr "¿Actualizar referencias?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "Actualización de ficheros PO fallido para paquete %s"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr "Actualiza"
@@ -20159,15 +19462,6 @@ msgstr "Directorio de trabajo para ejecución"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Error de escritura"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Error de escritura: %s%sArchivo: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr "Fallo en la escritura del archivo de información del paquete."
@@ -20185,15 +19479,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "version incorrecta en %s: %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "Error XML"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "Error de análisis en archivo XML %s%sError: %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "Puede desactivar esta para las formularios(forms) individuales a través del editor de paquetes"
@@ -20501,118 +19786,14 @@ msgstr "La información de versión se almacena si el formato del ejecutable lo
msgid "Include version info in executable"
msgstr "Incluir Información de la Versión en el ejecutable"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Árabe"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "Automático (o inglés)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Catalán"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Chino"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr "Corsican"
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "Checo"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Holandés"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Inglés"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Finlandés"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Francés"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Alemán"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Hebreo"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "Húngaro"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Indonesio"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Italiano"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Japonés"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "Lituano"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Opciones del lenguaje"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Polaco"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "Portugués"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "Portugués Brasileño"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Ruso"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Selección de lenguaje:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "Eslovaco"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Español"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "Turco"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Ucraniano"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "Versión &Mayor:"
@@ -22539,3 +21720,75 @@ msgstr "Opciones para el gráfico de unidades"
msgid "Version Info"
msgstr "Información de versión"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "La Unidad \"%s\" ha cambiado. ¿Guardar?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Existe identificador de unidad"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s La unidad %s está en el paquete %s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr "La unidad \"%s\" debe guardarse antes de poder heredarla. ¿Guardar ahora?"
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "El Nombre de unidad ya está en el proyecto"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "El nombre de la unidad empieza con ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "El nombre de la unidad contiene ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "unidad %s no encontrada"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr "unidad %s no encontrada en la nueva posición \"%s\""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr "Unidad no encontrada en el archivo %s"
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Directorio de salida de la unidad"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "ruta de unidad"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Rutas de unidad"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "la unidad %s requiere el paquete %s"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr "Unidades no encontradas en el archivo %s"
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "No se ha podido borrar el archivo"
+
diff --git a/languages/lazaruside.fi.po b/languages/lazaruside.fi.po
index 6e6647e0d8..3ee672a1c6 100644
--- a/languages/lazaruside.fi.po
+++ b/languages/lazaruside.fi.po
@@ -1265,11 +1265,6 @@ msgstr "Kääntäjän viestit"
msgid "Compiler messages language file (*.msg)"
msgstr "Kääntäjän viestien kielitiedosto (*.msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Kääntäjän asetukset"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Täydennyksen ominaisuudet"
@@ -3532,10 +3527,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Projekti"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Projektin asetukset"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5073,11 +5064,6 @@ msgstr "Näytä kaikki"
msgid "The package %s is read only."
msgstr "Pakettia %s voidaan vain lukea."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Tiedosto \"%s\" on jo olemassa.%sKorvataanko se? "
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5165,10 +5151,6 @@ msgstr "Ristiriitainen tiedosto löytyi: \"%s\"%smikä voi sekoittua tähän: \"
msgid "Ambiguous files found"
msgstr "Ristiriitaisia tiedostoja löytyi"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "Ristiriitainen käännösyksikkö löytyi"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr "Ankkuroi alareuna sisarusten alareunaan. Käytä BorderSpacing välimatkan säätämiseen. Sisarusten BorderSpacing ei vaikuta."
@@ -5742,11 +5724,6 @@ msgstr "Kopioi tuloste leikepöydälle"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "FPC:n .ppu-tiedostojen aikaleimat eroavat yli tunnilla.%sSe voi tarkoittaa, että ne ovat kahdesta eri asennuksesta.%sTiedosto1: %s%sTiedosto2: %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Virhe"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "VIRHE: "
@@ -5891,11 +5868,6 @@ msgstr "(suodatin)"
msgid "Follow cursor"
msgstr "Seuraa kursoria"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgid "%s in %s"
-msgstr "%s %s:ssa"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "On juurikontrolli"
@@ -7013,10 +6985,6 @@ msgstr "Projektin hakemisto"
msgid "%s project directory"
msgstr "%s projektin hakemisto"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Lukuvirhe"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Valittu solmu:"
@@ -7087,10 +7055,6 @@ msgstr "%s:%sarvo \"%s\" is invalid."
msgid "Variable:"
msgstr "Muuttuja:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Tiedoston tallentaminen ei onnistunut"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr ""
@@ -8047,31 +8011,6 @@ msgstr "Tutki Make-viestit"
msgid "Skip calling compiler"
msgstr "Ohita kääntäjän kutsu"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "\"{$I %s}\" lisäys päälähdekoodiin ei onnistu!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "\"{$R %s}\" lisäys päälähdekoodiin ei onnistu!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "\"%s\" lisäys päälähdekoodiin ei onnistu!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "\"{$I %s}\" poisto päälähdekoodista ei onnistu!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "\"{$R %s}\" poisto päälähdekoodista ei onnistu!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "Kääntäjän lisäasetustiedostolla on sama nimi kuin Free Pascal kääntäjän omalla tiedostolla. Sen johdosta ehkä VAIN lisäasetukset luetaan ja perusasetukset jäävät pois."
@@ -8605,10 +8544,6 @@ msgstr "Poistetaanko kaikki nämä tiedostot?"
msgid "Delete ambiguous file?"
msgstr "Poista ristiriitainen tiedosto"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Tiedoston poistaminen epäonnistui"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8646,11 +8581,6 @@ msgstr "Poista arvo \"%s\""
msgid "Delete value %s"
msgstr "Poista arvo %s"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "Tiedoston \"%s\" poistaminen epäonnistui."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "Erotin on puolipiste."
@@ -8750,10 +8680,6 @@ msgstr "Hakemistoa \"%s\" ei löydy."
msgid "directory %s not found"
msgstr "hakemistoa %s ei löydy"
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "Hakemistoon ei voi kirjoittaa"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "Hakemisto mihin IDE laittaa .po-tiedostot"
@@ -9288,10 +9214,6 @@ msgstr "Anna uusi nimi Macrolle \"%s\""
msgid "Environment variable, name as parameter"
msgstr "Ympäristömuuttuja, nimi parametrina"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Kansiota ei löytynyt"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Kelvoton debuggerin tiedostonimi"
@@ -9393,11 +9315,6 @@ msgstr "Virhe ladattaessa tiedostoa"
msgid "Error loading file \"%s\":"
msgstr "Virhe ladattaessa tiedostoa \"%s\":"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "Virhe ladattaessa %s täältä:%s%s%s%s"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Virhe siirrettäessä komponenttia"
@@ -9455,11 +9372,6 @@ msgstr ", Virheet: %s"
msgid "Error saving form"
msgstr "Virhe tallennettaessa lomaketta"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "Virhe tallennettaessa %s tänne:%s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9513,14 +9425,6 @@ msgstr "Suoritettava ohjelma \"%s\" onkin hakemisto"
msgid "executable \"%s\" lacks the permission to run"
msgstr "ohjelmalla \"%s\" ei ole suoritusoikeutta"
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Suorittaa komennon jälkeen"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Suorittaa komennon ennen"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Suoritus on pysäytetty"
@@ -9610,34 +9514,6 @@ msgstr "Vie valitut"
msgid "Export >>"
msgstr "Vie >>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "Laajenna paketin \"%s\" include-tiedostojen hakupolku tällä:%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr "Laajenna projektin include-tiedostojen hakupolku tällä:%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "Laajenna include-tiedostojen polku?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Laajennetaanko käännösyksikköjen polkua?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "Laajenna paketin \"%s\" käännösyksikköjen hakupolku tällä:%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "Laajenna projektin käännösyksikköjen hakupolku tällä:%s\"%s\"?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Erota"
@@ -9699,11 +9575,6 @@ msgstr "Tiedosto"
msgid "File: "
msgstr "Tiedosto: "
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "Tiedosto \"%s\"%s ei näytä olevan tekstitiedosto.%s Yritetäänkö silti avata?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Ohjelmien tiedostopääte"
@@ -9761,14 +9632,6 @@ msgstr "Tiedosto on hakemisto"
msgid "File is not an executable"
msgstr "Tiedosto ei ole suoritettava"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Tiedoston tallentaminen ei onnistunut"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "Tiedosto on symbolinen linkki"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9782,12 +9645,6 @@ msgstr "Tiedostonimen tyyli"
msgid "File not found"
msgstr "Tiedostoa ei löytynyt"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "Tiedostoa \"%s\" ei löytynyt."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9811,10 +9668,6 @@ msgstr "Tiedostoa \"%s\" ei löytynyt.%sHaluatko luoda sen?"
msgid "File not lowercase"
msgstr "Tiedosto ei ole pienillä kirjoitettu"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "Tiedosto ei ole tekstiä"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10524,11 +10377,6 @@ msgstr "IDE käännetään ja käynnistetään pakettien asennuksen/poistamisen
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "Tervetuloa Lazarukseen.%0:sLöydetyt IDE:n asetukset kuuluvat toiselle Lazarus-asennukselle.%0:sEri Lazarus-asennusten ei pitäisi jakaa samoja asetuksia. Se voi johtaa ristiriitoihin eikä Lazarus-asennus enää toimi kunnolla.%0:s%0:sJos on vain yksi asennus ja Lazarus on kopioitu, asetukset voi huoletta päivittää.%0:s%1:s%0:s%0:sValitse:%0:s%0:s* Päivitys-info: Käytä näitä asetuksia ja päivitä ne käytettäväksi Lazaruksen kanssa jatkossa. Vanha asennus ei enää käytä sitä.%0:s* Ohita: Käytä näitä asetuksia, mutta varoita uudelleen jatkossa. Tämä voi johtaa ristiriitaan toisten asennusten kanssa.%0:s* Keskeytä: Poistu nyt. Ongelmat voi sen jälkeen ratkaista käynnistämällä Lazarus oikeiden asetusten kanssa.%0:s%0:sLisätietoa:%0:sNämä asetukset ovat: %2:s%0:sNe kuuluvat Lazarus asennukseen täällä: %3:s%0:sNykyinen IDE käynnistettiin täältä: %4:s%0:s"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "Luodaan Make-tiedosto paketille %s"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "Tietoja IDE:sta"
@@ -10641,10 +10489,6 @@ msgstr "Haluttaessa kaksi eri Lazarus versiota, pitää toinen käynnistää par
msgid "Ignore all"
msgstr "Ohita kaikki"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Jätä huomiotta ja jatka"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14260,15 +14104,6 @@ msgstr "Mallinetta ei ole valittu"
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "Ei toteutettu"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "Ei toteutettu vielä:%s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "ei asennettu"
@@ -14529,14 +14364,6 @@ msgstr "Avaa projekti uudelleen"
msgid "Open Project File"
msgstr "Avaa projektitiedosto"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Avaa symlink"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Avaa kohde"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Avaa tiedosto normaalina lähdekoodina"
@@ -14643,14 +14470,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%ssyrjäytä projektin widgetset. Esim. gtk2 qt win32 carbon. Oletus: %s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Korvataanko tiedosto?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Korvaa tällä tiedostolla"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "TReader/TWriter käyttää jo nimeä 'Owner'. Valitse toinen nimi."
@@ -14748,16 +14567,6 @@ msgstr "jäsentäjä \"%s\": %s"
msgid "Parsers:"
msgstr ""
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr ""
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr ""
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -14908,11 +14717,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Luo Make-tiedosto"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s, oletus: %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "Riippuvuuden ominaisuudet"
@@ -14925,10 +14729,6 @@ msgstr "Muokkaa yleisiä asetuksia"
msgid "File Properties"
msgstr "Tiedoston ominaisuudet"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Asenna"
@@ -15193,10 +14993,6 @@ msgstr "Pieni"
msgid "Object"
msgstr "Objekti"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Paketin asetukset"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Paketin tyyppi"
@@ -15353,26 +15149,6 @@ msgstr "Siivoa pakettien riippuvuudet"
msgid "Clear Selection"
msgstr "Tyhjennä valinta"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "CompiledSrcPath lisäys"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr "Nimiavaruudet"
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Käännöshakemisto"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Paketin lähdehakemiston merkki"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Käännösyksiköiden polku"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "Poista riippuvuudet"
@@ -15403,64 +15179,6 @@ msgstr "Tiedosto \"%s\"%sei ole paketin hakupolussa.%sLisätäänkö \"%s\" polk
msgid "More functions for the package"
msgstr "Lisää toimintoja paketille"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Binaari"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Include-tiedosto"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "Ongelmien xml-tiedosto"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - Lazarus-lomake tekstinä"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - Lazarus-resurssi"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Pääkäännösyksikkö"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Teksti"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Virtuaalinen käännösyksikkö"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Pakettihakemisto. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paketin include-tiedostojen hakupolku. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paketin nimi. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paketin käännöshakemisto. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paketin lähdetiedostojen hakupolku. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paketin käännösyksikköjen hakupolku. Parametri on paketin ID, e.g. \"Nimi\" or \"Nimi 1.0\""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15496,15 +15214,6 @@ msgstr "Rikkinäinen riippuvuus"
msgid "Circular dependencies found"
msgstr "Kehäriippuvuus löydetty"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "Käännä paketti %s"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Poistaminen epäonnistui"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Poistetaanko vanha pakettitiedosto?"
@@ -15519,19 +15228,10 @@ msgstr "Poistetaanko vanha pakettitiedosto \"%s\"?"
msgid "Dependency without Owner: %s"
msgstr "Riippuvuus ilman omistajaa: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Virhe luettaessa tiedostoa"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Virhe luettaessa pakettia"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Virhe kirjoitettaessa tiedostoa"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Virhe kirjoitettaessa pakettia"
@@ -15618,10 +15318,6 @@ msgstr "Ei ole suunnitteluaikainen paketti"
msgid "Package is required"
msgstr "Paketti tarvitaan"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "paketin päälähdekooditiedosto"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Paketti samalla nimellä on jo olemassa"
@@ -15694,10 +15390,6 @@ msgstr "Pitäisikö tiedoston nimi olla pienillä kirjaimilla:%s\"%s\"?"
msgid "Skip this package"
msgstr "Ohita tämä paketti"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "staattisten pakettien config-tiedosto"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15724,11 +15416,6 @@ msgstr "Tiedosto \"%s\" on osa nykyistä projektia.%sProjektin ja paketin ei tul
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "Tiedosto \"%s\" on käytössä%spaketissa \"%s\"%stiedostossa \"%s\"."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "Paketin %s tiedostoa \"%s\" ei löydy."
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Seuraavan paketin lataaminen epäonnistui:"
@@ -15834,63 +15521,16 @@ msgstr "Käännösuksikkö on saman niminen kuin paketti:%s1. \"%s\" %s:sta%s2.
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Tämä on virtuaalinen paketti eikä sillä ole vielä lähdekoodia. Tallenna se ensin."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Kansion luonti epäonnistui"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Käännöshakemiston \"%s\"%sluominen paketille %s ei onnistu."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Lähdehakemiston \"%s\"%sluominen paketille %s ei onnistu."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Kohdehakemiston luominen Lazarusta varten ei onnistu:%s\"%s\".%sHakemisto tarvitaan."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "Tiedoston \"%s\" poistaminen ei onnistu."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Tiedoston poistaminen ei onnistu"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Vanhan tilatiedoston \"%s\"%spoistaminen paketille %s ei onnistu."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "Paketin lataaminen ei onnistu"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Ei pystytä avaamaan pakettia \"%s\".%sPaketti oli merkitty asennettavaksi."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Tilatiedoston \"%s\"%slukeminen paketille %s ei onnistu.%sVirhe: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "Paketin \"%s\"%skirjoittaminen tiedostoon \"%s\" ei onnistu.%sVirhe: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Tilatiedoston \"%s\"%skirjoittaminen paketille %s ei onnistu.%sVirhe: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Poistetaanko paketin asennus?"
@@ -15932,83 +15572,6 @@ msgstr "poista"
msgid "Select a package"
msgstr "Valitse paketti"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "Ei voi rekisteröidä komponenttia ilman käännösyksikköä"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "Komponenttiluokka \"%s\" on jo määritelty"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sTiedoston nimi: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Kelvoton komponenttiluokka"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Kelvoton käännösyksikön nimi: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%slpk tiedosto: \"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "Pakettitiedostoa ei löydy"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "Paketin rekisteröintivirhe"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "'Register' aliohjelma on Nil"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-msgid "RegisterUnit was called but no package is registering."
-msgstr "RegisterUnit kutsuttiin, mutta paketteja ei ole rekisteröity."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%slpk tiedostoa ei löydy."
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "Paketti \"%s\" on asennettu, mutta kelvollista pakettitiedostoa (.lpk) ei löydy.%sTyhjä rikkinäinen paketti luotiin."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Tämä on oletuspaketti. Käytetään vain komponenteille, millä ei ole pakettia. Komponentit ovat vanhentuneet."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Tämä paketti on asennettu, mutta pakettitiedostoa (.lpk) ei löydy. Komponentit eivät ole käytössä. Korjaa vika."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sKäännösyksikön nimi: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr "Käännösyksikköä \"%s\" ei löydy .lpk tiedostosta.%sEhkä tätä lpk:ta ei käytetty IDEn käännöksessä, tai paketti käyttää väärin RegisterUnit:a."
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "Käännösyksikkö \"%s\" poistettiin paketista (lpk)"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr "Seuraavia riippuvuuksia ei tarvita, koska riippuvuudet siirtyvät automaattisesti paketista toiseen."
@@ -16501,16 +16064,6 @@ msgstr "Poistetaanko tiedosto %s projektista?"
msgid "Remove %s items from project?"
msgstr "Poista %s kohdat projektista?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "Tilatiedon %s lukeminen projektille %s epäonnistui%sVirhe: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Tilatiedon kirjoittaminen projektilta %s epäonnistui%sVirhe: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Kokoa aina kaikki (vaikka mikään ei muuttuisi)"
@@ -16529,10 +16082,6 @@ msgstr "Virhe"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Automaattisesti luotua lomakelistaa ohjelman lähdekoodissa ei voi muuttaa.%sKorjaa ensin virheet."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Projektin lähdehakemiston merkki"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Kysy arvoa"
@@ -16655,10 +16204,6 @@ msgstr "Poistu"
msgid "&Quit Lazarus"
msgstr "&Poistu Lazaruksesta"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Lukuvirhe"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "Poistetaanko todella?"
@@ -17569,10 +17114,6 @@ msgstr "Ohita viime projektin lataaminen"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "Ohita nämä varoitukset"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "Hitaampi mutta tarkempi."
@@ -17671,11 +17212,6 @@ msgstr "Sanat"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr "Lähde \"%s\"%sja kohde \"%s\"%shakemistot ovat samoja. Valitse toinen hakemisto."
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Lähde ja kohde ovat samat:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17763,10 +17299,6 @@ msgstr "Pysäytetäänkö virheenjäljitys?"
msgid "Store path delimiters \\ and / as"
msgstr "Tallenna polkujen erottimet \\ ja / kuten"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "Outo lpi-tiedosto"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Virran virhe"
@@ -17966,11 +17498,6 @@ msgstr "\"Application Bundle\" luotiin \"%s\":lle"
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "Luokka \"%s\" on TControl eikä sitä voi liittää muuhun kuin kontrolliin.%sLiittäminen ei onnistu."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "Codetools löysi virheen:%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18052,30 +17579,15 @@ msgstr "Hakemistossa \"%s\" ei ole enää käännösyksiköitä. Poistetaanko ha
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "Kansiota \"%s\" ei enää tarvita käännösyksikön tiedostopolussa.%sPoistetaanko se?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "Hakemistoon \"%s\" ei voi kirjoittaa."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "Tiedosto \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "Tiedosto %s ei vaikuttaisi olevan lpi-tiedosto."
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "Tiedostoindexiä tarvitaan esim. määrittelyjen hakemiseen. Tiedostoja tutkittaessa koodia voi muokata, mutta määrittelyn haku antaa virheen käännösyksikköä-ei-löydy. Tämä voi kestää minuutin."
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "Tiedosto \"%s\" symbolinen linkki.%sAvataanko \"%s\" sen sijaan?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18101,11 +17613,6 @@ msgstr "Tiedosto \"%s\" näyttää olevan Pascal-ohjelma.%sSuljetaanko nykyinen
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "Tiedosto %s vaikuttaa Lazarus-projektin ohjelmatiedostolta."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "Tiedosto \"%s\"%slöytyy paketin %s lähdehakemistosta ja näyttää käännetyltä yksiköltä. Käännetyn yksikön pitää olla paketin käännöshakemistossa, muuten muilla paketeilla on vaikeuksia käyttää tätä pakettia.%sPoistetaanko ristiriitainen tiedosto?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19040,39 +18547,6 @@ msgstr "Teksti-lomakedatan tiedostossa %s\"%s\"%sbinaarivuoksi ei onnistu. (%s)"
msgid "Unable to convert to encoding \"%s\""
msgstr "Muunnos merkkikoodaukselle \"%s\" ei onnistu"
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Tiedoston kopiointi ei onnistunut"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Tiedoston \"%s\"%skopiointi ei onnistunut tiedostoksi \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "Hakemiston \"%s\" luominen ei onnistu."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Tiedoston luominen ei onnistu."
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "Tiedoston \"%s\" luominen ei onnistu"
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "Tiedoston%s\"%s\" luominen ei onnistu"
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "Linkin \"%s\" luominen kohteeseen \"%s\" ei onnistu"
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr "Tiedoston luominen ei onnistu, koska samanniminen hakemisto on jo olemassa."
@@ -19175,33 +18649,10 @@ msgstr "Lomake-editorin avaaminen ei onnistu.%sLuokka %s ei periydy sopivasta lu
msgid "Unable to read %s"
msgstr "%s:n lukeminen ei onnistu"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Tiedoston lukeminen ei onnistu"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "Tiedoston \"%s\" lukeminen ei onnistu."
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Tiedoston \"%s\" lukeminen ei onnistu%sVirhe: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "lpi:n lukeminen ei onnistu"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr "Prosessin ExitStatus lukeminen ei onnistu"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "Projektin lukeminen ei onnistu tiedostoon%s\"%s\"."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19222,20 +18673,6 @@ msgstr "Projektin otsikon %s%s poisto ei onnistu!"
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Ristiriitaisen tiedoston \"%s\"%s nimeäminen \"%s\":ksi ei onnistu"
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Tiedoston nimeäminen ei onnistu"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "Tiedoston \"%s\" nimeäminen \"%s\":ksi ei onnistu!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "Tiedoston \"%s\"%snimeäminen \"%s\":ksi ei onnistu."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Lomakkeen nimeäminen lähdekoodissa ei onnistu."
@@ -19287,45 +18724,6 @@ msgstr "%s:T%s binaari komponenttivuon muuttaminen tekstiksi ei onnistu."
msgid "Unable to update CreateForm statement in project source"
msgstr "CreateForm lausekkeen päivitys projektin lähdekoodissa ei onnistu"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "\"%s\":n kirjoittaminen ei onnistu"
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Tallentaminen tiedostoon ei onnistu"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "Kirjoittaminen tiedostoon \"%s\" ei onnistu."
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Tallentaminen tiedostoon \"%s\" ei onnistu%sVirhe: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "Tallentaminen projektin infotiedostoon%s\"%s\" ei onnistu%sVirhe: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "Tallentaminen projektin istuntotiedostoon%s\"%s\" ei onnistu%sVirhe: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "Kirjoittaminen tiedostoon \"%s\" ei onnistu."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "Xml vuon kirjoittaminen tiedostoon %s ei onnistu%sVirhe: %s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "Poista valinta kaikista"
@@ -19356,79 +18754,6 @@ msgstr "Poista asennuksesta"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Käännösyksikkö"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "Käännösyksikkö \"%s\" on muuttunut. Talletetaanko?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Käännösyksikön tunniste on olemassa"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s käännösyksikkö %s paketissa %s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Tätä käännösyksikön nimeä käytetään jo projektissa"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Käännösyksikön nimi alkaa ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Käännösyksikön nimi sisältää ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "käännösyksikköä %s ei löydy"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr "käännösyksikköä %s ei löydy uudesta paikasta \"%s\""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Käännösyksiköiden kirjoitushakemisto"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "Käännösyksiköiden polku"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Käännösyksiköiden polut"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "käännösyksikkö %s riippuu paketista %s"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19471,11 +18796,6 @@ msgstr "Päivitä muut aliohjelman määritykset, kun vain kirjainten koko on mu
msgid "Update references?"
msgstr "Päivitetäänkö viittaukset?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "PO tiedostojen päivitys epäonnistui paketille %s"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr "Päivitä"
@@ -19763,15 +19083,6 @@ msgstr "Työhakemisto suoritusta varten"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Tiedoston tallentaminen ei onnistunut"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Virhe kirjoittaessa: %s%sTiedosto: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr "Virhe kirjoittaessa paketin info tiedostoa."
@@ -19789,15 +19100,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "väärä versio %s: %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "XML-virhe"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "XML jäsentäjän virhe tiedostossa %s%sVirhe: %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "Tämän voi estää yksittäisille lomakkeille pakettimuokkaimessa"
@@ -20108,118 +19410,14 @@ msgstr "Versiotieto talletetaan jos ohjelmatiedoston formaatti tukee sitä."
msgid "Include version info in executable"
msgstr "Lisää versiotieto suoritettavaan ohjelmaan"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "afrikaans"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "arabia"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "Oletuskieli (tai englanti)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "katalaani"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "kiina"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "tsekki"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "hollanti"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "englanti"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "suomi"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "ranska"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "saksa"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "heprea"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "unkari"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "indonesia"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "italia"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "japani"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "liettua"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Kielivalinnat"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "puola"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "portugali"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "Brasilian portugali"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "venäjä"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Kielen valinta:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "slovakki"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "espanja"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "turkki"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "ukraina"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "&Iso versio:"
@@ -22142,3 +21340,75 @@ msgstr ""
msgid "Version Info"
msgstr "Versiotiedot"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "Käännösyksikkö \"%s\" on muuttunut. Talletetaanko?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Käännösyksikön tunniste on olemassa"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s käännösyksikkö %s paketissa %s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Tätä käännösyksikön nimeä käytetään jo projektissa"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Käännösyksikön nimi alkaa ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Käännösyksikön nimi sisältää ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "käännösyksikköä %s ei löydy"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr "käännösyksikköä %s ei löydy uudesta paikasta \"%s\""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Käännösyksiköiden kirjoitushakemisto"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "Käännösyksiköiden polku"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Käännösyksiköiden polut"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "käännösyksikkö %s riippuu paketista %s"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Tiedoston poistaminen ei onnistu"
+
diff --git a/languages/lazaruside.fr.po b/languages/lazaruside.fr.po
index 5f7ca6239e..ee6334cade 100644
--- a/languages/lazaruside.fr.po
+++ b/languages/lazaruside.fr.po
@@ -1270,11 +1270,6 @@ msgstr "Messages du compilateur"
msgid "Compiler messages language file (*.msg)"
msgstr "Fichier de langue des messages du compilateur (*.msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Options du compilateur"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Compléter les propriétés"
@@ -3552,10 +3547,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Projet"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Options du projet"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5080,11 +5071,6 @@ msgstr "Tout afficher"
msgid "The package %s is read only."
msgstr "Le paquet %s est en lecture seule."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Le fichier \"%s\" existe déjà. %sVoulez-vous le remplacer ?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5172,10 +5158,6 @@ msgstr "Fichier équivoque trouvé : \"%s\"%sCe fichier peut être confondu avec
msgid "Ambiguous files found"
msgstr "Fichiers équivoques trouvés"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "Unité équivoque trouvée"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr "Ancrer le bas au bas du frère. Utilisez la propriété BorderSpacing pour définir la distance. Le BorderSpacing du frère est ignoré."
@@ -5749,11 +5731,6 @@ msgstr "Copier la sortie vers le presse-papiers"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "Les dates des fichiers .ppu de FPC diffèrent de plus d'une heure. %s Cela peut signifier qu'elles proviennent de deux installations différentes. %s Fichier1 : %s%s Fichier2 : %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Erreur"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "ERREUR : "
@@ -5898,12 +5875,6 @@ msgstr "(filtre)"
msgid "Follow cursor"
msgstr "Suivre le curseur"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr "%s dans %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "Est un contrôle racine"
@@ -7025,10 +6996,6 @@ msgstr "Répertoire du projet"
msgid "%s project directory"
msgstr "%s répertoire du projet"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Erreur de lecture"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Nœud sélectionné :"
@@ -7093,10 +7060,6 @@ msgstr "%s:%svaleur \"%s\" est incorrecte."
msgid "Variable:"
msgstr "Variable :"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Erreur d'écriture"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "Arobase"
@@ -8057,31 +8020,6 @@ msgstr "Examen des messages de Make"
msgid "Skip calling compiler"
msgstr "Omettre l'appel du compilateur"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "Impossible d'ajouter \"{$I %s}\" au code source principal !"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "Impossible d'ajouter \"{$R %s}\" au code source principal !"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "Impossible d'ajouter \"%s\" au code source principal !"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "Impossible de supprimer \"{$I %s}\" du code source principal !"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "Impossible de supprimer \"{$R %s}\" du code source principal !"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "Avertissement : le fichier additionnel de configuration du compilateur porte le même nom qu'un des fichiers standard utilisés par le compilateur FreePascal. La conséquence risque d'être que SEUL le fichier additionnel sera utilisé tandis que le fichier standard sera ignoré."
@@ -8615,10 +8553,6 @@ msgstr "Voulez-vous supprimer ces fichiers ?"
msgid "Delete ambiguous file?"
msgstr "Voulez-vous supprimer les fichiers équivoques ?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "La suppression du fichier a échoué"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8656,11 +8590,6 @@ msgstr "Voulez-vous supprimer la valeur \"%s\" ?"
msgid "Delete value %s"
msgstr "Supprimer la valeur %s"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "La suppression du fichier \"%s\" a échoué."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "Le délimiteur est le point-virgule."
@@ -8760,10 +8689,6 @@ msgstr "Répertoire \"%s\" non trouvé."
msgid "directory %s not found"
msgstr "répertoire %s introuvable"
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "Répertoire protégé en écriture"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "Répertoire où l'EDI place les fichiers .po"
@@ -9304,10 +9229,6 @@ msgstr "Entrer un nouveau nom pour la macro \"%s\""
msgid "Environment variable, name as parameter"
msgstr "Variable d'environnement, nom comme paramètre"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Répertoire non trouvé"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Nom de fichier du débogueur incorrect"
@@ -9409,11 +9330,6 @@ msgstr "Erreur lors du chargement du fichier"
msgid "Error loading file \"%s\":"
msgstr "Erreur de chargement du fichier \"%s\" :"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "Erreur de chargement de %s depuis %s%s%s%s"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Erreur en déplaçant le composant"
@@ -9471,11 +9387,6 @@ msgstr ", Erreurs : %s"
msgid "Error saving form"
msgstr "Erreur de sauvegarde de la fiche"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "Erreur d'enregistrement de %s dans%s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9529,14 +9440,6 @@ msgstr "l'exécutable \"%s\" est un répertoire"
msgid "executable \"%s\" lacks the permission to run"
msgstr "l'exécutable \"%s\" n'a pas la permission de se lancer"
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Exécution de la commande suivante"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Exécution de la commande précédente"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Exécution interrompue"
@@ -9626,34 +9529,6 @@ msgstr "Exporter le sélectionné"
msgid "Export >>"
msgstr "Exporter >>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "Faut-il étendre le chemin de recherche des inclusions du paquet \"%s\" en %s\"%s\" ?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr "Faut-il étendre le chemin de recherche des inclusions du projet avec%s\"%s\" ?"
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "Faut-il étendre le chemin d'inclusion ?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Faut-il étendre le chemin des unités ?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "Faut-il étendre le chemin de recherche du paquet \"%s\" en%s\"%s\" ?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "Faut-il étendre le chemin de recherche du projet avec %s\"%s\"?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Extraire"
@@ -9716,12 +9591,6 @@ msgstr "Fichier"
msgid "File: "
msgstr "Fichier : "
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "Le fichier \"%s\"%s n'a pas l'air d'un fichier texte.%sVoulez-vous l'ouvrir quand même ?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Extension de fichier des programmes"
@@ -9779,14 +9648,6 @@ msgstr "Le fichier est un répertoire"
msgid "File is not an executable"
msgstr "Le fichier n'est pas un exécutable"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Le fichier est protégé en écriture"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "Le fichier est un lien symbolique"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9800,12 +9661,6 @@ msgstr "Style de nom de fichier"
msgid "File not found"
msgstr "Fichier non trouvé"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "Fichier \"%s\" non trouvé."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9829,10 +9684,6 @@ msgstr "Fichier \"%s\" non trouvé.%sSouhaitez-vous le créer ?"
msgid "File not lowercase"
msgstr "Fichier pas en minuscules"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "Pas un fichier texte"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10553,11 +10404,6 @@ msgstr "L'EDI devra être recompilé et redémarré après l'installation et la
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "Bienvenue dans Lazarus.%0:sLa configuration trouvée de l’EDI a déjà été utilisée par une autre installation de Lazarus.%0:sSi vous avez plusieurs installations distinctes de Lazarus, elles ne doivent pas partager la même configuration. Cette situation peut conduire à des conflits et vos installations Lazarus peuvent en devenir inutilisables.%0:s%0:sSi vous n'avez qu'une seule installation et que vous avez copié ou déplacé l'exécutable de Lazarus, vous pouvez mettre à jour cette configuration.%0:s%1:s%0:s%0:sChoisissez :%0:s%0:s* Mettre à jour : utiliser cette configuration et la mettre à jour pour être utilisée avec Lazarus à l'avenir. L'ancienne installation ne l’utilisera plus.%0:s* Ignorer : utiliser cette configuration, mais garder l'avertissement. Cela peut conduire à des conflits avec l'autre installation.%0:s* Abandon : quitter maintenant. Vous pouvez alors régler le problème en démarrant Lazarus avec la configuration correcte.%0:s%0:sInformations complémentaires :%0:scette configuration se trouve dans %2:s%0:sElle appartient à l'installation Lazarus qui se trouve dans %3:s%0:sL'EDI actuel a démarré depuis : %4:s%0:s"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "Création du Makefile pour le paquet %s"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "Informations à propos de l'EDI"
@@ -10670,10 +10516,6 @@ msgstr "Si vous souhaitez utiliser deux versions différentes de Lazarus, vous d
msgid "Ignore all"
msgstr "Tout ignorer"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Ignorer et continuer"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14355,15 +14197,6 @@ msgstr "pas de modèle sélectionné"
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "Non implémenté"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "Non implémenté à ce jour :%s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "non installé"
@@ -14626,14 +14459,6 @@ msgstr "Rouvrir le projet"
msgid "Open Project File"
msgstr "Ouvrir un fichier projet"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Ouvrir le lien symbolique"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Ouvrir la cible"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Ouvrir le fichier en tant que code source normal"
@@ -14740,14 +14565,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%sredéfinit l'ensemble graphique du projet. Par exemple : gtk, gtk2, qt, win32, carbon. Par défaut : %s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Voulez-vous remplacer le fichier ?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Remplacer le fichier sur le disque"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "\"Owner\" est déjà utilisé par TReader/TWrite. Veuillez choisir un autre nom."
@@ -14845,16 +14662,6 @@ msgstr "analyseur \"%s\" : %s"
msgid "Parsers:"
msgstr "Analyseurs :"
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr "la définition \"%s\" est passée deux fois au compilateur avec des valeurs différentes"
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr "l'option \"-%s\" est passée deux fois au compilateur avec des valeurs différentes"
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15005,11 +14812,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Créer Makefile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s - par défaut : %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "Propriétés de dépendance"
@@ -15022,10 +14824,6 @@ msgstr "Éditer les options générales"
msgid "File Properties"
msgstr "Propriétés du fichier"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr "(fpmake)"
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Installer"
@@ -15291,10 +15089,6 @@ msgstr "Mineure"
msgid "Object"
msgstr "Objet"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Options du paquet"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Type de paquet"
@@ -15452,26 +15246,6 @@ msgstr "Nettoyer les dépendances du paquet"
msgid "Clear Selection"
msgstr "Mettre à zéro la sélection"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "Chemin de code source compilé additionnel"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr "Espaces de nommage"
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Répertoire de destination"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Marque de répertoire des codes sources des paquets"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Chemin de l'unité"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "Supprimer les dépendances"
@@ -15502,64 +15276,6 @@ msgstr "Le fichier \"%s\"%s n'est pas actuellement dans le chemin des unités du
msgid "More functions for the package"
msgstr "Davantage de fonctions pour le paquet"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Binaire"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Fichier inclus"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "Fichier XML des problèmes"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "Fiche Lazarus texte - LFM"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "Fichier ressource Lazarus - LRS"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Unité principale"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Texte"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Unité virtuelle"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Répertoire du paquet. Le paramètre est l'ID du paquet : par exemple, \"Nom\" ou \"Nom 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Chemin de recherche des fichiers d'inclusion. Le paramètre est l'ID du paquet (par exemple : \"Nom\" ou \"Nom 1.0\")"
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Nom du paquet. Le paramètre est l'ID du paquet (par exemple, « Nom » ou « Nom 1.0 »)"
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Répertoire d'enregistrement des paquets. Le paramètre est l'ID du paquet (par exemple, « Nom » ou « Nom 1.0 »)"
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Chemin de recherche des codes sources du paquet. Le paramètre est l'ID du paquet (par exemple : \"Nom\" ou \"Nom 1.0\")"
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Chemin de recherche des unités du paquet. Le paramètre est l'ID du paquet (par exemple : \"Nom\" ou \"Nom 1.0\")"
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15595,15 +15311,6 @@ msgstr "Dépendance brisée"
msgid "Circular dependencies found"
msgstr "Références circulaires trouvées"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "Compiler le paquet %s"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "La suppression a échoué"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Faut-il supprimer l'ancien fichier paquet ?"
@@ -15618,19 +15325,10 @@ msgstr "Faut-il supprimer l'ancien fichier paquet \"%s\" ?"
msgid "Dependency without Owner: %s"
msgstr "Dépendance sans propriétaire : %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Erreur de lecture de fichier"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Erreur de lecture du paquet"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Erreur d'écriture de fichier"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Erreur d'écriture du paquet"
@@ -15717,10 +15415,6 @@ msgstr "Le paquet n'est pas un paquet de conception"
msgid "Package is required"
msgstr "Le paquet est requis"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "fichier de code source principal du paquet"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Le nom de paquet existe déjà"
@@ -15790,10 +15484,6 @@ msgstr "Souhaitez-vous renommer le fichier en minuscules comme ceci : \"%s\"%s
msgid "Skip this package"
msgstr "Ignorer ce paquet"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "fichier de configuration des paquets statiques"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15820,11 +15510,6 @@ msgstr "Le fichier nommé \"%s\" fait partie du projet en cours.%sLes projets et
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "Le nom de fichier \"%s\" est utilisé par%sle paquet \"%s\"%sdans le fichier \"%s\"."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "Le fichier \"%s\" du paquet %s est introuvable."
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Le paquet suivant n'a pas pu être chargé :"
@@ -15930,63 +15615,16 @@ msgstr "Une unité porte le même nom qu'un paquet :%s1. \"%s\" de %s%s2. \"%s\"
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Il s'agit d'un paquet virtuel. Il n'a pas encore de code source. Veuillez sauvegarder le paquet d'abord."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Impossible de créer le répertoire"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Impossible de créer le répertoire de destination \"%s\"%spour le paquet %s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Impossible de créer le répertoire \"%s\"%spour les codes sources du paquet %s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Impossible de créer le répertoire cible pour Lazarus :%s\"%s\".%sCe répertoire est nécessaire pour le nouvel EDI modifié avec vos paquets personnalisés."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "Impossible de supprimer le fichier \"%s\"."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Impossible de supprimer le fichier"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Impossible de supprimer l'ancien fichier d'état \"%s\"%spour le paquet %s."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "Impossible de charger le paquet"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Impossible d'ouvrir le paquet \"%s\".%sCe paquet a été marqué pour l'installation."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Impossible de lire l'état du fichier \"%s\"%sdu paquet %s.%sErreur : %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "Impossible d'écrire le paquet \"%s\"%sdans le fichier \"%s\".%sErreur : %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Impossible d'écrire le fichier d'état \"%s\"%sdu paquet %s.%sErreur : %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Voulez-vous désinstaller le paquet ?"
@@ -16028,84 +15666,6 @@ msgstr "supprimer"
msgid "Select a package"
msgstr "Choisir un paquet"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "Impossible d'enregistrer des composants sans unité"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "Classe de composant \"%s\" déjà définie"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sNom de fichier : \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Classe de composant incorrect"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Nom d'unité incorrecte : %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%sfichier lpk : \"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "Fichier paquet non trouvé"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "Erreur d'enregistrement du paquet"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "La procédure Register est à nil"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-msgid "RegisterUnit was called but no package is registering."
-msgstr "RegisterUnit a été appelé, mais aucun paquet n'est en cours de référencement."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%sLe fichier du paquet est introuvable."
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "Le paquet \"%s\" est installé, mais aucun fichier de paquet valide .lpk n'a été trouvé.%sUn paquet factice a été créé."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "C'est le paquet par défaut. Utilisez-le seulement pour les composants sans paquet. Ces composants sont obsolètes."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Ce paquet est installé, mais le fichier lpk associé n'a pas été trouvé. Tous ses composants sont désactivés. Veuillez rectifier ceci."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sNom d'unité : \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr "L'unité \"%s\" n'a pas été trouvée dans le fichier lpk.%sIl est possible que ce fichier lpk n'ait pas été utilisé pour créer cet EDI ou que le paquet fasse un mauvais usage de la procédure RegisterUnit."
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "L'unité \"%s\" a été retirée du paquet (lpk)"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr "Les dépendances suivantes ne sont pas nécessaires à cause de la transitivité automatique entre les dépendances de paquets."
@@ -16598,16 +16158,6 @@ msgstr "Voulez-vous retirer le fichier %s du projet ?"
msgid "Remove %s items from project?"
msgstr "Voulez-vous retirer %s éléments du projet ?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "Impossible de lire l'état du fichier %s du projet %s%sErreur : %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Impossible d'écrire l'état du fichier pour le projet %s%sErreur : %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Toujours créer (même si rien n'a changé)"
@@ -16626,10 +16176,6 @@ msgstr "Erreur"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Impossible de modifier la liste de création automatique des fiches dans le code source du programme.%sVeuillez d'abord corriger les erreurs."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Marque de répertoire du code source du projet"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Demander la valeur"
@@ -16756,10 +16302,6 @@ msgstr "Quitter"
msgid "&Quit Lazarus"
msgstr "&Quitter Lazarus"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Erreur de lecture"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "Faut-il vraiment supprimer ?"
@@ -17680,10 +17222,6 @@ msgstr "Ignorer le chargement du dernier projet"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "Ignorer ces avertissements"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "Plus lent mais plus précis."
@@ -17782,11 +17320,6 @@ msgstr "Mots"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr "Les répertoires source \"%s\"%set destination \"%s\"%ssont identiques. Veuillez choisir un autre répertoire."
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "La source et la destination sont identiques : %s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17875,10 +17408,6 @@ msgstr "Voulez-vous arrêter le débogage ?"
msgid "Store path delimiters \\ and / as"
msgstr "Enregistrement des délimiteurs de chemin \\ et / comme"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "Fichier .lpi inconnu"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Erreur de flux"
@@ -18078,11 +17607,6 @@ msgstr "Le paquetage de l'application a été créé pour \"%s\""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "La classe \"%s\" est un TControl et ne peut être collée que dans un contrôle.%sCollage impossible."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "L'outil de code a décelé une erreur :%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18164,30 +17688,15 @@ msgstr "Le répertoire \"%s\" ne contient plus aucune unité du projet. Faut-il
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "Le répertoire \"%s\" n'est plus requis dans le chemin des unités. %sVoulez-vous le supprimer ?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "Le répertoire \"%s\" n'est pas accessible en écriture."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "Le fichier \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "Le fichier %s ne semble pas être un fichier de type lpi."
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "L'index de fichier est nécessaire pour des fonctions telles que la recherche de déclaration. Lors de la recherche, vous pouvez modifier les codes sources et les compiler, mais les fonctions de recherche vous indiqueront des erreurs d'unités non trouvées. Cela peut prendre une minute."
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "Le fichier \"%s\" est un lien symbolique.%s Faut-il ouvrir \"%s\" à la place ?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18213,11 +17722,6 @@ msgstr "Le fichier \"%s\" semble être un programme.%sFaut-il fermer le projet e
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "Le fichier %s semble être le fichier programme d'un projet Lazarus existant."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "Le fichier \"%s\"%s a été trouvé dans l'un des répertoires de code source du paquet %s et semble être une unité compilée. Les unités compilées doivent être dans le répertoire de sortie du paquet, sinon d'autres paquets peuvent avoir des difficultés à utiliser ce paquet.%sVoulez-vous supprimer le fichier ambigu ?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19152,39 +18656,6 @@ msgstr "Impossible de convertir les données texte de la fiche du fichier %s\"%s
msgid "Unable to convert to encoding \"%s\""
msgstr "Impossible de convertir avec l'encodage \"%s\""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Impossible de copier le fichier"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Impossible de copier le fichier \"%s\"%svers \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "Impossible de créer le répertoire \"%s\"."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Impossible de créer le fichier"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "Impossible de créer le fichier \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "Impossible de créer le fichier%s\"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "Impossible de créer le lien \"%s\" vers la cible \"%s\""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr "Impossible de créer le nouveau fichier, car il existe déjà un répertoire de ce nom."
@@ -19287,34 +18758,10 @@ msgstr "Impossible d'ouvrir le concepteur de fiches.%sLa classe %s ne descend pa
msgid "Unable to read %s"
msgstr "Impossible de lire %s"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Impossible de lire le fichier"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "Impossible de lire le fichier \"%s\"."
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Impossible de lire le fichier \"%s\"%sErreur : %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "Impossible de lire le fichier lpi"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr "impossible de lire le statut de sortie du processus"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "Impossible de lire le fichier d'information du projet%s\"%s\"."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19335,20 +18782,6 @@ msgstr "Impossible de supprimer du code source le titre du projet.%s%s"
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Impossible de renommer le fichier équivoque \"%s\"%sen \"%s\""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Impossible de renommer le fichier"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "Impossible de renommer le fichier \"%s\" en \"%s\" !"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "Impossible de renommer le fichier \"%s\"%sen \"%s\"."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Impossible de renommer la fiche dans le code source."
@@ -19400,45 +18833,6 @@ msgstr "Impossible de transformer le flux binaire du composant %s:T%s en texte."
msgid "Unable to update CreateForm statement in project source"
msgstr "Impossible de mettre à jour la déclaration CreateForm dans le code source du projet"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "Impossible d'écrire \"%s\""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Impossible d'écrire le fichier"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "Impossible d'écrire le fichier \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Impossible d'écrire le fichier \"%s\"%sErreur : %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "Impossible d'écrire le fichier d'information du projet %s\"%s\".%sErreur : %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "Impossible d'écrire le fichier de session du projet %s\"%s\".%sErreur : %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "Impossible d'écrire dans le fichier \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "Impossible d'écrire le flux XML vers %s%sErreur : %s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "Tout décocher"
@@ -19469,79 +18863,6 @@ msgstr "Désinstaller la sélection"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Unité"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "L'unité \"%s\" a été modifiée. Faut-il l'enregistrer ?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "L'identificateur de l'unité existe"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s unité %s dans le paquet %s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr "L'unité \"%s\" doit être enregistrée avant de pouvoir être héritée. Voulez-vous la sauvegarder maintenant?"
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Nom d'unité déjà existant dans le projet"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Le nom de l'unité commence par..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Le nom de l'unité contient..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "unité %s introuvable"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr "unité %s introuvable à la nouvelle position \"%s\""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Répertoire de sortie de l'unité"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "chemin de l'unité"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Chemins des unités"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "l'unité %s requiert le paquet %s"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19584,11 +18905,6 @@ msgstr "Mettre à jour les autres signatures de procédures lorsque seule la cas
msgid "Update references?"
msgstr "Faut-il mettre à jour les références ?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "La mise à jour des fichiers de traduction PO a échoué pour le paquet %s"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr "Mettre à jour"
@@ -19877,15 +19193,6 @@ msgstr "Répertoire d'exécution"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Erreur d'écriture"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Erreur d'écriture : %s%s Fichier : %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr "L'écriture du fichier d'information du paquet a échoué."
@@ -19903,15 +19210,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "version erronée dans %s : %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "Erreur XML"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "Erreur de l'analyseur XML dans le fichier %s%sErreur : %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "Vous pouvez désactiver ceci pour des fiches individuelles dans l'éditeur de paquets"
@@ -20220,118 +19518,14 @@ msgstr "L'information de version est enregistrée si le format d'exécutable l'a
msgid "Include version info in executable"
msgstr "Inclure les informations de version dans l'exécutable"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Arabe"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "Automatique (ou anglais)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Catalan"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Chinois"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr "Corse"
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "Tchèque"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Hollandais"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Anglais"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Finnois"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Français"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Allemand"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Hébreu"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "Hongrois"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Indonésien"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Italien"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Japonais"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "Lithuanien"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Options de langue"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Polonais"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "Portugais"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "Portugais brésilien"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Russe"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Sélection de la langue :"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "Slovaque"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Espagnol"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "Turque"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Ukrainien"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "Version &majeure :"
@@ -22261,3 +21455,75 @@ msgstr "Options du graphe des unités"
msgid "Version Info"
msgstr "Informations sur la version"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "L'unité \"%s\" a été modifiée. Faut-il l'enregistrer ?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "L'identificateur de l'unité existe"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s unité %s dans le paquet %s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr "L'unité \"%s\" doit être enregistrée avant de pouvoir être héritée. Voulez-vous la sauvegarder maintenant?"
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Nom d'unité déjà existant dans le projet"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Le nom de l'unité commence par..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Le nom de l'unité contient..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "unité %s introuvable"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr "unité %s introuvable à la nouvelle position \"%s\""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Répertoire de sortie de l'unité"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "chemin de l'unité"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Chemins des unités"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "l'unité %s requiert le paquet %s"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Impossible de supprimer le fichier"
+
diff --git a/languages/lazaruside.he.po b/languages/lazaruside.he.po
index 7439d7733d..ef27f88dc0 100644
--- a/languages/lazaruside.he.po
+++ b/languages/lazaruside.he.po
@@ -1316,11 +1316,6 @@ msgstr "הודעות מהדר"
msgid "Compiler messages language file (*.msg)"
msgstr "קובץ שפת הודעות מהדר"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "אפשרויות מהדר"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "השלם מאפיינים"
@@ -3735,10 +3730,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr ""
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "אפשרויות פרויקט"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format, fuzzy, badformat
msgid "Options for Project: %s"
@@ -5345,12 +5336,6 @@ msgstr "הצג הכל"
msgid "The package %s is read only."
msgstr "החבילה s% היא לקריאה בלבד."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format, fuzzy, badformat
-#| msgid "A file %s%s%s already exists.%sReplace it?"
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "הקובץ %s%s%s כבר קיים.%sהאם להחליפו?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5442,12 +5427,6 @@ msgstr "נמצא קובץ רב משמעי: s%s%s% יכול להיות שהוא
msgid "Ambiguous files found"
msgstr "נמצא קובץ רב משמעי"
-#: lazarusidestrconsts.lisambiguousunitfound
-#, fuzzy
-#| msgid "Ambiguous Unit found"
-msgid "Ambiguous unit found"
-msgstr "נמצאה יחידה רב משמעית"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr ""
@@ -6041,11 +6020,6 @@ msgstr "העתק פלט ללוח הגזירים"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "הזמנים של קבצי ppu. של FPC שונים ביותר משעה. יכול להיות שזה אומר שהם שייכים לשתי התקנות שונות. קובץ 1:s%s% קובץ 2 s%"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "שגיאה"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "שגיאה:"
@@ -6194,11 +6168,6 @@ msgstr "(סנן)"
msgid "Follow cursor"
msgstr "עקוב אחר סמן העכבר"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgid "%s in %s"
-msgstr "%s ב %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "הוא בשליטה של ה root"
@@ -7367,10 +7336,6 @@ msgstr "תיקיית הפרוייקט"
msgid "%s project directory"
msgstr "תיקיית הפרוייקט s%"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "שגיאת קריאה"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "צומת נבחרת:"
@@ -7442,10 +7407,6 @@ msgstr ""
msgid "Variable:"
msgstr "משתנה:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "שגיאת כתיבה"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "ב"
@@ -8440,36 +8401,6 @@ msgstr "סרוק הודעות של Make"
msgid "Skip calling compiler"
msgstr "דלג על קריאה למהדר"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Could not add %s{$I %s%s} to main source!"
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "לא יכול להוסיף את %s{$I %s%s} לקובץ הקוד הראשי!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Could not add %s{$R %s%s} to main source!"
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "לא יכול להוסיף את %s{$R %s%s} לקובץ הקוד הראשי!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Could not add %s%s%s to main source!"
-msgid "Could not add \"%s\" to main source!"
-msgstr "לא יכול להוסיף את %s%s%s לקובץ הקוד הראשי!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Could not remove %s{$I %s%s} from main source!"
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "לא יכול להסיר את %s{$I %s%s} מקובץ הקוד הראשי!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Could not remove %s{$R %s%s} from main source!"
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "לא יכול להסיר את %s{$R %s%s} מקובץ הקוד הראשי!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
#, fuzzy
#| msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the FreePascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
@@ -9013,10 +8944,6 @@ msgstr "למחוק את כל הקבצים?"
msgid "Delete ambiguous file?"
msgstr "מחק קובץ רב משמעי?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "מחיקת קובץ נכשלה"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format, fuzzy
#| msgid "Delete macro %s%s%s?"
@@ -9057,12 +8984,6 @@ msgstr "מחק ערך s%s%s%"
msgid "Delete value %s"
msgstr "מחק ערך %s"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Deleting of file %s%s%s failed."
-msgid "Deleting of file \"%s\" failed."
-msgstr "מחיקת הקובץ s%s%s% נכשלה."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr ""
@@ -9165,10 +9086,6 @@ msgstr "תיקייה s%s%s% לא נמצאה."
msgid "directory %s not found"
msgstr ""
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "אי אפשר לכתוב לתיקייה"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "התיקייה שבה ה IDE שם את קבצי po."
@@ -9717,10 +9634,6 @@ msgstr ""
msgid "Environment variable, name as parameter"
msgstr "משתנה סביבה, תן שם כמו לפרמטר"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "תיקייה לא נמצאה"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "שם קובץ לא חוקי של מנפה השגיאות"
@@ -9824,11 +9737,6 @@ msgstr "שגיאה בטעינת קובץ"
msgid "Error loading file \"%s\":"
msgstr "שגיאה בטעינת קובץ \"%s\":%s%s"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format, fuzzy, badformat
-msgid "Error loading %s from%s%s%s%s"
-msgstr "שגיאה בטעינת s% מ s%s%s%s%"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "שגיאה בהזזת רכיב"
@@ -9887,11 +9795,6 @@ msgstr ""
msgid "Error saving form"
msgstr ""
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format, fuzzy, badformat
-msgid "Error saving %s to%s%s%s%s"
-msgstr "שגיאה בשמירת s% ל s%s%s%s%"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format, fuzzy, badformat
msgid "Error setting the name of a component %s to %s"
@@ -9945,14 +9848,6 @@ msgstr ""
msgid "executable \"%s\" lacks the permission to run"
msgstr ""
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "ביצוע פקודה אחרי"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "ביצוע פקודה לפני"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "הריצה נעצרה"
@@ -10040,34 +9935,6 @@ msgstr ""
msgid "Export >>"
msgstr ""
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "ייצא את נתיב היחידה"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr ""
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "חלץ"
@@ -10132,13 +9999,6 @@ msgstr "קובץ"
msgid "File: "
msgstr ""
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format, fuzzy, badformat
-#| msgid "File %s%s%s%sdoes not look like a text file.%sOpen it anyway?"
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "הקובץ s%s%s%s% לא נראה כמו קובץ טקסט. לפתוח אותו בכל זאת?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "קובץ הרחבה של תכניות"
@@ -10197,14 +10057,6 @@ msgstr ""
msgid "File is not an executable"
msgstr ""
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "הקובץ לא לכתיבה"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "הקובץ הוא קישור סימבולי"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format, fuzzy, badformat
#| msgid "File %s%s%s is virtual."
@@ -10219,13 +10071,6 @@ msgstr ""
msgid "File not found"
msgstr "הקובץ לא נמצא"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format, fuzzy, badformat
-#| msgid "File %s%s%s not found.%s"
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "הקובץ s%s%s% לא נמצא"
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -10250,10 +10095,6 @@ msgstr "הקובץ s%s%s% לא נמצא. האם אתה רוצה ליצור או
msgid "File not lowercase"
msgstr "הקובץ אינו באותיות קטנות"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "הקובץ אינו קובץ טקסט"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10981,11 +10822,6 @@ msgstr ""
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr ""
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "יוצר Makefile עבור חבילה %s"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "מידע על ה IDE"
@@ -11099,10 +10935,6 @@ msgstr ""
msgid "Ignore all"
msgstr "התעלם מהכל"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "התעלם והמשך"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -15100,15 +14932,6 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "לא ממומש"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "לא ממומש עדיין: %s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr ""
@@ -15379,14 +15202,6 @@ msgstr "לפתוח פרויקט בשנית"
msgid "Open Project File"
msgstr "לפתוח את קובץ הפרויקט"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "פתח symlink"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "פתח את המטרה"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "פתח את הקובץ כקוד מקור נורמאלי"
@@ -15494,14 +15309,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "דרוס את מערכת העצמים של הםרוייקט לדוגמא gtk gtk2 qt win32 carbon. ברירת המחדל: s%"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "האם לשכתב את הקובץ מחדש?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "משכתב את הקובץ מחדש על דיסק"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "\"הבעלים\" כבר בשימוש ע\"י TReader/TWriter. בחר שם אחר."
@@ -15601,16 +15408,6 @@ msgstr ""
msgid "Parsers:"
msgstr ""
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr ""
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr ""
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15767,11 +15564,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "צור makefile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format, fuzzy, badformat
-msgid "%s, default: %s"
-msgstr "ברירת מחדל"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "תכונות התלות"
@@ -15786,10 +15578,6 @@ msgstr "ערוך אפשרויות כלליות"
msgid "File Properties"
msgstr "תכונות קובץ"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "התקן"
@@ -16076,10 +15864,6 @@ msgstr "משני"
msgid "Object"
msgstr "אובייקט"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "אפשרויות חבילה"
-
#: lazarusidestrconsts.lispckoptspackagetype
#, fuzzy
#| msgid "PackageType"
@@ -16250,26 +16034,6 @@ msgstr ""
msgid "Clear Selection"
msgstr ""
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "הוספת CompiledSrcPath"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "תיקיית הפלט"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "סימון ספריית קוד המקור של החבילה"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "נתיב היחידה"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr ""
@@ -16301,64 +16065,6 @@ msgstr "הקובץ %s%s%s%s אינו בנתיב החבילה כרגע. להוס
msgid "More functions for the package"
msgstr ""
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "בינארי"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "קובץ \"כלול\""
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "סוגיות של קובץ xml"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "טקסט של טופס לזארוס - LFM"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "משאבים של לזארוס - LRS"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "יחידה ראשית"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "טקסט"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "יחידה ווירטואלית"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format, fuzzy, badformat
#| msgid "%sAdding new Dependency for package %s: package %s%s"
@@ -16396,15 +16102,6 @@ msgstr "תלות שבורה"
msgid "Circular dependencies found"
msgstr ""
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "המחיקה נכשלה"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "למחוק את הקובץ הישן של החבילה?"
@@ -16420,19 +16117,10 @@ msgstr "מחק את קובץ החבילה הישן?"
msgid "Dependency without Owner: %s"
msgstr "תלויות ללא בעלים: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "שגיאה בקריאת קובץ"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "שגיאה בקריאת חבילה"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "שגיאה בכתיבת קובץ"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "שגיאה בכתיבת חבילה"
@@ -16523,10 +16211,6 @@ msgstr "החבילה לא מכילה חבילה לזמן עיצוב"
msgid "Package is required"
msgstr "נדרשת חבילה"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "קובץ קוד המקור הראשי של החבילה"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "שם החבילה כבר קיים"
@@ -16598,10 +16282,6 @@ msgstr "האם צריך לשנות את שם הקובץ לאותיות קטנו
msgid "Skip this package"
msgstr "דלג על חבילה זאת"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "קובץ הגדרות לחבילות סטטיות"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format, fuzzy, badformat
#| msgid "The file %s%s%s%sis already in the package %s."
@@ -16633,11 +16313,6 @@ msgstr "שם הקובץ %s%s%s הוא חלק מהםרוייקט. פרוייקט
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "שם הקובץ %s%s%s בשימוש ע\"י חבילה %s%s%s בקובץ %s%s%s."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "החבילה הבאה לא הצליחה להטען:"
@@ -16759,72 +16434,18 @@ msgstr "יש יחידה עם אותן השם כמו חבילה: %s%s1. אחת מ
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "זאת חבילה וירטואלית. אין לה קוד עדיין. ראשית שמור את החבילה."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "לא ניתן ליצור את הספרייה"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create output directory %s%s%s%sfor package %s."
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "לא ניתן ליצור את ספריית הפלט %s%s%s%sעבור החבילה %s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create package source directory %s%s%s%sfor package %s."
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "לא ניתן ליצור את ספריית הקוד %s%s%s%sעבור החבילה %s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format, fuzzy, badformat
#| msgid "Unable to create target directory for Lazarus:%s%s%s%s.%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "לא ניתן ליצור את ספריית היעד עבור לזרוס:%s%s%s%s.%sספרייה זו נחוצה עבור השינויים שנעשו ללזרוס עם החבילות שהותקנו."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to delete file %s%s%s."
-msgid "Unable to delete file \"%s\"."
-msgstr "לא ניתן למחוק את הקובץ %s%s%s."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "לא ניתן למחוק את הקובץ"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to delete old state file %s%s%s%sfor package %s."
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "לא ניתן למחוק את קובץ המצב הישן %s%s%s%sעבור החבילה %s."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "לא מצליח לטעון את החבילה."
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to open the package %s%s%s.%sThis package was marked for installation."
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "לא ניתן לפתוח את החבילה %s%s%s.%sהחבילה סומנה להתקנה."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to read state file %s%s%s%sof package %s.%sError: %s"
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "לא ניתן לקרוא את מצב הקובץ %s%s%s%sשל החבילה %s.%sשגיאה: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format, fuzzy, badformat
#| msgid "Unable to write package %s%s%s%sto file %s%s%s.%sError: %s"
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "לא מצליח לכתוב את החבילה %s%s%s% לקובץ %s%s%s. שגיאה: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to write state file %s%s%s%sof package %s.%sError: %s"
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "לא מצליח לכתוב קובץ מצב %s%s%s% של חבילה %s. שגיאה: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "להסיר את החבילה?"
@@ -16867,94 +16488,6 @@ msgstr "הסר"
msgid "Select a package"
msgstr ""
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-#, fuzzy
-#| msgid "Can not register components without unit"
-msgid "Cannot register components without unit"
-msgstr "לא יכול לרשום את הרכיבים ללא יחידה"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Component Class %s%s%s already defined"
-msgid "Component Class \"%s\" already defined"
-msgstr "מחלקת רכיבים %s%s%s כבר מוגדרת"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format, fuzzy
-#| msgid "%s%sFile Name: %s%s%s"
-msgid "%s%sFile Name: \"%s\""
-msgstr "שם קובץ: %s%s%s"
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "מחלקת רכיבים לא חוקית"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format, fuzzy, badformat
-msgid "Invalid Unitname: %s"
-msgstr "שם יחידה לא חוקי: s%"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "הקובץ של החבילה לא נמצא"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "שגיאה ברישום החבילה"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "פרוצדורת הרישום ריקה"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-#, fuzzy
-#| msgid "RegisterUnit was called, but no package is registering."
-msgid "RegisterUnit was called but no package is registering."
-msgstr "יחידת הרישום נקראה, אבל אף חבילה לא נרשמת."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format, fuzzy, badformat
-#| msgid "The package %s%s%s is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "החבילה %s%s%s מותקנת, אבל לא נמצא קובץ חוקי לחבילה (lpk.). חבילה שבורה מדומה נוצרה. "
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "זאת היא חבילת ברירת המחדל. משמשת רק לרכיבים ללא חבילה. רכיבים אלו לא מעודכנים."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-#, fuzzy
-#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "חבילה זאת מותקנת, אבל קובץ lpk לא נמצא. כל רכיביה נוטרלו. תקן זאת."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format, fuzzy
-#| msgid "%s%sUnit Name: %s%s%s"
-msgid "%s%sUnit Name: \"%s\""
-msgstr "שם יחידה: %s%s%s"
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr ""
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr ""
@@ -17463,16 +16996,6 @@ msgstr "להסיר קובץ S% מהפרוייקט"
msgid "Remove %s items from project?"
msgstr ""
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "לא ניתן לקרוא את קובץ המצב %s של הפרויקט %s%sשגיאה: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format, fuzzy, badformat
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "לא יכול לכתוב את קובץ המצב של הפרוייקט s%s% שגיאה: s%"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "תמיד בנה (גם אם לא היה שינוי)"
@@ -17491,10 +17014,6 @@ msgstr "שגיאה"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "לא ניתן לשנות את רשימת הטפסים הנוצרים אוטומטית בקוד התוכנה.%sאנא תקן קודם את השגיאות."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "סימן תיקיית קוד המקור של הפרויקט"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "שאל על ערך"
@@ -17637,10 +17156,6 @@ msgstr "יציאה"
msgid "&Quit Lazarus"
msgstr "צא מלזרוס"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "שגיאת קריאה"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr ""
@@ -18582,10 +18097,6 @@ msgstr "דלג על טעינת הפרויקט האחרון"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr ""
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr ""
@@ -18684,11 +18195,6 @@ msgstr "מילים"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "המקור והיעד זהים: %s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format, fuzzy, badformat
#| msgid "Source directory %s%s%s does not exist."
@@ -18780,10 +18286,6 @@ msgstr "להפסיק את ניפוי השגיאות?"
msgid "Store path delimiters \\ and / as"
msgstr ""
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "קובץ lpi מוזר"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "שגיאת זרימה"
@@ -18987,12 +18489,6 @@ msgstr "חבילת היישומים נוצרה עבור \"%s\""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "המחלקה %s%s%s היא TControl ואי אפשר להדביק אותה על מחלקה שאינה פקד. לא יכול להדביק."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "The Codetools found an error:%s%s%s"
-msgid "The Codetools found an error:%s%s"
-msgstr "נמצאה שגיאה: %s%s%s ע\"י CodeTools"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -19083,33 +18579,16 @@ msgstr "התיקייה \"%s\" לא מכילה יותר שום יחידות של
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "התיקייה %s%s%s%s אינה דרושה עוד בנתיב היחידה. להסיר אותה?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format, fuzzy, badformat
-#| msgid "The directory %s%s%s is not writable."
-msgid "The directory \"%s\" is not writable."
-msgstr "התיקייה %s%s%s%s אינה מורשה לכתיבה."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format, fuzzy, badformat
#| msgid "The file %s%s%s"
msgid "The file \"%s\""
msgstr " הקובץ %s%s%s"
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format, fuzzy, badformat
-msgid "The file %s does not look like a lpi file."
-msgstr "הקובץ s% לא נראה כמו קובץ lpi."
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "אינדקס הקובץ דרוש לפונקציות כמו \"מצא הצהרה\". בזמן הסריקה אתה יכול לערוך את הקוד ולהדרו, אבל פונקציות כאלו יתנו שגיאות \"יחידה לא נמצאה\". זה יכול לקחת דקה."
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format, fuzzy, badformat
-#| msgid "The file %s%s%s is a symlink.%s%sOpen %s%s%s instead?"
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "הקובץ %s%s%s הוא קישור סימבולי. לפתוח את %s%s%s במקומו?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format, fuzzy
#| msgid "The file %s%s%s is not a Lazarus project.%sCreate a new project for this %s?"
@@ -19138,12 +18617,6 @@ msgstr "הקובץ %s%s%s נראה כתוכנית. לסגור את הפרויי
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "הקובץ %s נראה כקובץ תוכנית של פרוייקט לזארוס קיים."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format, fuzzy
-#| msgid "The file %s%s%s%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%s%sDelete ambiguous file?"
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "הקובץ %s%s%s%s נמצא באחת מתיקיות הקוד של החבילה ונראה כמו יחידה מהודרת. יחידות מהודרות חייבות להיות בתיקיית הפלט של החבילה, אחרת חבילות אחרות ייתקלו בבעיות בשימוש בחבילה זאת. האם למחוק את הקובץ הבעייתי?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format, fuzzy, badformat
#| msgid "The file %s%s%s%swas not found.%sDo you want to locate it yourself ?%s"
@@ -20124,44 +19597,6 @@ msgstr "לא ניתן להמיר מידע טקסטואלי של הקובץ %s%s%
msgid "Unable to convert to encoding \"%s\""
msgstr ""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "לא ניתן להעתיק את הקובץ"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to copy file %s%s%s%sto %s%s%s"
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "לא ניתן להעתיק את הקובץ %s%s%s%sל%s%s%s"
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create directory %s%s%s."
-msgid "Unable to create directory \"%s\"."
-msgstr "לא ניתן ליצור את התיקייה %s%s%s."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "לא ניתן ליצור את הקובץ"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create file %s%s%s"
-msgid "Unable to create file \"%s\""
-msgstr "לא ניתן ליצור את הקובץ %s%s%s"
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create file%s%s%s%s"
-msgid "Unable to create file%s\"%s\""
-msgstr "לא יכול ליצור את הקובץ %s%s%s%s"
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create link %s%s%s with target %s%s%s"
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "לא ניתן ליצור את הקישור %s%s%s עם %s%s%s"
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr ""
@@ -20271,37 +19706,10 @@ msgstr "לא ניתן לפתוח את המתכנן. %s המחלקה %s אינה
msgid "Unable to read %s"
msgstr "לא ניתן לקרוא את הקובץ %s"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "לא ניתן לקרוא את הקובץ"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to read file %s%s%s!"
-msgid "Unable to read file \"%s\"."
-msgstr "לא ניתן לקרוא את הקובץ %s%s%s!"
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to read file %s%s%s%sError: %s"
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "לא ניתן לקרוא את הקובץ %s%s%s%sשגיאה: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to read the project info file%s%s%s%s."
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "לא יכול לקרוא את קובץ מידע הפרוייקט %s%s%s%s."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format, fuzzy, badformat
#| msgid "Unable to remove old backup file %s%s%s!"
@@ -20324,22 +19732,6 @@ msgstr "לא יכול להסיר את כותרת הפרוייקט בקוד. %s%s
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "לא ניתן לשנות את השם של קובץ רב משמעי %s%s%s%sל %s%s%s"
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "לא ניתן לשנות את שם הקובץ"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to rename file %s%s%s to %s%s%s!"
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "לא ניתן לשנות את שם הקובץ %s%s%s ל %s%s%s!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to rename file %s%s%s%sto %s%s%s."
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "לא ניתן לשנות את שם הקובץ %s%s%s%sל %s%s%s."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "לא ניתן לשנות את שם הטופס בקוד המקור."
@@ -20391,48 +19783,6 @@ msgstr "לא ניתן להמיר את הזרם הבינרי של הרכיב %s:T
msgid "Unable to update CreateForm statement in project source"
msgstr "לא ניתן לעדכן את CreateForm בקוד המקור של הפרויקט."
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to write %s%s%s"
-msgid "Unable to write \"%s\""
-msgstr "לא יכול לכתוב %s%s%s"
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "לא יכול לכתוב קובץ"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to write file %s%s%s%sError: %s"
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "לא יכול לכתוב קובץ %s%s%s%s שגיאה: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to write the project info file%s%s%s%s.%sError: %s"
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "לא יכול לכתוב את קובץ מידע הפרוייקט %s%s%s%s. שגיאה: s%"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format, fuzzy, badformat
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "לא יכול לכתוב את קובץ ה session . שגיאה: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "לא יכול לכתוב לקובץ \"%s\" ."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "לא יכול לכתוב זרימת xml ל %s%s שגיאה: %s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr ""
@@ -20463,82 +19813,6 @@ msgstr "הסר את התקנת הבחירה"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-#, fuzzy
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "יחידה"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unit %s%s%s has changed. Save?"
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "יחידה %s%s%s השתנתה. לשמור?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "מזהה היחידה קיים"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "%s unit %s in package %s%s"
-msgid "%s unit %s in package %s"
-msgstr "יחידה s% בחבילה %s%s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "שם היחידה כבר קיים בפרוייקט"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "שם היחידה מתחיל ב ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "שם היחידה מכיל ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "תיקיית הפלט של היחידה"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "נתיב היחידה"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "נתיבי היחידה"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -20581,11 +19855,6 @@ msgstr ""
msgid "Update references?"
msgstr "עדכן מקורות"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr ""
@@ -20885,15 +20154,6 @@ msgstr "תיקיית עבודה לריצה"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "שגיאת כתיבה"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "שגיאת כתיבה: %s%sקובץ: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr ""
@@ -20911,15 +20171,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr ""
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "שגיאת XML"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "שגיאה בקובץ %s בעת קריאת XML%sשגיאה: %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr ""
@@ -21237,120 +20488,14 @@ msgstr ""
msgid "Include version info in executable"
msgstr "כלול מידע גירסה בקובץ הריצה"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "אפריקנית"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "ערבית"
-
-#: lazarusidestrconsts.rslanguageautomatic
-#, fuzzy
-#| msgid "Automatic (or english)"
-msgid "Automatic (or English)"
-msgstr "אוטומטי (או אנגלית)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "קטלנית"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "סינית"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "צ'כית"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "הולנדית"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "אנגלית"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "פינית"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "צרפתית"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "גרמנית"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "עברית"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "אינדונזית"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "איטלקית"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "יפנית"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "לטבית"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "אפשרויות שפה"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "פולנית"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "פורטוגזית"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "פורטוגזית ברזילאית"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "רוסית"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "בחירת שפה:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "סלובקית"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "ספרדית"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "טורקית"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "אוקראינית"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "גירסה ראשית:"
@@ -23402,3 +22547,77 @@ msgstr ""
msgid "Version Info"
msgstr "מידע אודות הגרסה"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format, fuzzy, badformat
+#| msgid "Unit %s%s%s has changed. Save?"
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "יחידה %s%s%s השתנתה. לשמור?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "מזהה היחידה קיים"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format, fuzzy, badformat
+#| msgid "%s unit %s in package %s%s"
+msgid "%s unit %s in package %s"
+msgstr "יחידה s% בחבילה %s%s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "שם היחידה כבר קיים בפרוייקט"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "שם היחידה מתחיל ב ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "שם היחידה מכיל ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "תיקיית הפלט של היחידה"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "נתיב היחידה"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "נתיבי היחידה"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "לא ניתן למחוק את הקובץ"
+
diff --git a/languages/lazaruside.hu.po b/languages/lazaruside.hu.po
index b243d66130..85d89c3913 100644
--- a/languages/lazaruside.hu.po
+++ b/languages/lazaruside.hu.po
@@ -1268,11 +1268,6 @@ msgstr "Fordító üzenetei"
msgid "Compiler messages language file (*.msg)"
msgstr "Fordító üzenetek nyelvi fájlja (*.msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Fordító beállításai"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Tulajdonságok kiegészítése"
@@ -3550,10 +3545,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Projekt"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Projekt beállításai"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5079,11 +5070,6 @@ msgstr "Összes megjelenítése"
msgid "The package %s is read only."
msgstr "A(z) %s csomag csak olvasható"
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "A(z) \"%s\" fájl már létezik.%sLecseréli?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5171,10 +5157,6 @@ msgstr "Megtévesztő fájl: \"%s\"%sEz a fájl összetéveszthető ezzel: \"%s\
msgid "Ambiguous files found"
msgstr "Megtévesztő fájlok találhatók"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "Megtévesztő unit található"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr "Alsó szél horgonyzása a testvér alsó széléhez. A BorderSpacing használható a távolság beállításához. A testvér BorderSpacing tulajdonsága nem számít."
@@ -5748,11 +5730,6 @@ msgstr "Kimenet másolása a vágólapra"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "Az FPC .ppu fájljainak dátuma több mint egy órával eltér.%sEz azt jelentheti, hogy különböző telepítésből származnak.%sFájl1: %s%sFájl2: %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Hiba"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "HIBA:"
@@ -5897,12 +5874,6 @@ msgstr "(szűrő)"
msgid "Follow cursor"
msgstr "beszúrási jel követése"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr "%s itt: %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "Egy gyökér vezérlő"
@@ -7030,10 +7001,6 @@ msgstr "Projekt könyvtár"
msgid "%s project directory"
msgstr "%s projekt könyvtár"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Olvasási hiba"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Kijelölt csomópont:"
@@ -7104,10 +7071,6 @@ msgstr "%s:%saz érték érvénytelen: \"%s\"."
msgid "Variable:"
msgstr "Változó:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Írási hiba"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "@"
@@ -8068,31 +8031,6 @@ msgstr "Make üzenet keresése"
msgid "Skip calling compiler"
msgstr "Kihagyja a fordító hivását"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "Nem adható hozzá \"{$I %s}\" a fő forráskódhoz!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "Nem adható hozzá \"{$R %s}\" a fő forráskódhoz!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "Nem adható hozzá \"%s\" a fő forráskódhoz!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "Nem távolítható el \"{$I %s}\" a főforráskódból!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "Nem távolítható el \"{$R %s}\" a fő forráskódból!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "Figyelmeztetés: A hozzáadott fordító beállítási fájl neve megegyezik az egyik szabványos beállítási fájllal, amelyet a Free Pascal keres. Ez azt okozhatja, hogy CSAK a hozzáadott beállítási fájl lesz elemezve és kimarad a szabványos beállítás."
@@ -8626,10 +8564,6 @@ msgstr "Az összes fájlt töröli?"
msgid "Delete ambiguous file?"
msgstr "Törli a megtévesztő fájlt?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "A fájl törlése sikertelen"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8667,11 +8601,6 @@ msgstr "\"%s\" érték törlése?"
msgid "Delete value %s"
msgstr "%s érték törlése"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "A(z) \"%s\" fájl törlése sikertelen."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "Elválasztás pontosvesszővel."
@@ -8771,10 +8700,6 @@ msgstr "A(z) \"%s\" könyvtár nem található."
msgid "directory %s not found"
msgstr "A(z) %s könyvtár nem található."
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "A könyvtár nem írható"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "A könyvtár, ahová az IDE a .po fájlokat írja"
@@ -9315,10 +9240,6 @@ msgstr "Új név megadása a \"%s\" makró számára"
msgid "Environment variable, name as parameter"
msgstr "Környezeti változó, neve, mint paraméter"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Könyvtár nem található"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Érvénytelen hibakereső fájlnév"
@@ -9420,11 +9341,6 @@ msgstr "Hiba fájl betöltés közben"
msgid "Error loading file \"%s\":"
msgstr "Hiba a(z) \"%s\" fájl betöltése közben:"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "Hiba %s innen történő betöltése közben:%s%s%s%s"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Hiba a komponens mozgatása közben"
@@ -9482,11 +9398,6 @@ msgstr ", Hibák: %s"
msgid "Error saving form"
msgstr "Hiba a form mentésekor"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "Hiba %s ide történő mentése közben:%s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9540,14 +9451,6 @@ msgstr "a(z) \"%s\" állomány egy könyvtár"
msgid "executable \"%s\" lacks the permission to run"
msgstr "a \"%s\" állománynak nincs futási engedélye"
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Utólag végrehajtandó művelet futtatása"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Előzőleg végrehajtandó művelet futtatása"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Futtatás leállítva"
@@ -9637,34 +9540,6 @@ msgstr "Kijelölt exportálása"
msgid "Export >>"
msgstr "Exportálás >>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "Kibővíti a(z) \"%s\" csomag beemelt fájlok keresési útvonalát ezzel:%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr "Kibővíti a projekt beemelt fájlok keresési útvonalát ezzel:%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "Include útvonal kibővítése?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Kibővíti a unit útvonalat?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "Kibővíti a(z) \"%s\" csomag unit keresési útvonalát ezzel:%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "Kibővíti a projekt unit keresési útvonalát ezzel:%s\"%s\"?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Áthelyezés"
@@ -9727,12 +9602,6 @@ msgstr "Fájl"
msgid "File: "
msgstr "Fájl:"
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "A(z) \"%s\"%s fájl nem tűnik szövegfájlnak.%sMindenképpen megnyitja?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Programok fájlkiterjesztése"
@@ -9790,14 +9659,6 @@ msgstr "A fájl egy könyvtár"
msgid "File is not an executable"
msgstr "A fájl nem futtatható"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Fájl nem írható"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "A fájl egy szimbolikus hivatkozás"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9811,12 +9672,6 @@ msgstr "Fájlnév stílusa"
msgid "File not found"
msgstr "A fájl nem található"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "A(z) \"%s\" fájl nem található."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9840,10 +9695,6 @@ msgstr "A(z) \"%s\" fájl nem található.%sLétre szeretné hozni?"
msgid "File not lowercase"
msgstr "A fájl nem kisbetűs"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "A fájl nem szöveges típusú"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10563,11 +10414,6 @@ msgstr "Az IDE újra lesz fordítva és indítva a csomagok telepítése/eltávo
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "Üdvözli a Lazarus!%0:sA megtalált IDE beállításokat korábban egy másik Lazarus telepítés használta.%0:sHa kettő vagy több különálló Lazarus példányt telepített, akkor azok nem osztozhatnak ugyanazon a beállításon. Ez ütközésekhez vezethet és használhatatlanná teheti a Lazarus telepítéseket.%0:s%0:sHa csak egy Lazarus példányt telepített és másolta vagy áthelyezte a Lazarus programot, akkor frissítheti ezen beállításokat.%0:s%1:s%0:s%0:sLehetőségek:%0:s%0:s* Információk frissítése: A beállítások használata és frissítése a Lazarus ezen példányával történő jövőbeni használathoz. A régi telepítés többé nem használja ezt..%0:s* Figyelmen kívül hagyás: Használja ezen beállításokat, de életben tartja a figyelmeztetéseket. Ez ütközésekhez vezethet az másik telepítéssel.%0:s* Megszakítás: Kilépés most. Ezután javíthatja a hibát a Lazarus megfelelő beállításokkal történő indításával.%0:s%0:sTovábbi információk:%0:sEzen beállítások: %2:s%0:sA következő Lazarus telepítéshez tartoznak: %3:s%0:sA jelenlegi IDE innen lett indítva: %4:s%0:s"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "Makefile létrehozása a következő csomaghoz: %s"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "Információk az IDE-ről"
@@ -10680,10 +10526,6 @@ msgstr "Ha különböző Lazarus változatokat akar használni, a második Lazar
msgid "Ignore all"
msgstr "Összes kihagyása"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Kihagyás és folytatás"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14362,15 +14204,6 @@ msgstr "nincs kiválasztva sablon"
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "Nincs megvalósítva"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "Egyelőre nincs megvalósítva: %s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "Nincs telepítve"
@@ -14633,14 +14466,6 @@ msgstr "Projekt megnyitása újra"
msgid "Open Project File"
msgstr "Projektfájl megnyitása"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Szimbolikus hivatkozás megnyitása"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Cél megnyitása"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Fájl megnyitása normál forrásként"
@@ -14747,14 +14572,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%sA projekt vezérlőkészletének felülbírálása. pl. gtk gtk2 qt win32 carbon. alapértelmezett: %s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Felülírja a fájlt?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Lemezen lévő fájl felülírása"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "Az 'Owner'-t már használja a TReader/TWritter. Válasszon másik nevet!"
@@ -14852,16 +14669,6 @@ msgstr "\"%s\" elemző: %s"
msgid "Parsers:"
msgstr "Elemzők:"
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr "a(z) \"%s\" fordítói definíció kétszer fordul elő, eltérő értékekkel"
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr "a fordító -%s kapcsolója kétszer fordul elő, eltérő értékekkel"
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15012,11 +14819,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Makefile készítése"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s, alapértelmezett: %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "Függőség tulajdonságai"
@@ -15029,10 +14831,6 @@ msgstr "Általános beállítások szerkesztése"
msgid "File Properties"
msgstr "Fájl tulajdonságok"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr "(fpmake)"
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Telepítés"
@@ -15298,10 +15096,6 @@ msgstr "Al"
msgid "Object"
msgstr "Objektum"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Csomag beállításai"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Csomag típus"
@@ -15459,26 +15253,6 @@ msgstr "Csomag függőségeinek tisztítása"
msgid "Clear Selection"
msgstr "Kijelölés törlése"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "CompiledSrcPath hozzáadása"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr "Névterek"
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Kimeneti könyvtár"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Csomag forráskönyvtár"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Unit útvonal"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "Függőségek törlése"
@@ -15509,64 +15283,6 @@ msgstr "A(z) \"%s\" fájl%sjelenleg nem szerepel a csomag unit útvonalai közö
msgid "More functions for the package"
msgstr "További műveletek a csomaggal"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Bináris"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Include fájl"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "Issues XML fájl"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - Lazarus form szöveg"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - Lazarus forrás"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Fő-unit"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Szöveg"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Virtuális unit"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Csomag könyvtára. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Csomag include fájlok keresési útvonala. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Csomag neve. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Csomag kimeneti könyvtára. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Csomag forrás keresési útvonala. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Csomag unit keresési útvonala. Paraméter a csomag azonosítója, pl. \"Név\" vagy \"Név 1.0\""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15602,15 +15318,6 @@ msgstr "Megszakadt függőség"
msgid "Circular dependencies found"
msgstr "Körkörös függőség észlelve"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "Csomag fordítása: %s"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Törlés sikertelen"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Törli a régi csomag fájlt?"
@@ -15625,19 +15332,10 @@ msgstr "Törli a(z) \"%s\" régi csomagfájlt?"
msgid "Dependency without Owner: %s"
msgstr "Függőség tulajdonos nélkül: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Hiba a fájl olvasása közben"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Hiba a csomag olvasása közben"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Hiba a fájl írása közben"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Hiba a csomag írása közben"
@@ -15724,10 +15422,6 @@ msgstr "A csomag nem tervezési csomag"
msgid "Package is required"
msgstr "A csomag szükséges"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "csomag fő forrás fájlja"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "A csomagnév már létezik"
@@ -15797,10 +15491,6 @@ msgstr "A fájlnév átnevezhető kisbetűsre a következőképpen:%s\"%s\"?"
msgid "Skip this package"
msgstr "E csomag átugrása"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "statikus csomagok beállítási fájlja"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15827,11 +15517,6 @@ msgstr "A(z) \"%s\" fájl része a jelenlegi projektnek.%sA projektek és a csom
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "A(z) \"%s\" fájlnevet%sa(z) \"%s\" csomag használja%sa(z) \"%s\" fájlban."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "A(z) \"%s\" fájl a %s csomagból nem található."
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "A következő csomag betöltése sikertelen:"
@@ -15937,63 +15622,16 @@ msgstr "Van egy unit ugyanazzal a névvel, mint egy csomag:%s1. \"%s\" innen: %s
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Ez egy virtuális csomag. Még nincs forrása. Először mentse a csomagot!"
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Könyvtár létrehozása nem lehetséges"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "A(z) \"%s\" kimeneti könyvtár létrehozása nem lehetséges%sa(z) %s csomaghoz."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "A(z) \"%s\" forrás könyvtár létrehozása nem lehetséges%sa(z) %s csomaghoz."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Ezen Lazarus célkönyvtár létrehozása nem lehetséges:%s\"%s\".%sEz a könyvtár szükséges az új, megváltozott Lazarus IDE-hez, amely már tartalmazza az egyéni csomagjait."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "A(z) \"%s\" fájl törlése nem lehetséges"
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "A fájl törlése nem lehetséges"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "A(z) \"%s\" régi állapotfájl törlése,%samely a(z) %s csomaghoz tartozik, nem lehetséges."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "Csomag betöltése nem lehetséges"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "A(z) \"%s\" csomag megnyitása nem lehetséges.%sEz a csomag meg lett jelölve telepítésre."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "A(z) \"%s\" állapotfájl,%sami a(z) %s csomaghoz tartozik nem olvasható.%sHiba: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "A(z) \"%s\" csomag írása%sa(z) \"%s\" fájlba nem lehetséges.%sHiba: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "A(z) \"%s\" állapotfájl írása,%sami a(z) %s csomaghoz tartozik, nem lehetséges.%sHiba: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Eltávolítja a csomagot?"
@@ -16035,84 +15673,6 @@ msgstr "eltávolítás"
msgid "Select a package"
msgstr "Válasszon egy csomagot"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "Unit nélküli komponenseket nem lehet regisztrálni"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "A(z) \"%s\" komponens osztály már definiálva van"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sFájlnév: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Érvénytelen komponens osztály"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Érvénytelen unit-név: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%slpk fájl: \"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "A csomagfájl nem található"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "Hiba a csomag regisztrálásakor"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "A \"Register\" eljárás nil"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-msgid "RegisterUnit was called but no package is registering."
-msgstr "A RegisterUnit meg lett hívva, de nem regisztrálódik egy csomag sem."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%sAz lpk fájl nincs meg."
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "A(z) \"%s\" csomag telepítve van, de nem található érvényes csomagfájl (.lpk).%sEgy törött, látszólagos csomag lett létrehozva."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Ez az alapértelmezett csomag. Csak csomag nélküli komponensekhez van használva. E komponensek idejétmúltak."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Ez a csomag telepítve van, de az .lpk fájl nem található. Minden komponense deaktiválva van. Javítsa!"
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sUnit-név: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr "A(z) \"%s\" unit nem található az lpk fájlban.%s Lehet, hogy ez az lpk fájl nem volt használva ezen IDE építéséhez vagy a csomag helytelenül használja a RegisterUnit eljárást."
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "A \"%s\" unit el lett távolítva a csomagból (lpk)"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr "A következő függőségekre nincs szükség, a csomagfüggőségek automatikus átvitele miatt."
@@ -16605,16 +16165,6 @@ msgstr "Eltávolítja a projektből ezt: %s?"
msgid "Remove %s items from project?"
msgstr "%s elem eltávolítása a projektből?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "A(z) %s állapotfájl beolvasása, a(z) %s projektből, nem lehetséges.%sHiba: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Állapotfájl írása a sikertelen a(z) %s projekthez%sHiba: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Építés mindig (még ha nem is történt változás)"
@@ -16633,10 +16183,6 @@ msgstr "Hiba"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Az automatikusan létrehozandó form-ok listájának megváltoztatása nem lehetséges a program forrásában.%sElőször javítsa a hibákat!"
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Projekt forráskönyvtár"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Érték bekérése"
@@ -16763,10 +16309,6 @@ msgstr "Kilépés"
msgid "&Quit Lazarus"
msgstr "Kilépés a Lazarus-ból"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Olvasási hiba"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "Valóban törölhető?"
@@ -17687,10 +17229,6 @@ msgstr "Legutóbbi projekt betöltésének kihagyása"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "Ezen figyelmeztetések átugrása"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "Lassabb, de pontosabb."
@@ -17789,11 +17327,6 @@ msgstr "Kifejezések"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr "A forrás \"%s\"%sés a cél \"%s\"%s ugyanaz a könyvtár. Másik könyvtárak kell választani."
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Forrás és cél megegyezik:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17882,10 +17415,6 @@ msgstr "Leállítja a hibakeresést?"
msgid "Store path delimiters \\ and / as"
msgstr "Az útvonal-elválasztók \\ és / tárolása:"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "Furcsa lpi fájl"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Adatfolyam hiba"
@@ -18085,11 +17614,6 @@ msgstr "Az alkalmazásköteg létre lett hozva ehhez: \"%s\""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "A(z) \"%s\" osztály egy TControl és nem illeszthető egy nem-vezérlő elemre.%sA beillesztés nem lehetséges."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "A CodeTools talált egy hibát:%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18171,30 +17695,15 @@ msgstr "A(z) \"%s\" könyvtár már nem tartalmaz projekt unit-ot. Eltávolítja
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "A(z) \"%s\" könyvtár többé nem szükséges a unit elérési útban.%sEltávolítja?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "A(z) \"%s\" könyvtár nem írható."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "A(z) \"%s\" fájl"
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "A(z) %s fájl nem tűnik lpi fájlnak"
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "A fájlindex szükséges az olyan műveletekhez mint a deklaráció keresése. Átvizsgálás közben szerkesztheti a forrásokat és fordíthat, de az olyan műveletek mint a deklaráció keresése a \"unit nem található\" hibát fogja megjeleníteni. Ez akár egy percig is tarthat."
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "A(z) \"%s\" fájl egy szimbolikus hivatkozás.%sMegnyitja a(z) \"%s\"-t helyette?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18220,11 +17729,6 @@ msgstr "A(z) \"%s\" fájl egy programnak tűnik.%sBezárja a jelenlegi projektet
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "A(z) %s fájl egy létező Lazarus projekt program fájljának tűnik."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "A(z) \"%s\"%sfájl a(z) %s csomag egyik forráskönyvtárában található és egy lefordított unit-nak látszik. A lefordított unit-oknak a csomag kimeneti könyvtárában kell lenniük, különben más csomagoknak problémái lehetnek ennek a csomagnak a használatával.%sTörli a megtévesztő fájlt?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19159,39 +18663,6 @@ msgstr "A fájl szövegadata nem alakítható át bináris adatfolyammá:%s\"%s\
msgid "Unable to convert to encoding \"%s\""
msgstr "Nem lehet átalakítani \"%s\" kódolásra"
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "A fájl másolása nem lehetséges"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "A fájl nem másolható innen: \"%s\"%side: \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "A könyvtár nem hozható létre: \"%s\"."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "A fájl létrehozása nem lehetséges"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "A fájl nem hozható létre: \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "A fájl nem hozható létre:%s\"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "A(z) \"%s\" hivatkozás nem hozható létre erre: \"%s\""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr "Nem hozható létre az új fájl, mert már létezik egy könyvtár ezzel a névvel."
@@ -19294,34 +18765,10 @@ msgstr "A tervező megnyitása nem lehetséges.%sA(z) %s osztály nem olyan szer
msgid "Unable to read %s"
msgstr "A(z) %s olvasása nem lehetséges"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "A fájl olvasása nem lehetséges"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "Nem olvasható a fájl: \"%s\"."
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Nem olvasható a fájl: \"%s\"%sHiba: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "Nem olvasható az lpi"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr "Nem olvasható a folyamat kilépési állapota (ExitStatus)"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "Nem olvasható a projekt infó fájlja:%s\"%s\"."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19342,20 +18789,6 @@ msgstr "Nem lehet eltávolítani a projekt címét a forrásból.%s%s"
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "A megtévesztő fájl nem nevezhető át erről: \"%s\"%serre: \"%s\""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "A fájl átnevezése nem lehetséges"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "A fájl nem nevethető át erről: \"%s\" erre: \"%s\"!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "A fájl nem nevethető át erről: \"%s\"%serre: \"%s\"."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Nem nevezhető át a form a forrásban."
@@ -19407,45 +18840,6 @@ msgstr "A(z) %s:T%s bináris komponens adatfolyamának szövegre alakítása nem
msgid "Unable to update CreateForm statement in project source"
msgstr "A CreateForm állomány frissítése nem lehetséges a projekt forrásban"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "Nem írható: \"%s\""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Nem írható a fájl"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "Nem írható a fájl: \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Nem írható a fájl: \"%s\"%sHiba: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "Nem írható a projekt infó fájlja:%s\"%s\".%sHiba: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "Nem írható a projekt munkamenet fájlja:%s\"%s\".%sHiba: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "Nem írható a fájl: \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "Nem írható az XML folyam ide: %s%sHiba: %s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "Kijelölések megszüntetése"
@@ -19476,79 +18870,6 @@ msgstr "Kijelölés eltávolítása"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Unit"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "A(z) \"%s\" unit megváltozott. Mentés?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "A unit-azonosító létezik"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s unit %s a(z) %s csomagban"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "A unit-név már szerepel a projektben"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Unit-név kezdete ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Unit-név tartalmazza ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "a(z) %s unit nem található"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr "a %s unit nem található az új helyen: \"%s\""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Unit kimeneti könyvtár"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "unit útvonal"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Unit útvonalak"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "a(z) %s unit igényli a(z) %s csomagot"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19591,11 +18912,6 @@ msgstr "Csak betűméret változása esetén frissítse az eljárás többi beg
msgid "Update references?"
msgstr "Frissíti a hivatkozásokat?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "A(z) %s csomag PO fájljainak frissítése nem sikerült"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr "Frissítés"
@@ -19884,15 +19200,6 @@ msgstr "Munkakönyvtár a futtatáshoz"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Írási hiba"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Írási hiba: %s%sFájl: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr "A csomaginformációs fájl írása nem sikerült."
@@ -19910,15 +19217,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "a(z) %s rossz változatot tartalmaz: %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "XML Hiba"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "XML elemző hiba a(z) %s%s fájlban. Hiba: %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "Ez letiltható az egyes form-ok esetén a Csomagszerkesztőben"
@@ -20227,118 +19525,14 @@ msgstr "A változatinformáció tárolva lesz a programban ha a formátuma támo
msgid "Include version info in executable"
msgstr "Változat adatok tárolása a programban"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Dél-afrikai holland"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Arab"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "Automatikus (vagy Angol)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Katalán"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Kínai"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "Cseh"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Holland"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Angol"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Finn"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Francia"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Német"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Héber"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "Magyar"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Indonéz"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Olasz"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Japán"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "Litván"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Nyelvi beállítások"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Lengyel"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "Portugál"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "Brazil portugál"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Orosz"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Nyelv kiválasztása:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "Szlovák"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Spanyol"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "Török"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Ukrán"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "Főváltozat:"
@@ -22264,3 +21458,75 @@ msgstr "Unit-fa beállítása"
msgid "Version Info"
msgstr "Változatinformációk"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "A(z) \"%s\" unit megváltozott. Mentés?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "A unit-azonosító létezik"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s unit %s a(z) %s csomagban"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "A unit-név már szerepel a projektben"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Unit-név kezdete ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Unit-név tartalmazza ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "a(z) %s unit nem található"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr "a %s unit nem található az új helyen: \"%s\""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Unit kimeneti könyvtár"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "unit útvonal"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Unit útvonalak"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "a(z) %s unit igényli a(z) %s csomagot"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "A fájl törlése nem lehetséges"
+
diff --git a/languages/lazaruside.id.po b/languages/lazaruside.id.po
index e7af55bdec..147028b20e 100644
--- a/languages/lazaruside.id.po
+++ b/languages/lazaruside.id.po
@@ -1286,11 +1286,6 @@ msgstr ""
msgid "Compiler messages language file (*.msg)"
msgstr ""
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Opsi Kompilator"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Lengkapi properti"
@@ -3636,10 +3631,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr ""
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Opsi Proyek"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5245,12 +5236,6 @@ msgstr "Tampilkan Semua"
msgid "The package %s is read only."
msgstr "Paket %s hanya baca."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format, fuzzy, badformat
-#| msgid "A file %s%s%s already exists.%sReplace it?"
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "File %s%s%s sudah ada.%sTimpa saja?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5341,12 +5326,6 @@ msgstr "File yang tidak jelas ditemukan: %s%s%s%sFile ini mungkin salah dengan %
msgid "Ambiguous files found"
msgstr "File yang meragukan ditemukan"
-#: lazarusidestrconsts.lisambiguousunitfound
-#, fuzzy
-#| msgid "Ambiguous Unit found"
-msgid "Ambiguous unit found"
-msgstr "Unit Dwimakna ditemukan"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr ""
@@ -5927,11 +5906,6 @@ msgstr ""
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr ""
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Salah"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr ""
@@ -6078,12 +6052,6 @@ msgstr "(Filter)"
msgid "Follow cursor"
msgstr "Mengikuti kursor"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr ""
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr ""
@@ -7235,10 +7203,6 @@ msgstr "Direktori proyek"
msgid "%s project directory"
msgstr "Direktori proyek %s"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Pembacaan salah"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Node Terpilih:"
@@ -7310,10 +7274,6 @@ msgstr ""
msgid "Variable:"
msgstr "Variabel:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Penulisan salah"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "Di"
@@ -8289,31 +8249,6 @@ msgstr "Cari pesan Make"
msgid "Skip calling compiler"
msgstr "Lewati pemanggilan Kompilator"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr ""
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
#, fuzzy
#| msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the FreePascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
@@ -8855,10 +8790,6 @@ msgstr "Hapus semua file ini?"
msgid "Delete ambiguous file?"
msgstr "Hapus file yang tidak jelas?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Penghapusan file gagal"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8897,12 +8828,6 @@ msgstr ""
msgid "Delete value %s"
msgstr ""
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Deleting of file %s%s%s failed."
-msgid "Deleting of file \"%s\" failed."
-msgstr "Penghapusan file %s%s%s gagal."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr ""
@@ -9004,10 +8929,6 @@ msgstr ""
msgid "directory %s not found"
msgstr ""
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr ""
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr ""
@@ -9549,10 +9470,6 @@ msgstr ""
msgid "Environment variable, name as parameter"
msgstr ""
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Direktori tidak ditemukan"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Nama file debugger tidak benar"
@@ -9653,11 +9570,6 @@ msgstr ""
msgid "Error loading file \"%s\":"
msgstr ""
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Kesalahan pemindahan komponen"
@@ -9715,11 +9627,6 @@ msgstr ""
msgid "Error saving form"
msgstr ""
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9771,14 +9678,6 @@ msgstr ""
msgid "executable \"%s\" lacks the permission to run"
msgstr ""
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Mengeksekusi perintah setelah"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Mengeksekusi perintah sebelum"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Eksekusi dihentikan"
@@ -9866,34 +9765,6 @@ msgstr ""
msgid "Export >>"
msgstr ""
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Lebarkan path unit?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr ""
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Ekstrak"
@@ -9960,13 +9831,6 @@ msgstr "File"
msgid "File: "
msgstr ""
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format, fuzzy, badformat
-#| msgid "File %s%s%s%sdoes not look like a text file.%sOpen it anyway?"
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "File %s%s%s%ssepertinya bukan file teks.%sBuka saja?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr ""
@@ -10024,14 +9888,6 @@ msgstr ""
msgid "File is not an executable"
msgstr ""
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "File tidak bisa diulisi"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr ""
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format, fuzzy, badformat
#| msgid "File %s%s%s is virtual."
@@ -10046,13 +9902,6 @@ msgstr ""
msgid "File not found"
msgstr "File tidak ditemukan"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format, fuzzy, badformat
-#| msgid "File %s%s%s not found.%s"
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "File %s%s%s tidak ditemukan.%s"
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -10077,10 +9926,6 @@ msgstr "File %s%s%s tidak ditemukan.%sAnda ingin membuatnya?%s"
msgid "File not lowercase"
msgstr "File tidak dengan huruf kecil"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "File bukan teks"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10793,11 +10638,6 @@ msgstr ""
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr ""
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr ""
@@ -10911,10 +10751,6 @@ msgstr ""
msgid "Ignore all"
msgstr ""
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr ""
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14816,15 +14652,6 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr ""
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr ""
@@ -15095,14 +14922,6 @@ msgstr "Buka lagi proyek"
msgid "Open Project File"
msgstr "Buka File Proyek"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr ""
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr ""
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Buka file sebagai sumber normal"
@@ -15203,14 +15022,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr ""
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Timpa file?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Timpa file pada disk"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr ""
@@ -15310,16 +15121,6 @@ msgstr ""
msgid "Parsers:"
msgstr ""
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr ""
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr ""
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15476,11 +15277,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Buat Makefile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr ""
@@ -15495,10 +15291,6 @@ msgstr "Edit Opsi Umum"
msgid "File Properties"
msgstr "Properti File"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Instalasi"
@@ -15785,10 +15577,6 @@ msgstr "Minor"
msgid "Object"
msgstr "Objek"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Opsi Paket"
-
#: lazarusidestrconsts.lispckoptspackagetype
#, fuzzy
#| msgid "PackageType"
@@ -15951,26 +15739,6 @@ msgstr ""
msgid "Clear Selection"
msgstr ""
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "Tambahan CompiledSrcPath"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Direktori output"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Tanda Direktori Sumber Proyek"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Path Unit"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr ""
@@ -16002,64 +15770,6 @@ msgstr "File %s%s%s%ssaat ini tidak dalam unitpath dari paket.%s%sTambah %s%s%s
msgid "More functions for the package"
msgstr ""
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Biner"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "File Include"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - Teks form Lazarus"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - Lazarus resource"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Teks"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Unit Virtual"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format, fuzzy, badformat
#| msgid "%sAdding new Dependency for package %s: package %s%s"
@@ -16097,15 +15807,6 @@ msgstr "Dependensi Rusak"
msgid "Circular dependencies found"
msgstr ""
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Penghapusan gagal"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Hapus File Paket Lama?"
@@ -16121,19 +15822,10 @@ msgstr "Hapus file paket %s%s%s?"
msgid "Dependency without Owner: %s"
msgstr "Dependensi tapa Pemilik: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Kesalahan pembacaan file"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Kesalahan Pembacaan Paket"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Kesalahan penulisan file"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Kesalahan Penulisan Paket"
@@ -16224,10 +15916,6 @@ msgstr "Paket bukan paket waktu desain"
msgid "Package is required"
msgstr "Paket dibutuhkan"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "file sumber utama paket"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Nama paket sudah ada"
@@ -16299,10 +15987,6 @@ msgstr "Haruskah file diganti nama huruf kecil ke %s%s%s%s?"
msgid "Skip this package"
msgstr "Lewati paket ini"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "file konfigurasi paket statik"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format, fuzzy, badformat
#| msgid "The file %s%s%s%sis already in the package %s."
@@ -16334,11 +16018,6 @@ msgstr "Nama file %s%s%s adalah bagian dari proyek saat ini.%sProyek dan Paket s
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "Nama file %s%s%s digunakan oleh%spaket %s%s%s%sdalam file %s%s%s."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Paket berikut gagal diambil:"
@@ -16460,72 +16139,18 @@ msgstr "Ada unit dengan nama yang sama dengan paket:%s%s1. %s%s%s dari %s%s2. %s
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Ini adalah paket virtual. belum mempunyai sumber. Silahkan simpan paket terlebih dulu."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Tidak bisa membuat direktori"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create output directory %s%s%s%sfor package %s."
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Tidak bisa membuat direktori output %s%s%s%suntuk paket %s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create package source directory %s%s%s%sfor package %s."
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Tidak bisa membuat direktori sumber paket %s%s%s%suntuk paket %s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format, fuzzy, badformat
#| msgid "Unable to create target directory for Lazarus:%s%s%s%s.%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Tidak bisa membuat direktori target untuk lazarus:%s%s%s%s.%sDirektori ini dibutuhkan untuk Lazarus IDE baru yang diubah dengan paket kustom anda."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to delete file %s%s%s."
-msgid "Unable to delete file \"%s\"."
-msgstr "Tidak bisa menghapus file %s%s%s."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Tidak bisa menghapus file"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to delete old state file %s%s%s%sfor package %s."
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Tidak bisa menghapus file kondisi yang lama %s%s%s%suntuk paket %s."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to open the package %s%s%s.%sThis package was marked for installation."
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Tidak bisa membuka paket %s%s%s.%sPaket ini ditandai untuk instalasi."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to read state file %s%s%s%sof package %s.%sError: %s"
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Tidak bisa membaca file kondisi %s%s%s%sdari paket %s.%sKesalahan: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format, fuzzy, badformat
#| msgid "Unable to write package %s%s%s%sto file %s%s%s.%sError: %s"
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "Tidak bisa menulis paket %s%s%s%ske file %s%s%s.%sKesalahan: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to write state file %s%s%s%sof package %s.%sError: %s"
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Tidak bisa menulis file kondisi %s%s%s%sdari paket %s.%sKesalahan: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Batalkan instalasi paket?"
@@ -16568,94 +16193,6 @@ msgstr ""
msgid "Select a package"
msgstr ""
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-#, fuzzy
-#| msgid "Can not register components without unit"
-msgid "Cannot register components without unit"
-msgstr "Tidak bisa mendaftarkan komponen tanpa unit"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Component Class %s%s%s already defined"
-msgid "Component Class \"%s\" already defined"
-msgstr "Kelas Komponen %s%s%s sudah didefinisikan"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format, fuzzy, badformat
-#| msgid "%s%sFile Name: %s%s%s"
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sNama File: %s%s%s"
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Kelas komponen tidak benar"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Nama unit tidak benar: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "File paket tidak ditemukan"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "Register procedure kosong"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-#, fuzzy
-#| msgid "RegisterUnit was called, but no package is registering."
-msgid "RegisterUnit was called but no package is registering."
-msgstr "RegisterUnit dipanggil, tetapi tidak ada paket yang terdaftar."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format, fuzzy, badformat
-#| msgid "The package %s%s%s is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "Paket ini %s%s%s diinstalasi, tetapi tanpa file paket (.lpk) yang ditemukan.%spaket sementara yang rusak dibuat."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Ini adalah paket default. Digunakan hanya untuk komponen tanpa paket. Komponen ini kadaluarsa."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-#, fuzzy
-#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Paket diinstalasi, tetapi file lpk tidak ditemukan. Semua komponennya di-non aktifkan. Silahkan betulkan ini."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format, fuzzy, badformat
-#| msgid "%s%sUnit Name: %s%s%s"
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sNama Unit: %s%s%s"
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr ""
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr ""
@@ -17162,16 +16699,6 @@ msgstr "Hapus file %s dari proyek?"
msgid "Remove %s items from project?"
msgstr ""
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "Tidak bisa membaca file kondisi %s dari proyek %s%sKesalahan: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Tidak bisa menuliskan file kondisi untuk proyek %s%sKesalahanr: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Selalu membangun (meskipun jika tidak ada yang berubah)"
@@ -17190,10 +16717,6 @@ msgstr "Salah"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Tidak bisas mengubah form otomatis dibuat dalam sumber program.%Silahkan betulkan kesalahan terlebih dahulu."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Tanda Direktori Sumber Proyek"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Nilai untuk prompt"
@@ -17328,10 +16851,6 @@ msgstr ""
msgid "&Quit Lazarus"
msgstr "Keluar Lazarus"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Pembacaan Salah"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr ""
@@ -18248,10 +17767,6 @@ msgstr "Lewati pengambilan proyek terakhir"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr ""
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr ""
@@ -18350,11 +17865,6 @@ msgstr "Kata"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Sumber dan Tujuan adalah sama:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format, fuzzy, badformat
#| msgid "Source directory %s%s%s does not exist."
@@ -18445,10 +17955,6 @@ msgstr "Hentikan debugging?"
msgid "Store path delimiters \\ and / as"
msgstr ""
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr ""
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Pengaliran salah"
@@ -18651,11 +18157,6 @@ msgstr ""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "Class %s%s%s adalah TControl dan tidak bisa di-paste ke dalam non kontrol.%sTidak mem-paste."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18741,31 +18242,16 @@ msgstr ""
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "Direktori %s%s%s tidak dibutuhkan lagi dalam path unit.%sHapus?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr ""
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format, fuzzy, badformat
#| msgid "The file %s%s%s"
msgid "The file \"%s\""
msgstr "File %s%s%s"
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr ""
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr ""
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr ""
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18793,11 +18279,6 @@ msgstr "File %s%s%s%ssepertinya sebuah program. Tutup proyek sekarang dan buat p
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "File %s nampaknya file program dari Proyek Lazarus yang sudah ada."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr ""
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format, fuzzy, badformat
#| msgid "The file %s%s%s%swas not found.%sDo you want to locate it yourself ?%s"
@@ -19765,42 +19246,6 @@ msgstr "Tidak bisa mengubah data form teks dari file %s%s%s%s%skedalam aliran bi
msgid "Unable to convert to encoding \"%s\""
msgstr ""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Tidak bisa meng-copy file"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to copy file %s%s%s%sto %s%s%s"
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Tidak bisa meng- copy file %s%s%s%sto %s%s%s"
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create directory %s%s%s."
-msgid "Unable to create directory \"%s\"."
-msgstr "Tidak bisa membuat direktori %s%s%s."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Tidak bisa membuat file"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to create file %s%s%s"
-msgid "Unable to create file \"%s\""
-msgstr "Tidak bisa membuat file %s%s%s"
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr ""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr ""
@@ -19907,36 +19352,10 @@ msgstr "Tidak bisa membuka desainer.%sKelas %s bukan turunan dari kelas bisa did
msgid "Unable to read %s"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Tidak bisa membaca file"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to read file %s%s%s!"
-msgid "Unable to read file \"%s\"."
-msgstr "Tidak bisa membaca file %s%s%s!"
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to read file %s%s%s%sError: %s"
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Tidak bisa membaca file %s%s%s%sKesalahan: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format, fuzzy, badformat
#| msgid "Unable to remove old backup file %s%s%s!"
@@ -19959,22 +19378,6 @@ msgstr ""
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Tidak bisa mengganti nama file dwimakna %s%s%s%ske %s%s%s"
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Tidak bisa mengganti nama file"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to rename file %s%s%s to %s%s%s!"
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "Tidak bisa mengganti nama file %s%s%s to %s%s%s!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to rename file %s%s%s%sto %s%s%s."
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "Tidak bisa mengganti nama file %s%s%s%sto %s%s%s."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Tidak bisa mengganti nama form dalam sumber."
@@ -20026,46 +19429,6 @@ msgstr "Tidak bisa mentransformasi aliran komponen biner %s:T%s ke dalam teks"
msgid "Unable to update CreateForm statement in project source"
msgstr "Tidak bisa memutakhirkan pernyataan CreateForm dalam sumber proyek"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Tidak bisa menuliskan file"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to write file %s%s%s%sError: %s"
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Tidak bisa menulis file %s%s%s%sKesalahan: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr ""
@@ -20096,80 +19459,6 @@ msgstr "Deinstalasi pilihan"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-#, fuzzy
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Unit"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Pengenal unit sudah ada"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Nama unit sudah ada dalam proyek"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Nama unit dimulai dengan ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Nama unit berisi ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Direktori Output Unit"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "path unit"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Path Unit"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -20212,11 +19501,6 @@ msgstr ""
msgid "Update references?"
msgstr ""
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr ""
@@ -20506,15 +19790,6 @@ msgstr "Direktori kerja untuk menjalankan"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Penulisan Salah"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr ""
@@ -20532,15 +19807,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr ""
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr ""
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr ""
@@ -20850,120 +20116,14 @@ msgstr ""
msgid "Include version info in executable"
msgstr ""
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Bahasa Arab"
-
-#: lazarusidestrconsts.rslanguageautomatic
-#, fuzzy
-#| msgid "Automatic (or english)"
-msgid "Automatic (or English)"
-msgstr "Otomatis (atau Inggris)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Catalian"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Cina"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Belanda"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Inggris"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Finlandia"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Perancis"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Jerman"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Hebrew"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Indonesian"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Italia"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Jepang"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "Lithuania"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr ""
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Polandia"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Rusia"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr ""
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "SPanyol"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Ukraina"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr ""
@@ -22973,3 +22133,75 @@ msgstr ""
msgid "Version Info"
msgstr "Info Versi"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Pengenal unit sudah ada"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Nama unit sudah ada dalam proyek"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Nama unit dimulai dengan ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Nama unit berisi ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Direktori Output Unit"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "path unit"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Path Unit"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Tidak bisa menghapus file"
+
diff --git a/languages/lazaruside.it.po b/languages/lazaruside.it.po
index f0e059853e..ed6561175c 100644
--- a/languages/lazaruside.it.po
+++ b/languages/lazaruside.it.po
@@ -1294,11 +1294,6 @@ msgstr "Messaggi del compilatore"
msgid "Compiler messages language file (*.msg)"
msgstr "File della lingua dei messaggi del compilatore (*.msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Opzioni compilatore"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Completa le proprietà"
@@ -3652,10 +3647,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Progetto"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Opzioni progetto"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5199,11 +5190,6 @@ msgstr "Mostra tutto"
msgid "The package %s is read only."
msgstr "Il pacchetto %s è a sola lettura."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Un file \"%s\" esiste gia.%sLo sostituisco?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5291,10 +5277,6 @@ msgstr "Trovato file ambiguo: \"%s\"%sQuesto file può essere confuso con \"%s\"
msgid "Ambiguous files found"
msgstr "Trovati file ambigui"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "Trovata unit ambigua"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr "Ancora il lato inferiore al lato inferiore del figlio. Usare BorderSpacing per fissare la distanza. BorderSpacing del figlio è ignorato."
@@ -5867,11 +5849,6 @@ msgstr "Copia l'output alla clipboard"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "Le date dei file .ppu di FPC differiscono di oltre un'ora.%sÈ possibile che provengano da due diverse installazioni.%sFile1: %s%sFile2: %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Errore"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "ERRORE: "
@@ -6016,12 +5993,6 @@ msgstr "(Filtro)"
msgid "Follow cursor"
msgstr "Segui il cursore"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr "%s in %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "E' un controllo principale"
@@ -7149,10 +7120,6 @@ msgstr "Cartella progetto"
msgid "%s project directory"
msgstr "directory progetto %s"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Errore di lettura"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Seleziona nodo"
@@ -7223,10 +7190,6 @@ msgstr "%s:%sil valore \"%s\" non è valido."
msgid "Variable:"
msgstr "Variabile:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Errore di scrittura"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "Chiocciola"
@@ -8198,31 +8161,6 @@ msgstr "Cerca i messaggi Make"
msgid "Skip calling compiler"
msgstr "Salta la chiamata al compilatore"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "Non posso aggiungere \"{$I %s}\" al sorgente principale!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "Non posso aggiungere \"{$R %s}\" al sorgente principale!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "Non posso aggiungere \"%s\" al sorgente principale!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "Non posso togliere \"{$I %s}\" dal sorgente principale!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "Non posso togliere \"{$R %s}\" dal sorgente principale!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "Attenzione: il file aggiuntivo di configurazione del compilatore ha lo stesso nome di un file di configurazione standard del compilatore Free Pascal. Verrà letto SOLO il file di configurazione aggiuntivo e non quello standard."
@@ -8761,10 +8699,6 @@ msgstr "Cancellare tutti questi files?"
msgid "Delete ambiguous file?"
msgstr "Cancellare file ambiguo?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Cancellazione del file fallita"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8802,11 +8736,6 @@ msgstr "Cancella valore \"%s\""
msgid "Delete value %s"
msgstr "Cancella valore %s"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "Cancellazione del file \"%s\" fallita."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "Delimitatore punto e virgola."
@@ -8908,10 +8837,6 @@ msgstr "Cartella \"%s\" non trovata."
msgid "directory %s not found"
msgstr "cartella %s non trovata"
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "Cartella non scrivibile"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "La cartella dove l'IDE salva i file .po"
@@ -9458,10 +9383,6 @@ msgstr "Introdurre nuovo nome per la Macro \"%s\""
msgid "Environment variable, name as parameter"
msgstr "Variabile ambiente, nome come parametro"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Cartella non trovata"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Nome file del debugger non valido"
@@ -9565,11 +9486,6 @@ msgstr "Errore nel caricamento del file"
msgid "Error loading file \"%s\":"
msgstr "Errore caricando il file \"%s\":"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "Errore nel caricamento di %s da%s%s%s%s"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Errore nello spostamento del componente"
@@ -9627,11 +9543,6 @@ msgstr ", Errori: %s"
msgid "Error saving form"
msgstr ""
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "Errore nel salvataggio di %s in %s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9685,14 +9596,6 @@ msgstr "l'eseguibile \"%s\" è una cartella"
msgid "executable \"%s\" lacks the permission to run"
msgstr "l'eseguibile \"%s\" non ha i permessi di esecuzione"
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Esecuzione comando dopo"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Esecuzione comando prima"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Esecuzione bloccata"
@@ -9782,34 +9685,6 @@ msgstr ""
msgid "Export >>"
msgstr ""
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "Estendere il percorso di ricerca degli include del pacchetto \"%s\" con%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr "Estendereil percorso di ricerca degli include del progetto con%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "Estendere il percorso degli include?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Estendere il percorso delle unit?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "Estendere il percorso di ricerca delle unit del pacchetto \"%s\" con%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "Estendere il percorso di ricerca delle unit del progetto con%s\"%s\"?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Estrai"
@@ -9872,12 +9747,6 @@ msgstr "File"
msgid "File: "
msgstr "File: "
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "Il file \"%s\"%snon sembra un file di testo.%sAprirlo ugualmente?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Estensione dei file di programma"
@@ -9935,14 +9804,6 @@ msgstr "Il file è una cartella"
msgid "File is not an executable"
msgstr "Il file non è un eseguibile"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Il file non è scrivibile"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "Il file è un symlink"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9956,12 +9817,6 @@ msgstr "Stile dei nomi di file"
msgid "File not found"
msgstr "File non trovato"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "File \"%s\" non trovato."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9985,10 +9840,6 @@ msgstr "File \"%s\" non trovato.%sVuoi crearlo?"
msgid "File not lowercase"
msgstr "File non minuscolo"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "File non di testo"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10720,11 +10571,6 @@ msgstr "L'IDE viene ricompilata e fatta ripartire per l'installazione/disinstall
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "Benvenuti in Lazarus.%0:sLa configuration dell'IDE trovata era usata da un'altra installazione di Lazarus.%0:sSe avete due o più installazioni diverse di Lazarus, non dovrebbero condividere la stessa configurazione. Questo può indurre conflitti, e la vostra installazione di Lazarus può divenire inutilizzabile.%0:s%0:sSe avete una sola installazione e avete copiato o spostato l'eseguibile di Lazarus, potete aggiornare questa configurazione.%0:s%1:s%0:s%0:sScegliere:%0:s%0:s* Aggiornare: Usare questa configurazione aggiornandola per usarla con questo Lazarus anche in futuro. La vecchia installazione non l'userà più.%0:s* Ignorare: Usare questa configurazione, ma mantenere l'avviso. Questo può indurre conflitti con l'altra installazione.%0:s* Abortire: Terminare ora. Potete così risolvere il problema avviando questo Lazarus con la giusta configurazione.%0:s%0:sUlteriori informazioni:%0:sQuesta configurazione si trova in: %2:s%0:sAppartiene all'installazione di Lazarus in: %3:s%0:sQuesta IDE è stata avviata da: %4:s%0:s"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "Creazione del Makefile per il pacchetto %s"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "Informazioni sull'IDE"
@@ -10837,10 +10683,6 @@ msgstr "Se volete usare due versioni diverse di Lazarus, dovete avviare la secon
msgid "Ignore all"
msgstr "Ignora tutto"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Ignora e continua"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14618,15 +14460,6 @@ msgstr "nessun modello selezionato"
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "Non implementato"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "Ancora non implementato:%s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "non installato"
@@ -14890,14 +14723,6 @@ msgstr "Apri di nuovo il progetto"
msgid "Open Project File"
msgstr "Apri file progetto"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Apri symlink"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Apri destinazione"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Apri il file come sorgente normale"
@@ -15006,14 +14831,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%signora il set di widget del progetto (es. gtk2 qt win32 ecc.). Predefinito: %s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Sovrascrivere il file?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Sovrascrivi il file su disco"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "'Owner' è già usato da TReader/TWriter. Scegliete un altro nome."
@@ -15111,16 +14928,6 @@ msgstr "parser \"%s\": %s"
msgid "Parsers:"
msgstr ""
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr ""
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr ""
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15273,11 +15080,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Crea il Makefile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s, predefinito: %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "Proprietà delle dipendenze"
@@ -15292,10 +15094,6 @@ msgstr "Modifica opzioni generali"
msgid "File Properties"
msgstr "Proprietà del file"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Installa"
@@ -15561,10 +15359,6 @@ msgstr "Minore"
msgid "Object"
msgstr "Oggetto"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Opzioni pacchetto"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Tipo pacchetto"
@@ -15721,26 +15515,6 @@ msgstr "Ripulire le dipendenze del pacchetto"
msgid "Clear Selection"
msgstr "Pulisci selezione"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "Aggiunta percorso sorgenti compilatore"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Cartella risultati"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Marca cartella sorgenti pacchetto"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Percorso unit"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "Cancellare le dipendenze"
@@ -15771,72 +15545,6 @@ msgstr "Il file \"%s\"%snon è attualmente nel percorso unit del pacchetto.%sAgg
msgid "More functions for the package"
msgstr ""
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Binario"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "File include"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "Problemi con il file XML"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - form di testo Lazarus"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - risorsa Lazarus"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Unit principale"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Testo"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Unit virtuale"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-#, fuzzy
-#| msgid "Package directory. Parameter is package ID"
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Cartella del pacchetto. Il parametro è l'ID del pacchetto"
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-#, fuzzy
-#| msgid "Package include files search path. Parameter is package ID"
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Il pacchetto include i percorsi di ricerca dei file. Il parametro è l'ID del pacchetto"
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-#, fuzzy
-#| msgid "Package source search path. Parameter is package ID"
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Percorso di ricerca dei sorgenti. Il parametro è l'ID del pacchetto"
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-#, fuzzy
-#| msgid "Package unit search path. Parameter is package ID"
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Percorso di ricerca delle unit. Il parametro è l'ID del pacchetto"
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15872,15 +15580,6 @@ msgstr "Dipendenza errata"
msgid "Circular dependencies found"
msgstr "Trovate dipendenze circolari"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Cancellazione non riuscita"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Cancellare il vecchio file pacchetto?"
@@ -15895,19 +15594,10 @@ msgstr "Cancellare il vecchio file pacchetto \"%s\"?"
msgid "Dependency without Owner: %s"
msgstr "Dipendenza senza proprietario: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Errore nella lettura del file"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Errore durante la lettura del pacchetto"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Errore nella scrittura del file"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Errore nella scrittura del pacchetto"
@@ -15994,10 +15684,6 @@ msgstr "Il pacchetto non è un pacchetto di progettazione"
msgid "Package is required"
msgstr "Il pacchetto è necessario"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "file sorgente principale del pacchetto"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Il nome del pacchetto esiste già"
@@ -16065,10 +15751,6 @@ msgstr "Rinomina del pacchetto in minuscolo in\"%s\"%s?"
msgid "Skip this package"
msgstr "Salta questo pacchetto"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "file configurazione pacchetti statici"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -16095,11 +15777,6 @@ msgstr "Il nome file \"%s\" è parte del progetto corrente.%sProgetti e pacchett
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "Il nome del file \"%s\" è in uso dal%spacchetto \"%s\"%snel file \"%s\"."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "Il file \"%s\" del pacchetto %s non è stato trovato:"
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Il seguente pacchetto non è stato caricato: "
@@ -16208,63 +15885,16 @@ msgstr "C'è una unit con lo stesso nome di un pacchetto:%s1. \"%s\" da %s%s2. \
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Questo è un pacchetto virtuale. Non ha ancora sorgente. Salvare prima il pacchetto."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Impossibile creare la cartella"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Impossibile creare la cartella di output \"%s\"%sper il pacchetto %s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Impossibile creare la cartella dei sorgenti del pacchetto \"%s\"%sper il pacchetto %s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Impossibile creare la cartella destinazione per lazarus:%s\"%s\".%sLa cartella è necessaria per il nuovo IDE lazarus ricostruito con i pacchetti personalizzati."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "Impossibile cancellare il file \"%s\"."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Impossibile cancellare il file"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Impossibile cancellare il vecchio file di stato \"%s\"%sper il pacchetto %s."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "Impossibile caricare il pacchetto"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Impossibile aprire il pacchetto \"%s\".%sIl pacchetto è marcato per l'installazione."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Impossibile leggere il file stato \"%s\"%sdel pacchetto %s.%sErrore: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "Impossibile scrivere il pacchetto \"%s\"%snel file \"%s\".%sErrore: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Impossibile scrivere il file stato \"%s\"%sdel pacchetto %s.%sErrore: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Disinstallare pacchetto?"
@@ -16306,89 +15936,6 @@ msgstr "rimuovere"
msgid "Select a package"
msgstr "Selezionare un pacchetto"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "Impossibile registrare componenti senza una unit"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "Classe componenti \"%s\" già definita"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sNome file: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Classe componenti non valida"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Nome unit non valido: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%sfile lpk: \"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "File pacchetto non trovato"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "Errore nella registrazione del pacchetto "
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "La procedura di registrazione è vuota"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-#, fuzzy
-#| msgid "RegisterUnit was called, but no package is registering."
-msgid "RegisterUnit was called but no package is registering."
-msgstr "RegisterUnit è stata chiamata ma nessun pacchetto è in registrazione."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%sFile lpk non trovato."
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format, fuzzy
-#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "Il pacchetto \"%s\" è installato, ma non c'è un file di pacchetto (.lpk) valido. %sE' stato creato un finto pacchetto incompleto. "
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Questo è il pacchetto predefinito. Usato solo per componenti senza un pacchetto. Questi componenti sono obsoleti."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-#, fuzzy
-#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Il pacchetto è installato, ma il suo file lpk non c'è: tutti i suoi componenti sono disattivati. Pregasi risolvere il problema."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sNome unit: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr "La unit \"%s\" non è stata trovata nel file lpk.%sprobabilmente questo file lpk non è stato usato per costruire questa IDE. Oppure il pacchetto usa in modo inappropriato la procedura RegisterUnit"
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "La unit \"%s\" è stata rimossa dal pacchetto (lpk)"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
#, fuzzy
#| msgid "The following dependencies are not needed, because of the automatic transitivity between package dependencies."
@@ -16887,16 +16434,6 @@ msgstr "Rimuovo il file %s dal progetto?"
msgid "Remove %s items from project?"
msgstr "Rimuovi %s voci dal progetto?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "Non posso leggere il file di stato %s del progetto %s%s Errore: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Non posso scrivere lo stato del progetto %s%s Errore: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Costruisci sempre (anche se nulla è cambiato)"
@@ -16915,10 +16452,6 @@ msgstr "Errore"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Impossibile cambiare l'elenco form autogenerate nei sorgenti del programma.%sCorreggere prima gli errori."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Simbolo di cartella dei sorgenti di progetto"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Prompt di richiesta dato"
@@ -17045,10 +16578,6 @@ msgstr "Esci"
msgid "&Quit Lazarus"
msgstr "&Esci da Lazarus"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Errore di lettura"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "Conferma eliminazione?"
@@ -17968,10 +17497,6 @@ msgstr "Non caricare l'ultimo progetto"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr ""
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "Più lento ma più accurato."
@@ -18070,11 +17595,6 @@ msgstr "Parole"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Sorgente e destinazione sono uguali:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -18163,10 +17683,6 @@ msgstr "Fermo il debug?"
msgid "Store path delimiters \\ and / as"
msgstr "Conserva i separatori di percorso \\ e / come"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "File lpi sospetto"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Errore di streaming"
@@ -18367,11 +17883,6 @@ msgstr "Creato Application Bundle per \"%s\""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "La classe \"%s\" è un TControl e può essere incollata solo su un controllo.%sImpossibile incollare."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "I codetools hanno trovato un errore:%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18454,30 +17965,15 @@ msgstr "La cartella \"%s\" non contiene più unit del progetto. Rimuovere questa
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "La cartella \"%s\" non è più usata nel percorso delle unit.%s La rimuovo?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "La cartella \"%s\" non è scrivibile."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "Il file \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "Il file %s non sembra essere un file .lpi."
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "L'indice del file serve per funzioni come 'trova dichiarazione' Durante la ricerca potete modificare e compilare i sorgenti, ma le funzioni come 'trova dichiarazione' mostreranno errori di 'unit non trovata'. Ci vorrà un minuto o due."
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "Il file \"%s\" è un symlink.%sApro \"%s\" al suo posto?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18503,11 +17999,6 @@ msgstr "Il file \"%s\" sembra essere un programma.%sChiudere il progetto corrent
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "Il file %s sembra essere un programma o un progetto di Lazarus già esistente."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "Il file \"%s\"%s è stato trovato nella cartella dei sorgenti del pacchetto %s e sembra una unit compilata. Per cui dovrebbe invece stare nella cartella di output del pacchetto, altrimenti altri pacchetti che usano questo avranno dei problemi.%sCancello il file ambiguo?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19461,39 +18952,6 @@ msgstr "Impossibile convertire dati di form testo del file %s\"%s\"%sin formato
msgid "Unable to convert to encoding \"%s\""
msgstr ""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Impossibile copiare il file"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Impossibile copiare il file \"%s\"%sin \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "Impossibile creare la cartella \"%s\"."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Impossibile creare il file"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "Impossibile creare il file \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "Impossibile creare il file %s\"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "Impossibile creare link \"%s\" con destinazione \"%s\""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
#, fuzzy
#| msgid "Unable to create new file, because there is already a directory with this name."
@@ -19599,34 +19057,10 @@ msgstr "Impossibile aprire il form designer.%sLa classe %s non discende da una c
msgid "Unable to read %s"
msgstr "Impossibile leggere %s"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Impossibile leggere il file."
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "Impossibile leggere il file \"%s\"!"
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Impossibile leggere il file \"%s\"%sErrore: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "Impossibile leggere lpi"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr "impossibile leggere ExitStatus del processo"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "Impossibile leggere il file di informazioni di progetto %s\"%s\"."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19647,20 +19081,6 @@ msgstr "Impossibile rimuovere il titolo del progetto dal sorgente.%s%s"
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Impossibile rinominare il file ambiguo \"%s\"%s in \"%s\""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Impossibile rinominare il file"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "Impossibile rinominare il file \"%s\" in \"%s\"!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "Impossibile rinominare il file \"%s\"%sin \"%s\"."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Impossibile rinominare form nel sorgente."
@@ -19712,45 +19132,6 @@ msgstr "Impossibile trasformare lo stream componente binario di %s:T%s in testo.
msgid "Unable to update CreateForm statement in project source"
msgstr "Impossibile aggiornare il comando CreateForm nel sorgente del progetto"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "Impossibile scrivere \"%s\""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Impossibile scrivere il file"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "Impossibile scrivere il file\"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Impossibile scrivere il file \"%s\"%sErrore: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "Impossibile scrivere il file di informazioni di progetto %s\"%s\".%sErrore: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "Impossibile scrivere il file di sessione di progetto%s\"%s\".%sErrore: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "Impossibile scrivere sul file \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "Impossibile scrivere uno stream xml su %s%sErrore: %s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "Deseleziona tutto"
@@ -19781,79 +19162,6 @@ msgstr "Disinstalla la selezione"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Unit"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "L'Unit \"%s\" è cambiata. Salvare?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Esiste l'identificatore della unit"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s unit %s nel pacchetto %s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Nome unit già nel progetto"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Il nome della Unit inizia con ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Il nome della Unit contiene ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "unit %s non trovata"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr "unit %s non trovata alla nuova posizione \"%s\""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Cartella risultati unit"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "percorso unit"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Path di ricerca delle Unit"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "la unit %s richiede il pacchetto %s"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19896,11 +19204,6 @@ msgstr "Aggiornare le firme dell'altra procedura quando è cambiato solo maiusco
msgid "Update references?"
msgstr "Aggiorno i riferimenti?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "Aggiornamento dei file po fallito per il pacchetto %s"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr "Aggiorna"
@@ -20193,15 +19496,6 @@ msgstr "Cartella di lavoro per l'esecuzione"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Errore di scrittura"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Errore di scrittura: %s%sFile: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr ""
@@ -20219,15 +19513,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "versione non valida in %s: %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "Errore XML"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "Errore del parser XML nel file%s%sErrore: %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "Potete disabilitarlo per le singole form usando l'editor dei pacchetti"
@@ -20540,119 +19825,14 @@ msgstr "L'informazione di versione viene conservata, se il formato dell'eseguibi
msgid "Include version info in executable"
msgstr "Includi informazioni di versione nell'eseguibile"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Arabo"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "Automatico (o inglese)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Catalano"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Cinese"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "Ceco"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Olandese"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Inglese"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Finnico"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Francese"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Tedesco"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Ebraico"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "Ungherese"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Indonesiano"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Italiano"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Giapponese"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "Lituano"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Opzioni della lingua"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Polacco"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgctxt "lazarusidestrconsts.rslanguageportuguese"
-msgid "Portuguese"
-msgstr "Portoghese"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "Portoghese brasiliano"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Russo"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Selezione lingua:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "Slovacco"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Spagnolo"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "Turco"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Ucraino"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "Versione &Maggiore:"
@@ -22601,3 +21781,75 @@ msgstr ""
msgid "Version Info"
msgstr "Informazioni di versione"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "L'Unit \"%s\" è cambiata. Salvare?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Esiste l'identificatore della unit"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s unit %s nel pacchetto %s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Nome unit già nel progetto"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Il nome della Unit inizia con ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Il nome della Unit contiene ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "unit %s non trovata"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr "unit %s non trovata alla nuova posizione \"%s\""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Cartella risultati unit"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "percorso unit"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Path di ricerca delle Unit"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "la unit %s richiede il pacchetto %s"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Impossibile cancellare il file"
+
diff --git a/languages/lazaruside.ja.po b/languages/lazaruside.ja.po
index 332e960a2b..eacb120a35 100644
--- a/languages/lazaruside.ja.po
+++ b/languages/lazaruside.ja.po
@@ -1290,11 +1290,6 @@ msgstr "コンパイラメッセージ"
msgid "Compiler messages language file (*.msg)"
msgstr "コンパイラメッセージの言語ファイル"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "コンパイラオプション"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "プロパティを補完"
@@ -3629,10 +3624,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "プロジェクト"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "プロジェクトオプション"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5186,11 +5177,6 @@ msgstr "すべて表示"
msgid "The package %s is read only."
msgstr "パッケージ %s は読み込み専用です。"
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "ファイル \"%s\" は既に存在します。%s置き換えますか?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5278,10 +5264,6 @@ msgstr "曖昧なファイルが見つかりました。 \"%s\"%sこのファイ
msgid "Ambiguous files found"
msgstr "曖昧なファイルが見つかりました"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "曖昧なユニットがみつかりました"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr "下端を兄弟の下端にアンカー。距離を設定するにはBorderSpacingを使ってください。兄弟のBorderSpacingは無視されます。"
@@ -5856,11 +5838,6 @@ msgstr "出力をクリップボードにコピー"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "FPCの.ppuファイルの日付が1時間以上異なっています。%sこれは異なる二つのインストールから作成されている可能性があることを意味しています。%sFile1: %s%sFile2: %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "エラー"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "エラー"
@@ -6005,12 +5982,6 @@ msgstr "(フィルター)"
msgid "Follow cursor"
msgstr "カーソルを追跡"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr "%s in %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "はルートコントロールです"
@@ -7139,10 +7110,6 @@ msgstr "プロジェクトディレクトリ"
msgid "%s project directory"
msgstr "%s プロジェクトディレクトリ"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "読み込みエラー"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "選択されたノード:"
@@ -7213,10 +7180,6 @@ msgstr "%s:%s 値\"%s\" は無効です。"
msgid "Variable:"
msgstr "変数:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "書き込みエラー"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "アットマーク"
@@ -8178,31 +8141,6 @@ msgstr "Makeメッセージをスキャン"
msgid "Skip calling compiler"
msgstr "コンパイラ呼び出しをスキップ"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "\"{$I %s}\"をメインソースに追加できませんでした!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "\"{$R %s}\"をメインソースに追加できませんでした!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "\"%s\" をメインソースに追加できませんでした!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "\"{$I %s}\" をメインソースから削除できませんでした!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "\"{$R %s}\" をメインソースから削除できませんでした!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "警告:追加コンパイラ設定ファイルの名前が Free Pascal が探している標準コンパイラ設定ファイルの一つと同じです。これでは追加設定のみを読み込み、標準設定を無視することになってしまいます。"
@@ -8739,10 +8677,6 @@ msgstr "これらすべてのファイルを削除しますか?"
msgid "Delete ambiguous file?"
msgstr "曖昧なファイルを削除しますか?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "ファイル削除に失敗"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8780,11 +8714,6 @@ msgstr "\"%s\"の値を削除しますか?"
msgid "Delete value %s"
msgstr "%sの値を削除"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "ファイル \"%s\"の削除に失敗しました。"
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "区切り文字はセミコロン"
@@ -8886,10 +8815,6 @@ msgstr "フォルダ \"%s\" が見つかりません。"
msgid "directory %s not found"
msgstr "ディレクトリ %s が見つかりません"
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "フォルダは書き込み可能ではありません。"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "IDEがpoファイルを置いたディレクトリ"
@@ -9432,10 +9357,6 @@ msgstr "マクロ \"%s\"の新しい名前を入力してください"
msgid "Environment variable, name as parameter"
msgstr "環境変数、引数としての名前"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "ディレクトリが見つかりません"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "無効なデバッガファイル名"
@@ -9537,11 +9458,6 @@ msgstr "ファイル読み込み中にエラー"
msgid "Error loading file \"%s\":"
msgstr "ファイル \"%s\"の読み込み中にエラー:"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "%s%s%s%sからの%sの読み込み中にエラー"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "コンポーネントの移動中にエラー"
@@ -9599,11 +9515,6 @@ msgstr "、エラー: %s"
msgid "Error saving form"
msgstr "フォームを保存する際にエラー"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "%s%s%s%sを%sに保存中にエラー"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9657,14 +9568,6 @@ msgstr "実行ファイル\"%s\"はディレクトリです"
msgid "executable \"%s\" lacks the permission to run"
msgstr "実行ファイル\"%s\"は実行が許可されていません"
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "次の後にコマンドを実行:"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "次の前にコマンドを実行:"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "実行を停止しました"
@@ -9754,34 +9657,6 @@ msgstr "選択対象をエクスポート"
msgid "Export >>"
msgstr "エクスポート >>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "パッケージ\"%s\"のインクルードファイル検索パスを%s\"%s\"に拡張しますか?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr "プロジェクトのインクルードファイル検索パスを%s\"%s\"に拡張しますか?"
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "インクルードファイルを拡張しますか?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "ユニットのパスを拡張しますか?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "パッケージ\"%s\"のユニット検索パスを%s\"%s\"に拡張しますか?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "プロジェクトのユニット検索パスを%s\"%s\"に拡張しますか?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "展開"
@@ -9844,12 +9719,6 @@ msgstr "ファイル"
msgid "File: "
msgstr "ファイル:"
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "ファイル \"%s\"%sはテキストファイルではないようです。%sそれでも開きますか?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "プログラムのファイル拡張子"
@@ -9907,14 +9776,6 @@ msgstr "ファイルはディレクトリです"
msgid "File is not an executable"
msgstr "ファイルは実行可能ではありません"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "ファイルは書き込み不可です"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "ファイルはシンボリックリンクです"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9928,12 +9789,6 @@ msgstr "ファイル名スタイル"
msgid "File not found"
msgstr "ファイルが見つかりません"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "ファイル \"%s\"は見つかりません"
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9957,10 +9812,6 @@ msgstr "ファイル \"%s\"は見つかりません%s作成しますか?"
msgid "File not lowercase"
msgstr "ファイルは小文字ではありません"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "ファイルはテキストでない"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10692,11 +10543,6 @@ msgstr "パッケージのインストール/アンインストールの過程
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "Lazarusへようこそ。%0:s見つかったIDE設定は以前のLazarusのインストールに用いられたものです。%0:sもしあなたが2つかそれ以上の別Lazarusをインストールしている場合、同じ設定を共有すべきではありません。それをすると衝突が起こり、Lazarusが不安定になるかもしれません。%0:s%0:sもし一つだけインストールしていて、Lazarus実行ファイルをコピーあるいは移動したとしたら、この設定にアップグレードできます%0:s%1:s%0:s%0:s以下を選択してください:%0:s%0:s* 情報を更新: この設定を用いて、それを今後Lazarusに用いるためにアップデートします。古いインストールはもはやこれを用いません。%0:s* 無視:この設定を用いるものの、警告を続けます。これはまた他のインストールとの衝突を導くかもしれません。%0:s* 中止:いますぐ退出。正しい設定でこのLazarusを開始することで問題を修復できます。%0:s%0:s補足説明:%0:sこの設定は %2:s%0:s。それは%3:s%0:sのLazarusインストールに属します。現在のIDEは%4:s%0:sから開始されました。"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "パッケージ%sのためのMakefileを作成中"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "IDEに関する情報"
@@ -10809,10 +10655,6 @@ msgstr "Lazarus の異なる 2 つのバージョンを共に使用されたい
msgid "Ignore all"
msgstr "すべて無視"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "無視して継続"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14521,15 +14363,6 @@ msgstr "選択されているテンプレートはありません"
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "実装されていません"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "まだ実装されていません:%s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "インストールされていません"
@@ -14793,14 +14626,6 @@ msgstr "プロジェクトを再オープン"
msgid "Open Project File"
msgstr "プロジェクトファイルを開く"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "シンボリックリンクを開く"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "ターゲットを開く"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "通常のソースとしてファイルを開く"
@@ -14909,14 +14734,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%sプロジェクトウィジェットセットをオーバーライド。例:gtk gtk2 qt win32 carbon。デフォルト:%s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "ファイルを上書きしますか?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "ディスク上のファイルを上書き"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "'Owner'は既にTReaderもしくはTWriterに使用されています。他の名前を選んでください。"
@@ -15014,16 +14831,6 @@ msgstr "パーサ \"%s\": %s"
msgid "Parsers:"
msgstr ""
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr "コンパイラ定義\"%s\"を2回違う値で通過"
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr "コンパイラオプション-%sを2回違う値で通過"
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15174,11 +14981,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Makefileを作成"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s, 既定: %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "依存関係属性"
@@ -15191,10 +14993,6 @@ msgstr "一般的なオプションを編集"
msgid "File Properties"
msgstr "ファイルのプロパティ"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "インストール"
@@ -15460,10 +15258,6 @@ msgstr "マイナー"
msgid "Object"
msgstr "オブジェクト"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "パッケージオプション"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "パッケージタイプ"
@@ -15621,26 +15415,6 @@ msgstr "パッケージ依存関係をクリーンアップ"
msgid "Clear Selection"
msgstr "選択をクリア"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "コンパイルのソースパスを追加"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "出力ディレクトリ"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "パッケージソースディレクトリマーク"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "ユニットパス"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "依存関係を削除"
@@ -15671,64 +15445,6 @@ msgstr "ファイル \"%s\"%sはまだパッケージのユニットパスにあ
msgid "More functions for the package"
msgstr "パッケージにより多くの関数"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "バイナリ"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "インクルードファイル"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "xmlファイルを発行する"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - Lazarusフォームテキスト"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - Lazarusリソース"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "メインユニット"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "テキスト"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "仮想ユニット"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "パッケージディレクトリ。引数はパッケージID"
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "パッケージのインクルードファイルのパス。引数はパッケージID, 例: \"Name\" or \"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "パッケージ名。引数はパッケージID。例:\"Name\" もしくは \"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "パッケージ出力ディレクトリ。引数はパッケージID。例:\"Name\" もしくは \"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "パッケージのソースファイルのパス。引数はパッケージID 例:\"Name\" もしくは \"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "パッケージのユニット検索パス。引数はパッケージID 例:\"Name\" もしくは \"Name 1.0\""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15764,15 +15480,6 @@ msgstr "壊れた依存関係"
msgid "Circular dependencies found"
msgstr "循環参照が見つかりました"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "パッケージ%sをコンパイル"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "削除に失敗"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "古いパッケージファイルを削除しますか?"
@@ -15787,19 +15494,10 @@ msgstr "古いパッケージ\"%s\"を削除しますか?"
msgid "Dependency without Owner: %s"
msgstr "オーナー %s のいない依存関係"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "ファイルの読みとり中にエラー"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "パッケージ読み込み中にエラー"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "ファイルへの書き込み中にエラー"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "パッケージ書き込み中にエラー"
@@ -15886,10 +15584,6 @@ msgstr "パッケージは設計時パッケージではありません"
msgid "Package is required"
msgstr "パッケージが要求されています"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "パッケージメインソースファイル"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "パッケージ名はすでに存在します"
@@ -15962,10 +15656,6 @@ msgstr "ファイルの名前を小文字の\"%s\"%sに変更していいです
msgid "Skip this package"
msgstr "このパッケージをスキップ"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "静的パッケージ設定ファイル"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15992,11 +15682,6 @@ msgstr "ファイル名 \"%s\"は現在のプロジェクトの一部です。%s
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "ファイル名 \"%s\"は、%sパッケージ\"%s\"%sのファイル \"%s\"で用いられています。"
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "ファイル \"%s\" (パッケージ %s )は見つかりませんでした。"
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "次のパッケージの読み込みに失敗しました。"
@@ -16105,63 +15790,16 @@ msgstr "パッケージと同じ名前のユニットがあります: %s1. \"%s\
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "これは仮想パッケージです。まだソースがありません。まずパッケージを保存してください。"
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "ディレクトリを作成できません。"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "パッケージ%sの出力ディレクトリ\"%s\"%sを作成できません。"
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "パッケージ%sのパッケージソースディレクトリ\"%s\"%sを作成できません。"
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Lazarus の対象ディレクトリ %s\"%s\"を作成できません。%sこのディレクトリはあなたのカスタムパッケージで新たに変更された Lazarus IDE に必要です。"
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "ファイル\"%s\"を削除できません。"
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "ファイルを削除できません。"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "パッケージ%sの古い状態ファイル\"%s\"%sを削除できません。"
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "パッケージを読み込めません"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "パッケージ\"%s\"を開けません。%sこのパッケージをインストールするようマークされています。"
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "パッケージ%sの状態ファイル\"%s\"%sを読めません。%sエラー: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "パッケージ \"%s\"%sをファイル \"%s\"に書き込めません。%sエラー: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "パッケージ%sの状態ファイル \"%s\"%sに書き込めません。%sエラー: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "パッケージをアンインストールしますか?"
@@ -16203,89 +15841,6 @@ msgstr "削除"
msgid "Select a package"
msgstr "パッケージを選択してください"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "ユニット無しではコンポーネントを登録できません"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "コンポーネントクラス \"%s\" はすでに定義されています"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sファイル名: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "無効なコンポーネントクラス"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "無効なユニット名: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%slpk ファイル: \"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "パッケージファイルが見つかりません"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "パッケージ登録エラー"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "Register手続きが空です"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-#, fuzzy
-#| msgid "RegisterUnit was called, but no package is registering."
-msgid "RegisterUnit was called but no package is registering."
-msgstr "ユニット登録が呼び出されましたが、どのパッケージも登録中ではありません。"
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%s そのlpkは見つかりませんでした。"
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format, fuzzy
-#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "パッケージ \"%s\"がインストールされましたが、有効なパッケージファイル(.lpk)が見つかりません。%s壊れたダミーパッケージが作成されました。"
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "これはデフォルトのパッケージです。パッケージのないコンポーネントにのみ用いられます。これらのコンポーネントは時代遅れです。"
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-#, fuzzy
-#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "このパッケージはインストールされましたが、lpkファイルが見つかりません。そのすべてのコンポーネントは無効にされています。修復してください。"
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sユニット名: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr "ユニット \"%s\"はlpkファイルに見つかりませんでした。%sおそらくこのlpkファイルはこのIDEを構築した際に用いられていません。あるいはそのパッケージはRegisterUnit手続きを誤使用しています。"
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "ユニット \"%s\"はパッケージ(lpk)から削除されました"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
#, fuzzy
#| msgid "The following dependencies are not needed, because of the automatic transitivity between package dependencies."
@@ -16783,16 +16338,6 @@ msgstr "ファイル %s をプロジェクトから削除してよろしいで
msgid "Remove %s items from project?"
msgstr "プロジェクトから%sの項目を削除しますか?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "プロジェクト%s%sの状態ファイル%sを読めません。エラー: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "プロジェクト%sの状態ファイルに書き込めません。%sエラー: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "常に構築(変更がなくても)"
@@ -16811,10 +16356,6 @@ msgstr "エラー"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "プログラムソースの自動生成フォームリストを変更できません。%sまずエラーを修復してください。"
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "プロジェクトソースディレクトリマーク"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "値を確認"
@@ -16941,10 +16482,6 @@ msgstr "終了"
msgid "&Quit Lazarus"
msgstr "Lazarus を終了(&Q)"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "読み取りエラー"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "本当に削除しますか?"
@@ -17888,10 +17425,6 @@ msgstr "最後のプロジェクトの読み込みをスキップ"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "これらの警告をスキップ"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "遅いがより正確"
@@ -17990,11 +17523,6 @@ msgstr "単語"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "出所(Source)と行き先が同じです:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -18083,10 +17611,6 @@ msgstr "デバッグを停止してよろしいですか?"
msgid "Store path delimiters \\ and / as"
msgstr "パス区切り記号 \\ と / の保存時の変換方法"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "奇妙なlpiファイル"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "ストリーミングエラー"
@@ -18286,11 +17810,6 @@ msgstr "アプリケーションバンドルが\"%s\"について作成されま
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "クラス\"%s\"はTControlで、非コントロールの上には貼り付けることができません。%s貼り付け不能"
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "コードツールがエラーを見つけました:%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18373,30 +17892,15 @@ msgstr "ディレクトリ\"%s\"はプロジェクトユニットをもはや含
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "ディレクトリ\"%s\"はもうユニットパスに必要ではありません。%s削除しますか?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "フォルダ \"%s\" は、書き込み可能ではありません。"
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "ファイル \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "ファイル %s は、 lpiファイルのようには見えません。"
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "そのファイル索引は宣言の検索などの機能に必要です。スキャニング中にソースの編集やコンパイルはできますが、宣言の検索のような機能は「ユニットが見つかりません」エラーを表示するでしょう。これには少々時間がかかります。"
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "ファイル\"%s\"はシンボリックリンクです。%s \"%s\"を代わりに開きますか? "
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18422,11 +17926,6 @@ msgstr "ファイル \"%s\" はプログラムのようです。%s現在のプ
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "ファイル %s は既にある Lazarus プロジェクトのプログラムファイルのようです。"
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "ファイル\"%s\"%sはパッケージのソースディレクトリの一つに見つかりました。%s それはコンパイルされたユニットのようです。コンパイルされたユニットはパッケージの出力ディレクトリになければならず、さもなければ他のパッケージがこのパッケージを利用することで問題が生じかねません。%s曖昧なファイルを削除しますか?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19375,39 +18874,6 @@ msgstr "ファイル%s\"%s\"%sのテキストフォームデータをバイナ
msgid "Unable to convert to encoding \"%s\""
msgstr "エンコーディング\"%s\"に変換できません"
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "ファイルをコピーできません。"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "ファイル\"%s\"%sを\"%s\"にコピーできません。"
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "ディレクトリ\"%s\"を作成できません。"
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "ファイルを作成できません。"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "ファイル\"%s\"を作成できません。"
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "ファイル%s\"%s\"を作成できません。"
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "リンク\"%s\"をターゲット\"%s\"で作成できません。"
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
#, fuzzy
#| msgid "Unable to create new file, because there is already a directory with this name."
@@ -19513,34 +18979,10 @@ msgstr "デザイナを開くことができません。%sクラス%sはTFormや
msgid "Unable to read %s"
msgstr "%sを読めません"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "ファイルを読めません。"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "ファイル\"%s\"を読めません!"
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "ファイル\"%s\"%sを読めません。エラー: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "lpiを読めません"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr "ExitStatusプロセスを読めません。"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "プロジェクト情報ファイル%s\"%s\"を読み込めません。"
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19561,20 +19003,6 @@ msgstr "ソースからプロジェクトタイトルを削除できません。
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "曖昧なファイル名\"%s\"%sを\"%s\"に変更できません。"
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "名称を変更できません。"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "ファイル\"%s\"を\"%s\"に名称変更できません!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "ファイル\"%s\"%sを\"%s\"に名称変更できません。"
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "ソース内のフォーム名を変更できません。"
@@ -19626,45 +19054,6 @@ msgstr "%s:T%sのバイナリコンポーネントストリームをテキスト
msgid "Unable to update CreateForm statement in project source"
msgstr "プロジェクトソースのCreateForm文を更新できません。"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "\"%s\"を書き込めません"
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "ファイルに書き込めません。"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "ファイル\"%s\"に書き込めません"
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "ファイル\"%s\"に書き込めません。%sエラー: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "プロジェクト情報ファイル %s\"%s\"に書き込むことができません 。%sエラー: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "プロジェクトセッションファイル%s\"%s\"に書き込むことができません 。%sエラー: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "ファイル \"%s\" に書き込めません。"
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "xmlストリームを%s%sに書き込めません。エラー:%s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "すべてチェックを外す"
@@ -19695,80 +19084,6 @@ msgstr "選択対象をアンインストール"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-#, fuzzy
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "ユニット"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "ユニット\"%s\"は変更されています。保存しますか?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "ユニットの識別子が存在します"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s unit %s in package %s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "ユニット名がすでにプロジェクトに存在します"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "ユニット名が次から始まります"
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "ユニット名が次を含みます"
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "ユニット%sが見つかりません"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr "ユニット%sが新しい位置に見つかりません\"%s\""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "ユニット出力ディレクトリ"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "ユニットパス"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "ユニットパス"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "ユニット%sはパッケージ%sを必要とします"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19811,11 +19126,6 @@ msgstr "大文字小文字が変更された場合のみ他の手続き署名を
msgid "Update references?"
msgstr "参照を更新しますか?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "パッケージ%sに関するPOファイルの修正に失敗"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr "アップグレード"
@@ -20106,16 +19416,6 @@ msgstr "実行の際の作業ディレクトリ"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "書き込みエラー"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Write error: %s%sFile: \"%s\""
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "書き込みエラー: %s%sファイル: \"%s\""
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr ""
@@ -20133,15 +19433,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "%sに間違ったバージョン: %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "XMLエラー"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "ファイル%s%sでXMLパーサエラー: %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "パッケージエディタを通して個々のフォームでこれを無効化できます。"
@@ -20455,118 +19746,14 @@ msgstr "バージョン情報は実行ファイルがそれをサポートして
msgid "Include version info in executable"
msgstr "実行ファイルにバージョン情報を含める"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "アフリカ語"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "アラビア語"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "自動(もしくは英語)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "カタロニア語"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "中国語"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "チェコ語"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "ドイツ語"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "英語"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "フィンランド語"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "フランス語"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "ドイツ語"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "ヘブライ語"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "ハンガリー語"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "インドネシア語"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "イタリア語"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "日本語"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "リトアニア語"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "言語オプション"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "ポーランド語"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "ポルトガル語"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "ブラジリアンポルトガル語"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "ロシア語"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "言語選択"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "スロバキア語"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "スペイン語"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "トルコ語"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "ウクライナ語"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "メジャーバージョン(&M)"
@@ -22496,3 +21683,75 @@ msgstr ""
msgid "Version Info"
msgstr "バージョン情報"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "ユニット\"%s\"は変更されています。保存しますか?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "ユニットの識別子が存在します"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s unit %s in package %s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "ユニット名がすでにプロジェクトに存在します"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "ユニット名が次から始まります"
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "ユニット名が次を含みます"
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "ユニット%sが見つかりません"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr "ユニット%sが新しい位置に見つかりません\"%s\""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "ユニット出力ディレクトリ"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "ユニットパス"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "ユニットパス"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "ユニット%sはパッケージ%sを必要とします"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "ファイルを削除できません。"
+
diff --git a/languages/lazaruside.lt.po b/languages/lazaruside.lt.po
index dcc9a4d999..f9f524ebdf 100644
--- a/languages/lazaruside.lt.po
+++ b/languages/lazaruside.lt.po
@@ -1295,11 +1295,6 @@ msgstr "Kompiliatoriaus pranešimai"
msgid "Compiler messages language file (*.msg)"
msgstr "Lokalizuotų kompiliatoriaus pranešimų failas (*.msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Kompiliatoriaus parinktys"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Užbaigti savybes"
@@ -3631,10 +3626,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Projektas"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Projekto parinktys"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5188,11 +5179,6 @@ msgstr "Rodyti visus"
msgid "The package %s is read only."
msgstr "Paketas %s tik skaitymui."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Failas „%s“ jau egzistuoja.%sPerrašyti?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5280,10 +5266,6 @@ msgstr "Rastas neaiškus failas: „%s“%sŠis failas gali būti supainiotas su
msgid "Ambiguous files found"
msgstr "Rastas neaiškus failas"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "Rastas neaiškus modulis"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr "Apatinį kraštą pririšti prie kaimyno apatinio krašto. Atstumą lemia kraštinės plotis. Kaimyno kratinės plotis ignoruojamas."
@@ -5861,11 +5843,6 @@ msgstr "Kopijuoti išvestį į iškarpinę"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "„FPC“ failų „.ppu“ datos skiriasi daugiau nei valanda.%sGali būti failai yra iš skirtingų diegimų.%sPirmas failas: %s%sAntras failas: %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Klaida"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "KLAIDA: "
@@ -6010,12 +5987,6 @@ msgstr "(Filtras)"
msgid "Follow cursor"
msgstr "Sekti žymeklį"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr "%s, kuris randasi %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "Tai šakninis valdiklis"
@@ -7143,10 +7114,6 @@ msgstr "Projekto aplankas"
msgid "%s project directory"
msgstr "%s projekto aplankas"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Klaida įkeliant"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Pažymėtas mazgas:"
@@ -7217,10 +7184,6 @@ msgstr "%s:%sklaidinga vertė „%s“."
msgid "Variable:"
msgstr "Kintamasis:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Klaida rašant"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "Simbolis eta"
@@ -8182,31 +8145,6 @@ msgstr "Ieškoti Make pranešimų"
msgid "Skip calling compiler"
msgstr "Nešaukti kompiliatoriaus"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "Nepavyko įdėti „{$I %s}“ į pagrindinį pirminį kodą!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "Nepavyko įdėti „{$R %s}“ į pagrindinį pirminį kodą!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "Nepavyko įdėti „%s“ į pagrindinį pirminį kodą!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "Nepavyko pašalinti „{$I %s}“ iš pagrindinio pirminio kodo!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "Nepavyko pašalinti „{$R %s}“ iš pagrindinio pirminio kodo!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "Perspėjimas: papildomo kompiliatoriaus nustatymų failo pavadinimas yra toks pat, kaip ir Free Pascal standartinio nustatymų failo. Dėl to, praleidžiant standartinį nustatymų failą, bus analizuojamas TIK papildomas nustatymų failas."
@@ -8743,10 +8681,6 @@ msgstr "Pašalinti visus šiuos failus?"
msgid "Delete ambiguous file?"
msgstr "Ištrinti neaiškųjį failą?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Nepavyko ištrinti failą"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8784,11 +8718,6 @@ msgstr "Pašalinti vertę „%s“?"
msgid "Delete value %s"
msgstr "Pašalinti vertę %s"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "Nepavyko ištrinti failą „%s“."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "Skirtukas yra kabliataškis."
@@ -8890,10 +8819,6 @@ msgstr "Nepavyko rasti aplanko „%s“."
msgid "directory %s not found"
msgstr "nepavyko rasti aplanko „%s“"
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "Aplanke draudžiama rašyti"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "Aplankas, kuriame IKA talpins „.po“ failus"
@@ -9436,10 +9361,6 @@ msgstr "Įveskite naują makrokomandos „%s“ pavadinimą"
msgid "Environment variable, name as parameter"
msgstr "Aplinkos kintamasis, pavadinimas – tai jo parametras"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Aplankas nerastas"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Klaidingas derintuvės failas"
@@ -9541,11 +9462,6 @@ msgstr "Klaida įkeliant failą"
msgid "Error loading file \"%s\":"
msgstr "Įkeliant failą „%s“ įvyko klaida:"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "Įvyko klaida %s įkeliant iš %s%s%s%s"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Klaida perkeliant komponentę"
@@ -9603,11 +9519,6 @@ msgstr ", Klaidos: %s"
msgid "Error saving form"
msgstr "Įrašant formą įvyko klaida"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "Įvyko klaida %s rašant į%s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9661,14 +9572,6 @@ msgstr "vykdomasis failas „%s“ yra aplankas"
msgid "executable \"%s\" lacks the permission to run"
msgstr "nėra leidimo paleisti vykdomąjį failą „%s“"
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Startuojama komanda po"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Startuojama komanda prieš"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Veika sustabdyta"
@@ -9758,34 +9661,6 @@ msgstr "Eksportas pažymėtas"
msgid "Export >>"
msgstr "Eksportas >>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "Paketo įterpiamų failų paieškos kelią „%s“ papildyti%s„%s“?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr "Paketo įterpiamų failų paieškos kelią papildyti%s„%s“?"
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "Papildyti įterpiamų paieškos kelią?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Išplėsti modulių kelią?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "Paketo modulių paieškos kelią „%s“ papildyti%s„%s“?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "Paketo modulių paieškos kelią papildyti%s„%s“?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Ištraukti"
@@ -9848,12 +9723,6 @@ msgstr "Failas"
msgid "File: "
msgstr "Failas: "
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "Nepanašu kad failas „%s“%s yra teksto failas.%sVis tiek jį atverti?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Programų failų plėtinys"
@@ -9911,14 +9780,6 @@ msgstr "Failas yra aplankas"
msgid "File is not an executable"
msgstr "Failas nėra vykdomasis"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Failas tik skaitymui"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "Failas yra simbolinė nuoroda"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9932,12 +9793,6 @@ msgstr "Failo pavadinimo stilius"
msgid "File not found"
msgstr "Failas nerastas"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "Failas „%s“ nerastas."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9961,10 +9816,6 @@ msgstr "Failas „%s“ nerastas.%sJį sukurti?"
msgid "File not lowercase"
msgstr "Failo pavadinimas ne mažosiomis raidėmis"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "Ne teksto failas"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10695,11 +10546,6 @@ msgstr "Įdiegiant arba išdiegiant paketus IKA kompiliuotas ir paleistas iš na
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "Jus sveikina „Lazarus“.%0:sRasta IKA konfiguracija buvo naudojama anksčiau įdiegto „Lazarus“.%0:sJei yra įdiegtti „keli „Lazarus“, tai jie netūrėtų dalintis ta pačia konfigūracija. Atraip gali vykti konfliktai, o įdiegti „Lazarus“ gali tapti nestabilųs.%0:s%0:sJei įdiegtas yra tik vienas „Lazarus“, o jo vykdomasis failas buvo perkeltas ar kopijuotas, tai šią konfigūraciją reiktų naujinti.%0:s%1:s%0:s%0:s Pasirinkite:%0:s%0:s* Naujinti informacija: imti šią konfiguraciją ir ją naujinti tolimesniam naudojimui su šiuo „Lazarus“. Senesnis diegimas jo dagiau nebenaudos.%0:s* Ignoruoti: naudoti šią konfiguraciją ir kas kart startavus „Lazarus“ matyti šį dialogą. Tai gali iššaukti konfliktus su kitu įdiegtu „Lazarus“.%0:s* Nutraukti: baigti darbą dabar. Problemą galėsite ištaisyti startuojant „Lazarus“ su tinkama konfigūracija.%0:s%0:sPapildoma informacija:%0:sši konfigūracija laikoma: %2:s%0:sJi priklauso „Lazarus“, kuris įdiegtas: %3:s%0:sDabartinis IKA startavo iš: %4:s%0:s"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "Paketui „%s“ kuriamas „Makefile“"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "Informacija apie IKA"
@@ -10812,10 +10658,6 @@ msgstr "Naudojant dvi „Lazarus“ laidas, antrasis „Lazarus“ turi būti st
msgid "Ignore all"
msgstr "Visada ignoruoti"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Nepaisyti ir tęsti"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14558,15 +14400,6 @@ msgstr "šablonas nepažymėtas"
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "Neįgyvendinta"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "Dar neįgyvendinta:%s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "neįdiegtas"
@@ -14830,14 +14663,6 @@ msgstr "Vėl atverti projektą"
msgid "Open Project File"
msgstr "Atverti projekto failą"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Atverti simbolinę nuorodą"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Atvert paskyrą"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Failą įkelti kaip įprastą pirminį kodą"
@@ -14945,14 +14770,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%sprojekte naudoti kitą valdiklių tipą. Pvz.. gtk gtk2 qt win32 carbon. Numatytasis: %s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Perrašyti failą?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Perrašyti failą diske"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "Klasėje „TReader“/„TWriter“ jau naudojamas „Owner“. Rinkitės kitokį pavadinimą."
@@ -15050,16 +14867,6 @@ msgstr "analizatorius „%s“: %s"
msgid "Parsers:"
msgstr ""
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr "kompiliatoriaus apibrėžtis „%s“ peduodama du kart su skirtingomis vertėmis"
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr "kompiliatoriaus parinktis „-%s“ peduodama du kart su skirtingomis vertėmis"
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15210,11 +15017,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Sukurti Makefile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s, numatyta: %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "Priklausomybių savybės"
@@ -15227,10 +15029,6 @@ msgstr "Keisti pagrindines parinktis"
msgid "File Properties"
msgstr "Failo savybės"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Įdiegti"
@@ -15496,10 +15294,6 @@ msgstr "Mažasis"
msgid "Object"
msgstr "Objektas"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Paketo parinktys"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Paketo tipas"
@@ -15657,26 +15451,6 @@ msgstr "Apvalyti paketo priklausomybes"
msgid "Clear Selection"
msgstr "Nuimti žymėjimą"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "Priedas prie CompiledSrcPath"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr "Vardų erdvės"
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Išvesties aplankas"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Paketo pradinio aplanko žymė"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Kelias iki modulio"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "Šalinti priklausomybes"
@@ -15707,64 +15481,6 @@ msgstr "Failas „%s“%syra ne paketo modulių kelyje.%s„%s“ įtraukti į m
msgid "More functions for the package"
msgstr "Daugiau paketui skirtų funkcijų"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Dvejetainis"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Įtraukiamasis"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "Apribojimų xml failas"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - Lazarus formos kodas"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - Lazarus ištekliai"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Pagrindinis modulis"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Teksto"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Virtualus modulis"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paketo aplankas. Parametras yra paketo ID, pvz.: „Pavadinimas“ arba „Pavadinimas 1.0“"
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Įterpiamų į paketą paieškos kelias. Parametras yra paketo ID, pvz.: „Pavadinimas- ar „Pavadinimas 1.0“"
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paketo pavadinimas. Parametras yra paketo identifikatorius, pvz.: „Pavadinimas“ ar „Pavadinimas 1.0“"
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paketo išvesties aplankas. Parametras yra paketo identifikatorius, pvz.: „Pavadinimas“ arba „Pavadinimas 1.0“"
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paketo pirminio kodo paieškos kelias. Parametras yra paketo ID, pvz.: „Pavadinimas- ar „Pavadinimas 1.0“"
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paketo modulių paieškos kelias. Parametras yra paketo ID, pvz.: „Pavadinimas- ar „Pavadinimas 1.0“"
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15800,15 +15516,6 @@ msgstr "Sugadinta priklausomybė"
msgid "Circular dependencies found"
msgstr "Aptiktas priklausomybių ratas"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "Kompiliuoti paketą „%s“"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Nepavyko ištrinti"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Ištrinti seną paketo failą?"
@@ -15823,19 +15530,10 @@ msgstr "Ištrinti seną paketo failą „%s“?"
msgid "Dependency without Owner: %s"
msgstr "Priklausomybė neturi šeimininko: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Klaida įkeliant failą"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Klaida skaitant paketo failą"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Klaida rašant į failą"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Klaida išsaugant paketą"
@@ -15922,10 +15620,6 @@ msgstr "Paketas nėra skirtas konstravimo režimui"
msgid "Package is required"
msgstr "Paketas reikalingas"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "paketo pagrindinis pirminio kodo failas"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Paketas šiuo pavadinimu jau egzistuoja"
@@ -15998,10 +15692,6 @@ msgstr "Failo pavadinimą rašyti vien mažosiomis raidėmis:%s„%s“?"
msgid "Skip this package"
msgstr "Praleisti šį paketą"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "statinio paketo nustatymų failas"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -16028,11 +15718,6 @@ msgstr "Failo pavadinimas „%s“ yra šio projekto dalis%sProjektai ir paketai
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "Failo pavadinimą „%s“ naudoja%spaketas „%s“%s, esantis faile „%s“."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "Nerastas paketui „%s“ priklausantis failas „%s“."
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Nepavyko įkelti šio paketo:"
@@ -16141,63 +15826,16 @@ msgstr "Rastas modulis tuo pačiu pavadinimu kaip ir paketas:%s1. „%s“ iš
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Tai virtualus paketas. Jis kol kas dar neturi pirminio kodo. Todėl pirma išsaugokite paketą."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Nepavyko sukurti aplanką"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Nepavyko sukurti išvesties aplanką „%s“%s, skirtą paketui %s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Nepavyko sukurti aplanką „%s“%s paketo „%s“ pradiniam kodui."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Nepavyko sukurti „Lazarus“ skirto tikslo aplanko:%s„%s“.%sŠis aplankas reikalingas naujam pakeistam IKA su įdiegtais jūsų paketais."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "Nepavyko ištrinti failą „%s“."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Nepavyko ištrinti failą"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Nepavyko ištrinti senąjį būsenos failą „%s“,%s priklausantį paketui „%s“."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "Įkelti paketą nepavyko"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Nepavyko įkelti paketą „%s“.%sŠis paketas paženklintas diegimui."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Nepavyko įkelti būsenos failą „%s“,%spriklausantį paketui „%s“.%sKlaida: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "Nepavyko paketą „%s“%sįrašyti į failą „%s“.%sKlaida: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Nepavyko rašyti į failą „%s“,%spriklausantį paketui „%s“.%sKlaida: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Išdiegti paketą?"
@@ -16239,89 +15877,6 @@ msgstr "pašalinti"
msgid "Select a package"
msgstr "Parinkite paketą"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "Negalima registruoti komponenčių be modulio"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "Komponentės klasė „%s“ jau paskelbta"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sFailo pavadinimas: „%s“"
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Klaidinga komponentės klasė"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Klaidingas modulio pavadinimas: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%s„.lpk“ failas: „%s“"
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "Nerastas paketo failas"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "Klaida registruojant paketą"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "Procedūra Register yra nil"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-#, fuzzy
-#| msgid "RegisterUnit was called, but no package is registering."
-msgid "RegisterUnit was called but no package is registering."
-msgstr "Paleistas RegisterUnit, tačiau paketas nėra registruojamas."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%sNepavyko rasti „.lpk“ failo."
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format, fuzzy
-#| msgid "The package \"%s\" is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "Paketas „%s“ įdiegtas, tačiau nerastas paketo failas (.lpk).%sTodėl sukurtas sugedęs tuščias paketas."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Tai numatytasis paketas. Naudojamas komponenčių be paketo. Tos komponentės yra pasenusios."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-#, fuzzy
-#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Šis paketas įdiegtas, tačiau nerastas jo lpk failas. Pasyvinami visi jo komponentai. Ištaisykite tai."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sModulio pavadinimas: „%s“"
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr "„.lpk“ faile trūksta modulio „%s“.%sGreičiausiai šis „.lpk“ failas nebuvo naudojamas darant šią IKA. Arba paketas netinkamai naudojo procedūrą „RegisterUnit“."
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "Modulis „%s“ pašalintas iš paketo (.lpk)"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
#, fuzzy
#| msgid "The following dependencies are not needed, because of the automatic transitivity between package dependencies."
@@ -16819,16 +16374,6 @@ msgstr "Pašalinti failą %s iš projekto?"
msgid "Remove %s items from project?"
msgstr "Pašalinti %s elementų iš projekto?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "Nepavyko įkelti būsenos failą %s, priklausantį projektui%s.%sKlaida: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Nepavyko rašyti į projektui %s priklausantį failą.%sKlaida: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Visada daryti (net jei nėra pakeitimų)"
@@ -16847,10 +16392,6 @@ msgstr "Klaida"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Programos pirminiame kode nepavyko pakeisti automatiškai kuriamų formų sąrašo.%sPirma ištaisykite klaidas."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Projekto pradinio aplanko žymė"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Kvietimas įvesti vertę"
@@ -16977,10 +16518,6 @@ msgstr "Baigti darbą"
msgid "&Quit Lazarus"
msgstr "&Baigti Lazarus darbą"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Skaitymo klaida"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "Ar tikrai šalinti?"
@@ -17928,10 +17465,6 @@ msgstr "Neįkelti paskutinio naudoto projekto"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "Praleisti šiuos įspėjimus"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "Lėčiau, tačiau dag tiksliau."
@@ -18030,11 +17563,6 @@ msgstr "Žodžiai"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Šaltinis ir tikslas sutampa:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -18123,10 +17651,6 @@ msgstr "Nutraukti derinimą?"
msgid "Store path delimiters \\ and / as"
msgstr "Kelio skirtukus „\\“ ir „/“ įrašyti kaip"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "Keistas„.lpi“ failas"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Klaida siunčiant srautu"
@@ -18326,11 +17850,6 @@ msgstr "Sukurtas „%s“ programa-ryšulys"
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "Klasė „%s“ yra „TControl“ tipo, todėl jos neis įdėti ne į valdiklį.%sĮdėti nepavyks."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "„CodeTools“ rado klaidą:%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18413,30 +17932,15 @@ msgstr "Aplanke „%s“ daugiau nebėra projekto modulių failų. Ar šį aplan
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "Aplanko įrašas „%s“ nebebūtinas modulių kelyje.%sPašalinti aplanko įrašą?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "Aplanke „%s“ rašyti draudžiama."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "Failas „%s“"
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "Nepanašu kad failas „%s“ būtų „.lpi“ failas."
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "Funkcijos, tokioms kaip „Ieškoti aprašo“, būtina failų rodyklė. Jos sudarymo metu (kas truks iki minutės) pirminį kodą galima keisti arba kompiliuoti, tačiau funkcijos, kurioms rodyklė būtina, gali pranešinėti apie nerastus modulius."
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "Failas „%s“ yra simbolinė nuoroda.%sAr vietoj jo atverti „%s“?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18462,11 +17966,6 @@ msgstr "Panašu kad failas „%s“ yra programa.%sUžverti šį projektą ir ta
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "Panašu kad failas „%s“ yra kažkurio „Lazarus“ projekto programos failas."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "Failas „%s“%s rastas viename paketo „%s“ pirminio kodo aplankų, ir panašu, kad jis yra kompiliuotas modulis. Kompiliuoti moduliai turi būti talpinami į paketo išvesties aplanke, antraip kitiems paketams bus problematiška naudoti šį paketą. %sPašalinti netikusį failą?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19416,39 +18915,6 @@ msgstr "Nepavyko faile %s„%s“%sesantį tekstą konvertuoti į dvejetainį sr
msgid "Unable to convert to encoding \"%s\""
msgstr "Konversija į koduotę „%s“ nepavyko"
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Nepavyko kopijuoti failą"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Nepavyko kopijuoti failą „%s“%sį „%s“"
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "Nepavyko sukurti aplanką „%s“."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Failas nesiduoda sukuriamas"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "Nepavyko sukurti failą „%s“"
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "Nepavyko sukurti failą%s„%s“"
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "Nepavyko sukurti saito „%s“, kurio paskirtis „%s“"
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
#, fuzzy
#| msgid "Unable to create new file, because there is already a directory with this name."
@@ -19554,34 +19020,10 @@ msgstr "Konstruktorių atverti neis.%s Klasė %s nepaveldi vizualinės klasės,
msgid "Unable to read %s"
msgstr "Nepavyksta skaityti %s"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Nepavyko įkelti failą"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "Nepavyko skaityti iš failo „%s“!"
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Nepavyko skaityti iš failo „%s“.%sKlaida: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "Nepavyko skaityti iš „.lpi“ failo"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr "nepavyko skaityti proceso „ExitStatus“"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "Nepavyko skaityti projekto informacinio failo%s„%s“."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19602,20 +19044,6 @@ msgstr "Pirminiame kode nepavyko pašalinti projekto antraštės.%s%s"
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Nepavyko neaiškųjį failą „%s“%spervadinti į „%s“"
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Nepavyko pervadinti failą"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "Nepavyko pervadinti failą „%s“ į „%s“!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "Nepavyko pervadinti failą „%s“%sį „%s“."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Nepavyko pirminiame kode pervadinti formą."
@@ -19667,45 +19095,6 @@ msgstr "Nepavyko dvejetainį komponento %s:T%s srautą transformuoti į tekstą.
msgid "Unable to update CreateForm statement in project source"
msgstr "Nepavyko projekto pirminiame kode atnaujinti sakinį „CreateStatement“"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "Neina rašyti į „%s“"
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Nepavyko rašyti į failą"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "Nepavyko rašyti į failą „%s“."
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Nepavyko rašyti į failą „%s“%sKlaida: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "Nepavyko rašyti į projekto informacinį failą%s„%s“.%sKlaida: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "Nepavyko rašyti į projekto sesijos failą%s„%s“.%sKlaida: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "Nepavyko rašyti į failą „%s“."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "Neina rašyti xml srauto į %s%sKlaida: %s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "Naikinti visų žymėjimą"
@@ -19736,79 +19125,6 @@ msgstr "Išdiegti pažymėtą"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Modulis"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "Modulis „%s“ pakeistas. Įrašyti?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Modulio identifikatorius egzistuoja"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "„%s“ modulis „%s“ pakete „%s“"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Modulio pavadinimas jau paminėtas projekte"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Modulio pavadinimas prasideda…"
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Modulio pavadinime yra…"
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "modulis „%s“ nerastas"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format, fuzzy, badformat
-msgid "unit %s not found at new position \"%s\""
-msgstr "naujoje pozicijoje „%1:s“ modulis „%0:s“ nerastas"
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Modulių išvesties aplankas"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "kelias iki modulio"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Modulių keliai"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "moduliui „%s“ reikia paketo „%s“"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19851,11 +19167,6 @@ msgstr "Pakeitus tik raidžių dydį naujinti kitus procedūros prierašus"
msgid "Update references?"
msgstr "Naujinti rodykles?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "Nepavyko naujinti paketui „%s“ skirtus „PO“ failus"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr "Naujovinti"
@@ -20146,15 +19457,6 @@ msgstr "Darbinis aplankas startuojant"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Rašymo klaida"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Klaida rašant: %s%sFailas: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr ""
@@ -20172,15 +19474,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "„%s“ nurodyta klaidinga laida: %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "XML klaida"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "XML analizatorius klaida, failas: %s%sKlaida: %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "Naudojant paketų rengyklę, šitai galima išjungti individualioms formoms"
@@ -20493,118 +19786,14 @@ msgstr "Versijos informacija bus įrašyta tik jei vykdomojo failo formatas tai
msgid "Include version info in executable"
msgstr "Įrašyti versijos informaciją į vykdomąjį failą"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Afrikiečių"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Arabų"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "Automatiškai (arba Anglų)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Katalanų"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Kiniečių"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "Čekų"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Olandų"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Anglų"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Suomių"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Prancūzų"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Vokiečių"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Žydų"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "Vengrų"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Indoneziečių"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Italų"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Japonų"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "Lietuvių"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Kalbos parinktys"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Lenkų"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "Portugalų"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "Brazilų portugalų"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Rusų"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Kalba:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "Slovakų"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Ispanų"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "Turkų"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Ukrainiečių"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "&Pagrindinė laida:"
@@ -22532,3 +21721,75 @@ msgstr ""
msgid "Version Info"
msgstr "Versijos informacija"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "Modulis „%s“ pakeistas. Įrašyti?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Modulio identifikatorius egzistuoja"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "„%s“ modulis „%s“ pakete „%s“"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Modulio pavadinimas jau paminėtas projekte"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Modulio pavadinimas prasideda…"
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Modulio pavadinime yra…"
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "modulis „%s“ nerastas"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format, fuzzy, badformat
+msgid "unit %s not found at new position \"%s\""
+msgstr "naujoje pozicijoje „%1:s“ modulis „%0:s“ nerastas"
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Modulių išvesties aplankas"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "kelias iki modulio"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Modulių keliai"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "moduliui „%s“ reikia paketo „%s“"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Nepavyko ištrinti failą"
+
diff --git a/languages/lazaruside.nl.po b/languages/lazaruside.nl.po
index 63d1034629..995a63dc45 100644
--- a/languages/lazaruside.nl.po
+++ b/languages/lazaruside.nl.po
@@ -1286,11 +1286,6 @@ msgstr ""
msgid "Compiler messages language file (*.msg)"
msgstr ""
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Compileropties"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Completeer properties"
@@ -3628,10 +3623,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr ""
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Project Opties"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5236,12 +5227,6 @@ msgstr "Toon alles"
msgid "The package %s is read only."
msgstr "Het package %s is niet wijzigbaar"
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format, fuzzy
-#| msgid "A file %s%s%s already exists.%sReplace it?"
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Een bestand \"%s\" bestaat al.%sOverschrijven?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5332,12 +5317,6 @@ msgstr "Dubbelzinnig bestand gevonden: \"%s\"%sDit bestand kan worden verward me
msgid "Ambiguous files found"
msgstr "Dubbelzinnige bestanden gevonden"
-#: lazarusidestrconsts.lisambiguousunitfound
-#, fuzzy
-#| msgid "Ambiguous Unit found"
-msgid "Ambiguous unit found"
-msgstr "Dubbelzinnige unit gevonden"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr ""
@@ -5912,11 +5891,6 @@ msgstr ""
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr ""
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Fout"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr ""
@@ -6063,12 +6037,6 @@ msgstr "(Filter)"
msgid "Follow cursor"
msgstr "Volg cursor"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr ""
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr ""
@@ -7212,10 +7180,6 @@ msgstr "Project directory"
msgid "%s project directory"
msgstr "%s projectdirectory"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Leesfout"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Geselecteerde node:"
@@ -7287,10 +7251,6 @@ msgstr ""
msgid "Variable:"
msgstr "Variabele:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Schrijffout"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "Bij"
@@ -8266,31 +8226,6 @@ msgstr "Zoek naar Make meldingen"
msgid "Skip calling compiler"
msgstr "Sla compiler aanroep over"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr ""
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
#, fuzzy
#| msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the FreePascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
@@ -8832,10 +8767,6 @@ msgstr "Al deze bestanden verwijderen?"
msgid "Delete ambiguous file?"
msgstr "Verwijder dubbelzinnig bestand?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Verwijderen bestand mislukt"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8874,12 +8805,6 @@ msgstr ""
msgid "Delete value %s"
msgstr ""
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format, fuzzy
-#| msgid "Deleting of file %s%s%s failed."
-msgid "Deleting of file \"%s\" failed."
-msgstr "Verwijderen van bestand \"%s\" mislukt."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr ""
@@ -8981,10 +8906,6 @@ msgstr ""
msgid "directory %s not found"
msgstr ""
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr ""
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr ""
@@ -9525,10 +9446,6 @@ msgstr ""
msgid "Environment variable, name as parameter"
msgstr ""
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Folder niet gevonden"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Ongeldige debugger bestandsnaam"
@@ -9629,11 +9546,6 @@ msgstr ""
msgid "Error loading file \"%s\":"
msgstr ""
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Fout bij verplaatsen component"
@@ -9691,11 +9603,6 @@ msgstr ""
msgid "Error saving form"
msgstr ""
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9747,14 +9654,6 @@ msgstr ""
msgid "executable \"%s\" lacks the permission to run"
msgstr ""
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Voer het commando uit Na"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Voer het commando uit Voor"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Uitvoering afgebroken"
@@ -9842,34 +9741,6 @@ msgstr ""
msgid "Export >>"
msgstr ""
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Unit path uitbreiden?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr ""
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Destilleer"
@@ -9936,13 +9807,6 @@ msgstr "Bestand"
msgid "File: "
msgstr ""
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format, fuzzy
-#| msgid "File %s%s%s%sdoes not look like a text file.%sOpen it anyway?"
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "Bestand \"%s\"%slijkt niet op een tekst bestand.%sToch openen?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr ""
@@ -10000,14 +9864,6 @@ msgstr ""
msgid "File is not an executable"
msgstr ""
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Bestand is niet wijzigbaar"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr ""
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format, fuzzy
#| msgid "File %s%s%s is virtual."
@@ -10022,13 +9878,6 @@ msgstr ""
msgid "File not found"
msgstr "Bestand niet gevonden"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format, fuzzy
-#| msgid "File %s%s%s not found.%s"
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "Bestand \"%s\" niet gevonden."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -10053,10 +9902,6 @@ msgstr "Bestand \"%s\" niet gevonden.%sWilt u het bestand maken?"
msgid "File not lowercase"
msgstr "Bestand niet met kleine letters"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "Bestand is geen tekst"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10756,11 +10601,6 @@ msgstr ""
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr ""
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr ""
@@ -10873,10 +10713,6 @@ msgstr ""
msgid "Ignore all"
msgstr ""
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr ""
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14718,15 +14554,6 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr ""
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr ""
@@ -14997,14 +14824,6 @@ msgstr "Project opnieuw openen"
msgid "Open Project File"
msgstr "Open Project bestand"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr ""
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr ""
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Open het bestand als normale broncode"
@@ -15105,14 +14924,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr ""
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Bestand overschrijven?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Bestand op disk overschrijven"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr ""
@@ -15212,16 +15023,6 @@ msgstr ""
msgid "Parsers:"
msgstr ""
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr ""
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr ""
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15378,11 +15179,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Maak MakeFile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr ""
@@ -15397,10 +15193,6 @@ msgstr "Bewerk algemene opies"
msgid "File Properties"
msgstr "Bestand eigenschappen"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Installeren"
@@ -15687,10 +15479,6 @@ msgstr "Minor"
msgid "Object"
msgstr "Object"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Pakketopties"
-
#: lazarusidestrconsts.lispckoptspackagetype
#, fuzzy
#| msgid "PackageType"
@@ -15853,26 +15641,6 @@ msgstr ""
msgid "Clear Selection"
msgstr ""
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "CompiledSrcPath toevoeging"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Uitvoer directory"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Pakketbronbestanden directory markering"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Unitpad"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr ""
@@ -15904,64 +15672,6 @@ msgstr "Het bestand \"%s\"%sstaat niet in het unitpad van het package.%s\"%s\" t
msgid "More functions for the package"
msgstr ""
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Binair"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Include bestand"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - Lazarus form beschrijving"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - Lazarus resource"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Tekst"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Virtuele Unit"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format, fuzzy
#| msgid "%sAdding new Dependency for package %s: package %s%s"
@@ -15999,15 +15709,6 @@ msgstr "Gebroken Dependency"
msgid "Circular dependencies found"
msgstr ""
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Verwijderen mislukt"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Verwijder het oude pakket-bestand?"
@@ -16023,19 +15724,10 @@ msgstr "Verwijder oud pakket bestand \"%s\"?"
msgid "Dependency without Owner: %s"
msgstr "Afhankelijkheid zonder eigenaar: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Fout bij lezen bestand"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Fout bij Lezen Pakket"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Fout bij schrijven bestand"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Fout bij schrijven Pakket"
@@ -16126,10 +15818,6 @@ msgstr "Pakket is geen design-time pakket"
msgid "Package is required"
msgstr "Pakket is benodigd"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "package hoofd broncode"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Pakketnaam bestaat al"
@@ -16201,10 +15889,6 @@ msgstr "Moet het bestand met kleine letters hernoemd worden naar%s\"%s\"?"
msgid "Skip this package"
msgstr ""
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr " configuratiebestand statische packages"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format, fuzzy
#| msgid "The file %s%s%s%sis already in the package %s."
@@ -16236,11 +15920,6 @@ msgstr "De bestandsnaam \"%s\" is onderdeel van het huidige project.%sProjecten
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "De bestandsnaam \"%s\" wordt gebruikt door%shet package \"%s\"%sin bestand \"%s\"."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Het volgende pakket is niet geladen:"
@@ -16362,72 +16041,18 @@ msgstr "Er is een unit met dezelfde naam als een package:%s1. \"%s\" uit %s%s2.
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Dit is een viruteel pakket. Er is nog geen broncode. Sla het pakket eerst op."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Kan de directory niet maken"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format, fuzzy
-#| msgid "Unable to create output directory %s%s%s%sfor package %s."
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Kan de uitvoerdirectory \"%s\"%svoor package %s niet maken."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format, fuzzy
-#| msgid "Unable to create package source directory %s%s%s%sfor package %s."
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Kan geen package broncode directory \"%s\"%svoor package %s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format, fuzzy
#| msgid "Unable to create target directory for Lazarus:%s%s%s%s.%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Kan doel directorie for lazarus:%s\"%s\" niet maken.%sDeze directorie is nodig voor de nieuwe lazarus IDE met je packages."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format, fuzzy
-#| msgid "Unable to delete file %s%s%s."
-msgid "Unable to delete file \"%s\"."
-msgstr "Kan het bestand \"%s\" niet verwijderen."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Kan het bestand niet verwijderen"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format, fuzzy
-#| msgid "Unable to delete old state file %s%s%s%sfor package %s."
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Kan het oude status bestand \"%s\"%svoor package %s niet verwijderen."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format, fuzzy
-#| msgid "Unable to open the package %s%s%s.%sThis package was marked for installation."
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Kan het package \"%s\" niet openen.%sDit package moet geinstalleerd worden."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format, fuzzy
-#| msgid "Unable to read state file %s%s%s%sof package %s.%sError: %s"
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Kan het status bestand \"%s\"%svan package %s niet vinden.%sFout: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format, fuzzy
#| msgid "Unable to write package %s%s%s%sto file %s%s%s.%sError: %s"
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "Kan het package \"%s\"%sniet schrijven in bestand \"%s\".%sFout: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format, fuzzy
-#| msgid "Unable to write state file %s%s%s%sof package %s.%sError: %s"
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Kan het status bestand \"%s\"%s van package %s niet schrijven.%sFout: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Package de-installeren"
@@ -16470,94 +16095,6 @@ msgstr ""
msgid "Select a package"
msgstr ""
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-#, fuzzy
-#| msgid "Can not register components without unit"
-msgid "Cannot register components without unit"
-msgstr "Kan componenten zonder unit niet registreren"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format, fuzzy
-#| msgid "Component Class %s%s%s already defined"
-msgid "Component Class \"%s\" already defined"
-msgstr "Componentklasse \"%s\" reeds gedefinieerd"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format, fuzzy
-#| msgid "%s%sFile Name: %s%s%s"
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sbestandsnaam: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Ongeldige component Class"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Ongeldige unit naam: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "Pakketbestand niet gevonden"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "Register proceure is nill"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-#, fuzzy
-#| msgid "RegisterUnit was called, but no package is registering."
-msgid "RegisterUnit was called but no package is registering."
-msgstr "RegisterUnit is aangeroepen, maar er is geen pakket geregistreerd"
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format, fuzzy
-#| msgid "The package %s%s%s is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "Het package \"%s\" is geinstalleerd, maar er is geen geldig .lpk bestand gevonden.%sEen dummy package is aangemaakt."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Dit is het standaard pakket. Het wordt alleen gebruikt voor componenten zonder package. Deze zijn verouderd."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-#, fuzzy
-#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Het pakket is geinstalleerd, maar het lpk-bestand niet gevonden. Alle componenten hieruit zijn gedeactiveed. Herstel dit alstublieft."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format, fuzzy
-#| msgid "%s%sUnit Name: %s%s%s"
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sUnitnaam: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr ""
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr ""
@@ -17063,16 +16600,6 @@ msgstr "Verwijder bestand %s van het project?"
msgid "Remove %s items from project?"
msgstr ""
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "Kan het status bestand %s van project %s%s niet lezen. Fout: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Kan het status bestand van project %s%s niet schrijven. Four %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Altijd bouwen (ook als er niks is gewijzigd)"
@@ -17091,10 +16618,6 @@ msgstr "Fout"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Kan de \"Auto createlijst\" niet wijzigen in de broncode.%sLos eerst de fouten op."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Project broncode directory merk"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Vraag om een waarde"
@@ -17227,10 +16750,6 @@ msgstr ""
msgid "&Quit Lazarus"
msgstr "Verlaat Lazarus"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Leesfout"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr ""
@@ -18147,10 +17666,6 @@ msgstr "Sla het laden van het laatste project over"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr ""
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr ""
@@ -18249,11 +17764,6 @@ msgstr "Woorden"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Bron en doel zijn het zelfde:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format, fuzzy
#| msgid "Source directory %s%s%s does not exist."
@@ -18344,10 +17854,6 @@ msgstr "Stoppen met debuggen?"
msgid "Store path delimiters \\ and / as"
msgstr ""
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr ""
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Fout in streaming"
@@ -18550,11 +18056,6 @@ msgstr ""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "De klasse \"%s\" is een TControl en kan niet op een niet control geplaatst worden.%sPlakken mislukt."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18640,31 +18141,16 @@ msgstr ""
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "De directory \"%s\" is overbodig in het unit pad.%sDirectory verwijderen?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr ""
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format, fuzzy
#| msgid "The file %s%s%s"
msgid "The file \"%s\""
msgstr "Het bestand \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr ""
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr ""
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr ""
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18692,11 +18178,6 @@ msgstr "het bestand \"%s\" lijkt een programma te zijn. %sHet huidige project sl
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "Het bestand %s lijkt het programma bestand te zijn van een bestaand Lazarus project."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr ""
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format, fuzzy
#| msgid "The file %s%s%s%swas not found.%sDo you want to locate it yourself ?%s"
@@ -19663,42 +19144,6 @@ msgstr "Kan de tekst form data van bestand %s\"%s\"%sniet wijzigen in een binair
msgid "Unable to convert to encoding \"%s\""
msgstr ""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Kan het bestand niet kopiëren"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format, fuzzy
-#| msgid "Unable to copy file %s%s%s%sto %s%s%s"
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Kan het bestand \"%s\"%s niet kopiëren naar \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format, fuzzy
-#| msgid "Unable to create directory %s%s%s."
-msgid "Unable to create directory \"%s\"."
-msgstr "Kan de directory \"%s\" niet maken."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Kan het bestand niet maken"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format, fuzzy
-#| msgid "Unable to create file %s%s%s"
-msgid "Unable to create file \"%s\""
-msgstr "Kan het bestand \"%s\" niet maken"
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr ""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr ""
@@ -19804,36 +19249,10 @@ msgstr ""
msgid "Unable to read %s"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Kan het bestand niet lezen"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format, fuzzy
-#| msgid "Unable to read file %s%s%s!"
-msgid "Unable to read file \"%s\"."
-msgstr "Kan het bestand \"%s\" niet lezen"
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format, fuzzy
-#| msgid "Unable to read file %s%s%s%sError: %s"
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Kan het bestand \"%s\" niet lezen%sFout: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format, fuzzy
#| msgid "Unable to remove old backup file %s%s%s!"
@@ -19856,22 +19275,6 @@ msgstr ""
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Kan het dubbele bestand \"%s\"%sniet hernoemen in \"%s\""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Kan het bestand niet hernoemen"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format, fuzzy
-#| msgid "Unable to rename file %s%s%s to %s%s%s!"
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "Kan het bestand \"%s\" niet hernoemen naar \"%s\"!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format, fuzzy
-#| msgid "Unable to rename file %s%s%s%sto %s%s%s."
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "Kan het bestand \"%s\"%sniet hernoemen in \"%s\"."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Kan het form niet in de broncode hernoemen."
@@ -19923,46 +19326,6 @@ msgstr "Kan de binaire stream met componenten van %s:T%s niet omzetten in tekst.
msgid "Unable to update CreateForm statement in project source"
msgstr "Kan het CreateForm statement niet wijzigen in de project broncode"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Kan het bestand niet schrijven"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format, fuzzy
-#| msgid "Unable to write file %s%s%s%sError: %s"
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Kan het bestand \"%s\" niet schrijven%sFout: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr ""
@@ -19993,80 +19356,6 @@ msgstr "De-installeer Selectie"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-#, fuzzy
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Unit"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Unit identifier bestaat al"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Unitname existiert bereits im Projekt"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Unit naam begint met ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Unit naam bevat ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Unit uitvoer directorie"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "Unitpad"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Unit paden"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -20109,11 +19398,6 @@ msgstr ""
msgid "Update references?"
msgstr ""
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr ""
@@ -20403,15 +19687,6 @@ msgstr ""
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Schrijffout"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr ""
@@ -20429,15 +19704,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr ""
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr ""
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr ""
@@ -20747,120 +20013,14 @@ msgstr ""
msgid "Include version info in executable"
msgstr ""
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Arabisch"
-
-#: lazarusidestrconsts.rslanguageautomatic
-#, fuzzy
-#| msgid "Automatic (or english)"
-msgid "Automatic (or English)"
-msgstr "Automatisch (of Engels)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Catalaans"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Chinees"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Nederlands"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Engels"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Fins"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Frans"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Duits"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Hebreeuws"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Indonesisch"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Itiliaans"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Japans"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr ""
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr ""
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Pools"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Russisch"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr ""
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Spaans"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Oekraiens"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr ""
@@ -22859,3 +22019,75 @@ msgstr ""
msgid "Version Info"
msgstr "Versie informatie"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Unit identifier bestaat al"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Unitname existiert bereits im Projekt"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Unit naam begint met ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Unit naam bevat ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Unit uitvoer directorie"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "Unitpad"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Unit paden"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Kan het bestand niet verwijderen"
+
diff --git a/languages/lazaruside.pl.po b/languages/lazaruside.pl.po
index e90ebcc9f6..0760943762 100644
--- a/languages/lazaruside.pl.po
+++ b/languages/lazaruside.pl.po
@@ -1293,11 +1293,6 @@ msgstr "Komunikaty kompilatora"
msgid "Compiler messages language file (*.msg)"
msgstr "Plik tłumaczeń komunikatów kompilatora (*.msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Opcje kompilatora"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Uzupełniaj właściwości"
@@ -3650,10 +3645,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Projekt"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Opcje projektu"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5191,11 +5182,6 @@ msgstr "Pokaż wszystko"
msgid "The package %s is read only."
msgstr "Pakiet %s jest dostępny tylko do odczytu."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Plik \"%s\" już istnieje.%sCzy chcesz go zastąpić?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format, fuzzy
msgid "A filter with the name \"%s\" already exists."
@@ -5284,10 +5270,6 @@ msgstr "Znaleziono dwuznaczną nazwę pliku: \"%s\"%sTen plik może być pomylon
msgid "Ambiguous files found"
msgstr "Znaleziono dwuznaczny plik"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "Znaleziono dwuznaczny moduł"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr ""
@@ -5859,11 +5841,6 @@ msgstr "Kopiuj wszystkie komunikaty do schowka"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr ""
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Błąd"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "BŁĄD: "
@@ -6009,12 +5986,6 @@ msgstr "(filtr)"
msgid "Follow cursor"
msgstr "Podążaj za kursorem"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr "%s w %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
#, fuzzy
msgid "Is a root control"
@@ -7150,10 +7121,6 @@ msgstr "Katalog projektu"
msgid "%s project directory"
msgstr "katalog projektu %s"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Błąd odczytu"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Wybrany element:"
@@ -7221,10 +7188,6 @@ msgstr "niedozwolony znak \"%s\" w %s"
msgid "Variable:"
msgstr "Zmienna:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Błąd zapisu"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "Na"
@@ -8191,31 +8154,6 @@ msgstr "Przeszukuj komunikaty z Make"
msgid "Skip calling compiler"
msgstr "Pomiń wywołanie kompilatora"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr ""
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr ""
@@ -8757,10 +8695,6 @@ msgstr "Czy usunąć wszystkie pliki?"
msgid "Delete ambiguous file?"
msgstr "Czy chcesz usunąć dwuznaczny plik?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Nie można usunąć pliku"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8798,11 +8732,6 @@ msgstr "Czy chcesz usunąć wartość \"%s\"?"
msgid "Delete value %s"
msgstr "Usuń wartość %s"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "Nie można usunąć pliku \"%s\"."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "Separatorem jest średnik."
@@ -8902,10 +8831,6 @@ msgstr "Nie znaleziono katalogu \"%s\"."
msgid "directory %s not found"
msgstr "nie znaleziono katalogu \"%s\""
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "Brak prawa zapisu w katalogu"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr ""
@@ -9446,10 +9371,6 @@ msgstr "Wpisz nową nazwę makra \"%s\""
msgid "Environment variable, name as parameter"
msgstr "Zmienna środowiskowa, nazwa jako parametr"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Nie znaleziono katalogu"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Błędna nazwa pliku odpluskwiacza"
@@ -9552,11 +9473,6 @@ msgstr "Błąd ładowania pliku"
msgid "Error loading file \"%s\":"
msgstr "Błąd ładowania pliku \"%s\":"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "Błąd ładowania %s z%s%s%s%s"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Błąd przenoszenia komponentu"
@@ -9614,11 +9530,6 @@ msgstr ", Błędy: %s"
msgid "Error saving form"
msgstr "Błąd podczas zapisu formularza"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "Błąd zapisu %s do%s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9672,16 +9583,6 @@ msgstr "Wybierz plik wykonywalny kompilatora (%s)"
msgid "executable \"%s\" lacks the permission to run"
msgstr ""
-#: lazarusidestrconsts.lisexecutingcommandafter
-#, fuzzy
-msgid "Executing command after"
-msgstr "Polecenie po module publikacji"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-#, fuzzy
-msgid "Executing command before"
-msgstr "Wykonaj przed"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Wykonanie zatrzymane"
@@ -9771,36 +9672,6 @@ msgstr "Eksportuj zaznaczone"
msgid "Export >>"
msgstr "Eksportuj >>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludepath
-#, fuzzy
-msgid "Extend include path?"
-msgstr "Ścieżka dołączanych plików projektu"
-
-#: lazarusidestrconsts.lisextendunitpath
-#, fuzzy
-msgid "Extend unit path?"
-msgstr "Dodać do katalogów modułów?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr ""
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Wyodrębnij"
@@ -9864,11 +9735,6 @@ msgstr "Plik"
msgid "File: "
msgstr "Plik: "
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "Plik \"%s\"%snie wygląda na tekstowy.%sCzy pomimo tego chcesz go otworzyć?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Rozszerzenie nazwy pliku dla programów"
@@ -9926,14 +9792,6 @@ msgstr "Plik jest katalogiem"
msgid "File is not an executable"
msgstr "Plik nie jest wykonywalny"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Nie można zapisywać do pliku"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "Plik jest dowiązaniem symbolicznym"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9947,12 +9805,6 @@ msgstr "Styl nazwy pliku"
msgid "File not found"
msgstr "Nie znaleziono pliku"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "Nie znaleziono pliku \"%s\"."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9976,10 +9828,6 @@ msgstr "Nie znaleziono pliku \"%s\" .%sCzy chcesz go utworzyć?"
msgid "File not lowercase"
msgstr "Nazwa pliku nie jest napisana małymi literami"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "To nie jest plik tekstowy"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10693,11 +10541,6 @@ msgstr "IDE po instalacji lub usunięciu pakietów zostanie przebudowane i ponow
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr ""
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "Tworzenie Makefile dla pakietu %s"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "Informacje o IDE"
@@ -10810,10 +10653,6 @@ msgstr ""
msgid "Ignore all"
msgstr "Ignoruj wszystko"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Ignoruj i kontynuuj"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format, fuzzy
msgid "Ignore, use %s as ancestor"
@@ -14483,15 +14322,6 @@ msgstr "nie wybrano szablonu"
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "Nie zaimplementowane"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "Jeszcze nie zaimplementowane: %s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "nie zainstalowany"
@@ -14760,14 +14590,6 @@ msgstr "Otwórz ponownie projekt"
msgid "Open Project File"
msgstr "Otwórz plik projektu"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Otwórz dowiązanie symboliczne"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Otwórz cel"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Otwórz plik jako normalny plik źródłowy"
@@ -14868,14 +14690,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr ""
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Zastąpić plik?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Zastąpić plik na dysku"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr ""
@@ -14974,16 +14788,6 @@ msgstr "%s nie istnieje: %s"
msgid "Parsers:"
msgstr ""
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr ""
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr ""
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15136,11 +14940,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Utwórz Makefile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s, domyślnie: %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "Właściwości zależności"
@@ -15153,10 +14952,6 @@ msgstr "Zmień ogólne opcje"
msgid "File Properties"
msgstr "Właściwości plku"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Zainstaluj"
@@ -15427,10 +15222,6 @@ msgstr "Minor"
msgid "Object"
msgstr "Obiekt"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Opcje pakietu"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Typ pakietu"
@@ -15593,26 +15384,6 @@ msgstr "Wyczyść zależności pakietu"
msgid "Clear Selection"
msgstr "Wyczyść wybór"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "dodatek ŚcieżkaŹródłowaKompilatora"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr "Przestrzenie nazw"
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Katalog wyjściowy"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Znacznik katalogu źródeł pakietu"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Ścieżka modułu"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "Usuń zależności"
@@ -15643,65 +15414,6 @@ msgstr "Plik \"%s\"%sjest poza ścieżką do modułów. %sCzy chesz dodać \"%s\
msgid "More functions for the package"
msgstr "Więcej funkcji dla pakietu"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Binarny"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Plik dołączany (include)"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-#, fuzzy
-msgid "Issues xml file"
-msgstr "Otwórz jako plik XML"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - formularz Lazarusa jako tekst"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - zasoby Lazarusa"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Główny moduł"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Tekst"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Wirtualny moduł"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format, fuzzy, badformat
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15737,15 +15449,6 @@ msgstr "Zerwana zależność"
msgid "Circular dependencies found"
msgstr "Znaleziono cykliczne zależności"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "Kompilacja pakietu %s"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Błąd podczas usuwania"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Chcesz usunąć stary plik pakietu?"
@@ -15760,19 +15463,10 @@ msgstr "Czy chcesz usunąć stary plik pakietu \"%s\"?"
msgid "Dependency without Owner: %s"
msgstr "Zależność bez właściciela: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Błąd odczytu pliku"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Błąd przy odczycie pakietu"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Błąd podczas zapisu do pliku"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Błąd przy zapisywaniu pakietu"
@@ -15860,10 +15554,6 @@ msgstr "Pakiet nie jest typu projektowego"
msgid "Package is required"
msgstr "Pakiet jest wymagany"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "główny plik źródłowy pakietu"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Pakiet o tej nazwie już istnieje"
@@ -15931,10 +15621,6 @@ msgstr "Czy litery w nazwie pliku mają być zmienione na małe: %s\"%s\"?"
msgid "Skip this package"
msgstr "Pomiń ten pakiet"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "plik konfiguracji statycznych pakietów"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15961,11 +15647,6 @@ msgstr "Plik o nazwie \"%s\" jest już częścią bieżącego projektu.%sProjekt
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "Plik \"%s\" jest używany przez%spakiet \"%s\"%sw pliku \"%s\"."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format, fuzzy, badformat
-msgid "The file \"%s\" of package %s was not found."
-msgstr "Nie znaleziono pakietu \"%s\"."
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
#, fuzzy
msgid "The following package failed to load:"
@@ -16072,63 +15753,16 @@ msgstr "Istnieje moduł o nazwie takiej samej jak pakiet:%s1. \"%s\" w %s%s2. \"
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "To jest pakiet wirtualny. Nie ma jeszcze tekstu źródłowego. Proszę najpierw zapisać pakiet."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Nie można utworzyć katalogu"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Nie można utworzyć kaalogu wyjściowego \"%s\"%s dla pakietu %s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Nie można utworzyć katalogu ze źródłami \"%s\"%sdla pakietu %s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Nie można utworzyć katalogu docelowego dla Lazarusa:%s\"%s\".%sTen katalog jest wymagany przez nowe zmienione IDE z dodatkowymi pakietami."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "Nie można usunąć pliku \"%s\"."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Nie można usunąć pliku"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Nie można usunąć starego pliku statusu \"%s\"%spakietu %s."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "Nie można załadować pakietu"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Nie można otworzyć pakietu \"%s\".%sPakiet ten został zaznaczony do instalacji."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Nie można odczytać pliku statusu \"%s\"%spakietu %s.%sBłąd: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "Nie można zapisać pakietu \"%s\"%sdo pliku \"%s\".%sBład: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Nie można zapisać pliku statusu \"%s\"%spakietu %s.%sBłąd: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Odinstalować pakiet?"
@@ -16170,84 +15804,6 @@ msgstr "usuń"
msgid "Select a package"
msgstr "Wybierz pakiet"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "Nie można zarejestrować komponentów bez modułu"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "Klasa komponentu \"%s\" już została zdefiniowana"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sNazwa pliku: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Nieprawidłowa klasa komponentu"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Błędna nazwa modułu: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%slpk plik: \"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "Nie znaleziono pliku pakietu"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "Błąd rejestracji komponentu"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "Procedura rejestracji jest pusta"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-msgid "RegisterUnit was called but no package is registering."
-msgstr "Wywołano RegisterUnit, ale żaden pakiet nie jest rejestrowany."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format, fuzzy, badformat
-msgid "%s%sThe lpk file was not found."
-msgstr "%sTen pakiet jest zainstalowany, ale nie znaleziono jego pliku lpk"
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "To jest domyślny pakiet, używany tylko dla komponentów które nie mają pakietu. Te komponenty są już przedawnione."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sNazwa modułu: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "Moduł \"%s\" usunięto z pakietu (lpk)"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr ""
@@ -16751,16 +16307,6 @@ msgstr "Chcesz usunąć plik %s z projektu?"
msgid "Remove %s items from project?"
msgstr "Chcesz usunąć plik %s z projektu?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format, fuzzy, badformat
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "Nie można odczytać pliku statusu \"%s\"%spakietu %s.%sBłąd: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format, fuzzy, badformat
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Nie można zapisać pliku statusu \"%s\"%spakietu %s.%sBłąd: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Zawsze buduj (nawet jeśli nic nie zostało zmienione)"
@@ -16779,11 +16325,6 @@ msgstr "Błąd"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Nie można w źródle programu zmienić listy formularzy do automatycznego utworzenia.%sProszę najpierw poprawić błędy."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-#, fuzzy
-msgid "Project Source Directory Mark"
-msgstr "Znacznik katalogu źródeł pakietu"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Spytaj o wartość"
@@ -16915,10 +16456,6 @@ msgstr "Wyjdź"
msgid "&Quit Lazarus"
msgstr "&Wyjdź z Lazarusa"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Błąd odczytu"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "Na pewno usunąć?"
@@ -17837,10 +17374,6 @@ msgstr "Pomiń wczytywanie ostatniego projektu"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "Pomiń te ostrzeżenia"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "Wolniejsze, ale dokładne."
@@ -17939,11 +17472,6 @@ msgstr "Wielkość liter"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Źródło i cel są jednakowe:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -18033,10 +17561,6 @@ msgstr "Zatrzymać odpluskiwanie?"
msgid "Store path delimiters \\ and / as"
msgstr "Zapamiętaj separatory ścieżek \\ oraz / jako"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "Dziwny plik lpi"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Błąd strumienia"
@@ -18237,11 +17761,6 @@ msgstr "Użyj Zestawu Aplikacji do uruchomienia i odpluskiwania"
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr ""
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format, fuzzy
-msgid "The Codetools found an error:%s%s"
-msgstr "zamiast %s znaleziono %s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18324,30 +17843,15 @@ msgstr ""
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr ""
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "Brak prawa zapisu w katalogu \"%s\"."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "Plik \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format, fuzzy, badformat
-msgid "The file %s does not look like a lpi file."
-msgstr "Plik \"%s\"%snie wygląda na tekstowy.%sChcesz otworzyć go pomimo tego?"
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr ""
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr ""
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18373,11 +17877,6 @@ msgstr ""
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr ""
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr ""
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19318,39 +18817,6 @@ msgstr "Nie można skonwertować pliku z danymi w formie tekstu z pliku %s\"%s\
msgid "Unable to convert to encoding \"%s\""
msgstr "Nie można przekonwertować pliku \"%s\"%sBłąd: %s"
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Nie można skopiować pliku"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Nie można skopiować pliku \"%s\"%sdo \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "Nie można utworzyć katalogu \"%s\"."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Nie można utworzyć pliku"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "Nie można utworzyć pliku \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "Nie można utworzyć pliku%s\"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format, fuzzy, badformat
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "Nie można utworzyć katalogu z kopią zapasową \"%s\"."
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr ""
@@ -19455,35 +18921,11 @@ msgstr ""
msgid "Unable to read %s"
msgstr "Nie można odczytać %s"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Nie można czytać pliku"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "Nie można odczytać pliku \"%s\"."
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Nie można odczytać pliku \"%s\"%sBład: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "Nie można czytać pliku lpi"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
#, fuzzy
msgid "unable to read process ExitStatus"
msgstr "Nie można pobrać wersji raportu"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "Nie można odczytać pliku informacji o projekcie%s\"%s\"."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19504,20 +18946,6 @@ msgstr ""
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Nie udało się zmienić nazwy niejednoznacznego pliku \"%s\"%sna \"%s\""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Nie udało się zmienić nazwy pliku"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "Nie udało się zmienić nazwy pliku \"%s\" na \"%s\"!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "Nie udało sie zmienić nazwy pliku \"%s\"%s na \"%s\"."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Nie udało się zmienić nazwy formularza w źródle."
@@ -19570,45 +18998,6 @@ msgstr "Nie można przekształcić binarnego strumienia komponentu %s:T%s na tek
msgid "Unable to update CreateForm statement in project source"
msgstr "Nie można uaktualnić polecenia CreateForm w źródle"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "Nie można zapisać \"%s\""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Nie można pisać do pliku"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "Nie można zapisać pliku \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Nie można zapisać do pliku \"%s\"%sBłąd: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "Nie można zapisać projektu do pliku%s\"%s\".%sBłąd: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format, fuzzy, badformat
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "Nie można zapisać pliku statusu \"%s\"%spakietu %s.%sBłąd: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "Nie można zapisywać do pliku \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format, fuzzy
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "Nie można zapisać do pliku \"%s\"%sBłąd: %s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "Odznacz wszystko"
@@ -19639,79 +19028,6 @@ msgstr "Odinstaluj zaznaczone"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Moduł"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "Moduł \"%s\" został zmieniony. Czy chcesz zapisać zmiany?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Identyfikator modułu istnieje"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s moduł %s w pakiecie %s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Moduł o tej nazwie jest już w projekcie"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Nazwa modułu zaczyna się od..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Nazwa modułu zawiera..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "nie znaleziono modułu %s"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format, fuzzy, badformat
-msgid "unit %s not found at new position \"%s\""
-msgstr "Nie znaleziono modułu w projekcie %s"
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Katalog wyjściowy modułów"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "ścieżka modułów"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Ścieżki do modułów"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "moduł %s wymaga pakietu %s"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19754,11 +19070,6 @@ msgstr ""
msgid "Update references?"
msgstr "Uaktualnić odnośniki?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr ""
@@ -20051,15 +19362,6 @@ msgstr "Katalog roboczy do uruchamiania"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Błąd zapisu"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Błąd zapisu: %s%sPlik: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr ""
@@ -20078,15 +19380,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "zła wersja w %s: %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "Błąd XML"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr ""
@@ -20394,118 +19687,14 @@ msgstr "Informacja o wersji jest przechowywana jeżeli format pliku wykonywalneg
msgid "Include version info in executable"
msgstr "Dołącz informacje o wersji w pliku wykonywalnym"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "afrykanerski"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "arabski"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "automatyczny (lub angielski)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "kataloński"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "chiński"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "czeski"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "holenderski"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "angielski"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "fiński"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "francuski"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "niemiecki"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "hebrajski"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "węgierski"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "indonezyjski"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "włoski"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "japoński"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "litewski"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Opcje językowe"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "polski"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "portugalski"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "brazylijski portugalski"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "rosyjski"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Wybór języka:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "słowacki"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "hiszpański"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "turecki"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "ukraiński"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "Główna wersja:"
@@ -22459,3 +21648,75 @@ msgstr ""
msgid "Version Info"
msgstr "Informacje o wersji"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "Moduł \"%s\" został zmieniony. Czy chcesz zapisać zmiany?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Identyfikator modułu istnieje"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s moduł %s w pakiecie %s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Moduł o tej nazwie jest już w projekcie"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Nazwa modułu zaczyna się od..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Nazwa modułu zawiera..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "nie znaleziono modułu %s"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format, fuzzy, badformat
+msgid "unit %s not found at new position \"%s\""
+msgstr "Nie znaleziono modułu w projekcie %s"
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Katalog wyjściowy modułów"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "ścieżka modułów"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Ścieżki do modułów"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "moduł %s wymaga pakietu %s"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Nie można usunąć pliku"
+
diff --git a/languages/lazaruside.pot b/languages/lazaruside.pot
index 88589d60d3..37644ac613 100644
--- a/languages/lazaruside.pot
+++ b/languages/lazaruside.pot
@@ -1251,11 +1251,6 @@ msgstr ""
msgid "Compiler messages language file (*.msg)"
msgstr ""
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr ""
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr ""
@@ -3519,10 +3514,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr ""
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr ""
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5034,11 +5025,6 @@ msgstr ""
msgid "The package %s is read only."
msgstr ""
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr ""
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5126,10 +5112,6 @@ msgstr ""
msgid "Ambiguous files found"
msgstr ""
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr ""
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr ""
@@ -5689,11 +5671,6 @@ msgstr ""
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr ""
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr ""
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr ""
@@ -5838,12 +5815,6 @@ msgstr ""
msgid "Follow cursor"
msgstr ""
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr ""
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr ""
@@ -6965,10 +6936,6 @@ msgstr ""
msgid "%s project directory"
msgstr ""
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr ""
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr ""
@@ -7033,10 +7000,6 @@ msgstr ""
msgid "Variable:"
msgstr ""
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr ""
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr ""
@@ -7995,31 +7958,6 @@ msgstr ""
msgid "Skip calling compiler"
msgstr ""
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr ""
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr ""
@@ -8552,10 +8490,6 @@ msgstr ""
msgid "Delete ambiguous file?"
msgstr ""
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr ""
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8593,11 +8527,6 @@ msgstr ""
msgid "Delete value %s"
msgstr ""
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr ""
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr ""
@@ -8697,10 +8626,6 @@ msgstr ""
msgid "directory %s not found"
msgstr ""
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr ""
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr ""
@@ -9233,10 +9158,6 @@ msgstr ""
msgid "Environment variable, name as parameter"
msgstr ""
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr ""
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr ""
@@ -9337,11 +9258,6 @@ msgstr ""
msgid "Error loading file \"%s\":"
msgstr ""
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr ""
@@ -9399,11 +9315,6 @@ msgstr ""
msgid "Error saving form"
msgstr ""
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9455,14 +9366,6 @@ msgstr ""
msgid "executable \"%s\" lacks the permission to run"
msgstr ""
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr ""
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr ""
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr ""
@@ -9548,34 +9451,6 @@ msgstr ""
msgid "Export >>"
msgstr ""
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr ""
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr ""
@@ -9638,12 +9513,6 @@ msgstr ""
msgid "File: "
msgstr ""
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr ""
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr ""
@@ -9701,14 +9570,6 @@ msgstr ""
msgid "File is not an executable"
msgstr ""
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr ""
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr ""
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9722,12 +9583,6 @@ msgstr ""
msgid "File not found"
msgstr ""
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr ""
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9751,10 +9606,6 @@ msgstr ""
msgid "File not lowercase"
msgstr ""
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr ""
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10447,11 +10298,6 @@ msgstr ""
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr ""
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr ""
@@ -10564,10 +10410,6 @@ msgstr ""
msgid "Ignore all"
msgstr ""
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr ""
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14162,15 +14004,6 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr ""
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr ""
@@ -14433,14 +14266,6 @@ msgstr ""
msgid "Open Project File"
msgstr ""
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr ""
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr ""
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr ""
@@ -14538,14 +14363,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr ""
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr ""
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr ""
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr ""
@@ -14643,16 +14460,6 @@ msgstr ""
msgid "Parsers:"
msgstr ""
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr ""
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr ""
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -14803,11 +14610,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr ""
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr ""
@@ -14820,10 +14622,6 @@ msgstr ""
msgid "File Properties"
msgstr ""
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr ""
@@ -15089,10 +14887,6 @@ msgstr ""
msgid "Object"
msgstr ""
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr ""
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr ""
@@ -15250,26 +15044,6 @@ msgstr ""
msgid "Clear Selection"
msgstr ""
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr ""
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr ""
@@ -15300,64 +15074,6 @@ msgstr ""
msgid "More functions for the package"
msgstr ""
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15393,15 +15109,6 @@ msgstr ""
msgid "Circular dependencies found"
msgstr ""
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr ""
@@ -15416,19 +15123,10 @@ msgstr ""
msgid "Dependency without Owner: %s"
msgstr ""
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr ""
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr ""
@@ -15515,10 +15213,6 @@ msgstr ""
msgid "Package is required"
msgstr ""
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr ""
@@ -15586,10 +15280,6 @@ msgstr ""
msgid "Skip this package"
msgstr ""
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15616,11 +15306,6 @@ msgstr ""
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr ""
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr ""
@@ -15726,63 +15411,16 @@ msgstr ""
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr ""
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr ""
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr ""
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr ""
@@ -15824,84 +15462,6 @@ msgstr ""
msgid "Select a package"
msgstr ""
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-msgid "RegisterUnit was called but no package is registering."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr ""
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr ""
@@ -16393,16 +15953,6 @@ msgstr ""
msgid "Remove %s items from project?"
msgstr ""
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr ""
@@ -16421,10 +15971,6 @@ msgstr ""
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr ""
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr ""
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr ""
@@ -16551,10 +16097,6 @@ msgstr ""
msgid "&Quit Lazarus"
msgstr ""
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr ""
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr ""
@@ -17449,10 +16991,6 @@ msgstr ""
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr ""
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr ""
@@ -17551,11 +17089,6 @@ msgstr ""
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17644,10 +17177,6 @@ msgstr ""
msgid "Store path delimiters \\ and / as"
msgstr ""
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr ""
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr ""
@@ -17847,11 +17376,6 @@ msgstr ""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr ""
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr ""
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -17933,30 +17457,15 @@ msgstr ""
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr ""
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr ""
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr ""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr ""
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr ""
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr ""
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -17982,11 +17491,6 @@ msgstr ""
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr ""
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr ""
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -18919,39 +18423,6 @@ msgstr ""
msgid "Unable to convert to encoding \"%s\""
msgstr ""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr ""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr ""
@@ -19054,34 +18525,10 @@ msgstr ""
msgid "Unable to read %s"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19102,20 +18549,6 @@ msgstr ""
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr ""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr ""
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr ""
@@ -19167,45 +18600,6 @@ msgstr ""
msgid "Unable to update CreateForm statement in project source"
msgstr ""
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr ""
@@ -19236,79 +18630,6 @@ msgstr ""
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr ""
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19351,11 +18672,6 @@ msgstr ""
msgid "Update references?"
msgstr ""
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr ""
@@ -19644,15 +18960,6 @@ msgstr ""
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr ""
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr ""
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr ""
@@ -19670,15 +18977,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr ""
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr ""
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr ""
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr ""
@@ -19983,118 +19281,14 @@ msgstr ""
msgid "Include version info in executable"
msgstr ""
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr ""
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr ""
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr ""
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr ""
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr ""
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr ""
@@ -22019,3 +21213,75 @@ msgstr ""
msgid "Version Info"
msgstr ""
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr ""
+
diff --git a/languages/lazaruside.pt_BR.po b/languages/lazaruside.pt_BR.po
index e4811ee200..cd3ceea8e2 100644
--- a/languages/lazaruside.pt_BR.po
+++ b/languages/lazaruside.pt_BR.po
@@ -1262,11 +1262,6 @@ msgstr "Mensagens do compilador"
msgid "Compiler messages language file (*.msg)"
msgstr "Arquivo de idioma das mensagens do compilador (*.msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Opções do compilador"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Completar Propriedades"
@@ -3544,10 +3539,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Projeto"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Opções de projeto"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5072,11 +5063,6 @@ msgstr "Exibir tudo"
msgid "The package %s is read only."
msgstr "O Pacote %s é somente leitura."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Um arquivo \"%s\" já existe.%sSubstituí-lo?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5164,10 +5150,6 @@ msgstr "Arquivo ambíguo encontrado: \"%s\"%sEste arquivo pode ser confundido co
msgid "Ambiguous files found"
msgstr "Arquivos ambíguos encontrados"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "Unidade ambígua encontrada"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr ""
@@ -5768,11 +5750,6 @@ msgstr "Copiar saída para Área de Transferência"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "As datas dos arquivos .ppu do FPC diferem em mais de uma hora.%sIsto pode significar que eles são de duas instalações diferentes.%sArquivo1: %s%sArquivo2: %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Erro"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "ERRO: "
@@ -5917,11 +5894,6 @@ msgstr "(Filtro)"
msgid "Follow cursor"
msgstr "Seguir cursor"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgid "%s in %s"
-msgstr "%s no %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "É um controle raiz"
@@ -7047,10 +7019,6 @@ msgstr "Diretório do projeto"
msgid "%s project directory"
msgstr "Diretório do projeto %s"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Erro de Leitura"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Nó selecionado:"
@@ -7115,10 +7083,6 @@ msgstr "%s:%svalor \"%s\" inválido."
msgid "Variable:"
msgstr "Variável:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Erro de Escrita"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "Arroba"
@@ -8079,31 +8043,6 @@ msgstr "Localizar mensagens Make"
msgid "Skip calling compiler"
msgstr "Ignorar chamadas do compilador"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "Não pode adicionar \"{$I %s}\" ao fonte principal!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "Não pode adicionar \"{$R %s}\" ao fonte principal!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "Não pode adicionar \"%s\" ao fonte principal!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "Não pode remover \"{$I %s}\" do fonte principal!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "Não pode remover \"{$R %s}\" do fonte principal!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "Aviso: O arquivo adicional de configuração de compilador tem o mesmo nome de um dos arquivos de configuração padrão que o compilador Free Pascal está buscando. Isto pode resultar SOMENTE na análise da configuração adicional, ignorando a configuração padrão."
@@ -8637,10 +8576,6 @@ msgstr "Excluir todos esses arquivos?"
msgid "Delete ambiguous file?"
msgstr "Excluir arquivo ambíguo?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Falha na exclusão do arquivo"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8678,11 +8613,6 @@ msgstr "Excluir valor \"%s\"?"
msgid "Delete value %s"
msgstr "Excluir valor %s"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "Falha ao excluir arquivo \"%s\""
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "Delimitador é ponto-e-vírgula"
@@ -8782,10 +8712,6 @@ msgstr "Diretório \"%s\" não encontrado."
msgid "directory %s not found"
msgstr "diretório %s não encontrado"
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "Diretório não gravável"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "Diretório onde a IDE coloca os arquivos .po"
@@ -9328,10 +9254,6 @@ msgstr "Digite novo nome para a macro \"%s\""
msgid "Environment variable, name as parameter"
msgstr "Variável ambiente, nome como parâmetro"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Diretório não encontrado"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Nome de arquivo do depurador inválido"
@@ -9433,11 +9355,6 @@ msgstr "Erro carregando arquivo"
msgid "Error loading file \"%s\":"
msgstr "Erro ao carregar arquivo \"\"%s\"\":"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "Erro carregado %s de%s%s%s%s"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Erro ao mover o componente"
@@ -9495,11 +9412,6 @@ msgstr ", Erros: %s"
msgid "Error saving form"
msgstr "Erro ao salvar formulário"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "Erro salvando %s to%s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9553,14 +9465,6 @@ msgstr "executável \"%s\" é um diretório"
msgid "executable \"%s\" lacks the permission to run"
msgstr "executável \"%s\" não tem permissão para execução"
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Executando comando posterior"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Executando comando anterior"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Execução parada"
@@ -9650,34 +9554,6 @@ msgstr "Exportar selecionados"
msgid "Export >>"
msgstr "Exportar >>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "Estender caminho de busca de arquivo de inclusão do pacote \"%s\" com%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr "Estender caminho de busca de arquivos de inclusão do projeto com%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "Estender caminho de inclusão?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Estender caminho da unidade?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "Estender caminho de busca de unidade do pacote \"%s\" com%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "Estender caminho de busca de unidade do projeto com%s\"%s\"?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Extrair"
@@ -9740,12 +9616,6 @@ msgstr "Arquivo"
msgid "File: "
msgstr "Arquivo:"
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "Arquivo \"%s\"%snão parece ser um arquivo texto.%sAbrir assim mesmo?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Extensões de arquivos de programas"
@@ -9803,14 +9673,6 @@ msgstr "Arquivo é um diretório"
msgid "File is not an executable"
msgstr "Arquivo não é um executável"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Arquivo não aceita escrita"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "Arquivo é um vínculo simbólico"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9824,12 +9686,6 @@ msgstr "Estilo nome de arquivo"
msgid "File not found"
msgstr "Arquivo não encontrado"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "Arquivo \"%s\" não encontrado."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9853,10 +9709,6 @@ msgstr "Arquivo \"%s\" não encontrado.%sDeseja criá-lo?"
msgid "File not lowercase"
msgstr "Arquivo não está em minúsculo"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "Arquivo não é texto"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10575,11 +10427,6 @@ msgstr "A IDE será recompilada e reiniciada durante a instalação/desinstalaç
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "Bem-vindo ao Lazarus.%0:sA configuração da IDE encontrada foi anteriormente usada por outra instalação do Lazarus.%0:sSe você tem duas ou mais instalações separadas do Lazarus, elas não podem compartilhar a mesma configuração. Isto pode gerar conflitos e sua instalação do Lazarus pode ficar inutilizada.%0:s%0:sSe você tiver apenas uma instalação e copiou ou moveu o executável do Lazarus, então você poderá atualizar esta configuração.%0:s%1:s%0:s%0:sEscolha:%0:s%0:s* Atualizar info: Usar esta configuração e atualizá-la para ser utilizada com o Lazarus no futuro. A instalação antiga não irá usá-la mais.%0:s* Ignorar: Usar esta configuração, mas manter o aviso. Isto pode gerar conflitos com outras instalações.%0:s* Abortar: Sair agora. Você pode então corrigir o problema iniciando o Lazarus com a configuração correta.%0:s%0:sInformação adicional:%0:sEsta configuração está em: %2:s%0:sEla pertence à instalação Lazarus em: %3:s%0:s A IDE atual foi iniciada de: %4:s%0:s"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "Criando \"Makefile\" para pacote %s"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "Informações sobre a IDE"
@@ -10692,10 +10539,6 @@ msgstr "Se você deseja usar duas versões diferentes do Lazarus, você deve ini
msgid "Ignore all"
msgstr "Ignorar tudo"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Ignorar e continuar"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14372,15 +14215,6 @@ msgstr "nenhum modelo selecionado"
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "Não implementado"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "Não implementado ainda:%s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "não instalado"
@@ -14643,14 +14477,6 @@ msgstr "Abrir projeto novamente"
msgid "Open Project File"
msgstr "Abrir Arquivo de Projeto"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Abrir vínculo simbólico"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Abrir alvo"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Abrir arquivo como código normal"
@@ -14757,14 +14583,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%ssobregarrega o \"widgetset\" do projeto. ex. gtk gtk2 qt win32 carbon. padrão: %s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Sobrescrever arquivo?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Sobrescrever arquivo em disco"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "'Proprietário' já usado por TReader/TWriter. Favor escolher outro nome."
@@ -14862,16 +14680,6 @@ msgstr "analisar \"%s\": %s"
msgid "Parsers:"
msgstr "Analisadores:"
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr "passando definição de compilador \"%s\" duas vezes com valores diferentes"
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr "passando opção de compilador -%s duas vezes com valores diferentes"
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -15022,11 +14830,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Criar \"Makefile\""
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s, padrão: %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "Propriedades de Dependência"
@@ -15039,10 +14842,6 @@ msgstr "Editar opções gerais"
msgid "File Properties"
msgstr "Propriedades do Arquivo"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr "(fpmake)"
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Instalar"
@@ -15308,10 +15107,6 @@ msgstr "Menor:"
msgid "Object"
msgstr "Objeto"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Opções do Pacote"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Tipo de pacote"
@@ -15469,26 +15264,6 @@ msgstr "Limpar dependências de pacote"
msgid "Clear Selection"
msgstr "Limpar seleção"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "Caminho adicional para fontes compilados"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr "Espaços de nome"
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Diretório de saída"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Marca do Diretório Fonte do Pacote"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Caminho de unidade"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "Excluir dependências"
@@ -15519,64 +15294,6 @@ msgstr "O arquivo \"%s\"%snão está atualmente no caminho de unidades do pacote
msgid "More functions for the package"
msgstr "Mais funções para o pacote"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Binário"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Arquivo de Inclusão"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "Despacha arquivo xml"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - Lazarus Form Text (Formulários)"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - Lazarus Resource (Recursos)"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Unidade Principal"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Texto"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Unidade Virtual"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Diretório de pacote. Parâmetro é a ID do pacote, ex. \"Nome\" ou \"Nome 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Caminho de busca de arquivos de inclusão de pacote. Parâmetro é a ID do pacote, ex. \"Nome\" ou \"Nome 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Nome de pacote. Parâmetro é a ID do pacote, ex. \"Nome\" ou \"Nome 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Diretório de saída de pacote. Parâmetro é a ID do pacote, ex. \"Nome\" ou \"Nome 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Caminho de busca de fonte de pacote. Parâmetro é a ID do pacote, ex. \"Nome\" ou \"Nome 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Caminho de busca de unidade de pacote. Parâmetro é a ID do pacote, ex. \"Nome\" ou \"Nome 1.0\""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15612,15 +15329,6 @@ msgstr "Dependência quebrada"
msgid "Circular dependencies found"
msgstr "Dependências circulares encontradas"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "Compilar pacote %s"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Falha na exclusão"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Excluir arquivo de pacote antigo?"
@@ -15635,19 +15343,10 @@ msgstr "Excluir arquivo de pacote antigo \"%s\"?"
msgid "Dependency without Owner: %s"
msgstr "Dependência sem proprietário: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Erro na leitura do arquivo"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Erro na leitura do Pacote"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Erro na escrita do arquivo"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Erro na escrita do Pacote"
@@ -15734,10 +15433,6 @@ msgstr "Pacote não é um pacote de tempo de projeto"
msgid "Package is required"
msgstr "Pacote requerido"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "arquivo fonte principal do pacote"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "O nome do pacote já existe"
@@ -15807,10 +15502,6 @@ msgstr "O arquivo deve ser renomeado em minúsculas para%s\"%s\"?"
msgid "Skip this package"
msgstr "Ignorar este pacote"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "Arquivo de configuração de pacotes estáticos"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15837,11 +15528,6 @@ msgstr "O nome de arquivo \"%s\" é parte do projeto atual.%sProjetos e pacotes
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "O nome de arquivo \"%s\" está em uso por %so pacote \"%s\"%sno arquivo \"%s\"."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "O arquivo \"%s\" do pacote %s não foi encontrado."
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Falha ao carregar o seguinte pacote:"
@@ -15947,63 +15633,16 @@ msgstr "Há uma unidade com o mesmo nome do pacote:%s1. \"%s\" de %s%s2. \"%s\""
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Este é um pacote virtual. Ele não tem um fonte ainda. Favor salvar o pacote primeiro."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Incapaz de criar o diretório"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Incapaz de criar o diretório de saída \"%s\"%spara o pacote %s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Incapaz de criar um diretório fonte de pacote \"%s\"%spara o pacote %s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Incapaz de criar diretório alvo para o Lazarus:%s\"%s\".%sEste diretório é necessário para a nova IDE alterada com seus pacotes personalizados."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "Incapaz de excluir arquivo \"%s\"."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Incapaz de excluir arquivo"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Incapaz de excluir arquivo de estado antigo \"%s\"%spara pacote %s."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "Incapaz de carregar pacote"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Incapaz de abrir o pacote \"%s\".%sEsse pacote foi marcado para instalação."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Incapaz de ler arquivo de estado \"%s\"%sdo pacote %s.%sErro: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "Incapaz de gravar pacote \"%s\"%spara o arquivo \"%s\".%sErro: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Incapaz de gravar arquivo de estado \"%s\"%sdo pacote %s.%sErro: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Desinstalar pacote?"
@@ -16045,84 +15684,6 @@ msgstr "remover"
msgid "Select a package"
msgstr "Selecione um pacote"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "Incapaz de registrar componentes sem uma unidade"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "Classe de componente \"%s\" já definida"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sNome do Aquivo: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Classe de componente inválida"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Nome de unidade inválido: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%sarquivo lpk: \"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "Arquivo de pacote não encontrado"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "Erro registro pacote"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "Procedimento de Registro nulo (\"nil\")"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-msgid "RegisterUnit was called but no package is registering."
-msgstr "\"RegisterUnit\" foi chamada, mas o nenhum pacote está registrando."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%sO arquivo lpk não foi encontrado."
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "O pacote \"%s\" está instalado, mas nenhum arquivo de pacote válido (.lpk) foi encontrado.%sUm pacote fictício foi criado."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Este é o pacote padrão. Usado apenas para componentes sem um pacote. Estes componentes são obsoletos."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Este pacote está instalado, mas o arquivo LPK não foi encontrado. Todos os seus componentes estão desativados. Favor corrigir."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sNome de unidade: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr "Unidade \"%s\" não encontrada no arquivo lpk.%sProvavelmente este arquivo lpk não foi usado na construção desta IDE. Ou o pacote utiliza indevidamente o procedimento \"RegisterUnit\"."
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "Unidade \"%s\" removida do pacote (lpk)"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr "As seguintes dependências são desnecessárias, devido à transitoriedade automática entre dependências de pacote."
@@ -16615,16 +16176,6 @@ msgstr "Remover arquivo %s do projeto?"
msgid "Remove %s items from project?"
msgstr "Remover %s itens do projeto?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "Incapaz de ler arquivo de estado %s do projeto %s%sErro: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Incapaz de escrever arquivo de estado para o projeto %s%sErro: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Sempre construir (mesmo se nada for alterado)"
@@ -16643,10 +16194,6 @@ msgstr "Erro"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Incapaz de alterar a lista de auto-criação de formulários no fonte do programa.%sFavor corrigir os erros primeiro."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Marca do Diretório Fonte do Projeto"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Perguntar por valor"
@@ -16773,10 +16320,6 @@ msgstr "Sair"
msgid "&Quit Lazarus"
msgstr "&Sair do Lazarus"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Erro de Leitura"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "Excluir realmente?"
@@ -17708,10 +17251,6 @@ msgstr "Ignorar carregamento do último projeto"
msgid "Skip selected checks at startup. Valid options are:"
msgstr "Pular verificações selecionadas ao iniciar."
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "Ignorar estes avisos"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "Mais lento mas mais preciso."
@@ -17810,11 +17349,6 @@ msgstr "Palavras"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr "Diretórios origem \"%s\"%se destino \"%s\"%ssão os mesmos. Favor selecionar outro diretório."
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Fonte e Destino são os mesmos:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17903,10 +17437,6 @@ msgstr "Parar a depuração?"
msgid "Store path delimiters \\ and / as"
msgstr "Armazenar delimitadores de caminho \\ e / como"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "Arquivo lpi estranho"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Erro de Fluxo"
@@ -18106,11 +17636,6 @@ msgstr "A Aplicação Encartada foi criada para \"%s\""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "A classe \"%s\" é um TControl e não pode ser colada em um objeto que não é um controle.%sIncapaz de colar."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "As Ferramentas de Código encontraram um erro:%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18192,30 +17717,15 @@ msgstr "O diretório \"%s\" não contém mais unidades de projeto. Remover este
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "O diretório \"%s\" não é mais necessário no caminho das unidades.%sRemovê-lo?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "O diretório \"%s\" não é gravável."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "O arquivo \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "O arquivo %s não parece ser um arquivo lpi."
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "O índice de arquivo é necessário para funcções como a localização de declarações. Enquanto escaneando você pode editar e compilar os fontes, mas funções como a localização de declarações exibirão erros de unidade-não-encontrada. Isto pode levar alguns minutos."
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "O arquivo \"%s\" é um vínculo simbólico.%sAbrir \"%s\" ao invés dele?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18241,11 +17751,6 @@ msgstr "O arquivo \"%s\" parece ser um programa.%sFechar o projeto atual e criar
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "O arquivo %s parece ser um arquivo de programa de um projeto Lazarus existente."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "O arquivo \"%s\"%s foi encontrado em um dos diretórios fontes do pacote %s e parece uma unidade compilada. Unidades compiladas devem estar no diretório de saída do pacote, caso contrário outros pacotes podem ter problemas ao usar este.%sExcluir arquivo ambíguo?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19185,39 +18690,6 @@ msgstr "Incapaz de converter os dados texto do arquivo %s\"%s\"%sno fluxo binár
msgid "Unable to convert to encoding \"%s\""
msgstr "Incapaz de converter a codificação \"%s\""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Incapaz de copiar arquivo"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Incapaz de copiar o arquivo \"%s\"%spara \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "Incapaz de criar diretório \"%s\"."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Incapaz de criar arquivo"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "Incapaz de criar arquivo \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "Incapaz de criar arquivos%s\"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "Incapaz de criar vínculo \"%s\" com alvo \"%s\""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr "Incapaz de criar novo arquivo, porque já existe um diretório com este nome."
@@ -19320,34 +18792,10 @@ msgstr "Incapaz de abrir editor.%sA classe %s não descende de uma classe design
msgid "Unable to read %s"
msgstr "Incapaz de ler %s"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Incapaz de ler arquivo"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "Incapaz de ler arquivo \"%s\"."
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Incapaz de ler arquivo \"%s\"%sErro: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "Incapaz de ler lpi"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr "Incapaz de ler o processo ExitStatus"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "Incapaz de ler arquivo informações projetos%s\"%s\"."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19368,20 +18816,6 @@ msgstr "Incapaz de remover o título do projeto do fonte.%s%s"
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Incapaz de renomear arquivo ambíguo \"%s\"%spara \"%s\""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Incapaz de renomear arquivo"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "Incapaz de renomear arquivo \"%s\" para \"%s\"!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "Incapaz de renomear arquivo \"%s\"%spara \"%s\"."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Incapaz de renomear formulário no fonte."
@@ -19433,45 +18867,6 @@ msgstr "Incapaz de transformar fluxo binário do componente de %s:T%s em texto."
msgid "Unable to update CreateForm statement in project source"
msgstr "Incapaz de atualizar declaração \"CreateForm\" no fonte do projeto"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "Incapaz de gravar \"%s\""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Incapaz de gravar arquivo"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "Incapaz de gravar arquivo \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Incapaz de gravar arquivo \"%s\"%sErro: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "Incapaz de gravar o arquivo info. projetos%s\"%s\".%sErro: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "Incapaz de gravar o arquivo de sessão do projeto%s\"%s\".%sErro: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "Incapaz de gravar o arquivo \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "Incapaz de escrever fluxo xml para %s%sErro: %s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "Desmarcar tudo"
@@ -19502,79 +18897,6 @@ msgstr "Desinstalar seleção"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Unidade"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "Unidade \"%s\" foi alterada. Salvar?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Identificador de unidade existe"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s unidade %s no pacote %s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr "Unidade \"%s\" deve ser salva antes que possa ser herdada. Salvar agora?"
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Nome de unidade já existe no projeto"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Nome da unidade começa com ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Nome da unidade contém ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "unidade %s não encontrada"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr "unidade %s não encontrada na posição \"%s\""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Diretório de saída de unidade"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "caminho das unidades"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Caminho das unidades"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "unidade %s requer o pacote %s"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19617,11 +18939,6 @@ msgstr "Atualizar outras assinaturas de procedimentos apenas quando houver mudan
msgid "Update references?"
msgstr "Atualizar referências?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "Atualizar arquivos PO falhou para o pacote %s"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr "Atualizar"
@@ -19910,15 +19227,6 @@ msgstr "Diretório de trabalho para execução"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Erro de Escrita"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Erro escrita: %s%sArquivo: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr "Falha ao gravar arquivo de informações do pacote."
@@ -19936,15 +19244,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "versão incorreta em %s: %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "Erro XML"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "Erro análise XML no arquivo %s%sErro: %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "Você pode desabilitar isso para formulários individuais via editor de pacotes"
@@ -20253,118 +19552,14 @@ msgstr "Informação de versão é armazenada se o formato do executável suport
msgid "Include version info in executable"
msgstr "Incluir informações de versão no executável"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Africâner"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Árabe"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "Automático (ou inglês)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Catalão"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Chinês"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr "Corso"
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "Tcheco"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Holandês"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Inglês"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Finlandês"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Francês"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Alemão"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Hebraíco"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "Húngaro"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Indonésio"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Italiano"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Japonês"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "Lituano"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Opções idioma"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Polonês"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "Português"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "Português do Brasil"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Russo"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Seleção idioma:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "Eslovaco"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Espanhol"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "Turco"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Ucraniano"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "Versão &Maior:"
@@ -22294,3 +21489,75 @@ msgstr "Opções para o gráfico de unidades"
msgid "Version Info"
msgstr "Informações de versão"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "Unidade \"%s\" foi alterada. Salvar?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Identificador de unidade existe"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s unidade %s no pacote %s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr "Unidade \"%s\" deve ser salva antes que possa ser herdada. Salvar agora?"
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Nome de unidade já existe no projeto"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Nome da unidade começa com ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Nome da unidade contém ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "unidade %s não encontrada"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr "unidade %s não encontrada na posição \"%s\""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Diretório de saída de unidade"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "caminho das unidades"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Caminho das unidades"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "unidade %s requer o pacote %s"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Incapaz de excluir arquivo"
+
diff --git a/languages/lazaruside.ru.po b/languages/lazaruside.ru.po
index 9c6915ed81..30244f2072 100644
--- a/languages/lazaruside.ru.po
+++ b/languages/lazaruside.ru.po
@@ -1261,11 +1261,6 @@ msgstr "Сообщения компилятора"
msgid "Compiler messages language file (*.msg)"
msgstr "Языковой файл сообщений компилятора (*.msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Параметры компилятора"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Завершать свойства"
@@ -3533,10 +3528,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Проект"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Параметры проекта"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5052,11 +5043,6 @@ msgstr "Показать все"
msgid "The package %s is read only."
msgstr "Пакет %s только для чтения."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Файл \"%s\" уже существует.%sЗаменить его?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5144,10 +5130,6 @@ msgstr "Найден файл с дублирующимся именем: \"%s\"
msgid "Ambiguous files found"
msgstr "Найдены файлы с дублирующимися именами"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "Найден модуль с дублирующимся именем"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr "Привязать низ компонента к низу соседа. Используйте зазор для задания расстояния. Зазор соседа игнорируется."
@@ -5707,11 +5689,6 @@ msgstr "Копировать вывод в буфер обмена"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "Даты файлов .ppu FPC отличаются более, чем на один час.%sЭто может означать, что они принадлежат разным установкам.%sФайл1: %s%sФайл2: %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Ошибка"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "ОШИБКА: "
@@ -5856,12 +5833,6 @@ msgstr "(фильтр)"
msgid "Follow cursor"
msgstr "Следовать за курсором"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr "%s в %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "Является корневым"
@@ -6980,10 +6951,6 @@ msgstr "Имя каталога проекта"
msgid "%s project directory"
msgstr "Каталог проекта %s"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Ошибка чтения"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Выбранный элемент:"
@@ -7048,10 +7015,6 @@ msgstr "%s:%sзначение \"%s\" некорректно."
msgid "Variable:"
msgstr "Переменная:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Ошибка записи"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "Оператор @"
@@ -8010,31 +7973,6 @@ msgstr "Искать сообщения Make"
msgid "Skip calling compiler"
msgstr "Пропустить вызов компилятора"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "Не удалось добавить \"{$I %s}\" в главный файл исходного кода!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "Не удалось добавить \"{$R %s}\" в главный файл исходного кода!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "Не удалось добавить \"%s\" в главный файл исходного кода!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "Не удалось удалить \"{$I %s}\" из главного файла исходного кода!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "Не удалось удалить \"{$R %s}\" из главного файла исходного кода!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "Внимание: дополнительный файл настройки компилятора имеет то же имя, что и один из стандартных файлов настройки компилятора Free Pascal. Это приведёт к использованию дополнительного файла и пропуску стандартного."
@@ -8567,10 +8505,6 @@ msgstr "Удалить все эти файлы?"
msgid "Delete ambiguous file?"
msgstr "Удалить файл с дублирующимся именем?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Удаление файла не удалось"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8608,11 +8542,6 @@ msgstr "Удалить значение \"%s\"?"
msgid "Delete value %s"
msgstr "Удалить значение %s"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "Не удалось удалить файл \"%s\"."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "Разделителем является точка с запятой"
@@ -8712,10 +8641,6 @@ msgstr "Каталог \"%s\" не найден."
msgid "directory %s not found"
msgstr "каталог %s не найден"
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "Каталог недоступен для записи"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "Каталог, в котором IDE размещает файлы PO"
@@ -9250,10 +9175,6 @@ msgstr "Введите новое имя макроса \"%s\""
msgid "Environment variable, name as parameter"
msgstr "Переменная окружения; параметром является имя"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Каталог не найден"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Некорректное имя отладчика"
@@ -9354,11 +9275,6 @@ msgstr "Ошибка загрузки файла"
msgid "Error loading file \"%s\":"
msgstr "Ошибка загрузки файла \"%s\":"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "Ошибка при загрузке %s из%s%s%s%s"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Ошибка перемещения компонента"
@@ -9416,11 +9332,6 @@ msgstr ", ошибок: %s"
msgid "Error saving form"
msgstr "Ошибка сохранения формы"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "Ошибка при сохранении %s в%s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9472,14 +9383,6 @@ msgstr "исполнимый файл \"%s\" является каталогом
msgid "executable \"%s\" lacks the permission to run"
msgstr "исполнимый файл \"%s\" не имеет прав на запуск"
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Выполнить команду после"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Выполнить команду до"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Исполнение остановлено"
@@ -9565,34 +9468,6 @@ msgstr "Экспортировать выбранный"
msgid "Export >>"
msgstr "Экспортировать >>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "Дополнить список путей поиска включаемых файлов пакета \"%s\" следующими%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr "Дополнить список путей поиска включаемых файлов проекта следующими%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "Дополнить пути к включаемым файлам?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Дополнить пути к модулям?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "Дополнить список путей поиска модулей пакета \"%s\" следующими%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "Дополнить список путей поиска модулей проекта следующими%s\"%s\"?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Извлечь"
@@ -9655,12 +9530,6 @@ msgstr "Файл"
msgid "File: "
msgstr "Файл: "
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "Файл \"%s\"%sне похож на текстовый.%sВсё равно открыть?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Расширение файлов программ"
@@ -9718,14 +9587,6 @@ msgstr "Файл является каталогом"
msgid "File is not an executable"
msgstr "Файл не является исполнимым"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Файл недоступен для записи"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "Файл является символической ссылкой"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9739,12 +9600,6 @@ msgstr "Стиль имени файла"
msgid "File not found"
msgstr "Файл не найден"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "Файл \"%s\" не найден."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9768,10 +9623,6 @@ msgstr "Файл \"%s\" не найден.%sСоздать его?"
msgid "File not lowercase"
msgstr "Файл не в нижнем регистре"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "Файл не текстовый"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10473,11 +10324,6 @@ msgstr "При установке/удалении пакетов IDE будет
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "Добро пожаловать в Lazarus.%0:sНайденный каталог настройки использовался другим экземпляром Lazarus.%0:sДва или более экземпляра Lazarus не должны иметь общий каталог настройки. Это может привести к конфликтам и невозможности использования IDE.%0:s%0:sЕсли вы имеете только один экземпляр и скопировали либо переместили исполнимый файл Lazarus, каталог настройки можно обновить.%0:s%1:s%0:s%0:sВыберите:%0:s%0:s* Обновить данные: Использовать этот каталог настройки и обновить его. Старый экземпляр Lazarus больше не будет его использовать.%0:s* Пропустить: Использовать этот каталог настройки, но предупредить в дальнейшем. Это может привести к конфликтам с другими экземплярами Lazarus.%0:s* Прервать: Завершить работу. Проблему можно будет исправить, запустив Lazarus с указанием корректного каталога настройки.%0:s%0:sДополнительные сведения:%0:sПуть к каталогу настройки: %2:s%0:sЭкземпляр Lazarus, владеющий им: %3:s%0:sПуть запуска текущего экземпляра IDE: %4:s%0:s"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "Создание Makefile для пакета %s"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "Сведения об IDE"
@@ -10590,10 +10436,6 @@ msgstr "Если вы хотите использовать два экземп
msgid "Ignore all"
msgstr "Игнорировать все"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Игнорировать и продолжить"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14252,15 +14094,6 @@ msgstr "шаблон не выбран"
msgid "Nothing to do"
msgstr "Нечего выполнять"
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "Не реализовано"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "Ещё не реализовано:%s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "не установлен"
@@ -14523,14 +14356,6 @@ msgstr "Открыть проект снова"
msgid "Open Project File"
msgstr "Открыть проект"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Открыть символическую ссылку"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Открыть цель ссылки"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Открыть файл как обычный исходный код"
@@ -14628,14 +14453,6 @@ msgstr "Перекрыть подцель проекта."
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "Перекрыть библиотеку виджетов проекта. Например: gtk, gtk2, qt, win32, carbon. Значение по умолчанию: %s."
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Перезаписать файл?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Перезаписать файл на диске"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "'Owner' уже используется классами TReader/TWriter. Выберите другое имя."
@@ -14733,16 +14550,6 @@ msgstr "анализатор \"%s\": %s"
msgid "Parsers:"
msgstr "Анализаторы:"
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr "неоднократная передача определения компилятора \"%s\" с разными значениями"
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr "неоднократная передача параметра компилятора -%s с разными значениями"
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr "Дважды заданный --quiet повлечёт за собой передачу -vw-n-h-i-l-d-u-t-p-c-x- компилятору."
@@ -14893,11 +14700,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Создать Makefile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s, по умолчанию: %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "Свойства зависимости"
@@ -14910,10 +14712,6 @@ msgstr "Изменить общие параметры"
msgid "File Properties"
msgstr "Свойства файла"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr "(fpmake)"
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Установить"
@@ -15179,10 +14977,6 @@ msgstr "Младшая"
msgid "Object"
msgstr "Объект"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Параметры пакета"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Тип пакета"
@@ -15340,26 +15134,6 @@ msgstr "Очистка зависимостей пакетов"
msgid "Clear Selection"
msgstr "Снять выделение"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "добавление CompiledSrcPath"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr "Пространства имён"
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Каталог вывода"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Метка каталога исходного кода пакета"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Пути к модулям"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "Удалить зависимости"
@@ -15390,64 +15164,6 @@ msgstr "Файл \"%s\"%sсейчас не находится в списке п
msgid "More functions for the package"
msgstr "Прочие возможности управления пакетом"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Двоичный"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Включаемый файл"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "Файл XML ограничений"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - текст формы Lazarus"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - ресурс Lazarus"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Главный модуль"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Текстовый"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Виртуальный модуль"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Каталог пакета. Параметром является идентификатор пакета, например, \"Имя\" или \"Имя 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Путь поиска включаемых файлов пакета. Параметром является идентификатор пакета, например, \"Имя\" или \"Имя 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Имя пакета. Параметром является идентификатор пакета, например, \"Имя\" или \"Имя 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Каталог вывода пакета. Параметром является идентификатор пакета, например, \"Имя\" или \"Имя 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Путь поиска файлов исходного кода пакета. Параметром является идентификатор пакета, например, \"Имя\" или \"Имя 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Путь поиска модулей пакета. Параметром является идентификатор пакета, например, \"Имя\" или \"Имя 1.0\""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15483,15 +15199,6 @@ msgstr "Нарушенная зависимость"
msgid "Circular dependencies found"
msgstr "Обнаружен порочный круг зависимостей"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "Компиляция пакета %s"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Удаление не удалось"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Удалить старый файл пакета?"
@@ -15506,19 +15213,10 @@ msgstr "Удалить старый файл пакета \"%s\"?"
msgid "Dependency without Owner: %s"
msgstr "Зависимость без владельца:%s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Ошибка чтения файла"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Ошибка чтения пакета"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Ошибка записи файла"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Ошибка записи пакета"
@@ -15605,10 +15303,6 @@ msgstr "Пакет не является пакетом времени разр
msgid "Package is required"
msgstr "Требуется пакет"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "главный файл исходного кода пакета"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Имя пакета уже занято"
@@ -15678,10 +15372,6 @@ msgstr "Переименовать файл в нижний регистр%s(в
msgid "Skip this package"
msgstr "Пропустить это сообщение"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "файл настройки статических пакетов"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15708,11 +15398,6 @@ msgstr "Файл с именем \"%s\" имеется в текущем про
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "Имя файла \"%s\" упоминается%sв пакете \"%s\"%s(в файле \"%s\")."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "Файл \"%s\" пакета %s не найден."
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Следующий пакет не был загружен:"
@@ -15818,63 +15503,16 @@ msgstr "Имеется модуль с тем же именем, что и па
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Это виртуальный пакет. Он ещё не имеет исходного кода. Сначала сохраните пакет."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Невозможно создать каталог"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Невозможно создать каталог вывода \"%s\"%sдля пакета %s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Невозможно создать каталог исходного кода пакета \"%s\"%sдля пакета %s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Невозможно создать целевой каталог для Lazarus:%s\"%s\".%sЭтот каталог нужен для вновь изменённой IDE Lazarus с вашими пакетами."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "Невозможно удалить файл \"%s\"."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Невозможно удалить файл"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Невозможно удалить старый файл состояния \"%s\"%sдля пакета %s."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "Невозможно загрузить пакет"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Невозможно открыть пакет \"%s\".%sЭтот пакет был отмечен для установки."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Невозможно прочитать файл состояния \"%s\"%sпакета %s.%sОшибка: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "Невозможно записать пакет \"%s\"%sв файл \"%s\".%sОшибка: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Невозможно записать файл состояния \"%s\"%sпакета %s.%sОшибка: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Удалить пакет?"
@@ -15916,84 +15554,6 @@ msgstr "удалить"
msgid "Select a package"
msgstr "Выбор пакета"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "Невозможно зарегистрировать компоненты без модуля"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "Класс компонента \"%s\" уже определён"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sИмя файла: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Неверный класс компонента"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Неверное имя модуля: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%sФайл LPK: \"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "Файл пакета не найден"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "Ошибка регистрации пакета"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "Процедура регистрации пуста"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-msgid "RegisterUnit was called but no package is registering."
-msgstr "Был вызван RegisterUnit, но ни один пакет не регистрируется."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%sФайл LPK не найден."
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "Пакет \"%s\" установлен, но не был найден корректный файл пакета (.lpk).%sБыл создан неработающий пакет-пустышка."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Это пакет по умолчанию. Используется только для компонентов без пакета. Такие компоненты устарели."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Пакет установлен, но файл lpk не найден. Все его компоненты отключены. Исправьте эту ошибку."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sИмя модуля: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr "Модуль \"%s\" не был найден в файле LPK.%sВероятно, этот файл LPK не использовался при сборке IDE, либо пакет неверно использует процедуру RegisterUnit."
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "Модуль \"%s\" был удалён из пакета (LPK)"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr "Следующие зависимости не требуются, так как они уже автоматически унаследованы."
@@ -16485,16 +16045,6 @@ msgstr "Удалить файл %s из проекта?"
msgid "Remove %s items from project?"
msgstr "Удалить элементы (%s шт.) из проекта?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "Невозможно прочитать файл состояния %s проекта %s%sОшибка: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Невозможно записать файл состояния для проекта %s%sОшибка: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Собирать всегда (даже при отсутствии изменений)"
@@ -16513,10 +16063,6 @@ msgstr "Ошибка"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Невозможно изменить список автосоздаваемых форм в исходном коде программы.%sИсправьте сначала ошибки."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Метка каталога с исходным кодом проекта"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Запрос значения"
@@ -16643,10 +16189,6 @@ msgstr "Выход"
msgid "&Quit Lazarus"
msgstr "В&ыход из Lazarus"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Ошибка чтения"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "Действительно удалить?"
@@ -17556,10 +17098,6 @@ msgstr "Пропустить загрузку предыдущего проек
msgid "Skip selected checks at startup. Valid options are:"
msgstr "Пропустить выбранные проверки при запуске. Возможные параметры:"
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "Пропустить эти предупреждения"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "Медленный, но более точный метод"
@@ -17658,11 +17196,6 @@ msgstr "Слова"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr "Исходный каталог \"%s\"%sи каталог назначения \"%s\"%sсовпадают. Выберите другой."
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Источник и назначение одинаковы:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17751,10 +17284,6 @@ msgstr "Остановить отладку?"
msgid "Store path delimiters \\ and / as"
msgstr "Сохранение разделителей пути \\ и /:"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "Странный файл LPI"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Ошибка потоков"
@@ -17954,11 +17483,6 @@ msgstr "Application Bundle для \"%s\" успешно создан"
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "Класс \"%s\" имеет тип TControl и может быть вставлен только в управляющий элемент.%sНевозможно вставить."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "Средством CodeTools найдена ошибка:%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18040,30 +17564,15 @@ msgstr "Каталог \"%s\" больше не содержит модулей
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "Присутствие каталога \"%s\" в списке путей к модулям больше не требуется.%sУдалить его?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "Каталог \"%s\" недоступен для записи."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "Файл \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "Файл %s не выглядит, как файл LPI."
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "Индекс файлов требуется для обеспечения работы функции поиска и ей подобных. Во время просмотра можно редактировать исходный код и компилировать, но функция поиска и ей подобные будут сообщать, что требуемые модули не найдены. Процесс может занять некоторое время."
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "Файл \"%s\" является символической ссылкой.%sОткрыть \"%s\" вместо него?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18089,11 +17598,6 @@ msgstr "Файл \"%s\" выглядит как программа.%sЗакры
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "Файл %s, вероятно, является файлом программы уже существующего проекта Lazarus."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "Файл \"%s\"%sнайден в одном из каталогов исходного кода пакета %s, и он выглядит как откомпилированный модуль. Такие модули должны быть в каталоге вывода пакета, иначе другие пакеты не смогут правильно использовать пакет.%sУдалить этот файл?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19026,39 +18530,6 @@ msgstr "Невозможно преобразовать текстовые да
msgid "Unable to convert to encoding \"%s\""
msgstr "Невозможно провести преобразование в кодировку \"%s\""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Невозможно скопировать файл"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Невозможно скопировать файл \"%s\"%sв \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "Невозможно создать каталог \"%s\"."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Невозможно создать файл"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "Невозможно создать файл \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "Невозможно создать файл%s\"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "Невозможно создать ссылку \"%s\" на \"%s\""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr "Невозможно создать новый файл, так как уже имеется каталог с таким именем."
@@ -19161,34 +18632,10 @@ msgstr "Невозможно открыть редактор форм. %sКла
msgid "Unable to read %s"
msgstr "Невозможно прочитать %s"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Невозможно прочитать файл"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "Невозможно прочитать файл \"%s\"."
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Невозможно прочитать файл \"%s\"%sОшибка: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "Невозможно прочитать файл LPI"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr "невозможно прочитать код завершения процесса"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "Невозможно прочитать файл сведений о проекте%s\"%s\"."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19209,20 +18656,6 @@ msgstr "Невозможно удалить заголовок проекта и
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Невозможно переименовать файл с дублирующимся именем \"%s\"%sв \"%s\""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Невозможно переименовать файл"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "Невозможно переименовать файл \"%s\" в \"%s\"!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "Невозможно переименовать файл \"%s\"%sв \"%s\"."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Невозможно переименовать форму в исходном коде."
@@ -19274,45 +18707,6 @@ msgstr "Невозможно преобразовать двоичный пот
msgid "Unable to update CreateForm statement in project source"
msgstr "Невозможно обновить выражение CreateForm в исходном коде проекта"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "Невозможно записать \"%s\""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Невозможно записать файл"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "Невозможно записать файл \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Невозможно записать файл \"%s\"%sОшибка: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "Невозможно записать файл сведений о проекте%s\"%s\".%sОшибка: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "Невозможно записать файл сеанса проекта%s\"%s\".%sОшибка: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "Невозможно произвести запись в файл \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "Невозможно записать поток XML в %s%sОшибка: %s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "Снять отметку со всех"
@@ -19343,79 +18737,6 @@ msgstr "Удалить выбранное"
msgid "Uninstall them too"
msgstr "Удалить их тоже"
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Модуль"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "Модуль \"%s\" был изменён. Сохранить?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Идентификатор модуля существует"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s Модуль %s в пакете %s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr "Перед наследованием от модуля \"%s\" его требуется сохранить. Сделать это сейчас?"
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Модуль с таким именем уже имеется в проекте"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Имя модуля начинается с ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Имя модуля содержит ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "модуль %s не найден"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr "модуль %s не найден по новому местонахождению \"%s\""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr "Не найден модуль в файле %s"
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Каталог вывода модулей"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "пути к модулям"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Пути к модулям"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "модуль %s требует пакет %s"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr "Не найдены модули в файле %s"
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19458,11 +18779,6 @@ msgstr "Обновлять остальные сигнатуры процеду
msgid "Update references?"
msgstr "Обновить ссылки?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "Не удалось обновить файлы PO для пакета %s"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr "Обновить"
@@ -19751,15 +19067,6 @@ msgstr "Рабочий каталог для запуска"
msgid "Write config instead of command line parameters"
msgstr "Записывать файл настройки вместо параметров командной строки"
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Ошибка записи"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Ошибка записи: %s%sФайл: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr "Не удалось записать файл сведений о пакете."
@@ -19777,15 +19084,6 @@ msgstr "Вывести ищущиеся и найденные файлы пак
msgid "wrong version in %s: %s"
msgstr "некорректная версия в %s: %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "Ошибка XML"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "Ошибка анализа XML в файле %s%sОшибка: %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "Это поведение можно отключить для отдельных форм через редактор пакета"
@@ -20090,118 +19388,14 @@ msgstr "Сведения о версии сохраняются только п
msgid "Include version info in executable"
msgstr "Добавлять сведения о версии в исполнимый файл"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Африкаанс"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Арабский"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "Автовыбор (или английский)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Каталанский"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Китайский"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr "Корсиканский"
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "Чешский"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Голландский"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Английский"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Финский"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Французский"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Немецкий"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Иврит"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "Венгерский"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Индонезийский"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Итальянский"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Японский"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "Литовский"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Параметры языка"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Польский"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "Португальский"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "Бразильский португальский"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Русский"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Выбор языка:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "Словацкий"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Испанский"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "Турецкий"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Украинский"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "&Старшая:"
@@ -22126,3 +21320,75 @@ msgstr "Параметры диаграммы модулей"
msgid "Version Info"
msgstr "Сведения о версии"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "Модуль \"%s\" был изменён. Сохранить?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Идентификатор модуля существует"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s Модуль %s в пакете %s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr "Перед наследованием от модуля \"%s\" его требуется сохранить. Сделать это сейчас?"
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Модуль с таким именем уже имеется в проекте"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Имя модуля начинается с ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Имя модуля содержит ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "модуль %s не найден"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr "модуль %s не найден по новому местонахождению \"%s\""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr "Не найден модуль в файле %s"
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Каталог вывода модулей"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "пути к модулям"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Пути к модулям"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "модуль %s требует пакет %s"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr "Не найдены модули в файле %s"
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Невозможно удалить файл"
+
diff --git a/languages/lazaruside.sk.po b/languages/lazaruside.sk.po
index 29139cc28a..81e63d7c58 100644
--- a/languages/lazaruside.sk.po
+++ b/languages/lazaruside.sk.po
@@ -1262,11 +1262,6 @@ msgstr "Správy prekladača"
msgid "Compiler messages language file (*.msg)"
msgstr ""
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Voľby prekladača"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Dokončovanie vlastností"
@@ -3544,10 +3539,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Projekt"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Voľby projektu"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5091,11 +5082,6 @@ msgstr "Zobraziť všetko"
msgid "The package %s is read only."
msgstr "Balíček %s je len na čítanie."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Súbor \"%s\" už existuje.%sNahradiť ho?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5185,12 +5171,6 @@ msgstr "Nájdený nejednoznačný súbor: %s%s%s%sTento súbor môže byť pošk
msgid "Ambiguous files found"
msgstr "Nájdený nejednoznačný súbor"
-#: lazarusidestrconsts.lisambiguousunitfound
-#, fuzzy
-#| msgid "Ambiguous Unit found"
-msgid "Ambiguous unit found"
-msgstr "Nájdená nejednoznačná jednotka"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr ""
@@ -5766,11 +5746,6 @@ msgstr "Kopírovať výstup do do schránky"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "Dátumy .ppu·súborov FPC sú rozdielne o viac ako hodinu.%sTo môže znamenať, že sú z rôznych inštalácií.%sSúbor1: %s%sSúbor2: %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Chyba"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "CHYBA: "
@@ -5916,12 +5891,6 @@ msgstr "(filter)"
msgid "Follow cursor"
msgstr "Nasledovať kurzor"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr ""
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr ""
@@ -7048,10 +7017,6 @@ msgstr "Adresár projektu"
msgid "%s project directory"
msgstr "%s adresár projektu"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Chyba čítania"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Zvolený uzol:"
@@ -7116,10 +7081,6 @@ msgstr ""
msgid "Variable:"
msgstr "Premenná:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Chyba zápisu"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "Na"
@@ -8078,31 +8039,6 @@ msgstr "Hľadať správy Make"
msgid "Skip calling compiler"
msgstr "Preskočiť volanie prekladača"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr ""
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr ""
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "Upozornenie: Dodatočný konfiguračný súbor prekladača má rovnaké meno ako jeden zo štandardných mien konfiguračných súborov prekladača FreePascal. Toto môže mať za následok spracovanie LEN dodatočného konfiguračného súboru a preskočenie štandardného."
@@ -8637,10 +8573,6 @@ msgstr "Zmazať všetky tieto súbory?"
msgid "Delete ambiguous file?"
msgstr "Zmazať nejednoznačný súbor?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Zmazanie súboru zlyhalo"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8678,12 +8610,6 @@ msgstr ""
msgid "Delete value %s"
msgstr ""
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Deleting of file %s%s%s failed."
-msgid "Deleting of file \"%s\" failed."
-msgstr "Mazanie súboru %s%s%s zlyhalo."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr ""
@@ -8783,10 +8709,6 @@ msgstr ""
msgid "directory %s not found"
msgstr ""
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr ""
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr ""
@@ -9329,10 +9251,6 @@ msgstr ""
msgid "Environment variable, name as parameter"
msgstr ""
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Adresár nenájdený"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Neplatné meno debugera"
@@ -9433,11 +9351,6 @@ msgstr "Chyba načítania súboru"
msgid "Error loading file \"%s\":"
msgstr ""
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "Chyba načítania %s z%s%s%s%s"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Chyba presúvania komponentu"
@@ -9495,11 +9408,6 @@ msgstr ", Chyby: %s"
msgid "Error saving form"
msgstr ""
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "Chyba pri ukladaní %s do%s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9553,14 +9461,6 @@ msgstr ""
msgid "executable \"%s\" lacks the permission to run"
msgstr ""
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Vykonať príkaz po"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Vykonať príkaz pred"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Vykonávanie zastavené"
@@ -9646,34 +9546,6 @@ msgstr "Exportovať vybraté"
msgid "Export >>"
msgstr ""
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Rozšíriť cestu jednotky?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr ""
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Oddeliť"
@@ -9736,13 +9608,6 @@ msgstr "Súbor"
msgid "File: "
msgstr "Súbor: "
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format, fuzzy, badformat
-#| msgid "File %s%s%s%sdoes not look like a text file.%sOpen it anyway?"
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "Súbor %s%s%s%snevyzerá ako textový súbor.%sOtvoriť ho i tak?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Prípona súboru programu"
@@ -9800,14 +9665,6 @@ msgstr ""
msgid "File is not an executable"
msgstr ""
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Súbor nie je zapisovateľný"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "Súbor je symbolický odkaz"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9821,12 +9678,6 @@ msgstr ""
msgid "File not found"
msgstr "Súbor nenájdený"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "Súbor \"%s\" nenájdený."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9850,10 +9701,6 @@ msgstr "Súbor \"%s\" nenájdený.%sChcete ho vytvoriť?"
msgid "File not lowercase"
msgstr "Súbor nie je malými znakmi"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "Súbor nie je textový"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10561,11 +10408,6 @@ msgstr "IDE bude znova preložené a reštartované počas inštalácie/odinšta
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr ""
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "Informácie o IDE"
@@ -10678,10 +10520,6 @@ msgstr ""
msgid "Ignore all"
msgstr "Ignorovať všetko"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Ignorovať a pokračovať"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14333,15 +14171,6 @@ msgstr ""
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "Neimplementované"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "Zatiaľ neimplementované:%s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr ""
@@ -14605,14 +14434,6 @@ msgstr "Znova otvoriť projekt"
msgid "Open Project File"
msgstr "Otvoriť súbor projektu"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Otvoriť symbolický odkaz"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Otvoriť cieľ"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Otvoriť súbor ako bežný zdrojový kód"
@@ -14717,14 +14538,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%sprepisuje widgetset projektu. napr. gtk gtk2 qt win32 carbon. predvolené: %s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Prepísať súbor?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Prepísať súbor na disku"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr ""
@@ -14822,16 +14635,6 @@ msgstr ""
msgid "Parsers:"
msgstr "Parsery:"
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr ""
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr ""
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -14982,11 +14785,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Vytvoriť Makefile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr ""
@@ -14999,10 +14797,6 @@ msgstr "Upraviť všeobecné voľby"
msgid "File Properties"
msgstr "Vlastnosti súboru"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr ""
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Inštalovať"
@@ -15273,10 +15067,6 @@ msgstr "Nižšia"
msgid "Object"
msgstr "Objekt"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Voľby balíčka"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Typ balíčka"
@@ -15435,26 +15225,6 @@ msgstr ""
msgid "Clear Selection"
msgstr ""
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "Doplnenie CompiledSrcPath"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Výstupný adresár"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Značka zdrojového adresára balíčka"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Cesta jednotky"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr ""
@@ -15485,64 +15255,6 @@ msgstr "Súbor \"%s\"%smomentálne nie je v ceste k jednotke balíčka.%sPridať
msgid "More functions for the package"
msgstr ""
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Binárny"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Súbor include"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "Spravoanie súboru XML"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - textový formulár Lazarus"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - Lazarus resource"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Hlavná jednotka"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Text"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Virtuálna jednotka"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15578,15 +15290,6 @@ msgstr "Porušená závislosť"
msgid "Circular dependencies found"
msgstr ""
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Zmazanie zlyhalo"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Zmazať súbor starého balíčka?"
@@ -15601,19 +15304,10 @@ msgstr "Zmazať starý súbor balíčka \"%s\"?"
msgid "Dependency without Owner: %s"
msgstr "Závislosť bez vlastníka: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Chyba čítania súboru"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Chyba čítania balíčka"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Chyba zapisovania súboru"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Chyba zápisu balíčka"
@@ -15702,10 +15396,6 @@ msgstr "Balíček nie je pre dobu návrhu"
msgid "Package is required"
msgstr "Balíček je vyžadovaný"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "základný súbor zdrojového kódu balíčka"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Meno balíčka už existuje"
@@ -15773,10 +15463,6 @@ msgstr "Má byť súbor premenovaný malými písmenami na %s\"%s\"?"
msgid "Skip this package"
msgstr "Preskočiť tento balíček"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "konfiguračný súbor statických balíčkov"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15806,11 +15492,6 @@ msgstr "Meno súboru %s%s%s je časťou aktuálneho projektu.%sProjekty a balí
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "Meno súboru %s%s%s je použité %sbalíčka %s%s%s%sv súbore %s%s%s."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr ""
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Zlyhalo načítanie týchto balíčkov:"
@@ -15930,69 +15611,18 @@ msgstr "Už existuje jednotka s rovnakým enom ako blíček:%s%s1. %s%s%s z %s%s
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Toto je virtuálny balíček. Zatiaľ nemá zdrojový kód. Prosím najprv uložte balíček."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Nemožno vytvoriť adresár"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Nemožno vytvoriť výstupný adresár \"%s\"%sbalíčka %s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Nemožno vytvoriť zdrojový adresár \"%s\"%spre balíček %s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format, fuzzy, badformat
#| msgid "Unable to create target directory for Lazarus:%s%s%s%s.%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Nemožno vytvoriť cieľový adresár pre Lazarus:%s%s%s%s.%sTento adresár je potebný pre nové, zmenené Lazarus IDE s vašimi balíčkami."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "Nemožno zmazať súbor \"%s\"."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Nemožno zmazať súbor"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to delete old state file %s%s%s%sfor package %s."
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Nemožno zmazať starý stavový súbor %s%s%s%sbalíčka %s."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to open the package %s%s%s.%sThis package was marked for installation."
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Nemožno otvoriť balíček %s%s%s.%sTento balíček bol označený na inštaláciu."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to read state file %s%s%s%sof package %s.%sError: %s"
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Nemožno čítať stavový súbor %s%s%s%sbalíčka %s.%sChyba: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format, fuzzy, badformat
#| msgid "Unable to write package %s%s%s%sto file %s%s%s.%sError: %s"
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "Nemožno zapísať balíček %s%s%s%sdo súboru %s%s%s.%sChyba: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to write state file %s%s%s%sof package %s.%sError: %s"
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Nemožno zapísať stavový súbor %s%s%s%sbalíčka %s.%sChyba: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Odinštalovať balíček?"
@@ -16034,91 +15664,6 @@ msgstr "odstrániť"
msgid "Select a package"
msgstr ""
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-#, fuzzy
-#| msgid "Can not register components without unit"
-msgid "Cannot register components without unit"
-msgstr "Nemožno registrovať komponent bez jednotky"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "Trieda komponentu \"%s\" je už definovaná"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sMeno súboru: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Neplatná trieda komponentu"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Neplatné meno jednotky: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "Súbor balíčka nenájdený"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "Procedúra Register je prázdna"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-#, fuzzy
-#| msgid "RegisterUnit was called, but no package is registering."
-msgid "RegisterUnit was called but no package is registering."
-msgstr "Bolo volané RegisterUnit, ale neregistruje sa žiadny balíček."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format, fuzzy, badformat
-#| msgid "The package %s%s%s is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "Balíček %s%s%s je nainštalovaný, ale nebol nájdený platný súbor balíčka (.lpk).%sBol vytvorený poškodený fiktívny balíček."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Toto je predvolený balíček. Určený len pre komponenty bez balíčkov (zastarané)."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-#, fuzzy
-#| msgid "This package is installed, but the lpk file was not found. All its components are deactivated. Please fix this."
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Tento balíček je nainštalovaný, ale súbor lpk nebol nájdený. Všetky jeho komponenty sú deaktivované. Prosím opravte to."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sMeno jednotky: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr ""
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr ""
@@ -16616,16 +16161,6 @@ msgstr "Odstrániť súbor %s z projektu?"
msgid "Remove %s items from project?"
msgstr ""
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "Nemožno čítať stavový súbor %s projektu %s%sChyba: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Nemožno zapísať stavový súbor projektu %s%sChyba: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Vždy vybudovať (aj keď nezmenené)"
@@ -16644,10 +16179,6 @@ msgstr "Chyba"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Nemožno zmeniť zoznam automaticky vytváraných formulárov v zdrojovom kóde programu.%sNajprv opravte chyby."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Značka zdrojového adresára projektu"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Opýtať sa na hodnotu"
@@ -16774,10 +16305,6 @@ msgstr "Ukončiť"
msgid "&Quit Lazarus"
msgstr "U&končiť Lazarus"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Chyba čítania"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "Skutočne odstrániť?"
@@ -17686,10 +17213,6 @@ msgstr "Preskočiť otváranie posledného projektu"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr ""
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr ""
@@ -17788,11 +17311,6 @@ msgstr "Slová"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Zdroj a cieľ sú rovnaké: %s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17881,10 +17399,6 @@ msgstr "Zastaviť ladenie?"
msgid "Store path delimiters \\ and / as"
msgstr "Ukladať oddeľovače cesty \\ a / ako"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr ""
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Chyba streamovania"
@@ -18085,12 +17599,6 @@ msgstr ""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "Trieda %s%s%s je TControl a môže byť vložená len do ovládacieho prvku.%sNemožno vložiť."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format, fuzzy, badformat
-#| msgid "The Codetools found an error:%s%s%s"
-msgid "The Codetools found an error:%s%s"
-msgstr "CodeTools našiel chybu:%s%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18177,31 +17685,15 @@ msgstr ""
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "Adresár %s%s%s nie je viac potrebný v ceste jednotiek.%sOdstrániť ho?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr ""
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "Súbor \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr ""
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr ""
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format, fuzzy, badformat
-#| msgid "The file %s%s%s is a symlink.%s%sOpen %s%s%s instead?"
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "Súbor %s%s%s je symbolický odkaz. %s%sOtvoriť %s%s%s namiesto neho?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18227,12 +17719,6 @@ msgstr "Súbor \"%s\" vyzerá byť programom.%sZatvoriť aktuálny projekt a vyt
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "Súbor %s vyzerá byť programovým súborom existujúceho projektu Lazarus."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format, fuzzy, badformat
-#| msgid "The file %s%s%s%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%s%sDelete ambiguous file?"
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "Súbor %s%s%s%sbol nájdený v jednom zo zdrojových adresárov balíčka %s a vyzerá ako preložená jednotka. Preložené jednotky musia byť vo výstupnom adresári balíčka, inak môžu mať iné balíčky problémy s použitím tohoto balíčka.%s%sZmazať tento súbor?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19193,40 +18679,6 @@ msgstr "Nemožno konvertovať textové dáta formulára súboru %s%s%s%s%sdo bin
msgid "Unable to convert to encoding \"%s\""
msgstr ""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Nemožno kopírovať súbor"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format, fuzzy, badformat
-#| msgid "Unable to copy file %s%s%s%sto %s%s%s"
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Nemožno prekopírovať súbor %s%s%s%sdo %s%s%s"
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "Nemožno vytvoriť adresár \"%s\"."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Nemožno vytvoriť súbor"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "Nemožno vytvoriť súbor \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "Nemožno vytvoriť odkaz \"%s\" s cieľom \"%s\""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr ""
@@ -19331,34 +18783,10 @@ msgstr "Nemožno otvoriť návrhára.%sTrieda %s nie je potomkom triedy ako TFor
msgid "Unable to read %s"
msgstr "Nemožno čítať %s"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Nemožno čítať súbor"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "Nemožno čítať súbor \"%s\"."
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Nemožno čítať súbor \"%s\"%sChyba: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr ""
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr ""
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19380,20 +18808,6 @@ msgstr ""
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Nemožno premenovať poškodený súbor %s%s%s%sna %s%s%s"
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Nemožno premenovať súbor"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "Nemožno premenovať súbor \"%s\" na \"%s\"!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "Nemožno premenovať súbor \"%s\"%sna \"%s\"."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Nemožno premenovať formulár v zdrojovom kóde."
@@ -19445,45 +18859,6 @@ msgstr "Nemožno transformovať binárny stream komponentu %s:T%s na text."
msgid "Unable to update CreateForm statement in project source"
msgstr "Nemožno vytvoriť príkaz CreateForm v zdrojovom kóde projektu"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "Nemožno zapísať \"%s\""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Nemožno zapisovať do súboru"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Nemožno zapísať súbor \"%s\"%sChyba: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr ""
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "Nemožno zapísať xml stream do %s%sChyba: %s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr ""
@@ -19514,79 +18889,6 @@ msgstr "Odinštalovať výber"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Jednotka"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Identifikátor jednotky existuje"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s jednotka %s v balíčku %s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Meno jednotky už v projekte existuje"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Meno jednotky začína s ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Meno jednotky obsahuje ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr ""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Výstupný adresár jednotky"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "cesta jednotiek"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Cesty jednotiek"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr ""
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr ""
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19629,11 +18931,6 @@ msgstr ""
msgid "Update references?"
msgstr ""
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr ""
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr ""
@@ -19922,15 +19219,6 @@ msgstr "Pracovný adresár pre spustenie"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Chyba zápisu"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Chyba zápisu: %s%sSúbor: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr ""
@@ -19948,15 +19236,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr ""
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "XML Chyba"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "Chyba parsera XML v súbore %s%sChyba: %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr ""
@@ -20262,118 +19541,14 @@ msgstr ""
msgid "Include version info in executable"
msgstr "Zahrnúť informácie o verzii do spustiteľného súboru"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Africky"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Arabsky"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "Automaticky (alebo Anglicky)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Katalánsky"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Čínsky"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr ""
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "Česky"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Holandsky"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Anglicky"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Finsky"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Francúzsky"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Nemecky"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Hebrejsky"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "Maďarsky"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Indonézsky"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Taliansky"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Japonsky"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "Litovsky"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Voľby jazyka"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Poľsky"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "Portugalsky"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "Brazílska portugalčina"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Ruský"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Výber jazyka:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "Slovensky"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Španielsky"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "Turecky"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Ukrajinsky"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "&Hlavná verzia:"
@@ -22314,3 +21489,75 @@ msgstr ""
msgid "Version Info"
msgstr "Informácie o verzii"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Identifikátor jednotky existuje"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s jednotka %s v balíčku %s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Meno jednotky už v projekte existuje"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Meno jednotky začína s ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Meno jednotky obsahuje ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr ""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Výstupný adresár jednotky"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "cesta jednotiek"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Cesty jednotiek"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr ""
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr ""
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Nemožno zmazať súbor"
+
diff --git a/languages/lazaruside.tr.po b/languages/lazaruside.tr.po
index 25d1faab14..802372ae0f 100644
--- a/languages/lazaruside.tr.po
+++ b/languages/lazaruside.tr.po
@@ -1261,10 +1261,6 @@ msgstr "Derleyici mesajları"
msgid "Compiler messages language file (*.msg)"
msgstr "Derleyici ileti dil dosyası (* .msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgid "Compiler Options"
-msgstr "Derleyici Seçenekleri"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Komple özellikleri"
@@ -3506,10 +3502,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Proje"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Proje Seçenekleri"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5025,11 +5017,6 @@ msgstr "Tümünü göster"
msgid "The package %s is read only."
msgstr "%s paketi salt okunur."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "\"%s\" dosyası zaten var.%s Değiştirilsin mi?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5117,10 +5104,6 @@ msgstr "Belirsiz dosya bulundu: \"%s\"%sBu dosya \"%s\" ile karıştırılabilir
msgid "Ambiguous files found"
msgstr "Belirsiz dosyalar bulundu"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "Belirsiz birim bulundu"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr "Kardeşin alt tarafından alt tarafına tutturun. Bir mesafe ayarlamak için BorderSpacing'i kullanın. Kardeşin BorderSpacing'i yok sayılır."
@@ -5692,11 +5675,6 @@ msgstr "Çıktıyı panoya kopyala"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "FPC'nin .ppu dosyalarının tarihleri bir saatten fazla farklılık göstermektedir.%s Bu iki kurulumdan kaynaklanabilir.%sDosya1: %s%sDosya2: %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Hata"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "HATA: "
@@ -5841,12 +5819,6 @@ msgstr "(Filtre)"
msgid "Follow cursor"
msgstr "İmleci takip et"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr "%s içinde %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "Kök kontrol"
@@ -6968,10 +6940,6 @@ msgstr "Proje dizini"
msgid "%s project directory"
msgstr "%s proje dizini"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Okuma hatası"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Seçili Düğüm:"
@@ -7036,10 +7004,6 @@ msgstr "%s: %sdeğer \"%s\" geçersiz."
msgid "Variable:"
msgstr "Değişken:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Yazma hatası"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "At"
@@ -7998,31 +7962,6 @@ msgstr "Make Mesajları için tara"
msgid "Skip calling compiler"
msgstr "Çağıran derleyiciyi atla"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "Ana kaynağa \"{$I %s}\" eklenemedi!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "\"{$R %s}\" ana kaynağa eklenemedi!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "Ana kaynak \"%s\" eklenemedi!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "Ana kaynaktan \"{$I %s}\" kaldırılamadı!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "Ana kaynaktan \"{$R %s}\" kaldırılamadı!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "Uyarı: Ek derleyici yapılandırma dosyası, Free Pascal derleyicisinin aradığı standart yapılandırma dosya adlarından biriyle aynı ada sahiptir. Bu, YALNIZCA ek yapılandırmanın ayrıştırılmasına ve standart yapılandırmanın atlanmasına neden olabilir."
@@ -8555,10 +8494,6 @@ msgstr "Tüm dosyalar silinsin mi?"
msgid "Delete ambiguous file?"
msgstr "Belirsiz dosya silinsin mi?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Dosya silinemedi"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8596,11 +8531,6 @@ msgstr "%s değeri silinsin mi?"
msgid "Delete value %s"
msgstr "%s değerini sil"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "\"%s\" dosyasının silinmesi başarısız oldu."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "Sınırlayıcı noktalı virgüldür."
@@ -8700,10 +8630,6 @@ msgstr "Dizin \"%s\" bulunamadı."
msgid "directory %s not found"
msgstr "dizin %s bulunamadı"
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "Dizin yazılabilir değil"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "IDE'nin .po dosyalarını koyduğu dizin"
@@ -9244,10 +9170,6 @@ msgstr "Makro için \"%s\"\" yeni ad girin"
msgid "Environment variable, name as parameter"
msgstr "Ortam değişkeni, parametrenin adı"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Dizin bulunamadı"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Geçersiz hata ayıklayıcı dosya adı"
@@ -9349,11 +9271,6 @@ msgstr "Dosya yüklenirken hata oluştu"
msgid "Error loading file \"%s\":"
msgstr "\"%s\" dosyasını yüklerken hata oluştu:"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "%s%s%s%s adresinden %s yüklenirken hata oluştu"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Bileşeni hareket ettirirken hata oluştu"
@@ -9411,11 +9328,6 @@ msgstr ", Hatalar: %s"
msgid "Error saving form"
msgstr "Form kaydetme hatası"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "%s, %s %s %s %s'ye kaydedilirken hata oluştu"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9469,14 +9381,6 @@ msgstr "çalıştırılabilir \"%s\" bir dizin"
msgid "executable \"%s\" lacks the permission to run"
msgstr "çalıştırılabilir \"%s\" çalıştırılacak izin yok"
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Sonra komut çalıştırılıyor"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Önce komut çalıştırılıyor"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Yürütme durduruldu"
@@ -9562,34 +9466,6 @@ msgstr "Seçilenleri dışa aktar"
msgid "Export >>"
msgstr "Dışa Aktar >>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "\"%s\" paketinin dosya arama yolunu %s \"%s\" ile genişletilsin mi?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr "Projenin include dosya arama yolunu %s ile genişlet \"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "Yol genişletilsin mi?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Birim yolunu genişletilsin mi?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "Paketin birim arama yolunu \"%s\" %s \"%s\" ile uzat?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "Projenin birim arama yolunu %s ile genişlet\"%s\"?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Çıkart"
@@ -9652,12 +9528,6 @@ msgstr "Dosya"
msgid "File: "
msgstr "Dosya: "
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "\"%s\"%s dosyası bir metin dosyasına benzemiyor.%s Yine de açılsın mı?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Programların dosya uzantıları"
@@ -9715,14 +9585,6 @@ msgstr "Dosya dizin"
msgid "File is not an executable"
msgstr "Dosya yürütülebilir değil"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "Dosya yazılabilir değil"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "Dosya sembolik bağ"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9736,12 +9598,6 @@ msgstr "Dosya Adı Stili"
msgid "File not found"
msgstr "Dosya bulunamadı"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "Dosya \"%s\" bulunamadı."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9765,10 +9621,6 @@ msgstr "Dosya \"%s\" bulunamadı %s Oluşturmak ister misiniz?"
msgid "File not lowercase"
msgstr "Dosya küçük harf değil"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "Metin değil dosya"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10473,11 +10325,6 @@ msgstr "IDE paketleri kurulurken/kaldırılırken yeniden derlenecek ve yeniden
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "Lazarus'a hoş geldiniz.%0:s Bulunan IDE yapılandırması daha önce Lazarus'un başka bir kurulumu tarafından kullanılıyordu.%0:s Eğer iki veya daha fazla Lazarus kurulumunuz varsa, aynı konfigürasyonu paylaşmamaları gerekir. Bu, çakışmalara yol açabilir ve Lazarus kurulumlarınız kullanılamaz hale gelebilir.%0:s%0:s Yalnızca bir kurulumunuz varsa ve Lazarus çalıştırılabilir dosyasını kopyaladıysanız veya taşıdıysanız, bu yapılandırmayı yükseltebilirsiniz.%0:s%1:s%0:s%0:s Seçin:%0:s%0:s * Güncelleme bilgisi: Bu yapılandırmayı kullanın ve gelecekte bu Lazarus ile birlikte kullanılmak üzere güncelleyin. Eski kurulum artık bunu kullanmayacak.%0:s * Yoksay: Bu konfigürasyonu kullanın, ancak uyarıyı saklayın. Bu, diğer kurulumla çakışmalara neden olabilir.%0:s * İptal: Şimdi çıkın. Ardından, bu Lazarus'u doğru yapılandırma ile başlatarak sorunu çözebilirsiniz.%0:s%0:s Ek bilgiler:%0:s Bu yapılandırma şudur:%2:s%0:s Bu, Lazarus kurulumuna ait. :%3:s%0:s Geçerli IDE şu kaynaktan başlatıldı:%4:s%0:s"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "%s paketi için Makefile oluşturuluyor"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "IDE hakkında bilgi"
@@ -10590,10 +10437,6 @@ msgstr "İki farklı Lazarus sürümü kullanmak istiyorsanız, ikinci Lazarus'a
msgid "Ignore all"
msgstr "Hepsini Yoksay"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Yoksay ve devam et"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14240,15 +14083,6 @@ msgstr "şablon seçilmedi"
msgid "Nothing to do"
msgstr "Yapacak bir şey yok"
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "Uygulanmadı"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "Henüz uygulanmadı: %s %s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "yüklü değil"
@@ -14508,14 +14342,6 @@ msgstr "Projeyi tekrar Aç"
msgid "Open Project File"
msgstr "Proje Dosyasını Aç"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Sembolik bağı aç"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Hedefi Aç"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Dosyayı normal kaynak olarak aç"
@@ -14622,14 +14448,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%s proje pencere setini geçersiz kılar. Örneğin. gtk gtk2 qt win32 karbon. varsayılan:%s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Dosyanın üzerine yazılsın mı?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Diskdeki dosya üzerine yaz"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "'Sahibi' zaten TReader / TWriter tarafından kullanılıyor, lütfen başka bir ad seçin."
@@ -14727,16 +14545,6 @@ msgstr "ayrıştırıcı \"%s\": %s"
msgid "Parsers:"
msgstr "Ayrıştırma:"
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr "derleyiciyi geçerek \"%s\" tanımını farklı değerlerle iki kez tanımlayın"
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr "derleyici seçeneğinin geçilmesi - farklı değerlerle iki kez %s"
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -14884,11 +14692,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Makefile Oluştur"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s, varsayılan: %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "Bağımlılık Özellikleri"
@@ -14901,10 +14704,6 @@ msgstr "Genel seçenekleri düzenle"
msgid "File Properties"
msgstr "Dosya Özellikleri"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr "(fpmake)"
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Yükle"
@@ -15168,10 +14967,6 @@ msgstr "En küçük"
msgid "Object"
msgstr "Nesne"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Paket Seçenekleri"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Paket Tipi"
@@ -15328,26 +15123,6 @@ msgstr "Paket bağımlılıklarını temizle"
msgid "Clear Selection"
msgstr "Seçimi Temizle"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "CompiledSrcPath eklentisi"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr "Alanadı"
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Çıkış dizini"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Paket Kaynak Dizini İşareti"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Birim Yolu"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "Bağımlılıkları sil"
@@ -15378,64 +15153,6 @@ msgstr "\"%s\" %s dosyası şu anda paketin birim yolunda değil.%s \"%s\" birim
msgid "More functions for the package"
msgstr "Paket için daha fazla fonksiyon"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "İkili"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Dosyayı dahil et"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "Sorun xml dosyası"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM - Lazarus metin dosyası"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS - Lazarus kaynak dosyası"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Ana Birim"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Metin"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Sanal Birim"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paket dizini.Parametresi paket kimliğidir, örneğin \"İsim\" veya \"İsim 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paket, dosya arama yolunu içerir. Parametre paket kimliğidir, örneğin \"İsim\" veya \"İsim 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paket adı. Parametre paket kimliğidir, örneğin \"İsim\" veya \"İsim 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paket çıkış dizini.Parametresi paket kimliğidir, örneğin \"İsim\" veya \"İsim 1.0\"\""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paket kaynağı arama yolu. Parametre paket kimliğidir, örneğin \" İsim\" veya \"İsim 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Paket birimi arama yolu. Parametre paket kimliğidir, örneğin \"İsim\" veya \"İsim 1.0\""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15471,15 +15188,6 @@ msgstr "Bozuk bağımlılık"
msgid "Circular dependencies found"
msgstr "Dairesel bağımlılıklar bulundu"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "%s paketini derle"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Silinemedi"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Eski Paket Dosyasını Silsin mi?"
@@ -15494,19 +15202,10 @@ msgstr "Eski paket dosyasını \"%s\" silinsin mi?"
msgid "Dependency without Owner: %s"
msgstr "Sahibi Olmayan Bağımlılık: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Dosya okunurken hata oluştu"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Paket Okuma Hatası"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Dosya yazarken hata oluştu"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Paket Yazma Hatası"
@@ -15593,10 +15292,6 @@ msgstr "Paket bir tasarım zamanı paketi değil"
msgid "Package is required"
msgstr "Paket gerekiyor"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "paket ana kaynak dosyası"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Paket adı zaten var"
@@ -15666,10 +15361,6 @@ msgstr "Dosya küçük harfe yeniden adlandırılsın mı?%s\"%s\"?"
msgid "Skip this package"
msgstr "Bu paketi atla"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "statik paketler yapılandırma dosyası"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgid "The file \"%s\"%sis already in the package %s."
@@ -15695,11 +15386,6 @@ msgstr "Dosya adı \"%s\" geçerli projenin bir parçası.%sProjeler ve Paketler
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "\"%s\" dosya ismi \"%s\" tarafından \"%s\"%s %s dosyasında kullanılıyor."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "%s paketinin \"%s\" dosyası bulunamadı."
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Aşağıdaki paket yüklenemedi:"
@@ -15805,63 +15491,16 @@ msgstr "Bir paket olarak aynı adı taşıyan bir birim var: %s1. \"%s\" %s %s2.
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Bu sanal bir paket, henüz kaynağı yok, lütfen önce paketi kaydedin."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Dizin oluşturulamadı"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Paket %s için \"%s\" %s çıktı klasörü oluşturulamadı."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Paket kaynağı klasörü \"%s\" %s için %s oluşturulamadı."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Lazarus için hedef klasör oluşturulamadı: %s\"%s\".%sBu klasör, özel paketlerinizle birlikte değiştirilen yeni Lazarus IDE için gereklidir."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "Dosya \"%s\" silinemiyor."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Dosya silinemiyor"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Eski durum dosyasını silemiyor \"%s\" %s paket %s için."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "Paket yüklenemiyor"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Paket \"%s\" açılamıyor.%sBu paket kurulum için işaretlendi."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "%s durum dosyasını okunamıyor \"%s\" paketi %s.%sHata: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "\"%s\"%s paketi \"%s\" dosyasına yazılamıyor.%s Hata:%s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Durum dosyası yazılamıyor \"%s\"%s paketinin %s.%s Hata:%s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Paketi kaldır?"
@@ -15900,83 +15539,6 @@ msgstr "kaldırılacak"
msgid "Select a package"
msgstr "Bir paket seçin"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "Birim olmayan bileşenler kaydedilemiyor"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "Bileşen Sınıfı \"%s\" zaten tanımlandı"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sDosya Adı: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Geçersiz bileşen sınıfı"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Geçersiz Birim Adı: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%slpk dosyası: \"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "Paket dosyası bulunamadı"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "Paket kaydı hatası"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "Kayıt prosedürü sıfır"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-msgid "RegisterUnit was called but no package is registering."
-msgstr "RegisterUnit çağrıldı, ancak hiçbir paket kayıt yapmıyor."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%sLpk dosyası bulunamadı."
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "\"%s\" paketi kuruldu, ancak geçerli bir paket dosyası (.lpk) bulunamadı.%s Bozuk bir sahte paket oluşturuldu."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Bu varsayılan paket. Sadece paketi olmayan bileşenler için kullanılır. Bu bileşenler eski."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Bu paket yüklü ancak lpk dosyası bulunamadı. Tüm bileşenleri devre dışı bırakıldı. Lütfen bunu düzeltin."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sBirim Adı: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr "Birim \"%s\" lpk dosyasında bulunamadı. %s Muhtemelen bu lpk dosyası bu IDE'yi oluşturmak için kullanılmadı. Veya paket, RegisterUnit prosedürünü kötüye kullanır."
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "Birim \"%s\" paketten kaldırıldı (lpk)"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr "Paket bağımlılıklar arasındaki otomatik geçiş nedeniyle aşağıdaki bağımlılıklar gerekli değildir."
@@ -16469,16 +16031,6 @@ msgstr "%s dosyası projeden kaldırılsın mı?"
msgid "Remove %s items from project?"
msgstr "%s öğeler projeden kaldırsın mı?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "%s projesinin %s durumu dosyası okunamıyor. %sHata:%s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "%s%sHata: %s projesi için durum dosyası yazılamıyor"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Her zaman derle (hiçbir şey değişmese bile)"
@@ -16497,10 +16049,6 @@ msgstr "Hata"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Program kaynağındaki otomatik oluşturma form listesini değiştiremiyor %sLütfen önce hataları düzeltin."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Proje Kaynak Dizini İşareti"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Değer isteyin"
@@ -16622,10 +16170,6 @@ msgstr "Çıkış"
msgid "&Quit Lazarus"
msgstr "&Lazarus'tan Çık"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Okuma hatası"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "Gerçekten silinsin mi?"
@@ -17534,10 +17078,6 @@ msgstr "Son proje yüklemeyi atla"
msgid "Skip selected checks at startup. Valid options are:"
msgstr "Başlangıçta seçilen kontrolleri atlayın."
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "Bu uyarıları atla"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "Daha yavaş ama daha doğru."
@@ -17635,11 +17175,6 @@ msgstr "Kelimeler"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr "Kaynak \"%s\"%s ve Hedef \"%s\"%s dizinleri aynıdır. Lütfen başka bir dizin seçin."
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Kaynak ve Hedef aynı: %s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17727,10 +17262,6 @@ msgstr "Hata ayıklama durdurulsun mu?"
msgid "Store path delimiters \\ and / as"
msgstr "Yol sınırlayıcıları \\ ve / ekle"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "Garip lpi dosyası"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Akış hatası"
@@ -17930,11 +17461,6 @@ msgstr "Uygulama Paketi oluşturuldu \"%s\""
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "\"%s\"sınıfı bir TControl'tir ve olmayan bir denetleyiciye yapıştırılamaz.%s Yapıştırılamadı."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "Kod aracı bir hata buldu: %s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18016,30 +17542,15 @@ msgstr "\"%s\" dizini artık proje birimi içermiyor. Bu dizini projenin birim a
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "\"%s\" dizini birim yolunda artık gerekli değil %sKaldırılsın mı?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "\"%s\"dizini yazılabilir değil."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "Dosyalar \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "Dosya %s bir lpi dosyası gibi görünmüyor."
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "Dosya indeksi, bulma bildirimi gibi işlevler için gereklidir. Tarama yaparken kaynakları düzenleyebilir ve derleyebilirsiniz, ancak bildirim bulma gibi işlevler birimin bulunamadığı hataları gösterir. Bu bir dakika sürebilir."
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "\"%s\"dosyası bir sembolik bağ.%s \"%s\" yerine Aç?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18065,11 +17576,6 @@ msgstr "\"%s\"dosyası bir program gibi görünüyor.%s Geçerli projeyi kapatı
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "%s dosyası mevcut bir Lazarus Projesinin program dosyası gibi görünüyor."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "\"%s\"%s dosyası,%s paketinin kaynak dizinlerinden birinde bulundu ve derlenmiş bir birime benziyor. Derlenmiş birimler paketin çıkış dizininde olmalıdır, aksi takdirde diğer paketler bu paketi kullanırken sorun yaşayabilir.%s Belirsiz dosyayı sil?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19003,39 +18509,6 @@ msgstr "%s dosyası \"%s\" %s akışı ikili sistem ( %s) dosyasının metin for
msgid "Unable to convert to encoding \"%s\""
msgstr "\"%s\" kodlamasına dönüştürülemez"
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Dosya kopyalanamıyor"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Dosya \"%s\"%s ye \"%s\" kopyalanamıyor"
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "\"%s\" dizini oluşturulamadı."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Dosya oluşturulamadı"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "\"%s\" dosyası oluşturulamadı."
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "%s dosyası \" %s\" dosyası oluşturulamadı."
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "Hedef \"%s\"\" ile \" %s \" bağlantısı oluşturulamadı"
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr "Yeni bir dosya oluşturulamadı, çünkü zaten bu ada sahip bir klasör var."
@@ -19138,33 +18611,10 @@ msgstr "Tasarımcı açılamıyor.%s %s sınıfı, TForm veya TDataModule gibi b
msgid "Unable to read %s"
msgstr "%s okunamadı"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Dosyayı okunamıyor"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "Dosya \"%s\" okunamadı."
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Dosya okunamıyor \"%s\"%sHata: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "Lpi okunamıyor"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr "exitStatus işlemi okunamıyor"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "Proje bilgi dosyası %s\"%s\" okunamadı."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19185,20 +18635,6 @@ msgstr "Proje başlığını kaynaktan kaldıramadı %s%s"
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Belirsiz dosyayı \"%s\" %sto \"%s\"\" olarak yeniden adlandıramıyor"
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Dosya yeniden adlandırılamıyor"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "\"%s\" dosyasını \"%s\" olarak yeniden adlandırılamadı!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "\"%s\"%s Dosyasını \"%s\" yeniden adlandırılamıyor."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Kaynak formun adı yeniden adlandırılamadı."
@@ -19250,45 +18686,6 @@ msgstr "%s:T%s'nin ikili bileşen akışını metin haline dönüştürülemez."
msgid "Unable to update CreateForm statement in project source"
msgstr "Proje kaynağında CreateForm deyimi güncelleştirilemiyor"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "\"%s\" yazamıyor"
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Dosya yazamadı"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "Dosya \"%s\" yazılamadı."
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Dosya \"%s\"%sHata: %s yazılamıyor"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "Proje bilgi dosyası %s\"%s\" yazılamadı %sHata: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "Proje oturum dosyası %s\"%s\" yazılamadı %sHata: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "\"%s\" dosyasına yazılamıyor."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "%s%s xml akışı yazılamadı Hata:%s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "Tüm işareti kaldır"
@@ -19318,79 +18715,6 @@ msgstr "Seçimi kaldır"
msgid "Uninstall them too"
msgstr "Onları da kaldırın"
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Birim"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "Birim \"%s\"değiştirildi. Değişiklikler kaydedilsin mi?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Birim tanımlayıcı var"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s birimi %s, %s paketinde"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr "\"%s\" biriminin devralınabilmesi için kaydedilmesi gerekir. Şimdi kaydedilsin mi?"
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Birim adı zaten projede"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Birim adı başlıyor ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Birim adı içeriyor ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "birim %s bulunamadı"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr "%s birimi \"%s\" yeni konumunda bulunamadı \""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr "%s dosyasında bir birim bulunamadı"
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Birim Çıktı Dizini"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "birim yolu"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Birim yolları"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "%s birimi %s paketini gerektiriyor"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr "Birimler %s dosyasında bulunamadı"
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19432,11 +18756,6 @@ msgstr "Yalnızca harf durumu değiştiğinde diğer prosedür imzalarını gün
msgid "Update references?"
msgstr "Kaynaklar güncellensin mi?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "PO dosyası güncellemesi %s paketinde başarısız oldu"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr "Yükselt"
@@ -19722,15 +19041,6 @@ msgstr "Çalıştırmak için çalışma dizini"
msgid "Write config instead of command line parameters"
msgstr "Komut satırı parametreleri yerine config yaz"
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Yazma Hatası"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Yazma hatası: %s%sDosya: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr "Paket bilgi dosyası yazılamadı."
@@ -19748,15 +19058,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "%s içindeki yanlış sürüm: %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "XML Hatası"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "%s dosyasındaki XML ayrıştırıcı hatası %sHata:%s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "Bireysel formlar için bunu paket düzenleyicisiyle devre dışı bırakabilirsiniz"
@@ -20061,118 +19362,14 @@ msgstr "Çalıştırılabilir biçim destekliyorsa sürüm bilgisi saklanır."
msgid "Include version info in executable"
msgstr "Sürüm bilgilerini çalıştırılabilir dosyaya ekle"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Afrika"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Arapça"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "Otomatik (veya İngilizce)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Katalan"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Çince"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr "Korsika"
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "Çek"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Flemenkçe"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "İngilizce"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Fince"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Fransızca"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Almanca"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "İbranice"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "Macarca"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Endonezya"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "İtalyan"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Japonca"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "Litvanya"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Dil seçenekleri"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Polonya"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "Portekizce"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "Brezilya Portekizcesi"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Rusça"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Dil seçimi:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "Slovak"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "İspanyol"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "Türkçe"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Ukrayna"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "&Ana sürüm::"
@@ -22091,3 +21288,75 @@ msgstr "Birim grafiği için seçenekler"
msgid "Version Info"
msgstr "Versiyon bilgisi"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "Birim \"%s\"değiştirildi. Değişiklikler kaydedilsin mi?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Birim tanımlayıcı var"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s birimi %s, %s paketinde"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr "\"%s\" biriminin devralınabilmesi için kaydedilmesi gerekir. Şimdi kaydedilsin mi?"
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Birim adı zaten projede"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Birim adı başlıyor ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Birim adı içeriyor ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "birim %s bulunamadı"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr "%s birimi \"%s\" yeni konumunda bulunamadı \""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr "%s dosyasında bir birim bulunamadı"
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Birim Çıktı Dizini"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "birim yolu"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Birim yolları"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "%s birimi %s paketini gerektiriyor"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr "Birimler %s dosyasında bulunamadı"
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Dosya silinemiyor"
+
diff --git a/languages/lazaruside.uk.po b/languages/lazaruside.uk.po
index 6cd3769156..bf9022881c 100644
--- a/languages/lazaruside.uk.po
+++ b/languages/lazaruside.uk.po
@@ -1263,11 +1263,6 @@ msgstr "Повідомлення компілятора"
msgid "Compiler messages language file (*.msg)"
msgstr "Мовний файл повідомлень компілятора (*.msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "Параметри компілятора"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "Завершити властивості"
@@ -3537,10 +3532,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "Проєкт"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "Параметри проєкту"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5066,11 +5057,6 @@ msgstr "Показувати всі"
msgid "The package %s is read only."
msgstr "Пакунок %s тільки для читання."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "Файл \"%s\" вже існує.%s Замінити?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5158,10 +5144,6 @@ msgstr "Знайдено двозначний файл: \"%s\"%sЙого мож
msgid "Ambiguous files found"
msgstr "Знайдено двозначні файли"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "Знайдено двозначний модуль"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr "Якорити нижній край до нижнього краю брата. Використовуйте BorderSpacing, щоб задати відстань. BorderSpacing брата нехтується."
@@ -5735,11 +5717,6 @@ msgstr "Копіювати вивід в буфер"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr "Дати файлів .ppu FPC відрізняються більше ніж на годину.%sЦе може означати, що вони з двох різних встановлень.%sФайл1: %s%sФайл2: %s"
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "Помилка"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "ПОМИЛКА: "
@@ -5884,12 +5861,6 @@ msgstr "(фільтр)"
msgid "Follow cursor"
msgstr "Слідувати за курсором"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr "%s в %s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "Є кореневим елементом керування"
@@ -7011,10 +6982,6 @@ msgstr "Тека проєкту"
msgid "%s project directory"
msgstr "Тека проєкту %s"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "Помилка читання"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "Вибраний вузол:"
@@ -7079,10 +7046,6 @@ msgstr "%s:%sзначення \"%s\" є неправильним."
msgid "Variable:"
msgstr "Змінна:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "Помилка запису"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr "Оператор @"
@@ -8041,31 +8004,6 @@ msgstr "Пошук повідомлень Make"
msgid "Skip calling compiler"
msgstr "Пропустити виклик компілятора"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "Неможливо додати \"{$I %s}\" до основного сирцевого файлу!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "Неможливо додати \"{$R %s}\" до основного сирцевого файлу!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "Неможливо додати \"%s\" до основного сирцевого файлу!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "Неможливо вилучити \"{$I %s}\" з основного сирцевого файлу!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "Неможливо вилучити \"{$R %s}\" з основного сирцевого файлу!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr "Увага: додатковий файл налаштувань компілятора має ту ж саму назву, як може називатись один із стандартних файлів налаштувань компілятора Free Pascal. Це призведе до використання додаткового файлу і пропуску стандартного."
@@ -8598,10 +8536,6 @@ msgstr "Видалити всі ці файли?"
msgid "Delete ambiguous file?"
msgstr "Видалити файл з неоднозначною назвою?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "Видалення файлу не вдалося"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8639,11 +8573,6 @@ msgstr "Видалити значення \"%s\""
msgid "Delete value %s"
msgstr "Видалити значення %s"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "Видалити файл \"%s\" не вдалося."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "Роздільник - крапка з комою."
@@ -8743,10 +8672,6 @@ msgstr "Теку \"%s\"не знайдено."
msgid "directory %s not found"
msgstr "тека %s не знайдена"
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "Тека не доступна для запису"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "Тека, в якій ІСР розміщує .po файли"
@@ -9287,10 +9212,6 @@ msgstr "Введіть нову назву макросу \"%s\""
msgid "Environment variable, name as parameter"
msgstr "Змінна оточення, назва як параметр"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "Теки не існує"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "Некоректна назва файлу зневаджувача"
@@ -9392,11 +9313,6 @@ msgstr "Помилка завантаження файлу"
msgid "Error loading file \"%s\":"
msgstr "Помилка завантаження файлу \"%s\":"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "Помилка завантаження %s з%s%s%s%s"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "Помилка переміщення компонента"
@@ -9454,11 +9370,6 @@ msgstr ", Помилок: %s"
msgid "Error saving form"
msgstr "Помилка збереження форми"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "Помилка збереження %s до%s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9512,14 +9423,6 @@ msgstr "виконуваний файл \"%s\" є текою"
msgid "executable \"%s\" lacks the permission to run"
msgstr "виконуваний файл \"%s\" не має прав на запуск"
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "Виконати команду після"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "Виконати команду до"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "Виконання завершено"
@@ -9607,34 +9510,6 @@ msgstr "Експортувати вибране"
msgid "Export >>"
msgstr "Експортувати >>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "Доповнити список шляхів пошуку файлів для включення пакунка \"%s\" такими%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr "Доповнити список шляхів пошуку файлів для включення проєкту такими%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "Доповнити шляхи до файлів для включення?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "Розширити шлях до модулів?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "Доповнити список шляхів пошуку модулів пакету \"%s\" такими%s\"%s\"?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "Доповнити список шляхів пошуку модулів проєкту такими%s\"%s\"?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "Здобути"
@@ -9697,12 +9572,6 @@ msgstr "Файл"
msgid "File: "
msgstr "Файл:"
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "Файл \"%s\"%sне схожий на текстовий.%sВсе одно відкрити?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "Розширення файлів програм"
@@ -9760,14 +9629,6 @@ msgstr "Файл є текою"
msgid "File is not an executable"
msgstr "Файл не є виконуваним"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "У файл не можна писати"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "Файл є символьним посиланням"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9781,12 +9642,6 @@ msgstr "Стиль назви файлу"
msgid "File not found"
msgstr "Файл не знайдено"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "Файл \"%s\" не знайдено."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9810,10 +9665,6 @@ msgstr "Файл \"%s\" не знайдено.%sСтворити його?"
msgid "File not lowercase"
msgstr "Файл не в нижньому регістрі"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "Не текстовий файл"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10533,11 +10384,6 @@ msgstr "Під час встановлення/видалення пакункі
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "Ласкаво просимо до Lazarus.%0:sЗнайдені налаштування ІСР використовувались іншим примірником Lazarus.%0:sДва або більше примірників Lazarus не повинні мати спільну конфігурацію. Це може спричинити конфлікти і неможливість використання Lazarus.%0:s%0:sЯкщо ви маєте лише один примірник і скопіювали або перемістили виконуваний файл Lazarus, налаштування можна оновити.%0:s%1:s%0:s%0:sВиберіть:%0:s%0:s* Оновити дані: використовувати цю конфігурацію і оновити її для подальшого використання. Старий примірник Lazarus більше не буде її використовувати.%0:s* Знехтувати: використовувати цю конфігурацію, але попереджувати надалі. Це може спричинити конфлікти з іншими примірниками Lazarus.%0:s* Перервати: закінчити роботу. Проблему можна буде виправити, запустивши Lazarus з правильною конфігурацією.%0:s%0:sДодаткова інформація:%0:sЦя конфігурація знаходиться у: %2:s%0:sВона належить примірнику Lazarus у: %3:s%0:sПоточний примірник ІСР запущено з: %4:s%0:s"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "Створюю Makefile для пакунка %s"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "Інформація про ІСР"
@@ -10650,10 +10496,6 @@ msgstr "Якщо ви хочете використовувати дві різ
msgid "Ignore all"
msgstr "Знехтувати все"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "Знехтувати і продовжити"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14321,15 +14163,6 @@ msgstr "шаблон не вибрано"
msgid "Nothing to do"
msgstr "Немає що виконувати"
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "Не реалізовано"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "Ще не реалізовано:%s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "не встановлено"
@@ -14592,14 +14425,6 @@ msgstr "Відкрити проєкт знову"
msgid "Open Project File"
msgstr "Відкрити файл проєкту"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "Відкрити символьне посилання"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "Відкрити ціль"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "Відкрити файл як текст програми"
@@ -14706,14 +14531,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%sперевизначити набір віджетів проєкту. напр. gtk gtk2 qt win32 carbon. типовий: %s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "Переписати файл?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "Переписати файл на диску"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "'Власник' вже використовується в TReader/TWriter. Виберіть іншу назву."
@@ -14811,16 +14628,6 @@ msgstr "аналізатор \"%s\": %s"
msgid "Parsers:"
msgstr "Аналізатори:"
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr "неодноразове передавання визначення компілятора \"%s\" з різними значеннями"
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr "неодноразове передавання визначення компілятора -%s з різними значеннями"
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -14971,11 +14778,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "Створити Makefile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s, стандартний: %s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "Властивості залежності"
@@ -14988,10 +14790,6 @@ msgstr "Змінити загальні параметри"
msgid "File Properties"
msgstr "Властивості файлу"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-msgid "(fpmake)"
-msgstr "(fpmake)"
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "Встановити"
@@ -15257,10 +15055,6 @@ msgstr "Другорядний"
msgid "Object"
msgstr "Об'єкт"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "Параметри пакунка"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "Тип пакунка"
@@ -15418,26 +15212,6 @@ msgstr "Очищення залежностей пакунків"
msgid "Clear Selection"
msgstr "Зняти вибір"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "Додавання CompiledSrcPath"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr "Простори назв"
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "Вихідна тека"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "Позначити теку сирців пакунка"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "Шлях до модулів"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "Видалити залежності"
@@ -15468,64 +15242,6 @@ msgstr "Файлу \"%s\"%sзараз немає у списку шляхів м
msgid "More functions for the package"
msgstr "Більше функцій для пакунка"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "Бінарне"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "Включити файл"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "xml файл питань"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "Текст форми LFM - Lazarus"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "Ресурс LRS - Lazarus"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Головний модуль"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "Текст"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "Віртуальний модуль"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Тека пакунка. Параметром є ID пакунка, наприклад \"Name\" або \"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Шлях пошуку заголовних файлів пакунка. Параметром є ID пакунка, наприклад, \"Name\" або \"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Назва пакунка. Параметром є ID пакунка, наприклад \"Name\" або \"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Вихідна тека пакунка. Параметром є ID пакунка, напр., \"Name\" or \"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Шлях пошуку сирців пакунка. Параметром є ID пакунка, наприклад, \"Name\" або \"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "Шлях пошуку модуля пакунка. Параметром є ID пакунка, наприклад, \"Name\" або \"Name 1.0\""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15561,15 +15277,6 @@ msgstr "Залежність порушена"
msgid "Circular dependencies found"
msgstr "Знайдені кругові залежності"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "Скомпілювати пакунок %s"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "Видалення не вдалося"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "Видалити старий файл пакунка?"
@@ -15584,19 +15291,10 @@ msgstr "Видалити старий файл пакунка \"%s\"?"
msgid "Dependency without Owner: %s"
msgstr "Залежність без власника:%s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "Помилка читання файлу"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "Помилка читання пакунка"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "Помилка запису файлу"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "Помилка запису пакунка"
@@ -15683,10 +15381,6 @@ msgstr "Пакунок не є пакунком часу розробки"
msgid "Package is required"
msgstr "Потрібен пакунок"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "головний сирцевий файл пакунка"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "Така назва пакунка вже існує"
@@ -15756,10 +15450,6 @@ msgstr "Чи треба змінити назву файлу на нижн. ре
msgid "Skip this package"
msgstr "Пропустити цей пакунок"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "статичний файл налаштувань пакунка"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15786,11 +15476,6 @@ msgstr "Назва файлу \"%s\" є частиною поточного пр
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "Назва файлу \"%s\"використовується%sпакунком \"%s\"%sу файлі \"%s\"."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "Файл \"%s\" пакунка %s не знайдено."
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "Не вдалось завантажити такий пакунок:"
@@ -15896,63 +15581,16 @@ msgstr "Існує модуль з такою самою назвою, як і
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "Це віртуальний пакунок. В нього немає коду. Збережіть спочатку пакунок."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "Неможливо створити теку"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "Неможливо створити теку виведення \"%s\"%sдля пакунка %s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "Неможливо створити теку сирців пакунка \"%s\"%sдля пакунка %s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "Неможливо створити теку цілі для Lazarus:%s\"%s\".%sЦя тека потрібна для оновленого ІСР Lazarus з вашими пакунками."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "Неможливо видалити файл \"%s\"."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "Неможливо видалити файл"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "Неможливо видалити старий файл \"%s\"%sдля пакунка %s."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "Неможливо завантажити пакунок"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "Неможливо відкрити пакунок\"%s\".%sЦей пакунок було позначено для встановлення."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Неможливо прочитати файл стану \"%s\"%sпакунку %s.%sПомилка: %s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "Неможливо записати пакунок \"%s\"%sу файл \"%s\".%sПомилка: %s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "Неможливо записати файл стану \"%s\"%sпакунку %s.%sПомилка: %s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "Видалити пакунок?"
@@ -15994,84 +15632,6 @@ msgstr "видалити"
msgid "Select a package"
msgstr "Виберіть пакунок"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "Неможливо зареєструвати компоненти без модуля"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "Клас компонента \"%s\" вже визначено"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%sНазва файлу: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "Неправильний клас компонента"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "Неправильна назва модуля: %s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%slpk файл: \"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "Файл пакунка не знайдено"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "Помилка реєстрації пакунка"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "Порожня процедура реєстрації"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-msgid "RegisterUnit was called but no package is registering."
-msgstr "Було викликано RegisterUnit, але пакунків не зареєстровано."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%sФайл lpk не знайдено."
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "Пакунок \"%s\" встановлено, але не знайдено правильного файлу з пакунком (.lpk).%sБуло створено неробочий фіктивний пакунок."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "Це типовий пакунок. Використовується тільки для компонентів без пакунка. Такі компоненти є застарілими."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "Цей пакунок встановлено, але lpk-файл не знайдено. Всі його компоненти деактивовано. Будь-ласка, виправте проблему."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%sНазва модуля: \"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr "Модуль \"%s\" не знайдено в lpk файлі.%sНапевне цей lpk файл не був використаний для збирання цього ІСР. Або пакунок зловживає процедурою RegisterUnit."
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "Модуль \"%s\" був видалений з пакунка (lpk)"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr "Перелічені залежності не потрібні через автоматичне перенесення залежностей між пакунками."
@@ -16564,16 +16124,6 @@ msgstr "Видалити файл %s з проєкту?"
msgid "Remove %s items from project?"
msgstr "Вилучити %s елементів з проєкту?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "Неможливо прочитати файл стану %s проєкту %s%sПомилка: %s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "Неможливо записати файл стану у проєкт %s%sПомилка: %s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "Завжди збирати (навіть якщо нічого не мінялось)"
@@ -16592,10 +16142,6 @@ msgstr "Помилка"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "Неможливо змінити список автостворюваних форм в коді програми.%sВиправте спочатку помилки."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "Мітка теки програмних файлів проєкту"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "Довідка за значенням"
@@ -16722,10 +16268,6 @@ msgstr "Вийти"
msgid "&Quit Lazarus"
msgstr "&Вийти з Lazarus"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "Помилка читання"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "Справді видалити?"
@@ -17648,10 +17190,6 @@ msgstr "Пропустити завантаження останнього пр
msgid "Skip selected checks at startup. Valid options are:"
msgstr "Пропустити вибрані перевірки під час запуску."
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "Пропустити ці попередження"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "Повільніше, але точніше"
@@ -17750,11 +17288,6 @@ msgstr "Слова"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr "Початкова \"%s\"%sі цільова \"%s\"%sтеки збігаються. Виберіть іншу теку."
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "Код і призначення однакові:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17843,10 +17376,6 @@ msgstr "Закінчити зневаджування?"
msgid "Store path delimiters \\ and / as"
msgstr "Зберігати роздільники шляху \\ та / як"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "Дивний lpi файл"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "Помилка потоків"
@@ -18046,11 +17575,6 @@ msgstr "Створено теку застосунку (Application Bundle) дл
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "Клас \"%s\" є елементом керування (TControl) і його не можна вставити на щось інше.%sНеможливо вставити."
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "Codetools знайшов помилку:%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18132,30 +17656,15 @@ msgstr "Каталог \"%s\" більше не містить модулі пр
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "Тека \"%s\" більше не потрібна у шляху до модулів.%sПрибрати її?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "Тека \"%s\" недоступна для запису."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "Файл \"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "Файл %s не схожий на lpi файл."
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr "Індекс файлів потрібен для забезпечення роботи функції пошуку і їй подібних. Під час сканування можна редагувати сирцевий код і компілювати, але функція пошуку і їй подібні будуть повідомляти, що необхідні модулі не знайдені. Це може зайняти кілька хвилин."
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "Файл \"%s\" є символьним посиланням.%sВідкрити замість нього \"%s\"?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18181,11 +17690,6 @@ msgstr "Файл \"%s\"схожий на програму. %sЗакрити по
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "Схоже, що файл %s є програмним в існуючому проєкті Lazarus."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr "Файл \"%s\"%sзнайдено в одному з каталогів сирцевого коду пакунка %s, і він виглядає як скомпільований модуль. Такі модулі повинні бути у вихідній теці пакунка, інакше інші пакунки можуть мати проблеми з використанням цього пакунка.%sВидалити невизначений файл?"
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19120,39 +18624,6 @@ msgstr "Неможливо перетворити текстові дані фо
msgid "Unable to convert to encoding \"%s\""
msgstr "Неможливо конвертувати у кодування \"%s\""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "Неможливо скопіювати файл"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "Неможливо скопіювати файл \"%s\"%sу \"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "Неможливо створити теку \"%s\"."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "Неможливо створити файл"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "Неможливо створити файл \"%s\"."
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "Неможливо створити файл%s\"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "Неможливо створити посилання \"%s\" з ціллю \"%s\""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
msgid "Unable to create new file because there is already a directory with this name."
msgstr "Неможливо створити новий файл, бо вже існує тека з такою назвою."
@@ -19255,34 +18726,10 @@ msgstr "Неможливо відкрити дизайнер.%sКлас %s не
msgid "Unable to read %s"
msgstr "Неможливо прочитати %s"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "Неможливо прочитати файл"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "Неможливо прочитати файл \"%s\"."
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "Неможливо прочитати файл \"%s\"%sПомилка: %s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "Неможливо прочитати lpi"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr "неможливо прочитати код завершення процесу"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "Неможливо прочитати файл інформації проєкту%s\"%s\"."
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19303,20 +18750,6 @@ msgstr "Неможливо видалити заголовок проєкту з
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "Неможливо змінити назву двозначного файлу \"%s\"%sна \"%s\""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "Неможливо змінити назву файла"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "Неможливо змінити назву файлу \"%s\" на \"%s\"!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "Неможливо перейменувати файл \"%s\"%sна \"%s\"."
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "Неможливо змінити назву форми в коді"
@@ -19368,45 +18801,6 @@ msgstr "Неможливо перетворити потік двійкових
msgid "Unable to update CreateForm statement in project source"
msgstr "Неможливо оновити вираз CreateForm в коді проєкту"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "Неможливо записати \"%s\""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "Неможливо записати файл"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "Неможливо записати файл \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "Неможливо записати файл \"%s\"%sError: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "Неможливо записати файл інформації проєкту%s\"%s\".%sПомилка: %s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "Неможливо записати файл сеансу проєкту%s\"%s\".%sПомилка: %s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "Неможливо записати у файл \"%s\"."
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "Неможливо записати xml-потік до %s%sПомилка: %s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "Зняти мітки з усіх"
@@ -19437,79 +18831,6 @@ msgstr "Видалити вибране"
msgid "Uninstall them too"
msgstr ""
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "Модуль"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "Модуль \"%s\" змінено. Зберегти?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "Ідентифікатор модуля існує"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s модуль %s у пакунку %s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr "Модуль \"%s\" слід зберегти, щоб від нього можна було успадковувати. Зберегти?"
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "Модуль з такою назвою вже є в проєкті"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "Назва модуля починається з ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "Назва модуля включає ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "модуль %s не знайдено"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr "модуль %s не знайдено у новому розташуванні \"%s\""
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr "Не знайдено модуля у файлі %s"
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "Тека для генерації модулів"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "шлях до модуля"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "Шляхи до модулів"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "модуль %s потребує пакунка %s"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr "Не знайдено модулів у файлі %s"
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19552,11 +18873,6 @@ msgstr "Оновлювати решту сигнатур процедур нав
msgid "Update references?"
msgstr "Оновити залежності?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "Не вдалось оновити файли PO для пакунка %s"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr "Модернізація"
@@ -19845,15 +19161,6 @@ msgstr "Робоча тека для виконання"
msgid "Write config instead of command line parameters"
msgstr ""
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "Помилка запису"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "Помилка запису: %s%sФайл: %s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr "Не вдалося записати пакунок до файлу."
@@ -19871,15 +19178,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "неправильна версія в %s: %s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "Помилка XML"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "Помилка розбору XML у файлі %s%sПомилка: %s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "Ви можете вимкнути це для окремих форм у редакторі пакунків"
@@ -20188,118 +19486,14 @@ msgstr "Дані про версію зберігаються лише за ум
msgid "Include version info in executable"
msgstr "Включити версію до виконуваного файлу"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "Африкаанс"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "Арабська"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "Автоматично (або англійська)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "Каталонська"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "Китайська"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr "Корсиканська"
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "Чеська"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "Голландська"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "Англійська"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "Фінська"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "Французька"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "Німецька"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "Іврит"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "Угорська"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "Індонезійська"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "Італійська"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "Японська"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "Литовська"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "Мовні параметри"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "Польська"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "Португальська"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "Бразильська португальська"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "Російська"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "Вибір мови:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "Словацька"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "Іспанська"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "Турецька"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "Українська"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "&Основна версія:"
@@ -22230,3 +21424,75 @@ msgstr "Параметри діаграми модулів"
msgid "Version Info"
msgstr "Інформація про версію"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "Модуль \"%s\" змінено. Зберегти?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "Ідентифікатор модуля існує"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s модуль %s у пакунку %s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr "Модуль \"%s\" слід зберегти, щоб від нього можна було успадковувати. Зберегти?"
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "Модуль з такою назвою вже є в проєкті"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "Назва модуля починається з ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "Назва модуля включає ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "модуль %s не знайдено"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr "модуль %s не знайдено у новому розташуванні \"%s\""
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr "Не знайдено модуля у файлі %s"
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "Тека для генерації модулів"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "шлях до модуля"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "Шляхи до модулів"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "модуль %s потребує пакунка %s"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr "Не знайдено модулів у файлі %s"
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "Неможливо видалити файл"
+
diff --git a/languages/lazaruside.zh_CN.po b/languages/lazaruside.zh_CN.po
index 6ddfb1f656..805a52e357 100644
--- a/languages/lazaruside.zh_CN.po
+++ b/languages/lazaruside.zh_CN.po
@@ -1265,11 +1265,6 @@ msgstr "编译器信息"
msgid "Compiler messages language file (*.msg)"
msgstr "编译器信息语言文件(*.msg)"
-#: lazarusidestrconsts.dlgcompileroptions
-msgctxt "lazarusidestrconsts.dlgcompileroptions"
-msgid "Compiler Options"
-msgstr "编译器选项"
-
#: lazarusidestrconsts.dlgcompleteproperties
msgid "Complete properties"
msgstr "补全属性"
@@ -3540,10 +3535,6 @@ msgctxt "lazarusidestrconsts.dlgproject"
msgid "Project"
msgstr "项目"
-#: lazarusidestrconsts.dlgprojectoptions
-msgid "Project Options"
-msgstr "项目选项"
-
#: lazarusidestrconsts.dlgprojectoptionsfor
#, object-pascal-format
msgid "Options for Project: %s"
@@ -5061,11 +5052,6 @@ msgstr "显示所有"
msgid "The package %s is read only."
msgstr "该软件包%s为只读."
-#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
-#, object-pascal-format
-msgid "A file \"%s\" already exists.%sReplace it?"
-msgstr "该文件\"%s\"已经存在.%s替换它?"
-
#: lazarusidestrconsts.lisafilterwiththenamealreadyexists
#, object-pascal-format
msgid "A filter with the name \"%s\" already exists."
@@ -5153,10 +5139,6 @@ msgstr "多义文件找到: \"%s\"%s这个文件可能被\"%s\"%s弄错 删除
msgid "Ambiguous files found"
msgstr "多义文件找到"
-#: lazarusidestrconsts.lisambiguousunitfound
-msgid "Ambiguous unit found"
-msgstr "多义单元找到"
-
#: lazarusidestrconsts.lisanchorbottomtobottomside
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
msgstr "锚点底侧到同级控件的底侧.使用边界空格来设置一个距离.同级控件的边界空间被格忽略."
@@ -5730,11 +5712,6 @@ msgstr "复制输出到剪贴板"
msgid "The dates of the .ppu files of FPC differ by more than one hour.%sThis can mean, they are from two different installations.%sFile1: %s%sFile2: %s"
msgstr ""
-#: lazarusidestrconsts.lisccoerrorcaption
-msgctxt "lazarusidestrconsts.lisccoerrorcaption"
-msgid "Error"
-msgstr "错误"
-
#: lazarusidestrconsts.lisccoerrormsg
msgid "ERROR: "
msgstr "错误:"
@@ -5879,12 +5856,6 @@ msgstr "(过滤器)"
msgid "Follow cursor"
msgstr "跟随光标"
-#: lazarusidestrconsts.liscein
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.liscein"
-msgid "%s in %s"
-msgstr "%s在%s"
-
#: lazarusidestrconsts.lisceisarootcontrol
msgid "Is a root control"
msgstr "是一个root control"
@@ -7007,10 +6978,6 @@ msgstr "项目目录"
msgid "%s project directory"
msgstr "%s项目目录"
-#: lazarusidestrconsts.liscodetoolsdefsreaderror
-msgid "Read error"
-msgstr "读取错误"
-
#: lazarusidestrconsts.liscodetoolsdefsselectednode
msgid "Selected Node:"
msgstr "选择节点:"
@@ -7075,10 +7042,6 @@ msgstr "%s:%s值\"%s\"是无效的."
msgid "Variable:"
msgstr "变量:"
-#: lazarusidestrconsts.liscodetoolsdefswriteerror
-msgid "Write error"
-msgstr "写入错误"
-
#: lazarusidestrconsts.liscodetoolsoptsat
msgid "At"
msgstr ""
@@ -8037,31 +8000,6 @@ msgstr "扫描Make消息"
msgid "Skip calling compiler"
msgstr "跳过调用编译器"
-#: lazarusidestrconsts.liscouldnotadditomainsource
-#, object-pascal-format
-msgid "Could not add \"{$I %s}\" to main source!"
-msgstr "不能添加\"{$I %s}\"到main源代码!"
-
-#: lazarusidestrconsts.liscouldnotaddrtomainsource
-#, object-pascal-format
-msgid "Could not add \"{$R %s}\" to main source!"
-msgstr "不能添加\"{$R %s}\"到main源代码!"
-
-#: lazarusidestrconsts.liscouldnotaddtomainsource
-#, object-pascal-format
-msgid "Could not add \"%s\" to main source!"
-msgstr "不能添加\"%s\"到main源代码!"
-
-#: lazarusidestrconsts.liscouldnotremoveifrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$I %s}\" from main source!"
-msgstr "不能移除\"{$I %s}\"从main源代码!"
-
-#: lazarusidestrconsts.liscouldnotremoverfrommainsource
-#, object-pascal-format
-msgid "Could not remove \"{$R %s}\" from main source!"
-msgstr "不能移除\"{$R %s}\"从main源代码!"
-
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
msgstr ""
@@ -8596,10 +8534,6 @@ msgstr "删除所有这些文件?"
msgid "Delete ambiguous file?"
msgstr "删除多义文件?"
-#: lazarusidestrconsts.lisdeletefilefailed
-msgid "Delete file failed"
-msgstr "删除文件失败"
-
#: lazarusidestrconsts.lisdeletemacro
#, object-pascal-format
msgid "Delete macro \"%s\"?"
@@ -8637,11 +8571,6 @@ msgstr "删除值\"%s\"?"
msgid "Delete value %s"
msgstr "删除值%s"
-#: lazarusidestrconsts.lisdeletingoffilefailed
-#, object-pascal-format
-msgid "Deleting of file \"%s\" failed."
-msgstr "删除文件\"%s\"失败."
-
#: lazarusidestrconsts.lisdelimiterissemicolon
msgid "Delimiter is semicolon."
msgstr "分隔符分号."
@@ -8741,10 +8670,6 @@ msgstr "未找到目录 \"%s\"。"
msgid "directory %s not found"
msgstr "未找到目录 %s"
-#: lazarusidestrconsts.lisdirectorynotwritable
-msgid "Directory not writable"
-msgstr "目录不可写"
-
#: lazarusidestrconsts.lisdirectorywheretheideputsthepofiles
msgid "Directory where the IDE puts the .po files"
msgstr "IDE放置.po文件的目录"
@@ -9286,10 +9211,6 @@ msgstr "输入新名称对于宏命令\"%s\""
msgid "Environment variable, name as parameter"
msgstr "环境变量,名称作为参数"
-#: lazarusidestrconsts.lisenvoptdlgdirectorynotfound
-msgid "Directory not found"
-msgstr "目录未找到"
-
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
msgid "Invalid debugger filename"
msgstr "无效的调试器文件名"
@@ -9395,11 +9316,6 @@ msgstr "加载文件错误"
msgid "Error loading file \"%s\":"
msgstr "错误 加载文件\"%s\":"
-#: lazarusidestrconsts.liserrorloadingfrom
-#, object-pascal-format
-msgid "Error loading %s from%s%s%s%s"
-msgstr "加载%s从%s%s%s%s错误"
-
#: lazarusidestrconsts.liserrormovingcomponent
msgid "Error moving component"
msgstr "移动组件错误"
@@ -9457,11 +9373,6 @@ msgstr ",错误: %s"
msgid "Error saving form"
msgstr "保存窗体错误"
-#: lazarusidestrconsts.liserrorsavingto
-#, object-pascal-format
-msgid "Error saving %s to%s%s%s%s"
-msgstr "错误 保存%s到%s%s%s%s"
-
#: lazarusidestrconsts.liserrorsettingthenameofacomponentto
#, object-pascal-format
msgid "Error setting the name of a component %s to %s"
@@ -9516,14 +9427,6 @@ msgstr "可执行的\"%s\"是一个目录"
msgid "executable \"%s\" lacks the permission to run"
msgstr "可执行的\"%s\"缺少权限来运行"
-#: lazarusidestrconsts.lisexecutingcommandafter
-msgid "Executing command after"
-msgstr "执行命令后"
-
-#: lazarusidestrconsts.lisexecutingcommandbefore
-msgid "Executing command before"
-msgstr "执行命令前"
-
#: lazarusidestrconsts.lisexecutionstopped
msgid "Execution stopped"
msgstr "程序已停止"
@@ -9614,34 +9517,6 @@ msgstr "导出选择"
msgid "Export >>"
msgstr "导出>>"
-#: lazarusidestrconsts.lisextendincludefilesearchpathofpackagewith
-#, object-pascal-format, fuzzy, badformat
-msgid "Extend include file search path of package \"%s\" with%s\"%s\"?"
-msgstr "新的include尚不在include搜索路径.%s添加目录%s?"
-
-#: lazarusidestrconsts.lisextendincludefilessearchpathofprojectwith
-#, object-pascal-format
-msgid "Extend include files search path of project with%s\"%s\"?"
-msgstr ""
-
-#: lazarusidestrconsts.lisextendincludepath
-msgid "Extend include path?"
-msgstr "展开(Extend)包含的路径?"
-
-#: lazarusidestrconsts.lisextendunitpath
-msgid "Extend unit path?"
-msgstr "扩展单元路径?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofpackagewith
-#, object-pascal-format, fuzzy, badformat
-msgid "Extend unit search path of package \"%s\" with%s\"%s\"?"
-msgstr "新的单元尚不在单元搜索路径.%s添加目录%s?"
-
-#: lazarusidestrconsts.lisextendunitsearchpathofprojectwith
-#, object-pascal-format, fuzzy
-msgid "Extend unit search path of project with%s\"%s\"?"
-msgstr "新的单元尚不在单元搜索路径.%s添加目录%s?"
-
#: lazarusidestrconsts.lisextract
msgid "Extract"
msgstr "抽取(Extract)"
@@ -9706,12 +9581,6 @@ msgstr "文件"
msgid "File: "
msgstr "文件: "
-#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
-msgid "File \"%s\"%sdoes not look like a text file.%sOpen it anyway?"
-msgstr "文件\"%s\"%s看起来不是一个文本文件.%s仍然打开它?"
-
#: lazarusidestrconsts.lisfileextensionofprograms
msgid "File extension of programs"
msgstr "程序的文件扩展名"
@@ -9769,14 +9638,6 @@ msgstr "文件是目录"
msgid "File is not an executable"
msgstr "文件不是可执行文件"
-#: lazarusidestrconsts.lisfileisnotwritable
-msgid "File is not writable"
-msgstr "文件不可写"
-
-#: lazarusidestrconsts.lisfileissymlink
-msgid "File is symlink"
-msgstr "文件是符号链接"
-
#: lazarusidestrconsts.lisfileisvirtual
#, object-pascal-format
msgid "File \"%s\" is virtual."
@@ -9790,12 +9651,6 @@ msgstr "文件名样式"
msgid "File not found"
msgstr "文件未找到"
-#: lazarusidestrconsts.lisfilenotfound2
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisfilenotfound2"
-msgid "File \"%s\" not found."
-msgstr "文件\"%s\"未找到."
-
#: lazarusidestrconsts.lisfilenotfound3
#, object-pascal-format
msgid "file %s not found"
@@ -9819,10 +9674,6 @@ msgstr "文件\"%s\"未找到.%s您想创建它?"
msgid "File not lowercase"
msgstr "文件名不是小写"
-#: lazarusidestrconsts.lisfilenottext
-msgid "File not text"
-msgstr "文件不是文本文件"
-
#: lazarusidestrconsts.lisfilescountconvertedtotextformat
#, object-pascal-format
msgid "%d files were converted to text format."
@@ -10552,11 +10403,6 @@ msgstr "在安装/卸载软件包的过程中,IDE 将被重新编译和重新
msgid "Welcome to Lazarus.%0:sThe IDE configuration found was previously used by another installation of Lazarus.%0:sIf you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts and your Lazarus installations may become unusable.%0:s%0:sIf you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.%0:s%1:s%0:s%0:sChoose:%0:s%0:s* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.%0:s* Ignore: Use this configuration but keep the warning. This may lead to conflicts with the other installation.%0:s* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.%0:s%0:sAdditional information:%0:sThis configuration is at: %2:s%0:sIt belongs to the Lazarus installation at: %3:s%0:sThe current IDE was started from: %4:s%0:s"
msgstr "欢迎使用 Lazarus。%0:s找到的 IDE 配置被另一个之前的 Lazarus 使用过。%0:s如果您有两个或更多独立的 Lazarus ,它们不应共享相同的配置。这可能会引起不同 Lazarus 之间的配置冲突,从而导致您的部分或全部 Lazarus 无法使用。%0:s%0:s如果您只有一个 Lazarus,并且复制或移动了 Lazarus 的可执行文件,那么您可以升级此配置。%0:s%1:s%0:s%0:s选择:%0:s%0:s* 更新信息:使用此配置并进行更新,以适配当前版本的 Lazarus ,旧版的 Lazarus 将不再使用此配置%0:s* 忽略:使用此配置,但保留警告。这可能会导致与其他的 Lazarus 发生冲突。%0:s* 放弃:立即退出,然后用正确的配置启动 Lazarus。 %0:s%0:s其他信息:%0:s此配置为位于:%2:s%0:s它属于在以下位置安装的 Lazarus:%3:s%0:s当前 IDE 从以下位置启动:%4:s%0:s"
-#: lazarusidestrconsts.lisideinfocreatingmakefileforpackage
-#, object-pascal-format
-msgid "Creating Makefile for package %s"
-msgstr "为软件包%s创建Makefile"
-
#: lazarusidestrconsts.lisideinfoinformationabouttheide
msgid "Information about the IDE"
msgstr "信息关于 IDE"
@@ -10669,10 +10515,6 @@ msgstr "如果您想使用两个不同版本的 Lazarus,您必需使用命令
msgid "Ignore all"
msgstr "忽略所有"
-#: lazarusidestrconsts.lisignoreandcontinue
-msgid "Ignore and continue"
-msgstr "忽略并继续"
-
#: lazarusidestrconsts.lisignoreuseasancestor
#, object-pascal-format
msgid "Ignore, use %s as ancestor"
@@ -14313,15 +14155,6 @@ msgstr "没有模板选择"
msgid "Nothing to do"
msgstr ""
-#: lazarusidestrconsts.lisnotimplemented
-msgid "Not implemented"
-msgstr "没有implemented"
-
-#: lazarusidestrconsts.lisnotimplementedyet
-#, object-pascal-format
-msgid "Not implemented yet:%s%s"
-msgstr "还没有implemented:%s%s"
-
#: lazarusidestrconsts.lisnotinstalled
msgid "not installed"
msgstr "没有安装"
@@ -14584,14 +14417,6 @@ msgstr "再次打开项目"
msgid "Open Project File"
msgstr "打开项目文件"
-#: lazarusidestrconsts.lisopensymlink
-msgid "Open symlink"
-msgstr "打开符号链接"
-
-#: lazarusidestrconsts.lisopentarget
-msgid "Open target"
-msgstr "打开目标"
-
#: lazarusidestrconsts.lisopenthefileasnormalsource
msgid "Open the file as normal source"
msgstr "以常规源代码格式打开文件"
@@ -14698,14 +14523,6 @@ msgstr ""
msgid "Override the project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s."
msgstr "%s重写项目widgetset.例如. gtk gtk2 qt win32 carbon.默认: %s"
-#: lazarusidestrconsts.lisoverwritefile
-msgid "Overwrite file?"
-msgstr "覆盖文件?"
-
-#: lazarusidestrconsts.lisoverwritefileondisk
-msgid "Overwrite file on disk"
-msgstr "覆盖磁盘上的文件"
-
#: lazarusidestrconsts.lisownerisalreadyusedbytreadertwriterpleasechooseanot
msgid "'Owner' is already used by TReader/TWriter. Please choose another name."
msgstr "'Owner'已经被TReader/TWriter使用.请选择另一个名称."
@@ -14803,16 +14620,6 @@ msgstr "解析\"%s\": %s"
msgid "Parsers:"
msgstr "语法解析器:"
-#: lazarusidestrconsts.lispassingcompilerdefinetwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler define \"%s\" twice with different values"
-msgstr ""
-
-#: lazarusidestrconsts.lispassingcompileroptiontwicewithdifferentvalues
-#, object-pascal-format
-msgid "passing compiler option -%s twice with different values"
-msgstr ""
-
#: lazarusidestrconsts.lispassingquiettwotimeswillp
msgid "Passing --quiet two times will pass -vw-n-h-i-l-d-u-t-p-c-x- to the compiler."
msgstr ""
@@ -14965,11 +14772,6 @@ msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
msgid "Create Makefile"
msgstr "创建makefile"
-#: lazarusidestrconsts.lispckeditdefault
-#, object-pascal-format
-msgid "%s, default: %s"
-msgstr "%s,默认:%s"
-
#: lazarusidestrconsts.lispckeditdependencyproperties
msgid "Dependency Properties"
msgstr "依赖属性"
@@ -14982,11 +14784,6 @@ msgstr "编辑常规选项"
msgid "File Properties"
msgstr "文件属性"
-#: lazarusidestrconsts.lispckeditfpmakepackage
-#, fuzzy
-msgid "(fpmake)"
-msgstr "自定义fpmake选项"
-
#: lazarusidestrconsts.lispckeditinstall
msgid "Install"
msgstr "安装"
@@ -15252,10 +15049,6 @@ msgstr "次要"
msgid "Object"
msgstr "对象"
-#: lazarusidestrconsts.lispckoptspackageoptions
-msgid "Package Options"
-msgstr "软件包选项"
-
#: lazarusidestrconsts.lispckoptspackagetype
msgid "Package type"
msgstr "软件包类型"
@@ -15413,26 +15206,6 @@ msgstr "清理软件包依赖"
msgid "Clear Selection"
msgstr "清除选择"
-#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
-msgid "CompiledSrcPath addition"
-msgstr "CompiledSrcPath附加"
-
-#: lazarusidestrconsts.lispkgdefsnamespaces
-msgid "Namespaces"
-msgstr "名称空间(名称空间)"
-
-#: lazarusidestrconsts.lispkgdefsoutputdirectory
-msgid "Output directory"
-msgstr "输出目录"
-
-#: lazarusidestrconsts.lispkgdefssrcdirmark
-msgid "Package Source Directory Mark"
-msgstr "项目源代码目录标记(Mark)"
-
-#: lazarusidestrconsts.lispkgdefsunitpath
-msgid "Unit Path"
-msgstr "单元路径"
-
#: lazarusidestrconsts.lispkgdeletedependencies
msgid "Delete dependencies"
msgstr "删除依赖"
@@ -15463,64 +15236,6 @@ msgstr ""
msgid "More functions for the package"
msgstr "更多函数对于该软件包"
-#: lazarusidestrconsts.lispkgfiletypebinary
-msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
-msgid "Binary"
-msgstr "二进制"
-
-#: lazarusidestrconsts.lispkgfiletypeinclude
-msgid "Include file"
-msgstr "包含文件"
-
-#: lazarusidestrconsts.lispkgfiletypeissues
-msgid "Issues xml file"
-msgstr "发布xml文件"
-
-#: lazarusidestrconsts.lispkgfiletypelfm
-msgid "LFM - Lazarus form text"
-msgstr "LFM-Lazarus窗体文本"
-
-#: lazarusidestrconsts.lispkgfiletypelrs
-msgid "LRS - Lazarus resource"
-msgstr "LRS-Lazarus资源"
-
-#: lazarusidestrconsts.lispkgfiletypemainunit
-msgid "Main Unit"
-msgstr "Main单元"
-
-#: lazarusidestrconsts.lispkgfiletypetext
-msgctxt "lazarusidestrconsts.lispkgfiletypetext"
-msgid "Text"
-msgstr "文本"
-
-#: lazarusidestrconsts.lispkgfiletypevirtualunit
-msgid "Virtual Unit"
-msgstr "虚拟单元"
-
-#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
-msgid "Package directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "软件包目录.参数是软件包ID,例如\"Name\"或\"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
-msgid "Package include files search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "软件包包括文件搜索路径.参数是软件包ID,例如\"Name\"或\"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagenameparameterispackageid
-msgid "Package name. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "软件包名称.参数是软件包ID,例如\"Name\"或\"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageoutputdirectoryparameterispackageid
-msgid "Package output directory. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "软件包输出目录.参数是软件包ID,例如\"Name\"或\"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
-msgid "Package source search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "软件包源文件搜索路径.参数是软件包ID,例如\"Name\"或\"Name 1.0\""
-
-#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
-msgid "Package unit search path. Parameter is package ID, e.g. \"Name\" or \"Name 1.0\""
-msgstr "软件包单元搜索路径.参数是软件包ID,例如\"Name\"或\"Name 1.0\""
-
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
#, object-pascal-format
msgid "%sAdding new Dependency for package %s: package %s"
@@ -15556,15 +15271,6 @@ msgstr "损坏的依赖关系"
msgid "Circular dependencies found"
msgstr "循环依赖项找到"
-#: lazarusidestrconsts.lispkgmangcompilepackage
-#, object-pascal-format
-msgid "Compile package %s"
-msgstr "编译软件包%s"
-
-#: lazarusidestrconsts.lispkgmangdeletefailed
-msgid "Delete failed"
-msgstr "删除失败"
-
#: lazarusidestrconsts.lispkgmangdeleteoldpackagefile
msgid "Delete Old Package File?"
msgstr "删除旧软件包文件?"
@@ -15579,19 +15285,10 @@ msgstr "删除旧软件包文件\"%s\"?"
msgid "Dependency without Owner: %s"
msgstr "依赖关系没有拥有者: %s"
-#: lazarusidestrconsts.lispkgmangerrorreadingfile
-msgid "Error reading file"
-msgstr "读取文件错误"
-
#: lazarusidestrconsts.lispkgmangerrorreadingpackage
msgid "Error Reading Package"
msgstr "读取包错误"
-#: lazarusidestrconsts.lispkgmangerrorwritingfile
-msgctxt "lazarusidestrconsts.lispkgmangerrorwritingfile"
-msgid "Error writing file"
-msgstr "写文件错误"
-
#: lazarusidestrconsts.lispkgmangerrorwritingpackage
msgid "Error Writing Package"
msgstr "写入软件包错误"
@@ -15678,10 +15375,6 @@ msgstr "软件包不是一个设计时软件包"
msgid "Package is required"
msgstr "需要软件包"
-#: lazarusidestrconsts.lispkgmangpackagemainsourcefile
-msgid "package main source file"
-msgstr "软件包主要(main)源文件文件"
-
#: lazarusidestrconsts.lispkgmangpackagenamealreadyexists
msgid "Package name already exists"
msgstr "软件包名已经存在"
@@ -15751,10 +15444,6 @@ msgstr ""
msgid "Skip this package"
msgstr "跳过这个软件包"
-#: lazarusidestrconsts.lispkgmangstaticpackagesconfigfile
-msgid "static packages config file"
-msgstr "静态软件包配置文件"
-
#: lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage
#, object-pascal-format
msgctxt "lazarusidestrconsts.lispkgmangthefileisalreadyinthepackage"
@@ -15781,11 +15470,6 @@ msgstr "文件名称\"%s\"是当前项目的一部分.%s项目和软件包不应
msgid "The file name \"%s\" is used by%sthe package \"%s\"%sin file \"%s\"."
msgstr "文件名称\"%s\"被%s使用,软件包\"%s\"%s在文件\"%s\"."
-#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
-#, object-pascal-format
-msgid "The file \"%s\" of package %s was not found."
-msgstr "该文件\"%s\"对于软件包\"%s\"未找到."
-
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
msgid "The following package failed to load:"
msgstr "下面的软件包加载失败:"
@@ -15891,63 +15575,16 @@ msgstr "这里有一个单元,带有相同名称:%s1. \"%s\"来自%s%s2. \"%s\""
msgid "This is a virtual package. It has no source yet. Please save the package first."
msgstr "这是一个虚软件包.它还没有源文件.请先保存软件包."
-#: lazarusidestrconsts.lispkgmangunabletocreatedirectory
-msgid "Unable to create directory"
-msgstr "不能创建目录"
-
-#: lazarusidestrconsts.lispkgmangunabletocreateoutputdirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create output directory \"%s\"%sfor package %s."
-msgstr "不能创建输出目录\"%s\"%s对于软件包%s."
-
-#: lazarusidestrconsts.lispkgmangunabletocreatepackagesourcedirectoryforpackage
-#, object-pascal-format
-msgid "Unable to create package source directory \"%s\"%sfor package %s."
-msgstr "不能创建软件包源码目录目录\"%s\"%s对于软件包%s."
-
#: lazarusidestrconsts.lispkgmangunabletocreatetargetdirectoryforlazarus
#, object-pascal-format
msgid "Unable to create target directory for Lazarus:%s\"%s\".%sThis directory is needed for the new changed Lazarus IDE with your custom packages."
msgstr "不能为Lazarus创建目标目录:%s\"%s\".%s这个目录被新使用自定义软件包更改的Lazarus IDE所需要."
-#: lazarusidestrconsts.lispkgmangunabletodeletefile
-#, object-pascal-format
-msgid "Unable to delete file \"%s\"."
-msgstr "不能删除文件\"%s\"."
-
-#: lazarusidestrconsts.lispkgmangunabletodeletefilename
-msgid "Unable to delete file"
-msgstr "不能删除文件"
-
-#: lazarusidestrconsts.lispkgmangunabletodeleteoldstatefileforpackage
-#, object-pascal-format
-msgid "Unable to delete old state file \"%s\"%sfor package %s."
-msgstr "不能够删除旧的状态文件\"%s\"%s 对于软件包%s."
-
-#: lazarusidestrconsts.lispkgmangunabletoloadpackage
-msgid "Unable to load package"
-msgstr "不能加载软件包"
-
-#: lazarusidestrconsts.lispkgmangunabletoopenthepackage
-#, object-pascal-format
-msgid "Unable to open the package \"%s\".%sThis package was marked for installation."
-msgstr "不能打开软件包\"%s\".%s,这个软件包已经被标记安装."
-
-#: lazarusidestrconsts.lispkgmangunabletoreadstatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to read state file \"%s\"%sof package %s.%sError: %s"
-msgstr "不能读取状态(state)文件\"%s\"%s关于软件包%s.%s错误:%s"
-
#: lazarusidestrconsts.lispkgmangunabletowritepackagetofileerror
#, object-pascal-format
msgid "Unable to write package \"%s\"%sto file \"%s\".%sError: %s"
msgstr "不能写入软件包\"%s\"%s到文件\"%s\".%s错误:%s"
-#: lazarusidestrconsts.lispkgmangunabletowritestatefileofpackageerror
-#, object-pascal-format
-msgid "Unable to write state file \"%s\"%sof package %s.%sError: %s"
-msgstr "不能写入状态(state)文件\"%s\"%s关于软件包%s.%s错误:%s"
-
#: lazarusidestrconsts.lispkgmanguninstallpackage
msgid "Uninstall package?"
msgstr "卸载软件包?"
@@ -15989,86 +15626,6 @@ msgstr "移除"
msgid "Select a package"
msgstr "选择一个软件包"
-#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
-msgid "Cannot register components without unit"
-msgstr "不能注册没有单元的组件"
-
-#: lazarusidestrconsts.lispkgsyscomponentclassalreadydefined
-#, object-pascal-format
-msgid "Component Class \"%s\" already defined"
-msgstr "组件类\"%s\"已经定义"
-
-#: lazarusidestrconsts.lispkgsysfilename
-#, object-pascal-format
-msgid "%s%sFile Name: \"%s\""
-msgstr "%s%s文件名:\"%s\""
-
-#: lazarusidestrconsts.lispkgsysinvalidcomponentclass
-msgid "Invalid component class"
-msgstr "无效组件类"
-
-#: lazarusidestrconsts.lispkgsysinvalidunitname
-#, object-pascal-format
-msgid "Invalid Unitname: %s"
-msgstr "无效的单元名:%s"
-
-#: lazarusidestrconsts.lispkgsyslpkfilename
-#, object-pascal-format
-msgid "%s%slpk file: \"%s\""
-msgstr "%s%slpk文件:\"%s\""
-
-#: lazarusidestrconsts.lispkgsyspackagefilenotfound
-msgid "Package file not found"
-msgstr "软件包文件未找到"
-
-#: lazarusidestrconsts.lispkgsyspackageregistrationerror
-msgid "Package registration error"
-msgstr "软件包注册错误"
-
-#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
-msgid "Register procedure is nil"
-msgstr "注册过程是nil"
-
-#: lazarusidestrconsts.lispkgsysregisterunitwascalledbutnopackageisregistering
-#, fuzzy
-msgid "RegisterUnit was called but no package is registering."
-msgstr "注册单元(RegisterUnit)已经调用,但是没有软件包被注册."
-
-#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
-#, object-pascal-format
-msgid "%s%sThe lpk file was not found."
-msgstr "%s%s该lpk文件未找到."
-
-#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
-#, object-pascal-format, fuzzy
-msgid "The package \"%s\" is installed but no valid package file (.lpk) was found.%sA broken dummy package was created."
-msgstr "该软件包\"%s\" 已经安装, 但是未找到有效的软件包文件(.lpk) .%s一个残缺的虚拟的软件包被创建."
-
-#: lazarusidestrconsts.lispkgsysthisisthedefaultpackageusedonlyforcomponents
-msgid "This is the default package. Used only for components without a package. These components are outdated."
-msgstr "这是默认的软件包.仅使用于不带有软件包的组件.这些组件是过时的."
-
-#: lazarusidestrconsts.lispkgsysthispackageisinstalledbutthelpkfilewasnotfound
-#, fuzzy
-msgid "This package is installed but the lpk file was not found. All its components are deactivated. Please fix this."
-msgstr "该软件包已经安装,但是lpk文件未找到.它的所有组件都不可用,请修复这个软件包."
-
-#: lazarusidestrconsts.lispkgsysunitname
-#, object-pascal-format
-msgid "%s%sUnit Name: \"%s\""
-msgstr "%s%s单元名:\"%s\""
-
-#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
-#, object-pascal-format
-msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
-msgstr ""
-
-#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
-msgid "Unit \"%s\" was removed from package (lpk)"
-msgstr "单元\"%s\"已从软件包(lpk)移除"
-
#: lazarusidestrconsts.lispkgthefollowingdependenciesarenotneededbecauseoftheau
msgid "The following dependencies are not needed because of the automatic transitivity between package dependencies."
msgstr ""
@@ -16561,16 +16118,6 @@ msgstr "从项目移除文件%s?"
msgid "Remove %s items from project?"
msgstr "从项目移除%s项目 ?"
-#: lazarusidestrconsts.lisprojmangunabletoreadstatefileofprojecterror
-#, object-pascal-format
-msgid "Unable to read state file %s of project %s%sError: %s"
-msgstr "不能读取状态(state)文件%s对于项目\"%s%s错误:%s"
-
-#: lazarusidestrconsts.lisprojmangunabletowritestatefileforprojecterror
-#, object-pascal-format
-msgid "Unable to write state file for project %s%sError: %s"
-msgstr "不能写入状态(state)文件对于项目\"%s%s错误:%s"
-
#: lazarusidestrconsts.lisprojoptsalwaysbuildevenifnothingchanged
msgid "Always build (even if nothing changed)"
msgstr "总是构建(即使没有任何更改)"
@@ -16589,10 +16136,6 @@ msgstr "错误"
msgid "Unable to change the auto create form list in the program source.%sPlease fix errors first."
msgstr "不能更改自动创建窗体列表 在该程序源文件.%s请先修复错误."
-#: lazarusidestrconsts.lisprojprojectsourcedirectorymark
-msgid "Project Source Directory Mark"
-msgstr "项目源代码目录标记(Mark)"
-
#: lazarusidestrconsts.lispromptforvalue
msgid "Prompt for value"
msgstr "提示输入值"
@@ -16720,10 +16263,6 @@ msgstr "退出"
msgid "&Quit Lazarus"
msgstr "退出Lazarus(&Q)"
-#: lazarusidestrconsts.lisreaderror
-msgid "Read Error"
-msgstr "读取错误"
-
#: lazarusidestrconsts.lisreallydelete
msgid "Really delete?"
msgstr "真的删除?"
@@ -17627,10 +17166,6 @@ msgstr "跳过加载最后的(last)项目"
msgid "Skip selected checks at startup. Valid options are:"
msgstr ""
-#: lazarusidestrconsts.lisskipthesewarnings
-msgid "Skip these warnings"
-msgstr "跳过这些警告"
-
#: lazarusidestrconsts.lisslowerbutmoreaccurate
msgid "Slower but more accurate."
msgstr "更慢但更准确."
@@ -17729,11 +17264,6 @@ msgstr "单词"
msgid "Source \"%s\"%sand Destination \"%s\"%sdirectories are the same. Please select another directory."
msgstr ""
-#: lazarusidestrconsts.lissourceanddestinationarethesame
-#, object-pascal-format
-msgid "Source and Destination are the same:%s%s"
-msgstr "源文件和目标是相同的:%s%s"
-
#: lazarusidestrconsts.lissourcedirectorydoesnotexist
#, object-pascal-format
msgid "Source directory \"%s\" does not exist."
@@ -17822,10 +17352,6 @@ msgstr "停止调试?"
msgid "Store path delimiters \\ and / as"
msgstr "将路径分隔符 \\ 和 / 存储为"
-#: lazarusidestrconsts.lisstrangelpifile
-msgid "Strange lpi file"
-msgstr "奇怪的 lpi 文件"
-
#: lazarusidestrconsts.lisstreamingerror
msgid "Streaming error"
msgstr "流错误"
@@ -18025,11 +17551,6 @@ msgstr "应用程序包是为 \"%s\" 创建的"
msgid "The class \"%s\" is a TControl and cannot be pasted onto a non control.%sUnable to paste."
msgstr "类 \"%s\" 是一个 TControl,不能粘贴到一个非控件上。%s无法粘贴。"
-#: lazarusidestrconsts.listhecodetoolsfoundanerror
-#, object-pascal-format
-msgid "The Codetools found an error:%s%s"
-msgstr "CodeTools 找到了一个错误:%s%s"
-
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
#, object-pascal-format
msgid "The compiler file \"%s\" does not look correct:%s%s"
@@ -18111,30 +17632,15 @@ msgstr ""
msgid "The directory \"%s\" is no longer needed in the unit path.%sRemove it?"
msgstr "该目录\"%s\"不再被需要在单元路径.%s移除它?"
-#: lazarusidestrconsts.listhedirectoryisnotwritable
-#, object-pascal-format
-msgid "The directory \"%s\" is not writable."
-msgstr "该目标%s是不可写的."
-
#: lazarusidestrconsts.listhefile
#, object-pascal-format
msgid "The file \"%s\""
msgstr "文件\"%s\""
-#: lazarusidestrconsts.listhefiledoesnotlooklikealpifile
-#, object-pascal-format
-msgid "The file %s does not look like a lpi file."
-msgstr "文件%s不看起来像一个lpi文件."
-
#: lazarusidestrconsts.listhefileindexisneededforfunctionslikefinddeclaratio
msgid "The file index is needed for functions like find declaration. While scanning you can edit sources and compile, but functions like find declaration will show unit-not-found errors. This can take a minute."
msgstr ""
-#: lazarusidestrconsts.listhefileisasymlinkopeninstead
-#, object-pascal-format
-msgid "The file \"%s\" is a symlink.%sOpen \"%s\" instead?"
-msgstr "该文件\"%s\"是一个符号链接.%s打开\"%s\"代替?"
-
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
#, object-pascal-format
msgid "The file \"%s\" is not a Lazarus project.%sCreate a new project for this \"%s\"?"
@@ -18160,11 +17666,6 @@ msgstr "文件\"%s\"看起来是一个程序.%s关闭当前的项目并为这个
msgid "The file %s seems to be the program file of an existing Lazarus Project."
msgstr "文件%s看起来是一个现有Lazarus项目的程序文件."
-#: lazarusidestrconsts.listhefilewasfoundinoneofthesourcedirectoriesofthepac
-#, object-pascal-format
-msgid "The file \"%s\"%swas found in one of the source directories of the package %s and looks like a compiled unit. Compiled units must be in the output directory of the package, otherwise other packages can get problems using this package.%sDelete ambiguous file?"
-msgstr ""
-
#: lazarusidestrconsts.listhefilewasnotfounddoyouwanttolocateityourself
#, object-pascal-format
msgid "The file \"%s\" was not found.%sDo you want to locate it yourself?"
@@ -19105,39 +18606,6 @@ msgstr "不能转换文件%s\"%s\"%s的文本窗体数据到二进制流中.(%s)
msgid "Unable to convert to encoding \"%s\""
msgstr "不能转换到编码\"%s\""
-#: lazarusidestrconsts.lisunabletocopyfile
-msgid "Unable to copy file"
-msgstr "不能复制文件"
-
-#: lazarusidestrconsts.lisunabletocopyfileto
-#, object-pascal-format
-msgid "Unable to copy file \"%s\"%sto \"%s\""
-msgstr "不能复制文件\"%s\"%s到\"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatedirectory
-#, object-pascal-format
-msgid "Unable to create directory \"%s\"."
-msgstr "不能创建目录\"%s\"."
-
-#: lazarusidestrconsts.lisunabletocreatefile
-msgid "Unable to create file"
-msgstr "不能创建文件"
-
-#: lazarusidestrconsts.lisunabletocreatefile2
-#, object-pascal-format
-msgid "Unable to create file \"%s\""
-msgstr "不能创建文件\"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatefile3
-#, object-pascal-format
-msgid "Unable to create file%s\"%s\""
-msgstr "不能创建文件%s\"%s\""
-
-#: lazarusidestrconsts.lisunabletocreatelinkwithtarget
-#, object-pascal-format
-msgid "Unable to create link \"%s\" with target \"%s\""
-msgstr "不能创建链接\"%s\"带有目标\"%s\""
-
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
#, fuzzy
msgid "Unable to create new file because there is already a directory with this name."
@@ -19241,34 +18709,10 @@ msgstr "无法打开设计器,%s 类 %s 没有从一个可设计的类(如TF
msgid "Unable to read %s"
msgstr "无法读取 %s"
-#: lazarusidestrconsts.lisunabletoreadfile
-msgid "Unable to read file"
-msgstr "无法读取文件"
-
-#: lazarusidestrconsts.lisunabletoreadfile2
-#, object-pascal-format
-msgid "Unable to read file \"%s\"."
-msgstr "无法读取文件 \"%s\"。"
-
-#: lazarusidestrconsts.lisunabletoreadfileerror
-#, object-pascal-format
-msgid "Unable to read file \"%s\"%sError: %s"
-msgstr "无法读取文件 \"%s\"%s 错误:%s"
-
-#: lazarusidestrconsts.lisunabletoreadlpi
-msgid "Unable to read lpi"
-msgstr "无法读取 lpi"
-
#: lazarusidestrconsts.lisunabletoreadprocessexitstatus
msgid "unable to read process ExitStatus"
msgstr "无法读取进程的退出状态码"
-#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
-#, object-pascal-format
-msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
-msgid "Unable to read the project info file%s\"%s\"."
-msgstr "无法读取项目信息文件 %s\"%s\"。"
-
#: lazarusidestrconsts.lisunabletoremoveoldbackupfile
#, object-pascal-format
msgid "Unable to remove old backup file \"%s\"!"
@@ -19289,20 +18733,6 @@ msgstr "无法从源码中删除项目的标题,%s%s"
msgid "Unable to rename ambiguous file \"%s\"%sto \"%s\""
msgstr "无法将不明确的文件 \"%s\"%s 重命名为 \"%s\""
-#: lazarusidestrconsts.lisunabletorenamefile
-msgid "Unable to rename file"
-msgstr "无法重命名文件"
-
-#: lazarusidestrconsts.lisunabletorenamefileto
-#, object-pascal-format
-msgid "Unable to rename file \"%s\" to \"%s\"!"
-msgstr "无法将文件 \"%s\" 重命名为 \"%s\"!"
-
-#: lazarusidestrconsts.lisunabletorenamefileto2
-#, object-pascal-format
-msgid "Unable to rename file \"%s\"%sto \"%s\"."
-msgstr "无法将文件 \"%s\"%s 重命名为 \"%s\"。"
-
#: lazarusidestrconsts.lisunabletorenameforminsource
msgid "Unable to rename form in source."
msgstr "无法在源码中重命名窗体。"
@@ -19354,45 +18784,6 @@ msgstr "无法将 %s :T%s 的二进制组件流转换为文本。"
msgid "Unable to update CreateForm statement in project source"
msgstr "无法在项目源文件中更新 CreateForm 语句"
-#: lazarusidestrconsts.lisunabletowrite2
-#, object-pascal-format
-msgid "Unable to write \"%s\""
-msgstr "无法写入\"%s\""
-
-#: lazarusidestrconsts.lisunabletowritefile
-msgid "Unable to write file"
-msgstr "无法写入文件"
-
-#: lazarusidestrconsts.lisunabletowritefile2
-#, object-pascal-format
-msgid "Unable to write file \"%s\"."
-msgstr "无法写入文件 \"%s\"。"
-
-#: lazarusidestrconsts.lisunabletowritefileerror
-#, object-pascal-format
-msgid "Unable to write file \"%s\"%sError: %s"
-msgstr "无法写入文件 \"%s\" %s 错误:%s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectinfofileerror
-#, object-pascal-format
-msgid "Unable to write the project info file%s\"%s\".%sError: %s"
-msgstr "无法写入项目信息文件 %s \"%s\",%s 错误:%s"
-
-#: lazarusidestrconsts.lisunabletowritetheprojectsessionfileerror
-#, object-pascal-format
-msgid "Unable to write the project session file%s\"%s\".%sError: %s"
-msgstr "无法写入项目会话文件 %s \"%s\",%s 错误:%s"
-
-#: lazarusidestrconsts.lisunabletowritetofile2
-#, object-pascal-format
-msgid "Unable to write to file \"%s\"."
-msgstr "无法写入到文件 \"%s\"。"
-
-#: lazarusidestrconsts.lisunabletowritexmlstreamtoerror
-#, object-pascal-format
-msgid "Unable to write xml stream to %s%sError: %s"
-msgstr "无法将 xml 流写入到 %s%s,错误:%s"
-
#: lazarusidestrconsts.lisuncheckall
msgid "Uncheck All"
msgstr "取消所有勾选"
@@ -19423,79 +18814,6 @@ msgstr "卸载选中的"
msgid "Uninstall them too"
msgstr "把它们也卸载"
-#: lazarusidestrconsts.lisunit
-msgctxt "lazarusidestrconsts.lisunit"
-msgid "Unit"
-msgstr "单元"
-
-#: lazarusidestrconsts.lisunithaschangedsave
-#, object-pascal-format
-msgid "Unit \"%s\" has changed. Save?"
-msgstr "单元 \"%s\" 已经更改,是否保存?"
-
-#: lazarusidestrconsts.lisunitidentifierexists
-msgid "Unit identifier exists"
-msgstr "单元标识符已经存在"
-
-#: lazarusidestrconsts.lisunitinpackage
-#, object-pascal-format
-msgid "%s unit %s in package %s"
-msgstr "%s 单元 %s 在软件包 %s"
-
-#: lazarusidestrconsts.lisunitmustsavebeforeinherit
-#, object-pascal-format
-msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
-msgstr "单位 \"%s\" 必须先保存才能被继承。现在保存吗?"
-
-#: lazarusidestrconsts.lisunitnamealreadyexistscap
-msgid "Unitname already in project"
-msgstr "单元名已存在项目中"
-
-#: lazarusidestrconsts.lisunitnamebeginswith
-msgid "Unit name begins with ..."
-msgstr "单元名开头为 ..."
-
-#: lazarusidestrconsts.lisunitnamecontains
-msgid "Unit name contains ..."
-msgstr "单元名包含 ..."
-
-#: lazarusidestrconsts.lisunitnotfound
-#, object-pascal-format
-msgid "unit %s not found"
-msgstr "单元 %s 未找到"
-
-#: lazarusidestrconsts.lisunitnotfoundatnewposition
-#, object-pascal-format
-msgid "unit %s not found at new position \"%s\""
-msgstr "单元 %s 没有在新位置 \"%s\" 中找到"
-
-#: lazarusidestrconsts.lisunitnotfoundinfile
-#, object-pascal-format
-msgid "A unit not found in file %s"
-msgstr "文件 %s 中没有找到一个单元"
-
-#: lazarusidestrconsts.lisunitoutputdirectory
-msgid "Unit Output directory"
-msgstr "单元输出目录"
-
-#: lazarusidestrconsts.lisunitpath
-msgid "unit path"
-msgstr "单元路径"
-
-#: lazarusidestrconsts.lisunitpaths
-msgid "Unit paths"
-msgstr "单元路径"
-
-#: lazarusidestrconsts.lisunitrequirespackage
-#, object-pascal-format
-msgid "unit %s requires package %s"
-msgstr "单元 %s 需要软件包 %s"
-
-#: lazarusidestrconsts.lisunitsnotfoundinfile
-#, object-pascal-format
-msgid "Units not found in file %s"
-msgstr "文件 %s 中没有找到单元"
-
#: lazarusidestrconsts.lisunusedunitsof
#, object-pascal-format
msgid "Unused units of %s"
@@ -19538,11 +18856,6 @@ msgstr "当只有字母大小写发生变化时,更新其他过程的签章"
msgid "Update references?"
msgstr "更新引用?"
-#: lazarusidestrconsts.lisupdatingpofilesfailedforpackage
-#, object-pascal-format
-msgid "Updating PO files failed for package %s"
-msgstr "更新PO文件失败的软件包 %s"
-
#: lazarusidestrconsts.lisupgrade
msgid "Upgrade"
msgstr "升级"
@@ -19831,15 +19144,6 @@ msgstr "运行的工作目录"
msgid "Write config instead of command line parameters"
msgstr "写入配置而不是使用命令行参数"
-#: lazarusidestrconsts.liswriteerror
-msgid "Write Error"
-msgstr "写入错误"
-
-#: lazarusidestrconsts.liswriteerrorfile
-#, object-pascal-format
-msgid "Write error: %s%sFile: %s%s%s"
-msgstr "写入错误:%s%s 文件:%s%s%s"
-
#: lazarusidestrconsts.liswritepackageinfofailed
msgid "Writing the package info file failed."
msgstr "写入软件包信息失败。"
@@ -19857,15 +19161,6 @@ msgstr ""
msgid "wrong version in %s: %s"
msgstr "在 %s 中发现错误版本:%s"
-#: lazarusidestrconsts.lisxmlerror
-msgid "XML Error"
-msgstr "XML 错误"
-
-#: lazarusidestrconsts.lisxmlparsererrorinfileerror
-#, object-pascal-format
-msgid "XML parser error in file %s%sError: %s"
-msgstr "在文件 %s%s 中发现 XML 解析错误,错误:%s"
-
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
msgid "You can disable this for individual forms via the package editor"
msgstr "您可以通过软件包编辑器为单个窗体禁用这个功能"
@@ -20170,118 +19465,14 @@ msgstr "如果可执行格式支持版本信息则会存储它。"
msgid "Include version info in executable"
msgstr "在可执行文件中包含版本信息"
-#: lazarusidestrconsts.rslanguageafrikaans
-msgid "Afrikaans"
-msgstr "南非荷兰语"
-
-#: lazarusidestrconsts.rslanguagearabic
-msgid "Arabic"
-msgstr "阿拉伯语"
-
-#: lazarusidestrconsts.rslanguageautomatic
-msgid "Automatic (or English)"
-msgstr "自动(或者英语)"
-
-#: lazarusidestrconsts.rslanguagecatalan
-msgid "Catalan"
-msgstr "加泰罗尼亚语"
-
-#: lazarusidestrconsts.rslanguagechinese
-msgid "Chinese"
-msgstr "汉语"
-
-#: lazarusidestrconsts.rslanguagecorsican
-msgid "Corsican"
-msgstr "科西嘉语"
-
-#: lazarusidestrconsts.rslanguageczech
-msgid "Czech"
-msgstr "捷克语"
-
-#: lazarusidestrconsts.rslanguagedutch
-msgid "Dutch"
-msgstr "荷兰语"
-
-#: lazarusidestrconsts.rslanguageenglish
-msgid "English"
-msgstr "英语"
-
-#: lazarusidestrconsts.rslanguagefinnish
-msgid "Finnish"
-msgstr "芬兰语"
-
-#: lazarusidestrconsts.rslanguagefrench
-msgid "French"
-msgstr "法语"
-
-#: lazarusidestrconsts.rslanguagegerman
-msgid "German"
-msgstr "德语"
-
-#: lazarusidestrconsts.rslanguagehebrew
-msgid "Hebrew"
-msgstr "希伯来语"
-
-#: lazarusidestrconsts.rslanguagehungarian
-msgid "Hungarian"
-msgstr "匈牙利语"
-
-#: lazarusidestrconsts.rslanguageindonesian
-msgid "Indonesian"
-msgstr "印度尼西亚语"
-
-#: lazarusidestrconsts.rslanguageitalian
-msgid "Italian"
-msgstr "意大利语"
-
-#: lazarusidestrconsts.rslanguagejapanese
-msgid "Japanese"
-msgstr "日语"
-
-#: lazarusidestrconsts.rslanguagelithuanian
-msgid "Lithuanian"
-msgstr "立陶宛语"
-
#: lazarusidestrconsts.rslanguageoptions
msgid "Language options"
msgstr "语言选项"
-#: lazarusidestrconsts.rslanguagepolish
-msgid "Polish"
-msgstr "波兰语"
-
-#: lazarusidestrconsts.rslanguageportuguese
-msgid "Portuguese"
-msgstr "葡萄牙语"
-
-#: lazarusidestrconsts.rslanguageportuguesebr
-msgid "Brazilian Portuguese"
-msgstr "巴西葡萄牙语"
-
-#: lazarusidestrconsts.rslanguagerussian
-msgid "Russian"
-msgstr "俄罗斯语"
-
#: lazarusidestrconsts.rslanguageselection
msgid "Language selection:"
msgstr "语言选择:"
-#: lazarusidestrconsts.rslanguageslovak
-msgid "Slovak"
-msgstr "斯洛伐克语"
-
-#: lazarusidestrconsts.rslanguagespanish
-msgid "Spanish"
-msgstr "西班牙语"
-
-#: lazarusidestrconsts.rslanguageturkish
-msgid "Turkish"
-msgstr "土耳其语"
-
-#: lazarusidestrconsts.rslanguageukrainian
-msgid "Ukrainian"
-msgstr "乌克兰语"
-
#: lazarusidestrconsts.rsmajorversion
msgid "&Major version:"
msgstr "主要版本:(&M)"
@@ -22206,3 +21397,75 @@ msgstr "单元图表选项"
msgid "Version Info"
msgstr "版本信息"
+#: lazarusidestrconsts.lisunithaschangedsave
+#, object-pascal-format
+msgid "Unit \"%s\" has changed. Save?"
+msgstr "单元 \"%s\" 已经更改,是否保存?"
+
+#: lazarusidestrconsts.lisunitidentifierexists
+msgid "Unit identifier exists"
+msgstr "单元标识符已经存在"
+
+#: lazarusidestrconsts.lisunitinpackage
+#, object-pascal-format
+msgid "%s unit %s in package %s"
+msgstr "%s 单元 %s 在软件包 %s"
+
+#: lazarusidestrconsts.lisunitmustsavebeforeinherit
+#, object-pascal-format
+msgid "Unit \"%s\" must be saved before it can be inherited from. Save now?"
+msgstr "单位 \"%s\" 必须先保存才能被继承。现在保存吗?"
+
+#: lazarusidestrconsts.lisunitnamealreadyexistscap
+msgid "Unitname already in project"
+msgstr "单元名已存在项目中"
+
+#: lazarusidestrconsts.lisunitnamebeginswith
+msgid "Unit name begins with ..."
+msgstr "单元名开头为 ..."
+
+#: lazarusidestrconsts.lisunitnamecontains
+msgid "Unit name contains ..."
+msgstr "单元名包含 ..."
+
+#: lazarusidestrconsts.lisunitnotfound
+#, object-pascal-format
+msgid "unit %s not found"
+msgstr "单元 %s 未找到"
+
+#: lazarusidestrconsts.lisunitnotfoundatnewposition
+#, object-pascal-format
+msgid "unit %s not found at new position \"%s\""
+msgstr "单元 %s 没有在新位置 \"%s\" 中找到"
+
+#: lazarusidestrconsts.lisunitnotfoundinfile
+#, object-pascal-format
+msgid "A unit not found in file %s"
+msgstr "文件 %s 中没有找到一个单元"
+
+#: lazarusidestrconsts.lisunitoutputdirectory
+msgid "Unit Output directory"
+msgstr "单元输出目录"
+
+#: lazarusidestrconsts.lisunitpath
+msgid "unit path"
+msgstr "单元路径"
+
+#: lazarusidestrconsts.lisunitpaths
+msgid "Unit paths"
+msgstr "单元路径"
+
+#: lazarusidestrconsts.lisunitrequirespackage
+#, object-pascal-format
+msgid "unit %s requires package %s"
+msgstr "单元 %s 需要软件包 %s"
+
+#: lazarusidestrconsts.lisunitsnotfoundinfile
+#, object-pascal-format
+msgid "Units not found in file %s"
+msgstr "文件 %s 中没有找到单元"
+
+#: lazarusidestrconsts.lispkgmangunabletodeletefilename
+msgid "Unable to delete file"
+msgstr "不能删除文件"
+
diff --git a/packager/addtopackagedlg.pas b/packager/addtopackagedlg.pas
index 8a4a1fcff7..b1339330ed 100644
--- a/packager/addtopackagedlg.pas
+++ b/packager/addtopackagedlg.pas
@@ -40,6 +40,8 @@ uses
ComponentReg,
// IDEIntf
NewItemIntf, PackageIntf, FormEditingIntf, IDEWindowIntf, IDEDialogs, InputHistory,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
EnvironmentOpts,
// IDE
diff --git a/packager/frames/package_integration_options.pas b/packager/frames/package_integration_options.pas
index 5dec630c22..e10012b789 100644
--- a/packager/frames/package_integration_options.pas
+++ b/packager/frames/package_integration_options.pas
@@ -12,6 +12,8 @@ uses
LazFileUtils,
// IdeIntf
IDEOptionsIntf, IDEOptEditorIntf, MacroIntf, PackageIntf,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
IDEProcs,
// IDE
diff --git a/packager/frames/package_usage_options.pas b/packager/frames/package_usage_options.pas
index d2faa10b11..9de140df20 100644
--- a/packager/frames/package_usage_options.pas
+++ b/packager/frames/package_usage_options.pas
@@ -14,6 +14,10 @@ uses
IDEOptionsIntf, IDEOptEditorIntf, MacroIntf,
// IdeConfic
IDEProcs,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
+ // IdePackager
+ IdePackagerStrConsts,
// IDE
PathEditorDlg, LazarusIDEStrConsts, SearchPathProcs, PackageDefs;
diff --git a/packager/globallinks/idepackager-1.0.0.lpl b/packager/globallinks/idepackager-1.0.0.lpl
new file mode 100644
index 0000000000..3376e1028c
--- /dev/null
+++ b/packager/globallinks/idepackager-1.0.0.lpl
@@ -0,0 +1 @@
+$(LazarusDir)/ide/packages/idepackager/idepackager.lpk
diff --git a/packager/globallinks/ideproject-1.0.0.lpl b/packager/globallinks/ideproject-1.0.0.lpl
new file mode 100644
index 0000000000..a3bd16d798
--- /dev/null
+++ b/packager/globallinks/ideproject-1.0.0.lpl
@@ -0,0 +1 @@
+$(LazarusDir)/ide/packages/ideproject/ideproject.lpk
diff --git a/packager/globallinks/ideutilspkg-1.0.0.lpl b/packager/globallinks/ideutilspkg-1.0.0.lpl
new file mode 100644
index 0000000000..5afabe57a8
--- /dev/null
+++ b/packager/globallinks/ideutilspkg-1.0.0.lpl
@@ -0,0 +1 @@
+$(LazarusDir)/ide/packages/ideutils/ideutilspkg.lpk
diff --git a/packager/installpkgsetdlg.pas b/packager/installpkgsetdlg.pas
index efd8892c6c..83b4916c2d 100644
--- a/packager/installpkgsetdlg.pas
+++ b/packager/installpkgsetdlg.pas
@@ -51,6 +51,10 @@ uses
PackageIntf, PackageLinkIntf, PackageDependencyIntf,
// IdeIntf
IDEImagesIntf, IdeIntfStrConsts, IDEHelpIntf, IDEDialogs, IDEWindowIntf, InputHistory,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
+ // IdeProject
+ IdeProjectStrConsts,
// IdeConfig
LazConf,
// IDE
diff --git a/packager/pkgmanager.pas b/packager/pkgmanager.pas
index 729939b474..a3551be814 100644
--- a/packager/pkgmanager.pas
+++ b/packager/pkgmanager.pas
@@ -63,9 +63,13 @@ uses
IDECommands, MenuIntf, IDEWindowIntf, LazIDEIntf, IDEMsgIntf, SrcEditorIntf,
IdeIntfStrConsts, ComponentEditors, PropEdits, IDEDialogs,
UnitResources, InputHistory,
+ // IdeUtils
+ IdeUtilsPkgStrConsts,
// IdeConfig
EnvironmentOpts, IDEOptionDefs, ModeMatrixOpts, RecentListProcs, SearchPathProcs,
TransferMacros, IDECmdLine, IDEProcs, ParsedCompilerOpts, CompilerOptions,
+ // IdePackager
+ IdePackagerStrConsts,
// FCL registration
LazarusPackageIntf,
// IDE