mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 13:17:18 +02:00
IDE: resourcestrings
git-svn-id: branches/fixes_1_4@47741 -
This commit is contained in:
parent
699f5240aa
commit
aab8d90f63
@ -2151,8 +2151,7 @@ resourcestring
|
|||||||
lisShowOnlyModified = 'Show only modified';
|
lisShowOnlyModified = 'Show only modified';
|
||||||
lisUseCommentsInCustomOptions = 'Use comments in custom options';
|
lisUseCommentsInCustomOptions = 'Use comments in custom options';
|
||||||
lisCustomOptions2 = 'Custom options';
|
lisCustomOptions2 = 'Custom options';
|
||||||
lisCustomOptHint = 'These options are passed to the compiler after'
|
lisCustomOptHint = 'These options are passed to the compiler after macros are replaced.';
|
||||||
+' comments are deleted and macros are replaced.';
|
|
||||||
dlgStopAfterNrErr = 'Stop after number of errors:';
|
dlgStopAfterNrErr = 'Stop after number of errors:';
|
||||||
|
|
||||||
lisApplyConventions = 'Apply conventions';
|
lisApplyConventions = 'Apply conventions';
|
||||||
@ -5324,6 +5323,7 @@ resourcestring
|
|||||||
lisUseUnitInUnit = 'Use unit %s in unit %s';
|
lisUseUnitInUnit = 'Use unit %s in unit %s';
|
||||||
lisUseIdentifier = 'Use identifier';
|
lisUseIdentifier = 'Use identifier';
|
||||||
lisFindMissingUnit = 'Find missing unit';
|
lisFindMissingUnit = 'Find missing unit';
|
||||||
|
lisSearchUnit = 'Search Unit "%s"';
|
||||||
lisEmpty = 'Empty';
|
lisEmpty = 'Empty';
|
||||||
lisNotAValidPascalIdentifier = 'Not a valid Pascal identifier';
|
lisNotAValidPascalIdentifier = 'Not a valid Pascal identifier';
|
||||||
lisThereIsAlreadyAComponentWithThisName = 'There is already a component '
|
lisThereIsAlreadyAComponentWithThisName = 'There is already a component '
|
||||||
@ -5420,6 +5420,7 @@ resourcestring
|
|||||||
lisConditionals = 'Conditionals';
|
lisConditionals = 'Conditionals';
|
||||||
lisDlgAllOptions = 'All options ...';
|
lisDlgAllOptions = 'All options ...';
|
||||||
lisDlgDefines = 'Defines ...';
|
lisDlgDefines = 'Defines ...';
|
||||||
|
lisSupportUTF8RTL = 'Support UTF-8 RTL';
|
||||||
lisWithIncludes2 = ', with includes ';
|
lisWithIncludes2 = ', with includes ';
|
||||||
lisParsed = ', parsed ';
|
lisParsed = ', parsed ';
|
||||||
lisCreatingFileIndexOfFPCSources =
|
lisCreatingFileIndexOfFPCSources =
|
||||||
@ -5860,6 +5861,11 @@ resourcestring
|
|||||||
lisCanTFindAValidPpu = 'Can''t find a valid %s.ppu';
|
lisCanTFindAValidPpu = 'Can''t find a valid %s.ppu';
|
||||||
lisCannotFind = 'Cannot find %s';
|
lisCannotFind = 'Cannot find %s';
|
||||||
lisUsedBy = ' used by %s';
|
lisUsedBy = ' used by %s';
|
||||||
|
lisCleanUpPackage = 'Clean up package "%s".';
|
||||||
|
lisPpuInWrongDirectory = 'ppu in wrong directory=%s.';
|
||||||
|
lisPackageNeedsAnOutputDirectory = 'Package needs an output directory.';
|
||||||
|
lisMakeSureAllPpuFilesOfAPackageAreInItsOutputDirecto = 'Make sure all ppu '
|
||||||
|
+'files of a package are in its output directory.';
|
||||||
lisCheckSearchPathPackageTryACleanRebuildCheckImpleme = '. Check search path of'
|
lisCheckSearchPathPackageTryACleanRebuildCheckImpleme = '. Check search path of'
|
||||||
+' package %s, try a clean rebuild, check implementation uses sections.';
|
+' package %s, try a clean rebuild, check implementation uses sections.';
|
||||||
lisCheckIfPackageIsInTheDependencies = '. Check if package %s is in the '
|
lisCheckIfPackageIsInTheDependencies = '. Check if package %s is in the '
|
||||||
|
Loading…
Reference in New Issue
Block a user