mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 19:18:01 +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,
|
||||
{$ENDIF}
|
||||
Classes, SysUtils, FileUtil, Forms, Controls, Dialogs,
|
||||
DialogProcs;
|
||||
DialogProcs, LazarusIDEStrConsts;
|
||||
|
||||
type
|
||||
EApplicationBundleException = Exception;
|
||||
@ -62,12 +62,6 @@ const
|
||||
PackageInfoFileName = 'PkgInfo';
|
||||
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
|
||||
|
||||
{ TApplicationPropertyList }
|
||||
|
@ -3994,6 +3994,11 @@ resourcestring
|
||||
lisSelectedTopNeighbour = '(selected top 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
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user