summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2016-07-05 19:43:17 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2016-07-05 19:43:17 +0200
commit7b04f55feb0d50e03d013b2be0ec555d363a40b2 (patch)
tree589da3860728c7328161810e8893d7dbe6e664a0 /setup
parent42be0eb4f1d7a25dca97e8e2eb4ec4d03b7931fb (diff)
Imported Upstream version 16.7.0~ds0
Diffstat (limited to 'setup')
-rw-r--r--setup/smplayer.nsi8
-rw-r--r--setup/translations/albanian.nsh6
-rw-r--r--setup/translations/amharic.nsh6
-rw-r--r--setup/translations/arabic.nsh6
-rw-r--r--setup/translations/basque.nsh6
-rw-r--r--setup/translations/bulgarian.nsh32
-rw-r--r--setup/translations/catalan.nsh6
-rw-r--r--setup/translations/croatian.nsh8
-rw-r--r--setup/translations/czech.nsh32
-rw-r--r--setup/translations/danish.nsh10
-rw-r--r--setup/translations/dutch.nsh6
-rw-r--r--setup/translations/english.nsh6
-rw-r--r--setup/translations/farsi.nsh6
-rw-r--r--setup/translations/finnish.nsh6
-rw-r--r--setup/translations/french.nsh6
-rw-r--r--setup/translations/galician.nsh6
-rw-r--r--setup/translations/german.nsh8
-rw-r--r--setup/translations/greek.nsh6
-rw-r--r--setup/translations/hebrew.nsh6
-rw-r--r--setup/translations/hungarian.nsh6
-rw-r--r--setup/translations/indonesian.nsh6
-rw-r--r--setup/translations/italian.nsh6
-rw-r--r--setup/translations/japanese.nsh6
-rw-r--r--setup/translations/korean.nsh6
-rw-r--r--setup/translations/malay.nsh6
-rw-r--r--setup/translations/norwegian.nsh6
-rw-r--r--setup/translations/po_files/bulgarian.po32
-rw-r--r--setup/translations/po_files/croatian.po5
-rw-r--r--setup/translations/po_files/czech.po33
-rw-r--r--setup/translations/po_files/danish.po11
-rw-r--r--setup/translations/po_files/german.po7
-rw-r--r--setup/translations/po_files/polish.po5
-rw-r--r--setup/translations/po_files/romanian.po8
-rw-r--r--setup/translations/po_files/russian.po9
-rw-r--r--setup/translations/po_files/simpchinese.po32
-rw-r--r--setup/translations/po_files/turkish.po24
-rw-r--r--setup/translations/polish.nsh8
-rw-r--r--setup/translations/portuguese.nsh6
-rw-r--r--setup/translations/portuguesebrazil.nsh6
-rw-r--r--setup/translations/romanian.nsh10
-rw-r--r--setup/translations/russian.nsh8
-rw-r--r--setup/translations/serbian.nsh6
-rw-r--r--setup/translations/simpchinese.nsh32
-rw-r--r--setup/translations/slovak.nsh6
-rw-r--r--setup/translations/slovenian.nsh6
-rw-r--r--setup/translations/spanish.nsh6
-rw-r--r--setup/translations/thai.nsh6
-rw-r--r--setup/translations/tradchinese.nsh6
-rw-r--r--setup/translations/turkish.nsh24
-rw-r--r--setup/translations/ukrainian.nsh6
-rw-r--r--setup/translations/vietnamese.nsh6
51 files changed, 400 insertions, 126 deletions
diff --git a/setup/smplayer.nsi b/setup/smplayer.nsi
index 537c5dd..db2a95e 100644
--- a/setup/smplayer.nsi
+++ b/setup/smplayer.nsi
@@ -459,9 +459,9 @@ SectionGroup $(MPlayerMPVGroupTitle)
Pop $YTDL_Exit_Code
${If} $YTDL_Exit_Code != "0"
- DetailPrint "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+ DetailPrint $(YTDL_Error_Msg1)
${If} $YTDL_Exit_Code == "${STATUS_DLL_NOT_FOUND}"
- DetailPrint "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+ DetailPrint $(YTDL_Error_Msg2)
${EndIf}
Sleep 5000
@@ -978,8 +978,8 @@ Function Backup_SMTube
StrCpy $Restore_SMTube 1
Return
QtVerMismatch:
- DetailPrint "The current SMTube installation is incompatible with this version of SMPlayer."
- DetailPrint "Please upgrade to a newer version of SMTube."
+ DetailPrint $(SMTube_Incompatible_Msg1)
+ DetailPrint $(SMTube_Incompatible_Msg2)
Sleep 5000
NoBackup:
StrCpy $Restore_SMTube 0
diff --git a/setup/translations/albanian.nsh b/setup/translations/albanian.nsh
index c14a2d4..3b937ae 100644
--- a/setup/translations/albanian.nsh
+++ b/setup/translations/albanian.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/amharic.nsh b/setup/translations/amharic.nsh
index 5db3d78..2a0aa52 100644
--- a/setup/translations/amharic.nsh
+++ b/setup/translations/amharic.nsh
@@ -160,6 +160,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/arabic.nsh b/setup/translations/arabic.nsh
index 6a82067..1b4f47b 100644
--- a/setup/translations/arabic.nsh
+++ b/setup/translations/arabic.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "فشل تثبيت mpv."
${LangFileString} YTDL_DL_Retry "لم تُبَّت مكتبة اليوتيوب youtube-dl بنجاح. إعادة المحاولة؟"
${LangFileString} YTDL_DL_Failed "فشل تنزيل مكتبة اليوتيوب youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "التحري عن تحديثات مكتبة اليوتيوب youtube-dl..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "تنظيف مخبئية إعدادات الخطوط ..."
diff --git a/setup/translations/basque.nsh b/setup/translations/basque.nsh
index cfa1003..ff00fb5 100644
--- a/setup/translations/basque.nsh
+++ b/setup/translations/basque.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Hutsegitea mpv ezartzerakoan."
${LangFileString} YTDL_DL_Retry "youtube-dl ez da ongi ezarri. Berriro saiatu?"
${LangFileString} YTDL_DL_Failed "Hutsegitea youtube-dl jeisterakoan: '$R0'."
${LangFileString} YTDL_Update_Check "youtube-dl eguneraketarik dagoen egiaztatzen..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "fonconfig katxea garbitzen..."
diff --git a/setup/translations/bulgarian.nsh b/setup/translations/bulgarian.nsh
index e2464b8..29f80ed 100644
--- a/setup/translations/bulgarian.nsh
+++ b/setup/translations/bulgarian.nsh
@@ -16,7 +16,7 @@ ${LangFileString} Installer_No_Admin "Трябва да сте вписан ка
${LangFileString} SMPlayer_Is_Running "Има работеща инстанция на SMPlayer. Моля, излезте от SMPlayer и опитайте отново."
${LangFileString} OS_Not_Supported "Неподдържана операционна система.$\nSMPlayer ${SMPLAYER_VERSION} изисква поне Windows XP и може към момента да не работи с Вашата система.$\nНаистина ли искате да продължите с инсталацията?"
-${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} OS_Not_Supported_VistaRequired "Неподдържана операционна система.$\nSMPlayer ${SMPLAYER_VERSION} изисква версия на поне Windows Vista и може да не работи добре на Вашата система.$\nСигурни ли сте, че икате да продължите с инсталацията?"
${LangFileString} Win64_Required "Изисква се 64-битова операционна система Windows, за да инсталирате този софтуер. "
${LangFileString} Existing_32bitInst "Има инсталирана 32-битова версия на SMPlayer. Трябва първо да деинсталирате 32-битовия SMPlayer."
${LangFileString} Existing_64bitInst "Има инсталирана 64-битова версия на SMPlayer. Трябва първо да деинсталирате 64-битовия SMPlayer."
@@ -77,7 +77,7 @@ ${LangFileString} Reinstall_Msg3_3 "Кликнете Деинсталиране,
${LangFileString} Reinstall_Msg4 "Промяна на настройките за инсталацията"
${LangFileString} Reinstall_Msg5 "Анулиране на моите настройки на SMPlayer"
-${LangFileString} Remove_Settings_Confirmation "Are you sure you want to reset your SMPlayer settings? This action cannot be reversed."
+${LangFileString} Remove_Settings_Confirmation "Сигурни ли сте, че искате да анулирате настройките на SMPlayer? Това действие няма обратно на себе си."
${LangFileString} Type_Reinstall "преинсталиране"
${LangFileString} Type_Downgrade "връщане на версия"
@@ -112,20 +112,26 @@ ${LangFileString} Info_RollBack "Връщане на промените..."
${LangFileString} Info_Files_Extract "Разархивиране на файлове..."
${LangFileString} Info_SMTube_Backup "Създаване на резервно копие на SMTube..."
${LangFileString} Info_SMTube_Restore "Възстановяване на SMTube от предишна инсталация..."
-${LangFileString} Info_MPV_Backup "Backing up mpv..."
-${LangFileString} Info_MPV_Restore "Restoring mpv from previous installation..."
+${LangFileString} Info_MPV_Backup "Резервиране копие на mpv..."
+${LangFileString} Info_MPV_Restore "Възстановяване на mpv от предишна инсталация..."
; MPV
-${LangFileString} MPV_DL_Msg "Downloading mpv..."
-${LangFileString} MPV_DL_Retry "mpv was not successfully installed. Retry?"
-${LangFileString} MPV_DL_Failed "Failed to download mpv: '$R0'."
-${LangFileString} MPV_Inst_Failed "Failed to install mpv."
+${LangFileString} MPV_DL_Msg "Изтегляне на mpv..."
+${LangFileString} MPV_DL_Retry "mpv е неуспешно инсталиран. Повторен опит?"
+${LangFileString} MPV_DL_Failed "Неуспешно изтегляне на mpv: '$R0'."
+${LangFileString} MPV_Inst_Failed "Неуспешно инсталиране на mpv."
; YouTube-DL
-${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
-${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
-${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_DL_Retry "youtube-dl е неуспешно инсталиран. Повторен опит?"
+${LangFileString} YTDL_DL_Failed "Неуспешно изтегляне на youtube-dl: '$R0'."
+${LangFileString} YTDL_Update_Check "Проверка за обновления на youtube-dl..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
-${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
-${LangFileString} Info_Cleaning_SMPlayer "Cleaning SMPlayer settings..."
+${LangFileString} Info_Cleaning_Fontconfig "Изчистване на шрифтовите запаси с настройки..."
+${LangFileString} Info_Cleaning_SMPlayer "Изчистване на SMPlayer насройки..."
diff --git a/setup/translations/catalan.nsh b/setup/translations/catalan.nsh
index cd1926e..1583486 100644
--- a/setup/translations/catalan.nsh
+++ b/setup/translations/catalan.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/croatian.nsh b/setup/translations/croatian.nsh
index 42caf2e..da40c30 100644
--- a/setup/translations/croatian.nsh
+++ b/setup/translations/croatian.nsh
@@ -16,7 +16,7 @@ ${LangFileString} Installer_No_Admin "Morate biti prijavljeni kao administrator
${LangFileString} SMPlayer_Is_Running "Primjerak SMPlayera je pokrenut. Zatvorite SMplayer i pokušajte ponovno."
${LangFileString} OS_Not_Supported "Nepodržan operativni sustav.$\nSMPlayer ${SMPLAYER_VERSION} zahtijeva minimum Windows XP i možda neće raditi ispravno na vašem sustavu.$\nSigurno želite nastaviti ovu instalaciju?"
-${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} OS_Not_Supported_VistaRequired "Nepodržan operativni sustav.$\nSMPlayer ${SMPLAYER_VERSION} zahtijeva najmanje Windows Vistu i možda neće raditi ispravno na vašem sustavu.$\nSigurno želite nastaviti ovu instalaciju?"
${LangFileString} Win64_Required "64-bitni Windows operativni sustav je potreban za instalaciju ovog softvera."
${LangFileString} Existing_32bitInst "Trenutno je instalirana 32-bitna instalacija SMPlayera. Najprije morate deinstalirati 32-bitni SMPlayer."
${LangFileString} Existing_64bitInst "Trenutno je instalirana 64-bitna instalacija SMPlayera. Najprije morate deinstalirati 64-bitni SMPlayer."
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Neuspjelo instaliranje mpv-a."
${LangFileString} YTDL_DL_Retry "YouTube-dl nije uspješno instaliran. Pokušaj ponovno?"
${LangFileString} YTDL_DL_Failed "Neuspjelo preuzimanje Youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Provjeravanje youtube-dl nadopuna..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Brisanje priručne memorije slova..."
diff --git a/setup/translations/czech.nsh b/setup/translations/czech.nsh
index 5559870..32d4f2f 100644
--- a/setup/translations/czech.nsh
+++ b/setup/translations/czech.nsh
@@ -16,7 +16,7 @@ ${LangFileString} Installer_No_Admin "Instalaci tohoto programu je potřeba prov
${LangFileString} SMPlayer_Is_Running "Jeden SMPlayer je spuštěn. Ukončete, prosím, SMPlayer a zkuste to znovu."
${LangFileString} OS_Not_Supported "Nepodporovaný operační systém.$\nSMPlayer ${SMPLAYER_VERSION} vyžaduje nejméně Windows XP a nemusí pracovat správně na vašem systému.$\nOpravdu chce pokračovat v instalaci?"
-${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} OS_Not_Supported_VistaRequired "Nepodporovaný operační systém.$\nSMPlayer ${SMPLAYER_VERSION} vyžaduje nejméně Windows XP a nemusí pracovat správně na vašem systému.$\nOpravdu chce pokračovat v instalaci?"
${LangFileString} Win64_Required "Pro instalaci tohoto software je zapotřebí mít 64-bitový oprační systém Windows."
${LangFileString} Existing_32bitInst "Máte nainstalovánu 32-bitovou verzi SMPlayeru. Musíte nejprve odinstalovat 32-bitový SMPlayer."
${LangFileString} Existing_64bitInst "Máte nainstalovánu 64-bitovou verzi SMPlayeru. Musíte nejprve odinstalovat 64-bitový SMPlayer."
@@ -77,7 +77,7 @@ ${LangFileString} Reinstall_Msg3_3 "Stiskněte Odinstalovat jste-li připraveni.
${LangFileString} Reinstall_Msg4 "Změnit nastavení instalace"
${LangFileString} Reinstall_Msg5 "Resetovat moje nastavení SMPlayeru"
-${LangFileString} Remove_Settings_Confirmation "Are you sure you want to reset your SMPlayer settings? This action cannot be reversed."
+${LangFileString} Remove_Settings_Confirmation "Jste si jisti, že chcete obnovit nastavení SMPlayer? Tuto akci nelze vrátit zpět."
${LangFileString} Type_Reinstall "reinstalovat"
${LangFileString} Type_Downgrade "ponížit verzi"
@@ -112,20 +112,26 @@ ${LangFileString} Info_RollBack "Beru zpět změny..."
${LangFileString} Info_Files_Extract "Extrahuji soubory..."
${LangFileString} Info_SMTube_Backup "Zálohování SMtube..."
${LangFileString} Info_SMTube_Restore "Obnovení SMtube z předchozí instalace..."
-${LangFileString} Info_MPV_Backup "Backing up mpv..."
-${LangFileString} Info_MPV_Restore "Restoring mpv from previous installation..."
+${LangFileString} Info_MPV_Backup "Zálohování mpv..."
+${LangFileString} Info_MPV_Restore "Obnovování mpv z předchozích instalací..."
; MPV
-${LangFileString} MPV_DL_Msg "Downloading mpv..."
-${LangFileString} MPV_DL_Retry "mpv was not successfully installed. Retry?"
-${LangFileString} MPV_DL_Failed "Failed to download mpv: '$R0'."
-${LangFileString} MPV_Inst_Failed "Failed to install mpv."
+${LangFileString} MPV_DL_Msg "Stahování mpv..."
+${LangFileString} MPV_DL_Retry "Instlace mpv nebyla úspěšná. Zkusit znovu?"
+${LangFileString} MPV_DL_Failed "Nelze stáhnout mpv: '$R0'."
+${LangFileString} MPV_Inst_Failed "Chyba při instalaci mpv."
; YouTube-DL
-${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
-${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
-${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_DL_Retry "Instlace youtube-dl nebyla úspěšná. Zkusit znovu?"
+${LangFileString} YTDL_DL_Failed "Nelze stáhnout youtube-dl: '$R0'."
+${LangFileString} YTDL_Update_Check "Kontrolování aktualizací pro youtube-dl..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
-${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
-${LangFileString} Info_Cleaning_SMPlayer "Cleaning SMPlayer settings..."
+${LangFileString} Info_Cleaning_Fontconfig "Čištění mezipaměti nastavení písma ..."
+${LangFileString} Info_Cleaning_SMPlayer "Čištění nastavení SMPlayeru..."
diff --git a/setup/translations/danish.nsh b/setup/translations/danish.nsh
index 00ff702..c05047a 100644
--- a/setup/translations/danish.nsh
+++ b/setup/translations/danish.nsh
@@ -16,7 +16,7 @@ ${LangFileString} Installer_No_Admin "Du skal være logget på som administrator
${LangFileString} SMPlayer_Is_Running "SMPlayer kører allerede. Luk venligst SMPlayer og prøv igen."
${LangFileString} OS_Not_Supported "Styresystemet er ikke understøttet.$\nSMPlayer ${SMPLAYER_VERSION} kræver som minimum Windows XP og vil måske ikke virke korrekt på dit system.$\nEr du sikker på at du vil fortsætte installationen?"
-${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} OS_Not_Supported_VistaRequired "Styresystemet er ikke understøttet.$\nSMPlayer ${SMPLAYER_VERSION} kræver mindst Windows Vista og virker måske ikke korrekt på dit system.$\nVil du virkelig fortsætte installationen?"
${LangFileString} Win64_Required "Det kræver et 64-bit Windows-styresystem at installere dette software."
${LangFileString} Existing_32bitInst "Der findes allerede en 32-bit installation af SMPlayer. Du skal først afinstallere 32-bit SMPlayer."
${LangFileString} Existing_64bitInst "Der findes allerede en 64-bit installation af SMPlayer. Du skal først afinstallere 64-bit SMPlayer."
@@ -99,7 +99,7 @@ ${LangFileString} Uninstaller_InvalidDirectory "SMPlayer-installation blev ikke
${LangFileString} Uninstaller_64bitOnly "Denne installation kan kun afinstalleres på 64-bit Windows."
; Vista & Later Default Programs Registration
-${LangFileString} Application_Description "SMPlayer er en komplet brugerflade til MPlayer, fra grundlæggende funktionalitet såsom at afspille videoer, DVD'er, VCD'er til avanceret funktionalitet såsom understøttelse af MPlayer filtre, EDL lister, og andet."
+${LangFileString} Application_Description "SMPlayer er en komplet front-end til MPlayer, fra grundlæggende funktioner såsom at afspille videoer, DVD'er, VCD'er til avanceret funktioner såsom understøttelse af MPlayer filtre, EDL lister, og andet."
; Misc
${LangFileString} Info_Codecs_Backup "Foretager backup af codecs fra tidligere installation..."
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Kunne ikke installere mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl blev ikke installeret. Prøv igen?"
${LangFileString} YTDL_DL_Failed "Kunne ikke downloade youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Søger efter opdateringer til youtube-dl..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Rydder op i fontconfig-cache..."
diff --git a/setup/translations/dutch.nsh b/setup/translations/dutch.nsh
index f65cbf3..2b9dfce 100644
--- a/setup/translations/dutch.nsh
+++ b/setup/translations/dutch.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/english.nsh b/setup/translations/english.nsh
index 6b75352..17aa573 100644
--- a/setup/translations/english.nsh
+++ b/setup/translations/english.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/farsi.nsh b/setup/translations/farsi.nsh
index 235d880..4f881f0 100644
--- a/setup/translations/farsi.nsh
+++ b/setup/translations/farsi.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/finnish.nsh b/setup/translations/finnish.nsh
index a0b213c..b05e589 100644
--- a/setup/translations/finnish.nsh
+++ b/setup/translations/finnish.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/french.nsh b/setup/translations/french.nsh
index d57c561..ca09a8b 100644
--- a/setup/translations/french.nsh
+++ b/setup/translations/french.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/galician.nsh b/setup/translations/galician.nsh
index d49e98a..0232b2a 100644
--- a/setup/translations/galician.nsh
+++ b/setup/translations/galician.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Produciuse un fallo ao instalar o mpv."
${LangFileString} YTDL_DL_Retry "Non se instalou correctamente youtube-dl. Desexa tentalo de novo?"
${LangFileString} YTDL_DL_Failed "A descarga de youtube-dl fallou: «$R0»."
${LangFileString} YTDL_Update_Check "Buscando actualizacións para o youtube-dl..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Borrando a caché do fontconfig..."
diff --git a/setup/translations/german.nsh b/setup/translations/german.nsh
index 5ea33d0..6b38be6 100644
--- a/setup/translations/german.nsh
+++ b/setup/translations/german.nsh
@@ -16,7 +16,7 @@ ${LangFileString} Installer_No_Admin "Sie müssen als Administrator angemeldet s
${LangFileString} SMPlayer_Is_Running "Eine Instanz vom SMPlayer läuft. Bitte SMPlayer beenden und erneut versuchen."
${LangFileString} OS_Not_Supported "Nicht unterstütztes Betriebssystem.$\nSMPlayer ${SMPLAYER_VERSION} benötigt mindestens Windows XP und kann nicht richtig auf Ihrem System funktionieren.$\nWollen Sie wirklich mit der Installation fortfahren?"
-${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} OS_Not_Supported_VistaRequired "Nicht unterstütztes Betriebssystem.$\nSMPlayer ${SMPLAYER_VERSION} benötigt mindestens Windows Vista und kann nicht richtig auf Ihrem System funktionieren.$\nWollen Sie wirklich mit der Installation fortfahren?"
${LangFileString} Win64_Required "Ein 64-Bit-Windows-Betriebssystem ist erforderlich, um diese Software zu installieren."
${LangFileString} Existing_32bitInst "Es existiert eine vorhandene 32-Bit-Installation vom SMPlayer. Sie müssen zuerst den 32-Bit-SMPlayer deinstallieren."
${LangFileString} Existing_64bitInst "Es existiert eine vorhandene 64-Bit-Installation vom SMPlayer. Sie müssen zuerst den 64-Bit-SMPlayer deinstallieren."
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Fehler beim Installieren von mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl ist nicht erfolgreich installiert worden. Erneut versuchen?"
${LangFileString} YTDL_DL_Failed "Fehler beim Herunterladen von youtube-dl: »$R0«."
${LangFileString} YTDL_Update_Check "Es wird nach Aktualisierungen für youtube-dl gesucht …"
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Schriftzwischenspeicher wird bereinigt …"
diff --git a/setup/translations/greek.nsh b/setup/translations/greek.nsh
index 1de1d83..e4b6bb6 100644
--- a/setup/translations/greek.nsh
+++ b/setup/translations/greek.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Απέτυχε η εγκατάσταση το
${LangFileString} YTDL_DL_Retry "Η εγκατάσταση του youtube-dl απέτυχε. Να δοκιμάσω πάλι;"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/hebrew.nsh b/setup/translations/hebrew.nsh
index 0fc3b21..295574e 100644
--- a/setup/translations/hebrew.nsh
+++ b/setup/translations/hebrew.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "נכשל להתקין את mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl לא הותקן בהצלחה. לנסות שוב?"
${LangFileString} YTDL_DL_Failed "נכשל להוריד את youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "כעת בודק עדכונים עבור youtube-dl..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "כעת מנקה מטמון fontconfig..."
diff --git a/setup/translations/hungarian.nsh b/setup/translations/hungarian.nsh
index 2d2f929..feb7a86 100644
--- a/setup/translations/hungarian.nsh
+++ b/setup/translations/hungarian.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/indonesian.nsh b/setup/translations/indonesian.nsh
index 584e930..92c9181 100644
--- a/setup/translations/indonesian.nsh
+++ b/setup/translations/indonesian.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/italian.nsh b/setup/translations/italian.nsh
index a255141..62d3205 100644
--- a/setup/translations/italian.nsh
+++ b/setup/translations/italian.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Errore nell'installazione di mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl non è stato installato correttamente. Riprovare?"
${LangFileString} YTDL_DL_Failed "Impossibile scaricare youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Verifica aggiornamenti per youtube-dl..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Pulizia cache fontconfig..."
diff --git a/setup/translations/japanese.nsh b/setup/translations/japanese.nsh
index 84f47a4..0582326 100644
--- a/setup/translations/japanese.nsh
+++ b/setup/translations/japanese.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "mpv のインストールに失敗しまし
${LangFileString} YTDL_DL_Retry "youtube-dl は正常にインストールされませんでした。再試行しますか?"
${LangFileString} YTDL_DL_Failed "youtube-dl のダウンロードに失敗しました: '$R0'。"
${LangFileString} YTDL_Update_Check "youtube-dl の更新を確認しています..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "fontconfig キャッシュをクリーンアップしてます..."
diff --git a/setup/translations/korean.nsh b/setup/translations/korean.nsh
index 8e485b3..e8d16b3 100644
--- a/setup/translations/korean.nsh
+++ b/setup/translations/korean.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "mpv를 설치하지 못했습니다."
${LangFileString} YTDL_DL_Retry "youtube-dl 설치에 실패했습니다. 재시도할까요?"
${LangFileString} YTDL_DL_Failed "youtube-dl 다운로드 실패: '$R0'."
${LangFileString} YTDL_Update_Check "youtube-dl 업데이트 확인 중..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "fontconfig 캐쉬 정리 중..."
diff --git a/setup/translations/malay.nsh b/setup/translations/malay.nsh
index 2b426d1..e4d97ea 100644
--- a/setup/translations/malay.nsh
+++ b/setup/translations/malay.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Gagal memasang mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl gagal dipasang. Cuba lagi?"
${LangFileString} YTDL_DL_Failed "Gagal memuat turun youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Memeriksa kemaskini youtube-dl..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Membersihkan cache konfig fon..."
diff --git a/setup/translations/norwegian.nsh b/setup/translations/norwegian.nsh
index 0a6bb75..cd0574f 100644
--- a/setup/translations/norwegian.nsh
+++ b/setup/translations/norwegian.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/po_files/bulgarian.po b/setup/translations/po_files/bulgarian.po
index 2308e69..211b5d1 100644
--- a/setup/translations/po_files/bulgarian.po
+++ b/setup/translations/po_files/bulgarian.po
@@ -4,47 +4,47 @@ msgstr "Бинарните кодеци не са поддържани за та
# Info_Cleaning_SMPlayer
msgid "Cleaning SMPlayer settings..."
-msgstr ""
+msgstr "Изчистване на SMPlayer насройки..."
# Info_Cleaning_Fontconfig
msgid "Cleaning fontconfig cache..."
-msgstr ""
+msgstr "Изчистване на шрифтовите запаси с настройки..."
# YTDL_Update_Check
msgid "Checking for youtube-dl updates..."
-msgstr ""
+msgstr "Проверка за обновления на youtube-dl..."
# YTDL_DL_Failed
msgid "Failed to download youtube-dl: '$R0'."
-msgstr ""
+msgstr "Неуспешно изтегляне на youtube-dl: '$R0'."
# YTDL_DL_Retry
msgid "youtube-dl was not successfully installed. Retry?"
-msgstr ""
+msgstr "youtube-dl е неуспешно инсталиран. Повторен опит?"
# MPV_Inst_Failed
msgid "Failed to install mpv."
-msgstr ""
+msgstr "Неуспешно инсталиране на mpv."
# MPV_DL_Failed
msgid "Failed to download mpv: '$R0'."
-msgstr ""
+msgstr "Неуспешно изтегляне на mpv: '$R0'."
# MPV_DL_Retry
msgid "mpv was not successfully installed. Retry?"
-msgstr ""
+msgstr "mpv е неуспешно инсталиран. Повторен опит?"
# MPV_DL_Msg
msgid "Downloading mpv..."
-msgstr ""
+msgstr "Изтегляне на mpv..."
# Info_MPV_Restore
msgid "Restoring mpv from previous installation..."
-msgstr ""
+msgstr "Възстановяване на mpv от предишна инсталация..."
# Info_MPV_Backup
msgid "Backing up mpv..."
-msgstr ""
+msgstr "Резервиране копие на mpv..."
# Info_SMTube_Restore
msgid "Restoring SMTube from previous installation..."
@@ -162,6 +162,8 @@ msgid ""
"Are you sure you want to reset your SMPlayer settings? This action cannot be "
"reversed."
msgstr ""
+"Сигурни ли сте, че искате да анулирате настройките на SMPlayer? Това "
+"действие няма обратно на себе си."
# Reinstall_Msg5
msgid "Reset my SMPlayer configuration"
@@ -350,6 +352,9 @@ msgid ""
"least Windows Vista and may not work correctly on your system.[:n:]Do you "
"really want to continue with the installation?"
msgstr ""
+"Неподдържана операционна система.[:n:]SMPlayer ${SMPLAYER_VERSION} изисква "
+"версия на поне Windows Vista и може да не работи добре на Вашата система.[:"
+"n:]Сигурни ли сте, че икате да продължите с инсталацията?"
# OS_Not_Supported
msgid ""
@@ -382,11 +387,12 @@ msgstr "Инсталаторът вече работи."
#
# Translators:
# Радослав Иванов <reckku@gmail.com>, 2014-2015
+# Радослав Иванов <reckku@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: smplayer\n"
-"PO-Revision-Date: 2016-02-25 00:24+0000\n"
-"Last-Translator: Ricardo Villalba <rvm@users.sourceforge.net>\n"
+"PO-Revision-Date: 2016-06-13 13:21+0000\n"
+"Last-Translator: Радослав Иванов <reckku@gmail.com>\n"
"Language-Team: Bulgarian (http://www.transifex.com/rvm/smplayer/language/"
"bg/)\n"
"Language: bg\n"
diff --git a/setup/translations/po_files/croatian.po b/setup/translations/po_files/croatian.po
index 85bad8b..dc79191 100644
--- a/setup/translations/po_files/croatian.po
+++ b/setup/translations/po_files/croatian.po
@@ -350,6 +350,9 @@ msgid ""
"least Windows Vista and may not work correctly on your system.[:n:]Do you "
"really want to continue with the installation?"
msgstr ""
+"Nepodržan operativni sustav.[:n:]SMPlayer ${SMPLAYER_VERSION} zahtijeva "
+"najmanje Windows Vistu i možda neće raditi ispravno na vašem sustavu.[:n:]"
+"Sigurno želite nastaviti ovu instalaciju?"
# OS_Not_Supported
msgid ""
@@ -384,7 +387,7 @@ msgstr "Instalacijski program je već pokrenut."
msgid ""
msgstr ""
"Project-Id-Version: smplayer\n"
-"PO-Revision-Date: 2016-03-29 13:03+0000\n"
+"PO-Revision-Date: 2016-06-29 15:42+0000\n"
"Last-Translator: gogo <trebelnik2@gmail.com>\n"
"Language-Team: Croatian (http://www.transifex.com/rvm/smplayer/language/"
"hr/)\n"
diff --git a/setup/translations/po_files/czech.po b/setup/translations/po_files/czech.po
index 793eb5d..ce74855 100644
--- a/setup/translations/po_files/czech.po
+++ b/setup/translations/po_files/czech.po
@@ -4,47 +4,47 @@ msgstr "Binární kodeky nejsou v této verzi podporovány."
# Info_Cleaning_SMPlayer
msgid "Cleaning SMPlayer settings..."
-msgstr ""
+msgstr "Čištění nastavení SMPlayeru..."
# Info_Cleaning_Fontconfig
msgid "Cleaning fontconfig cache..."
-msgstr ""
+msgstr "Čištění mezipaměti nastavení písma ..."
# YTDL_Update_Check
msgid "Checking for youtube-dl updates..."
-msgstr ""
+msgstr "Kontrolování aktualizací pro youtube-dl..."
# YTDL_DL_Failed
msgid "Failed to download youtube-dl: '$R0'."
-msgstr ""
+msgstr "Nelze stáhnout youtube-dl: '$R0'."
# YTDL_DL_Retry
msgid "youtube-dl was not successfully installed. Retry?"
-msgstr ""
+msgstr "Instlace youtube-dl nebyla úspěšná. Zkusit znovu?"
# MPV_Inst_Failed
msgid "Failed to install mpv."
-msgstr ""
+msgstr "Chyba při instalaci mpv."
# MPV_DL_Failed
msgid "Failed to download mpv: '$R0'."
-msgstr ""
+msgstr "Nelze stáhnout mpv: '$R0'."
# MPV_DL_Retry
msgid "mpv was not successfully installed. Retry?"
-msgstr ""
+msgstr "Instlace mpv nebyla úspěšná. Zkusit znovu?"
# MPV_DL_Msg
msgid "Downloading mpv..."
-msgstr ""
+msgstr "Stahování mpv..."
# Info_MPV_Restore
msgid "Restoring mpv from previous installation..."
-msgstr ""
+msgstr "Obnovování mpv z předchozích instalací..."
# Info_MPV_Backup
msgid "Backing up mpv..."
-msgstr ""
+msgstr "Zálohování mpv..."
# Info_SMTube_Restore
msgid "Restoring SMTube from previous installation..."
@@ -159,6 +159,8 @@ msgid ""
"Are you sure you want to reset your SMPlayer settings? This action cannot be "
"reversed."
msgstr ""
+"Jste si jisti, že chcete obnovit nastavení SMPlayer? Tuto akci nelze vrátit "
+"zpět."
# Reinstall_Msg5
msgid "Reset my SMPlayer configuration"
@@ -345,6 +347,9 @@ msgid ""
"least Windows Vista and may not work correctly on your system.[:n:]Do you "
"really want to continue with the installation?"
msgstr ""
+"Nepodporovaný operační systém.[:n:]SMPlayer ${SMPLAYER_VERSION} vyžaduje "
+"nejméně Windows XP a nemusí pracovat správně na vašem systému.[:n:]Opravdu "
+"chce pokračovat v instalaci?"
# OS_Not_Supported
msgid ""
@@ -374,12 +379,12 @@ msgstr "Instalátor již běží."
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Petr Šimáček <petr.simacek@gmail.com>, 2014-2015
+# Petr Šimáček <petr.simacek@gmail.com>, 2014-2016
msgid ""
msgstr ""
"Project-Id-Version: smplayer\n"
-"PO-Revision-Date: 2016-02-25 00:24+0000\n"
-"Last-Translator: Ricardo Villalba <rvm@users.sourceforge.net>\n"
+"PO-Revision-Date: 2016-06-10 15:34+0000\n"
+"Last-Translator: Petr Šimáček <petr.simacek@gmail.com>\n"
"Language-Team: Czech (http://www.transifex.com/rvm/smplayer/language/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
diff --git a/setup/translations/po_files/danish.po b/setup/translations/po_files/danish.po
index 17ed0c3..a8122d7 100644
--- a/setup/translations/po_files/danish.po
+++ b/setup/translations/po_files/danish.po
@@ -92,9 +92,9 @@ msgid ""
"playing videos, DVDs, VCDs to more advanced features like support for "
"MPlayer filters, edl lists, and more."
msgstr ""
-"SMPlayer er en komplet brugerflade til MPlayer, fra grundlæggende "
-"funktionalitet såsom at afspille videoer, DVD'er, VCD'er til avanceret "
-"funktionalitet såsom understøttelse af MPlayer filtre, EDL lister, og andet."
+"SMPlayer er en komplet front-end til MPlayer, fra grundlæggende funktioner "
+"såsom at afspille videoer, DVD'er, VCD'er til avanceret funktioner såsom "
+"understøttelse af MPlayer filtre, EDL lister, og andet."
# Uninstaller_64bitOnly
msgid "This installation can only be uninstalled on 64-bit Windows."
@@ -348,6 +348,9 @@ msgid ""
"least Windows Vista and may not work correctly on your system.[:n:]Do you "
"really want to continue with the installation?"
msgstr ""
+"Styresystemet er ikke understøttet.[:n:]SMPlayer ${SMPLAYER_VERSION} kræver "
+"mindst Windows Vista og virker måske ikke korrekt på dit system.[:n:]Vil du "
+"virkelig fortsætte installationen?"
# OS_Not_Supported
msgid ""
@@ -382,7 +385,7 @@ msgstr "Installationsprogrammet kører allerede."
msgid ""
msgstr ""
"Project-Id-Version: smplayer\n"
-"PO-Revision-Date: 2016-03-29 15:38+0000\n"
+"PO-Revision-Date: 2016-06-17 12:48+0000\n"
"Last-Translator: scootergrisen\n"
"Language-Team: Danish (http://www.transifex.com/rvm/smplayer/language/da/)\n"
"Language: da\n"
diff --git a/setup/translations/po_files/german.po b/setup/translations/po_files/german.po
index 470cb76..1343fec 100644
--- a/setup/translations/po_files/german.po
+++ b/setup/translations/po_files/german.po
@@ -358,6 +358,9 @@ msgid ""
"least Windows Vista and may not work correctly on your system.[:n:]Do you "
"really want to continue with the installation?"
msgstr ""
+"Nicht unterstütztes Betriebssystem.[:n:]SMPlayer ${SMPLAYER_VERSION} "
+"benötigt mindestens Windows Vista und kann nicht richtig auf Ihrem System "
+"funktionieren.[:n:]Wollen Sie wirklich mit der Installation fortfahren?"
# OS_Not_Supported
msgid ""
@@ -395,8 +398,8 @@ msgstr "Das Installationsprogramm läuft bereits."
msgid ""
msgstr ""
"Project-Id-Version: smplayer\n"
-"PO-Revision-Date: 2016-03-21 15:20+0000\n"
-"Last-Translator: Tobias Bannert <tobannert@gmail.com>\n"
+"PO-Revision-Date: 2016-06-09 09:09+0000\n"
+"Last-Translator: M T <michtrz@gmail.com>\n"
"Language-Team: German (http://www.transifex.com/rvm/smplayer/language/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
diff --git a/setup/translations/po_files/polish.po b/setup/translations/po_files/polish.po
index 15d12c9..6f8f5c1 100644
--- a/setup/translations/po_files/polish.po
+++ b/setup/translations/po_files/polish.po
@@ -348,6 +348,9 @@ msgid ""
"least Windows Vista and may not work correctly on your system.[:n:]Do you "
"really want to continue with the installation?"
msgstr ""
+"Nieobsługiwany system operacyjny.[:n:]SMPlayer ${SMPLAYER_VERSION} wymaga co "
+"najmniej Windows Vista i może nie działać poprawnie na twoim systemie.[:n:]"
+"Czy naprawdę chcesz kontynuować instalację?"
# OS_Not_Supported
msgid ""
@@ -384,7 +387,7 @@ msgstr "Instalator już jest uruchomiony."
msgid ""
msgstr ""
"Project-Id-Version: smplayer\n"
-"PO-Revision-Date: 2016-02-25 10:05+0000\n"
+"PO-Revision-Date: 2016-06-09 09:09+0000\n"
"Last-Translator: M T <michtrz@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/rvm/smplayer/language/pl/)\n"
"Language: pl\n"
diff --git a/setup/translations/po_files/romanian.po b/setup/translations/po_files/romanian.po
index 4671c79..d68bef3 100644
--- a/setup/translations/po_files/romanian.po
+++ b/setup/translations/po_files/romanian.po
@@ -24,7 +24,7 @@ msgstr ""
# MPV_Inst_Failed
msgid "Failed to install mpv."
-msgstr ""
+msgstr "A eșuat instalarea mpv."
# MPV_DL_Failed
msgid "Failed to download mpv: '$R0'."
@@ -36,7 +36,7 @@ msgstr ""
# MPV_DL_Msg
msgid "Downloading mpv..."
-msgstr ""
+msgstr "Se descarcă mpv..."
# Info_MPV_Restore
msgid "Restoring mpv from previous installation..."
@@ -385,8 +385,8 @@ msgstr "Instalatorul rulează deja."
msgid ""
msgstr ""
"Project-Id-Version: smplayer\n"
-"PO-Revision-Date: 2016-02-25 00:24+0000\n"
-"Last-Translator: Ricardo Villalba <rvm@users.sourceforge.net>\n"
+"PO-Revision-Date: 2016-06-22 18:19+0000\n"
+"Last-Translator: titus <titus0818@gmail.com>\n"
"Language-Team: Romanian (http://www.transifex.com/rvm/smplayer/language/"
"ro/)\n"
"Language: ro\n"
diff --git a/setup/translations/po_files/russian.po b/setup/translations/po_files/russian.po
index 2a521bb..5376e95 100644
--- a/setup/translations/po_files/russian.po
+++ b/setup/translations/po_files/russian.po
@@ -347,6 +347,10 @@ msgid ""
"least Windows Vista and may not work correctly on your system.[:n:]Do you "
"really want to continue with the installation?"
msgstr ""
+"Неподдерживаемая версия операционной системы.[:n:]SMPlayer "
+"${SMPLAYER_VERSION} требует как минимум Windows Vista и может работать "
+"неправильно на вашей системе.[:n:]Вы действительно хотите продолжить "
+"установку?"
# OS_Not_Supported
msgid ""
@@ -380,12 +384,13 @@ msgstr "Программа установки уже запущена."
# Translators:
# Andrei Stepanov, 2014-2016
# angry_snake <inactive+angry_snake@transifex.com>, 2014
+# Simple88, 2016
# Andrei Stepanov, 2014
msgid ""
msgstr ""
"Project-Id-Version: smplayer\n"
-"PO-Revision-Date: 2016-03-21 05:36+0000\n"
-"Last-Translator: Andrei Stepanov\n"
+"PO-Revision-Date: 2016-06-24 15:32+0000\n"
+"Last-Translator: Simple88\n"
"Language-Team: Russian (http://www.transifex.com/rvm/smplayer/language/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
diff --git a/setup/translations/po_files/simpchinese.po b/setup/translations/po_files/simpchinese.po
index 45d4e75..e2aec00 100644
--- a/setup/translations/po_files/simpchinese.po
+++ b/setup/translations/po_files/simpchinese.po
@@ -4,47 +4,47 @@ msgstr "此版本不支持二进制解码器"
# Info_Cleaning_SMPlayer
msgid "Cleaning SMPlayer settings..."
-msgstr ""
+msgstr "清除 SMPlayer 设置中..."
# Info_Cleaning_Fontconfig
msgid "Cleaning fontconfig cache..."
-msgstr ""
+msgstr "清除字体配置缓存中..."
# YTDL_Update_Check
msgid "Checking for youtube-dl updates..."
-msgstr ""
+msgstr "检查 youtube-dl 更新中..."
# YTDL_DL_Failed
msgid "Failed to download youtube-dl: '$R0'."
-msgstr ""
+msgstr "下载 youtube-dl 失败:'$R0'。"
# YTDL_DL_Retry
msgid "youtube-dl was not successfully installed. Retry?"
-msgstr ""
+msgstr "youtube-dl 未安装成功。是否重试?"
# MPV_Inst_Failed
msgid "Failed to install mpv."
-msgstr ""
+msgstr "安装 mpv 失败。"
# MPV_DL_Failed
msgid "Failed to download mpv: '$R0'."
-msgstr ""
+msgstr "下载 mpv 失败: '$R0'。"
# MPV_DL_Retry
msgid "mpv was not successfully installed. Retry?"
-msgstr ""
+msgstr "mpv 未安装成功。是否重试?"
# MPV_DL_Msg
msgid "Downloading mpv..."
-msgstr ""
+msgstr "下载 mpv 中..."
# Info_MPV_Restore
msgid "Restoring mpv from previous installation..."
-msgstr ""
+msgstr "从上次安装恢复 MPV 中..."
# Info_MPV_Backup
msgid "Backing up mpv..."
-msgstr ""
+msgstr "备份 mpv 中..."
# Info_SMTube_Restore
msgid "Restoring SMTube from previous installation..."
@@ -156,7 +156,7 @@ msgstr "重新安装"
msgid ""
"Are you sure you want to reset your SMPlayer settings? This action cannot be "
"reversed."
-msgstr ""
+msgstr "确定重置 SMPlayer 设置?此操作不可恢复!"
# Reinstall_Msg5
msgid "Reset my SMPlayer configuration"
@@ -332,6 +332,8 @@ msgid ""
"least Windows Vista and may not work correctly on your system.[:n:]Do you "
"really want to continue with the installation?"
msgstr ""
+"不支持的操作系统。[:n:]SMPlayer ${SMPLAYER_VERSION} 最低支持 Windows Vista,"
+"其在您的系统上可能无法正常工作。[:n:]您真的要继续安装吗?"
# OS_Not_Supported
msgid ""
@@ -359,12 +361,12 @@ msgstr "安装程序已在运行。"
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# zhangmin <zm1990s@gmail.com>, 2014-2015
+# zhangmin <zm1990s@gmail.com>, 2014-2016
msgid ""
msgstr ""
"Project-Id-Version: smplayer\n"
-"PO-Revision-Date: 2016-02-25 00:24+0000\n"
-"Last-Translator: Ricardo Villalba <rvm@users.sourceforge.net>\n"
+"PO-Revision-Date: 2016-06-15 09:19+0000\n"
+"Last-Translator: zhangmin <zm1990s@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/rvm/smplayer/"
"language/zh_CN/)\n"
"Language: zh_CN\n"
diff --git a/setup/translations/po_files/turkish.po b/setup/translations/po_files/turkish.po
index 2bbd4f0..19349f2 100644
--- a/setup/translations/po_files/turkish.po
+++ b/setup/translations/po_files/turkish.po
@@ -16,35 +16,35 @@ msgstr "Youtube-dl için güncelleme kontrolü... "
# YTDL_DL_Failed
msgid "Failed to download youtube-dl: '$R0'."
-msgstr ""
+msgstr "Youtube-dl indirilemedi : '$R0'."
# YTDL_DL_Retry
msgid "youtube-dl was not successfully installed. Retry?"
-msgstr ""
+msgstr "youtube-dl kurulamadı. Tekrar denemek ister misiniz?"
# MPV_Inst_Failed
msgid "Failed to install mpv."
-msgstr ""
+msgstr "Mpv kurulamadı."
# MPV_DL_Failed
msgid "Failed to download mpv: '$R0'."
-msgstr ""
+msgstr "Mpv indirilirken bir hata oldu: '$R0'."
# MPV_DL_Retry
msgid "mpv was not successfully installed. Retry?"
-msgstr ""
+msgstr "mpv kurulamadı. Tekrar denemek ister misiniz?"
# MPV_DL_Msg
msgid "Downloading mpv..."
-msgstr ""
+msgstr "Mpv indiriliyor..."
# Info_MPV_Restore
msgid "Restoring mpv from previous installation..."
-msgstr ""
+msgstr "Mpv önceki kurulumdan geri yükleniyor..."
# Info_MPV_Backup
msgid "Backing up mpv..."
-msgstr ""
+msgstr "Mpv yedekleniyor..."
# Info_SMTube_Restore
msgid "Restoring SMTube from previous installation..."
@@ -337,6 +337,9 @@ msgid ""
"least Windows Vista and may not work correctly on your system.[:n:]Do you "
"really want to continue with the installation?"
msgstr ""
+"İşletim sistemi desteklenmiyor.[:n:]SMPlayer ${SMPLAYER_VERSION} en az "
+"Windows Vista gerektirir ve sisteminizde düzgün çalışmayabilir.[:n:]"
+"Gerçekten kuruluma devam etmek istiyor musunuz?"
# OS_Not_Supported
msgid ""
@@ -367,13 +370,14 @@ msgstr "Kurulum zaten çalışıyor."
# Translators:
# Emre FIRAT <emrefirat93@gmail.com>, 2014-2015
# mahmut özcan <mahmutozcan65@yahoo.com>, 2016
+# Mehmet <mehmet337402@gmail.com>, 2016
# yakup <mutouk@yandex.ru>, 2014
# yakup <mutouk@yandex.ru>, 2014
msgid ""
msgstr ""
"Project-Id-Version: smplayer\n"
-"PO-Revision-Date: 2016-06-03 10:51+0000\n"
-"Last-Translator: mahmut özcan <mahmutozcan65@yahoo.com>\n"
+"PO-Revision-Date: 2016-06-27 21:54+0000\n"
+"Last-Translator: Mehmet <mehmet337402@gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/rvm/smplayer/language/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
diff --git a/setup/translations/polish.nsh b/setup/translations/polish.nsh
index 295dd61..4bc16eb 100644
--- a/setup/translations/polish.nsh
+++ b/setup/translations/polish.nsh
@@ -16,7 +16,7 @@ ${LangFileString} Installer_No_Admin "Do instalacji tego programu wymagane są u
${LangFileString} SMPlayer_Is_Running "Instancja SMPlayera jest już uruchomiona. Proszę zamknij SMPlayera i spróbuj ponownie."
${LangFileString} OS_Not_Supported "Nieobsługiwany system operacyjny.$\nSMPlayer ${SMPLAYER_VERSION} wymaga co najmniej Windows XP i może nie działać poprawnie na twoim systemie.$\nCzy naprawdę chcesz kontynuować instalację?"
-${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} OS_Not_Supported_VistaRequired "Nieobsługiwany system operacyjny.$\nSMPlayer ${SMPLAYER_VERSION} wymaga co najmniej Windows Vista i może nie działać poprawnie na twoim systemie.$\nCzy naprawdę chcesz kontynuować instalację?"
${LangFileString} Win64_Required "Do zainstalowania tego programu wymagany jest system operacyjny Windows w wersji 64-bitowej."
${LangFileString} Existing_32bitInst "W systemie jest już zainstalowany SMPlayer w wersji 32-bitowej. Aby kontynuować należy najpierw odinstalować 32-bitową wersję SMPlayera."
${LangFileString} Existing_64bitInst "W systemie jest już zainstalowany SMPlayer w wersji 64-bitowej. Aby kontynuować należy najpierw odinstalować 64-bitową wersję SMPlayera."
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Błąd instalacji mpv."
${LangFileString} YTDL_DL_Retry "Instalacja youtube-dl nie powiodła się. Ponowić próbę?"
${LangFileString} YTDL_DL_Failed "Błąd pobierania youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Sprawdzanie aktualizacji youtube-dl..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Czyszczenie pamięci podręcznej czcionki..."
diff --git a/setup/translations/portuguese.nsh b/setup/translations/portuguese.nsh
index 128ce83..1d7ceb8 100644
--- a/setup/translations/portuguese.nsh
+++ b/setup/translations/portuguese.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Falha ao instalar o mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl não foi instalada. Tentar novamente?"
${LangFileString} YTDL_DL_Failed "Falha ao descarregar a youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "A procurar atualizações para youtube-dl..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "A limpar cache de fontes..."
diff --git a/setup/translations/portuguesebrazil.nsh b/setup/translations/portuguesebrazil.nsh
index 3f1cbdc..e945b6e 100644
--- a/setup/translations/portuguesebrazil.nsh
+++ b/setup/translations/portuguesebrazil.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Falha ao instalar o mpv."
${LangFileString} YTDL_DL_Retry "O youtube-dl não foi instalado corretamente. Tentar novamente?"
${LangFileString} YTDL_DL_Failed "Falha ao baixar o youtube-dl:'$R0'."
${LangFileString} YTDL_Update_Check "Buscando por atualizações do youtube-dl..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Limpando cache do fontconfig..."
diff --git a/setup/translations/romanian.nsh b/setup/translations/romanian.nsh
index 2f670ab..79a8d6f 100644
--- a/setup/translations/romanian.nsh
+++ b/setup/translations/romanian.nsh
@@ -116,15 +116,21 @@ ${LangFileString} Info_MPV_Backup "Backing up mpv..."
${LangFileString} Info_MPV_Restore "Restoring mpv from previous installation..."
; MPV
-${LangFileString} MPV_DL_Msg "Downloading mpv..."
+${LangFileString} MPV_DL_Msg "Se descarcă mpv..."
${LangFileString} MPV_DL_Retry "mpv was not successfully installed. Retry?"
${LangFileString} MPV_DL_Failed "Failed to download mpv: '$R0'."
-${LangFileString} MPV_Inst_Failed "Failed to install mpv."
+${LangFileString} MPV_Inst_Failed "A eșuat instalarea mpv."
; YouTube-DL
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/russian.nsh b/setup/translations/russian.nsh
index a04041b..0a545d3 100644
--- a/setup/translations/russian.nsh
+++ b/setup/translations/russian.nsh
@@ -16,7 +16,7 @@ ${LangFileString} Installer_No_Admin "Для установки программ
${LangFileString} SMPlayer_Is_Running "Экземпляр SMPlayer запущен. Пожалуйста, закройте SMPlayer и попытайтесь снова."
${LangFileString} OS_Not_Supported "Неподдерживаемая версия операционной системы.$\nSMPlayer ${SMPLAYER_VERSION} требует как минимум Windows XP и может работать неправильно на вашей системе.$\nВы действительно хотите продолжить установку?"
-${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} OS_Not_Supported_VistaRequired "Неподдерживаемая версия операционной системы.$\nSMPlayer ${SMPLAYER_VERSION} требует как минимум Windows Vista и может работать неправильно на вашей системе.$\nВы действительно хотите продолжить установку?"
${LangFileString} Win64_Required "Для установки данного ПО требуется 64-битная ОС Windows."
${LangFileString} Existing_32bitInst "Существует 32-битная установка SMPlayer. Сначала далите 32-битный SMPlayer."
${LangFileString} Existing_64bitInst "Существует 64-битная установка SMPlayer. Сначала далите 64-битный SMPlayer."
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Ошибка при установке MPV."
${LangFileString} YTDL_DL_Retry "Не удалось установить YouTube-DL. Попытаться ещё раз?"
${LangFileString} YTDL_DL_Failed "Не удалось загрузить Youtube-DL: '$R0'."
${LangFileString} YTDL_Update_Check "Проверка наличия обновлений Youtube-DL..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Очистка кэша шрифтов..."
diff --git a/setup/translations/serbian.nsh b/setup/translations/serbian.nsh
index 6bedb97..27f8a7a 100644
--- a/setup/translations/serbian.nsh
+++ b/setup/translations/serbian.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/simpchinese.nsh b/setup/translations/simpchinese.nsh
index fbf54b9..adee21d 100644
--- a/setup/translations/simpchinese.nsh
+++ b/setup/translations/simpchinese.nsh
@@ -16,7 +16,7 @@ ${LangFileString} Installer_No_Admin "安装此程序时,您必须以管理员
${LangFileString} SMPlayer_Is_Running "SMPlayer 的实例正在运行。请退出 SMPlayer,然后重试。"
${LangFileString} OS_Not_Supported "不支持的操作系统。$\nSMPlayer ${SMPLAYER_VERSION} 至少需要 Windows XP,其在您的系统上可能无法正常工作。$\n您真的要继续安装吗?"
-${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} OS_Not_Supported_VistaRequired "不支持的操作系统。$\nSMPlayer ${SMPLAYER_VERSION} 最低支持 Windows Vista,其在您的系统上可能无法正常工作。$\n您真的要继续安装吗?"
${LangFileString} Win64_Required "安装此软件需要 64 位 Windows 操作系统。"
${LangFileString} Existing_32bitInst "SMPlayer 的 32 位安装已存在。您必须先卸载 32 位的 SMPlayer。"
${LangFileString} Existing_64bitInst "SMPlayer 的 64 位安装已存在。您必须先卸载 64 位的 SMPlayer。"
@@ -77,7 +77,7 @@ ${LangFileString} Reinstall_Msg3_3 "单击『卸载』继续。"
${LangFileString} Reinstall_Msg4 "更改安装设置"
${LangFileString} Reinstall_Msg5 "重置 SMPlayer 设置"
-${LangFileString} Remove_Settings_Confirmation "Are you sure you want to reset your SMPlayer settings? This action cannot be reversed."
+${LangFileString} Remove_Settings_Confirmation "确定重置 SMPlayer 设置?此操作不可恢复!"
${LangFileString} Type_Reinstall "重新安装"
${LangFileString} Type_Downgrade "降级"
@@ -112,20 +112,26 @@ ${LangFileString} Info_RollBack "正在回滚更改..."
${LangFileString} Info_Files_Extract "正在提取文件..."
${LangFileString} Info_SMTube_Backup "备份 SMTube 中..."
${LangFileString} Info_SMTube_Restore "恢复上次安装的 SMTube 中..."
-${LangFileString} Info_MPV_Backup "Backing up mpv..."
-${LangFileString} Info_MPV_Restore "Restoring mpv from previous installation..."
+${LangFileString} Info_MPV_Backup "备份 mpv 中..."
+${LangFileString} Info_MPV_Restore "从上次安装恢复 MPV 中..."
; MPV
-${LangFileString} MPV_DL_Msg "Downloading mpv..."
-${LangFileString} MPV_DL_Retry "mpv was not successfully installed. Retry?"
-${LangFileString} MPV_DL_Failed "Failed to download mpv: '$R0'."
-${LangFileString} MPV_Inst_Failed "Failed to install mpv."
+${LangFileString} MPV_DL_Msg "下载 mpv 中..."
+${LangFileString} MPV_DL_Retry "mpv 未安装成功。是否重试?"
+${LangFileString} MPV_DL_Failed "下载 mpv 失败: '$R0'。"
+${LangFileString} MPV_Inst_Failed "安装 mpv 失败。"
; YouTube-DL
-${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
-${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
-${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_DL_Retry "youtube-dl 未安装成功。是否重试?"
+${LangFileString} YTDL_DL_Failed "下载 youtube-dl 失败:'$R0'。"
+${LangFileString} YTDL_Update_Check "检查 youtube-dl 更新中..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
-${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
-${LangFileString} Info_Cleaning_SMPlayer "Cleaning SMPlayer settings..."
+${LangFileString} Info_Cleaning_Fontconfig "清除字体配置缓存中..."
+${LangFileString} Info_Cleaning_SMPlayer "清除 SMPlayer 设置中..."
diff --git a/setup/translations/slovak.nsh b/setup/translations/slovak.nsh
index 69a65c9..fb91a13 100644
--- a/setup/translations/slovak.nsh
+++ b/setup/translations/slovak.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/slovenian.nsh b/setup/translations/slovenian.nsh
index 253b029..1fac821 100644
--- a/setup/translations/slovenian.nsh
+++ b/setup/translations/slovenian.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/spanish.nsh b/setup/translations/spanish.nsh
index 3750f1c..a06516c 100644
--- a/setup/translations/spanish.nsh
+++ b/setup/translations/spanish.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "No se ha podido instalar mpv."
${LangFileString} YTDL_DL_Retry "youTube-dl no se ha instalado correctamente. ¿Reintentar?"
${LangFileString} YTDL_DL_Failed "No se ha podido descargar youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Comprobando actualizaciones de youtube-dl..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Borrando la caché de fontconfig..."
diff --git a/setup/translations/thai.nsh b/setup/translations/thai.nsh
index 721b787..877bfef 100644
--- a/setup/translations/thai.nsh
+++ b/setup/translations/thai.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
diff --git a/setup/translations/tradchinese.nsh b/setup/translations/tradchinese.nsh
index 32fb4f8..0654963 100644
--- a/setup/translations/tradchinese.nsh
+++ b/setup/translations/tradchinese.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "無法安裝 mpv。"
${LangFileString} YTDL_DL_Retry "youtube-dl 沒有成功安裝。是否重試?"
${LangFileString} YTDL_DL_Failed "無法下載 youtube-dl:「$R0」。"
${LangFileString} YTDL_Update_Check "正在檢查 youtube-dl 的更新..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "正在清除 fontconfig 快取..."
diff --git a/setup/translations/turkish.nsh b/setup/translations/turkish.nsh
index 6817d65..dfd3888 100644
--- a/setup/translations/turkish.nsh
+++ b/setup/translations/turkish.nsh
@@ -16,7 +16,7 @@ ${LangFileString} Installer_No_Admin "Bu programı yüklerken yönetici olarak o
${LangFileString} SMPlayer_Is_Running "SMPlayer bir örneği çalışıyor. SMPlayer'ı kapatın ve tekrar deneyin."
${LangFileString} OS_Not_Supported "İşletim sistemi desteklenmiyor.$\nSMPlayer ${SMPLAYER_VERSION} en az Windows XP gerektirir ve sisteminizde düzgün çalışmayabilir.$\nGerçekten kuruluma devam etmek istiyor musunuz?"
-${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} OS_Not_Supported_VistaRequired "İşletim sistemi desteklenmiyor.$\nSMPlayer ${SMPLAYER_VERSION} en az Windows Vista gerektirir ve sisteminizde düzgün çalışmayabilir.$\nGerçekten kuruluma devam etmek istiyor musunuz?"
${LangFileString} Win64_Required "Bu yazılım kurulumu için 64-bit Windows işletim sistemi gerekli."
${LangFileString} Existing_32bitInst "SMPlayer için varolan bir 32-bit yükleme var. Öncelikle 32-bit SMPlayer'ı kaldırmanız gerekir."
${LangFileString} Existing_64bitInst "SMPlayer için varolan bir 64-bit yükleme var. Öncelikle 64-bit SMPlayer'ı kaldırmanız gerekir."
@@ -112,19 +112,25 @@ ${LangFileString} Info_RollBack "Değişiklikler geri alınıyor..."
${LangFileString} Info_Files_Extract "Dosyaları ayıklanıyor..."
${LangFileString} Info_SMTube_Backup "SMTube Yedekleniyor..."
${LangFileString} Info_SMTube_Restore "SMTube önceki kurulumdan geri yükleniyor..."
-${LangFileString} Info_MPV_Backup "Backing up mpv..."
-${LangFileString} Info_MPV_Restore "Restoring mpv from previous installation..."
+${LangFileString} Info_MPV_Backup "Mpv yedekleniyor..."
+${LangFileString} Info_MPV_Restore "Mpv önceki kurulumdan geri yükleniyor..."
; MPV
-${LangFileString} MPV_DL_Msg "Downloading mpv..."
-${LangFileString} MPV_DL_Retry "mpv was not successfully installed. Retry?"
-${LangFileString} MPV_DL_Failed "Failed to download mpv: '$R0'."
-${LangFileString} MPV_Inst_Failed "Failed to install mpv."
+${LangFileString} MPV_DL_Msg "Mpv indiriliyor..."
+${LangFileString} MPV_DL_Retry "mpv kurulamadı. Tekrar denemek ister misiniz?"
+${LangFileString} MPV_DL_Failed "Mpv indirilirken bir hata oldu: '$R0'."
+${LangFileString} MPV_Inst_Failed "Mpv kurulamadı."
; YouTube-DL
-${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
-${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
+${LangFileString} YTDL_DL_Retry "youtube-dl kurulamadı. Tekrar denemek ister misiniz?"
+${LangFileString} YTDL_DL_Failed "Youtube-dl indirilemedi : '$R0'."
${LangFileString} YTDL_Update_Check "Youtube-dl için güncelleme kontrolü... "
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Yazı türü yapılandırma önbelleğini temizleme"
diff --git a/setup/translations/ukrainian.nsh b/setup/translations/ukrainian.nsh
index 88806ac..6ce971f 100644
--- a/setup/translations/ukrainian.nsh
+++ b/setup/translations/ukrainian.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Помилка при встановленн
${LangFileString} YTDL_DL_Retry "Не вдалося встановити YouTube-DL. Спробувати ще раз?"
${LangFileString} YTDL_DL_Failed "Не вдалося завантажити Youtube-DL: '$R0'."
${LangFileString} YTDL_Update_Check "Перевірка наявности оновлень Youtube-DL..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Очистка кешу шрифтів..."
diff --git a/setup/translations/vietnamese.nsh b/setup/translations/vietnamese.nsh
index 43594af..3443244 100644
--- a/setup/translations/vietnamese.nsh
+++ b/setup/translations/vietnamese.nsh
@@ -125,6 +125,12 @@ ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
+${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
+${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
+
+; SMTube
+${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
+${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
; Post install
${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."