diff --git a/Greenshot/tools/innosetup/Compil32.exe b/Greenshot/tools/innosetup/Compil32.exe
index 34f05a14d..d6b62d355 100644
Binary files a/Greenshot/tools/innosetup/Compil32.exe and b/Greenshot/tools/innosetup/Compil32.exe differ
diff --git a/Greenshot/tools/innosetup/Default.isl b/Greenshot/tools/innosetup/Default.isl
index aa01053bc..0fddced4f 100644
--- a/Greenshot/tools/innosetup/Default.isl
+++ b/Greenshot/tools/innosetup/Default.isl
@@ -1,4 +1,4 @@
-; *** Inno Setup version 5.1.11+ English messages ***
+; *** Inno Setup version 5.5.3+ English messages ***
;
; To download user-contributed translations of this file, go to:
; http://www.jrsoftware.org/files/istrans/
@@ -48,6 +48,10 @@ LastErrorMessage=%1.%n%nError %2: %3
SetupFileMissing=The file %1 is missing from the installation directory. Please correct the problem or obtain a new copy of the program.
SetupFileCorrupt=The setup files are corrupted. Please obtain a new copy of the program.
SetupFileCorruptOrWrongVer=The setup files are corrupted, or are incompatible with this version of Setup. Please correct the problem or obtain a new copy of the program.
+InvalidParameter=An invalid parameter was passed on the command line:%n%n%1
+SetupAlreadyRunning=Setup is already running.
+WindowsVersionNotSupported=This program does not support the version of Windows your computer is running.
+WindowsServicePackRequired=This program requires %1 Service Pack %2 or later.
NotOnThisPlatform=This program will not run on %1.
OnlyOnThisPlatform=This program must be run on %1.
OnlyOnTheseArchitectures=This program can only be installed on versions of Windows designed for the following processor architectures:%n%n%1
@@ -138,7 +142,8 @@ SelectDirDesc=Where should [name] be installed?
SelectDirLabel3=Setup will install [name] into the following folder.
SelectDirBrowseLabel=To continue, click Next. If you would like to select a different folder, click Browse.
DiskSpaceMBLabel=At least [mb] MB of free disk space is required.
-ToUNCPathname=Setup cannot install to a UNC pathname. If you are trying to install to a network, you will need to map a network drive.
+CannotInstallToNetworkDrive=Setup cannot install to a network drive.
+CannotInstallToUNCPath=Setup cannot install to a UNC path.
InvalidPath=You must enter a full path with drive letter; for example:%n%nC:\APP%n%nor a UNC path in the form:%n%n\\server\share
InvalidDrive=The drive or UNC share you selected does not exist or is not accessible. Please select another.
DiskSpaceWarningTitle=Not Enough Disk Space
@@ -198,6 +203,11 @@ WizardPreparing=Preparing to Install
PreparingDesc=Setup is preparing to install [name] on your computer.
PreviousInstallNotCompleted=The installation/removal of a previous program was not completed. You will need to restart your computer to complete that installation.%n%nAfter restarting your computer, run Setup again to complete the installation of [name].
CannotContinue=Setup cannot continue. Please click Cancel to exit.
+ApplicationsFound=The following applications are using files that need to be updated by Setup. It is recommended that you allow Setup to automatically close these applications.
+ApplicationsFound2=The following applications are using files that need to be updated by Setup. It is recommended that you allow Setup to automatically close these applications. After the installation has completed, Setup will attempt to restart the applications.
+CloseApplications=&Automatically close the applications
+DontCloseApplications=&Do not close the applications
+ErrorCloseApplications=Setup was unable to automatically close all applications. It is recommended that you close all applications using files that need to be updated by Setup before continuing.
; *** "Installing" wizard page
WizardInstalling=Installing
@@ -230,6 +240,7 @@ SetupAborted=Setup was not completed.%n%nPlease correct the problem and run Setu
EntryAbortRetryIgnore=Click Retry to try again, Ignore to proceed anyway, or Abort to cancel installation.
; *** Installation status messages
+StatusClosingApplications=Closing applications...
StatusCreateDirs=Creating directories...
StatusExtractFiles=Extracting files...
StatusCreateIcons=Creating shortcuts...
@@ -238,6 +249,7 @@ StatusCreateRegistryEntries=Creating registry entries...
StatusRegisterFiles=Registering files...
StatusSavingUninstall=Saving uninstall information...
StatusRunProgram=Finishing installation...
+StatusRestartingApplications=Restarting applications...
StatusRollback=Rolling back changes...
; *** Misc. errors
@@ -301,6 +313,10 @@ SharedFileLocationLabel=Location:
WizardUninstalling=Uninstall Status
StatusUninstalling=Uninstalling %1...
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=Installing %1.
+ShutdownBlockReasonUninstallingApp=Uninstalling %1.
+
; The custom messages below aren't used by Setup itself, but if you make
; use of them in your scripts, you'll want to translate them.
@@ -315,3 +331,6 @@ UninstallProgram=Uninstall %1
LaunchProgram=Launch %1
AssocFileExtension=&Associate %1 with the %2 file extension
AssocingFileExtension=Associating %1 with the %2 file extension...
+AutoStartProgramGroupDescription=Startup:
+AutoStartProgram=Automatically start %1
+AddonHostProgramNotFound=%1 could not be located in the folder you selected.%n%nDo you want to continue anyway?
diff --git a/Greenshot/tools/innosetup/ISCC.exe b/Greenshot/tools/innosetup/ISCC.exe
index 17d3b8172..076e85f1e 100644
Binary files a/Greenshot/tools/innosetup/ISCC.exe and b/Greenshot/tools/innosetup/ISCC.exe differ
diff --git a/Greenshot/tools/innosetup/ISCmplr.dll b/Greenshot/tools/innosetup/ISCmplr.dll
index 9182b8812..d364a21fe 100644
Binary files a/Greenshot/tools/innosetup/ISCmplr.dll and b/Greenshot/tools/innosetup/ISCmplr.dll differ
diff --git a/Greenshot/tools/innosetup/ISPP.chm b/Greenshot/tools/innosetup/ISPP.chm
index 0dc68bda6..a0ef97fd5 100644
Binary files a/Greenshot/tools/innosetup/ISPP.chm and b/Greenshot/tools/innosetup/ISPP.chm differ
diff --git a/Greenshot/tools/innosetup/ISPP.dll b/Greenshot/tools/innosetup/ISPP.dll
index a96ca9d61..4fda2b7eb 100644
Binary files a/Greenshot/tools/innosetup/ISPP.dll and b/Greenshot/tools/innosetup/ISPP.dll differ
diff --git a/Greenshot/tools/innosetup/ISetup.chm b/Greenshot/tools/innosetup/ISetup.chm
index a72ba7247..6f7600f86 100644
Binary files a/Greenshot/tools/innosetup/ISetup.chm and b/Greenshot/tools/innosetup/ISetup.chm differ
diff --git a/Greenshot/tools/innosetup/Languages/BrazilianPortuguese.isl b/Greenshot/tools/innosetup/Languages/BrazilianPortuguese.isl
index e9afdf7d8..e9d420f86 100644
--- a/Greenshot/tools/innosetup/Languages/BrazilianPortuguese.isl
+++ b/Greenshot/tools/innosetup/Languages/BrazilianPortuguese.isl
@@ -1,6 +1,6 @@
; ***************************************************************
; *** ***
-; *** Inno Setup version 5.1.11+ Portuguese (Brazil) messages ***
+; *** Inno Setup version 5.5.3+ Portuguese (Brazil) messages ***
; *** ***
; *** Original Author: ***
; *** ***
@@ -8,16 +8,15 @@
; *** ***
; *** Maintainer: ***
; *** ***
-; *** Jeferson Oliveira (jefersonfoliveira@gmail.com) ***
+; *** Eduardo Mauro (emauro@acabit.com.br) ***
; *** ***
; *** Contributors: ***
; *** ***
; *** Felipe (felipefpl@ig.com.br) ***
+; *** Jeferson Oliveira (jefersonfoliveira@gmail.com) ***
; *** ***
; ***************************************************************
-; Default.isl version 1.69
-
; To download user-contributed translations of this file, go to:
; http://www.jrsoftware.org/is3rdparty.php
;
@@ -25,9 +24,6 @@
; messages that didn't have them already, because on those messages Inno
; Setup adds the periods automatically (appending a period would result in
; two periods being displayed).
-;
-; $jrsoftware: issrc/Files/Languages/BrazilianPortuguese.isl,v 1.7 2008/05/21 12:37:37 mlaan Exp $
-;
[LangOptions]
; The following three entries are very important. Be sure to read and
@@ -61,7 +57,7 @@ ConfirmTitle=Confirma
ErrorTitle=Erro
; *** SetupLdr messages
-SetupLdrStartupMessage=Este programa ir instalar %1. Voc quer continuar?
+SetupLdrStartupMessage=Este programa instalar %1. Voc quer continuar?
LdrCannotCreateTemp=No foi possvel criar um arquivo temporrio. Instalao cancelada
LdrCannotExecTemp=No foi possvel executar um arquivo na pasta de arquivos temporrios. Instalao cancelada
@@ -70,6 +66,10 @@ LastErrorMessage=%1.%n%nErro %2: %3
SetupFileMissing=O arquivo %1 no se encontra no diretrio de instalao. Por favor, corrija o problema ou obtenha uma nova cpia do programa.
SetupFileCorrupt=Os arquivos de instalao esto corrompidos. Por favor, obtenha uma nova cpia do programa.
SetupFileCorruptOrWrongVer=Os arquivos de instalao esto corrompidos ou so incompatveis com esta verso do Instalador. Por favor, corrija o problema ou obtenha uma nova cpia do programa.
+InvalidParameter=Um parmetro invlido foi passado na linha de comando:%n%n%1
+SetupAlreadyRunning=O programa de instalao j est sendo executado.
+WindowsVersionNotSupported=Este programa no suporta a verso do Windows instalada em seu computador.
+WindowsServicePackRequired=Este programa necessita %1 Service Pack %2 ou posterior.
NotOnThisPlatform=Este programa no executar no %1.
OnlyOnThisPlatform=Este programa deve ser executado no %1.
OnlyOnTheseArchitectures=Este programa s pode ser instalado em verses do Windows projetadas para as seguintes arquiteturas de processador:%n%n%1
@@ -122,7 +122,7 @@ NewFolderName=Nova Pasta
; *** "Welcome" wizard page
WelcomeLabel1=Bem-vindo ao Assistente de Instalao de [name]
-WelcomeLabel2=Este Assistente ir instalar [name/ver] no seu computador.%n%n recomendado que voc feche todos os outros aplicativos antes de continuar.
+WelcomeLabel2=Este Assistente instalar [name/ver] no seu computador.%n%n recomendado que voc feche todos os outros aplicativos antes de continuar.
; *** "Password" wizard page
WizardPassword=Senha
@@ -157,10 +157,11 @@ UserInfoNameRequired=Voc
; *** "Select Destination Location" wizard page
WizardSelectDir=Selecione o Local de Destino
SelectDirDesc=Onde [name] deve ser instalado?
-SelectDirLabel3=O Programa de Instalao ir instalar [name] na seguinte pasta.
+SelectDirLabel3=O Programa de Instalao instalar [name] na seguinte pasta.
SelectDirBrowseLabel=Para continuar, clique em Avanar. Se voc deseja escolher uma pasta diferente, clique em Procurar.
DiskSpaceMBLabel=So necessrios pelo menos [mb] MB de espao livre em disco.
-ToUNCPathname=O Programa de Instalao no pode fazer a instalao num caminho de rede UNC. Se voc estiver tentando instalar num local de rede, dever mapear uma unidade de rede.
+CannotInstallToNetworkDrive=O programa de instalao no pode fazer a instalao em uma unidade de rede.
+CannotInstallToUNCPath=O programa de instalao no fazer a instalao num caminhho de rede UNC.
InvalidPath=Voc deve informar um caminho completo, incluindo a letra da unidade de disco; por exemplo:%n%nC:\APP%n%e no um caminho de rede UNC na forma:%n%n\\servidor\compartilhamento
InvalidDrive=A unidade de disco ou compartilhamento de rede UNC que voc selecionou no existe ou no est acessvel. Por favor, selecione outro local.
DiskSpaceWarningTitle=Espao em Disco Insuficiente
@@ -220,6 +221,11 @@ WizardPreparing=Preparando para Instalar
PreparingDesc=O Programa de Instalao est se preparando para instalar [name] no seu computador.
PreviousInstallNotCompleted=A instalao/remoo de um programa anterior no foi concluda. Voc precisar reiniciar seu computador para finaliz-la.%n%nAps reiniciar o computador, execute novamente o Programa de Instalao para concluir a instalao de [name].
CannotContinue=O Programa de Instalao no pode continuar. Por favor, clique em Cancelar para sair.
+ApplicationsFound=As seguintes aplicaes estap usando arquivos que necessitam ser atualizados pelo programa de instalao. recomendvel que voc permita que o programa da instalao encerre automaticamente estas aplicaes.
+ApplicationsFound2=As seguintes aplicaes esto usandos arquivos que necessitam ser atualizados pelo programa de instalao. recomendvel que voc permita que o programa da instalao encerre automaticamente estas aplicaes. Aps a instalao estar completa, o programa de instalao tentar iniciar novamente as aplicaes.
+CloseApplications=&Automaticamente encerre as aplicaes
+DontCloseApplications=&No encerre as aplicaes
+ErrorCloseApplications=O instalador foi incapaz de fechar automaticamente todos os aplicativos. recomendado que voc feche todos os aplicativos usando os arquivos que precisam ser atualizados pelo Instalador antes de continuar.
; *** "Installing" wizard page
WizardInstalling=Instalando
@@ -252,6 +258,7 @@ SetupAborted=A instala
EntryAbortRetryIgnore=Clique Repetir para tentar novamente, Ignorar para continuar assim mesmo, or Cancelar para cancelar a instalao.
; *** Installation status messages
+StatusClosingApplications=Encerrando aplicaes...
StatusCreateDirs=Criando diretrios...
StatusExtractFiles=Extraindo arquivos...
StatusCreateIcons=Criando atalhos...
@@ -260,6 +267,7 @@ StatusCreateRegistryEntries=Criando entradas no Registro...
StatusRegisterFiles=Registrando arquivos...
StatusSavingUninstall=Salvando informaes de desinstalao...
StatusRunProgram=Finalizando a instalao...
+StatusRestartingApplications=Reiniciando applicaes...
StatusRollback=Desfazendo as alteraes efetuadas...
; *** Misc. errors
@@ -317,14 +325,16 @@ UninstallDataCorrupted=O arquivo "%1" est
; *** Uninstallation phase messages
ConfirmDeleteSharedFileTitle=Remover Arquivo Compartilhado?
-
ConfirmDeleteSharedFile2=O sistema indica que o seguinte arquivo compartilhado no est mais em uso por nenhum outro programa. Voc quer que a desinstalao remova este arquivo compartilhado?%n%nSe ainda houver programas utilizando este arquivo e ele for removido, esses programas podero no funcionar corretamente. Se voc no tem certeza, escolha No. Manter o arquivo no seu computador no trar prejuzo algum.
-
SharedFileNameLabel=Nome do arquivo:
SharedFileLocationLabel=Local:
WizardUninstalling=Status da Desinstalao
StatusUninstalling=Desinstalando %1...
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=Instalando %1.
+ShutdownBlockReasonUninstallingApp=Removendo %1.
+
; The custom messages below aren't used by Setup itself, but if you make
; use of them in your scripts, you'll want to translate them.
@@ -339,3 +349,6 @@ UninstallProgram=Desinstalar %1
LaunchProgram=Executar %1
AssocFileExtension=Associar %1 com a e&xtenso de arquivo %2
AssocingFileExtension=Associando %1 com a extenso de arquivo...
+AutoStartProgramGroupDescription=Startup:
+AutoStartProgram=Iniciar automaticamente %1
+AddonHostProgramNotFound=%1 no pde ser localizado na pasta que voc selecionou.%n%nVoc deseja continuar assim mesmo?
diff --git a/Greenshot/tools/innosetup/Languages/Catalan.isl b/Greenshot/tools/innosetup/Languages/Catalan.isl
index 69a9c19e8..72ccd6bc3 100644
--- a/Greenshot/tools/innosetup/Languages/Catalan.isl
+++ b/Greenshot/tools/innosetup/Languages/Catalan.isl
@@ -1,8 +1,6 @@
-; *** Inno Setup 5.1.11+ Catalan messages ***
+; *** Inno Setup version 5.5.3+ Catalan messages ***
;
-; Translated by Carles Millan (email: carles at carlesmillan dot cat)
-;
-; $jrsoftware: issrc/Files/Languages/Catalan.isl,v 1.15 2007/10/22 11:52:47 mlaan Exp $
+; Translated by Carles Millan (email: carles@carlesmillan.cat)
[LangOptions]
@@ -30,19 +28,23 @@ LdrCannotExecTemp=No s'ha pogut executar el fitxer a la carpeta temporal. Instal
; *** Startup error messages
LastErrorMessage=%1.%n%nError %2: %3
-SetupFileMissing=El fitxer %1 no es troba a la carpeta d'installaci. Si us plau, resoleu el problema o obteniu una nova cpia del programa.
-SetupFileCorrupt=Els fitxers d'installaci estan corromputs. Si us plau, obteniu una nova cpia del programa.
-SetupFileCorruptOrWrongVer=Els fitxers d'installaci estan espatllats, o sn incompatibles amb aquesta versi del programa. Si us plau, resoleu el problema o obteniu una nova cpia del programa.
+SetupFileMissing=El fitxer %1 no es troba a la carpeta d'installaci. Resoleu el problema o obteniu una nova cpia del programa.
+SetupFileCorrupt=Els fitxers d'installaci estan corromputs. Obteniu una nova cpia del programa.
+SetupFileCorruptOrWrongVer=Els fitxers d'installaci estan espatllats, o sn incompatibles amb aquesta versi del programa. Resoleu el problema o obteniu una nova cpia del programa.
+InvalidParameter=Un parmetre invlid ha estat passat a la lnia de comanda:%n%n%1
+SetupAlreadyRunning=La installaci ja est en curs.
+WindowsVersionNotSupported=Aquest programa no suporta la versi de Windows installada al vostre ordinador.
+WindowsServicePackRequired=Aquest programa necessita %1 Service Pack %2 o posterior.
NotOnThisPlatform=Aquest programa no funcionar sota %1.
OnlyOnThisPlatform=Aquest programa noms pot ser executat sota %1.
OnlyOnTheseArchitectures=Aquest programa noms pot ser installat en versions de Windows dissenyades per a les segents arquitectures de processador:%n%n%1
-MissingWOW64APIs=Aquesta versi de Windows no cont la funcionalitat necessria per a realitzar una installaci de 64 bits. Per tal de corregir aquest problema, si us plau, installeu el Service Pack %1.
+MissingWOW64APIs=Aquesta versi de Windows no cont la funcionalitat necessria per a realitzar una installaci de 64 bits. Per tal de corregir aquest problema installeu el Service Pack %1.
WinVersionTooLowError=Aquest programa requereix %1 versi %2 o posterior.
WinVersionTooHighError=Aquest programa no pot ser installat sota %1 versi %2 o posterior.
AdminPrivilegesRequired=Cal que tingueu privilegis d'administrador per poder installar aquest programa.
PowerUserPrivilegesRequired=Cal que accediu com a administrador o com a membre del grup Power Users en installar aquest programa.
-SetupAppRunningError=El programa d'installaci ha detectat que %1 s'est executant actualment.%n%nSi us plau, tanqueu el programa i premeu Accepta per a continuar o Cancella per a sortir.
-UninstallAppRunningError=El programa de desinstallaci ha detectat que %1 s'est executant en aquest moment.%n%nSi us plau, tanqueu el programa i premeu Accepta per a continuar o Cancella per a sortir.
+SetupAppRunningError=El programa d'installaci ha detectat que %1 s'est executant actualment.%n%nTanqueu el programa i premeu Accepta per a continuar o Cancella per a sortir.
+UninstallAppRunningError=El programa de desinstallaci ha detectat que %1 s'est executant en aquest moment.%n%nTanqueu el programa i premeu Accepta per a continuar o Cancella per a sortir.
; *** Misc. errors
ErrorCreatingDir=El programa d'installaci no ha pogut crear la carpeta "%1"
@@ -79,11 +81,11 @@ SelectLanguageLabel=Trieu idioma a emprar durant la instal
; *** Common wizard text
ClickNext=Premeu Segent per a continuar o Cancella per a abandonar la installaci.
BeveledLabel=
-
-; *** "Welcome" wizard page
BrowseDialogTitle=Trieu una carpeta
BrowseDialogLabel=Trieu la carpeta de destinaci i premeu Accepta.
NewFolderName=Nova carpeta
+
+; *** "Welcome" wizard page
WelcomeLabel1=Benvingut a l'assistent d'installaci de [name]
WelcomeLabel2=Aquest programa installar [name/ver] al vostre ordinador.%n%ns molt recomanable que abans de continuar tanqueu tots els altres programes oberts, per tal d'evitar conflictes durant el procs d'installaci.
@@ -97,25 +99,25 @@ IncorrectPassword=La contrasenya introdu
; *** "License Agreement" wizard page
WizardLicense=Acord de Llicncia
LicenseLabel=Cal que llegiu aquesta informaci abans de continuar.
-LicenseLabel3=Si us plau, llegiu l'Acord de Llicncia segent. Cal que n'accepteu els termes abans de continuar amb la installaci.
+LicenseLabel3=Cal que llegiu l'Acord de Llicncia segent. Cal que n'accepteu els termes abans de continuar amb la installaci.
LicenseAccepted=&Accepto l'acord
LicenseNotAccepted=&No accepto l'acord
; *** "Information" wizard pages
WizardInfoBefore=Informaci
-InfoBeforeLabel=Si us plau, llegiu la informaci segent abans de continuar.
-InfoBeforeClickLabel=Quan estigueu preparat per a continuar, premeu Segent
+InfoBeforeLabel=Llegiu la informaci segent abans de continuar.
+InfoBeforeClickLabel=Quan estigueu preparat per a continuar, premeu Segent.
WizardInfoAfter=Informaci
-InfoAfterLabel=Si us plau, llegiu la informaci segent abans de continuar.
+InfoAfterLabel=Llegiu la informaci segent abans de continuar.
InfoAfterClickLabel=Quan estigueu preparat per a continuar, premeu Segent
; *** "User Information" wizard page
WizardUserInfo=Informaci sobre l'usuari
-UserInfoDesc=Si us plau, entreu la vostra informaci.
+UserInfoDesc=Introduu la vostra informaci.
UserInfoName=&Nom de l'usuari:
UserInfoOrg=&Organitzaci
UserInfoSerial=&Nmero de srie:
-UserInfoNameRequired=Cal que hi entreu un nom
+UserInfoNameRequired=Cal que hi introduu un nom
; *** "Select Destination Location" wizard page
WizardSelectDir=Trieu Carpeta de Destinaci
@@ -123,9 +125,10 @@ SelectDirDesc=On s'ha d'instal
SelectDirLabel3=El programa d'installaci installar [name] a la carpeta segent.
SelectDirBrowseLabel=Per a continuar, premeu Segent. Si desitgeu triar una altra capeta, premeu Cerca.
DiskSpaceMBLabel=Aquest programa necessita un mnim de [mb] MB d'espai a disc.
-ToUNCPathname=La installaci no pot installar el programa en una carpeta UNC. Si esteu provant d'installar-lo en xarxa, haureu d'assignar una lletra (D:, E:, etc...) al disc de destinaci.
+CannotInstallToNetworkDrive=La installaci no es pot fer en un disc de xarxa.
+CannotInstallToUNCPath=La installaci no es pot fer a una ruta UNC.
InvalidPath=Cal donar una ruta completa amb lletra d'unitat, per exemple:%n%nC:\Aplicaci%n%no b una ruta UNC en la forma:%n%n\\servidor\compartit
-InvalidDrive=El disc o ruta de xarxa seleccionat no existeix, si us plau trieu-ne un altre.
+InvalidDrive=El disc o ruta de xarxa seleccionat no existeix, trieu-ne un altre.
DiskSpaceWarningTitle=No hi ha prou espai al disc
DiskSpaceWarning=El programa d'installaci necessita com a mnim %1 KB d'espai lliure, per el disc seleccionat noms t %2 KB disponibles.%n%nTot i amb aix, desitgeu continuar?
DirNameTooLong=El nom de la carpeta o de la ruta s massa llarg.
@@ -160,7 +163,7 @@ WizardSelectProgramGroup=Trieu la carpeta del Men
SelectStartMenuFolderDesc=On cal situar els enllaos del programa?
SelectStartMenuFolderLabel3=El programa d'installaci crear l'accs directe al programa a la segent carpeta del men d'Inici.
SelectStartMenuFolderBrowseLabel=Per a continuar, premeu Segent. Si desitgeu triar una altra carpeta, premeu Cerca.
-MustEnterGroupName=Cal que hi entreu un nom de carpeta.
+MustEnterGroupName=Cal que hi introduu un nom de carpeta.
GroupNameTooLong=El nom de la carpeta o de la ruta s massa llarg.
InvalidGroupName=El nom de la carpeta no s vlid.
BadGroupName=El nom del grup no pot contenir cap dels carcters segents:%n%n%1
@@ -182,11 +185,16 @@ ReadyMemoTasks=Tasques addicionals:
WizardPreparing=Preparant la installaci
PreparingDesc=Preparant la installaci de [name] al vostre ordinador.
PreviousInstallNotCompleted=La installaci o desinstallaci anterior no s'ha dut a terme. Caldr que reinicieu l'ordinador per a finalitzar aquesta installaci.%n%nDesprs de reiniciar l'ordinador, executeu aquest programa de nou per completar la installaci de [name].
-CannotContinue=La installaci no pot continuar. Si us plau, premeu Cancella per a sortir.
+CannotContinue=La installaci no pot continuar. Premeu Cancella per a sortir.
+ApplicationsFound=Les segents aplicacions estan fent servir fitxers que necessiten ser actualitzats per la installaci. Es recomana que permeteu a la installaci tancar automticament aquestes aplicacions.
+ApplicationsFound2=Les segents aplicacions estan fent servir fitxers que necessiten ser actualitzats per la installaci. Es recomana que permeteu a la installaci tancar automticament aquestes aplicacions. Desprs de completar la installaci s'intentar reiniciar les aplicacions.
+CloseApplications=&Tanca automticament les aplicacions
+DontCloseApplications=&No tanquis les aplicacions
+ErrorCloseApplications=El programa d'installaci no ha pogut tancar automticament totes les aplicacions. Es recomana que abans de continuar tanqueu totes les aplicacions que estan usant fitxers que han de ser actualitzats pel programa d'installaci.
; *** "Installing" wizard page
WizardInstalling=Installant
-InstallingLabel=Si us plau, espereu mentre s'installa [name] al vostre ordinador.
+InstallingLabel=Espereu mentre s'installa [name] al vostre ordinador.
; *** "Setup Completed" wizard page
FinishedHeadingLabel=Completant l'assistent d'installaci de [name]
@@ -205,16 +213,17 @@ RunEntryShellExec=Visualitza %1
; *** "Setup Needs the Next Disk" stuff
ChangeDiskTitle=El programa d'installaci necessita el disc segent
-SelectDiskLabel2=Si us plau, introduiu el disc %1 i premeu Continua.%n%nSi els fitxers d'aquest disc es poden trobar en una carpeta diferent de la indicada tot seguit, entreu-ne la ruta correcta o b premeu Explora.
+SelectDiskLabel2=Introduiu el disc %1 i premeu Continua.%n%nSi els fitxers d'aquest disc es poden trobar en una carpeta diferent de la indicada tot seguit, introduu-ne la ruta correcta o b premeu Explora.
PathLabel=&Ruta:
-FileNotInDir2=El fitxer "%1" no s'ha pogut trobar a "%2". Si us plau, introduu el disc correcte o trieu una altra carpeta.
-SelectDirectoryLabel=Si us plau, indiqueu on es troba el disc segent.
+FileNotInDir2=El fitxer "%1" no s'ha pogut trobar a "%2". Introduu el disc correcte o trieu una altra carpeta.
+SelectDirectoryLabel=Indiqueu on es troba el disc segent.
; *** Installation phase messages
-SetupAborted=La installaci no s'ha completat.%n%n%Si us plau, resoleu el problema i executeu de nou el programa d'installaci.
+SetupAborted=La installaci no s'ha completat.%n%n%Resoleu el problema i executeu de nou el programa d'installaci.
EntryAbortRetryIgnore=Premeu Reintenta per a intentar-ho de nou, Ignora per a continuar igualment, o Abandona per a abandonar la installaci.
; *** Installation status messages
+StatusClosingApplications=Tancant aplicacions...
StatusCreateDirs=Creant carpetes...
StatusExtractFiles=Extraient fitxers...
StatusCreateIcons=Creant enllaos del programa...
@@ -223,6 +232,7 @@ StatusCreateRegistryEntries=Creant entrades de registre...
StatusRegisterFiles=Registrant fitxers...
StatusSavingUninstall=Desant informaci de desinstallaci...
StatusRunProgram=Finalitzant la installaci...
+StatusRestartingApplications=Reiniciant aplicacions...
StatusRollback=Desfent els canvis...
; *** Misc. errors
@@ -262,17 +272,17 @@ ErrorRegisterTypeLib=No s'ha pogut registrar la biblioteca de tipus: %1
; *** Post-installation errors
ErrorOpeningReadme=Hi ha hagut un error en obrir el fitxer LLEGIUME.TXT.
-ErrorRestartingComputer=El programa d'installaci no ha pogut reiniciar l'ordinador. Si us plau, feu-ho manualment.
+ErrorRestartingComputer=El programa d'installaci no ha pogut reiniciar l'ordinador. Cal que ho feu manualment.
; *** Uninstaller messages
UninstallNotFound=El fitxer "%1" no existeix. No es pot desinstallar.
-UninstallOpenError=El fitxer "%1" no pot ser obert. No es pot desinstallar.
+UninstallOpenError=El fitxer "%1" no pot ser obert. No es pot desinstallar
UninstallUnsupportedVer=El fitxer de desinstallaci "%1" est en un format no reconegut per aquesta versi del desinstallador. No es pot desinstallar
UninstallUnknownEntry=S'ha trobat una entrada desconeguda (%1) al fitxer de desinstallaci.
ConfirmUninstall=Esteu segur de voler eliminar completament %1 i tots els seus components?
UninstallOnlyOnWin64=Aquest programa noms pot ser desinstallat en Windows de 64 bits.
OnlyAdminCanUninstall=Aquest programa noms pot ser desinstallat per un usuari amb privilegis d'administrador.
-UninstallStatusLabel=Si us plau, espereu mentre s'elimina %1 del vostre ordinador.
+UninstallStatusLabel=Espereu mentre s'elimina %1 del vostre ordinador.
UninstalledAll=%1 ha estat desinstallat correctament del vostre ordinador.
UninstalledMost=Desinstallaci de %1 completada.%n%nAlguns elements no s'han pogut eliminar. Poden ser eliminats manualment.
UninstalledAndNeedsRestart=Per completar la installaci de %1, cal reiniciar el vostre ordinador.%n%nVoleu fer-ho ara?
@@ -286,6 +296,10 @@ SharedFileLocationLabel=Localitzaci
WizardUninstalling=Estat de la desinstallaci
StatusUninstalling=Desinstallant %1...
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=Installant %1.
+ShutdownBlockReasonUninstallingApp=Desinstallant %1.
+
; The custom messages below aren't used by Setup itself, but if you make
; use of them in your scripts, you'll want to translate them.
@@ -300,3 +314,6 @@ UninstallProgram=Desinstal
LaunchProgram=Obre %1
AssocFileExtension=&Associa %1 amb l'extensi de fitxer %2
AssocingFileExtension=Associant %1 amb l'extensi de fitxer %2...
+AutoStartProgramGroupDescription=Inici:
+AutoStartProgram=Inicia automticament %1
+AddonHostProgramNotFound=%1 no ha pogut ser trobat a la carpeta seleccionada.%n%nVoleu continuar igualment?
diff --git a/Greenshot/tools/innosetup/Languages/Corsican.isl b/Greenshot/tools/innosetup/Languages/Corsican.isl
new file mode 100644
index 000000000..dd084b17a
--- /dev/null
+++ b/Greenshot/tools/innosetup/Languages/Corsican.isl
@@ -0,0 +1,345 @@
+; *** Inno Setup version 5.5.3+ Corsican messages ***
+;
+; To download user-contributed translations of this file, go to :
+; http ://www.jrsoftware.org/files/istrans/
+;
+; Note : When translating this text, do not add periods (.) to the end of
+; messages that didn't have them already, because on those messages Inno
+; Setup adds the periods automatically (appending a period would result in
+; two periods being displayed).
+;
+; Created and maintained by Patriccollu di Santa Maria Sich
+;
+; E-mail: Patrick.Santa-Maria@LaPoste.Net
+;
+; Changes :
+; January 3, 2013 : update to version 5.5.3+
+; August 8, 2012 : update to version 5.5.0+
+; September 17, 2011 : creation for version 5.1.11
+
+[LangOptions]
+; The following three entries are very important. Be sure to read and
+; understand the '[LangOptions] section' topic in the help file.
+LanguageName=Corsu
+LanguageID=$0483
+LanguageCodePage=1252
+; If the language you are translating to requires special font faces or
+; sizes, uncomment any of the following entries and change them accordingly.
+;DialogFontName=
+;DialogFontSize=8
+;WelcomeFontName=Verdana
+;WelcomeFontSize=12
+;TitleFontName=Arial
+;TitleFontSize=29
+;CopyrightFontName=Arial
+;CopyrightFontSize=8
+
+[Messages]
+
+; *** Application titles
+SetupAppTitle=Installazione
+SetupWindowTitle=Installazione di %1
+UninstallAppTitle=Disinstallazione
+UninstallAppFullTitle=Disinstallazione di %1
+
+; *** Misc. common
+InformationTitle=Infurmazione
+ConfirmTitle=Cunfirm
+ErrorTitle=Errore
+
+; *** SetupLdr messages
+SetupLdrStartupMessage=Site prontu install %1 ?
+LdrCannotCreateTemp=n h micca pussibule di cre unu schedariu timpurariu. Installazione cancellata
+LdrCannotExecTemp=n h micca pussibule di eseguisce unu schedariu in lu cartulare timpurariu. Installazione cancellata
+
+; *** Startup error messages
+LastErrorMessage=%1.%n%nErrore %2 : %3
+SetupFileMissing=U schedariu %1 n h micca in u cartulare di l'installazione. Ci vole curreghje stu prublemu o riceve una nova copia di u programmu.
+SetupFileCorrupt=I schedarii di setup s alterati. Ci vole riceve una nova copia di u programmu.
+SetupFileCorruptOrWrongVer=I schedarii di setup s alterati, o s incompatibili c sta versione di u prugrammu d'installazione. Ci vole curreghje stu prublemu o riceve una nova copia di u programmu.
+InvalidParameter=Unu parametru micca validu h statu passatu nantu a linea di cumanda :%n%n%1
+SetupAlreadyRunning=U prucessu d'installazione h dighi in funzione.
+WindowsVersionNotSupported=Stu prugrammu n supporta micca a versione di Windows installata nantu st'urdinatore.
+WindowsServicePackRequired=Stu prugrammu richiede %1 Service Pack %2 o pi ricente.
+NotOnThisPlatform=Stu prugrammu n funziona micca c %1.
+OnlyOnThisPlatform=Stu prugrammu deve funzion c %1.
+OnlyOnTheseArchitectures=Stu prugrammu p esse installatu solu nantu i versioni di Windows ch funzionanu c st'architetture di prucessore :%n%n%1
+MissingWOW64APIs=A versione di Windows uduprata n h micca i funzioni per f una installazione 64-bit. Per curreghje stu prublemu, ci vole install u Service Pack %1.
+WinVersionTooLowError=Stu programmu richiede a versione %2 o pi recente di %1.
+WinVersionTooHighError=Stu programmu n p micca esse installatu nantu a versione %2 o pi recente di %1.
+AdminPrivilegesRequired=Ci vole esse amministratore per install stu prugrammu.
+PowerUserPrivilegesRequired=Ci vole esse amministratore o membru di u gruppu di i "Power Users" per install stu prugrammu.
+SetupAppRunningError=%1 h dighj in esecuzione.%n%nChjode av tutte l'istanze di stu prugrammu sciglite OK per continu, osinn Cancell per abbandun l'installazione.
+UninstallAppRunningError=%1 h dighj in esecuzione.%n%nChjode av tutte l'istanze di stu prugrammu sciglite OK per continu, osinn Cancell per abbandun a disinstallazione.
+
+; *** Misc. errors
+ErrorCreatingDir=Impussibule di cre u cartulare "%1"
+ErrorTooManyFilesInDir=Impussibule di cre unu schedariu in u cartulare "%1" perch ci s dighj troppu di schedarii
+
+; *** Setup common messages
+ExitSetupTitle=Esce di l'installazione
+ExitSetupMessage=L'installazione n h micca compia. S' voi escite l'installazione av, u prugrammu n ser micca installatu.%n%nCi vuler ripigli l'installazione pi tardi per compiella.%n%nEsce di l'installazione ?
+AboutSetupMenuItem=&Apprupositu di l'Assistente d'Installazione...
+AboutSetupTitle=Apprupositu di l'Assistente d'Installazione
+AboutSetupMessage=%1 versione %2%n%3%n%nPagina d'accolta %1 :%n%4
+AboutSetupNote=
+TranslatorNote=Traduzzione corsa da Patriccollu di Santa Maria Sich
+
+; *** Buttons
+ButtonBack=< &Antecedente
+ButtonNext=&Seguente >
+ButtonInstall=In&stall
+ButtonOK=OK
+ButtonCancel=Cancell
+ButtonYes=&I
+ButtonYesToAll=I per &tutti
+ButtonNo=I&nn
+ButtonNoToAll=Inn& per tutti
+ButtonFinish=&Piant
+ButtonBrowse=&Sfugli...
+ButtonWizardBrowse=S&fugli...
+ButtonNewFolder=&Cre novu cartulare
+
+; *** "Select Language" dialog messages
+SelectLanguageTitle=Lingua di l'Assistente d'Installazione
+SelectLanguageLabel=Sceglie a lingua adupr durante l'installazione :
+
+; *** Common wizard text
+ClickNext=Sceglie Seguente per cuntinu, o Cancell per compie l'installazione.
+BeveledLabel=
+BrowseDialogTitle=Sfugli i cartulari
+BrowseDialogLabel=Sceglite unu cartulare nantu a lista inghj, epp OK.
+NewFolderName=Novu cartulare
+
+; *** "Welcome" wizard page
+WelcomeLabel1=Benvenutu in l'Assistente d'Installazione di [name]
+WelcomeLabel2=St'Assistente h prontu install [name/ver] nantu u vostru urdinatore.%n%nH ricummendatu di chjode tutti l'altri appiecazioni nanzu cuntinu.
+
+; *** "Password" wizard page
+WizardPassword=Parolla d'intrata
+PasswordLabel1=St'installazione h prutetta c una parolla d'intrata.
+PasswordLabel3=Entrite a parolla d'intrata, epp sceglite Seguente per cuntinu. Fate casu di rispett e minuscule maiuscule in e parolle d'intrata.
+PasswordEditLabel=&Parolla d'intrata :
+IncorrectPassword=A parolla d'intrata h falsa. Pruvate un'altra volta.
+
+; *** "License Agreement" wizard page
+WizardLicense=Cuntrattu d'Utilizazione
+LicenseLabel=L'infurmazioni ch seguitanu s impurtentissimi. Ci vole leghjelli nanzu cuntinu.
+LicenseLabel3=Per piac leghjite u Cuntrattu d'Utilizazione ch seguita. Ci vole esse d'accunsentu c tutti i vucabuli di stu cuntrattu per pud cuntinu l'installazione.
+LicenseAccepted=Capiscu s d'&accunsentu c tutti i vucabuli di u cuntrattu
+LicenseNotAccepted=n s &micca d'accunsentu c stu cuntrattu
+
+; *** "Information" wizard pages
+WizardInfoBefore=Infurmazione
+InfoBeforeLabel=L'infurmazioni ch seguitanu s impurtentissimi. Ci vole leghjelli nanzu cuntinu.
+InfoBeforeClickLabel=Quandu site prontu cuntinu, sceglite Seguente.
+WizardInfoAfter=Infurmazione
+InfoAfterLabel=L'infurmazioni ch seguitanu s impurtentissimi. Ci vole leghjelli nanzu cuntinu.
+InfoAfterClickLabel=Quandu site prontu cuntinu, sceglite Seguente.
+
+; *** "User Information" wizard page
+WizardUserInfo=Infurmazione Utilizatore
+UserInfoDesc=Entrite i vostri infurmazioni.
+UserInfoName=&Nome di l'utilizatore :
+UserInfoOrg=&Urganismu :
+UserInfoSerial=Numeru di &seria :
+UserInfoNameRequired=Ci vole entre unu nome.
+
+; *** "Select Destination Location" wizard page
+WizardSelectDir=Selezziun u cartulare d'installazione
+SelectDirDesc=Induve ci vole install [name] ?
+SelectDirLabel3=L'Assistente h da install [name] in stu cartulare.
+SelectDirBrowseLabel=Per cuntinu, sceglite Seguente. S' voi preferite un'altru cartulare, sceglite Sfugli.
+DiskSpaceMBLabel=U prugrammu h bisognu d'al menu [mb] Mo di spaziu liberu nantu u dischettu duru.
+CannotInstallToNetworkDrive=n h micca pussibule di f l'installazione nantu unu dischettu di a reta.
+CannotInstallToUNCPath=n h micca pussibule d'impieg unu caminu UNC. S' voi vulete install nantu a reta, ci vole cunnett, primu, u lettore di reta.
+InvalidPath=Ci vole entre unu caminu cumplettu ; per indettu :%n%nC :\APP%n% micca unu caminu UNC di a forma :%n%n\\server\share
+InvalidDrive=L'unit o u caminu UNC selezziunatu n esiste o n h micca dispunibule. Per piac, sceglite un'altru.
+DiskSpaceWarningTitle=Spaziu nantu u dischettu duru n h micca abbastanza
+DiskSpaceWarning=L'Assistente richiede almenu %1 Ko di spaziu liberu per l'installazione, ma l'unit selezziunata h solu %2 Ko dispunibule.%n%nVulete cuntinu quantunque ?
+DirNameTooLong=U nome di u cartulare o u caminu h troppu longu.
+InvalidDirName=U nome di u cartulare n h micca leghjittimu.
+BadDirName32=U nome di u cartulare n p micca cuntene sti caratteri :%n%n%1
+DirExistsTitle=Cartulare esistente
+DirExists=U cartulare :%n%n%1%n%nesiste dighj. Vulete install in stu cartulare quantunque ?
+DirDoesntExistTitle=Cartulare inesistente
+DirDoesntExist=U cartulare :%n%n%1%n%nn esiste micca. Vulete cre stu cartulare ?
+
+; *** "Select Components" wizard page
+WizardSelectComponents=Selezziun i cumpunenti
+SelectComponentsDesc=Ch cumpunenti vulete install ?
+SelectComponentsLabel2=Selezziunate i cumpunenti ch ci vole install ; deselezziunate quelli ch'n ci vole micca install. Quandu site prontu cuntinu, sceglite Seguente.
+FullInstallation=Installazione cumpleta
+; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
+CompactInstallation=Installazione strinta
+CustomInstallation=Installazione persunalizata
+NoUninstallWarningTitle=Cumpunenti esistenti
+NoUninstallWarning=L'Assistente h trovu sti cumpunenti dighj installati nantu l'urdinatore :%n%n%1%n%nDeselezziun sti cumpunenti n i disinstaller micca.%n%nVulete cuntinu ?
+ComponentSize1=%1 Ko
+ComponentSize2=%1 Mo
+ComponentsDiskSpaceMBLabel=A selezzione currente richiede al menu [mb] Mo di spaziu liberu nantu u dischettu duru.
+
+; *** "Select Additional Tasks" wizard page
+WizardSelectTasks=Selezziun trattamenti addizziunali
+SelectTasksDesc=Ch trattamenti addizziunali vulete f ?
+SelectTasksLabel2=Selezziunate i trattamenti addizziunali ch l'Assistente h da f durante l'installazione di [name], epp sceglite Seguente.
+
+; *** "Select Start Menu Folder" wizard page
+WizardSelectProgramGroup=Selezzione di u cartulare di u Menu Dmarrer (Start)
+SelectStartMenuFolderDesc=Induve l'Assistente h da mette l'accurtatoghji di u prugrammu ?
+SelectStartMenuFolderLabel3=L'Assistente h da mette l'accurtatoghji di u prugrammu in u Menu Dmarrer (Start).
+SelectStartMenuFolderBrowseLabel=Per cuntinu, sceglite Seguente. S' voi preferite un'altru cartulare,sceglite Sfugli.
+MustEnterGroupName=Ci vole entre unu nome di cartulare.
+GroupNameTooLong=U nome di u cartulare o u caminu h troppu longu.
+InvalidGroupName=U nome di u cartulare n h micca leghjittimu.
+BadGroupName=U nome di u cartulare n p micca cuntene sti caratteri :%n%n%1
+NoProgramGroupCheck2=&n cre micca di cartulare in u Menu Dmarrer (Start)
+
+; *** "Ready to Install" wizard page
+WizardReady=Prontu Install
+ReadyLabel1=Av l'Assistente h prontu principi l'installazione di [name] nantu u vostru urdinatore.
+ReadyLabel2a=Sceglite Install per cuntinu l'installazione, o sceglite Antecedente per rivede o cambi l'ozzioni.
+ReadyLabel2b=Sceglite Install per cuntinu l'installazione.
+ReadyMemoUserInfo=Infurmazione Utilizatore :
+ReadyMemoDir=Cartulare d'installazione :
+ReadyMemoType=Tipu d'installazione :
+ReadyMemoComponents=Cumpunenti selezziunati :
+ReadyMemoGroup=Cartulare di u Menu Dmarrer (Start) :
+ReadyMemoTasks=Trattamenti addizziunali :
+
+; *** "Preparing to Install" wizard page
+WizardPreparing=Preparazione di l'installazione
+PreparingDesc=L'Assistente appronta l'installazione di [name] nantu u vostru urdinatore.
+PreviousInstallNotCompleted=L'installazione/suppressione precedente di u prugrammu n h micca compia b. Ci vuler dimarr torna l'urdinatore per cumpie st'installazione.%n%nDopu ci vuler rilanci l'Assistente per cumpie l'installazione di [name].
+CannotContinue=L'Assistente n p micca cuntinu. Sceglite Cancell per esce.
+ApplicationsFound=St'applicazioni impieganu schedarii ch devenu esse mudificati da l'installazione. Seria pi faciule di permette u prucessu di chjode autumaticamente st'applicazioni.
+ApplicationsFound2=St'applicazioni impieganu schedarii ch devenu esse mudificati da l'installazione. Seria pi faciule di permette u prucessu di chjode autumaticamente st'applicazioni. S' l'installazione si compie b, u prucessu pruver di rilanci l'applicazioni.
+CloseApplications=Chjode &autumaticamente l'applicazioni
+DontCloseApplications=&n chjode micca l'applicazioni
+ErrorCloseApplications=L'Assistente n h micca pussutu chjode autumaticamente tutti l'applicazioni.H ricummandatu di chjode tutti l'applicazioni ch impieganu schedarii ch devenu esse mudificati da l'Assistente durante l'installazione nanzu cuntinu.
+
+; *** "Installing" wizard page
+WizardInstalling=Installazione in corsu
+InstallingLabel=Aspittate per piac mentre l'installazione di [name] nantu u vostru urdinatore.
+
+; *** "Setup Completed" wizard page
+FinishedHeadingLabel=Cunclusione di l'installazione di [name]
+FinishedLabelNoIcons=L'Assistente h compiu l'installazione di [name] nantu u vostru urdinatore.
+FinishedLabel=L'Assistente h compiu l'installazione di [name] nantu u vostru urdinatore. L'applicazione p esse lampata grazia l'icone installate.
+ClickFinish=Sceglite Piant per compie l'Assistente.
+FinishedRestartLabel=Per cumpie l'installazione di [name], l'Assistente h da dimarr torna u vostru urdinatore. Site d'accunsentu per fallu av ?
+FinishedRestartMessage=Per cumpie l'installazione di [name], l'Assistente h da dimarr torna u vostru urdinatore.%n%nSite d'accunsentu per fallu av ?
+ShowReadmeCheck=I, vogliu leghje u schedariu LISEZMOI o README
+YesRadio=&I, dimarr l'urdinatore av
+NoRadio=I&nn, preferiscu dimarr l'urdinatore pi tardi
+; used for example as 'Run MyProg.exe'
+RunEntryExec=Eseguisce %1
+; used for example as 'View Readme.txt'
+RunEntryShellExec=Fighj %1
+
+; *** "Setup Needs the Next Disk" stuff
+ChangeDiskTitle=L'Assistente h bisogniu di u dischettu seguente
+SelectDiskLabel2=Mittite u dischettu %1 sceglite OK.%n%nS' i schedarii di stu dischettu si trovanu in un'altru cartulare ch quellu indicatu inghj, intruducite u caminu currettu o sceglite Sfugli.
+PathLabel=&Caminu :
+FileNotInDir2=U schedariu "%1" n si truva micca in "%2". Mittite u dischettu curretu o sceglite un'altru cartulare.
+SelectDirectoryLabel=Ci vole d induve si truva u dischettu seguente.
+
+; *** Installation phase messages
+SetupAborted=L'installazione n h micca compia.%n%nCi vole curreghje u prublemu eseguisce l'installazione un'altra volta.
+EntryAbortRetryIgnore=Sceglite Ressayer per pruv torna, Ignorer per cuntinu quantunque, o Abandonner per cancell l'installazione.
+
+; *** Installation status messages
+StatusClosingApplications=Chjudendu l'applicazioni
+StatusCreateDirs=Creazione di i cartulari...
+StatusExtractFiles=Estrazzione di i schedarii...
+StatusCreateIcons=Creazione di l'accurtatoghji...
+StatusCreateIniEntries=Creazione di l'elementi INI...
+StatusCreateRegistryEntries=Creazione di l'elementi di u registru...
+StatusRegisterFiles=Arregistramentu di i schedarii...
+StatusSavingUninstall=Cunservazione di l'informazioni di disinstallazione...
+StatusRunProgram=Cumpiera di l'installazione...
+StatusRestartingApplications=Relanciendu l'applicazioni...
+StatusRollback=Annulazione di i mudificazioni...
+
+; *** Misc. errors
+ErrorInternal2=Errore internu : %1
+ErrorFunctionFailedNoCode=Fiascu di %1
+ErrorFunctionFailed=Fiascu di %1 ; codice %2
+ErrorFunctionFailedWithMessage=Fiascu di %1 ; codice %2.%n%3
+ErrorExecutingProgram=Impussibule di eseguisce u schedariu :%n%1
+
+; *** Registry errors
+ErrorRegOpenKey=Errore durente l'apertura di a chjave di registru :%n%1\%2
+ErrorRegCreateKey=Errore durente a creazione di a chjave di registru :%n%1\%2
+ErrorRegWriteKey=Errore durente a scrittura di a chjave di registru :%n%1\%2
+
+; *** INI errors
+ErrorIniEntry=Errore durente a creazione di l'elementu INI in u schedariu "%1".
+
+; *** File copying errors
+FileAbortRetryIgnore=Sceglite Ressayer per pruv torna, Ignorer per salt stu schedariu (scunsigliatu), o Abandonner per cancell l'installazione.
+FileAbortRetryIgnore2=Sceglite Ressayer per pruv torna, Ignorer per cuntinu quantunque (scunsigliatu), o Abandonner per cancell l'installazione.
+SourceIsCorrupted=U schedariu surghjente h alteratu
+SourceDoesntExist=U schedariu surghjente "%1" n esista micca
+ExistingFileReadOnly=U schedariu esistente h unu attributu di lettura-sola.%n%nSceglite Ressayer per cacci st'attributu pruv torna, Ignorer per salt stu schedariu, o Abandonner per cancell l'installazione.
+ErrorReadingExistingDest=Un'errore h affacatu durante a lettura di u schedariu esistente :
+FileExists=U schedariu esiste dighj.%n%nVulite ch l'Assistente u rimpiazza ?
+ExistingFileNewer=U schedariu esistente h pi ricente ch quellu ch l'Assistente prova d'install. H ricummendatu di cunserv u schedariu esistente.%n%nVulite cunserv u schedariu esistente ?
+ErrorChangingAttr=Un'errore h affacatu pruvendu di cambi l'attributi of u schedariu esistente :
+ErrorCreatingTemp=Un'errore h affacatu pruvendu di cre unu schedariu in u cartelaru d'installazione :
+ErrorReadingSource=Un'errore h affacatu pruvendu di leghje u schedariu surghjente :
+ErrorCopying=Un'errore h affacatu pruvendu di cupi unu schedariu :
+ErrorReplacingExistingFile=Un'errore h affacatu pruvendu di rimpiazz u schedariu esistente :
+ErrorRestartReplace=Fiascu di Ridimarr/Rimpiazz :
+ErrorRenamingTemp=Un'errore h affacatu pruvendu di cambi u nome di unu schedariu in u cartelaru d'installazione :
+ErrorRegisterServer=Impussibule d'arregistr a bibliuteca DLL/OCX : %1
+ErrorRegSvr32Failed=Fiascu di RegSvr32 c u codice di uscita %1
+ErrorRegisterTypeLib=Impussibule d'arregistr a bibliuteca di tipu : %1
+
+; *** Post-installation errors
+ErrorOpeningReadme=Un'errore h affacatu pruvendu di leghje u schedariu LISEZMOI/README.
+ErrorRestartingComputer=L'Assistente n p micca ridimarr l'urdinatore. Ci vole fallu manualmente.
+
+; *** Uninstaller messages
+UninstallNotFound=U schedariu "%1" n esista micca. Impussibule di disinstall.
+UninstallOpenError=U schedariu "%1" n p micca esse apertu. Impussibule di disinstall
+UninstallUnsupportedVer=U schedariu ghjurnale 'log' "%1" si trova in una forma micca ricunnisciuta da sta versione di l'Assistente di disinstallazione. Impussibule di disinstall
+UninstallUnknownEntry=Una infurmazione scunisciuta (%1) si trova in u schedariu ghjurnale 'log' di disinstallazione
+ConfirmUninstall=Site sicuru di vul scacci tutalmente %1 tutti i so cumpunenti ?
+UninstallOnlyOnWin64=A disinstallazione di stu prugrammu si p f solu c una versione 64-bit di Windows.
+OnlyAdminCanUninstall=A disinstallazione di stu prugrammu si p f solu da unu utilisatore di u gruppu di l'Amministratori.
+UninstallStatusLabel=Aspittate per piac fin' ch %1 h scacciatu da u vostru urdinatore.
+UninstalledAll=%1 h statu scacciatu b da u vostru urdinatore.
+UninstalledMost=A disinstallazione di %1 h compia.%n%nQualch elementu n p micca esse scacciatu. Ci vole scacciallu manualmente.
+UninstalledAndNeedsRestart=Per cumpie a disinstallazione di %1, ci vole dimarr torna u vostru urdinatore.%n%nSite d'accunsentu per fallu av ?
+UninstallDataCorrupted=U schedariu "%1" h alteratu. Impussibule di disinstall
+
+; *** Uninstallation phase messages
+ConfirmDeleteSharedFileTitle=Scacci i schedarii cundivisi ?
+ConfirmDeleteSharedFile2=U sistemu indica ch i schedarii cundivisi n s pi aduprati d'alcunu programmu. Vulite scacci i schedarii cundivisi ?%n%nS' qualch programmu sempre adupra sti schedarii quessi s scacciati, n puder funziun currettamente. Se n site micca sicuru, sceglite No. Lasci sti schedarii nantu u sistemu n p micca pruduce danni.
+SharedFileNameLabel=Nome di u schedariu :
+SharedFileLocationLabel=Lucalizazione :
+WizardUninstalling=Statu di a disinstallazione
+StatusUninstalling=Disinstallazione di %1 in corsu...
+
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=Installazione di %1.
+ShutdownBlockReasonUninstallingApp=Disinstallazione di %1.
+
+; The custom messages below aren't used by Setup itself, but if you make
+; use of them in your scripts, you'll want to translate them.
+
+[CustomMessages]
+
+NameAndVersion=%1 versione %2
+AdditionalIcons=Addizziunale icone :
+CreateDesktopIcon=Cre una icona nantu u &Scagnu (Bureau)
+CreateQuickLaunchIcon=Cre una icona nantu a barra di &Lanciu rapidu
+ProgramOnTheWeb=%1 nantu u Web
+UninstallProgram=Desinstall %1
+LaunchProgram=Dimarr %1
+AssocFileExtension=&Assuci %1 c l'estensione di u schedariu %2
+AssocingFileExtension=Assuciazion di %1 c l'estensione di u schedariu %2...
+AutoStartProgramGroupDescription=Relancia autumatica :
+AutoStartProgram=Relanci automaticamente %1
+AddonHostProgramNotFound=Impussibule di truv %1 in u cartulare selezziunatu.%n%nVulete cuntinu l'installazione quantunque ?
diff --git a/Greenshot/tools/innosetup/Languages/Czech.isl b/Greenshot/tools/innosetup/Languages/Czech.isl
index 6ceab66e6..d2b5a579f 100644
--- a/Greenshot/tools/innosetup/Languages/Czech.isl
+++ b/Greenshot/tools/innosetup/Languages/Czech.isl
@@ -1,6 +1,6 @@
; *******************************************************
; *** ***
-; *** Inno Setup version 5.1.11+ Czech messages ***
+; *** Inno Setup version 5.5.3+ Czech messages ***
; *** ***
; *** Original Author: ***
; *** ***
@@ -13,13 +13,13 @@
; *** ***
; *******************************************************
;
-; Copyright (C) 1997-2010 Jordan Russell. All rights reserved.
-; Translations (C) 2002-2010 Original Author and Contributors. All rights reserved.
+; Copyright (C) 1997-2012 Jordan Russell. All rights reserved.
+; Translations (C) 2002-2012 Original Author and Contributors. All rights reserved.
;
; The contents of this file are subject to the Inno Setup License (the "License").
; You may obtain a copy of the License at http://www.jrsoftware.org/files/is/license.txt
;
-; $jrsoftware: issrc/Files/Languages/Czech.isl,v 1.19 2010/01/05 11:37:24 mlaan Exp $
+; $jrsoftware: issrc/Files/Languages/Czech.isl,v 1.18 2007/02/27 18:22:41 jr Exp $
[LangOptions]
LanguageName=<010C>e<0161>tina
@@ -49,6 +49,10 @@ LastErrorMessage=%1.%n%nChyba %2: %3
SetupFileMissing=Instalan sloka neobsahuje soubor %1. Opravte prosm tuto chybu nebo si opatete novou kopii tohoto produktu.
SetupFileCorrupt=Soubory prvodce instalac jsou pokozeny. Opatete si prosm novou kopii tohoto produktu.
SetupFileCorruptOrWrongVer=Soubory prvodce instalac jsou pokozeny nebo se nesluuj s touto verz prvodce instalac. Opravte prosm tuto chybu nebo si opatete novou kopii tohoto produktu.
+InvalidParameter=Pkazov dka obsahuje neplatn parametr:%n%n%1
+SetupAlreadyRunning=Prvodce instalac je ji sputn.
+WindowsVersionNotSupported=Tento produkt nepodporuje verzi MS Windows, kter b na Vaem potai.
+WindowsServicePackRequired=Tento produkt vyaduje %1 Service Pack %2 nebo vy.
NotOnThisPlatform=Tento produkt nelze spustit ve %1.
OnlyOnThisPlatform=Tento produkt mus bt sputn ve %1.
OnlyOnTheseArchitectures=Tento produkt lze nainstalovat pouze ve verzch MS Windows s podporou architektury procesor:%n%n%1
@@ -57,11 +61,11 @@ WinVersionTooLowError=Tento produkt vy
WinVersionTooHighError=Tento produkt nelze nainstalovat ve %1 verzi %2 nebo vy.
AdminPrivilegesRequired=K instalaci tohoto produktu muste bt pihleni s prvy administrtora.
PowerUserPrivilegesRequired=K instalaci tohoto produktu muste bt pihleni s prvy administrtora nebo lena skupiny Power Users.
-SetupAppRunningError=Prvodce instalac zjistil, e produkt %1 je nyn sputn.%n%nUkonete prosm vechny sputn instance tohoto produktu a pokraujte klepnutm na tlatko OK, nebo ukonete instalaci tlatkem Storno.
-UninstallAppRunningError=Prvodce odinstalac zjistil, e produkt %1 je nyn sputn.%n%nUkonete prosm vechny sputn instance tohoto produktu a pokraujte klepnutm na tlatko OK, nebo ukonete odinstalaci tlatkem Storno.
+SetupAppRunningError=Prvodce instalac zjistil, e produkt %1 je nyn sputn.%n%nZavete prosm vechny instance tohoto produktu a pak pokraujte klepnutm na tlatko OK, nebo ukonete instalaci tlatkem Storno.
+UninstallAppRunningError=Prvodce odinstalac zjistil, e produkt %1 je nyn sputn.%n%nZavete prosm vechny instance tohoto produktu a pak pokraujte klepnutm na tlatko OK, nebo ukonete odinstalaci tlatkem Storno.
; *** Misc. errors
-ErrorCreatingDir=Prvodce instalac nemohl vytvoit sloku "%1"
+ErrorCreatingDir=Prvodci instalac se nepodailo vytvoit sloku "%1"
ErrorTooManyFilesInDir=Nelze vytvoit soubor ve sloce "%1", protoe tato sloka ji obsahuje pli mnoho soubor
; *** Setup common messages
@@ -90,7 +94,7 @@ ButtonNewFolder=&Vytvo
; *** "Select Language" dialog messages
SelectLanguageTitle=Vbr jazyka prvodce instalac
-SelectLanguageLabel=Zvolte jazyk, kter se m pout pi instalaci:
+SelectLanguageLabel=Zvolte jazyk, kter se m pout bhem instalace:
; *** Common wizard text
ClickNext=Pokraujte klepnutm na tlatko Dal, nebo ukonete prvodce instalac tlatkem Storno.
@@ -101,7 +105,7 @@ NewFolderName=Nov
; *** "Welcome" wizard page
WelcomeLabel1=Vt Vs prvodce instalac produktu [name].
-WelcomeLabel2=Produkt [name/ver] bude nainstalovn na V pota.%n%nDve ne budete pokraovat, doporuuje se ukonit veker sputn aplikace.
+WelcomeLabel2=Produkt [name/ver] bude nainstalovn na V pota.%n%nDve ne budete pokraovat, doporuuje se zavt veker sputn aplikace.
; *** "Password" wizard page
WizardPassword=Heslo
@@ -139,7 +143,8 @@ SelectDirDesc=Kam m
SelectDirLabel3=Prvodce nainstaluje produkt [name] do nsledujc sloky.
SelectDirBrowseLabel=Pokraujte klepnutm na tlatko Dal. Chcete-li zvolit jinou sloku, klepnte na tlatko Prochzet.
DiskSpaceMBLabel=Instalace vyaduje nejmn [mb] MB volnho msta na disku.
-ToUNCPathname=Prvodce instalac neme instalovat do cesty UNC. Pokud se pokoute instalovat v sti, budete muset pout nkterou z dostupnch sovch jednotek.
+CannotInstallToNetworkDrive=Prvodce instalac neme instalovat do sov jednotky.
+CannotInstallToUNCPath=Prvodce instalac neme instalovat do cesty UNC.
InvalidPath=Muste zadat plnou cestu vetn psmene jednotky; napklad:%n%nC:\Aplikace%n%nnebo cestu UNC ve tvaru:%n%n\\server\sdlen sloka
InvalidDrive=Vmi zvolen jednotka nebo cesta UNC neexistuje nebo nen dostupn. Zvolte prosm jin umstn.
DiskSpaceWarningTitle=Nedostatek msta na disku
@@ -199,6 +204,11 @@ WizardPreparing=P
PreparingDesc=Prvodce instalac pipravuje instalaci produktu [name] na V pota.
PreviousInstallNotCompleted=Instalace/odinstalace pedchozho produktu nebyla zcela dokonena. Aby mohla bt dokonena, muste restartovat V pota.%n%nPo restartovn Vaeho potae spuste znovu prvodce instalac, aby bylo mon dokonit instalaci produktu [name].
CannotContinue=Prvodce instalac neme pokraovat. Ukonete prosm prvodce instalac klepnutm na tlatko Storno.
+ApplicationsFound=Nsledujc aplikace pistupuj k souborm, kter je teba bhem instalace aktualizovat. Doporuuje se povolit prvodci instalac, aby tyto aplikace automaticky zavel.
+ApplicationsFound2=Nsledujc aplikace pistupuj k souborm, kter je teba bhem instalace aktualizovat. Doporuuje se povolit prvodci instalac, aby tyto aplikace automaticky zavel. Po dokonen instalace se prvodce instalac pokus aplikace restartovat.
+CloseApplications=&Zavt aplikace automaticky
+DontCloseApplications=&Nezavrat aplikace
+ErrorCloseApplications=Prvodci instalac se nepodailo automaticky zavt vechny aplikace. Dve ne budete pokraovat, doporuuje se zavt veker aplikace pistupujc k souborm, kter je teba bhem instalace aktualizovat.
; *** "Installing" wizard page
WizardInstalling=Instalovn
@@ -209,8 +219,8 @@ FinishedHeadingLabel=Dokon
FinishedLabelNoIcons=Prvodce instalac dokonil instalaci produktu [name] na V pota.
FinishedLabel=Prvodce instalac dokonil instalaci produktu [name] na V pota. Produkt lze spustit pomoc nainstalovanch zstupc.
ClickFinish=Ukonete prvodce instalac klepnutm na tlatko Dokonit.
-FinishedRestartLabel=Pro dokonen instalace produktu [name] je nezbytn, aby prvodce instalac restartoval V pota. Chcete jej nyn restartovat?
-FinishedRestartMessage=Pro dokonen instalace produktu [name] je nezbytn, aby prvodce instalac restartoval V pota.%n%nChcete jej nyn restartovat?
+FinishedRestartLabel=K dokonen instalace produktu [name] je nezbytn, aby prvodce instalac restartoval V pota. Chcete jej nyn restartovat?
+FinishedRestartMessage=K dokonen instalace produktu [name] je nezbytn, aby prvodce instalac restartoval V pota.%n%nChcete jej nyn restartovat?
ShowReadmeCheck=Ano, chci zobrazit dokument "TIMNE"
YesRadio=&Ano, chci nyn restartovat pota
NoRadio=&Ne, pota restartuji pozdji
@@ -231,6 +241,7 @@ SetupAborted=Instalace nebyla zcela dokon
EntryAbortRetryIgnore=Akci zopakujete klepnutm na tlatko Opakovat. Tento krok vynechte klepnutm na tlatko Peskoit. Instalaci stornujete klepnutm na tlatko Peruit.
; *** Installation status messages
+StatusClosingApplications=Zavraj se aplikace...
StatusCreateDirs=Vytvej se sloky...
StatusExtractFiles=Extrahuj se soubory...
StatusCreateIcons=Vytvej se zstupci...
@@ -239,6 +250,7 @@ StatusCreateRegistryEntries=Vytv
StatusRegisterFiles=Registruj se soubory...
StatusSavingUninstall=Ukldaj se informace pro odinstalaci produktu...
StatusRunProgram=Dokonuje se instalace...
+StatusRestartingApplications=Restartuj se aplikace...
StatusRollback=Proveden zmny se vracej zpt...
; *** Misc. errors
@@ -278,7 +290,7 @@ ErrorRegisterTypeLib=Nelze zaregistrovat typovou knihovnu: %1
; *** Post-installation errors
ErrorOpeningReadme=Dolo k chyb pi pokusu o oteven dokumentu "TIMNE".
-ErrorRestartingComputer=Prvodci instalace se nepodailo restartovat V pota. Restartujte jej prosm run.
+ErrorRestartingComputer=Prvodci instalac se nepodailo restartovat V pota. Restartujte jej prosm run.
; *** Uninstaller messages
UninstallNotFound=Soubor "%1" neexistuje. Produkt nelze odinstalovat.
@@ -302,6 +314,10 @@ SharedFileLocationLabel=Um
WizardUninstalling=Stav odinstalace
StatusUninstalling=Probh odinstalace produktu %1...
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=Probh instalace produktu %1.
+ShutdownBlockReasonUninstallingApp=Probh odinstalace produktu %1.
+
; The custom messages below aren't used by Setup itself, but if you make
; use of them in your scripts, you'll want to translate them.
@@ -316,3 +332,6 @@ UninstallProgram=Odinstalovat aplikaci %1
LaunchProgram=Spustit aplikaci %1
AssocFileExtension=Vytvoit &asociaci mezi soubory typu %2 a aplikac %1
AssocingFileExtension=Vytv se asociace mezi soubory typu %2 a aplikac %1...
+AutoStartProgramGroupDescription=Po sputn:
+AutoStartProgram=Spoutt aplikaci %1 automaticky
+AddonHostProgramNotFound=Aplikace %1 nebyla ve Vmi zvolen sloce nalezena.%n%nChcete pesto pokraovat?
diff --git a/Greenshot/tools/innosetup/Languages/Danish.isl b/Greenshot/tools/innosetup/Languages/Danish.isl
index 947e8380a..9009af804 100644
--- a/Greenshot/tools/innosetup/Languages/Danish.isl
+++ b/Greenshot/tools/innosetup/Languages/Danish.isl
@@ -9,7 +9,7 @@
; Setup adds the periods automatically (appending a period would result in
; two periods being displayed).
;
-; ID: Danish.isl,v 5.1.11 2008/02/26 12:37:00 Thomas Vedel, veco@veco.dk
+; ID: Danish.isl,v 5.5.3+ 2012/12/14 Thomas Vedel, thomas@veco.dk
[LangOptions]
LanguageName=Dansk
@@ -50,6 +50,10 @@ LastErrorMessage=%1.%n%nFejl %2: %3
SetupFileMissing=Filen %1 mangler i installations-mappen. Ret fejlen eller skaf en ny kopi af programmet.
SetupFileCorrupt=Installationsfilerne er delagt. Skaf en ny kopi af installationsprogrammet.
SetupFileCorruptOrWrongVer=Installationsfilerne er delagt, eller ogs passer de ikke til denne version af installationen. Ret fejlen eller skaf en ny kopi af installationsprogrammet.
+InvalidParameter=En ugyldig parameter blev angivet p kommandolinjen:%n%n%1
+SetupAlreadyRunning=Installationsprogrammet krer allerede.
+WindowsVersionNotSupported=Programmet kan ikke anvendes p den version af Windows som denne computer krer.
+WindowsServicePackRequired=Dette program krver %1 med Service Pack %2 eller senere.
NotOnThisPlatform=Programmet kan ikke anvendes p %1.
OnlyOnThisPlatform=Programmet kan kun anvendes p %1.
OnlyOnTheseArchitectures=Dette program kan kun installeres p Windows-versioner som er designet til denne processortype:%n%n%1
@@ -140,8 +144,9 @@ SelectDirDesc=Hvor skal [name] installeres?
SelectDirLabel3=Guiden installerer [name] i flgende mappe.
SelectDirBrowseLabel=Klik Nste for at fortstte. Hvis du vil vlge en anden mappe skal du klikke Gennemse.
DiskSpaceMBLabel=Der skal vre mindst [mb] MB fri diskplads.
-ToUNCPathname=Guiden kan ikke installere p et UNC-stinavn. Hvis du prver p at installere p et netvrk, er du ndt til at oprette et netvrksdrev.
-InvalidPath=Du skal indtaste den fulde sti med drevangivelse; for eksempel:%n%nC:\APP%n%neller et UNC-stinavn p formen:%n%n\\server\share
+CannotInstallToNetworkDrive=Programmet kan ikke installeres p et netvrksdrev.
+CannotInstallToUNCPath=Programmet kan ikke installeres til en UNC-sti.
+InvalidPath=Du skal indtaste den komplette sti med drevangivelse; for eksempel:%n%nC:\APP%n%neller et UNC-stinavn p formen:%n%n\\server\share
InvalidDrive=Drevet eller UNC-stien du valgte eksisterer ikke. Vlg venligst noget andet.
DiskSpaceWarningTitle=Ikke nok fri diskplads.
DiskSpaceWarning=Guiden krver mindst %1 KB fri diskplads for at kunne foretage installationen, men det valgte drev har kun %2 KB diskplads tilgngelig.%n%nVil du installere alligevel?
@@ -200,6 +205,11 @@ WizardPreparing=Klarg
PreparingDesc=Installationsguiden klargr installationen af [name] p din computer.
PreviousInstallNotCompleted=Den foregende installation eller fjernelse af et program er ikke afsluttet. Du skal genstarte computeren for at afslutte den foregende installation.%n%nEfter genstarten skal du kre installationsguiden igen for at fuldfre installationen af [name].
CannotContinue=Installationsguiden kan ikke fortstte. Klik p Fortryd for at afslutte.
+ApplicationsFound=Flgende programmer bruger filer som skal opdateres. Det anbefales at du giver installationsguiden lov til automatisk at lukke programmerne.
+ApplicationsFound2=Flgende programmer bruger filer som skal opdateres. Det anbefales at du giver installationsguiden lov til automatisk at lukke programmerne. Installationsguiden vil forsge at genstarte programmerne nr installationen er afsluttet.
+CloseApplications=&Luk programmerne automatisk
+DontCloseApplications=Luk &ikke programmerne
+ErrorCloseApplications=Installationsguiden kan ikke automatisk lukke alle programmerne. Det anbefales at du lukker alle programmer som bruger filer der skal opdateres, inden installationsguiden fortstter.
; *** "Installing" wizard page
WizardInstalling=Installerer
@@ -232,6 +242,7 @@ SetupAborted=Installationen blev ikke gennemf
EntryAbortRetryIgnore=Klik Gentag for at forsge igen, Ignorer for at fortstte alligevel, eller Afbryd for at annullere installationen.
; *** Installation status messages
+StatusClosingApplications=Lukker programmer...
StatusCreateDirs=Opretter mapper...
StatusExtractFiles=Udpakker filer...
StatusCreateIcons=Opretter program-genveje...
@@ -240,6 +251,7 @@ StatusCreateRegistryEntries=Opdaterer registrerings-databasen...
StatusRegisterFiles=Registrerer filer...
StatusSavingUninstall=Gemmer information om afinstallation...
StatusRunProgram=Frdiggr installation...
+StatusRestartingApplications=Genstarter programmer...
StatusRollback=Fjerner programmet igen...
; *** Misc. errors
@@ -303,6 +315,10 @@ SharedFileLocationLabel=Placering:
WizardUninstalling=Status for afinstallation
StatusUninstalling=Afinstallerer %1...
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=Installerer %1.
+ShutdownBlockReasonUninstallingApp=Afinstallerer %1.
+
[CustomMessages]
NameAndVersion=%1 version %2
AdditionalIcons=Ekstra ikoner:
@@ -313,3 +329,6 @@ UninstallProgram=Afinstaller (fjern) %1
LaunchProgram=&Kr %1
AssocFileExtension=Sammen&kd %1 med filtypen %2
AssocingFileExtension=Sammenkder %1 med filtypen %2...
+AutoStartProgramGroupDescription=Start:
+AutoStartProgram=Start automatisk %1
+AddonHostProgramNotFound=%1 blev ikke fundet i den mappe du angav.%n%nnsker du alligevel at fortstte?
diff --git a/Greenshot/tools/innosetup/Languages/Dutch.isl b/Greenshot/tools/innosetup/Languages/Dutch.isl
index da82c496a..33d7ad82a 100644
--- a/Greenshot/tools/innosetup/Languages/Dutch.isl
+++ b/Greenshot/tools/innosetup/Languages/Dutch.isl
@@ -1,10 +1,8 @@
-; *** Inno Setup version 5.1.11+ Dutch messages ***
+; *** Inno Setup version 5.5.3+ Dutch messages ***
;
; This file is based on user-contributed translations by various authors
;
; Maintained by Martijn Laan (mlaan@jrsoftware.org)
-;
-; $jrsoftware: issrc/Files/Languages/Dutch.isl,v 1.27 2010/03/25 09:49:38 mlaan Exp $
[LangOptions]
LanguageName=Nederlands
@@ -34,6 +32,10 @@ LastErrorMessage=%1.%n%nFout %2: %3
SetupFileMissing=Het bestand %1 ontbreekt in de installatiemap. Corrigeer dit probleem of gebruik een andere kopie van het programma.
SetupFileCorrupt=De installatiebestanden zijn beschadigd. Gebruik een andere kopie van het programma.
SetupFileCorruptOrWrongVer=De installatiebestanden zijn beschadigd, of zijn niet compatibel met deze versie van Setup. Corrigeer dit probleem of gebruik een andere kopie van het programma.
+InvalidParameter=Er werd een ongeldige schakeloptie opgegeven op de opdrachtregel:%n%n%1
+SetupAlreadyRunning=Setup is al gestart.
+WindowsVersionNotSupported=Dit programma ondersteunt de versie van Windows die u gebruikt niet.
+WindowsServicePackRequired=Dit programma vereist %1 Service Pack %2 of hoger.
NotOnThisPlatform=Dit programma kan niet worden uitgevoerd onder %1.
OnlyOnThisPlatform=Dit programma moet worden uitgevoerd onder %1.
OnlyOnTheseArchitectures=Dit programma kan alleen genstalleerd worden onder versies van Windows ontworpen voor de volgende processor architecturen:%n%n%1
@@ -124,8 +126,9 @@ SelectDirDesc=Waar moet [name] ge
SelectDirLabel3=Setup zal [name] in de volgende map installeren.
SelectDirBrowseLabel=Klik op Volgende om door te gaan. Klik op Bladeren om een andere map te kiezen.
DiskSpaceMBLabel=Er is ten minste [mb] MB vrije schijfruimte vereist.
-ToUNCPathname=Setup kan niet installeren naar een UNC-padnaam. Als u wilt installeren naar een netwerk, moet u een netwerkverbinding maken.
-InvalidPath=U moet een volledig pad met stationsletter invoeren; bijvoorbeeld:%nC:\APP%n%nof een UNC pad zoals:%n%n\\server\share
+CannotInstallToNetworkDrive=Setup kan niet installeren naar een netwerkstation.
+CannotInstallToUNCPath=Setup kan niet installeren naar een UNC-pad.
+InvalidPath=U moet een volledig pad met stationsletter invoeren; bijvoorbeeld:%nC:\APP%n%nof een UNC-pad zoals:%n%n\\server\share
InvalidDrive=Het geselecteerde station bestaat niet. Kies een ander station.
DiskSpaceWarningTitle=Onvoldoende schijfruimte
DiskSpaceWarning=Setup vereist ten minste %1 kB vrije schijfruimte voor het installeren, maar het geselecteerde station heeft slechts %2 kB beschikbaar.%n%nWilt u toch doorgaan?
@@ -180,9 +183,14 @@ ReadyMemoTasks=Extra taken:
; *** "Preparing to Install" wizard page
WizardPreparing=Bezig met het voorbereiden van de installatie
-PreparingDesc=Bezig met het voorbereiden van [name] installatie.
+PreparingDesc=Setup is bezig met het voorbereiden van de installatie van [name].
PreviousInstallNotCompleted=De installatie/verwijdering van een vorig programma is niet voltooid. U moet uw computer opnieuw opstarten om die installatie te voltooien.%n%nStart [name] Setup nogmaals als uw computer opnieuw is opgestart.
CannotContinue=Setup kan niet doorgaan. Klik op annuleren om af te sluiten.
+ApplicationsFound=De volgende programma's gebruiken bestanden die moeten worden bijgewerkt door Setup. U wordt aanbevolen Setup toe te staan om automatisch deze programma's af te sluiten.
+ApplicationsFound2=De volgende programma's gebruiken bestanden die moeten worden bijgewerkt door Setup. U wordt aanbevolen Setup toe te staan om automatisch deze programma's af te sluiten. Nadat de installatie is voltooid zal Setup proberen de applicaties opnieuw op te starten.
+CloseApplications=&Programma's automatisch afsluiten
+DontCloseApplications=Programma's &niet afsluiten
+ErrorCloseApplications=Setup kon niet alle programma's automatisch afsluiten. U wordt aanbevolen alle programma's die bestanden gebruiken die moeten worden bijgewerkt door Setup af te sluiten voordat u verder gaat.
; *** "Installing" wizard page
WizardInstalling=Bezig met installeren
@@ -213,6 +221,7 @@ SetupAborted=Setup is niet voltooid.%n%nCorrigeer het probleem en voer Setup opn
EntryAbortRetryIgnore=Klik op Opnieuw om het opnieuw te proberen, op Negeren om toch door te gaan, of op Afbreken om de installatie af te breken.
; *** Installation status messages
+StatusClosingApplications=Programma's afsluiten...
StatusCreateDirs=Mappen maken...
StatusExtractFiles=Bestanden uitpakken...
StatusCreateIcons=Snelkoppelingen maken...
@@ -221,6 +230,7 @@ StatusCreateRegistryEntries=Registergegevens instellen...
StatusRegisterFiles=Bestanden registreren...
StatusSavingUninstall=Verwijderingsinformatie opslaan...
StatusRunProgram=Installatie voltooien...
+StatusRestartingApplications=Programma's opnieuw starten...
StatusRollback=Veranderingen ongedaan maken...
; *** Misc. errors
@@ -284,6 +294,10 @@ SharedFileLocationLabel=Locatie:
WizardUninstalling=Verwijderingsstatus
StatusUninstalling=Verwijderen van %1...
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=Installeren van %1.
+ShutdownBlockReasonUninstallingApp=Verwijderen van %1.
+
[CustomMessages]
NameAndVersion=%1 versie %2
@@ -295,3 +309,6 @@ UninstallProgram=Verwijder %1
LaunchProgram=&Start %1
AssocFileExtension=&Koppel %1 aan de %2 bestandsextensie
AssocingFileExtension=Bezig met koppelen van %1 aan de %2 bestandsextensie...
+AutoStartProgramGroupDescription=Opstarten:
+AutoStartProgram=%1 automatisch starten
+AddonHostProgramNotFound=%1 kon niet worden gevonden in de geselecteerde map.%n%nWilt u toch doorgaan?
diff --git a/Greenshot/tools/innosetup/Languages/Finnish.isl b/Greenshot/tools/innosetup/Languages/Finnish.isl
index d009948ff..dd02c2555 100644
--- a/Greenshot/tools/innosetup/Languages/Finnish.isl
+++ b/Greenshot/tools/innosetup/Languages/Finnish.isl
@@ -1,9 +1,8 @@
-; *** Inno Setup version 5.1.11+ Finnish messages ***
+; *** Inno Setup version 5.5.3+ Finnish messages ***
;
; Finnish translation by Antti Karttunen
-; E-mail: antti.karttunen@joensuu.fi
-; Translation home page: http://cc.joensuu.fi/~ankarttu/innosetup/
-; Last modification date: 2008-04-23
+; E-mail: antti.j.karttunen@iki.fi
+; Last modification date: 2012-12-15
[LangOptions]
LanguageName=Suomi
@@ -33,6 +32,10 @@ LastErrorMessage=%1.%n%nVirhe %2: %3
SetupFileMissing=Tiedostoa %1 ei lydy asennushakemistosta. Korjaa ongelma tai hanki uusi kopio ohjelmasta.
SetupFileCorrupt=Asennustiedostot ovat vaurioituneet. Hanki uusi kopio ohjelmasta.
SetupFileCorruptOrWrongVer=Asennustiedostot ovat vaurioituneet tai ovat epyhteensopivia tmn Asennuksen version kanssa. Korjaa ongelma tai hanki uusi kopio ohjelmasta.
+InvalidParameter=Virheellinen komentoriviparametri:%n%n%1
+SetupAlreadyRunning=Asennus on jo kynniss.
+WindowsVersionNotSupported=Tm ohjelma ei tue kytss olevaa Windowsin versiota.
+WindowsServicePackRequired=Tm ohjelma vaatii %1 Service Pack %2 -pivityksen tai myhemmn.
NotOnThisPlatform=Tm ohjelma ei toimi %1-kyttjrjestelmss.
OnlyOnThisPlatform=Tm ohjelma toimii vain %1-kyttjrjestelmss.
OnlyOnTheseArchitectures=Tm ohjelma voidaan asentaa vain niihin Windowsin versioihin, jotka on suunniteltu seuraaville prosessorityypeille:%n%n%1
@@ -123,7 +126,8 @@ SelectDirDesc=Mihin [name] asennetaan?
SelectDirLabel3=[name] asennetaan thn kansioon.
SelectDirBrowseLabel=Valitse Seuraava jatkaaksesi. Jos haluat vaihtaa kansiota, valitse Selaa.
DiskSpaceMBLabel=Vapaata levytilaa tarvitaan vhintn [mb] Mt.
-ToUNCPathname=Asennus ei osaa kytt UNC-polunnimi. Jos haluat asentaa ohjelman verkkolevylle, yhdist verkkoasema ensin levyasematunnukseen.
+CannotInstallToNetworkDrive=Asennus ei voi asentaa ohjelmaa verkkoasemalle.
+CannotInstallToUNCPath=Asennus ei voi asentaa ohjelmaa UNC-polun alle.
InvalidPath=Anna tydellinen polku levyaseman kirjaimen kanssa. Esimerkiksi %nC:\OHJELMA%n%ntai UNC-polku muodossa %n%n\\palvelin\resurssi
InvalidDrive=Valitsemaasi asemaa tai UNC-polkua ei ole olemassa tai sit ei voi kytt. Valitse toinen asema tai UNC-polku.
DiskSpaceWarningTitle=Ei tarpeeksi vapaata levytilaa
@@ -182,6 +186,11 @@ WizardPreparing=Valmistellaan asennusta
PreparingDesc=Valmistaudutaan asentamaan [name] koneellesi.
PreviousInstallNotCompleted=Edellisen ohjelman asennus tai asennuksen poisto ei ole valmis. Sinun tytyy kynnist kone uudelleen viimeistellksesi edellisen asennuksen.%n%nAja [name] -asennusohjelma uudestaan, kun olet kynnistnyt koneen uudelleen.
CannotContinue=Asennusta ei voida jatkaa. Valitse Peruuta poistuaksesi.
+ApplicationsFound=Seuraavat sovellukset kyttvt tiedostoja, joita Asennuksen pit pivitt. On suositeltavaa, ett annat Asennuksen sulkea nm sovellukset automaattisesti.
+ApplicationsFound2=Seuraavat sovellukset kyttvt tiedostoja, joita Asennuksen pit pivitt. On suositeltavaa, ett annat Asennuksen sulkea nm sovellukset automaattisesti. Valmistumisen jlkeen Asennus yritt uudelleenkynnist sovellukset.
+CloseApplications=&Sulje sovellukset automaattisesti
+DontCloseApplications=&l sulje sovelluksia
+ErrorCloseApplications=Asennus ei pystynyt sulkemaan tarvittavia sovelluksia automaattisesti. On suositeltavaa, ett ennen jatkamista suljet sovellukset, jotka kyttvt asennuksen aikana pivitettvi tiedostoja.
; *** "Installing" wizard page
WizardInstalling=Asennus kynniss
@@ -212,6 +221,7 @@ SetupAborted=Asennusta ei suoritettu loppuun.%n%nKorjaa ongelma ja suorita Asenn
EntryAbortRetryIgnore=Valitse Uudelleen yrittksesi uudelleen, Ohita jatkaaksesi kaikesta huolimatta tai Hylk peruuttaaksesi asennuksen.
; *** Installation status messages
+StatusClosingApplications=Suljetaan sovellukset...
StatusCreateDirs=Luodaan hakemistoja...
StatusExtractFiles=Puretaan tiedostoja...
StatusCreateIcons=Luodaan pikakuvakkeita...
@@ -220,6 +230,7 @@ StatusCreateRegistryEntries=Luodaan rekisterimerkint
StatusRegisterFiles=Rekisteridn tiedostoja...
StatusSavingUninstall=Tallennetaan Asennuksen poiston tietoja...
StatusRunProgram=Viimeistelln asennusta...
+StatusRestartingApplications=Uudelleenkynnistetn sovellukset...
StatusRollback=Peruutetaan tehdyt muutokset...
; *** Misc. errors
@@ -229,6 +240,10 @@ ErrorFunctionFailed=%1 ep
ErrorFunctionFailedWithMessage=%1 eponnistui; virhekoodi %2.%n%3
ErrorExecutingProgram=Virhe suoritettaessa tiedostoa%n%1
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=Asennetaan %1.
+ShutdownBlockReasonUninstallingApp=Poistetaan %1.
+
; *** Registry errors
ErrorRegOpenKey=Virhe avattaessa rekisteriavainta%n%1\%2
ErrorRegCreateKey=Virhe luotaessa rekisteriavainta%n%1\%2
@@ -294,3 +309,6 @@ UninstallProgram=Poista %1
LaunchProgram=&Kynnist %1
AssocFileExtension=&Yhdist %1 tiedostoptteeseen %2
AssocingFileExtension=Yhdistetn %1 tiedostoptteeseen %2 ...
+AutoStartProgramGroupDescription=Kynnistys:
+AutoStartProgram=Kynnist %1 automaattisesti
+AddonHostProgramNotFound=%1 ei ole valitsemassasi kansiossa.%n%nHaluatko jatkaa tst huolimatta?
diff --git a/Greenshot/tools/innosetup/Languages/French.isl b/Greenshot/tools/innosetup/Languages/French.isl
index 5516ce734..ca9f295ce 100644
--- a/Greenshot/tools/innosetup/Languages/French.isl
+++ b/Greenshot/tools/innosetup/Languages/French.isl
@@ -1,7 +1,7 @@
-; *** Inno Setup version 5.1.11+ French messages ***
+; *** Inno Setup version 5.5.3+ French messages ***
;
; To download user-contributed translations of this file, go to:
-; http://www.jrsoftware.org/is3rdparty.php
+; http://www.jrsoftware.org/files/istrans/
;
; Note: When translating this text, do not add periods (.) to the end of
; messages that didn't have them already, because on those messages Inno
@@ -24,13 +24,23 @@
; + Use more standard verbs for click and retry
; "click": "Clicker" instead of "Appuyer"
; "retry": "Recommencer" au lieu de "Ressayer"
-;
-; $jrsoftware: issrc/Files/Languages/French.isl,v 1.19 2011/10/27 10:04:11 pierrey Exp $
[LangOptions]
+; The following three entries are very important. Be sure to read and
+; understand the '[LangOptions] section' topic in the help file.
LanguageName=Fran<00E7>ais
LanguageID=$040C
LanguageCodePage=1252
+; If the language you are translating to requires special font faces or
+; sizes, uncomment any of the following entries and change them accordingly.
+;DialogFontName=
+;DialogFontSize=8
+;WelcomeFontName=Verdana
+;WelcomeFontSize=12
+;TitleFontName=Arial
+;TitleFontSize=29
+;CopyrightFontName=Arial
+;CopyrightFontSize=8
[Messages]
@@ -55,6 +65,10 @@ LastErrorMessage=%1.%n%nErreur %2 : %3
SetupFileMissing=Le fichier %1 est absent du dossier d'installation. Veuillez corriger le problme ou vous procurer une nouvelle copie du programme.
SetupFileCorrupt=Les fichiers d'installation sont altrs. Veuillez vous procurer une nouvelle copie du programme.
SetupFileCorruptOrWrongVer=Les fichiers d'installation sont altrs ou ne sont pas compatibles avec cette version de l'assistant d'installation. Veuillez corriger le problme ou vous procurer une nouvelle copie du programme.
+InvalidParameter=Un paramtre non valide a t pass la ligne de commande :%n%n%1
+SetupAlreadyRunning=L'assistant d'installation est dj en cours d'excution.
+WindowsVersionNotSupported=Ce programme n'est pas prvu pour fonctionner avec la version de Windows utilise sur votre ordinateur.
+WindowsServicePackRequired=Ce programme a besoin de %1 Service Pack %2 ou d'une version plus rcente.
NotOnThisPlatform=Ce programme ne fonctionne pas sous %1.
OnlyOnThisPlatform=Ce programme ne peut fonctionner que sous %1.
OnlyOnTheseArchitectures=Ce programme ne peut tre install que sur des versions de Windows qui supportent ces architectures : %n%n%1
@@ -145,7 +159,8 @@ SelectDirDesc=O
SelectDirLabel3=L'assistant va installer [name] dans le dossier suivant.
SelectDirBrowseLabel=Pour continuer, cliquez sur Suivant. Si vous souhaitez choisir un dossier diffrent, cliquez sur Parcourir.
DiskSpaceMBLabel=Le programme requiert au moins [mb] Mo d'espace disque disponible.
-ToUNCPathname=L'assistant d'installation ne supporte pas les chemins rseau. Si vous souhaitez effectuer cette installation sur un rseau, vous devez d'abord connecter un lecteur rseau.
+CannotInstallToNetworkDrive=L'assistant ne peut pas installer sur un disque rseau.
+CannotInstallToUNCPath=L'assistant ne peut pas installer sur un chemin UNC.
InvalidPath=Vous devez saisir un chemin complet avec sa lettre de lecteur ; par exemple :%n%nC:\APP%n%nou un chemin rseau de la forme :%n%n\\serveur\partage
InvalidDrive=L'unit ou l'emplacement rseau que vous avez slectionn n'existe pas ou n'est pas accessible. Veuillez choisir une autre destination.
DiskSpaceWarningTitle=Espace disponible insuffisant
@@ -205,6 +220,11 @@ WizardPreparing=Pr
PreparingDesc=L'assistant d'installation prpare l'installation de [name] sur votre ordinateur.
PreviousInstallNotCompleted=L'installation ou la suppression d'un programme prcdent n'est pas totalement acheve. Veuillez redmarrer votre ordinateur pour achever cette installation ou suppression.%n%nUne fois votre ordinateur redmarr, veuillez relancer cet assistant pour reprendre l'installation de [name].
CannotContinue=L'assistant ne peut pas continuer. Veuillez cliquer sur Annuler pour abandonner l'installation.
+ApplicationsFound=Les applications suivantes utilisent des fichiers qui doivent tre mis jour par l'assistant. Il est recommand d'autoriser l'assistant fermer ces applications automatiquement.
+ApplicationsFound2=Les applications suivantes utilisent des fichiers qui doivent tre mis jour par l'assistant. Il est recommand d'autoriser l'assistant fermer ces applications automatiquement. Une fois l'installation termine, l'assistant essaiera de relancer ces applications.
+CloseApplications=&Arrter les applications automatiquement
+DontCloseApplications=&Ne pas arrter les applications
+ErrorCloseApplications=L'assistant d'installation n'a pas pu arrter toutes les applications automatiquement. Nous vous recommandons de fermer toutes les applications qui utilisent des fichiers devant tre mis jour par l'assistant d'installation avant de continuer.
; *** "Installing" wizard page
WizardInstalling=Installation en cours
@@ -237,6 +257,7 @@ SetupAborted=L'installation n'est pas termin
EntryAbortRetryIgnore=Cliquez sur Recommencer pour essayer nouveau, Ignorer pour continuer malgr tout, ou Abandonner pour annuler l'installation.
; *** Installation status messages
+StatusClosingApplications=Ferme les applications...
StatusCreateDirs=Cration des dossiers...
StatusExtractFiles=Extraction des fichiers...
StatusCreateIcons=Cration des raccourcis...
@@ -245,6 +266,7 @@ StatusCreateRegistryEntries=Cr
StatusRegisterFiles=Enregistrement des fichiers...
StatusSavingUninstall=Sauvegarde des informations de dsinstallation...
StatusRunProgram=Finalisation de l'installation...
+StatusRestartingApplications=Relance les applications...
StatusRollback=Annulation des modifications...
; *** Misc. errors
@@ -308,6 +330,10 @@ SharedFileLocationLabel=Emplacement :
WizardUninstalling=tat de la dsinstallation
StatusUninstalling=Dsinstallation de %1...
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=Installe %1.
+ShutdownBlockReasonUninstallingApp=Dsinstalle %1.
+
; Les messages personnaliss suivants ne sont pas utilis par l'installation
; elle-mme, mais si vous les utilisez dans vos scripts, vous devez les
; traduire
@@ -323,3 +349,6 @@ UninstallProgram=D
LaunchProgram=Excuter %1
AssocFileExtension=&Associer %1 avec l'extension de fichier %2
AssocingFileExtension=Associe %1 avec l'extension de fichier %2...
+AutoStartProgramGroupDescription=Dmarrage :
+AutoStartProgram=Dmarrer automatiquement %1
+AddonHostProgramNotFound=%1 n'a pas t trouv dans le dossier que vous avez choisi.%n%nVoulez-vous continuer malgr tout ?
diff --git a/Greenshot/tools/innosetup/Languages/German.isl b/Greenshot/tools/innosetup/Languages/German.isl
index 64c956358..5a41c936f 100644
--- a/Greenshot/tools/innosetup/Languages/German.isl
+++ b/Greenshot/tools/innosetup/Languages/German.isl
@@ -1,7 +1,10 @@
; ******************************************************
; *** ***
-; *** Inno Setup version 5.1.11+ German messages ***
+; *** Inno Setup version 5.5.3+ German messages ***
; *** ***
+; *** Changes 5.5.3+ Author: ***
+; *** ***
+; *** Peter Stadler(Peter.Stadler@univie.ac.at) ***
; *** Original Author: ***
; *** ***
; *** Michael Reitz (innosetup@assimilate.de) ***
@@ -9,6 +12,7 @@
; *** Contributors: ***
; *** ***
; *** Roland Ruder (info@rr4u.de) ***
+; *** Hans Sperber (Hans.Sperber@de.bosch.com) ***
; *** LaughingMan (puma.d@web.de) ***
; *** ***
; ******************************************************
@@ -19,6 +23,16 @@
LanguageName=Deutsch
LanguageID=$0407
LanguageCodePage=1252
+; If the language you are translating to requires special font faces or
+; sizes, uncomment any of the following entries and change them accordingly.
+;DialogFontName=
+;DialogFontSize=8
+;WelcomeFontName=Verdana
+;WelcomeFontSize=12
+;TitleFontName=Arial
+;TitleFontSize=29
+;CopyrightFontName=Arial
+;CopyrightFontSize=8
[Messages]
@@ -43,6 +57,10 @@ LastErrorMessage=%1.%n%nFehler %2: %3
SetupFileMissing=Die Datei %1 fehlt im Installations-Ordner. Bitte beheben Sie das Problem, oder besorgen Sie sich eine neue Kopie des Programms.
SetupFileCorrupt=Die Setup-Dateien sind beschdigt. Besorgen Sie sich bitte eine neue Kopie des Programms.
SetupFileCorruptOrWrongVer=Die Setup-Dateien sind beschdigt oder inkompatibel zu dieser Version des Setups. Bitte beheben Sie das Problem, oder besorgen Sie sich eine neue Kopie des Programms.
+InvalidParameter=Ein ungltiger Paramter wurde auf der Kommandozeile bergeben:%n%n%1
+SetupAlreadyRunning=Setup luft bereits.
+WindowsVersionNotSupported=Dieses Programm untersttzt die auf Ihrem Computer installierte Windows-Version nicht.
+WindowsServicePackRequired=Dieses Programm bentigt %1 Service Pack %2 oder hher.
NotOnThisPlatform=Dieses Programm kann nicht unter %1 ausgefhrt werden.
OnlyOnThisPlatform=Dieses Programm muss unter %1 ausgefhrt werden.
OnlyOnTheseArchitectures=Dieses Programm kann nur auf Windows-Versionen installiert werden, die folgende Prozessor-Architekturen untersttzen:%n%n%1
@@ -65,7 +83,7 @@ AboutSetupMenuItem=&
AboutSetupTitle=ber das Setup
AboutSetupMessage=%1 Version %2%n%3%n%n%1 Internet-Seite:%n%4
AboutSetupNote=
-TranslatorNote=German translation maintained by Michael Reitz (innosetup@assimilate.de)
+TranslatorNote=German translation maintained by Peter Stadler (Peter.Stadler@univie.ac.at)
; *** Buttons
ButtonBack=< &Zurck
@@ -133,7 +151,8 @@ SelectDirDesc=Wohin soll [name] installiert werden?
SelectDirLabel3=Das Setup wird [name] in den folgenden Ordner installieren.
SelectDirBrowseLabel=Klicken Sie auf "Weiter", um fortzufahren. Klicken Sie auf "Durchsuchen", falls Sie einen anderen Ordner auswhlen mchten.
DiskSpaceMBLabel=Mindestens [mb] MB freier Speicherplatz ist erforderlich.
-ToUNCPathname=Das Setup kann nicht in einen UNC-Pfad installieren. Wenn Sie auf ein Netzlaufwerk installieren mchten, mssen Sie dem Netzwerkpfad einen Laufwerksbuchstaben zuordnen.
+CannotInstallToNetworkDrive=Das Setup kann nicht in einen Netzwerk-Pfad installieren.
+CannotInstallToUNCPath=Das Setup kann nicht in einen UNC-Pfad installieren. Wenn Sie auf ein Netzlaufwerk installieren mchten, mssen Sie dem Netzwerkpfad einen Laufwerksbuchstaben zuordnen.
InvalidPath=Sie mssen einen vollstndigen Pfad mit einem Laufwerksbuchstaben angeben; z.B.:%n%nC:\Beispiel%n%noder einen UNC-Pfad in der Form:%n%n\\Server\Freigabe
InvalidDrive=Das angegebene Laufwerk bzw. der UNC-Pfad existiert nicht oder es kann nicht darauf zugegriffen werden. Whlen Sie bitte einen anderen Ordner.
DiskSpaceWarningTitle=Nicht genug freier Speicherplatz
@@ -151,6 +170,7 @@ WizardSelectComponents=Komponenten ausw
SelectComponentsDesc=Welche Komponenten sollen installiert werden?
SelectComponentsLabel2=Whlen Sie die Komponenten aus, die Sie installieren mchten. Klicken Sie auf "Weiter", wenn sie bereit sind fortzufahren.
FullInstallation=Vollstndige Installation
+; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
CompactInstallation=Kompakte Installation
CustomInstallation=Benutzerdefinierte Installation
NoUninstallWarningTitle=Komponenten vorhanden
@@ -176,7 +196,7 @@ BadGroupName=Der Ordnername darf keine der folgenden Zeichen enthalten:%n%n%1
NoProgramGroupCheck2=&Keinen Ordner im Startmen erstellen
; *** "Ready to Install" wizard page
-WizardReady=Installation durchfhren
+WizardReady=Bereit zur Installation.
ReadyLabel1=Das Setup ist jetzt bereit, [name] auf Ihrem Computer zu installieren.
ReadyLabel2a=Klicken Sie auf "Installieren", um mit der Installation zu beginnen, oder auf "Zurck", um Ihre Einstellungen zu berprfen oder zu ndern.
ReadyLabel2b=Klicken Sie auf "Installieren", um mit der Installation zu beginnen.
@@ -192,6 +212,11 @@ WizardPreparing=Vorbereitung der Installation
PreparingDesc=Das Setup bereitet die Installation von [name] auf diesen Computer vor.
PreviousInstallNotCompleted=Eine vorherige Installation/Deinstallation eines Programms wurde nicht abgeschlossen. Der Computer muss neu gestartet werden, um die Installation/Deinstallation zu beenden.%n%nStarten Sie das Setup nach dem Neustart Ihres Computers erneut, um die Installation von [name] durchzufhren.
CannotContinue=Das Setup kann nicht fortfahren. Bitte klicken Sie auf "Abbrechen" zum Verlassen.
+ApplicationsFound=Die folgenden Anwendungen benutzen Dateien, die aktualisiert werden mssen. Es wird empfohlen, Setup zu erlauben, diese Anwendungen zu schlieen.
+ApplicationsFound2=Die folgenden Anwendungen benutzen Dateien, die aktualisiert werden mssen. Es wird empfohlen, Setup zu erlauben, diese Anwendungen zu schlieen. Nachdem die Installation fertiggestellt wurde, versucht Setup diese Anwendungen wieder zu starten.
+CloseApplications=&Schliee automatisch die Anwendungen
+DontCloseApplications=&Schliee die Anwendungen nicht
+ErrorCloseApplications=Das Setup konnte nicht alle Anwendungen automatisch schlieen. Es wird empfohlen, alle Anwendungen zu schlieen, die Dateien benutzen, die vom Setup vor einer Fortsetzung aktualisiert werden mssen.
; *** "Installing" wizard page
WizardInstalling=Installiere ...
@@ -207,7 +232,9 @@ FinishedRestartMessage=Um die Installation von [name] abzuschlie
ShowReadmeCheck=Ja, ich mchte die LIESMICH-Datei sehen
YesRadio=&Ja, Computer jetzt neu starten
NoRadio=&Nein, ich werde den Computer spter neu starten
+; used for example as 'Run MyProg.exe'
RunEntryExec=%1 starten
+; used for example as 'View Readme.txt'
RunEntryShellExec=%1 anzeigen
; *** "Setup Needs the Next Disk" stuff
@@ -222,6 +249,7 @@ SetupAborted=Das Setup konnte nicht abgeschlossen werden.%n%nBeheben Sie bitte d
EntryAbortRetryIgnore=Klicken Sie auf "Wiederholen" fr einen weiteren Versuch, "Ignorieren", um trotzdem fortzufahren, oder "Abbrechen", um die Installation abzubrechen.
; *** Installation status messages
+StatusClosingApplications=Anwendungen werden geschlossen...
StatusCreateDirs=Ordner werden erstellt ...
StatusExtractFiles=Dateien werden entpackt ...
StatusCreateIcons=Verknpfungen werden erstellt ...
@@ -230,6 +258,7 @@ StatusCreateRegistryEntries=Registry-Eintr
StatusRegisterFiles=Dateien werden registriert ...
StatusSavingUninstall=Deinstallations-Informationen werden gespeichert ...
StatusRunProgram=Installation wird beendet ...
+StatusRestartingApplications=Neustart der Anwendungen...
StatusRollback=nderungen werden rckgngig gemacht ...
; *** Misc. errors
@@ -293,6 +322,13 @@ SharedFileLocationLabel=Ordner:
WizardUninstalling=Entfernen (Status)
StatusUninstalling=Entferne %1 ...
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=Installation von %1.
+ShutdownBlockReasonUninstallingApp=Deinstallation von %1.
+
+; The custom messages below aren't used by Setup itself, but if you make
+; use of them in your scripts, you'll want to translate them.
+
[CustomMessages]
NameAndVersion=%1 Version %2
@@ -304,3 +340,7 @@ UninstallProgram=%1 entfernen
LaunchProgram=%1 starten
AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
+AutoStartProgramGroupDescription=Beginn des Setups:
+AutoStartProgram=Starte automatisch%1
+AddonHostProgramNotFound=%1 konnte im ausgwhlten Ordner nicht gefunden werden.%n%nMchten Sie dennoch fortfahren?
+
diff --git a/Greenshot/tools/innosetup/Languages/Greek.isl b/Greenshot/tools/innosetup/Languages/Greek.isl
new file mode 100644
index 000000000..7a40a3ffd
--- /dev/null
+++ b/Greenshot/tools/innosetup/Languages/Greek.isl
@@ -0,0 +1,337 @@
+; *** Inno Setup version 5.5.3+ Greek messages ***
+;
+; Note: When translating this text, do not add periods (.) to the end of
+; messages that didn't have them already, because on those messages Inno
+; Setup adds the periods automatically (appending a period would result in
+; two periods being displayed).
+;
+; Originally translated by Anastasis Chatzioglou, baldycom@hotmail.com
+; Updated by XhmikosR [XhmikosR, my_nickname at yahoo dot com]
+;
+
+[LangOptions]
+; The following three entries are very important. Be sure to read and
+; understand the '[LangOptions] section' topic in the help file.
+LanguageName=<0395><03BB><03BB><03B7><03BD><03B9><03BA><03AC>
+LanguageID=$408
+LanguageCodePage=1253
+; If the language you are translating to requires special font faces or
+; sizes, uncomment any of the following entries and change them accordingly.
+;DialogFontName=
+;DialogFontSize=8
+;WelcomeFontName=Verdana
+;WelcomeFontSize=12
+;TitleFontName=Arial
+;TitleFontSize=29
+;CopyrightFontName=Arial
+;CopyrightFontSize=8
+
+[Messages]
+
+; *** Application titles
+SetupAppTitle=
+SetupWindowTitle= - %1
+UninstallAppTitle=
+UninstallAppFullTitle=%1
+
+; *** Misc. common
+InformationTitle=
+ConfirmTitle=
+ErrorTitle=
+
+; *** SetupLdr messages
+SetupLdrStartupMessage= %1. ;
+LdrCannotCreateTemp= . .
+LdrCannotExecTemp= . .
+
+; *** Startup error messages
+LastErrorMessage=%1.%n%n %2: %3
+SetupFileMissing= %1 . .
+SetupFileCorrupt= . .
+SetupFileCorruptOrWrongVer= . .
+InvalidParameter= :%n%n%1
+SetupAlreadyRunning= .
+WindowsVersionNotSupported= Windows .
+WindowsServicePackRequired= %1 Service Pack %2 .
+NotOnThisPlatform= %1.
+OnlyOnThisPlatform= %1.
+OnlyOnTheseArchitectures= Windows :%n%n%1
+MissingWOW64APIs= Windows 64-bit. Service Pack %1.
+WinVersionTooLowError= %1 .
+WinVersionTooHighError= %1 .
+AdminPrivilegesRequired= .
+PowerUserPrivilegesRequired= Power User .
+SetupAppRunningError= %1.%n%n , .
+UninstallAppRunningError= %1.%n%n , .
+
+; *** Misc. errors
+ErrorCreatingDir= %1
+ErrorTooManyFilesInDir= "%1"
+
+; *** Setup common messages
+ExitSetupTitle=
+ExitSetupMessage= . , .%n%n .%n%n;
+AboutSetupMenuItem=& ...
+AboutSetupTitle=
+AboutSetupMessage=%1 %2%n%3%n%n%1 %n%4
+AboutSetupNote=
+TranslatorNote= Anastasis Chatzioglou.%n XhmikosR, my_nickname at yahoo dot com
+
+; *** Buttons
+ButtonBack=< &
+ButtonNext=& >
+ButtonInstall=&
+ButtonOK=&
+ButtonCancel=&
+ButtonYes=&
+ButtonYesToAll= &
+ButtonNo=&
+ButtonNoToAll= &
+ButtonFinish=&
+ButtonBrowse=&...
+ButtonWizardBrowse=&...
+ButtonNewFolder=&
+
+; *** "Select Language" dialog messages
+SelectLanguageTitle=
+SelectLanguageLabel= :
+
+; *** Common wizard text
+ClickNext= .
+BeveledLabel=
+BrowseDialogTitle=
+BrowseDialogLabel= OK.
+NewFolderName=
+
+; *** "Welcome" wizard page
+WelcomeLabel1= [name]
+WelcomeLabel2= [name/ver] .%n%n .
+
+; *** "Password" wizard page
+WizardPassword=
+PasswordLabel1= .
+PasswordLabel3= .
+PasswordEditLabel=&:
+IncorrectPassword= . , .
+
+; *** "License Agreement" wizard page
+WizardLicense=
+LicenseLabel= .
+LicenseLabel3= . .
+LicenseAccepted=&
+LicenseNotAccepted= &
+
+; *** "Information" wizard pages
+WizardInfoBefore=
+InfoBeforeLabel= .
+InfoBeforeClickLabel= , .
+WizardInfoAfter=
+InfoAfterLabel= .
+InfoAfterClickLabel= , .
+
+; *** "User Information" wizard page
+WizardUserInfo=
+UserInfoDesc= .
+UserInfoName=& :
+UserInfoOrg=&:
+UserInfoSerial=& :
+UserInfoNameRequired= .
+
+; *** "Select Destination Location" wizard page
+WizardSelectDir=
+SelectDirDesc= [name];
+SelectDirLabel3= [name] .
+SelectDirBrowseLabel= . , .
+DiskSpaceMBLabel= [mb] MB .
+CannotInstallToNetworkDrive= .
+CannotInstallToUNCPath= UNC.
+InvalidPath= : .. %n%nC:\APP%n%n UNC :%n%n\\server\share
+InvalidDrive= . .
+DiskSpaceWarningTitle=
+DiskSpaceWarning= %1 KB %2 KB.%n%n ;
+DirNameTooLong= .
+InvalidDirName= .
+BadDirName32= :%n%n%1
+DirExistsTitle=
+DirExists= :%n%n%1%n%n . ;
+DirDoesntExistTitle=
+DirDoesntExist= :%n%n%1%n%n . ;
+
+; *** "Select Components" wizard page
+WizardSelectComponents=
+SelectComponentsDesc= ;
+SelectComponentsLabel2= .
+FullInstallation=
+; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
+CompactInstallation=
+CustomInstallation=
+NoUninstallWarningTitle=
+NoUninstallWarning= :%n%n%1%n%n .%n%n ;
+ComponentSize1=%1 KB
+ComponentSize2=%1 MB
+ComponentsDiskSpaceMBLabel= [mb] MB .
+
+; *** "Select Additional Tasks" wizard page
+WizardSelectTasks=
+SelectTasksDesc= ;
+SelectTasksLabel2= [name] .
+
+; *** "Select Start Menu Folder" wizard page
+WizardSelectProgramGroup=
+SelectStartMenuFolderDesc= ;
+SelectStartMenuFolderLabel3= .
+SelectStartMenuFolderBrowseLabel= , . , .
+MustEnterGroupName= .
+GroupNameTooLong= .
+InvalidGroupName= .
+BadGroupName= :%n%n%1
+NoProgramGroupCheck2=& .
+
+; *** "Ready to Install" wizard page
+WizardReady=
+ReadyLabel1= [name] .
+ReadyLabel2a= .
+ReadyLabel2b= .
+ReadyMemoUserInfo= :
+ReadyMemoDir= :
+ReadyMemoType= :
+ReadyMemoComponents= :
+ReadyMemoGroup= :
+ReadyMemoTasks= :
+
+; *** "Preparing to Install" wizard page
+WizardPreparing=
+PreparingDesc= [name] .
+PreviousInstallNotCompleted= / . .%n%n , [name].
+CannotContinue= . .
+ApplicationsFound= . .
+ApplicationsFound2= . . , .
+CloseApplications=&
+DontCloseApplications=&
+ErrorCloseApplications= . .
+
+; *** "Installing" wizard page
+WizardInstalling=
+InstallingLabel= [name] .
+
+; *** "Setup Completed" wizard page
+FinishedHeadingLabel= [name]
+FinishedLabelNoIcons= [name] .
+FinishedLabel= [name] . .
+ClickFinish= .
+FinishedRestartLabel= [name] . ;
+FinishedRestartMessage= [name] .%n%n ;
+ShowReadmeCheck=,
+YesRadio=&,
+NoRadio=&,
+; used for example as 'Run MyProg.exe'
+RunEntryExec= %1
+; used for example as 'View Readme.txt'
+RunEntryShellExec= %1
+
+; *** "Setup Needs the Next Disk" stuff
+ChangeDiskTitle= /
+SelectDiskLabel2=, / %1 OK.%n%n / , .
+PathLabel=&:
+FileNotInDir2= "%1" "%2". / .
+SelectDirectoryLabel= /.
+
+; *** Installation phase messages
+SetupAborted= .%n%n, .
+EntryAbortRetryIgnore= Retry , Ignore Abort .
+
+; *** Installation status messages
+StatusClosingApplications= ...
+StatusCreateDirs= ...
+StatusExtractFiles= ...
+StatusCreateIcons= ...
+StatusCreateIniEntries= ...
+StatusCreateRegistryEntries= ...
+StatusRegisterFiles= ...
+StatusSavingUninstall= ...
+StatusRunProgram= ...
+StatusRestartingApplications= ...
+StatusRollback= ...
+
+; *** Misc. errors
+ErrorInternal2= : %1
+ErrorFunctionFailedNoCode=%1
+ErrorFunctionFailed=%1 , %2
+ErrorFunctionFailedWithMessage=%1 , %2.%n%3
+ErrorExecutingProgram= :%n%1
+
+; *** Registry errors
+ErrorRegOpenKey= :%n%1\%2
+ErrorRegCreateKey= :%n%1\%2
+ErrorRegWriteKey= :%n%1\%2
+
+; *** INI errors
+ErrorIniEntry= "%1".
+
+; *** File copying errors
+FileAbortRetryIgnore= Retry , Ignore ( ) Abort .
+FileAbortRetryIgnore2= Retry , Ignore ( ) Abort .
+SourceIsCorrupted=
+SourceDoesntExist= "%1"
+ExistingFileReadOnly= .%n%n Retry , Ignore Abort .
+ErrorReadingExistingDest= :
+FileExists= .%n%n ;
+ExistingFileNewer= . .%n%n ;
+ErrorChangingAttr= :
+ErrorCreatingTemp= :
+ErrorReadingSource= :
+ErrorCopying= :
+ErrorReplacingExistingFile= :
+ErrorRestartReplace= :
+ErrorRenamingTemp= :
+ErrorRegisterServer= DLL/OCX: %1
+ErrorRegSvr32Failed= RegSvr32 %1
+ErrorRegisterTypeLib= : %1
+
+; *** Post-installation errors
+ErrorOpeningReadme= .
+ErrorRestartingComputer= . .
+
+; *** Uninstaller messages
+UninstallNotFound= "%1" . .
+UninstallOpenError= "%1" .
+UninstallUnsupportedVer= "%1" ,
+UninstallUnknownEntry= "%1" ,
+ConfirmUninstall= %1 ;
+UninstallOnlyOnWin64= 64-bit Windows.
+OnlyAdminCanUninstall= .
+UninstallStatusLabel= %1 .
+UninstalledAll= %1 .
+UninstalledMost= %1 .%n%n . .
+UninstalledAndNeedsRestart= %1, .%n%n ;
+UninstallDataCorrupted="%1" .
+
+; *** Uninstallation phase messages
+ConfirmDeleteSharedFileTitle= ;
+ConfirmDeleteSharedFile2= . ;%n%n . , . .
+SharedFileNameLabel= :
+SharedFileLocationLabel=:
+WizardUninstalling=
+StatusUninstalling= %1...
+
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp= %1.
+ShutdownBlockReasonUninstallingApp= %1.
+
+; The custom messages below aren't used by Setup itself, but if you make
+; use of them in your scripts, you'll want to translate them.
+
+[CustomMessages]
+
+NameAndVersion=%1 %2
+AdditionalIcons= :
+CreateDesktopIcon= &
+CreateQuickLaunchIcon= &
+ProgramOnTheWeb= %1 Internet
+UninstallProgram= %1
+LaunchProgram= %1
+AssocFileExtension=& %1 %2
+AssocingFileExtension= %1 %2 ...
+AutoStartProgramGroupDescription=:
+AutoStartProgram= %1
+AddonHostProgramNotFound= %1 .%n%n ;
diff --git a/Greenshot/tools/innosetup/Languages/Hebrew.isl b/Greenshot/tools/innosetup/Languages/Hebrew.isl
index b2528bb19..3318b3174 100644
--- a/Greenshot/tools/innosetup/Languages/Hebrew.isl
+++ b/Greenshot/tools/innosetup/Languages/Hebrew.isl
@@ -1,11 +1,9 @@
-; *** Inno Setup version 5.1.11+ Hebrew messages (stilgar(at)divrei-tora.com) ***
+; *** Inno Setup version 5.5.3+ Hebrew messages (stilgar(at)divrei-tora.com) ***
;
;
-; Translated by Stilgar (stilgar(at)divrei-tora.com) (c) 2005
-; ( AntiSpam: replace (at) with @ )
+; Translated by s_h (s_h(at)enativ.com) (c) 2005
;
-
[LangOptions]
LanguageName=<05E2><05D1><05E8><05D9><05EA>
LanguageID=$040D
@@ -45,6 +43,10 @@ LastErrorMessage=%1.%n%n
SetupFileMissing= %1 . .
SetupFileCorrupt= . .
SetupFileCorruptOrWrongVer= , . .
+InvalidParameter= :%n%n%1
+SetupAlreadyRunning= .
+WindowsVersionNotSupported= .
+WindowsServicePackRequired= %1 %2 .
NotOnThisPlatform= %1.
OnlyOnThisPlatform= %1.
OnlyOnTheseArchitectures= '' :%n%n%1
@@ -135,7 +137,8 @@ SelectDirDesc=
SelectDirLabel3= [name] .
SelectDirBrowseLabel=, ''. , ''.
DiskSpaceMBLabel= [mb] MB .
-ToUNCPathname= UNC. , .
+CannotInstallToNetworkDrive= .
+CannotInstallToUNCPath= UNC.
InvalidPath= ; :%n%nC:\APP%n%n UNC :%n%n\\server\share
InvalidDrive= -UNC . .
DiskSpaceWarningTitle=
@@ -195,6 +198,11 @@ WizardPreparing=
PreparingDesc= [name] .
PreviousInstallNotCompleted=/ . .%n%n , [name].
CannotContinue= . '' .
+ApplicationsFound= . .
+ApplicationsFound2= . . , .
+CloseApplications=&
+DontCloseApplications=&
+ErrorCloseApplications= . .
; *** "Installing" wizard page
WizardInstalling=
@@ -227,6 +235,7 @@ SetupAborted=
EntryAbortRetryIgnore= ' ' , '' '' .
; *** Installation status messages
+StatusClosingApplications= ...
StatusCreateDirs= ...
StatusExtractFiles= ...
StatusCreateIcons= ...
@@ -235,6 +244,7 @@ StatusCreateRegistryEntries=
StatusRegisterFiles= ...
StatusSavingUninstall= ...
StatusRunProgram= ...
+StatusRestartingApplications= ...
StatusRollback= ...
; *** Misc. errors
@@ -298,6 +308,10 @@ SharedFileLocationLabel=
WizardUninstalling=
StatusUninstalling= %1...
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp= %1.
+ShutdownBlockReasonUninstallingApp= %1.
+
; The custom messages below aren't used by Setup itself, but if you make
; use of them in your scripts, you'll want to translate them.
@@ -312,3 +326,6 @@ UninstallProgram=
LaunchProgram= %1
AssocFileExtension=& %1 %2
AssocingFileExtension= %1 %2
+AutoStartProgramGroupDescription= :
+AutoStartProgram= %1
+AddonHostProgramNotFound=%1 .%n%n ?
\ No newline at end of file
diff --git a/Greenshot/tools/innosetup/Languages/Hungarian.isl b/Greenshot/tools/innosetup/Languages/Hungarian.isl
index d5ea3a171..f9e5b9cca 100644
--- a/Greenshot/tools/innosetup/Languages/Hungarian.isl
+++ b/Greenshot/tools/innosetup/Languages/Hungarian.isl
@@ -1,5 +1,5 @@
-; *** Inno Setup version 5.1.11+ Hungarian messages with "a(z)" definite articles ***
-; Copyright (C) 1999-2008 Kornl Pl
+; *** Inno Setup version 5.5.3+ Hungarian messages with "a(z)" definite articles ***
+; Copyright (C) 1999-2012 Kornl Pl
; All rights reserved.
; E-mail: kornelpal@gmail.com
; Hungarian Inno Setup translation home page: http://www.kornelpal.hu/ishu
@@ -11,7 +11,7 @@
; Hungarian Inno Setup messages package available on the above home page.
;
; *** Inno Setup 5.1.11+ verzi magyar zenetek "a(z)" hatrozott nvelkkel ***
-; Copyright (C) 1999-2008 Pl Kornl
+; Copyright (C) 1999-2012 Pl Kornl
; Minden jog fenntartva.
; E-mail: kornelpal@gmail.com
; Magyar Inno Setup oldal: http://www.palkornel.hu/innosetup
@@ -23,7 +23,7 @@
; Inno Setup zenetek csomagban tallhat Fontos.htm fjlban olvashatak.
;
; To download user-contributed translations of this file, go to:
-; http://www.jrsoftware.org/is3rdparty.php
+; http://www.jrsoftware.org/files/istrans/
;
; Note: When translating this text, do not add periods (.) to the end of
; messages that didn't have them already, because on those messages Inno
@@ -68,8 +68,12 @@ LdrCannotExecTemp=Az
; *** Startup error messages
LastErrorMessage=%1.%n%nHiba %2: %3
SetupFileMissing=A(z) %1 fjl hinyzik a telept knyvtrbl. Hrtsa el a hibt, vagy szerezzen be egy j msolatot a programrl.
-SetupFileCorrupt=A telept fjlok megsrltek. Szerezzen be egy j msolatot a programrl.
-SetupFileCorruptOrWrongVer=A telept fjlok megsrltek, vagy nem kompatibilisek a Telept jelen verzijval. Hrtsa el a hibt, vagy szerezzen be egy j msolatot a programrl.
+SetupFileCorrupt=A teleptfjlok megsrltek. Szerezzen be egy j msolatot a programrl.
+SetupFileCorruptOrWrongVer=A teleptfjlok megsrltek, vagy nem kompatibilisek a Telept jelen verzijval. Hrtsa el a hibt, vagy szerezzen be egy j msolatot a programrl.
+InvalidParameter=Az egyik parancssorban tadott paramter rvnytelen:%n%n%1
+SetupAlreadyRunning=A Telept mr fut.
+WindowsVersionNotSupported=A program nem tmogatja a Windows szmtgpn fut verzijt.
+WindowsServicePackRequired=A program futtatshoz %1 Service Pack %2 vagy ksbbi verzi szksges.
NotOnThisPlatform=Ez a program nem futtathat %1 alatt.
OnlyOnThisPlatform=Ezt a programot %1 alatt kell futtatni.
OnlyOnTheseArchitectures=Ezt a programot csak a Windows kvetkez processzorarchitektrkhoz tervezett vltozataira lehet telepteni:%n%n%1
@@ -82,7 +86,7 @@ SetupAppRunningError=A Telep
UninstallAppRunningError=Az Eltvolt megllaptotta, hogy a(z) %1 jelenleg fut.%n%nKrem, zrja be az sszes pldnyt, majd a folytatshoz kattintson az OK gombra, vagy a Mgse gombra a kilpshez.
; *** Misc. errors
-ErrorCreatingDir=A telept nem tudta ltrehozni a(z) "%1" knyvtrat
+ErrorCreatingDir=A Telept nem tudta ltrehozni a(z) "%1" knyvtrat
ErrorTooManyFilesInDir=Nem hozhat ltre fjl a(z) "%1" knyvtrban, mert az mr tl sok fjlt tartalmaz
; *** Setup common messages
@@ -92,7 +96,7 @@ AboutSetupMenuItem=&N
AboutSetupTitle=Telept nvjegye
AboutSetupMessage=%1 %2 verzi%n%3%n%nAz %1 honlapja:%n%4
AboutSetupNote=
-TranslatorNote=Magyar vltozat:%nCopyright (C) 1999-2008 Pl Kornl%nMinden jog fenntartva.%n%nMagyar Inno Setup oldal:%nhttp://www.palkornel.hu/innosetup
+TranslatorNote=Magyar vltozat:%nCopyright (C) 1999-2012 Pl Kornl%nMinden jog fenntartva.%n%nMagyar Inno Setup oldal:%nhttp://www.palkornel.hu/innosetup
; *** Buttons
ButtonBack=< &Vissza
@@ -121,7 +125,7 @@ BrowseDialogLabel=V
NewFolderName=j mappa
; *** "Welcome" wizard page
-WelcomeLabel1=dvzli a(z) [name] Telept Varzsl.
+WelcomeLabel1=dvzli a(z) [name] Teleptvarzsl.
WelcomeLabel2=A(z) [name/ver] a szmtgpre fog kerlni.%n%nA telepts folytatsa eltt ajnlott minden ms fut alkalmazst bezrni.
; *** "Password" wizard page
@@ -160,7 +164,8 @@ SelectDirDesc=Hova ker
SelectDirLabel3=A Telept a(z) [name] alkalmazst a kvetkez mappba fogja telepteni.
SelectDirBrowseLabel=A folytatshoz kattintson a Tovbb gombra. Msik mappa kivlasztshoz kattintson a Tallzs gombra.
DiskSpaceMBLabel=Legalbb [mb] MB szabad lemezterletre van szksg.
-ToUNCPathname=A Telept nem tud hlzati tvonalra telepteni. Ha hlzatra kvn telepteni, csatlakoztatnia kell egy hlzati meghajtt.
+CannotInstallToNetworkDrive=A Telept nem tud hlzati meghajtra telepteni.
+CannotInstallToUNCPath=A Telept nem tud hlzati UNC elrsi tra telepteni.
InvalidPath=Teljes tvonalat rjon be a meghajt betjelvel; pldul:%n%nC:\Alkalmazs%n%nvagy egy hlzati tvonalat a kvetkez alakban:%n%n\\kiszolgl\megoszts
InvalidDrive=A kivlasztott meghajt vagy hlzati megoszts nem ltezik vagy nem rhet el. Vlasszon msikat.
DiskSpaceWarningTitle=Nincs elg szabad lemezterlet a meghajtn
@@ -220,13 +225,18 @@ WizardPreparing=Felk
PreparingDesc=A Telept felkszl a(z) [name] szmtgpre trtn teleptsre.
PreviousInstallNotCompleted=Egy korbbi program teleptse/eltvoltsa nem fejezdtt be. jra kell indtania a szmtgpt a msik telepts befejezshez.%n%nA szmtgpe jraindtsa utn ismt futtassa a Teleptt a(z) [name] teleptsnek befejezshez.
CannotContinue=A telepts nem folytathat. A kilpshez kattintson a Mgse gombra.
+ApplicationsFound=A kvetkez alkalmazsok olyan fjlokat hasznlnak, amelyeket a Teleptnek frissteni kell. Ajnlott, hogy engedlyezze a Teleptnek ezen alkalmazsok automatikus bezrst.
+ApplicationsFound2=A kvetkez alkalmazsok olyan fjlokat hasznlnak, amelyeket a Teleptnek frissteni kell. Ajnlott, hogy engedlyezze a Teleptnek ezen alkalmazsok automatikus bezrst. A telepts befejezse utn a Telept megksrli az alkalmazsok jraindtst.
+CloseApplications=&Alkalmazsok automatikus bezrsa
+DontCloseApplications=&Ne zrja be az alkalmazsokat
+ErrorCloseApplications=A Telept nem tudott minden alkalmazst automatikusan bezrni. A folytats eltt ajnlott minden, a Telept ltal frisstend fjlokat hasznl alkalmazst bezrni.
; *** "Installing" wizard page
WizardInstalling=Telepts llapota
InstallingLabel=Legyen trelemmel, amg a(z) [name] szmtgpre trtn teleptse folyik.
; *** "Setup Completed" wizard page
-FinishedHeadingLabel=A(z) [name] Telept Varzsl befejezse
+FinishedHeadingLabel=A(z) [name] Teleptvarzsl befejezse
FinishedLabelNoIcons=A(z) [name] teleptse befejezdtt.
FinishedLabel=A(z) [name] teleptse befejezdtt. Az alkalmazst a ltrehozott ikonok kivlasztsval indthatja.
ClickFinish=Kattintson a Befejezs gombra a Teleptbl trtn kilpshez.
@@ -252,6 +262,7 @@ SetupAborted=A telep
EntryAbortRetryIgnore=Kilps: megszakts, Ismt: megismtls, Tovbb: folytats
; *** Installation status messages
+StatusClosingApplications=Alkalmazsok bezrsa...
StatusCreateDirs=Knyvtrak ltrehozsa...
StatusExtractFiles=Fjlok kibontsa...
StatusCreateIcons=Parancsikonok ltrehozsa...
@@ -260,6 +271,7 @@ StatusCreateRegistryEntries=Rendszerle
StatusRegisterFiles=Fjlok regisztrlsa...
StatusSavingUninstall=Eltvolt informcik mentse...
StatusRunProgram=Telepts befejezse...
+StatusRestartingApplications=Alkalmazsok jraindtsa...
StatusRollback=Vltoztatsok visszavonsa...
; *** Misc. errors
@@ -294,7 +306,7 @@ ErrorReplacingExistingFile=Hiba l
ErrorRestartReplace=A fjl cserje az jraindts utn sikertelen volt:
ErrorRenamingTemp=Hiba lpett fel fjl teleptsi knyvtrban trtn tnevezse kzben:
ErrorRegisterServer=Nem lehet regisztrlni a DLL-t/OCX-et: %1
-ErrorRegSvr32Failed=sikertelen RegSvr32. A visszaadott kd: %1
+ErrorRegSvr32Failed=Sikertelen RegSvr32. A visszaadott kd: %1
ErrorRegisterTypeLib=Nem lehet regisztrlni a tpustrat: %1
; *** Post-installation errors
@@ -323,6 +335,10 @@ SharedFileLocationLabel=Helye:
WizardUninstalling=Eltvolts llapota
StatusUninstalling=%1 eltvoltsa...
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=%1 teleptse.
+ShutdownBlockReasonUninstallingApp=%1 eltvoltsa.
+
; The custom messages below aren't used by Setup itself, but if you make
; use of them in your scripts, you'll want to translate them.
@@ -337,3 +353,6 @@ UninstallProgram=%1 elt
LaunchProgram=%1 elindtsa
AssocFileExtension=A(z) %1 &trstsa a(z) %2 fjlkiterjesztssel
AssocingFileExtension=A(z) %1 trstsa a(z) %2 fjlkiterjesztssel...
+AutoStartProgramGroupDescription=Indtpult:
+AutoStartProgram=%1 automatikus indtsa
+AddonHostProgramNotFound=A(z) %1 nem tallhat a kivlasztott mappban.%n%nMindenkppen folytatni kvnja?
diff --git a/Greenshot/tools/innosetup/Languages/Italian.isl b/Greenshot/tools/innosetup/Languages/Italian.isl
index 31948d6bb..25f62fa9a 100644
--- a/Greenshot/tools/innosetup/Languages/Italian.isl
+++ b/Greenshot/tools/innosetup/Languages/Italian.isl
@@ -1,19 +1,18 @@
-; *** Inno Setup versione 5.1.11+ lingua Italiana ***
+; *** Inno Setup version 5.5.3+ Italian messages ***
;
; To download user-contributed translations of this file, go to:
-; http://www.jrsoftware.org/is3rdparty.php
+; http://www.jrsoftware.org/files/istrans/
;
; Note: When translating this text, do not add periods (.) to the end of
; messages that didn't have them already, because on those messages Inno
; Setup adds the periods automatically (appending a period would result in
; two periods being displayed).
;
-; Italian.isl revisione 30b - 2007/02/28 (Basato su Default.isl 1.69)
+; Italian.isl - Last Update December 15, 2012 (based on ale5000 5.1.11+ translation)
+;
+; Translator name: Rinaldo M. aka Whiteshark
+; Translator e-mail: dad428(X)hotmail.com (replace (X) with @ )
;
-; Tradotto da ale5000
-; E-mail: ale5000 AT tiscali DOT it
-; Segnalatemi via e-mail eventuali errori o suggerimenti.
-
[LangOptions]
; The following three entries are very important. Be sure to read and
; understand the '[LangOptions] section' topic in the help file.
@@ -54,6 +53,10 @@ LastErrorMessage=%1.%n%nErrore %2: %3
SetupFileMissing=File %1 non trovato nella cartella di installazione. Correggere il problema o richiedere una nuova copia del software.
SetupFileCorrupt=I file di installazione sono danneggiati. Richiedere una nuova copia del software.
SetupFileCorruptOrWrongVer=I file di installazione sono danneggiati, o sono incompatibili con questa versione del programma di installazione. Correggere il problema o richiedere una nuova copia del software.
+InvalidParameter=Un parametro non valido stato immesso sulla riga di comando:%n%n%1
+SetupAlreadyRunning=Il processo di installazione gi in funzione.
+WindowsVersionNotSupported=Questo programma non supporta la versione di Windows installata sul computer.
+WindowsServicePackRequired=Questo programma richiede %1 Service Pack %2 o successivo.
NotOnThisPlatform=Questo programma non compatibile con %1.
OnlyOnThisPlatform=Questo programma richiede %1.
OnlyOnTheseArchitectures=Questo programma pu essere installato solo su versioni di Windows progettate per le seguenti architetture del processore:%n%n%1
@@ -76,12 +79,12 @@ AboutSetupMenuItem=&Informazioni sull'installazione...
AboutSetupTitle=Informazioni sull'installazione
AboutSetupMessage=%1 versione %2%n%3%n%n%1 sito web:%n%4
AboutSetupNote=
-TranslatorNote=
+TranslatorNote=Traduzione italiana a cura di Rinaldo M. aka Whiteshark
; *** Buttons
ButtonBack=< &Indietro
ButtonNext=&Avanti >
-ButtonInstall=&Installa
+ButtonInstall=Inst&alla
ButtonOK=OK
ButtonCancel=Annulla
ButtonYes=&Si
@@ -119,7 +122,7 @@ IncorrectPassword=La password inserita non
WizardLicense=Contratto di licenza
LicenseLabel=Leggere con attenzione le informazioni che seguono prima di procedere.
LicenseLabel3=Leggere il seguente contratto di licenza. necessario accettare tutti i termini del contratto per procedere con l'installazione.
-LicenseAccepted=&Accetto i termini del contratto di licenza
+LicenseAccepted=Accetto i termini del &contratto di licenza
LicenseNotAccepted=&Non accetto i termini del contratto di licenza
; *** "Information" wizard pages
@@ -144,7 +147,8 @@ SelectDirDesc=Dove si vuole installare [name]?
SelectDirLabel3=[name] sar installato nella seguente cartella.
SelectDirBrowseLabel=Per continuare, premere Avanti. Per scegliere un'altra cartella, premere Sfoglia.
DiskSpaceMBLabel=Sono richiesti almeno [mb] MB di spazio sul disco.
-ToUNCPathname=Non possiblie installare su un percorso di rete. Se si sta installando attraverso una rete, si deve connettere la risorsa come una unit di rete.
+CannotInstallToNetworkDrive=Non possibile effettuare l'installazione su un drive in rete.
+CannotInstallToUNCPath=Non possibile effettuare l'installazione su un percorso UNC.
InvalidPath=Si deve inserire un percorso completo di lettera di unit; per esempio:%n%nC:\APP%n%no un percorso di rete nella forma:%n%n\\server\condivisione
InvalidDrive=L'unit o il percorso di rete selezionato non esiste o non accessibile. Selezionarne un'altro.
DiskSpaceWarningTitle=Spazio su disco insufficiente
@@ -166,7 +170,7 @@ FullInstallation=Installazione completa
CompactInstallation=Installazione compatta
CustomInstallation=Installazione personalizzata
NoUninstallWarningTitle=Componente esistente
-NoUninstallWarning=I seguenti componenti sono gi installati sul computer:%n%n%1%n%nDeselezionando questi componenti non verranno disinstallati.%n%nSi desidera continuare comunque?
+NoUninstallWarning=I seguenti componenti sono gi installati sul computer:%n%n%1%n%nDeselezionando questi componenti essi non verranno rimossi.%n%nSi desidera continuare comunque?
ComponentSize1=%1 KB
ComponentSize2=%1 MB
ComponentsDiskSpaceMBLabel=La selezione corrente richiede almeno [mb] MB di spazio su disco.
@@ -202,8 +206,13 @@ ReadyMemoTasks=Processi addizionali:
; *** "Preparing to Install" wizard page
WizardPreparing=Preparazione all'installazione
PreparingDesc=Preparazione all'installazione di [name] sul computer.
-PreviousInstallNotCompleted=L'installazione/disinstallazione precedente del programma non stata completata. necessario riavviare il sistema per completare l'installazione.%n%nAl successivo riavvio del sistema eseguire di nuovo l'installazione di [name].
+PreviousInstallNotCompleted=L'installazione/rimozione precedente del programma non stata completata. necessario riavviare il sistema per completare l'installazione.%n%nDopo il riavvio del sistema eseguire di nuovo l'installazione di [name].
CannotContinue=L'installazione non pu continuare. Premere Annulla per uscire.
+ApplicationsFound=Le seguenti applicazioni stanno usando file che devono essere aggiornati dall'installazione. Si consiglia di permettere al processo di chiudere automaticamente queste applicazioni.
+ApplicationsFound2=Le seguenti applicazioni stanno usando file che devono essere aggiornati dall'installazione. Si consiglia di permettere al processo di chiudere automaticamente queste applicazioni. Al completamento dell'installazione, il processo tenter di riavviare le applicazioni.
+CloseApplications=Chiudi &automaticamente le applicazioni
+DontCloseApplications=&Non chiudere le applicazioni
+ErrorCloseApplications=L'installazione non riuscita a chiudere automaticamente tutte le applicazioni.Si raccomanda di chiuderetutte le applicazioni che usano file che devono essere aggiornatidurante l'installazione prima di proseguire.
; *** "Installing" wizard page
WizardInstalling=Installazione in corso
@@ -236,6 +245,7 @@ SetupAborted=L'installazione non
EntryAbortRetryIgnore=Premere Riprova per ritentare nuovamente, Ignora per procedere in ogni caso, o Interrompi per terminare l'installazione.
; *** Installation status messages
+StatusClosingApplications=Chiusura applicazioni...
StatusCreateDirs=Creazione cartelle...
StatusExtractFiles=Estrazione file...
StatusCreateIcons=Creazione icone...
@@ -244,6 +254,7 @@ StatusCreateRegistryEntries=Creazione voci di registro...
StatusRegisterFiles=Registrazione file...
StatusSavingUninstall=Salvataggio delle informazioni di disinstallazione...
StatusRunProgram=Termine dell'installazione...
+StatusRestartingApplications=Riavvio applicazioni...
StatusRollback=Recupero delle modifiche...
; *** Misc. errors
@@ -289,9 +300,9 @@ ErrorRestartingComputer=Impossibile riavviare il sistema. Riavviare manualmente.
UninstallNotFound=Il file "%1" non esiste. Impossibile disinstallare.
UninstallOpenError=Il file "%1" non pu essere aperto. Impossibile disinstallare
UninstallUnsupportedVer=Il file log di disinstallazione "%1" in un formato non riconosciuto da questa versione del programma di disinstallazione. Impossibile disinstallare
-UninstallUnknownEntry=Trovata una voce sconosciuta (%1) nel file di log della disinstallazione
+UninstallUnknownEntry=Trovata una voce sconosciuta (%1) nel file log di disinstallazione
ConfirmUninstall=Si desidera rimuovere completamente %1 e tutti i suoi componenti?
-UninstallOnlyOnWin64=Questo programma pu essere disinstallato solo su Windows a 64-bit.
+UninstallOnlyOnWin64=Questa applicazione pu essere disinstallata solo su Windows a 64-bit.
OnlyAdminCanUninstall=Questa applicazione pu essere disinstallata solo da un utente con privilegi di amministratore.
UninstallStatusLabel=Attendere fino a che %1 stato rimosso dal computer.
UninstalledAll=%1 stato rimosso con successo dal computer.
@@ -307,6 +318,10 @@ SharedFileLocationLabel=Percorso:
WizardUninstalling=Stato della disinstallazione
StatusUninstalling=Disinstallazione di %1 in corso...
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=Installazione di %1.
+ShutdownBlockReasonUninstallingApp=Disinstallazione di %1.
+
; The custom messages below aren't used by Setup itself, but if you make
; use of them in your scripts, you'll want to translate them.
@@ -315,9 +330,12 @@ StatusUninstalling=Disinstallazione di %1 in corso...
NameAndVersion=%1 versione %2
AdditionalIcons=Icone aggiuntive:
CreateDesktopIcon=Crea un'icona sul &desktop
-CreateQuickLaunchIcon=Crea un'icona nella barra &Avvio veloce
+CreateQuickLaunchIcon=Crea un'icona nella &barra Avvio veloce
ProgramOnTheWeb=%1 sul Web
UninstallProgram=Disinstalla %1
LaunchProgram=Avvia %1
AssocFileExtension=&Associa l'estensione %2 a %1
-AssocingFileExtension=Associazione dell'estensione %2 a %1 in corso...
\ No newline at end of file
+AssocingFileExtension=Associazione dell'estensione %2 a %1 in corso...
+AutoStartProgramGroupDescription=Avvio automatico:
+AutoStartProgram=Avvia automaticamente %1
+AddonHostProgramNotFound=Impossibile individuare %1 nella cartella selezionata.%n%nProseguire ugualmente?
\ No newline at end of file
diff --git a/Greenshot/tools/innosetup/Languages/Japanese.isl b/Greenshot/tools/innosetup/Languages/Japanese.isl
index d3223b8a7..53520e7a2 100644
--- a/Greenshot/tools/innosetup/Languages/Japanese.isl
+++ b/Greenshot/tools/innosetup/Languages/Japanese.isl
@@ -1,10 +1,10 @@
-; *** Inno Setup version 5.1.11+ Japanese messages ***
+; *** Inno Setup version 5.5.3+ Japanese messages ***
;
; Maintained by Koichi Shirasuka (shirasuka@eugrid.co.jp)
;
; Translation based on Ryou Minakami (ryou32jp@yahoo.co.jp)
;
-; $jrsoftware: issrc/Files/Languages/Japanese.isl,v 1.7 2010/11/02 10:57:03 mlaan Exp $
+; $jrsoftware: issrc/Files/Languages/Japanese.isl,v 1.6 2010/03/08 07:50:01 mlaan Exp $
[LangOptions]
LanguageName=<65E5><672C><8A9E>
@@ -34,10 +34,14 @@ LastErrorMessage=%1.%n%n
SetupFileMissing=t@C %1 ܂B邩VZbgAbvvO肵ĂB
SetupFileCorrupt=ZbgAbvt@CĂ܂BVZbgAbvvO肵ĂB
SetupFileCorruptOrWrongVer=ZbgAbvt@CĂ邩Ão[W̃ZbgAbvƌ݊܂B邩VZbgAbvvO肵ĂB
+InvalidParameter=R}hCɕsȃp[^[n܂:%n%n%1
+SetupAlreadyRunning=ZbgAbv͊ɎsłB
+WindowsVersionNotSupported=̃vO͂g̃o[W Windows T|[gĂ܂B
+WindowsServicePackRequired=̃vO̎sɂ %1 Service Pack %2 ȍ~KvłB
NotOnThisPlatform=̃vO %1 ł͓삵܂B
OnlyOnThisPlatform=̃vO̎sɂ %1 KvłB
-OnlyOnTheseArchitectures=̃vO%n%n%1vZbTWindowsɂCXg[ł܂B
-MissingWOW64APIs=gp64-bitWindowsɂ͂̃vOCXg[A삳ׂɕKvȋ@\܂܂Ă܂B̖Cׂɂ̓T[rXpbN%1CXg[ĂB
+OnlyOnTheseArchitectures=̃vO%n%n%1vZbT[ Windows ɂCXg[ł܂B
+MissingWOW64APIs=gp 64-bit Windows ɂ͂̃vOCXg[A삳ׂɕKvȋ@\܂܂Ă܂B̖Cׂɂ̓T[rXpbN %1 CXg[ĂB
WinVersionTooLowError=̃vO̎sɂ %1 %2 ȍ~KvłB
WinVersionTooHighError=̃vO %1 %2 ȍ~ł͓삵܂B
AdminPrivilegesRequired=̃vOCXg[邽߂ɂ͊Ǘ҂ƂăOCKv܂B
@@ -71,7 +75,7 @@ ButtonNoToAll=
ButtonFinish=(&F)
ButtonBrowse=Q(&B)...
ButtonWizardBrowse=Q(&R)
-ButtonNewFolder=VtH_(&M)
+ButtonNewFolder=VtH_[(&M)
; *** "Select Language" dialog messages
SelectLanguageTitle=ZbgAbvɎgp錾̑I
@@ -80,13 +84,13 @@ SelectLanguageLabel=
; *** Common wizard text
ClickNext=sɂ́uցvAZbgAbvIɂ́uLZvNbNĂB
BeveledLabel=
-BrowseDialogTitle=tH_Q
-BrowseDialogLabel=XgtH_IOKĂB
-NewFolderName=VtH_
+BrowseDialogTitle=tH_[Q
+BrowseDialogLabel=XgtH_[I OK ĂB
+NewFolderName=VtH_[
; *** "Welcome" wizard page
WelcomeLabel1=[name] ZbgAbvEBU[h̊Jn
-WelcomeLabel2=̃vO͂gp̃Rs[^ [name/ver] CXg[܂B%n%nsOɑ̃AvP[VׂďIĂB
+WelcomeLabel2=̃vO͂gp̃Rs[^[ [name/ver] CXg[܂B%n%nsOɑ̃AvP[VׂďIĂB
; *** "Password" wizard page
WizardPassword=pX[h
@@ -122,20 +126,21 @@ UserInfoNameRequired=
WizardSelectDir=CXg[̎w
SelectDirDesc=[name] ̃CXg[w肵ĂB
SelectDirLabel3=[name] CXg[tH_w肵āAuցvNbNĂB
-SelectDirBrowseLabel=ɂ́uցvNbNĂBʂ̃tH_Iɂ́uQƁvNbNĂB
-DiskSpaceMBLabel=̃vO͍Œ [mb] MB̃fBXN̈KvƂ܂B
-ToUNCPathname=ZbgAbvUNCtH_ɃCXg[邱Ƃł܂Blbg[NɃCXg[ꍇ̓lbg[NhCuɊ蓖ĂĂB
-InvalidPath=hCu܂ފSȃpX͂ĂB%n%nFC:\APP%n%n܂UNC`̃pX͂ĂB%n%nF\\server\share
-InvalidDrive=w肵hCu܂UNCpXȂANZXł܂Bʂ̃pXw肵ĂB
+SelectDirBrowseLabel=ɂ́uցvNbNĂBʂ̃tH_[Iɂ́uQƁvNbNĂB
+DiskSpaceMBLabel=̃vO͍Œ [mb] MB ̃fBXN̈KvƂ܂B
+CannotInstallToNetworkDrive=lbg[NhCuɃCXg[邱Ƃ͂ł܂B
+CannotInstallToUNCPath=UNC pXɃCXg[邱Ƃ͂ł܂B
+InvalidPath=hCu܂ފSȃpX͂ĂB%n%nFC:\APP%n%n܂ UNC `̃pX͂ĂB%n%nF\\server\share
+InvalidDrive=w肵hCu܂ UNC pXȂANZXł܂Bʂ̃pXw肵ĂB
DiskSpaceWarningTitle=fBXN̈̕s
-DiskSpaceWarning=CXg[ɂ͍Œ %1 KB̃fBXN̈悪KvłAw肳ꂽhCuɂ %2 KB̋̈悵܂B%n%n̂܂ܑs܂H
+DiskSpaceWarning=CXg[ɂ͍Œ %1 KB ̃fBXN̈悪KvłAw肳ꂽhCuɂ %2 KB ̋̈悵܂B%n%n̂܂ܑs܂H
DirNameTooLong=hCu܂̓pX߂܂B
-InvalidDirName=tH_łB
-BadDirName32=ȉ̕܂ރtH_͎wł܂B:%n%n%1
-DirExistsTitle=̃tH_
-DirExists=tH_ %n%n%1%n%nɑ݂܂B̂܂܂̃tH_փCXg[܂H
-DirDoesntExistTitle=tH_܂B
-DirDoesntExist=tH_ %n%n%1%n%n܂BVtH_쐬܂H
+InvalidDirName=tH_[łB
+BadDirName32=ȉ̕܂ރtH_[͎wł܂B:%n%n%1
+DirExistsTitle=̃tH_[
+DirExists=tH_[ %n%n%1%n%nɑ݂܂B̂܂܂̃tH_[փCXg[܂H
+DirDoesntExistTitle=tH_[܂B
+DirDoesntExist=tH_[ %n%n%1%n%n܂BVtH_[쐬܂H
; *** "Select Components" wizard page
WizardSelectComponents=R|[lg̑I
@@ -149,7 +154,7 @@ NoUninstallWarningTitle=
NoUninstallWarning=ZbgAbv͈ȉ̃R|[lgɃCXg[Ă邱Ƃo܂B%n%n%1%n%ñR|[lg̑IĂACXg[͂܂B%n%n̂܂ܑs܂H
ComponentSize1=%1 KB
ComponentSize2=%1 MB
-ComponentsDiskSpaceMBLabel=݂̑I͍Œ [mb] MB̃fBXN̈KvƂ܂B
+ComponentsDiskSpaceMBLabel=݂̑I͍Œ [mb] MB ̃fBXN̈KvƂ܂B
; *** "Select Additional Tasks" wizard page
WizardSelectTasks=lj^XN̑I
@@ -162,7 +167,7 @@ SelectStartMenuFolderDesc=
SelectStartMenuFolderLabel3=ZbgAbv̓X^[gj[ɃvÕV[gJbg쐬܂B
SelectStartMenuFolderBrowseLabel=ɂ́uցvNbNĂBႤfBNgIɂ́uQƁvNbNĂB
MustEnterGroupName=O[vw肵ĂB
-GroupNameTooLong=tH_܂̓pX߂܂B
+GroupNameTooLong=tH_[܂̓pX߂܂B
InvalidGroupName=O[vłB
BadGroupName=ȉ̕܂ރO[v͎wł܂B:%n%n%1
NoProgramGroupCheck2=vOO[v쐬Ȃ(&D)
@@ -181,23 +186,28 @@ ReadyMemoTasks=
; *** "Preparing to Install" wizard page
WizardPreparing=CXg[
-PreparingDesc=gp̃Rs[^ [name] CXg[鏀Ă܂B
-PreviousInstallNotCompleted=OsAvP[ṼCXg[܂͍폜Ă܂Bɂ̓Rs[^ċNKv܂B%n%n[name] ̃CXg[邽߂ɂ́AċNɂxZbgAbvsĂB
+PreparingDesc=gp̃Rs[^[ [name] CXg[鏀Ă܂B
+PreviousInstallNotCompleted=OsAvP[ṼCXg[܂͍폜Ă܂Bɂ̓Rs[^[ċNKv܂B%n%n[name] ̃CXg[邽߂ɂ́AċNɂxZbgAbvsĂB
CannotContinue=ZbgAbvsł܂BuLZvNbNăZbgAbvIĂB
+ApplicationsFound=ȉ̃AvP[VZbgAbvɕKvȃt@CgpĂ܂BZbgAbvɎIɃAvP[VI邱Ƃ𐄏܂B
+ApplicationsFound2=ȉ̃AvP[VZbgAbvɕKvȃt@CgpĂ܂BZbgAbvɎIɃAvP[VI邱Ƃ𐄏܂BCXg[̊AZbgAbv̓AvP[V̍ċN݂܂B
+CloseApplications=IɃAvP[VI(&A)
+DontCloseApplications=AvP[VIȂ(&D)
+ErrorCloseApplications=ZbgAbvׂ͂ẴAvP[VIɏI邱Ƃł܂łBZbgAbvsOɁAXV̕Kvȃt@CgpĂ邷ׂẴAvP[VI邱Ƃ𐄏܂B
; *** "Installing" wizard page
WizardInstalling=CXg[
-InstallingLabel=gp̃Rs[^ [name] CXg[Ă܂B炭҂B
+InstallingLabel=gp̃Rs[^[ [name] CXg[Ă܂B炭҂B
; *** "Setup Completed" wizard page
FinishedHeadingLabel=[name] ZbgAbvEBU[h̊
-FinishedLabelNoIcons=gp̃Rs[^ [name] ZbgAbv܂B
-FinishedLabel=gp̃Rs[^ [name] ZbgAbv܂BAvP[Vsɂ̓CXg[ꂽACRIĂB
+FinishedLabelNoIcons=gp̃Rs[^[ [name] ZbgAbv܂B
+FinishedLabel=gp̃Rs[^[ [name] ZbgAbv܂BAvP[Vsɂ̓CXg[ꂽACRIĂB
ClickFinish=ZbgAbvIɂ́uvNbNĂB
-FinishedRestartLabel=[name] ̃CXg[邽߂ɂ́ARs[^ċNKv܂BɍċN܂H
-FinishedRestartMessage=[name] ̃CXg[邽߂ɂ́ARs[^ċNKv܂B%n%nɍċN܂H
-ShowReadmeCheck=READMEt@C\B
-YesRadio=ċN(&Y)
+FinishedRestartLabel=[name] ̃CXg[邽߂ɂ́ARs[^[ċNKv܂BɍċN܂H
+FinishedRestartMessage=[name] ̃CXg[邽߂ɂ́ARs[^[ċNKv܂B%n%nɍċN܂H
+ShowReadmeCheck=README t@C\B
+YesRadio=ɍċN(&Y)
NoRadio=Ŏ蓮ōċN(&N)
; used for example as 'Run MyProg.exe'
RunEntryExec=%1 ̎s
@@ -206,9 +216,9 @@ RunEntryShellExec=%1
; *** "Setup Needs the Next Disk" stuff
ChangeDiskTitle=fBXN̑}
-SelectDiskLabel2=fBXN %1 }AuOKvNbNĂB%n%ñfBXÑt@Cɕ\ĂtH_ȊȌꏊɂꍇ́ApX͂邩uQƁv{^NbNĂB
+SelectDiskLabel2=fBXN %1 }AuOKvNbNĂB%n%ñfBXÑt@Cɕ\ĂtH_[ȊȌꏊɂꍇ́ApX͂邩uQƁv{^NbNĂB
PathLabel=pX(&P):
-FileNotInDir2=t@C %1 %2 Ɍ܂BfBXN}邩Aʂ̃tH_w肵ĂB
+FileNotInDir2=t@C %1 %2 Ɍ܂BfBXN}邩Aʂ̃tH_[w肵ĂB
SelectDirectoryLabel=̃fBXN̂ꏊw肵ĂB
; *** Installation phase messages
@@ -216,7 +226,8 @@ SetupAborted=
EntryAbortRetryIgnore=xȂɂ́uĎsvAG[đsɂ́uvACXg[𒆎~ɂ́u~vNbNĂB
; *** Installation status messages
-StatusCreateDirs=tH_쐬Ă܂...
+StatusClosingApplications=AvP[VIĂ܂...
+StatusCreateDirs=tH_[쐬Ă܂...
StatusExtractFiles=t@CWJĂ܂...
StatusCreateIcons=V|gJbg쐬Ă܂...
StatusCreateIniEntries=INIt@Cݒ肵Ă܂...
@@ -224,6 +235,7 @@ StatusCreateRegistryEntries=
StatusRegisterFiles=t@Co^Ă܂...
StatusSavingUninstall=ACXg[ۑĂ܂...
StatusRunProgram=CXg[Ă܂...
+StatusRestartingApplications=AvP[VċNĂ܂...
StatusRollback=ύXɖ߂Ă܂...
; *** Misc. errors
@@ -262,8 +274,8 @@ ErrorRegSvr32Failed=RegSvr32
ErrorRegisterTypeLib=^CvCuւ̓o^Ɏs܂B: %1
; *** Post-installation errors
-ErrorOpeningReadme=READMEt@C̃I[vɎs܂B
-ErrorRestartingComputer=Rs[^̍ċNɎs܂B蓮ōċNĂB
+ErrorOpeningReadme=README t@C̃I[vɎs܂B
+ErrorRestartingComputer=Rs[^[̍ċNɎs܂B蓮ōċNĂB
; *** Uninstaller messages
UninstallNotFound=t@C %1 ܂BACXg[sł܂B
@@ -273,10 +285,10 @@ UninstallUnknownEntry=
ConfirmUninstall=%1 Ƃ̊֘AR|[lgׂč폜܂B낵łH
UninstallOnlyOnWin64=̃vO64-bitWindowsł̂݃ACXg[邱Ƃł܂B
OnlyAdminCanUninstall=ACXg[邽߂ɂ͊ǗҌKvłB
-UninstallStatusLabel=gp̃Rs[^ %1 폜Ă܂B炭҂B
-UninstalledAll=%1 ͂gp̃Rs[^琳ɍ폜܂B
+UninstallStatusLabel=gp̃Rs[^[ %1 폜Ă܂B炭҂B
+UninstalledAll=%1 ͂gp̃Rs[^[琳ɍ폜܂B
UninstalledMost=%1 ̃ACXg[܂B%n%n̍ڂ폜ł܂łB蓮ō폜ĂB
-UninstalledAndNeedsRestart=%1 ̍폜邽߂ɂ́ARs[^ċNKv܂BɍċN܂H
+UninstalledAndNeedsRestart=%1 ̍폜邽߂ɂ́ARs[^[ċNKv܂BɍċN܂H
UninstallDataCorrupted=t@C "%1" Ă܂BACXg[sł܂B
; *** Uninstallation phase messages
@@ -287,6 +299,10 @@ SharedFileLocationLabel=
WizardUninstalling=ACXg[
StatusUninstalling=%1 ACXg[Ă܂...
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=%1 CXg[łB
+ShutdownBlockReasonUninstallingApp=%1 ACXg[łB
+
; The custom messages below aren't used by Setup itself, but if you make
; use of them in your scripts, you'll want to translate them.
@@ -299,5 +315,8 @@ CreateQuickLaunchIcon=
ProgramOnTheWeb=%1 on the Web
UninstallProgram=%1 ACXg[
LaunchProgram=%1 s
-AssocFileExtension=%2 t@Cg %1֘At܂B
-AssocingFileExtension=%2 %1֘At܂B
+AssocFileExtension=t@Cgq %2 %1 ֘At܂B
+AssocingFileExtension=t@Cgq %2 %1 ֘AtĂ܂...
+AutoStartProgramGroupDescription=X^[gAbv:
+AutoStartProgram=%1 IɊJn
+AddonHostProgramNotFound=IꂽtH_[ %1 ܂łB%n%n̂܂ܑs܂H
\ No newline at end of file
diff --git a/Greenshot/tools/innosetup/Languages/Nepali.islu b/Greenshot/tools/innosetup/Languages/Nepali.islu
new file mode 100644
index 000000000..34d823654
--- /dev/null
+++ b/Greenshot/tools/innosetup/Languages/Nepali.islu
@@ -0,0 +1,337 @@
+; *** Inno Setup version 5.5.3+ Nepali messages ***
+; Translated by Him Prasad Gautam [ drishtibachak@gmail.com ]
+; To download user-contributed translations of this file, go to:
+; http://www.jrsoftware.org/files/istrans/
+;
+; Note: When translating this text, do not add periods (.) to the end of
+; messages that didn't have them already, because on those messages Inno
+; Setup adds the periods automatically (appending a period would result in
+; two periods being displayed).
+
+[LangOptions]
+; The following three entries are very important. Be sure to read and
+; understand the '[LangOptions] section' topic in the help file.
+
+LanguageName=<0928><0947><092a><093e><0932><0940>
+LanguageID=$0461
+LanguageCodePage=0
+
+; If the language you are translating to requires special font faces or
+; sizes, uncomment any of the following entries and change them accordingly.
+;DialogFontName=
+DialogFontSize=10
+;WelcomeFontName=
+WelcomeFontSize=15
+;TitleFontName=
+TitleFontSize=35
+;CopyrightFontName=
+CopyrightFontSize=9
+
+[Messages]
+
+; *** Application titles
+SetupAppTitle=मैतालुको प्रवेश
+SetupWindowTitle=मैतालु - %1
+UninstallAppTitle=निष्कासन
+UninstallAppFullTitle=%1 को निष्कासन
+
+; *** Misc. common
+InformationTitle=सूचना
+ConfirmTitle=यकिन
+ErrorTitle=त्रुटि
+
+; *** SetupLdr messages
+SetupLdrStartupMessage=यसले %1लाई यो कल्पयन्त्रमा भित्र्याउँछ । के तपाइ यसलाई निरन्तरता दिन चाहनु हुन्छ?
+LdrCannotCreateTemp=अस्ताइ फाइल सिर्जना गर्न नसकि एकोले स्थापकले भित्र्याउने कार्य गर्न सकेन ।
+LdrCannotExecTemp=अस्ताइ घर्रामा फाइललाई कार्यान्वयन गर्न नसकि एकोले स्थापकले भित्र्याउने कार्य गर्न सकेन ।
+
+; *** Startup error messages
+LastErrorMessage=%1.%n %n त्रुटि %2: %3
+SetupFileMissing=भित्रिने घर्राबाट फाइल %1 हरायो । कृपया समस्या हल गर्नु होस् वा कार्यक्रमबाटै नया फाइल हासिल गर्नु होला ।
+SetupFileCorrupt=स्थापक फाइल भ्रष्ट भयो । कृपया कार्यक्रमबाट नयाँ प्रति हासिल गर्नु होला ।
+SetupFileCorruptOrWrongVer=स्थापक फाइल भ्रष्ट भयो, अथवा यो हाल प्रयोगमा रहेको गृहको संस्करण सित मिल्न सकेन । कृपया समस्या हल गर्नु होस् अथवा अर्कै प्रति स्थापकको चाँजोपाँजो मिलाउनु होस् ।
+InvalidParameter=आदेश रेखामा अमान्य Parameter पठाइयो :%n %n %1
+SetupAlreadyRunning=स्थापकले भित्र्याउने कार्य पहिले देखि नै गर्दै छ ।
+WindowsVersionNotSupported=यो कार्यक्रमले तपाइको कल्पयन्त्रमा हाल भित्रिएको विन्डोज संस्करण सित मिलेर काम गर्न सक्दैन ।
+WindowsServicePackRequired=यो कार्यक्रमलाई %1 Service Pack %2 अथवा यस पछिका संस्करण चाहिन्छ ।
+NotOnThisPlatform=यो कार्यक्रम %1 मा चल्दैन ।
+OnlyOnThisPlatform=यो कार्यक्रम %1 मा मात्रै चल्छ ।
+OnlyOnTheseArchitectures=यो कार्यक्रम केवल निम्न उल्लिखित विन्डोज वास्तुकला नमुना संस्करणमा मात्रै भित्रिन सक्छ:%n %n %1
+MissingWOW64APIs=तपाइले हाल चलाएको विन्डोजमा 64-bit को कार्यक्रम भित्र्याउन स्थापकलाई चाहिने आवश्यक कार्यदक्षता समावेश भएको छैन । यो समस्या हल गर्न Service Pack %1 भित्र्याउनु होस् ।
+WinVersionTooLowError=यो कार्यक्रमलाई %1 संस्करण %2 अथवा यसभन्दा पछिल्लो संस्करण चाहिन्छ ।
+WinVersionTooHighError=यो कार्यक्रम %1 संस्करण %2 अथवा यस पछिका संस्करणमा भित्र्याउन सकिँदैन ।
+AdminPrivilegesRequired=यो कार्यक्रमलाई भित्र्याउन तपाइले प्रशासनिक हैसियत प्रयोग गरी विन्डो शुभारम्भ गर्नु पर्छ ।
+PowerUserPrivilegesRequired=यो कार्यक्रम भित्र्याउन तपाइले प्रशासक अथवा अधिकार प्राप्त सदस्यको हैसियतमा विन्डोज खोल्नु पर्ने हुन्छ ।
+SetupAppRunningError=स्थापकले %1 चालू रहेको पता लगायो । %n %n कृपया सबैलाई बन्द गर्नु होस् । कार्य जारी राख्ने भए 'ठीक' टाँक र बहिर्गमन गर्ने भए 'रद्द गर' भन्ने टाँकलाई दबाउनु होला ।
+UninstallAppRunningError=निष्कासकले %1 चालू रहेको पता लगायो । %n %n कृपया सबैलाई बन्द गर्नु होस् । कार्य जारी राख्ने भए 'ठीक' टाँक र बहिर्गमन गर्ने भए 'रद्द गर' भन्ने टाँकलाई दबाउनु होला ।
+
+; *** Misc. errors
+ErrorCreatingDir=स्थापकले "%1" घर्रा सिर्जना गर्न सकेन ।
+ErrorTooManyFilesInDir=धेरै फाइल भएकोले "%1" घर्रामा फाइल सिर्जना गर्न सकिएन ।
+
+; *** Setup common messages
+ExitSetupTitle=स्थापकको बहिर्गमन
+ExitSetupMessage=स्थापकले भित्र्याउने कार्य सकेको छैन । यदि बहिर्गमन गरेमा यो कार्यक्रम भित्रिने छैन । %n %n पछि अर्को समयमा तपाई भित्र्याउने कार्य गर्न सक्नु हुन्छ । %n स्थापकले अहिले सम्म गरेको काम त उल्टिन्छ नि!%n %n के मैतालु प्रवेशको कार्य स्थगित नै गर्ने हो?
+AboutSetupMenuItem=&स्थापक सामाग्रीको बारेमा
+AboutSetupTitle=स्थापकको बारेमा
+AboutSetupMessage=%1 संस्करण %2%n %3%n %n %1 गृह पृष्ट:%n %4
+AboutSetupNote=यो स्थापक हिम प्रसाद गौतमले तयार पारेको हो ।
+TranslatorNote=नेपाली भाषामा पहिलो अनुवादको कार्य हिम प्रसाद गौतम < drishtibachak@gmail.com > ले गर्नु भएको हो र यसमा निरन्तरता पनि जारी राख्नु भएको छ ।
+
+; *** Buttons
+ButtonBack=&पछाडि फर्क
+ButtonNext=&अगाडि जाउ
+ButtonInstall=&भित्र्याउ
+ButtonOK=ठीक
+ButtonCancel=रद्द गर
+ButtonYes=&हो
+ButtonYesToAll=&सबैमा हो
+ButtonNo=&होइन
+ButtonNoToAll=&सबैमा होइन
+ButtonFinish=&समाप्त
+ButtonBrowse=&ऊ घार...
+ButtonWizardBrowse=ऊ&घार त...
+ButtonNewFolder=&नया थैली
+
+; *** "Select Language" dialog messages
+SelectLanguageTitle=स्थापकको भाषाको चयन
+SelectLanguageLabel=स्थापकले भित्र्याउँदा प्रयोग गरिने भाषा चयन गर्नु होस्:
+
+; *** Common wizard text
+ClickNext=%n स्थापकले मैतालुलाई भित्र्याउनु पर्ने भए 'अगाडि जाउ' भन्ने टाँकलाई र भित्र्याउनु नपर्ने भए 'रद्द गर' भन्ने टाँकलाई दबाउनु होस्
+BeveledLabel=%n समर्पण: मेरा श्रद्धेय बुबा स्वर्गीय इन्द्र प्रसाद गौतम प्रति सादर समर्पित । %n सौजन्य: हिम प्रसाद गौतम < drishtibachak@gmail.com >
+BrowseDialogTitle=उघारने कार्य
+BrowseDialogLabel=निम्न सूचीबाट थैली चयन गर्नु होस् र 'ठीक' भन्ने टाँकलाई दबाउनु होस् ।
+NewFolderName=नयाँ थैली
+
+; *** "Welcome" wizard page
+WelcomeLabel1=%n [name] मैतालुको रूपमा भित्रिने समारोहमा तपाइलाई स्वागत छ ।
+WelcomeLabel2=%n यो स्थापकले [name/ver] लाई तपाइको कल्पयन्त्रमा भित्र्याउने छ । %n %n भित्र्याउने कार्य जारी राख्नु भन्दा पहिले खोलिएका सबै अनुप्रयोगहरूलाई बन्द गर्न सुझाव दिइन्छ ।
+
+; *** "Password" wizard page
+WizardPassword=पाल्सी शब्द
+PasswordLabel1=यो स्थापकमा पाल्सी शब्द राखिएको छ ।
+PasswordLabel3=कार्य जारी राख्न पाल्सी शब्द उपलब्ध गराएर 'अगाडि जाउ' भन्ने टाँकलाई दबाउनु होला । पाल्सी शब्द वर्ण संवेदन सिल छ ।
+PasswordEditLabel=&गोप्यशब्द
+IncorrectPassword=तपाइले लेखेको पाल्सी शब्द मिलेन । कृपया फेरी कोसिस गर्नु होस् ।
+
+; *** "License Agreement" wizard page
+WizardLicense=इजाजत मञ्जु रिनामा
+LicenseLabel=कार्य निरन्तर राख्न कृपया तलको महत्त्वपूर्ण सूचना पढ्नु होस् ।
+LicenseLabel3=कृपया निम्न इजाजत राम्ररी पढ्नु होस् । स्थापकले भित्र्याउने कार्य सुरु गर्नु पूर्व तपाइले सम्झौताका सबै सर्तहरू अनिवार्य रूपमा मन्जुर गर्नु पर्ने नै हुन्छ ।
+LicenseAccepted=म उपरोक्त सम्झौता &मन्जुर गर्छु
+LicenseNotAccepted=म उपरोक्त सम्झौता मन्जुर गर्दि&न
+
+; *** "Information" wizard pages
+WizardInfoBefore=सूचना
+InfoBeforeLabel=कार्य निरन्तर राख्न कृपया निम्न महत्त्वपूर्ण सूचना पढ्नु होस् ।%n
+InfoBeforeClickLabel=स्थापकले भित्र्याउने कार्य तयार पारे पछि 'अगाडि जाउ' भन्ने टाँकलाई दबाउनु होस् ।
+WizardInfoAfter=सूचना
+InfoAfterLabel=कृपया कार्य निरन्तर राख्नु अघि निम्न महत्त्वपूर्ण सूचना पढ्नु होस् ।
+InfoAfterClickLabel=स्थापकले भित्र्याउने कार्य तयार पारे पछि 'अगाडि जाउ' भन्ने टाँकलाई दबाउनु होस् ।
+
+; *** "User Information" wizard page
+WizardUserInfo=तपाइको चिनारी
+UserInfoDesc=तपाइको बारेमा लेख्नु होस् ।
+UserInfoName=&तपाइको नाम
+UserInfoOrg=&सङ्गठन
+UserInfoSerial=&सङ्केत सङ्ख्या:
+UserInfoNameRequired=यहाँ तपाइले आफ्नो नाम उल्लेख गर्नु पर्ने नै हुन्छ ।
+
+; *** "Select Destination Location" wizard page
+WizardSelectDir=वासस्थानको चयन गर्नु होस्
+SelectDirDesc=[name] लाई कहाँ भित्र्याउने हो?
+SelectDirLabel3=स्थापकले [name] लाई निम्न थैली मा भित्र्याई दिने छ ।
+SelectDirBrowseLabel=मैतालु प्रवेशको कार्य निरन्तरता राख्न 'अगाडि जाउ' भन्ने टाँकलाई दबाउनु होस् । यदि तपाइ भिन्दै थैलीको चयन गर्न चाहनु हुन्छ भने 'उघार' भन्ने टाँकलाई दबाउनु होला ।
+DiskSpaceMBLabel=कम्तीमा [mb] MB क्षमताको भकारी चाहिन्छ ।
+CannotInstallToNetworkDrive=सञ्जाल भकारीमा स्थापकले भित्र्याउन सकेन ।
+CannotInstallToUNCPath=स्थापकले UNC path मा भित्र्याउन सक्दैन ।
+InvalidPath=तपाइले भकारी अक्षर सहित पूरा बाटो लेख्नु नै पर्छ । जस्तै:%n %n C:\APP%n %n अथवा UNC बाटो %n %n \\server\share बनोटमा
+InvalidDrive=तपाइले चयन गरेको भकारी छदै छैन अथवा यसमा केही राख्न मिल्दैन । कृपया अर्कै चयन गर्नु होस् ।
+DiskSpaceWarningTitle=भकारीमा चाहिने जति ठाउँ खाली छैन ।
+DiskSpaceWarning=स्थापकलाई कम्तीमा %1 KB खुल्ला ठाउँ चाहिन्छ । तर चयन गरिएको भकारीमा केवल %2 KB मात्र खालि ठाउँ छ । %n %n जे भए पनि कार्य जारी राख्ने हो?
+DirNameTooLong=थैलीको नाम अथवा बाटो धेरै लाम भयो ।
+InvalidDirName=थैलीको नाम अमान्य छ ।
+BadDirName32=थैली का कुनै पनि नामहरू समावेश गर्न सकिँदैन । %n %n %1
+DirExistsTitle=थैली छ ।
+DirExists=थैली:%n %n %1%n %n पहिले देखिने छ । के तपाइ यही थैलीमा जसरी भए पनि भित्र्याउने चाहना राख्नु हुन्छ ?
+DirDoesntExistTitle=थैली छदै छैन ।
+DirDoesntExist=थैली:%n %n %1%n %n छदै छैन । के तपाइ यो नाम गरेको नयाँ थैलीको सिर्जना गर्न चाहनु हुन्छ?
+
+; *** "Select Components" wizard page
+WizardSelectComponents=सहकर्मीहरूको चयन गर्नु होस् ।
+SelectComponentsDesc=कुन चाही सहकर्मीलाई पनि भित्र्याउने हो?
+SelectComponentsLabel2=भित्र्याउन चाहेको सहकर्मीलाई चयन गर्नु होस्, भित्र्याउन नचाहेको सहकर्मीलाई मेटाइ दिनु होस् । काम जारी राख्न तयार भए पछि 'अगाडि जाउ' भन्ने टाँकलाई दबाउनु होला ।
+FullInstallation=सर्वस्व भित्र्याउने
+; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
+CompactInstallation=यथेष्ट भित्र्याउने
+CustomInstallation=चाहे जति भित्र्याउने
+NoUninstallWarningTitle=सहकर्मीहरू रहेछन् ।
+NoUninstallWarning=निम्न अनुसारका सहकर्मीहरू तपाइको कल्पयन्त्रमा पहिले नै भित्रिएको कुरा स्थापकले पता लगायो । %n %n %1%n %n यी सहकर्मीहरूलाई चयन नगरी निष्कासनको कार्य हुन सक्दैनन् । %n %n जे भए पनि तपाई कार्य जारी राख्न चाहनु हुन्छ?
+ComponentSize1=%1 KB
+ComponentSize2=%1 MB
+ComponentsDiskSpaceMBLabel=हालको चयनलाई कम्तीमा [mb] MB खालि स्थान चाहिन्छ ।
+
+; *** "Select Additional Tasks" wizard page
+WizardSelectTasks=अतिरिक्त कार्यको चयन गर्नु होस्
+SelectTasksDesc=मैले कुन चाही अतिरिक्त कार्य सम्पादन गर्नु पर्ने हो?
+SelectTasksLabel2=स्थापकले [name], लाई भित्र्याउने क्रममा यो कार्य पनि गरोस् भनि तपाइले इच्छा राखेको अतिरिक्त कार्यको चयन गरी 'अगाडि जाउ' भन्ने टाँकलाई दबाउनु होला ।
+
+; *** "Select Start Menu Folder" wizard page
+WizardSelectProgramGroup=सुरुवात सूची थैलीको चयन गर्नु होस् ।
+SelectStartMenuFolderDesc=स्थापकले छोटो बाटो कहाँ लेख्नु पर्ने हो?
+SelectStartMenuFolderLabel3=स्थापकले कार्यक्रमको छोटो बाटो निम्न सुरुवात सूची थैलीमा गरेको छ ।
+SelectStartMenuFolderBrowseLabel=निरन्तरता राख्न 'अगाडि जाउ' भन्ने टाँकलाई दबाउनु होस्, यदी तपाइ अर्कै थैलीमा राख्न चाहनु हुन्छ भने, 'उघार' भन्ने टाँकलाई दबाउनु होला ।
+MustEnterGroupName=थैलीको नाम लेख्न अनिवार्य गरिएको छ ।
+GroupNameTooLong=थैलीको नाम अथवा बाटो धेरै नै लामो भयो ।
+InvalidGroupName=थैलीको नाम अमान्य छ ।
+BadGroupName=थैलीको नाममा निम्न वर्णहरू समावेश हुन सक्दैनन्:%n %n %1
+NoProgramGroupCheck2=&सुरुवात सूची थैली सिर्जना नगर है ।
+
+; *** "Ready to Install" wizard page
+WizardReady=अब भित्रिन तयार
+ReadyLabel1=अब तपाइको कल्पयन्त्रमा [name] लाई भित्र्याउने कार्य सुरु गर्न स्थापक तयार छ ।
+ReadyLabel2a=यदि तपाइ तलको अनुकूलतामा समीक्षा वा परिवर्तन गर्न चाहनु हुन्छ भने 'पछाडि फर्क' भन्ने टाँक लाई दबाउनु होला । यही अनुकूलता ठीक छ जस्तो लाग्छ भने 'भित्र्याउ' भन्ने टाँकलाई दबाउनु होस् ।
+ReadyLabel2b=भित्रिने कार्य जारी राख्न 'भित्र्याउ' भन्ने टाँकलाई दबाउनु होस्
+ReadyMemoUserInfo=उपभोक्ताको जानकारी:
+ReadyMemoDir=गन्तव्य थैली:
+ReadyMemoType=भित्रिने किसिम:
+ReadyMemoComponents=चयन गरिएका सहकर्मीहरू:
+ReadyMemoGroup=सुरुवात सूची थैली:
+ReadyMemoTasks=अतिरिक्त कार्य:
+
+; *** "Preparing to Install" wizard page
+WizardPreparing=भित्रिने कार्यको तयारी हुँदै छ ।
+PreparingDesc=स्थापक तपाइको कल्पयन्त्रमा [name] लाई भित्र्याउन तयारी गर्दै छ ।
+PreviousInstallNotCompleted=अघिल्लो कार्यक्रमको भित्रिने/निष्कासन को कार्य सकिएको थिएन । थालिएको काम समाप्त गर्न तपाइले आफ्नो कल्पयन्त्रलाई पुनः सुरुवात गर्नु पर्ने हुन्छ । %n %n तपाइको कल्पयन्त्र पुनः सुरुवात भए पछि फेरी स्थापकलाई [name] भित्र्याउने आदेश दिनु होला ।
+CannotContinue=स्थापकले कार्य जारी राख्न सकेन, बहिर्गमन गर्न 'रद्द गर' टाँक दबाउनु होला ।
+ApplicationsFound=स्थापकलाई अद्यावधिक गर्न चाहिने फाइल निम्न अनुप्रयोगले प्रयोगमा ल्याएको पाइयो । स्थापकलाई यी अनुप्रयोगहरू स्वतः बन्द गर्ने अनुमति प्रदान गर्न सुझाव दिइन्छ ।
+ApplicationsFound2=स्थापकलाई अद्यावधिक गर्न चाहिने फाइल निम्न अनुप्रयोगले प्रयोगमा ल्याएको पाइयो । स्थापकलाई यी अनुप्रयोगहरू स्वतः बन्द गर्ने अनुमति प्रदान गर्न सुझाव दिइन्छ । भित्र्याउने कार्य सम्पन्न भए पछि स्थापकले यी अनुप्रयोगहरूलाई पुनर् स्थापित गर्न कोसिस गर्ने छ ।
+CloseApplications=&अनुप्रयोगहरूलाई स्वतः बन्द गरि देउ
+DontCloseApplications=अनुप्रयोगलाई बन्द &नगरी देउ
+
+; *** "Installing" wizard page
+WizardInstalling=भित्र्याउने कार्य गर्दै छु
+InstallingLabel=कृपया स्थापकले तपाइको कल्पयन्त्रमा [name] लाई भित्र्याउन् जेल सम्म धैर्य गर्नु होला
+
+; *** "Setup Completed" wizard page
+FinishedHeadingLabel=स्थापकले [name]लाई भीत्र्याउने कार्यक्रमको समापन हुदैछ ।
+FinishedLabelNoIcons=Setup has finished installing [name] on your computer.
+FinishedLabel=मैले तपाइको कल्पयन्त्रमा [name] भित्र्याउने कार्य पुरा गरेँ । यो अनुप्रयोग स्थापित प्रतिमालाई चयन गरेर सक्रिय गराउन सकिन्छ
+ClickFinish=भित्र्याउने कार्यक्रम समापन गर्न 'समाप्त' भन्ने टाँकलाई दबाउनु होस् ।
+FinishedRestartLabel=[name] भीत्रिए पनि कार्य सम्पादन सुरु गर्न यो कल्पयन्त्रलाई पुनः सुरुवात गर्नु पर्छ । के अहिले नै सुरुवात गरी हाल्ने हो?
+FinishedRestartMessage=[name] भीत्रिए पनि कार्य सम्पादन सुरू गर्न स्थापकले तपाइको कल्पयन्त्रलाई पुनः सुरुवात गर्नु पर्छ । %n %n के अहिले नै सुरुवात गरि हाल्ने हो?
+ShowReadmeCheck=हो, म 'मलाई पढ्नु होस् ' फाइल हेर्न चाहन्छु ।
+YesRadio=&हो, कल्पयन्त्र अहिले नै पुनः सुरुवात होस्
+NoRadio=&होइन, म आफै कल्पयन्त्रलाई पछि पुनः सुरुवात गरौंला
+; used for example as 'Run MyProg.exe'
+RunEntryExec=%1 लाई सक्रिय गराउ
+; used for example as 'View Readme.txt'
+RunEntryShellExec=%1 लाई देखाउ
+
+; *** "Setup Needs the Next Disk" stuff
+ChangeDiskTitle=स्थापकलाई अर्को भकारी चाहिन्छ ।
+SelectDiskLabel2=कृपया %1 भकारीलाई घुसाएर 'ठीक' भन्ने टाँकलाई दबाउनु होस् । %n %n यदि तल देखाइएका बाहेक अन्य कुनै भकारी भित्रको थैली मा फाइल पाइन्छ बने सही बाटो लेख्नु होला अथवा 'उघार' भन्ने टाँकलाई दबाउनु होस् ।
+PathLabel=&बाटो:
+FileNotInDir2=फाइल "%1" त "%2" मा फेला पार्न सकिएन । कृपया सही भकारी घुसाउनु होस् अथवा अर्को थैलीको चयन गर्नु होस् ।
+SelectDirectoryLabel=कृपया अर्को भकारीको स्थान किटानी गर्नु होस् ।
+
+; *** Installation phase messages
+SetupAborted=स्थापनाको काम पुरा भएन । %n %n कृपया समस्या हल गर्नु होस् र स्थापकलाई फेरी काममा लगाउनु होस् ।
+EntryAbortRetryIgnore=कृपया फेरी कोसिस गर्न 'अर्को प्रयास' भन्ने टाँकलाई, जे भए पनि कार्य जारी राख्न 'बेवास्ता' भन्ने टाँकलाई अथवा स्थापनाको कार्य रद्द गर्न 'परित्याग' भन्ने टाँकलाई दबाउनु होस्
+
+; *** Installation status messages
+StatusClosingApplications=अनुप्रयोग बन्द गर्दै छु ।
+StatusCreateDirs=घर्राको सिर्जना गर्दै छु...
+StatusExtractFiles=फाइलहरूलाई झिक्दै छु...
+StatusCreateIcons=छोटो बाटो सिर्जना गर्दै छु...
+StatusCreateIniEntries=INI प्रविष्टि सिर्जना गर्दै छु ।
+StatusCreateRegistryEntries=Registry प्रविष्टिको सिर्जना गर्दै छु ।
+StatusRegisterFiles=फाइलको दर्ता गर्दै छु ।
+StatusSavingUninstall=भित्रिन नसकेको सूचना बचत गर्दै छु ।
+StatusRunProgram=भित्रिने कार्यको समाप्ति गर्दै छु ।
+StatusRestartingApplications=अनुप्रयोग पुनः सुरुवात हुँदै छ ।
+StatusRollback=परिवर्तनहरूलाई उल्टाउँदै छु ।
+
+; *** Misc. errors
+ErrorInternal2=आन्तरिक त्रुटि: %1
+ErrorFunctionFailedNoCode=%1 असफल भयो ।
+ErrorFunctionFailed=%1 असफल भयो; कोड %2 हो ।
+ErrorFunctionFailedWithMessage=%1 असफल भयो; कोड %2 %n %3
+ErrorExecutingProgram=%1%n फाइल कार्यान्वयन गर्न सकिएन ।
+
+; *** Registry errors
+ErrorRegOpenKey=Registry कुञ्जी खोल्ने कार्यमा त्रुटि:%n %1\%2
+ErrorRegCreateKey=Registry कुञ्जी सिर्जनामा त्रुटि:%n %1\%2
+ErrorRegWriteKey=Registry कुञ्जी लेखाइमा त्रुटि:%n %1\%2
+
+; *** INI errors
+ErrorIniEntry=फाइल "%1" मा INI प्रविष्टिको त्रुटि भयो ।
+
+; *** File copying errors
+FileAbortRetryIgnore=फेरि कोसिस गर्न 'अर्को प्रयास' भन्ने टाँकलाई, यो फाइल छोडी दिन (यसो नगर्न सुझाव दिइन्छ), 'बेवास्ता' भन्ने टाँकलाई अथवा स्थापना रद्द गर्न 'परित्याग' भन्ने टाँकलाई दबाउनु होला ।
+FileAbortRetryIgnore2=फेरि कोसिस गर्न 'अर्को प्रयास' भन्ने टाँकलाई, जे भए पनि कार्य जारी राख्न (यसो नगर्न सुझाव दिइन्छ), 'बेवास्ता' भन्ने टाँकलाई अथवा स्थापना रद्द गर्न 'परित्याग' भन्ने टाँकलाई दबाउनु होला ।
+SourceIsCorrupted=श्रोत फाइल भ्रष्ट भएको रहेछ ।
+SourceDoesntExist=श्रोत फाइल "%1" छदै छैन ।
+ExistingFileReadOnly=विद्यमान फाइल त 'पढ्न मात्रै मिल्ने' प्रकृतिको रहेछ । %n %n 'पढ्न मात्रै मिल्ने' प्रकृति हटाएर फेरि कोसिस गर्न 'अर्को प्रयास' भन्ने टाँकलाई, यो फाइल छोडी दिन 'बेवास्ता' भन्ने टाँकलाई अथवा स्थापना रद्द गर्न 'परित्याग' भन्ने टाँकलाई दबाउनु होला ।
+ErrorReadingExistingDest=विद्यमान फाइल पढ्दा खेरी त्रुटि हुन पुग्यो । :
+FileExists=यो फाइल त पहिले नै भित्रिएको छ । %n %n के तपाइ स्थापकलाई यसलाई मेटाएर नया भित्र्याउने आदेश दिनु हुन्छ?
+ExistingFileNewer=स्थापकले भित्र्याउन लागेको भन्दा नयाँ फाइल पहिले नै भित्रिएको रहेछ । विद्यमान फाइललाई यथावत् राख्न सल्लाह दिइन्छ । %n %n के तपाइ विद्यमान फाइललाई नै कायम राख्न चाहनु हुन्छ?
+ErrorChangingAttr=पूर्व स्थापित फाइलको परिचायकहरूलाई परिवर्तन गर्दा गल्ती भयो:
+ErrorCreatingTemp=गन्तव्य घर्रामा फाइलको सिर्जना गर्दा गल्ती भयो:
+ErrorReadingSource=श्रोत फाइल पढ्ने क्रममा गल्ती भयो:
+ErrorCopying=फाइलको नक्कल उतार्ने क्रममा गल्ती भयो:
+ErrorReplacingExistingFile=विद्यमान फाइललाई प्रतिस्थापन गर्दा गल्ती भयो:
+ErrorRestartReplace=पुनः प्रतिस्थापन असफल भयो:
+ErrorRenamingTemp=गन्तव्य घर्राको फाइलको नाम परिवर्तन गर्ने कोसिस गर्दा गल्ती भयो:
+ErrorRegisterServer=DLL/OCX दर्ता गर्न सकिएन: %1
+ErrorRegSvr32Failed=RegSvr32 असफल भयो (गल्ती कोड %1) ।
+ErrorRegisterTypeLib=%1किसिमको पुस्तकालय दर्ता गर्न सकिएन ।
+
+; *** Post-installation errors
+ErrorOpeningReadme='मलाई पढ्नु होस्' भन्ने फाइल पल्टाउने कोसिस गर्दा गल्ती भयो ।
+ErrorRestartingComputer=स्थापकले कल्पयन्त्रलाई पुनः सुरुवात गराउन सकेन । कृपया तपाइ आफैँले यसलाई पुनः सुरु गराउनु होस् ।
+
+; *** Uninstaller messages
+UninstallNotFound=फाइल "%1" छदै छैन, निष्कासन गर्ने कुरै भएन... ।
+UninstallOpenError=फाइल "%1" खोल्न नसकेको ले निष्कासन गर्न सकिँदैन ।
+UninstallUnsupportedVer=निष्कासन अभिलेख खाता "%1" निष्कासन कर्ताको संस्करणको बनोट सित मिल्दैन । त्यसैले निष्कासन गर्न सकिँदैन ।
+UninstallUnknownEntry=निष्कासन अभिलेख खातामा अज्ञात प्रविष्टि (%1) सित जम्का भेट भयो ।
+ConfirmUninstall=के तपाइ %1 र यसका सबै हिस्साहरू हटाउने नै हो भन्ने कुरामा विश्वस्त हुनु हुन्छ?
+UninstallOnlyOnWin64=यो मैतालुलाई 64-bit विन्डोजबाट मात्रै निष्कासित गर्न सकिन्छ ।
+OnlyAdminCanUninstall=प्रशासकीय अधिकार प्राप्त उपभोक्ताले मात्रै यो मैतालुलाई निष्कासित गर्न सक्छ ।
+UninstallStatusLabel=कृपया, तपाइको कल्पयन्त्रबाट %1 लाई हटाउने कार्य समाप्त हुँदासम्म धैर्य गर्नु होस् ।
+UninstalledAll=तपाइको कल्पयन्त्रबाट %1 लाई सफलतापूर्वक हटाइयो ।
+UninstalledMost=%1 लाई पुरै निष्कासित गरियो । %n %n केही तत्त्वलाई हटाउन सकिएन । यीनैहरूलाई आफैँले मेटाउनु पर्ने हुन्छ ।
+UninstalledAndNeedsRestart=%1को निष्कासनलाई पूर्णता दिन तपाइको कल्पयन्त्र पुनः सुरुवात हुनु पर्छ । %n %n के अहिले नै पुनः सुरुवात गरि हाल्ने हो?
+UninstallDataCorrupted=%1 फाइल त भ्रष्ट पो भए छ । निष्कासन गर्न सकिएन ।
+
+; *** Uninstallation phase messages
+ConfirmDeleteSharedFileTitle=के साझा फाइलहरू पनि हटाउने हो?
+ConfirmDeleteSharedFile2=यो प्रणालीले जनाए अनुसार निम्न साझा फाइलहरू अब कुनै कार्यक्रमले प्रयोगमा ल्याउँदैनन् । के तपाइ यी साझा फाइललाई पनि यसै क्रममा निष्कासित गर्न चाहनु हुन्छ?%n %n यदि कुनै कार्यक्रमले अझै पनि यी फाइलको उपयोग गर्दछ भने यीनैहरूलाई हटाएको खण्डमा त्यो कार्यक्रम राम्ररी चल्न सक्दैन । यदि तपाइ यकिन गर्न सक्नु हुन्न भने 'होइन' विकल्प रोज्नु होस् । यी फाइलहरूलाई तपाइको कल्पयन्त्रमा नै राखी राख्दा कुनै हानि नोक्सान हुने छैन ।
+SharedFileNameLabel=फाइलको नाम:
+SharedFileLocationLabel=स्थान:
+WizardUninstalling=निष्कासनको अवस्था
+StatusUninstalling=%1 निष्कासित हुँदै छ ।
+
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=%1 भित्र्याउने कार्य हुँदै छ ।
+ShutdownBlockReasonUninstallingApp=%1 निष्कासित हुँदै छ ।
+
+; The custom messages below aren't used by Setup itself, but if you make
+; use of them in your scripts, you'll want to translate them.
+
+[CustomMessages]
+
+NameAndVersion=%1 संस्करण %2
+AdditionalIcons=अतिरिक्त प्रतिमा:
+CreateDesktopIcon=&डेस्कटपमा प्रतिमाको सिर्जना होस्
+CreateQuickLaunchIcon=&तुरुन्तै सक्रिय प्रतिमाको सिर्जना गर ।
+ProgramOnTheWeb=वेभमा %1
+UninstallProgram=%1 लाई निष्कासन गरि देउ
+LaunchProgram=%1 लाई सक्रिय बनाउ
+AssocFileExtension=%1 लाई %2 फाइलको विस्तार सित &आबद्ध गरी देउ ।
+AssocingFileExtension=%1 लाई %2 फाइलको विस्तार सित आबद्धता दिँदै छु ।
+AutoStartProgramGroupDescription=सुरुवात:
+AutoStartProgram=%1 स्वचालित रूपले सुरु होस् ।
+AddonHostProgramNotFound=तपाइले चयन गर्नु भएको थैली मा %1 लाई फेला पार्न सकिएन । %n %n के जसरी पनि कार्य निरन्तर राख्ने हो?
diff --git a/Greenshot/tools/innosetup/Languages/Norwegian.isl b/Greenshot/tools/innosetup/Languages/Norwegian.isl
index 304935506..5a4ebfef1 100644
--- a/Greenshot/tools/innosetup/Languages/Norwegian.isl
+++ b/Greenshot/tools/innosetup/Languages/Norwegian.isl
@@ -1,19 +1,18 @@
-; *** Inno Setup version 5.1.11+ Norwegian messages ***
+; *** Inno Setup version 5.5.3+ Norwegian (bokml) messages ***
;
; Note: When translating this text, do not add periods (.) to the end of
; messages that didn't have them already, because on those messages Inno
; Setup adds the periods automatically (appending a period would result in
; two periods being displayed).
;
-; Norwegian translation by Jostein Christoffer Andersen
-; E-mail: jostein@josander.net
-; E-mail: thomas.kelso@gmail.com
+; Norwegian translation by Eivind Bakkestuen
+; E-mail: eivind@nexusdb.com
; Many thanks to the following people for language improvements and comments:
;
-; Harald Habberstad, Frode Weum, Eivind Bakkestuen, Morten Johnsen,
-; Tore Ottinsen, Kristian Hyllestad, Thomas Kelso
+; Harald Habberstad, Frode Weum, Morten Johnsen,
+; Tore Ottinsen, Kristian Hyllestad, Thomas Kelso, Jostein Christoffer Andersen
;
-; $jrsoftware: issrc/Files/Languages/Norwegian.isl,v 1.15 2007/04/24 09:15:31 mlaan Exp $
+; $jrsoftware: issrc/Files/Languages/Norwegian.isl,v 1.15 2007/04/23 15:03:35 josander+ Exp $
[LangOptions]
LanguageName=Norsk
@@ -43,6 +42,10 @@ LastErrorMessage=%1.%n%nFeil %2: %3
SetupFileMissing=Filen %1 mangler i installasjonskatalogen. Vennligst korriger problemet eller skaff deg en ny kopi av programmet.
SetupFileCorrupt=Installasjonsfilene er delagte. Vennligst skaff deg en ny kopi av programmet.
SetupFileCorruptOrWrongVer=Installasjonsfilene er delagte eller ikke kompatible med dette installasjonsprogrammet. Vennligst korriger problemet eller skaff deg en ny kopi av programmet.
+InvalidParameter=Kommandolinjen hadde en ugyldig parameter:%n%n%1
+SetupAlreadyRunning=Dette programmet kjrer allerede.
+WindowsVersionNotSupported=Dette programmet sttter ikke Windows-versjonen p denne maskinen.
+WindowsServicePackRequired=Dette programmet krever %1 Service Pack %2 eller nyere.
NotOnThisPlatform=Dette programmet kjrer ikke p %1.
OnlyOnThisPlatform=Dette programmet kjrer kun p %1.
OnlyOnTheseArchitectures=Dette programmet kan kun installeres i Windows-versjoner som er beregnet p flgende prossessorarkitekturer:%n%n%1
@@ -65,12 +68,12 @@ AboutSetupMenuItem=&Om installasjonsprogrammet...
AboutSetupTitle=Om installasjonsprogrammet
AboutSetupMessage=%1 versjon %2%n%3%n%n%1 hjemmeside:%n%4
AboutSetupNote=
-TranslatorNote=Norwegian translation maintained by Jostein Chr. Andersen (jostein@josander.net)
+TranslatorNote=Norwegian translation maintained by Eivind Bakkestuen (eivind@nexusdb.com)
; *** Buttons
ButtonBack=< &Tilbake
ButtonNext=&Neste >
-ButtonInstall=&Installr
+ButtonInstall=&Installer
ButtonOK=OK
ButtonCancel=Avbryt
ButtonYes=&Ja
@@ -106,7 +109,7 @@ IncorrectPassword=Det angitte passordet er feil, vennligst pr
; *** "License Agreement" wizard page
WizardLicense=Lisensbetingelser
-LicenseLabel=Vennligst les flgende lisensinformasjon fr du fortsetter.
+LicenseLabel=Vennligst les flgende viktig informasjon fr du fortsetter.
LicenseLabel3=Vennligst les flgende lisensbetingelser. Du m godta innholdet i lisensbetingelsene fr du fortsetter med installasjonen.
LicenseAccepted=Jeg &aksepterer lisensbetingelsene
LicenseNotAccepted=Jeg aksepterer &ikke lisensbetingelsene
@@ -133,7 +136,8 @@ SelectDirDesc=Hvor skal [name] installeres?
SelectDirLabel3=Installasjonsprogrammet vil installere [name] i flgende mappe.
SelectDirBrowseLabel=Klikk p Neste for fortsette. Klikk p Bla gjennom hvis du vil velge en annen mappe.
DiskSpaceMBLabel=Programmet krever minst [mb] MB med diskplass.
-ToUNCPathname=Kan ikke installere p en UNC-bane. Du m tilordne nettverksstasjonen hvis du vil installere i et nettverk.
+CannotInstallToNetworkDrive=Kan ikke installere p en nettverksstasjon.
+CannotInstallToUNCPath=Kan ikke installere p en UNC-bane. Du m tilordne nettverksstasjonen hvis du vil installere i et nettverk.
InvalidPath=Du m angi en full bane med stasjonsbokstav, for eksempel:%n%nC:\APP%n%Du kan ikke bruke formen:%n%n\\server\share
InvalidDrive=Den valgte stasjonen eller UNC-delingen finnes ikke, eller er ikke tilgjengelig. Vennligst velg en annen
DiskSpaceWarningTitle=For lite diskplass
@@ -179,8 +183,8 @@ NoProgramGroupCheck2=&Ikke legg til mappe p
; *** "Ready to Install" wizard page
WizardReady=Klar til installere
ReadyLabel1=Installasjonsprogrammet er n klar til installere [name] p din maskin.
-ReadyLabel2a=Klikk Installr for fortsette, eller Tilbake for se p eller forandre instillingene.
-ReadyLabel2b=Klikk Installr for fortsette.
+ReadyLabel2a=Klikk Installer for fortsette, eller Tilbake for se p eller forandre instillingene.
+ReadyLabel2b=Klikk Installer for fortsette.
ReadyMemoUserInfo=Brukerinformasjon:
ReadyMemoDir=Installer i mappen:
ReadyMemoType=Installasjonstype:
@@ -193,6 +197,11 @@ WizardPreparing=Forbereder installasjonen
PreparingDesc=Installasjonsprogrammet forbereder installasjon av [name] p den maskin.
PreviousInstallNotCompleted=Installasjonen/fjerningen av et tidligere program ble ikke ferdig. Du m starte maskinen p nytt.%n%nEtter omstarten m du kjre installasjonsprogrammet p nytt for fullfre installasjonen av [name].
CannotContinue=Installasjonsprogrammet kan ikke fortsette. Klikk p Avbryt for avslutte.
+ApplicationsFound=Disse applikasjonene bruker filer som vil oppdateres av installasjonen. Det anbefales la installasjonen automatisk avslutte disse applikasjonene.
+ApplicationsFound2=Disse applikasjonene bruker filer som vil oppdateres av installasjonen. Det anbefales la installasjonen automatisk avslutte disse applikasjonene. Installasjonen vil prve starte applikasjonene p nytt etter at installasjonen er avsluttet.
+CloseApplications=Lukk applikasjonene &automatisk
+DontCloseApplications=&Ikke lukk applikasjonene
+ErrorCloseApplications=Installasjonsprogrammet kunne ikke lukke alle applikasjonene &automatisk. Det anbefales lukke alle applikasjoner som bruker filer som installasjonsprogrammet trenger oppdatere fr du fortsetter installasjonen.
; *** "Installing" wizard page
WizardInstalling=Installerer
@@ -201,7 +210,7 @@ InstallingLabel=Vennligst vent mens [name] installeres p
; *** "Setup Completed" wizard page
FinishedHeadingLabel=Fullfrer installasjonsprogrammet for [name]
FinishedLabelNoIcons=[name] er installert p din maskin.
-FinishedLabel=[name] er installert p din maskin. Programmet kan kjres ved at du klikker p et av de installerte ikonene.
+FinishedLabel=[name] er installert p din maskin. Programmet kan kjres ved at du klikker p ett av de installerte ikonene.
ClickFinish=Klikk Ferdig for avslutte installasjonen.
FinishedRestartLabel=Maskinen m startes p nytt for at installasjonen skal fullfres. Vil du starte p nytt n?
FinishedRestartMessage=Maskinen m startes p nytt for at installasjonen skal fullfres.%n%nVil du starte p nytt n?
@@ -222,9 +231,10 @@ SelectDirectoryLabel=Vennligst angi hvor den neste disketten er.
; *** Installation phase messages
SetupAborted=Installasjonen ble avbrutt.%n%nVennligst korriger problemet og prv igjen.
-EntryAbortRetryIgnore=Klikk Prv igjen for forske p nytt, Ignorr for fortsette eller Avslutt for avslutte installasjonen.
+EntryAbortRetryIgnore=Klikk Prv igjen for forske p nytt, Ignorer for fortsette eller Avslutt for avslutte installasjonen.
; *** Installation status messages
+StatusClosingApplications=Lukker applikasjoner...
StatusCreateDirs=Lager mapper...
StatusExtractFiles=Pakker ut filer...
StatusCreateIcons=Lager programikoner...
@@ -233,6 +243,7 @@ StatusCreateRegistryEntries=Lager innstillinger i registeret...
StatusRegisterFiles=Registrerer filer...
StatusSavingUninstall=Lagrer info for avinstallering...
StatusRunProgram=Gjr ferdig installasjonen...
+StatusRestartingApplications=Restarter applikasjoner...
StatusRollback=Tilbakestiller forandringer...
; *** Misc. errors
@@ -296,6 +307,10 @@ SharedFileLocationLabel=Plassering:
WizardUninstalling=Avinstallerings-status:
StatusUninstalling=Avinstallerer %1...
+; *** Shutdown block reasons
+ShutdownBlockReasonInstallingApp=Installerer %1.
+ShutdownBlockReasonUninstallingApp=Avinstallerer %1.
+
; The custom messages below aren't used by Setup itself, but if you make
; use of them in your scripts, you'll want to translate them.
@@ -310,3 +325,6 @@ UninstallProgram=Avinstaller %1
LaunchProgram=Kjr %1
AssocFileExtension=&Koble %1 med filetternavnet %2
AssocingFileExtension=Kobler %1 med filetternavnet %2...
+AutoStartProgramGroupDescription=Oppstart:
+AutoStartProgram=Start %1 automatisk
+AddonHostProgramNotFound=%1 ble ikke funnet i katalogen du valgte.%n%nVil du fortsette likevel?
\ No newline at end of file
diff --git a/Greenshot/tools/innosetup/Languages/Polish.isl b/Greenshot/tools/innosetup/Languages/Polish.isl
index 08391e511..af2fd55f2 100644
--- a/Greenshot/tools/innosetup/Languages/Polish.isl
+++ b/Greenshot/tools/innosetup/Languages/Polish.isl
@@ -1,4 +1,4 @@
-; *** Inno Setup version 5.1.11+ Polish messages ***
+; *** Inno Setup version 5.5.3+ Polish messages ***
; Krzysztof Cynarski The Inno Setup Frequently Asked Questions contains supplemental information not found in the documentation or the Knowledge Base. The Inno Setup Frequently Asked Questions contains supplemental information not found in the documentation or the Knowledge Base. At the present time, I do not have plans for a Windows Installer edition of Inno Setup. "Supporting" Windows Installer would likely involve a near-complete rewrite of the program - something I don't have the time or interest to do. At the present time, there are no plans for a Windows Installer edition of Inno Setup. "Supporting" Windows Installer would likely involve a near-complete rewrite of the program. Note: with earlier Inno Setup versions it was already possible to install different files depending on the Windows version. No, and at the time of this writing I don't have plans to add such a feature. You are using Non Unicode Inno Setup:
Beginning with Inno Setup 4.2.2, languages specified in the [Languages] section that cannot be displayed under the active Windows ANSI code page are not listed in the Select Setup Language dialog. For example, Russian text can only be displayed properly if the active code page is 1251; if the user isn't running code page 1251 they will not see Russian as an option. On Windows XP, the active code page may be changed by going to Regional and Language Options in Control Panel, and setting Language for non-Unicode programs on the Advanced tab. On Windows 2000, the active code page may be changed by going to Regional Options in Control Panel, and clicking Set default.... If you are sure you're running in the correct code page and a language still isn't being listed, then most likely LanguageCodePage is set incorrectly inside the language's .isl file.Functionality
@@ -59,7 +59,6 @@ A:visited, A:active {
@@ -82,7 +81,6 @@ A:visited, A:active {
Installation Tasks
Compatibility
Miscellaneous
@@ -143,7 +141,7 @@ A:visited, A:active {
Will it support Windows Installer in the future?
-
How do I change the icon of Setup.exe?
@@ -157,10 +155,6 @@ A:visited, A:active {
Is there a "web install" feature?
-
-
Is it possible to do a silent install without using the /SILENT or /VERYSILENT command-line parameters?
@@ -259,6 +253,7 @@ cls
Some languages are missing on the Select Setup Language dialog, or it doesn't show up at all.
+
-Upgrade to at least Inno Setup 1.3.11, then use:
-[Icons]
-
-Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\My Program"; Filename: "{app}\MyProg.exe"
-
@@ -299,11 +287,11 @@ URL=http://web.site.address/Creating File Associations
-First set the [Setup] section directive "ChangesAssociations" to "yes". Then create [Registry] entries as shown below.
+First set the [Setup] section directive "ChangesAssociations" to "yes". Then create [Registry] entries as shown below.
[Registry]
-Root: HKCR; Subkey: ".myp"; ValueType: string; ValueName: ""; ValueData: "MyProgramFile"; Flags: uninsdeletevalue uninsdeletekeyifempty +Root: HKCR; Subkey: ".myp"; ValueType: string; ValueName: ""; ValueData: "MyProgramFile"; Flags: uninsdeletevalue".myp" is the extension we're associating. "MyProgramFile" is the internal name for the file type as stored in the registry. Make sure you use a unique name for this so you don't inadvertently overwrite another application's registry key. @@ -333,11 +321,10 @@ URL=http://web.site.address/Setting Environment Variables
-On Windows NT/2000/XP/2003, environment variables are stored as string values in the registry, so it is possible to manipulate them using the [Registry] section. System-wide environment variables are located at:
+Environment variables are stored as string values in the registry, so it is possible to manipulate them using the [Registry] section. System-wide environment variables are located at:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\EnvironmentUser-specific environment variables are located at:
HKEY_CURRENT_USER\Environment-On Windows 95/98/Me, you'll need to modify AUTOEXEC.BAT to set environment variables. Inno Setup does not include any built-in feature for that, however you could write a small program to do that and execute it via the [Run] section (more info).
Setting the "Close on Exit" Box on a Shortcut to an MS-DOS Program
@@ -354,12 +341,6 @@ URL=http://web.site.address/Installing Different Files Depending on Windows Version
That can be done via MinVersion and/or OnlyBelowVersion parameters on an entry. See the Common Parameters topic in the documentation for details.
-Here is a simple example of how to install one file on NT platforms (Windows NT/2000/XP/2003) and another file on non-NT platforms (Windows 95/98/Me):
-[Files]
-
-Source: "{app}\WinNT2000XP.exe"; DestDir: "{app}"; MinVersion: 0, 1
-Source: "{app}\Win9598Me.exe"; DestDir: "{app}"; MinVersion: 1, 0"0" means never install; "1" means install on any version (i.e. version 1.0 or later).
-Note: The above technique isn't limited to the [Files] section; MinVersion and OnlyBelowVersion can be used in most sections.
Settings Permissions on Files, Directories, or Registry Keys
@@ -442,22 +423,20 @@ end;
OS Compatibility
--Currently supported platforms include Windows 95, 98, 2000, 2003, XP, Me, and NT 4.0. No service packs or other OS updates are required on any of the supported platforms.
-I currently use and develop on Windows 2000 primarily, so Windows 2000 compatibility is foremost.
-When new major features are introduced, I usually test them personally on all supported Windows versions.
-The 16-bit version of Inno Setup was discontinued starting with version 1.3. Support for Windows NT 3.51 was discontinued starting with version 3.0.
+Currently supported platforms include every Windows release since 2000. No service packs or other OS updates are required on any of the supported platforms.
+The 16-bit version of Inno Setup was discontinued starting with version 1.3. Support for Windows NT 3.51 was discontinued starting with version 3.0. Support for Windows 95, 98, Me, and NT 4.0 was discontinued starting with version 5.5.
Windows NT/2000/XP/2003 & Administrative Privileges
+Administrative Privileges
-A typical Inno Setup installation running on Windows NT/2000/XP/2003 does not require administrative or "power user" privileges. However, there are exceptions as noted below.
-Things that require administrative privileges on both Windows NT/2000/XP/2003:
+A typical Inno Setup installation does not require administrative or "power user" privileges. However, there are exceptions as noted below.
+Things that require administrative privileges:
-
- Using "PrivilegesRequired=admin" in the script's [Setup] section. This causes Setup to abort with an error message if the user lacks administrative privileges.
- Using the "restartreplace" flag in the [Files] section. This flag causes Inno Setup to call the MoveFileEx function, which attempts to write to "HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Control\ Session Manager". Write access to this key is restricted to Administrators.
- Writing to any key under HKEY_USERS\.DEFAULT using the [Registry] section. Write access to this key is restricted to Administrators.
Things that require either administrative or "power user" privileges on Windows 2000/XP/2003:
+Things that require either administrative or "power user" privileges:
- Using "PrivilegesRequired=poweruser" in the script's [Setup] section. This causes Setup to abort with an error message if the user lacks either administrative or "power user" privileges.
- Using the "regserver" flag in the [Files] section. In most cases registering a DLL involves writing to HKEY_CLASSES_ROOT, a privilege not granted to ordinary users.
diff --git a/Greenshot/tools/innosetup/license.txt b/Greenshot/tools/innosetup/license.txt index bea8cfca3..5a528db0b 100644 --- a/Greenshot/tools/innosetup/license.txt +++ b/Greenshot/tools/innosetup/license.txt @@ -4,8 +4,8 @@ Inno Setup License Except where otherwise noted, all of the documentation and software included in the Inno Setup package is copyrighted by Jordan Russell. -Copyright (C) 1997-2010 Jordan Russell. All rights reserved. -Portions Copyright (C) 2000-2010 Martijn Laan. All rights reserved. +Copyright (C) 1997-2013 Jordan Russell. All rights reserved. +Portions Copyright (C) 2000-2013 Martijn Laan. All rights reserved. This software is provided "as-is," without any express or implied warranty. In no event shall the author be held liable for any damages arising from the diff --git a/Greenshot/tools/innosetup/whatsnew.htm b/Greenshot/tools/innosetup/whatsnew.htm index bad2c6352..c7a64dd44 100644 --- a/Greenshot/tools/innosetup/whatsnew.htm +++ b/Greenshot/tools/innosetup/whatsnew.htm @@ -4,35 +4,156 @@Inno Setup 5 Revision History - -Inno Setup 5-
Revision HistoryCopyright © 1997-2011 Jordan Russell. All rights reserved.
-Portions Copyright © 2000-2011 Martijn Laan. All rights reserved.
+Copyright © 1997-2013 Jordan Russell. All rights reserved.
+ +
+Portions Copyright © 2000-2013 Martijn Laan. All rights reserved.
For conditions of distribution and use, see LICENSE.TXT.+
+ + +- Windows 8 change: [Icons] section flag excludefromshowinnewinstall now additionally prevents the new shortcut from being automatically pinned the Start screen.
+- Added new command line parameters supported by Setup: /HELP and /?. Cause Setup to display the list of accepted command line parameters in a message box, exiting with exit code 0 afterwards. Ignored if the UseSetupLdr [Setup] section directive was set to no.
+- Added new command line parameter supported by Inno Setup's own installer: /PORTABLE=1. Causes Inno Setup's own installer to not create an uninstaller nor an entry in the Add/Remove Programs Control Panel applet. Also supported by QuickStart Pack's installer.
+- Added workaround for bug in 64-bit Windows which in some cases would cause Windows to display an error message when a user tries to change the icon of an installed shortcut.
+- Updated the compiler and document icons, created by Motaz.
+- Restart Manager: If Setup is not running silently and is unable to close all applications using files that need to be updated, it will now ask the user to abort, retry, or ignore. Previously it always ignored.
+- A message has been added in this version. + (View differences in Default.isl) +
++
+- New message: ErrorCloseApplications.
+- Added official Corsican and Nepali translations. The Nepali translation requires Unicode Inno Setup.
+- Inno Setup Preprocessor (ISPP) changes: +
++
+- Added directive #redim to increase or decrease the dimension of an existing array variable.
+- Added function DimOf. Returns the dimension of the specified identifier.
+- Pascal Scripting changes: +
++
+- Added new function: ExtractTemporaryFiles. This function is like ExtractTemporaryFile but supports wildcards and doesn't ignore directory information.
+- When ExtractTemporaryFile or ExtractTemporaryFiles extracts a file, this is now logged.
+- Unicode Inno Setup: Now has an Int64 type, supported by IntToStr. Also added new StrToInt64, StrToInt64Def, and GetSpaceOnDisk64 support functions.
+- If the Flags parameter of a [Files] entry includes isreadme and the entry also has a BeforeInstall or AfterInstall parameter, the BeforeInstall or AfterInstall functions will now only be called when the file is installed and no longer a second time when the file is viewed after the installation has completed.
+- [Setup] section directive VersionInfoProductTextVersion, which sets the textual product version value, is now truncated at 50 characters instead of 20. Contributed by Lukas Ais via GitHub.
+- The Inno Setup help file source code has been moved into the main Inno Setup source code repository.
+- Fix: [Setup] section directive CloseApplicationsFilter was partially case sensitive.
+- Unicode [Code] based on RemObjects Pascal Script Git commit 31abd2925837d85a6965b5325e8fb7835ca73ea8.
+- QuickStart Pack: No longer offers to download and install InnoIDE (which is no longer maintained by its author) unless /ALLOWINNOIDE=1 is specified on the command line. If you're still using InnoIDE it is recommended you switch to Inno Script Studio (which QuickStart pack can download and install).
+- Minor tweaks.
++
+ + +- Added the Windows 8 "compatibility" section to the various manifest resources used by Inno Setup.
+- Added constants {userpf} and {usercf}. Only Windows 7 and later supports {userpf} and {usercf}; if used on previous Windows versions, they will translate to the same directories as {localappdata}\Programs and {localappdata}\Programs\Common.
+- Pascal Scripting: Added new RegisterExtraCloseApplicationsResources event function and also added new RegisterExtraCloseApplicationsResource support function. These functions can be used to register extra files which Setup should check for being in-use.
+- Added new command line parameters supported by Setup: /CLOSEAPPLICATIONS and /RESTARTAPPLICATIONS. These can be used to override the CloseApplications and RestartApplications directives.
+- Decreased Unicode Inno Setup's size slightly. Contributed by Andreas Hausladen via GitHub.
+- Unicode [Code] based on RemObjects Pascal Script Git commit 52291ffbfc14f3cf1a445f3e88c6902e13fbdf78.
+- Minor tweaks.
++
+ + +- Added official Greek translation.
+- Updated the official Catalan, Czech, Danish, Finnish, French (Standard), German, Hebrew, Hungarian, Italian, Japanese, Norwegian (Bokmal), Polish, Portuguese (Brazil), Portuguese (Portugal), Russian, Serbian (Cyrillic), Serbian (Latin), Slovenian, Spanish, and Ukrainian translations for the changes introduced by the previous version.
+- Demoted the official Basque and Slovak translations to unofficial because of a lack of updates by the maintainers. To send updates yourself, see this post for what needs updating and use this form to send updates (or use GitHub). See the Inno Setup Translations page for more information.
+- Fix: The Preparing to Install wizard page's detection of files that need to be updated but are in use or queued (by some other installation) to be replaced or deleted on the next restart did not work for [Files] and [InstallDelete] entries with a Components or Tasks parameter.
+- Minor tweaks.
++
+ +- Non-Unicode Inno Setup OS requirements change: Windows 95, 98, Me, and NT 4.0 are no longer supported. Like the Unicode version, Windows 2000 is now the minimum supported operating system.
+- The MinVersion and OnlyBelowVersion directives and parameters now require only a single version number. For example: MinVersion=5.1. For compatibility with previous versions of Inno Setup, separate Windows 95/98/Me and Windows NT version numbers may still be specified, but these aren't used anymore.
+- On Windows Vista and newer, Setup now supports the Windows Restart Manager API to close and restart applications using files that need to be updated: +
++
+- Added new [Setup] section directive: CloseApplications, which defaults to yes. If set to yes and Setup is not running silently, Setup will now pause on the Preparing to Install wizard page if it detects applications using files that need to be updated by the [Files] or [InstallDelete] section, showing the applications and asking the user if Setup should automatically close the applications and restart them after the installation has completed. If set to yes and Setup is running silently, Setup will always close and restart such applications, unless told not to via the command line (see below).
+- Added new [Setup] section directive: CloseApplicationsFilter, which defaults to *.exe,*.dll,*.chm. Controls which files Setup will check for being in use. Setting this to *.* can provide better checking at the expense of speed.
+- Added new [Setup] section directive: RestartApplications, which defaults to yes. Note: for Setup to be able to restart an application after the installation has completed, the application needs to be using the Windows RegisterApplicationRestart API function.
+- Added new command line parameters supported by Setup: /NOCLOSEAPPLICATIONS and /NORESTARTAPPLICATIONS. These can be used to override the new CloseApplications and RestartApplications directives.
+- Added new [Code] support function: RmSessionStarted.
+- TWizardForm: Added new PreparingMemo property.
+- The Preparing to Install wizard page now also checks if one or more files specified in the [InstallDelete] section were queued (by some other installation) to be replaced or deleted on the next restart, making Setup stop on the page if it does. Previously it only checked files specified in the [Files] section.
+- Setup now additionally hides the Back and Next buttons while the PrepareToInstall [Code] event function is running. Previously it only disabled itself.
+- Added new [Setup] section directive: AllowNetworkDrive, which defaults to yes. If set to no, the user will not be allowed to enter a network drive on the Select Destination Location page of the wizard. Note: to fully disallow installation to network locations, you must also set AllowUNCPath to no.
+- Windows 7 changes: +
++
+- Added new [Icons] section flag: preventpinning. Prevents a Start menu entry from being pinnable to Taskbar or the Start Menu on Windows 7 (or later). This also makes the entry ineligible for inclusion in the Start menu's Most Frequently Used (MFU) list. Ignored on earlier Windows versions. Contributed by Milan Burda via GitHub.
+- Windows 7 SP1 fixed the issue with EstimatedSize values in the Uninstall registry key and on Windows 7 SP1 or newer Setup now sets EstimatedSize even for sizes of 4GB or more.
+- Improved the "auto-retry" feature of the [Files] section: it now automatically retries even if the restartreplace [Files] section flag is used.
+- Pascal Scripting: Changed the InstallOnThisVersion support function to return a Boolean value. If an invalid version string is passed, an exception will be raised.
+- Added 128x128 and 256x256 sizes to the compiler and document icons, created by Motaz.
+- Some messages have been added and removed in this version. + (View differences in Default.isl) +
++
+ Note: only the official English and Dutch (Netherlands) translations have been updated for these changes at this moment. See the Inno Setup Translations page for more information.- New messages: ApplicationsFound, ApplicationsFound2, CannotInstallToNetworkDrive, CannotInstallToUNCPath, CloseApplications, DontCloseApplications, InvalidParameter, SetupAlreadyRunning, ShutdownBlockReasonInstallingApp, ShutdownBlockReasonUninstallingApp, StatusClosingApplications, StatusRestartingApplications, WindowsServicePackRequired, WindowsVersionNotSupported.
+- New custom messages: AutoStartProgramGroupDescription, AutoStartProgram, AddonHostProgramNotFound.
+- Removed messages: ToUNCPathname.
+
+- Inno Setup Preprocessor (ISPP) changes: +
++
+- Added function DirExists.
+- The ISPP source code has been moved into the main Inno Setup source code repository.
+- Unicode [Code] based on RemObjects Pascal Script Git commit e5a93a963f785e89810e61e3eb5e2b6ee3efd3e7.
+- Minor tweaks.
+
+ + ++
+- QuickStart Pack: Now offers to download and install Inno Script Studio besides InnoIDE.
+- Setup now only allows the "Don't create a Start Menu folder" check box to suppress the creation of shortcuts under {group}. Previously, it would also suppress the creation of shortcuts in other locations, such as {userstartup}, on entries that lacked a Tasks parameter.
+- Setup now doesn't count files with Tasks/Check parameters when calculating the disk space shown at the bottom of the Select Components page.
+- Improved throughput of external file copying on some devices.
+- On Unicode, Setup now supports Rich Edit 4.1 when available.
+- Inno Setup Preprocessor (ISPP) changes: +
++
+- Documentation improvements: Added the functions available from ISPPBuiltins.iss to the help file.
+- #ifexist/#ifnexist: For consistency with ISPP functions, prepend SourcePath if the filename is relative, and also support prefix expansion.
+- ReadReg: Now only requests KEY_QUERY_VALUE access on the key. Previously, it requested KEY_ALL_ACCESS.
+- The Inno Setup source code is now also available as a Git repository at GitHub. This should make it easier to contribute to Inno Setup, see GitHub Help - Fork A Repo for more info.
+- Added official Serbian (both Latin and Cyrillic) and Ukrainian translations.
+- Minor tweaks.
+
- Windows 7 change:
-
- Added new [Icons] section flag: excludefromshowinnewinstall. Prevents a Start menu entry for a newly installed application shortcut from receiving a highlight on Windows 7 (or later). Ignored on earlier Windows versions.
+- Added new [Icons] section flag: excludefromshowinnewinstall. Prevents the Start menu entry for the new shortcut from receiving a highlight on Windows 7. Ignored on earlier Windows versions.
- Compiler IDE change: @@ -94,7 +215,7 @@ For conditions of distribution and use, see
- Updated bzip2 library to version 1.0.6.