mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 03:58:45 +08:00
16 lines
641 B
NSIS
16 lines
641 B
NSIS
; Polish installer translation
|
|
|
|
; Start mRemoteNG after installation
|
|
LangString LaunchMremoteNow ${LANG_POLISH} "mRemoteNG run POLISH message"
|
|
|
|
; Installer Language
|
|
LangString InstallerLanguage ${LANG_POLISH} "Installer Language"
|
|
|
|
; Select installer Language
|
|
LangString SelectInstallerLanguage ${LANG_POLISH} "Please select the language of the installer"
|
|
|
|
; Requires .NET Framework
|
|
LangString RequiresNetFramework ${LANG_POLISH} "mRemoteNG requires Microsoft .NET Framework 2.0."
|
|
|
|
; User needs to be Admin
|
|
LangString RequiresAdminUser ${LANG_POLISH} "You must be a member of the 'Power Users' or 'Administrators' group to install mRemoteNG." |