mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 03:19:15 +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,
|
False,
|
||||||
'laz_conf'
|
'laz_conf'
|
||||||
);
|
);
|
||||||
wpAskConfDir.Add('Folder for config');
|
wpAskConfDir.Add(CustomMessage('FolderForConfig'));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function IsSecondaryCheckBoxChecked: Boolean;
|
function IsSecondaryCheckBoxChecked: Boolean;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
DelUserConf=Delete all user configuration files from previous installs
|
DelUserConf=Delete all user configuration files from previous installs
|
||||||
CleanUp=Clean up
|
CleanUp=Clean up:
|
||||||
|
|
||||||
InstallQt=Install Qt interface DLL
|
InstallQt=Install Qt interface DLL
|
||||||
InstallChm=Install CHM help files
|
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?
|
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'.
|
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.
|
FolderForConfNotEmpty=The selected folder is not empty.
|
||||||
|
|
||||||
AskUninstallTitle1=Previous Installation
|
AskUninstallTitle1=Previous Installation
|
||||||
|
Loading…
Reference in New Issue
Block a user