mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-11 22:42:44 +02:00
IDE: package file: use english header to avoid svn updates
git-svn-id: trunk@26650 -
This commit is contained in:
parent
f3b5dbe139
commit
ceb7ec1a37
@ -3542,10 +3542,6 @@ resourcestring
|
|||||||
lisPkgMangPackageHasNoValidOutputDirectory = 'Package %s%s%s has no valid '
|
lisPkgMangPackageHasNoValidOutputDirectory = 'Package %s%s%s has no valid '
|
||||||
+'output directory:%s%s%s%s';
|
+'output directory:%s%s%s%s';
|
||||||
lisPkgMangpackageMainSourceFile = 'package main source file';
|
lisPkgMangpackageMainSourceFile = 'package main source file';
|
||||||
lisPkgMangThisFileWasAutomaticallyCreatedByLazarusDoNotEdit = 'This file '
|
|
||||||
+'was automatically created by Lazarus. Do not edit!';
|
|
||||||
lisPkgMangThisSourceIsOnlyUsedToCompileAndInstallThePackage = 'This source '
|
|
||||||
+'is only used to compile and install the package.';
|
|
||||||
lisPkgMangRenameFileInPackage = 'Rename file in package?';
|
lisPkgMangRenameFileInPackage = 'Rename file in package?';
|
||||||
lisPkgMangThePackageOwnsTheFileShouldTheFileBeRenamed = 'The package %s '
|
lisPkgMangThePackageOwnsTheFileShouldTheFileBeRenamed = 'The package %s '
|
||||||
+'owns the file%s%s%s%s.%sShould the file be renamed in the package as '
|
+'owns the file%s%s%s%s.%sShould the file be renamed in the package as '
|
||||||
|
@ -3787,9 +3787,9 @@ begin
|
|||||||
|
|
||||||
// create source
|
// create source
|
||||||
BeautifyCodeOptions:=CodeToolBoss.SourceChangeCache.BeautifyCodeOptions;
|
BeautifyCodeOptions:=CodeToolBoss.SourceChangeCache.BeautifyCodeOptions;
|
||||||
HeaderSrc:= '{ '
|
// keep in english to avoid svn updates
|
||||||
+lisPkgMangThisFileWasAutomaticallyCreatedByLazarusDoNotEdit+e
|
HeaderSrc:= '{ This file was automatically created by Lazarus. Do not edit!'+e
|
||||||
+' '+lisPkgMangThisSourceIsOnlyUsedToCompileAndInstallThePackage+e
|
+' This source is only used to compile and install the package.'+e
|
||||||
+' }'+e+e;
|
+' }'+e+e;
|
||||||
// leave the unit case the same as the package name (e.g: package name LazReport, unit name lazreport)
|
// leave the unit case the same as the package name (e.g: package name LazReport, unit name lazreport)
|
||||||
PkgUnitName := ExtractFileNameOnly(SrcFilename);
|
PkgUnitName := ExtractFileNameOnly(SrcFilename);
|
||||||
|
Loading…
Reference in New Issue
Block a user