mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:58:04 +02:00
Installer, Win: improved localization
git-svn-id: trunk@42646 -
This commit is contained in:
parent
03f47e55f0
commit
9b367c81ca
@ -107,7 +107,7 @@ begin
|
||||
False,
|
||||
'laz_conf'
|
||||
);
|
||||
wpAskConfDir.Add('Folder for config');
|
||||
wpAskConfDir.Add(CustomMessage('FolderForConfig'));
|
||||
end;
|
||||
|
||||
function IsSecondaryCheckBoxChecked: Boolean;
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
DelUserConf=Delete all user configuration files from previous installs
|
||||
CleanUp=Clean up
|
||||
CleanUp=Clean up:
|
||||
|
||||
InstallQt=Install Qt interface DLL
|
||||
InstallChm=Install CHM help files
|
||||
@ -28,6 +28,8 @@ SecondConfCapt=Select configuration folder
|
||||
SecondConfCapt2=Where do you want this Lazarus installation to store its configuration?
|
||||
SecondConfBody=Select a new empty folder for this installation of Lazarus to store its configuration, then continue with 'Next'.
|
||||
|
||||
FolderForConfig=Folder for config
|
||||
|
||||
FolderForConfNotEmpty=The selected folder is not empty.
|
||||
|
||||
AskUninstallTitle1=Previous Installation
|
||||
|
Loading…
Reference in New Issue
Block a user