Changeset 379:476e04537509
Legend:
- Unmodified
- Added
- Removed
-
mlx.nsi
r376 r379 50 50 ;Pages 51 51 52 53 52 !insertmacro MUI_PAGE_LICENSE "license.txt" 54 53 Page custom optionsPage ;optionsPageLeave … … 69 68 70 69 Function optionsPage 71 !insertmacro MUI_HEADER_TEXT "Installation Options" "Choose the options for the installation"70 !insertmacro MUI_HEADER_TEXT $(InstallOpts_Title) $(InstallOpts_SubTitle) 72 71 73 72 nsDialogs::Create 1018 … … 78 77 ${Endif} 79 78 80 ${NSD_CreateLabel} 0 0 100% 32u "If you select the option below, the program will be installed in a way that it can be used besides another, already existing installation. Its default configuration will be such that it does not conflict with another logger running as a primary one. Normally, you should leave this unchecked."79 ${NSD_CreateLabel} 0 0 100% 32u $(InstallOpts_SecondaryExpl) 81 80 Pop $Variable 82 81 83 ${NSD_CreateCheckBox} 12 62 100% 12u "Install as a secondary copy"82 ${NSD_CreateCheckBox} 12 62 100% 12u $(InstallOpts_Secondary) 84 83 Pop $Secondary 85 84 ${NSD_SetState} $Secondary $Secondary_State … … 106 105 107 106 !insertmacro MUI_LANGUAGE "English" 107 !insertmacro MUI_LANGUAGE "Hungarian" 108 108 109 109 ;-------------------------------- … … 146 146 147 147 ;Language strings 148 LangString DESC_SecMLX ${LANG_ENGLISH} "MAVA Logger X." 148 LangString DESC_SecMLX ${LANG_ENGLISH} "The MAVA Logger X application itself." 149 LangString DESC_SecMLX ${LANG_HUNGARIAN} "Maga a MAVA Logger X alkalmazás." 149 150 150 151 ;Assign language strings to sections … … 152 153 !insertmacro MUI_DESCRIPTION_TEXT ${SecMLX} $(DESC_SecMLX) 153 154 !insertmacro MUI_FUNCTION_DESCRIPTION_END 155 156 LangString InstallOpts_Title ${LANG_ENGLISH} "Installation Options" 157 LangString InstallOpts_Title ${LANG_HUNGARIAN} "Telepítési beállítások" 158 159 LangString InstallOpts_SubTitle ${LANG_ENGLISH} "Choose the options for the installation" 160 LangString InstallOpts_SubTitle ${LANG_HUNGARIAN} "Válassza ki a telepítés beállításait" 161 162 LangString InstallOpts_SecondaryExpl ${LANG_ENGLISH} "If you select the option below, the program will be installed in a way that it can be used besides another, already existing installation. Its default configuration will be such that it does not conflict with another logger running as a primary one. Normally, you should leave this unchecked." 163 LangString InstallOpts_SecondaryExpl ${LANG_HUNGARIAN} "Az alábbi opció kijelölésével a programot úgy fogjuk telepíteni, hogy azt egy másik mellett, azzal egyidejûen lehessen használni. Az alapértelmezett konfigurációja elkerüli a másik futó loggerrel való ütközést. Általában azonban ezt az opciót nem kell kijelölni." 164 165 LangString InstallOpts_Secondary ${LANG_ENGLISH} "Install as a secondary copy" 166 LangString InstallOpts_Secondary ${LANG_HUNGARIAN} "Telepítés másodlagos példányként" 154 167 155 168 ;--------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.