From 42be0eb4f1d7a25dca97e8e2eb4ec4d03b7931fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81ukasik?= Date: Wed, 15 Jun 2016 20:23:58 +0200 Subject: Imported Upstream version 16.6.0~ds0 --- setup/translations/slovenian.nsh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup/translations/slovenian.nsh') diff --git a/setup/translations/slovenian.nsh b/setup/translations/slovenian.nsh index 440fb40..253b029 100644 --- a/setup/translations/slovenian.nsh +++ b/setup/translations/slovenian.nsh @@ -4,7 +4,11 @@ ;Save file as UTF-8 w/ BOM ; +!if ! ${NSIS_PACKEDVERSION} > 0x2999999 !insertmacro LANGFILE "Slovenian" "Slovenščina" +!else +!insertmacro LANGFILE "Slovenian" = "Slovenski" = +!endif ; Startup ${LangFileString} Installer_Is_Running "The installer is already running." @@ -12,6 +16,7 @@ ${LangFileString} Installer_No_Admin "You must be logged in as an administrator ${LangFileString} SMPlayer_Is_Running "An instance of SMPlayer is running. Please exit SMPlayer and try again." ${LangFileString} OS_Not_Supported "Unsupported operating system.$\nSMPlayer ${SMPLAYER_VERSION} requires at least Windows XP and may not work correctly on your system.$\nDo you really want to continue with the installation?" +${LangFileString} OS_Not_Supported_VistaRequired "Unsupported operating system.$\nSMPlayer ${SMPLAYER_VERSION} requires at least Windows Vista and may not work correctly on your system.$\nDo you really want to continue with the installation?" ${LangFileString} Win64_Required "A 64-bit Windows operating system is required to install this software." ${LangFileString} Existing_32bitInst "An existing 32-bit installation of SMPlayer exists. You must uninstall 32-bit SMPlayer first." ${LangFileString} Existing_64bitInst "An existing 64-bit installation of SMPlayer exists. You must uninstall 64-bit SMPlayer first." -- cgit v1.2.3