mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 03:41:41 +02:00
IDE: better english, moved resourcestrings
git-svn-id: trunk@17867 -
This commit is contained in:
parent
20fee49b9d
commit
20a9979609
@ -38,7 +38,7 @@ uses
|
|||||||
BaseUnix,
|
BaseUnix,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
Classes, SysUtils, FileUtil, Forms, Controls, Dialogs,
|
Classes, SysUtils, FileUtil, Forms, Controls, Dialogs,
|
||||||
DialogProcs;
|
DialogProcs, LazarusIDEStrConsts;
|
||||||
|
|
||||||
type
|
type
|
||||||
EApplicationBundleException = Exception;
|
EApplicationBundleException = Exception;
|
||||||
@ -62,12 +62,6 @@ const
|
|||||||
PackageInfoFileName = 'PkgInfo';
|
PackageInfoFileName = 'PkgInfo';
|
||||||
PackageInfoHeader = 'APPL????';
|
PackageInfoHeader = 'APPL????';
|
||||||
|
|
||||||
resourcestring
|
|
||||||
rsCreatingDirFailed = 'Creating directory "%s" failed!';
|
|
||||||
rsCreatingSymLinkFailed = 'Creating symbolic link "%s" failed!';
|
|
||||||
rsCreatingSymLinkNotSupported = 'Creating symbolic link is not supported on this platform!';
|
|
||||||
lisPutLrsFilesInOutputDirectory = 'Put .lrs files in output directory';
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
{ TApplicationPropertyList }
|
{ TApplicationPropertyList }
|
||||||
|
@ -3994,6 +3994,11 @@ resourcestring
|
|||||||
lisSelectedTopNeighbour = '(selected top neighbour)';
|
lisSelectedTopNeighbour = '(selected top neighbour)';
|
||||||
lisSelectedBottomNeighbour = '(selected bottom neighbour)';
|
lisSelectedBottomNeighbour = '(selected bottom neighbour)';
|
||||||
|
|
||||||
|
rsCreatingDirFailed = 'Creating directory "%s" failed!';
|
||||||
|
rsCreatingSymLinkFailed = 'Creating symbolic link "%s" failed!';
|
||||||
|
rsCreatingSymLinkNotSupported = 'Creating symbolic link is not supported on this platform!';
|
||||||
|
lisPutLrsFilesInOutputDirectory = 'Save .lrs files in the output directory';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user