summaryrefslogtreecommitdiff
path: root/setup/translations/slovenian.nsh
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2016-06-15 20:23:58 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2016-06-15 20:23:58 +0200
commit42be0eb4f1d7a25dca97e8e2eb4ec4d03b7931fb (patch)
treefae3347b0c924378c57862feea2708766d159771 /setup/translations/slovenian.nsh
parent1a2f0c9c1087899a00298db8fa70518d3c1e69f8 (diff)
Imported Upstream version 16.6.0~ds0
Diffstat (limited to 'setup/translations/slovenian.nsh')
-rw-r--r--setup/translations/slovenian.nsh5
1 files changed, 5 insertions, 0 deletions
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."