diff --git a/installer.nsi b/installer.nsi index 89659ba41..1d063c2db 100644 --- a/installer.nsi +++ b/installer.nsi @@ -613,9 +613,14 @@ Section "FFDec" SecDummy File "dist\${APP_EXENAME}" File "dist\ffdec.bat" File "dist\ffdec.jar" + File "dist\ffdec-cli.exe" + File "dist\ffdec-cli.jar" File "dist\icon.ico" File "dist\license.txt" + File "dist\soleditor.bat" + File "dist\soleditor.lnk" File "dist\translator.bat" + File "dist\translator.lnk" File "dist\translator.exe" SetOutPath "$INSTDIR" @@ -628,6 +633,7 @@ Section "FFDec" SecDummy CreateDirectory "$SMPROGRAMS\$SMDir" CreateShortCut "$SMPROGRAMS\$SMDir\Uninstall ${APP_NAME}.lnk" "$INSTDIR\Uninstall.exe" "" "$INSTDIR\Uninstall.exe" 0 CreateShortCut "$SMPROGRAMS\$SMDir\${APP_NAME}.lnk" "$INSTDIR\${APP_EXENAME}" "" "$INSTDIR\${APP_EXENAME}" 0 + CreateShortCut "$SMPROGRAMS\$SMDir\${STRING_SOL_EDITOR}.lnk" "$INSTDIR\${APP_EXENAME}" "-soleditor" "$INSTDIR\${APP_EXENAME}" 2 !insertmacro MUI_STARTMENU_WRITE_END ;Store installation folder diff --git a/nsis_locales/Catalan.nsh b/nsis_locales/Catalan.nsh index 020822179..a2e89b4c0 100644 --- a/nsis_locales/Catalan.nsh +++ b/nsis_locales/Catalan.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Help us!" !insertmacro LANG_STRING STRING_SWC "Download PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "Checking Adobe site for newest PlayerGlobal.swc file" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Flash Player ActiveX control required" diff --git a/nsis_locales/Czech.nsh b/nsis_locales/Czech.nsh index 4fce24ef8..9718c9ea1 100644 --- a/nsis_locales/Czech.nsh +++ b/nsis_locales/Czech.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Pomožte nám!" !insertmacro LANG_STRING STRING_SWC "Stáhnout PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "Kontroluji stránky Adobe pro nejnovější soubor PlayerGlobal.swc" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Editor Sol cookies" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Vyžadován ovládací prvek Flash Player ActiveX" diff --git a/nsis_locales/Dutch.nsh b/nsis_locales/Dutch.nsh index 5f02a3a05..f5301b2c6 100644 --- a/nsis_locales/Dutch.nsh +++ b/nsis_locales/Dutch.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Help ons!" !insertmacro LANG_STRING STRING_SWC "Download PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "Adobe-site controleren op het nieuwste PlayerGlobal.swc-bestand" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Flash Player ActiveX-besturing vereist" diff --git a/nsis_locales/English.nsh b/nsis_locales/English.nsh index 46ceaee8a..2b20953aa 100644 --- a/nsis_locales/English.nsh +++ b/nsis_locales/English.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Help us!" !insertmacro LANG_STRING STRING_SWC "Download PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "Checking Adobe site for newest PlayerGlobal.swc file" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Flash Player ActiveX control required" diff --git a/nsis_locales/French.nsh b/nsis_locales/French.nsh index 7257ed5a2..213f2c45b 100644 --- a/nsis_locales/French.nsh +++ b/nsis_locales/French.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Aidez-nous !" !insertmacro LANG_STRING STRING_SWC "Téléchargement du PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "Vérification d'une version plus récente de PlayerGlobal.swc" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Le contrôle ActiveX Flash Player est nécessaire" diff --git a/nsis_locales/German.nsh b/nsis_locales/German.nsh index b57d3d62a..d5a949927 100644 --- a/nsis_locales/German.nsh +++ b/nsis_locales/German.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Help us!" !insertmacro LANG_STRING STRING_SWC "Download PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "Checking Adobe site for newest PlayerGlobal.swc file" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Flash Player ActiveX control required" diff --git a/nsis_locales/Hungarian.nsh b/nsis_locales/Hungarian.nsh index c67255b8c..67fd14f8b 100644 --- a/nsis_locales/Hungarian.nsh +++ b/nsis_locales/Hungarian.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Segítsen nekünk!" !insertmacro LANG_STRING STRING_SWC "PlayerGlobal.swc letöltése" !insertmacro LANG_STRING STRING_SWC_CHECK "Adobe oldal vizsgálata a legújabb PlayerGlobal.swc fájlhoz" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Flash Player ActiveX vezérlő szükséges" diff --git a/nsis_locales/Italian.nsh b/nsis_locales/Italian.nsh index 38adeaeeb..38552135a 100644 --- a/nsis_locales/Italian.nsh +++ b/nsis_locales/Italian.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Aiutaci!" !insertmacro LANG_STRING STRING_SWC "Scarica PlayerGlobal.SWC" !insertmacro LANG_STRING STRING_SWC_CHECK "Rilevamento versione più recente del file playerglobal.swc sul sito di Adobe" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX:" !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Controllo ActiveX del Flash Player necessario" diff --git a/nsis_locales/Japanese.nsh b/nsis_locales/Japanese.nsh index a5f0214bb..7a2de0436 100644 --- a/nsis_locales/Japanese.nsh +++ b/nsis_locales/Japanese.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "助けて!" !insertmacro LANG_STRING STRING_SWC "PlayerGlobal.swc をダウンロード" !insertmacro LANG_STRING STRING_SWC_CHECK "Adobe のサイトで、最新の PlayerGlobal.swc ファイルを確認しています" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Flash Player ActiveX コントロールが必要" diff --git a/nsis_locales/Polish.nsh b/nsis_locales/Polish.nsh index bdcfb2736..0d832add6 100644 --- a/nsis_locales/Polish.nsh +++ b/nsis_locales/Polish.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Help us!" !insertmacro LANG_STRING STRING_SWC "Download PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "Checking Adobe site for newest PlayerGlobal.swc file" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Flash Player ActiveX control required" diff --git a/nsis_locales/Portuguese.nsh b/nsis_locales/Portuguese.nsh index ba3b688e9..565eb6556 100644 --- a/nsis_locales/Portuguese.nsh +++ b/nsis_locales/Portuguese.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Help us!" !insertmacro LANG_STRING STRING_SWC "Download PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "Checking Adobe site for newest PlayerGlobal.swc file" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Flash Player ActiveX control required" diff --git a/nsis_locales/PortugueseBR.nsh b/nsis_locales/PortugueseBR.nsh index 7345b4922..9508b4248 100644 --- a/nsis_locales/PortugueseBR.nsh +++ b/nsis_locales/PortugueseBR.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Ajude-nos!" !insertmacro LANG_STRING STRING_SWC "Baixar PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "Verificando o site da Adobe para obter o arquivo PlayerGlobal.swc mais recente" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Necessário controle Flash Player ActiveX" diff --git a/nsis_locales/Russian.nsh b/nsis_locales/Russian.nsh index 5424c5d30..7c3e2dc93 100644 --- a/nsis_locales/Russian.nsh +++ b/nsis_locales/Russian.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Помогите нам!" !insertmacro LANG_STRING STRING_SWC "Скачать PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "Проверка сайта Adobe на наличие новейшего PlayerGlobal.swc" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Требуется элемент управления Flash Player ActiveX" diff --git a/nsis_locales/SimpChinese.nsh b/nsis_locales/SimpChinese.nsh index b3693ef5b..c758cd67d 100644 --- a/nsis_locales/SimpChinese.nsh +++ b/nsis_locales/SimpChinese.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "帮助我们!" !insertmacro LANG_STRING STRING_SWC "下载PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "正在Adobe网站上检查最新的PlayerGlobal.swc文件" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "需要Flash Player ActiveX控件" diff --git a/nsis_locales/Spanish.nsh b/nsis_locales/Spanish.nsh index b239490fa..094eb0a57 100644 --- a/nsis_locales/Spanish.nsh +++ b/nsis_locales/Spanish.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Ayúdenos!" !insertmacro LANG_STRING STRING_SWC "Descarga PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "Comprobando sitio de Adobe por una nueva versión del archivo PlayerGlobal.swc" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Se requiere el control ActiveX de Flash Player" diff --git a/nsis_locales/Swedish.nsh b/nsis_locales/Swedish.nsh index a8d8989a8..0f2b4da13 100644 --- a/nsis_locales/Swedish.nsh +++ b/nsis_locales/Swedish.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Help us!" !insertmacro LANG_STRING STRING_SWC "Download PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "Checking Adobe site for newest PlayerGlobal.swc file" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Flash Player ActiveX control required" diff --git a/nsis_locales/Turkish.nsh b/nsis_locales/Turkish.nsh index 746106f8f..973b6be4c 100644 --- a/nsis_locales/Turkish.nsh +++ b/nsis_locales/Turkish.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Bize yardım et!" !insertmacro LANG_STRING STRING_SWC "PlayerGlobal.swc indirin" !insertmacro LANG_STRING STRING_SWC_CHECK "En yeni PlayerGlobal.swc dosyası için Adobe sitesini kontrol et" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Flash Player ActiveX denetimi gerekiyor" diff --git a/nsis_locales/Ukrainian.nsh b/nsis_locales/Ukrainian.nsh index 0dd20a542..921244331 100644 --- a/nsis_locales/Ukrainian.nsh +++ b/nsis_locales/Ukrainian.nsh @@ -18,6 +18,7 @@ !insertmacro LANG_STRING STRING_HELP_US_BUTTON "Help us!" !insertmacro LANG_STRING STRING_SWC "Download PlayerGlobal.swc" !insertmacro LANG_STRING STRING_SWC_CHECK "Checking Adobe site for newest PlayerGlobal.swc file" +!insertmacro LANG_STRING STRING_SOL_EDITOR "Sol cookie editor" ;Flash ActiveX: !insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Flash Player ActiveX control required"