IDE: better english, moved resourcestrings

git-svn-id: trunk@17867 -
This commit is contained in:
mattias 2008-12-19 15:49:48 +00:00
parent 20fee49b9d
commit 20a9979609
2 changed files with 6 additions and 7 deletions

View File

@ -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 }

View File

@ -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.