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=ZbgAbv𑱍sł܂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邱Ƃł܂łBZbgAbv𑱍sOɁ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 ; ; To download user-contributed translations of this file, go to: @@ -39,6 +39,10 @@ LastErrorMessage=%1.%n%nB SetupFileMissing=W folderze instalacyjnym brak pliku %1.%nProsz usun problem lub uzyska now kopi programu instalacyjnego. SetupFileCorrupt=Pliki skadowe Instalatora s uszkodzone. Prosz uzyska now kopi Instalatora od producenta. SetupFileCorruptOrWrongVer=Pliki skadowe instalatora s uszkodzone lub niezgodne z t wersj Instalatora. Prosz rozwiza ten problem lub uzyska now kopi Instalatora od producenta. +InvalidParameter=W lini komend zosta przekazany nieprawidowy parametr:%n%n%1 +SetupAlreadyRunning=Instalator jest ju uruchomiony. +WindowsVersionNotSupported=Ten program nie wspiera aktualnie uruchomionej na Twoim komputerze wersji Windows. +WindowsServicePackRequired=Ten program wymaga %1 z dodatkiem Service Pack %2 lub pniejszym. NotOnThisPlatform=Tego programu nie mona uruchomi w systemie %1. OnlyOnThisPlatform=Ten program wymaga systemu %1. OnlyOnTheseArchitectures=Ten program moe by uruchomiony tylko w systemie Windows zaprojektowanym na procesory o architekturach:%n%n%1 @@ -129,7 +133,8 @@ SelectDirDesc=Gdzie ma by SelectDirLabel3=Instalator zainstaluje program [name] do poniszego folderu. SelectDirBrowseLabel=Kliknij przycisk Dalej, aby kontynuowa. Jeli chcesz okreli inny folder, kliknij przycisk Przegldaj. DiskSpaceMBLabel=Potrzeba przynajmniej [mb] MB wolnego miejsca na dysku. -ToUNCPathname=Instalator nie moe instalowa do cieki UNC. Jeli prbujesz zainstalowa program na dysku sieciowym, najpierw zmapuj ten dysk. +CannotInstallToNetworkDrive=Instalator nie moe zainstalowa programu na dysku sieciowym. +CannotInstallToUNCPath=Instalator nie moe zainstalowa programu w ciece UNC. InvalidPath=Musisz wprowadzi pen ciek wraz z liter dysku, np.:%n%nC:\PROGRAM%n%nlub sciek sieciow (UNC) w formacie:%n%n\\serwer\udzia InvalidDrive=Wybrany dysk lub udostpniony folder sieciowy nie istnieje. Prosz wybra inny. DiskSpaceWarningTitle=Niewystarczajca ilo wolnego miejsca na dysku @@ -189,7 +194,11 @@ WizardPreparing=Przygotowanie do instalacji PreparingDesc=Instalator przygotowuje instalacj programu [name] na Twoim komputerze. PreviousInstallNotCompleted=Instalacja (usunicie) poprzedniej wersji programu nie zostaa zakoczona. Bdziesz musia ponownie uruchomi komputer, aby zakoczy instalacj. %n%nPo ponownym uruchomieniu komputera uruchom ponownie instalatora, aby zakoczy instalacj aplikacji [name]. CannotContinue=Instalator nie moe kontynuowa. Kliknij przycisk Anuluj, aby przerwa instalacj. - +ApplicationsFound=Ponisze aplikacje uywaj plikw, ktre musz by uaktualnione przez Instalator. Zalecane jest aby pozwoli Instalatorowi automatycznie zamkn te aplikacje. +ApplicationsFound2=Ponisze aplikacje uywaj plikw, ktre musz by uaktualnione przez Instalator. Zalecane jest aby pozwoli Instalatorowi automatycznie zamkn te aplikacje. Po zakoczonej instalacji Instalator podejmie prb ich ponownego uruchomienia. +CloseApplications=&Automatycznie zamknij aplikacje +DontCloseApplications=&Nie zamykaj aplikacji +ErrorCloseApplications=Instalator nie by w stanie zamkn automatycznie wszystkich aplikacji. Zalecane jest zamknicie wszystkich tych aplikacji, ktre akualnie uywaj uakutalnianych przez Instalator plikw. ; *** "Installing" wizard page WizardInstalling=Instalacja @@ -222,6 +231,7 @@ SetupAborted=Instalacja nie zosta EntryAbortRetryIgnore=Moesz ponowi nieudan czynno, zignorowa j (nie zalecane) lub przerwa instalacj. ; *** Installation status messages +StatusClosingApplications=Zamykanie aplikacji... StatusCreateDirs=Tworzenie folderw... StatusExtractFiles=Dekompresja plikw... StatusCreateIcons=Tworzenie ikon aplikacji... @@ -230,6 +240,7 @@ StatusCreateRegistryEntries=Tworzenie zapis StatusRegisterFiles=Rejestracja plikw... StatusSavingUninstall=Zachowanie informacji deinstalatora... StatusRunProgram=Koczenie instalacji... +StatusRestartingApplications=Ponowne uruchamianie aplikacji... StatusRollback=Cofanie zmian... ; *** Misc. errors @@ -293,6 +304,10 @@ SharedFileLocationLabel=Po WizardUninstalling=Stan deinstalacji StatusUninstalling=Deinstalacja %1... +; *** Shutdown block reasons +ShutdownBlockReasonInstallingApp=Intstalacja %1. +ShutdownBlockReasonUninstallingApp=Dezinstalacja %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. @@ -307,3 +322,6 @@ UninstallProgram=Deinstalacja programu %1 LaunchProgram=Uruchom program %1 AssocFileExtension=&Przypisz program %1 do rozszerzenia pliku %2 AssocingFileExtension=Przypisywanie programu %1 do rozszerzenia pliku %2... +AutoStartProgramGroupDescription=Autostart: +AutoStartProgram=Automatycznie uruchamiaj %1 +AddonHostProgramNotFound=%1 nie zosta znaleziony we wskazanym przez Ciebie folderze.%n%nCzy pomimo tego chcesz kontynuowa? diff --git a/Greenshot/tools/innosetup/Languages/Portuguese.isl b/Greenshot/tools/innosetup/Languages/Portuguese.isl index 8179dfabc..3384ca9e8 100644 --- a/Greenshot/tools/innosetup/Languages/Portuguese.isl +++ b/Greenshot/tools/innosetup/Languages/Portuguese.isl @@ -1,8 +1,6 @@ -; *** Inno Setup version 5.1.11+ Portuguese (Portugal) messages *** +; *** Inno Setup version 5.5.3+ Portuguese (Portugal) messages *** ; -; Maintained by NARS (nars AT gmx.net) -; -; $jrsoftware: issrc/Files/Languages/Portuguese.isl,v 1.5 2008/02/21 22:56:57 nars Exp $ +; Maintained by Nuno Silva (nars AT gmx.net) [LangOptions] LanguageName=Portugu<00EA>s (Portugal) @@ -32,6 +30,10 @@ LastErrorMessage=%1.%n%nErro %2: %3 SetupFileMissing=O ficheiro %1 no foi encontrado na pasta de instalao. Corrija o problema ou obtenha uma nova cpia do programa. SetupFileCorrupt=Os ficheiros de instalao esto corrompidos. Obtenha uma nova cpia do programa. SetupFileCorruptOrWrongVer=Os ficheiros de instalao esto corrompidos, ou so incompatveis com esta verso do Assistente de Instalao. Corrija o problema ou obtenha uma nova cpia do programa. +InvalidParameter=Foi especificado um parmetro invlido na linha de comando:%n%n%1 +SetupAlreadyRunning=A instalao j est em execuo. +WindowsVersionNotSupported=Este programa no suporta a verso do Windows que est a utilizar. +WindowsServicePackRequired=Este programa necessita de %1 Service Pack %2 ou mais recente. NotOnThisPlatform=Este programa no pode ser executado no %1. OnlyOnThisPlatform=Este programa deve ser executado no %1. OnlyOnTheseArchitectures=Este programa s pode ser instalado em verses do Windows preparadas para as seguintes arquitecturas:%n%n%1 @@ -122,7 +124,8 @@ SelectDirDesc=Onde dever SelectDirLabel3=O [name] ser instalado na seguinte pasta. SelectDirBrowseLabel=Para continuar, clique em Seguinte. Se desejar seleccionar uma pasta diferente, clique em Procurar. DiskSpaceMBLabel= necessrio pelo menos [mb] MB de espao livre em disco. -ToUNCPathname=O Assistente de Instalao no pode instalar num caminho do tipo UNC. Se est a tentar fazer a instalao numa rede, precisa de mapear a unidade de rede. +CannotInstallToNetworkDrive=O Assistente de Instalao no pode instalar numa unidade de rede. +CannotInstallToUNCPath=O Assistente de Instalao no pode instalar num caminho UNC. InvalidPath= necessrio indicar o caminho completo com a letra de unidade; por exemplo:%n%nC:\APP%n%nou um caminho UNC no formato:%n%n\\servidor\partilha InvalidDrive=A unidade ou partilha UNC seleccionada no existe ou no est acessvel. Seleccione outra. DiskSpaceWarningTitle=No h espao suficiente no disco @@ -181,7 +184,12 @@ ReadyMemoTasks=Tarefas adicionais: WizardPreparing=Preparando-se para instalar PreparingDesc=Preparando-se para instalar o [name] no seu computador. PreviousInstallNotCompleted=A instalao/remoo de um programa anterior no foi completada. Necessitar de reiniciar o computador para completar essa instalao.%n%nDepois de reiniciar o computador, execute novamente este Assistente de Instalao para completar a instalao do [name]. -CannotContinue=A Instalao no pode continuar. Clique em Cancelar para sair. +CannotContinue=A instalao no pode continuar. Clique em Cancelar para sair. +ApplicationsFound=As seguintes aplicaes esto a utilizar ficheiros que necessitam ser actualizados pelo Assistente de Instalao. recomendado que permita que o Assistente de Instalao feche estas aplicaes. +ApplicationsFound2=As seguintes aplicaes esto a utilizar ficheiros que necessitam ser actualizados pelo Assistente de Instalao. recomendado que permita que o Assistente de Instalao feche estas aplicaes. Depois de completar a instalao, o Assistente de Instalao tentar reiniciar as aplicaes. +CloseApplications=&Fechar as aplicaes automaticamente +DontCloseApplications=&No fechar as aplicaes +ErrorCloseApplications=O Assistente de Instalao no conseguiu fechar todas as aplicaes automaticamente. Antes de continuar recomendado que feche todas as aplicaes que utilizem ficheiros que necessitem de ser actualizados pelo Assistente de Instalao. ; *** "Installing" wizard page WizardInstalling=A instalar @@ -214,6 +222,7 @@ SetupAborted=A instala EntryAbortRetryIgnore=Clique em Repetir para tentar novamente, Ignorar para continuar de qualquer forma, ou Abortar para cancelar a instalao. ; *** Installation status messages +StatusClosingApplications=A fechar aplicaes... StatusCreateDirs=A criar directorias... StatusExtractFiles=A extrair ficheiros... StatusCreateIcons=A criar atalhos... @@ -222,6 +231,7 @@ StatusCreateRegistryEntries=A criar entradas no registo... StatusRegisterFiles=A registar ficheiros... StatusSavingUninstall=A guardar informaes para desinstalao... StatusRunProgram=A concluir a instalao... +StatusRestartingApplications=A reiniciar aplicaes... StatusRollback=A anular as alteraes... ; *** Misc. errors @@ -285,6 +295,10 @@ SharedFileLocationLabel=Localiza WizardUninstalling=Estado da desinstalao StatusUninstalling=A desinstalar o %1... +; *** Shutdown block reasons +ShutdownBlockReasonInstallingApp=A instalar %1. +ShutdownBlockReasonUninstallingApp=A desinstalar %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. @@ -299,3 +313,6 @@ UninstallProgram=Desinstalar o %1 LaunchProgram=Executar o %1 AssocFileExtension=Associa&r o %1 aos ficheiros com a extenso %2 AssocingFileExtension=A associar o %1 aos ficheiros com a extenso %2... +AutoStartProgramGroupDescription=Inicializao Automtica: +AutoStartProgram=Iniciar %1 automaticamente +AddonHostProgramNotFound=No foi possvel localizar %1 na pasta seleccionada.%n%nDeseja continuar de qualquer forma? diff --git a/Greenshot/tools/innosetup/Languages/Russian.isl b/Greenshot/tools/innosetup/Languages/Russian.isl index 0e0fc52b9..373603770 100644 --- a/Greenshot/tools/innosetup/Languages/Russian.isl +++ b/Greenshot/tools/innosetup/Languages/Russian.isl @@ -1,14 +1,11 @@ -; *** Inno Setup version 5.1.11+ Russian messages *** +; *** Inno Setup version 5.5.3+ Russian messages *** ; -; Translation was made by Dmitry Kann, http://www.dk-soft.org/ -; The highest accuracy was the first priority. +; Translated from English by Dmitry Kann, http://yktoo.com/ ; ; 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). -; -; $jrsoftware: issrc/Files/Languages/Russian.isl,v 1.10 2007/02/28 04:38:21 jr Exp $ [LangOptions] LanguageName=<0420><0443><0441><0441><043A><0438><0439> @@ -29,7 +26,7 @@ ConfirmTitle= ErrorTitle= ; *** SetupLdr messages -SetupLdrStartupMessage= %1 , ? +SetupLdrStartupMessage= %1 , ? LdrCannotCreateTemp= . LdrCannotExecTemp= . @@ -38,14 +35,18 @@ LastErrorMessage=%1.%n%n 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- . , (Service Pack) %1. +MissingWOW64APIs= Windows, , , 64- . , (Service Pack) %1. WinVersionTooLowError= %1 %2 . WinVersionTooHighError= %1 %2 . -AdminPrivilegesRequired= , . -PowerUserPrivilegesRequired= , (Power Users). +AdminPrivilegesRequired= , . +PowerUserPrivilegesRequired= , (Power Users). SetupAppRunningError= %1.%n%n, , OK, , , . UninstallAppRunningError= %1.%n%n, , OK, , , . @@ -55,7 +56,7 @@ ErrorTooManyFilesInDir= ; *** Setup common messages ExitSetupTitle= -ExitSetupMessage= . , .%n%n , .%n%n ? +ExitSetupMessage= . , .%n%n , .%n%n ? AboutSetupMenuItem=& ... AboutSetupTitle= AboutSetupMessage=%1, %2%n%3%n%n %1:%n%4 @@ -90,14 +91,14 @@ NewFolderName= ; *** "Welcome" wizard page WelcomeLabel1= [name] -WelcomeLabel2= [name/ver] .%n%n , . +WelcomeLabel2= [name/ver] .%n%n , . ; *** "Password" wizard page WizardPassword= PasswordLabel1= . PasswordLabel3=, , . . PasswordEditLabel=&: -IncorrectPassword= . , . +IncorrectPassword= . , . ; *** "License Agreement" wizard page WizardLicense= @@ -109,10 +110,10 @@ LicenseNotAccepted= ; *** "Information" wizard pages WizardInfoBefore= InfoBeforeLabel=, , . -InfoBeforeClickLabel= , . +InfoBeforeClickLabel= , . WizardInfoAfter= -InfoAfterLabel= , . -InfoAfterClickLabel= , . +InfoAfterLabel=, , . +InfoAfterClickLabel= , . ; *** "User Information" wizard page WizardUserInfo= @@ -124,15 +125,16 @@ UserInfoNameRequired= ; *** "Select Destination Location" wizard page WizardSelectDir= -SelectDirDesc= [name]? +SelectDirDesc= [name]? SelectDirLabel3= [name] . -SelectDirBrowseLabel= , . , . +SelectDirBrowseLabel= , . , . DiskSpaceMBLabel= [mb] . -ToUNCPathname= . , . +CannotInstallToNetworkDrive= . +CannotInstallToUNCPath= UNC-. InvalidPath= ; :%n%nC:\APP%n%n UNC:%n%n\\_\_ -InvalidDrive= . , . +InvalidDrive= . , . DiskSpaceWarningTitle= -DiskSpaceWarning= %1 , %2 .%n%n ? +DiskSpaceWarning= %1 , %2 .%n%n ? DirNameTooLong= . InvalidDirName= . BadDirName32= : %n%n%1 @@ -144,13 +146,13 @@ DirDoesntExist= ; *** "Select Components" wizard page WizardSelectComponents= SelectComponentsDesc= ? -SelectComponentsLabel2= , ; , . , . +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? +NoUninstallWarning= , :%n%n%1%n%n .%n%n? ComponentSize1=%1 ComponentSize2=%1 ComponentsDiskSpaceMBLabel= [mb] . @@ -164,7 +166,7 @@ SelectTasksLabel2= WizardSelectProgramGroup= SelectStartMenuFolderDesc= ? SelectStartMenuFolderLabel3= . -SelectStartMenuFolderBrowseLabel= , . , . +SelectStartMenuFolderBrowseLabel= , . , . MustEnterGroupName= . GroupNameTooLong= . InvalidGroupName= . @@ -173,8 +175,8 @@ NoProgramGroupCheck2=& ; *** "Ready to Install" wizard page WizardReady= -ReadyLabel1= [name] . -ReadyLabel2a= , , , . +ReadyLabel1= [name] . +ReadyLabel2a= , , , . ReadyLabel2b= , . ReadyMemoUserInfo= : ReadyMemoDir= : @@ -185,18 +187,23 @@ ReadyMemoTasks= ; *** "Preparing to Install" wizard page WizardPreparing= -PreparingDesc= [name] . -PreviousInstallNotCompleted= . , .%n%n , [name]. +PreparingDesc= [name] . +PreviousInstallNotCompleted= . , .%n%n , [name]. CannotContinue= . . +ApplicationsFound= , . . +ApplicationsFound2= , . . , . +CloseApplications=& +DontCloseApplications=& +ErrorCloseApplications= . , , . ; *** "Installing" wizard page WizardInstalling=... -InstallingLabel=, , [name] . +InstallingLabel=, , [name] . ; *** "Setup Completed" wizard page FinishedHeadingLabel= [name] -FinishedLabelNoIcons= [name] . -FinishedLabel= [name] . . +FinishedLabelNoIcons= [name] . +FinishedLabel= [name] . . ClickFinish= , . FinishedRestartLabel= [name] . ? FinishedRestartMessage= [name] .%n%n ? @@ -220,6 +227,7 @@ SetupAborted= EntryAbortRetryIgnore= , , , , . ; *** Installation status messages +StatusClosingApplications= ... StatusCreateDirs= ... StatusExtractFiles= ... StatusCreateIcons= ... @@ -228,6 +236,7 @@ StatusCreateRegistryEntries= StatusRegisterFiles= ... StatusSavingUninstall= ... StatusRunProgram= ... +StatusRestartingApplications= ... StatusRollback= ... ; *** Misc. errors @@ -277,20 +286,25 @@ UninstallUnknownEntry= ConfirmUninstall= %1 ? UninstallOnlyOnWin64= 64- Windows. OnlyAdminCanUninstall= . -UninstallStatusLabel=, , %1 . -UninstalledAll= %1 . +UninstallStatusLabel=, , %1 . +UninstalledAll= %1 . UninstalledMost= %1 .%n%n . . -UninstalledAndNeedsRestart= %1 .%n%n ? +UninstalledAndNeedsRestart= %1 .%n%n ? UninstallDataCorrupted= "%1" . ; *** Uninstallation phase messages ConfirmDeleteSharedFileTitle= ? -ConfirmDeleteSharedFile2= , . ?%n%n - , , . , . . +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. @@ -305,3 +319,6 @@ UninstallProgram= LaunchProgram= %1 AssocFileExtension=& %1 , %2 AssocingFileExtension= %1 %2... +AutoStartProgramGroupDescription=: +AutoStartProgram= %1 +AddonHostProgramNotFound=%1 .%n%n ? diff --git a/Greenshot/tools/innosetup/Languages/SerbianCyrillic.isl b/Greenshot/tools/innosetup/Languages/SerbianCyrillic.isl index 8db507156..0ea72f5e0 100644 --- a/Greenshot/tools/innosetup/Languages/SerbianCyrillic.isl +++ b/Greenshot/tools/innosetup/Languages/SerbianCyrillic.isl @@ -1,6 +1,9 @@ -; *** Inno Setup version 5.1.11+ Serbian (Cyrillic) messages *** +; *** Inno Setup version 5.5.3+ Serbian (Cyrillic) messages *** ; -; Translated by Rancher (theranchcowboy@googlemail.com). +; To download user-contributed translations of this file, go to: +; http://www.jrsoftware.org/files/istrans/ +; +; Translated by Rancher (theranchcowboy@gmail.com). ; ; 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 @@ -29,8 +32,8 @@ LanguageCodePage=1251 ; *** Application titles SetupAppTitle= SetupWindowTitle= %1 -UninstallAppTitle= -UninstallAppFullTitle= %1 +UninstallAppTitle= +UninstallAppFullTitle= %1 ; *** Misc. common InformationTitle= @@ -39,18 +42,22 @@ ErrorTitle= ; *** SetupLdr messages SetupLdrStartupMessage= %1. ? -LdrCannotCreateTemp= . -LdrCannotExecTemp= . +LdrCannotCreateTemp= . . +LdrCannotExecTemp= . . ; *** Startup error messages LastErrorMessage=%1.%n%n %2: %3 -SetupFileMissing= %1 . . -SetupFileCorrupt= . . -SetupFileCorruptOrWrongVer= . . +SetupFileMissing= %1 . . +SetupFileCorrupt= . . +SetupFileCorruptOrWrongVer= . . +InvalidParameter= : %n%n%1 +SetupAlreadyRunning= . +WindowsVersionNotSupported= . +WindowsServicePackRequired= %1 %2 . NotOnThisPlatform= %1. OnlyOnThisPlatform= %1. -OnlyOnTheseArchitectures= :%n%n%1 -MissingWOW64APIs= 64- . %1 . +OnlyOnTheseArchitectures= :%n%n%1 +MissingWOW64APIs= 64- . %1 . WinVersionTooLowError= %1, %2 . WinVersionTooHighError= %1 %2 . AdminPrivilegesRequired= . @@ -59,17 +66,17 @@ SetupAppRunningError= UninstallAppRunningError= %1 .%n%n . ; *** Misc. errors -ErrorCreatingDir= %1 -ErrorTooManyFilesInDir= %1 +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 +AboutSetupMessage=%1 %2%n%3%n%n%1 :%n%4 AboutSetupNote= -TranslatorNote=Serbian translation by Rancher +TranslatorNote=Serbian translation by Rancher. ; *** Buttons ButtonBack=< & @@ -88,7 +95,7 @@ ButtonNewFolder=& ; *** "Select Language" dialog messages SelectLanguageTitle= -SelectLanguageLabel= : +SelectLanguageLabel= : ; *** Common wizard text ClickNext= . @@ -99,7 +106,7 @@ NewFolderName= ; *** "Welcome" wizard page WelcomeLabel1= [name] -WelcomeLabel2= [name/ver] .%n%n . +WelcomeLabel2= [name/ver] .%n%n , . ; *** "Password" wizard page WizardPassword= @@ -137,10 +144,11 @@ SelectDirDesc= SelectDirLabel3= [name] . SelectDirBrowseLabel= . , 腓. DiskSpaceMBLabel= [mb] MB . -ToUNCPathname= . , . +CannotInstallToNetworkDrive= . +CannotInstallToUNCPath= UNC . InvalidPath= (.%n%nC:\APP%n%n %n%n\\server\shre) InvalidDrive= . . -DiskSpaceWarningTitle= +DiskSpaceWarningTitle= DiskSpaceWarning= %1 kB , %2 kB.%n%n ? DirNameTooLong= . InvalidDirName= . @@ -151,15 +159,15 @@ DirDoesntExistTitle= DirDoesntExist=:%n%n%1%n%n . ? ; *** "Select Components" wizard page -WizardSelectComponents= -SelectComponentsDesc= ? -SelectComponentsLabel2= , . . +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 ? +NoUninstallWarningTitle= +NoUninstallWarning= :%n%n%1%n%n .%n%n ? ComponentSize1=%1 kB ComponentSize2=%1 MB ComponentsDiskSpaceMBLabel= [mb] MB . @@ -170,9 +178,9 @@ SelectTasksDesc= SelectTasksLabel2= [name] . ; *** "Select Start Menu Folder" wizard page -WizardSelectProgramGroup= +WizardSelectProgramGroup= SelectStartMenuFolderDesc= . -SelectStartMenuFolderLabel3= . +SelectStartMenuFolderLabel3= . SelectStartMenuFolderBrowseLabel= . , 腓. MustEnterGroupName= . GroupNameTooLong= . @@ -182,25 +190,30 @@ NoProgramGroupCheck2= ; *** "Ready to Install" wizard page WizardReady= -ReadyLabel1= [name] . +ReadyLabel1= [name] . ReadyLabel2a= ༓ . ReadyLabel2b= ༓ . ReadyMemoUserInfo= : ReadyMemoDir= : ReadyMemoType= : -ReadyMemoComponents= : -ReadyMemoGroup= : +ReadyMemoComponents= : +ReadyMemoGroup= : ReadyMemoTasks= : ; *** "Preparing to Install" wizard page WizardPreparing= -PreparingDesc= [name] . -PreviousInstallNotCompleted= . .%n%n , [name]. -CannotContinue= . . +PreparingDesc= [name] . +PreviousInstallNotCompleted= . .%n%n , [name]. +CannotContinue= . . +ApplicationsFound= . . +ApplicationsFound2= . . , . +CloseApplications=& +DontCloseApplications=& +ErrorCloseApplications= . , . ; *** "Installing" wizard page WizardInstalling= -InstallingLabel= [name] . +InstallingLabel= [name] . ; *** "Setup Completed" wizard page FinishedHeadingLabel=[name] @@ -229,14 +242,16 @@ SetupAborted= EntryAbortRetryIgnore= , . ; *** Installation status messages +StatusClosingApplications= StatusCreateDirs= StatusExtractFiles= StatusCreateIcons= -StatusCreateIniEntries= INI +StatusCreateIniEntries= INI StatusCreateRegistryEntries= StatusRegisterFiles= -StatusSavingUninstall= +StatusSavingUninstall= StatusRunProgram= +StatusRestartingApplications= StatusRollback= ; *** Misc. errors @@ -252,7 +267,7 @@ ErrorRegCreateKey= ErrorRegWriteKey= :%n%1\%2 ; *** INI errors -ErrorIniEntry= INI %1. +ErrorIniEntry= INI %1. ; *** File copying errors FileAbortRetryIgnore= , ( ) . @@ -262,7 +277,7 @@ SourceDoesntExist= ExistingFileReadOnly= .%n%n , . ErrorReadingExistingDest= : FileExists= .%n%n ? -ExistingFileNewer= . .%n%n ? +ExistingFileNewer= . .%n%n ? ErrorChangingAttr= : ErrorCreatingTemp= : ErrorReadingSource= : @@ -276,41 +291,48 @@ ErrorRegisterTypeLib= ; *** Post-installation errors ErrorOpeningReadme= . -ErrorRestartingComputer= . . +ErrorRestartingComputer= . . ; *** Uninstaller messages -UninstallNotFound= %1 . . -UninstallOpenError= %1 . -UninstallUnsupportedVer= %1 . -UninstallUnknownEntry= (%1) -ConfirmUninstall= %1 ? -UninstallOnlyOnWin64= 64- . -OnlyAdminCanUninstall= . -UninstallStatusLabel= %1 . -UninstalledAll=%1 . -UninstalledMost=%1 .%n%n . +UninstallNotFound= %1 . . +UninstallOpenError= %1 . . +UninstallUnsupportedVer= %1 . . +UninstallUnknownEntry= (%1) . +ConfirmUninstall= %1 ? +UninstallOnlyOnWin64= 64- . +OnlyAdminCanUninstall= . +UninstallStatusLabel= %1 . +UninstalledAll=%1 . +UninstalledMost=%1 .%n%n . UninstalledAndNeedsRestart= .%n%n ? -UninstallDataCorrupted= %1 . +UninstallDataCorrupted= %1 . . ; *** Uninstallation phase messages ConfirmDeleteSharedFileTitle= ConfirmDeleteSharedFile2= . ?%n%n , . , . . SharedFileNameLabel= : SharedFileLocationLabel=: -WizardUninstalling= -StatusUninstalling= %1 +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 +NameAndVersion=%1 %2 AdditionalIcons= : CreateDesktopIcon=& CreateQuickLaunchIcon=& ProgramOnTheWeb=%1 -UninstallProgram= %1 +UninstallProgram= %1 LaunchProgram= %1 -AssocFileExtension=& %1 %2 -AssocingFileExtension= %1 %2 +AssocFileExtension=& %1 %2 +AssocingFileExtension= %1 %2 +AutoStartProgramGroupDescription=: +AutoStartProgram= %1 +AddonHostProgramNotFound=%1 .%n%n ? diff --git a/Greenshot/tools/innosetup/Languages/SerbianLatin.isl b/Greenshot/tools/innosetup/Languages/SerbianLatin.isl index 28d7f3d9b..4c28549d7 100644 --- a/Greenshot/tools/innosetup/Languages/SerbianLatin.isl +++ b/Greenshot/tools/innosetup/Languages/SerbianLatin.isl @@ -1,6 +1,9 @@ -; *** Inno Setup version 5.1.11+ Serbian (Latin) messages *** +; *** Inno Setup version 5.5.3+ Serbian (Latin) messages *** ; -; Translated by Rancher (theranchcowboy@googlemail.com). +; To download user-contributed translations of this file, go to: +; http://www.jrsoftware.org/files/istrans/ +; +; Translated by Rancher (theranchcowboy@gmail.com). ; ; 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 @@ -29,8 +32,8 @@ LanguageCodePage=1250 ; *** Application titles SetupAppTitle=Instalacija SetupWindowTitle=Instalacija %1 -UninstallAppTitle=Uklanjanje -UninstallAppFullTitle=Uklanjanje programa %1 +UninstallAppTitle=Deinstalacija +UninstallAppFullTitle=Deinstalacija programa %1 ; *** Misc. common InformationTitle=Podaci @@ -39,18 +42,22 @@ ErrorTitle=Gre ; *** SetupLdr messages SetupLdrStartupMessage=Instaliraete %1. elite li da nastavite? -LdrCannotCreateTemp=Ne mogu da napravim privremenu datoteku. Instalacija je prekinuta -LdrCannotExecTemp=Ne mogu da pokrenem datoteku u privremenoj fascikli. Instalacija je prekinuta +LdrCannotCreateTemp=Ne mogu da napravim privremenu datoteku. Instalacija je prekinuta. +LdrCannotExecTemp=Ne mogu da pokrenem datoteku u privremenoj fascikli. Instalacija je prekinuta. ; *** Startup error messages LastErrorMessage=%1.%n%nGreka %2: %3 -SetupFileMissing=Datoteka %1 nedostaje u fascikli za instalaciju. Ispravite problem ili nabavite novi primerak programa. -SetupFileCorrupt=Datoteke za instalaciju su oteene. Nabavite novi primerak programa. -SetupFileCorruptOrWrongVer=Datoteke za instalaciju su oteene ili nisu saglasne s ovim izdanjem instalacije. Ispravite problem ili nabavite novi primerak programa. +SetupFileMissing=Datoteka %1 nedostaje u instalacionoj fascikli. Ispravite problem ili nabavite novi primerak programa. +SetupFileCorrupt=Instalacione datoteke su oteene. Nabavite novi primerak programa. +SetupFileCorruptOrWrongVer=Instalacione datoteke su oteene ili nisu saglasne s ovom verzijom instalacije. Ispravite problem ili nabavite novi primerak programa. +InvalidParameter=Neispravan parametar je prenet na komandnu liniju: %n%n%1 +SetupAlreadyRunning=Instalacija je ve pokrenuta. +WindowsVersionNotSupported=Program ne podrava izdanje vindousa koje koristite. +WindowsServicePackRequired=Program zahteva %1 servisni paket %2 ili noviji. NotOnThisPlatform=Program nee raditi na %1. OnlyOnThisPlatform=Program e raditi na %1. -OnlyOnTheseArchitectures=Program se moe instalirati samo na izdanjima vindousa koji rade sa sledeim arhitekturama procesora:%n%n%1 -MissingWOW64APIs=Izdanje vindousa koje koristite ne sadri mogunosti potrebne za izvravanje 64-bitnih instalacija. Instalirajte servisni paket %1 da biste reili ovaj problem. +OnlyOnTheseArchitectures=Program se moe instalirati samo na izdanjima vindousa koji rade na sledeim arhitekturama procesora:%n%n%1 +MissingWOW64APIs=Izdanje vindousa koje koristite ne sadri funkcionalnost potrebnu za izvravanje 64-bitnih instalacija. Instalirajte servisni paket %1 da biste reili ovaj problem. WinVersionTooLowError=Program zahteva %1, izdanje %2 ili novije. WinVersionTooHighError=Program ne moete instalirati na %1 izdanju %2 ili novijem. AdminPrivilegesRequired=Morate biti prijavljeni kao administrator da biste instalirali program. @@ -59,17 +66,17 @@ SetupAppRunningError=Program %1 je trenutno pokrenut.%n%nZatvorite ga i kliknite UninstallAppRunningError=Program %1 je trenutno pokrenut.%n%nZatvorite ga i kliknite na dugme U redu da nastavite ili Otkai da napustite instalaciju. ; *** Misc. errors -ErrorCreatingDir=Ne mogu da napravim fasciklu %1 -ErrorTooManyFilesInDir=Ne mogu da napravim datoteku u fascikli %1 jer sadri previe datoteka +ErrorCreatingDir=Ne mogu da napravim fasciklu %1. +ErrorTooManyFilesInDir=Ne mogu da napravim datoteku u fascikli %1 jer sadri previe datoteka. ; *** Setup common messages ExitSetupTitle=Naputanje instalacije ExitSetupMessage=Instalacija nije zavrena. Ako sada izaete, program nee biti instaliran.%n%nInstalaciju moete pokrenuti i dovriti nekom dugom prilikom.%n%nelite li da je zatvorite? AboutSetupMenuItem=&O programu AboutSetupTitle=Podaci o programu -AboutSetupMessage=%1 izdanje %2%n%3%n%n%1 poetna stranica:%n%4 +AboutSetupMessage=%1 verzija %2%n%3%n%n%1 matina stranica:%n%4 AboutSetupNote= -TranslatorNote=Serbian translation by Rancher +TranslatorNote=Serbian translation by Rancher. ; *** Buttons ButtonBack=< &Nazad @@ -88,7 +95,7 @@ ButtonNewFolder=&Napravi fasciklu ; *** "Select Language" dialog messages SelectLanguageTitle=Odabir jezika -SelectLanguageLabel=Izaberite jezik koji elite da koristite prilikom instalacije: +SelectLanguageLabel=Izaberite jezik tokom instalacije: ; *** Common wizard text ClickNext=Kliknite na Dalje da nastavite ili Otkai da napustite instalaciju. @@ -99,7 +106,7 @@ NewFolderName=Nova fascikla ; *** "Welcome" wizard page WelcomeLabel1=Dobro doli na instalaciju programa [name] -WelcomeLabel2=Instaliraete [name/ver] na svoj raunar.%n%nPreporuuje se da zatvorite sve druge programe pre nego to nastavite. +WelcomeLabel2=Instaliraete [name/ver] na raunar.%n%nPre nego to nastavite, preporuujemo vam da zatvorite sve druge programe. ; *** "Password" wizard page WizardPassword=Lozinka @@ -137,10 +144,11 @@ SelectDirDesc=Izaberite mesto na kom SelectDirLabel3=Program e instalirati [name] u sledeu fasciklu. SelectDirBrowseLabel=Kliknite na Dalje da nastavite. Ako elite da izaberete drugu fasciklu, kliknite na Potrai. DiskSpaceMBLabel=Potrebno je najmanje [mb] MB slobodnog prostora na disku. -ToUNCPathname=Ne mogu da instaliram program u navedenu fasciklu. Ako pokuavate da ga instalirate na mrei, prvo ete morati da mapirate mreni disk. +CannotInstallToNetworkDrive=Ne mogu da instaliram na mrenu jedinicu. +CannotInstallToUNCPath=Ne mogu da instaliram na UNC putanju. InvalidPath=Morate navesti punu putanju s obelejem diska (npr.%n%nC:\APP%n%nili putanja u obliku%n%n\\server\share) InvalidDrive=Disk koji ste izabrali ne postoji ili nije dostupan. Izaberite neki drugi. -DiskSpaceWarningTitle=Nema dovoljno prostora na disku +DiskSpaceWarningTitle=Nedovoljno prostora na disku DiskSpaceWarning=Program zahteva najmanje %1 kB slobodnog prostora, a izabrani disk na raspolaganju ima samo %2 kB.%n%nelite li ipak da nastavite? DirNameTooLong=Naziv fascikle ili putanja je predugaka. InvalidDirName=Naziv fascikle nije ispravan. @@ -151,15 +159,15 @@ DirDoesntExistTitle=Fascikla ne postoji DirDoesntExist=Fascikla:%n%n%1%n%nne postoji. elite li da je napravite? ; *** "Select Components" wizard page -WizardSelectComponents=Odabir delova -SelectComponentsDesc=Koje delove elite da instalirate? -SelectComponentsLabel2=Izaberite delove koje elite da instalirate, a oistite one koje ne elite. Kliknite na Dalje da nastavite. +WizardSelectComponents=Odabir komponenata +SelectComponentsDesc=Koje komponente elite da instalirate? +SelectComponentsLabel2=Izaberite komponente koje elite da instalirate, a oistite one koje ne elite. Kliknite na Dalje da nastavite. FullInstallation=Puna instalacija ; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language) CompactInstallation=Podrazumevana instalacija CustomInstallation=Prilagoena instalacija -NoUninstallWarningTitle=Delovi ve postoje -NoUninstallWarning=Sledei delovi ve postoje na vaem raunaru:%n%n%1%n%nDetrikliranje ovih delova ih nee ukloniti.%n%nelite li da nastavite? +NoUninstallWarningTitle=Komponente ve postoje +NoUninstallWarning=Sledee komponente ve postoje na raunaru:%n%n%1%n%nDetrikliranje ovih komponenti ih nee ukloniti.%n%nelite li da nastavite? ComponentSize1=%1 kB ComponentSize2=%1 MB ComponentsDiskSpaceMBLabel=Izabrane stavke zahtevaju najmanje [mb] MB slobodnog prostora. @@ -170,9 +178,9 @@ SelectTasksDesc=Izaberite neke dodatne zadatke. SelectTasksLabel2=Izaberite dodatne zadatke koje elite da izvrite pri instaliranju programa [name] i kliknite na Dalje. ; *** "Select Start Menu Folder" wizard page -WizardSelectProgramGroup=Odabir fascikle na meniju Start +WizardSelectProgramGroup=Odabir fascikle u meniju Start SelectStartMenuFolderDesc=Izaberite mesto na kom elite da postavite preice. -SelectStartMenuFolderLabel3=Instalacija e postaviti preice programa u sledeoj fascikli na meniju Start. +SelectStartMenuFolderLabel3=Instalacija e postaviti preice programa u sledeoj fascikli u meniju Start. SelectStartMenuFolderBrowseLabel=Kliknite na Dalje da nastavite. Ako elite da izaberete drugu fasciklu, kliknite na Potrai. MustEnterGroupName=Morate navesti naziv fascikle. GroupNameTooLong=Naziv fascikle ili putanja je predugaka. @@ -182,25 +190,30 @@ NoProgramGroupCheck2=N&e pravi fasciklu u meniju ; *** "Ready to Install" wizard page WizardReady=Instalacija je spremna -ReadyLabel1=Program je spreman da instalira [name] na va raunar. +ReadyLabel1=Program je spreman da instalira [name] na raunar. ReadyLabel2a=Kliknite na Instaliraj da zaponete instalaciju ili Nazad da ponovo pregledate i promenite pojedine postavke. ReadyLabel2b=Kliknite na Instaliraj da zaponete instalaciju. ReadyMemoUserInfo=Korisniki podaci: ReadyMemoDir=Odredina fascikla: ReadyMemoType=Vrsta instalacije: -ReadyMemoComponents=Izabrani delovi: -ReadyMemoGroup=Fascikla na meniju Start: +ReadyMemoComponents=Izabrane komponente: +ReadyMemoGroup=Fascikla u meniju Start: ReadyMemoTasks=Dodatni zadaci: ; *** "Preparing to Install" wizard page WizardPreparing=Priprema za instalaciju -PreparingDesc=Program se priprema da instalira [name] na va raunar. -PreviousInstallNotCompleted=Instalacija ili uklanjanje prethodnog programa nije zavreno. Potrebno je da ponovo pokrenete raunar da bi se instalacija zavrila.%n%nNakon ponovnog pokretanja, otvorite instalaciju i instalirajte program [name]. -CannotContinue=Ne mogu da nastavim instaliranje. Kliknite na Otkai da izaete. +PreparingDesc=Program se priprema da instalira [name] na raunar. +PreviousInstallNotCompleted=Instalacija ili deinstalacija prethodnog programa nije zavrena. Potrebno je da ponovo pokrenete raunar da bi se instalacija zavrila.%n%nNakon ponovnog pokretanja, otvorite instalaciju i instalirajte program [name]. +CannotContinue=Ne mogu da nastavim instalaciju. Kliknite na Otkai da izaete. +ApplicationsFound=Sledei programi koriste datoteke koje treba da aurira instalacioni program. Preporuujemo vam da dozvolite instalacionom programu da zatvori ove programe. +ApplicationsFound2=Sledei programi koriste datoteke koje treba da aurira instalacioni program. Preporuujemo vam da dozvolite instalacionom programu da zatvori ove programe. Nakon to se instalacija zavri, instalacioni program e pokuati da ponovo pokrene zatvorene programe. +CloseApplications=&Zatvori programe +DontCloseApplications=&Ne zatvaraj programe +ErrorCloseApplications=Ne mogu da zatvorim sve programe. Pre nego to nastavite, preporuujemo vam da zatvorite sve programe koji koriste datoteke koje treba da aurira instalacioni program. ; *** "Installing" wizard page WizardInstalling=Instaliranje -InstallingLabel=Saekajte da se [name] instalira na va raunar. +InstallingLabel=Saekajte da se [name] instalira na raunar. ; *** "Setup Completed" wizard page FinishedHeadingLabel=[name] zavretak instalacije @@ -229,14 +242,16 @@ SetupAborted=Instalacija nije zavr EntryAbortRetryIgnore=Kliknite na Pokuaj opet da ponovite radnju, Zanemari da nastavite u svakom sluaju ili Prekini da obustavite instalaciju. ; *** Installation status messages +StatusClosingApplications=Zatvaram programe StatusCreateDirs=Pravim fascikle StatusExtractFiles=Raspakujem datoteke StatusCreateIcons=Postavljam preice -StatusCreateIniEntries=Postavljam unose INI +StatusCreateIniEntries=Postavljam INI unose StatusCreateRegistryEntries=Postavljam unose u registar StatusRegisterFiles=Upisujem datoteke -StatusSavingUninstall=uvam podatke o uklanjanju +StatusSavingUninstall=uvam podatke o deinstalaciji StatusRunProgram=Zavravam instalaciju +StatusRestartingApplications=Ponovo pokreem programe StatusRollback=Ponitavam izmene ; *** Misc. errors @@ -252,7 +267,7 @@ ErrorRegCreateKey=Gre ErrorRegWriteKey=Greka pri upisivanju unosa u registar:%n%1\%2 ; *** INI errors -ErrorIniEntry=Greka pri stvaranju unosa INI u datoteci %1. +ErrorIniEntry=Greka pri stvaranju INI unosa u datoteci %1. ; *** File copying errors FileAbortRetryIgnore=Kliknite na Pokuaj opet da ponovite radnju, Zanemari da preskoite datoteku (ne preporuuje se) ili Prekini da obustavite instalaciju. @@ -262,7 +277,7 @@ SourceDoesntExist=Izvorna datoteka ExistingFileReadOnly=Postojea datoteka je samo za itanje.%n%nKliknite na Pokuaj opet da uklonite osobinu samo za itanje i ponovite radnju, Zanemari da preskoite datoteku ili Prekini da obustavite instalaciju. ErrorReadingExistingDest=Dolo je do greke pri pokuaju itanja postojee datoteke: FileExists=Datoteka ve postoji.%n%nelite li da je zamenite? -ExistingFileNewer=Postojea datoteka je novija od one koju treba postaviti. Preporuuje se da zadrite postojeu datoteku.%n%nelite li to da uradim? +ExistingFileNewer=Postojea datoteka je novija od one koju treba postaviti. Preporuujemo vam da zadrite postojeu datoteku.%n%nelite li to da uradite? ErrorChangingAttr=Dolo je do greke pri izmeni osobine sledee datoteke: ErrorCreatingTemp=Dolo je do greke pri stvaranju datoteke u odredinoj fascikli: ErrorReadingSource=Dolo je do greke pri itanju izvorne datoteke: @@ -276,41 +291,48 @@ ErrorRegisterTypeLib=Ne mogu da upi ; *** Post-installation errors ErrorOpeningReadme=Dolo je do greke pri otvaranju tekstualne datoteke. -ErrorRestartingComputer=Ne mogu da ponovo pokrenem raunar. Uradite to sami. +ErrorRestartingComputer=Ne mogu ponovo da pokrenem raunar. Uradite to sami. ; *** Uninstaller messages -UninstallNotFound=Datoteka %1 ne postoji. Ne mogu da uklonim program. -UninstallOpenError=Datoteka %1 se ne moe otvoriti. Ne mogu da uklonim program -UninstallUnsupportedVer=Izvetaj %1 je u neprepoznatljivom formatu. Ne mogu da uklonim program -UninstallUnknownEntry=Nepoznat unos (%1) se pojavio u izvetaju uklanjanja -ConfirmUninstall=elite li da uklonite %1 i sve njegove delove? -UninstallOnlyOnWin64=Program se moe ukloniti samo na 64-bitnom vindousu. -OnlyAdminCanUninstall=Program moe ukloniti samo korisnik s administratorskim pravima. -UninstallStatusLabel=Saekajte da se %1 ukloni s vaeg raunara. -UninstalledAll=%1 je uklonjen s vaeg raunara. -UninstalledMost=%1 je uklonjen.%n%nNeke delove ipak morati sami obrisati. +UninstallNotFound=Datoteka %1 ne postoji. Ne mogu da deinstaliram program. +UninstallOpenError=Datoteka %1 ne moe da se otvori. Ne mogu da deinstaliram program. +UninstallUnsupportedVer=Izvetaj %1 je u neprepoznatljivom formatu. Ne mogu da deinstaliram program. +UninstallUnknownEntry=Nepoznat unos (%1) se pojavio u izvetaju deinstalacije. +ConfirmUninstall=elite li da deinstalirate %1 i sve njegove komponente? +UninstallOnlyOnWin64=Program se moe deinstalirati samo na 64-bitnom vindousu. +OnlyAdminCanUninstall=Program moe deinstalirati samo korisnik s administratorskim pravima. +UninstallStatusLabel=Saekajte da se %1 deinstalira sa raunara. +UninstalledAll=%1 je deinstaliran sa raunara. +UninstalledMost=%1 je deinstaliran.%n%nNeke komponente ipak morati sami obrisati. UninstalledAndNeedsRestart=Potrebno je ponovno pokretanje raunara da bi se instalacija zavrila.%n%nelite li da ponovo pokrenete raunar? -UninstallDataCorrupted=Datoteka %1 je oteena. Ne mogu da uklonim program +UninstallDataCorrupted=Datoteka %1 je oteena. Ne mogu da deinstaliram program. ; *** Uninstallation phase messages ConfirmDeleteSharedFileTitle=Brisanje deljene datoteke ConfirmDeleteSharedFile2=Sistem je prijavio da sledeu deljenu datoteku vie ne koristi nijedan program. elite li da je uklonite?%n%nAko nekim programima i dalje treba ova datoteka a ona je obrisana, ti programi moda nee ispravno raditi. Ako niste sigurni ta da radite, kliknite na Ne. Ostavljanje datoteke na disku nee prouzrokovati nikakvu tetu. SharedFileNameLabel=Naziv datoteke: SharedFileLocationLabel=Putanja: -WizardUninstalling=Stanje uklanjanja -StatusUninstalling=Uklanjam %1 +WizardUninstalling=Stanje deinstalacije +StatusUninstalling=Deinstaliram %1 + +; *** Shutdown block reasons +ShutdownBlockReasonInstallingApp=Instaliram %1. +ShutdownBlockReasonUninstallingApp=Deinstaliram %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 izdanje %2 +NameAndVersion=%1 verzija %2 AdditionalIcons=Dodatne ikone: CreateDesktopIcon=&Postavi ikonu na radnu povrinu CreateQuickLaunchIcon=P&ostavi ikonu na traku za brzo pokretanje ProgramOnTheWeb=%1 na internetu -UninstallProgram=Ukloni %1 +UninstallProgram=Deinstaliraj %1 LaunchProgram=Pokreni %1 -AssocFileExtension=&Povei %1 s formatom %2 -AssocingFileExtension=Povezivanje %1 s formatom %2 \ No newline at end of file +AssocFileExtension=&Povei %1 sa formatom %2 +AssocingFileExtension=Povezujem %1 sa formatom %2 +AutoStartProgramGroupDescription=Pokretanje: +AutoStartProgram=Automatski pokreni %1 +AddonHostProgramNotFound=%1 se ne nalazi u navedenoj fascikli.%n%nelite li ipak da nastavite? \ No newline at end of file diff --git a/Greenshot/tools/innosetup/Languages/Slovenian.isl b/Greenshot/tools/innosetup/Languages/Slovenian.isl index 9aebc0c9d..784142186 100644 --- a/Greenshot/tools/innosetup/Languages/Slovenian.isl +++ b/Greenshot/tools/innosetup/Languages/Slovenian.isl @@ -1,4 +1,4 @@ -; *** Inno Setup version 5.1.11+ Slovenian messages *** +; *** Inno Setup version 5.5.3+ Slovenian messages *** ; ; To download user-contributed translations of this file, go to: ; http://www.jrsoftware.org/is3rdparty.php @@ -8,7 +8,7 @@ ; Setup adds the periods automatically (appending a period would result in ; two periods being displayed). ; -; Maintained by Miha Remec (mremec@gmail.com) +; Maintained by Jernej Simoncic (jernej|s-innosetup@eternallybored.org) ; ; $jrsoftware: issrc/Files/Languages/Slovenian.isl,v 1.14 2007/02/27 18:22:41 jr Exp $ @@ -17,6 +17,7 @@ LanguageName=Slovenski LanguageID=$0424 LanguageCodePage=1250 +DialogFontName= [Messages] ; *** Application titles @@ -32,28 +33,32 @@ ErrorTitle=Napaka ; *** SetupLdr messages SetupLdrStartupMessage=V raunalnik boste namestili program %1. elite nadaljevati? -LdrCannotCreateTemp=Ne morem ustvariti zaasne datoteke. Namestitev je prekinjena -LdrCannotExecTemp=Ne morem zagnati datoteke v zaasni mapi. Namestitev je prekinjena +LdrCannotCreateTemp=Ni bilo mogoe ustvariti zaasne datoteke. Namestitev je prekinjena +LdrCannotExecTemp=Ni bilo mogoe zagnati datoteke v zaasni mapi. Namestitev je prekinjena ; *** Startup error messages LastErrorMessage=%1.%n%nNapaka %2: %3 -SetupFileMissing=Manjka datoteka %1. Odpravite napako ali si priskrbite drugo kopijo programa. +SetupFileMissing=Datoteka %1 manjka. Odpravite napako ali si priskrbite drugo kopijo programa. SetupFileCorrupt=Datoteke namestitvenega programa so okvarjene. Priskrbite si drugo kopijo programa. SetupFileCorruptOrWrongVer=Datoteke so okvarjene ali nezdruljive s to razliico namestitvenega programa. Odpravite napako ali si priskrbite drugo kopijo programa. +InvalidParameter=Naveden je bil napaen parameter ukazne vrstice:%n%n%1 +SetupAlreadyRunning=Namestitveni program je e zagnan. +WindowsVersionNotSupported=Program ne deluje na vai razliici sistema Windows. +WindowsServicePackRequired=Program potrebuje %1 s servisnim paketom %2 ali novejo razliico. NotOnThisPlatform=Program ni namenjen za uporabo v %1. OnlyOnThisPlatform=Program je namenjen za uporabo v %1. OnlyOnTheseArchitectures=Program lahko namestite le na razliicah MS Windows sistemov, ki so nartovani za naslednje tipe procesorjev:%n%n%1 -MissingWOW64APIs=Razliica MS Windows, ki jo uporabljate, ne vsebuje okolja, ki ga zahteva namestitveni program za izvedbo 64-bitne namestitve. Problem odpravite z namestitvijo servisnega paketa %1. +MissingWOW64APIs=Razliica sistema Windows, ki jo uporabljate, ne vsebuje okolja, ki ga zahteva namestitveni program za izvedbo 64-bitne namestitve. Problem odpravite z namestitvijo servisnega paketa %1. WinVersionTooLowError=Ta program zahteva %1 razliico %2 ali novejo. WinVersionTooHighError=Tega programa ne morete namestiti v %1 razliice %2 ali noveje. -AdminPrivilegesRequired=Namestitev programa lahko opravi le administrator. -PowerUserPrivilegesRequired=Namestitev programa lahko opravi le administrator ali zahtevni uporabnik. -SetupAppRunningError=Program %1 je trenutno odprt.%n%nZaprite program, nato kliknite V redu za nadaljevanje ali Prekini za izhod. -UninstallAppRunningError=Program %1 je trenutno odprt.%n%nZaprite program, nato kliknite V redu za nadaljevanje ali Prekini za izhod. +AdminPrivilegesRequired=Za namestitev programa morate biti prijavljeni v raun s skrbnikimi pravicami. +PowerUserPrivilegesRequired=Za namestitev programa morate biti prijavljeni v raun s skrbnikimi ali power user pravicami. +SetupAppRunningError=Program %1 je trenutno odprt.%n%nZaprite program, nato kliknite V redu za nadaljevanje ali Preklii za izhod. +UninstallAppRunningError=Program %1 je trenutno odprt.%n%nZaprite program, nato kliknite V redu za nadaljevanje ali Preklii za izhod. ; *** Misc. errors ErrorCreatingDir=Namestitveni program ni mogel ustvariti mape "%1" -ErrorTooManyFilesInDir=Namestitveni program ne more ustvariti nove datoteke v mapi "%1", ker vsebuje mapa preve datotek +ErrorTooManyFilesInDir=Namestitveni program ne more ustvariti nove datoteke v mapi "%1", ker vsebuje preve datotek ; *** Setup common messages ExitSetupTitle=Prekini namestitev @@ -62,21 +67,21 @@ AboutSetupMenuItem=&O namestitvenem programu... AboutSetupTitle=O namestitvenem programu AboutSetupMessage=%1 razliica %2%n%3%n%n%1 domaa stran:%n%4 AboutSetupNote= -TranslatorNote=Slovenski prevod: Miha Remec%n(innosetup@miharemec.com) +TranslatorNote=Slovenski prevod:%nMiha Remec (innosetup@miharemec.com)%nJernej Simoni (jernej|s-innosetup@eternallybored.org) ; *** Buttons ButtonBack=< Na&zaj ButtonNext=&Naprej > ButtonInstall=&Namesti ButtonOK=V redu -ButtonCancel=Prekini +ButtonCancel=Preklii ButtonYes=&Da ButtonYesToAll=Da za &vse ButtonNo=&Ne ButtonNoToAll=N&e za vse ButtonFinish=&Konaj -ButtonBrowse=&Prebrskaj... -ButtonWizardBrowse=P&rebrskaj... +ButtonBrowse=Pre&brskaj... +ButtonWizardBrowse=Pre&brskaj... ButtonNewFolder=&Ustvari novo mapo ; *** "Select Language" dialog messages @@ -84,7 +89,7 @@ SelectLanguageTitle=Izbira jezika namestitve SelectLanguageLabel=Izberite jezik, ki ga elite uporabljati med namestitvijo: ; *** Common wizard text -ClickNext=Kliknite Naprej za nadaljevanje namestitve ali Prekini za prekinitev namestitve. +ClickNext=Kliknite Naprej za nadaljevanje namestitve ali Preklii za prekinitev namestitve. BeveledLabel= BrowseDialogTitle=Izbira mape BrowseDialogLabel=Izberite mapo s spiska, nato kliknite V redu. @@ -99,7 +104,7 @@ WizardPassword=Geslo PasswordLabel1=Namestitev je zaitena z geslom. PasswordLabel3=Vpiite geslo, nato kliknite Naprej za nadaljevanje. Pri vpisu pazite na male in velike rke. PasswordEditLabel=&Geslo: -IncorrectPassword=Geslo, ki ste ga vpisali, ni pravilno. Vpiite pravilno geslo. +IncorrectPassword=Vneeno geslo ni pravilno. Poizkusite ponovno. ; *** "License Agreement" wizard page WizardLicense=Licenna pogodba za uporabo programa @@ -111,18 +116,18 @@ LicenseNotAccepted=N&e, pogojev licen ; *** "Information" wizard pages WizardInfoBefore=Informacije InfoBeforeLabel=Pred nadaljevanjem preberite naslednje pomembne informacije. -InfoBeforeClickLabel=Ko boste pripravljeni za nadaljevanje namestitve, kliknite Naprej. +InfoBeforeClickLabel=Ko boste pripravljeni na nadaljevanje namestitve, kliknite Naprej. WizardInfoAfter=Informacije InfoAfterLabel=Pred nadaljevanjem preberite naslednje pomembne informacije. -InfoAfterClickLabel=Ko boste pripravljeni za nadaljevanje namestitve, kliknite Naprej. +InfoAfterClickLabel=Ko boste pripravljeni na nadaljevanje namestitve, kliknite Naprej. ; *** "User Information" wizard page WizardUserInfo=Podatki o uporabniku -UserInfoDesc=Vpiite svoje podatke. +UserInfoDesc=Vnesite svoje podatke. UserInfoName=&Ime: UserInfoOrg=&Podjetje: UserInfoSerial=&Serijska tevilka: -UserInfoNameRequired=Vpis imena je obvezen. +UserInfoNameRequired=Vnos imena je obvezen. ; *** "Select Destination Location" wizard page WizardSelectDir=Izbira ciljnega mesta @@ -130,9 +135,10 @@ SelectDirDesc=Kam SelectDirLabel3=Program [name] bo nameen v naslednjo mapo. SelectDirBrowseLabel=Za nadaljevanje kliknite Naprej. e elite izbrati drugo mapo, kliknite Prebrskaj. DiskSpaceMBLabel=Na disku mora biti vsaj [mb] MB prostora. -ToUNCPathname=Programa ne morete namestiti v UNC pot. e elite namestiti v omreje, se morate povezati z omrenim pogonom. +CannotInstallToNetworkDrive=Programa ni mogoe namestiti na mreni pogon. +CannotInstallToUNCPath=Programa ni mogoe namestiti v UNC pot. InvalidPath=Vpisati morate polno pot vkljuno z oznako pogona. Primer:%n%nC:\PROGRAM%n%nali UNC pot v obliki:%n%n\\strenik\mapa_skupne_rabe -InvalidDrive=Izbrani pogon ali UNC skupna raba ne obstaja ali ni dostopna. Izberite drugega. +InvalidDrive=Izbrani pogon ali omreno sredstvo UNC ne obstaja ali ni dostopno. Izberite drugega. DiskSpaceWarningTitle=Na disku ni dovolj prostora DiskSpaceWarning=Namestitev potrebuje vsaj %1 KB prostora, toda na izbranem pogonu je na voljo le %2 KB.%n%nelite kljub temu nadaljevati? DirNameTooLong=Ime mape ali poti je predolgo. @@ -141,7 +147,7 @@ BadDirName32=Ime mape ne sme vsebovati naslednjih znakov:%n%n%1 DirExistsTitle=Mapa e obstaja DirExists=Mapa%n%n%1%n%ne obstaja. elite program vseeno namestiti v to mapo? DirDoesntExistTitle=Mapa ne obstaja -DirDoesntExist=Mapa %n%n%1%n%nne obstaja. elite ustvariti to mapo? +DirDoesntExist=Mapa %n%n%1%n%nne obstaja. Ali jo elite ustvariti? ; *** "Select Components" wizard page WizardSelectComponents=Izbira komponent @@ -150,7 +156,7 @@ SelectComponentsLabel2=Ozna FullInstallation=Polna namestitev ; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language) CompactInstallation=Osnovna namestitev -CustomInstallation=Nastavljiva namestitev +CustomInstallation=Namestitev po meri NoUninstallWarningTitle=Komponente e obstajajo NoUninstallWarning=Namestitveni program je ugotovil, da so naslednje komponente e nameene v raunalniku:%n%n%1%n%nOdznaitev teh komponent e ne pomeni tudi njihove odstranitve.%n%nelite vseeno nadaljevati? ComponentSize1=%1 KB @@ -164,8 +170,8 @@ SelectTasksLabel2=Izberite dodatna opravila, ki jih bo namestitveni program opra ; *** "Select Start Menu Folder" wizard page WizardSelectProgramGroup=Izbira mape v meniju Start -SelectStartMenuFolderDesc=Kje naj namestitveni program ustvari programske ikone? -SelectStartMenuFolderLabel3=Namestitveni program bo ustvaril programske ikone v naslednji mapi v meniju Start. +SelectStartMenuFolderDesc=Kje naj namestitveni program ustvari blinjice? +SelectStartMenuFolderLabel3=Namestitveni program bo ustvaril blinjice v naslednji mapi v meniju Start. SelectStartMenuFolderBrowseLabel=Za nadaljevanje kliknite Naprej. e elite izbrati drugo mapo, kliknite Prebrskaj. MustEnterGroupName=Ime skupine mora biti vpisano. GroupNameTooLong=Ime mape ali poti je predolgo. @@ -188,10 +194,16 @@ ReadyMemoTasks=Dodatna opravila: ; *** "Preparing to Install" wizard page WizardPreparing=Pripravljam za namestitev PreparingDesc=Namestitveni program je pripravljen za namestitev programa [name] v va raunalnik. -PreviousInstallNotCompleted=Namestitev/odstranitev prejnjega programa ni bila konana. Da bi jo dokonali, morate raunalnik ponovno zagnati.%n%nPo ponovnem zagonu raunalnika ponovno odprite namestitveni program, da boste konali namestitev programa [name]. -CannotContinue=Namestitveni program ne more nadaljevati. Pritisnite Prekini za izhod. +PreviousInstallNotCompleted=Namestitev ali odstranitev prejnjega programa ni bila konana. Da bi jo dokonali, morate raunalnik znova zagnati.%n%nPo ponovnem zagonu raunalnika znova zaenite namestitveni program, da boste konali namestitev programa [name]. +CannotContinue=Namestitveni program ne more nadaljevati. Pritisnite Preklii za izhod. ; *** "Installing" wizard page +ApplicationsFound=Naslednji programi uporabljajo datoteke, ki jih mora namestitveni program posodobiti. Priporoljivo je, da namestitvenemu programu dovolite, da te programe kona. +ApplicationsFound2=Naslednji programi uporabljajo datoteke, ki jih mora namestitveni program posodobiti. Priporoljivo je, da namestitvenemu programu dovolite, da te programe kona. Po koncu namestitve bo namestitveni program poizkusil znova zagnati te programe. +CloseApplications=S&amodejno zapri programe +DontCloseApplications=&Ne zapri programov +ErrorCloseApplications=Namestitvenemu programu ni uspelo samodejno zapreti vseh programov. Priporoljivo je, da pred nadaljevanjem zaprete vse programe, ki uporabljajo datoteke, katere mora namestitev posodobiti. + WizardInstalling=Nameanje InstallingLabel=Poakajte, da bo program [name] nameen v va raunalnik. @@ -212,33 +224,35 @@ RunEntryExec=Odpri %1 RunEntryShellExec=Preberi %1 ; *** "Setup Needs the Next Disk" stuff -ChangeDiskTitle=Namestitveni program potrebuje naslednjo disketo -SelectDiskLabel2=Vstavite disketo %1 and kliknite V redu.%n%ne se datoteke s te diskete nahajajo v drugi mapi, kot je navedena spodaj, vpiite pravilno pot ali kliknite Prebrskaj. +ChangeDiskTitle=Namestitveni program potrebuje naslednji disk +SelectDiskLabel2=Vstavite disk %1 in kliknite V redu.%n%ne se datoteke s tega diska nahajajo v drugi mapi kot je navedena spodaj, vpiite pravilno pot ali kliknite Prebrskaj. PathLabel=&Pot: -FileNotInDir2=Datoteke "%1" ni v mapi "%2". Vstavite pravilno disketo ali izberite drugo mapo. -SelectDirectoryLabel=Vpiite lokacijo naslednje diskete. +FileNotInDir2=Datoteke "%1" ni v mapi "%2". Vstavite pravilni disk ali izberite drugo mapo. +SelectDirectoryLabel=Vnesite mesto naslednjega diska. ; *** Installation phase messages SetupAborted=Namestitev ni bila konana.%n%nOdpravite teavo in znova odprite namestitveni program. EntryAbortRetryIgnore=Kliknite Ponovi za ponovitev, Prezri za nadaljevanje kljub problemu, ali Prekini za prekinitev namestitve. ; *** Installation status messages -StatusCreateDirs=Ustvarjam mape... -StatusExtractFiles=Razirjam datoteke... -StatusCreateIcons=Ustvarjam blinjice... -StatusCreateIniEntries=Vpisujem v INI datoteke... -StatusCreateRegistryEntries=Vpisujem v register... -StatusRegisterFiles=Registriram datoteke... -StatusSavingUninstall=Zapisujem podatke za odstranitev programa... -StatusRunProgram=Zakljuujem namestitev... -StatusRollback=Obnavljam prvotno stanje... +StatusClosingApplications=Zapiranje programov... +StatusCreateDirs=Ustvarjanje map... +StatusExtractFiles=Razirjanje datotek... +StatusCreateIcons=Ustvarjanje blinjic... +StatusCreateIniEntries=Vpisovanje v INI datoteke... +StatusCreateRegistryEntries=Ustvarjanje vnosov v register... +StatusRegisterFiles=Registriranje datotek... +StatusSavingUninstall=Zapisovanje podatkov za odstranitev... +StatusRunProgram=Zakljuevanje namestitve... +StatusRestartingApplications=Zaganjanje programov... +StatusRollback=Obnavljanje prvotnega stanja... ; *** Misc. errors ErrorInternal2=Interna napaka: %1 ErrorFunctionFailedNoCode=%1 ni uspel(a) ErrorFunctionFailed=%1 ni uspel(a); koda %2 ErrorFunctionFailedWithMessage=%1 ni uspela; koda %2.%n%3 -ErrorExecutingProgram=Ne morem odpreti programa:%n%1 +ErrorExecutingProgram=Ne morem zagnati programa:%n%1 ; *** Registry errors ErrorRegOpenKey=Napaka pri odpiranju kljua v registru:%n%1\%2 @@ -256,7 +270,7 @@ SourceDoesntExist=Izvorna datoteka "%1" ne obstaja ExistingFileReadOnly=Obstojea datoteka je oznaena samo za branje.%n%nPritisnite Ponovi za odstranitev te lastnosti in ponovni poskus, Prezri za preskok te datoteke, ali Prekini za prekinitev namestitve. ErrorReadingExistingDest=Pri branju obstojee datoteke je prilo do napake: FileExists=Datoteka e obstaja.%n%nelite, da jo namestitveni program prepie? -ExistingFileNewer=V raunalniku e imate nameeno novejo datoteko. Priporoljivo je, da obstojeo (novejo) datoteko obdrite.%n%nelite obdrati obstojeo (novejo) datoteko? +ExistingFileNewer=V raunalniku je nameena razliica datoteke, ki je noveja, kot ta, ki je v namestitvenem programu. Priporoljivo je, da obdrite obstojeo datoteko.%n%nelite obdrati obstojeo datoteko? ErrorChangingAttr=Pri poskusu spremembe lastnosti datoteke je prilo do napake: ErrorCreatingTemp=Pri ustvarjanju datoteke v ciljni mapi je prilo do napake: ErrorReadingSource=Pri branju izvorne datoteke je prilo do napake: @@ -278,7 +292,7 @@ UninstallOpenError=Datoteke "%1" ne morem odpreti. Ne morem odstraniti UninstallUnsupportedVer=Dnevnika datoteka "%1" je v obliki, ki je ta razliica odstranitvenega programa ne razume. Programa ni mogoe odstraniti UninstallUnknownEntry=V dnevniki datoteki je bil najden neznani vpis (%1) ConfirmUninstall=Ste prepriani, da elite v celoti odstraniti program %1 in pripadajoe komponente? -UninstallOnlyOnWin64=To namestitev je mogoe odstraniti le v 64-bitni razliici MS Windows. +UninstallOnlyOnWin64=To namestitev je mogoe odstraniti le v 64-bitni razliici Windows. OnlyAdminCanUninstall=Ta program lahko odstrani le administrator. UninstallStatusLabel=Poakajte, da odstranim program %1 iz vaega raunalnika. UninstalledAll=Program %1 je bil uspeno odstranjen iz vaega raunalnika. @@ -288,12 +302,15 @@ UninstallDataCorrupted=Datoteka "%1" je okvarjena. Odstranitev ni mo ; *** Uninstallation phase messages ConfirmDeleteSharedFileTitle=elite odstraniti datoteko v skupni rabi? -ConfirmDeleteSharedFile2=Spodaj izpisane datoteke v skupni rabi ne uporablja ve noben program. elite odstraniti to datoteko?%n%ne jo uporablja katerikoli program in jo boste odstranili, tak program verjetno ne bo ve deloval pravilno. e niste prepriani, kliknite Ne. e boste datoteko ohranili v raunalniku, ne bo ni narobe. +ConfirmDeleteSharedFile2=Spodaj izpisane datoteke v skupni rabi ne uporablja ve noben program. elite odstraniti to datoteko?%n%ne jo uporablja katerikoli program in jo boste odstranili, ta program verjetno ne bo ve deloval pravilno. e niste prepriani, kliknite Ne. e boste datoteko ohranili v raunalniku, ne bo ni narobe. SharedFileNameLabel=Ime datoteke: -SharedFileLocationLabel=Lokacija: +SharedFileLocationLabel=Mesto: WizardUninstalling=Odstranjevanje programa StatusUninstalling=Odstranjujem %1... +ShutdownBlockReasonInstallingApp=Nameam %1. +ShutdownBlockReasonUninstallingApp=Odstranjujem %1. + [CustomMessages] NameAndVersion=%1 razliica %2 @@ -305,3 +322,6 @@ UninstallProgram=Odstrani %1 LaunchProgram=Odpri %1 AssocFileExtension=&Povei %1 s pripono %2 AssocingFileExtension=Povezujem %1 s pripono %2... +AutoStartProgramGroupDescription=Zagon: +AutoStartProgram=Samodejno zaeni %1 +AddonHostProgramNotFound=Programa %1 ni bilo mogoe najti v izbrani mapi.%n%nAli elite vseeno nadaljevati? diff --git a/Greenshot/tools/innosetup/Languages/Spanish.isl b/Greenshot/tools/innosetup/Languages/Spanish.isl index 71d37e2eb..60da7c270 100644 --- a/Greenshot/tools/innosetup/Languages/Spanish.isl +++ b/Greenshot/tools/innosetup/Languages/Spanish.isl @@ -1,11 +1,11 @@ -; *** Inno Setup version 5.1.11+ Spanish messages *** +; *** Inno Setup version 5.5.3+ Spanish messages *** ; -; Maintained by Jorge Andres Brugger (jbrugger@gmx.net) -; Spanish.isl version 0.9 (20100922) -; Default.isl version 1.72 +; Maintained by Jorge Andres Brugger (jbrugger@ideaworks.com.ar) +; Spanish.isl version 1.2 (20121214) +; Default.isl version 5.5.3 ; ; Thanks to Germn Giraldo, Jordi Latorre, Ximo Tamarit, Emiliano Llano, -; Ramn Verduzco, Graciela Garca and Carles Millan +; Ramn Verduzco, Graciela Garca, Carles Millan and Rafael Barranco-Droege [LangOptions] ; The following three entries are very important. Be sure to read and @@ -46,17 +46,21 @@ LdrCannotExecTemp=Imposible ejecutar archivo en la carpeta temporal. Instalaci LastErrorMessage=%1.%n%nError %2: %3 SetupFileMissing=El archivo %1 no se encuentra en la carpeta de instalacin. Por favor, solucione el problema u obtenga una copia nueva del programa. SetupFileCorrupt=Los archivos de instalacin estn daados. Por favor, obtenga una copia nueva del programa. -SetupFileCorruptOrWrongVer=Los archivos de instalacin estn daados, o son incompatibles con esta versin del programa de instalacin. Por favor, solucione el problema u obtenga una copia nueva del programa. +SetupFileCorruptOrWrongVer=Los archivos de instalacin estn daados o son incompatibles con esta versin del programa de instalacin. Por favor, solucione el problema u obtenga una copia nueva del programa. +InvalidParameter=Se ha utilizado un parmetro no vlido en la lnea de comandos:%n%n%1 +SetupAlreadyRunning=El programa de instalacin an est ejecutndose. +WindowsVersionNotSupported=Este programa no es compatible con la versin de Windows de su equipo. +WindowsServicePackRequired=Este programa requiere %1 Service Pack %2 o posterior. NotOnThisPlatform=Este programa no se ejecutar en %1. OnlyOnThisPlatform=Este programa debe ejecutarse en %1. OnlyOnTheseArchitectures=Este programa slo puede instalarse en versiones de Windows diseadas para las siguientes arquitecturas de procesadores:%n%n%1 -MissingWOW64APIs=La versin de Windows que est utilizando no cuenta con la funcionalidad requerida por el instalador para realizar una instalacin de 64-bits. Para solucionar este problema, por favor instale el Service Pack %1. +MissingWOW64APIs=La versin de Windows que est utilizando no cuenta con la funcionalidad requerida por el instalador para realizar una instalacin de 64 bits. Para solucionar este problema, por favor, instale el Service Pack %1. WinVersionTooLowError=Este programa requiere %1 versin %2 o posterior. WinVersionTooHighError=Este programa no puede instalarse en %1 versin %2 o posterior. AdminPrivilegesRequired=Debe iniciar la sesin como administrador para instalar este programa. -PowerUserPrivilegesRequired=Debe iniciar la sesin como administrador o como un miembro del grupo Usuarios Avanzados para instalar este programa. -SetupAppRunningError=El programa de instalacin ha detectado que %1 est ejecutndose.%n%nPor favor, cirrelo ahora, luego haga clic en Aceptar para continuar, o en Cancelar para salir. -UninstallAppRunningError=El desinstalador ha detectado que %1 est ejecutndose.%n%nPor favor, cirrelo ahora, luego haga clic en Aceptar para continuar, o en Cancelar para salir. +PowerUserPrivilegesRequired=Debe iniciar la sesin como administrador o como miembro del grupo de Usuarios Avanzados para instalar este programa. +SetupAppRunningError=El programa de instalacin ha detectado que %1 est ejecutndose.%n%nPor favor, cirrelo ahora, luego haga clic en Aceptar para continuar o en Cancelar para salir. +UninstallAppRunningError=El desinstalador ha detectado que %1 est ejecutndose.%n%nPor favor, cirrelo ahora, luego haga clic en Aceptar para continuar o en Cancelar para salir. ; *** Misc. errors ErrorCreatingDir=El programa de instalacin no pudo crear la carpeta "%1" @@ -64,7 +68,7 @@ ErrorTooManyFilesInDir=Imposible crear un archivo en la carpeta "%1" porque cont ; *** Setup common messages ExitSetupTitle=Salir de la Instalacin -ExitSetupMessage=La instalacin no se ha completado an. Si cancela ahora, el programa no ser instalado.%n%nPuede ejecutar nuevamente el programa de instalacin en otra ocasin para completarla.%n%nSalir de la instalacin? +ExitSetupMessage=La instalacin no se ha completado an. Si cancela ahora, el programa no se instalar;.%n%nPuede ejecutar nuevamente el programa de instalacin en otra ocasin para completarla.%n%nSalir de la instalacin? AboutSetupMenuItem=&Acerca de Instalar... AboutSetupTitle=Acerca de Instalar AboutSetupMessage=%1 versin %2%n%3%n%n%1 sitio Web:%n%4 @@ -91,45 +95,45 @@ SelectLanguageTitle=Seleccione el Idioma de la Instalaci SelectLanguageLabel=Seleccione el idioma a utilizar durante la instalacin: ; *** Common wizard text -ClickNext=Haga clic en Siguiente para continuar, o en Cancelar para salir de la instalacin. +ClickNext=Haga clic en Siguiente para continuar o en Cancelar para salir de la instalacin. BeveledLabel= BrowseDialogTitle=Buscar Carpeta -BrowseDialogLabel=Seleccione una carpeta, y luego haga clic en Aceptar. +BrowseDialogLabel=Seleccione una carpeta y luego haga clic en Aceptar. NewFolderName=Nueva Carpeta ; *** "Welcome" wizard page WelcomeLabel1=Bienvenido al asistente de instalacin de [name] -WelcomeLabel2=Este programa instalar [name/ver] en su sistema.%n%nSe recomienda que cierre todas las dems aplicaciones antes de continuar. +WelcomeLabel2=Este programa instalar [name/ver] en su sistema.%n%nSe recomienda cerrar todas las dems aplicaciones antes de continuar. ; *** "Password" wizard page WizardPassword=Contrasea PasswordLabel1=Esta instalacin est protegida por contrasea. -PasswordLabel3=Por favor, ingrese la contrasea, y haga clic en Siguiente para continuar. En las contraseas se hace diferencia entre maysculas y minsculas. +PasswordLabel3=Por favor, introduzca la contrasea y haga clic en Siguiente para continuar. En las contraseas se hace diferencia entre maysculas y minsculas. PasswordEditLabel=&Contrasea: -IncorrectPassword=La contrasea ingresada no es correcta. Por favor, intntelo nuevamente. +IncorrectPassword=La contrasea introducida no es correcta. Por favor, intntelo nuevamente. ; *** "License Agreement" wizard page WizardLicense=Acuerdo de Licencia -LicenseLabel=Por favor, lea la siguiente informacin de importancia antes de continuar. -LicenseLabel3=Por favor, lea el siguiente acuerdo de licencia. Debe aceptar los trminos de este acuerdo antes de continuar con la instalacin. +LicenseLabel=Es importante que lea la siguiente informacin antes de continuar. +LicenseLabel3=Por favor, lea el siguiente acuerdo de licencia. Debe aceptar las clusulas de este acuerdo antes de continuar con la instalacin. LicenseAccepted=A&cepto el acuerdo LicenseNotAccepted=&No acepto el acuerdo ; *** "Information" wizard pages WizardInfoBefore=Informacin -InfoBeforeLabel=Por favor, lea la siguiente informacin de importancia antes de continuar. +InfoBeforeLabel=Es importante que lea la siguiente informacin antes de continuar. InfoBeforeClickLabel=Cuando est listo para continuar con la instalacin, haga clic en Siguiente. WizardInfoAfter=Informacin -InfoAfterLabel=Por favor, lea la siguiente informacin de importancia antes de continuar. +InfoAfterLabel=Es importante que lea la siguiente informacin antes de continuar. InfoAfterClickLabel=Cuando est listo para continuar, haga clic en Siguiente. ; *** "User Information" wizard page WizardUserInfo=Informacin de Usuario -UserInfoDesc=Por favor, introduzca su informacin. +UserInfoDesc=Por favor, introduzca sus datos. UserInfoName=Nombre de &Usuario: UserInfoOrg=&Organizacin: UserInfoSerial=Nmero de &Serie: -UserInfoNameRequired=Debe ingresar un nombre. +UserInfoNameRequired=Debe introducir un nombre. ; *** "Select Destination Location" wizard page WizardSelectDir=Seleccione la Carpeta de Destino @@ -137,8 +141,9 @@ SelectDirDesc= SelectDirLabel3=El programa instalar [name] en la siguiente carpeta. SelectDirBrowseLabel=Para continuar, haga clic en Siguiente. Si desea seleccionar una carpeta diferente, haga clic en Examinar. DiskSpaceMBLabel=Se requieren al menos [mb] MB de espacio libre en el disco. -ToUNCPathname=No es posible realizar la instalacin en una ruta de acceso UNC. Si est intentando instalar en una red, necesitar mapear una unidad de la red. -InvalidPath=Debe ingresar una ruta completa con la letra de la unidad; por ejemplo:%n%nC:\APP%n%no una ruta de acceso UNC de la siguiente forma:%n%n\\servidor\compartido +CannotInstallToNetworkDrive=El programa de instalacin no puede realizar la instalacin en una unidad de red. +CannotInstallToUNCPath=El programa de instalacin no puede realizar la instalacin en una ruta de acceso UNC. +InvalidPath=Debe introducir una ruta completa con la letra de la unidad; por ejemplo:%n%nC:\APP%n%no una ruta de acceso UNC de la siguiente forma:%n%n\\servidor\compartido InvalidDrive=La unidad o ruta de acceso UNC que seleccion no existe o no es accesible. Por favor, seleccione otra. DiskSpaceWarningTitle=Espacio Insuficiente en Disco DiskSpaceWarning=La instalacin requiere al menos %1 KB de espacio libre, pero la unidad seleccionada slo cuenta con %2 KB disponibles.%n%nDesea continuar de todas formas? @@ -153,13 +158,13 @@ DirDoesntExist=La carpeta:%n%n%1%n%nno existe. ; *** "Select Components" wizard page WizardSelectComponents=Seleccione los Componentes SelectComponentsDesc=Qu componentes deben instalarse? -SelectComponentsLabel2=Seleccione los componentes que desea instalar; desactive los componentes que no desea instalar. Haga clic en Siguiente cuando est listo para continuar. +SelectComponentsLabel2=Seleccione los componentes que desea instalar y desmarque los componentes que no desea instalar. Haga clic en Siguiente cuando est listo para continuar. FullInstallation=Instalacin Completa ; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language) CompactInstallation=Instalacin Compacta CustomInstallation=Instalacin Personalizada -NoUninstallWarningTitle=Componentes Existentes -NoUninstallWarning=El programa de instalacin ha detectado que los siguientes componentes ya estn instalados en su sistema:%n%n%1%n%nQuitar la seleccin a estos componentes no los desinstalar.%n%nDesea continuar de todos modos? +NoUninstallWarningTitle=Componentes Encontrados +NoUninstallWarning=El programa de instalacin ha detectado que los siguientes componentes ya estn instalados en su sistema:%n%n%1%n%nDesmarcar estos componentes no los desinstalar.%n%nDesea continuar de todos modos? ComponentSize1=%1 KB ComponentSize2=%1 MB ComponentsDiskSpaceMBLabel=La seleccin actual requiere al menos [mb] MB de espacio en disco. @@ -183,7 +188,7 @@ NoProgramGroupCheck2=&No crear una carpeta en el Men ; *** "Ready to Install" wizard page WizardReady=Listo para Instalar ReadyLabel1=Ahora el programa est listo para iniciar la instalacin de [name] en su sistema. -ReadyLabel2a=Haga clic en Instalar para continuar con el proceso, o haga clic en Atrs si desea revisar o cambiar alguna configuracin. +ReadyLabel2a=Haga clic en Instalar para continuar con el proceso o haga clic en Atrs si desea revisar o cambiar alguna configuracin. ReadyLabel2b=Haga clic en Instalar para continuar con el proceso. ReadyMemoUserInfo=Informacin del usuario: ReadyMemoDir=Carpeta de Destino: @@ -197,6 +202,11 @@ WizardPreparing=Prepar PreparingDesc=El programa de instalacin est preparndose para instalar [name] en su sistema. PreviousInstallNotCompleted=La instalacin/desinstalacin previa de un programa no se complet. Deber reiniciar el sistema para completar esa instalacin.%n%nUna vez reiniciado el sistema, ejecute el programa de instalacin nuevamente para completar la instalacin de [name]. CannotContinue=El programa de instalacin no puede continuar. Por favor, presione Cancelar para salir. +ApplicationsFound=Las siguientes aplicaciones estn usando archivos que necesitan ser actualizados por el programa de instalacin. Se recomienda que permita al programa de instalacin cerrar automticamente estas aplicaciones. +ApplicationsFound2=Las siguientes aplicaciones estn usando archivos que necesitan ser actualizados por el programa de instalacin. Se recomienda que permita al programa de instalacin cerrar automticamente estas aplicaciones. Al completarse la instalacin, el programa de instalacin intentar reiniciar las aplicaciones. +CloseApplications=&Cerrar automticamente las aplicaciones +DontCloseApplications=&No cerrar las aplicaciones +ErrorCloseApplications=El programa de instalacin no pudo cerrar de forma automtica todas las aplicaciones. Se recomienda que, antes de continuar, cierre todas las aplicaciones que utilicen archivos que necesitan ser actualizados por el programa de instalacin. ; *** "Installing" wizard page WizardInstalling=Instalando @@ -226,9 +236,10 @@ SelectDirectoryLabel=Por favor, especifique la ubicaci ; *** Installation phase messages SetupAborted=La instalacin no se ha completado.%n%nPor favor solucione el problema y ejecute nuevamente el programa de instalacin. -EntryAbortRetryIgnore=Haga clic en Reintentar para intentarlo de nuevo, en Omitir para continuar de todas formas, o en Anular para cancelar la instalacin. +EntryAbortRetryIgnore=Haga clic en Reintentar para intentarlo de nuevo, en Omitir para continuar de todas formas o en Anular para cancelar la instalacin. ; *** Installation status messages +StatusClosingApplications=Cerrando aplicaciones... StatusCreateDirs=Creando carpetas... StatusExtractFiles=Extrayendo archivos... StatusCreateIcons=Creando accesos directos... @@ -237,6 +248,7 @@ StatusCreateRegistryEntries=Creando entradas de registro... StatusRegisterFiles=Registrando archivos... StatusSavingUninstall=Guardando informacin para desinstalar... StatusRunProgram=Terminando la instalacin... +StatusRestartingApplications=Reiniciando aplicaciones... StatusRollback=Deshaciendo cambios... ; *** Misc. errors @@ -255,11 +267,11 @@ ErrorRegWriteKey=Error al escribir la clave del registro:%n%1\%2 ErrorIniEntry=Error al crear entrada INI en el archivo "%1". ; *** File copying errors -FileAbortRetryIgnore=Haga clic en Reintentar para intentarlo de nuevo, en Omitir para excluir este archivo (no recomendado), o en Anular para cancelar la instalacin. -FileAbortRetryIgnore2=Haga clic en Reintentar para intentarlo de nuevo, en Omitir para continuar de todas formas (no recomendado), o en Anular para cancelar la instalacin. +FileAbortRetryIgnore=Haga clic en Reintentar para intentarlo de nuevo, en Omitir para excluir este archivo (no recomendado) o en Anular para cancelar la instalacin. +FileAbortRetryIgnore2=Haga clic en Reintentar para intentarlo de nuevo, en Omitir para continuar de todas formas (no recomendado) o en Anular para cancelar la instalacin. SourceIsCorrupted=El archivo de origen est daado SourceDoesntExist=El archivo de origen "%1" no existe -ExistingFileReadOnly=El archivo existente est marcado como slo-lectura.%n%nHaga clic en Reintentar para quitar el atributo de slo-lectura e intentarlo de nuevo, en Omitir para excluir este archivo, o en Anular para cancelar la instalacin. +ExistingFileReadOnly=El archivo existente est marcado como slo-lectura.%n%nHaga clic en Reintentar para quitar el atributo de slo-lectura e intentarlo de nuevo, en Omitir para excluir este archivo o en Anular para cancelar la instalacin. ErrorReadingExistingDest=Ocurri un error mientras se intentaba leer el archivo: FileExists=El archivo ya existe.%n%nDesea sobreescribirlo? ExistingFileNewer=El archivo existente es ms reciente que el que est tratando de instalar. Se recomienda que mantenga el archivo existente.%n%nDesea mantener el archivo existente? @@ -282,24 +294,28 @@ ErrorRestartingComputer=El programa de instalaci UninstallNotFound=El archivo "%1" no existe. Imposible desinstalar. UninstallOpenError=El archivo "%1" no pudo ser abierto. Imposible desinstalar UninstallUnsupportedVer=El archivo de registro para desinstalar "%1" est en un formato no reconocido por esta versin del desinstalador. Imposible desinstalar -UninstallUnknownEntry=Una entrada desconocida (%1) fue encontrada en el registro de desinstalacin +UninstallUnknownEntry=Se encontr una entrada desconocida (%1) en el registro de desinstalacin ConfirmUninstall=Est seguro que desea desinstalar completamente %1 y todos sus componentes? UninstallOnlyOnWin64=Este programa slo puede ser desinstalado en Windows de 64-bits. OnlyAdminCanUninstall=Este programa slo puede ser desinstalado por un usuario con privilegios administrativos. UninstallStatusLabel=Por favor, espere mientras %1 es desinstalado de su sistema. -UninstalledAll=%1 fue desinstalado satisfactoriamente de su sistema. -UninstalledMost=La desinstalacin de %1 ha sido completada.%n%nAlgunos elementos no pudieron eliminarse. Estos pueden ser eliminados manualmente. +UninstalledAll=%1 se desinstal satisfactoriamente de su sistema. +UninstalledMost=La desinstalacin de %1 ha sido completada.%n%nAlgunos elementos no pudieron eliminarse, pero podr eliminarlos manualmente si lo desea. UninstalledAndNeedsRestart=Para completar la desinstalacin de %1, su sistema debe reiniciarse.%n%nDesea reiniciarlo ahora? UninstallDataCorrupted=El archivo "%1" est daado. No puede desinstalarse ; *** Uninstallation phase messages ConfirmDeleteSharedFileTitle=Eliminar Archivo Compartido? -ConfirmDeleteSharedFile2=El sistema indica que el siguiente archivo compartido no es usado por ningn otro programa. Desea eliminar este archivo compartido?%n%nSi hay programas que usan este archivo y el mismo es eliminado, esos programas pueden dejar de funcionar correctamente. Si no est seguro, elija No. Dejar el archivo en su sistema no producir ningn dao. +ConfirmDeleteSharedFile2=El sistema indica que el siguiente archivo compartido no es utilizado por ningn otro programa. Desea eliminar este archivo compartido?%n%nSi elimina el archivo y hay programas que lo utilizan, esos programas podran dejar de funcionar correctamente. Si no est seguro, elija No. Dejar el archivo en su sistema no producir ningn dao. SharedFileNameLabel=Archivo: SharedFileLocationLabel=Ubicacin: WizardUninstalling=Estado de la Desinstalacin StatusUninstalling=Desinstalando %1... +; *** Shutdown block reasons +ShutdownBlockReasonInstallingApp=Instalando %1. +ShutdownBlockReasonUninstallingApp=Desinstalando %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. @@ -314,3 +330,6 @@ UninstallProgram=Desinstalar %1 LaunchProgram=Ejecutar %1 AssocFileExtension=&Asociar %1 con la extensin de archivo %2 AssocingFileExtension=Asociando %1 con la extensin de archivo %2... +AutoStartProgramGroupDescription=Inicio: +AutoStartProgram=Iniciar automticamente %1 +AddonHostProgramNotFound=%1 no pudo ser localizado en la carpeta seleccionada.%n%nDesea continuar de todas formas? diff --git a/Greenshot/tools/innosetup/Languages/Ukrainian.isl b/Greenshot/tools/innosetup/Languages/Ukrainian.isl index f02e21204..fd41fae9a 100644 --- a/Greenshot/tools/innosetup/Languages/Ukrainian.isl +++ b/Greenshot/tools/innosetup/Languages/Ukrainian.isl @@ -1,16 +1,16 @@ -; *** Inno Setup version 5.1.11+ Ukrainian messages *** +; *** Inno Setup version 5.5.3+ Ukrainian messages *** ; Author: Dmitry Onischuk ; E-Mail: mr.lols@yandex.ua ; Web: http://counter-strike.com.ua/ ; Please report all spelling/grammar errors, and observations. -; Version 2011.10.21 +; Version 2012.12.14 -; *** Inno Setup 5.1.11 *** +; *** Inno Setup 5.5.3 *** ; : ; E-Mail: mr.lols@yandex.ua ; : http://counter-strike.com.ua/ ; , . -; 2011.10.21 +; 2012.12.14 [LangOptions] ; The following three entries are very important. Be sure to read and @@ -52,12 +52,16 @@ LastErrorMessage=%1.%n%n 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 +OnlyOnTheseArchitectures= ' Windows :%n%n%1 MissingWOW64APIs= Windows 64- . Service Pack %1. -WinVersionTooLowError= %1 %2 . -WinVersionTooHighError= %1 %2 . +WinVersionTooLowError= %1 %2 . +WinVersionTooHighError= %1 %2 . AdminPrivilegesRequired= . PowerUserPrivilegesRequired= . SetupAppRunningError=, %1 .%n%n , ﳿ OK , . @@ -142,11 +146,12 @@ SelectDirDesc= SelectDirLabel3= [name] . SelectDirBrowseLabel= 볻, . , . DiskSpaceMBLabel= [mb] M . -ToUNCPathname= '. , ' . +CannotInstallToNetworkDrive= . +CannotInstallToUNCPath= . InvalidPath= , :%n%nC:\APP%n%n UNC:%n%n\\\ InvalidDrive= , . , . DiskSpaceWarningTitle= -DiskSpaceWarning= %1 , %2 .%n%n ? +DiskSpaceWarning= %1 , %2 .%n%n ? DirNameTooLong=' . InvalidDirName= . BadDirName32=' :%n%n%1 @@ -201,11 +206,16 @@ ReadyMemoTasks= WizardPreparing=ϳ PreparingDesc= [name] . PreviousInstallNotCompleted= . .%n%nϳ , [name]. -CannotContinue= . , . +CannotContinue= . , . +ApplicationsFound= , . . +ApplicationsFound2= , . . ϳ , . +CloseApplications=& +DontCloseApplications=& +ErrorCloseApplications= . , , , . ; *** "" WizardInstalling= -InstallingLabel= , , [name] '. +InstallingLabel= , , [name] '. ; *** " " FinishedHeadingLabel= [name] @@ -226,14 +236,15 @@ RunEntryShellExec= ChangeDiskTitle= SelectDiskLabel2= , %1 OK.%n%n , , . PathLabel=&: -FileNotInDir2= "%1" "%2". , . +FileNotInDir2= "%1" "%2". , . SelectDirectoryLabel= , . ; *** Installation phase messages SetupAborted= .%n%n , . EntryAbortRetryIgnore= , , . -; *** Installation status messages +; *** +StatusClosingApplications= ... StatusCreateDirs= ... StatusExtractFiles= ... StatusCreateIcons= ... @@ -242,69 +253,74 @@ 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 +; *** INI ErrorIniEntry= INI- "%1". -; *** File copying errors +; *** FileAbortRetryIgnore= , ( ) . FileAbortRetryIgnore2= , ( ) . SourceIsCorrupted= SourceDoesntExist= "%1" ExistingFileReadOnly= .%n%n , . -ErrorReadingExistingDest=³ : +ErrorReadingExistingDest= : FileExists= .%n%n ? -ExistingFileNewer= , . .%n%n ? -ErrorChangingAttr=³ : -ErrorCreatingTemp=³ : -ErrorReadingSource=³ : -ErrorCopying=³ : -ErrorReplacingExistingFile=³ : +ExistingFileNewer= , . .%n%n ? +ErrorChangingAttr= : +ErrorCreatingTemp= : +ErrorReadingSource= : +ErrorCopying= : +ErrorReplacingExistingFile= : ErrorRestartReplace= RestartReplace: -ErrorRenamingTemp=³ : +ErrorRenamingTemp= : ErrorRegisterServer= DLL/OCX: %1 ErrorRegSvr32Failed= RegSvr32, %1 ErrorRegisterTypeLib= : %1 ; *** Post-installation errors -ErrorOpeningReadme=³ README. +ErrorOpeningReadme= README. ErrorRestartingComputer= '. , . -; *** Uninstaller messages +; *** UninstallNotFound= "%1" , . UninstallOpenError= "%1". UninstallUnsupportedVer= "%1" . UninstallUnknownEntry= (%1) ConfirmUninstall= , %1 ? -UninstallOnlyOnWin64= 64- Windows. -OnlyAdminCanUninstall= . -UninstallStatusLabel= , , %1 '. +UninstallOnlyOnWin64= 64- Windows. +OnlyAdminCanUninstall= . +UninstallStatusLabel= , , %1 '. UninstalledAll=%1 '. -UninstalledMost= %1 .%n%n . . +UninstalledMost= %1 .%n%n . . UninstalledAndNeedsRestart= %1 .%n%n ? UninstallDataCorrupted= "%1" . ; *** Uninstallation phase messages -ConfirmDeleteSharedFileTitle= ? +ConfirmDeleteSharedFileTitle= ? ConfirmDeleteSharedFile2= , . ?%n%n - , . , ͳ. . SharedFileNameLabel=' : SharedFileLocationLabel=: WizardUninstalling= StatusUninstalling= %1... +; *** +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. @@ -318,4 +334,7 @@ ProgramOnTheWeb= UninstallProgram= %1 LaunchProgram=³ %1 AssocFileExtension=& %1 %2 -AssocingFileExtension= %1 %2... \ No newline at end of file +AssocingFileExtension= %1 %2... +AutoStartProgramGroupDescription=: +AutoStartProgram= %1 +AddonHostProgramNotFound=%1 %n%n ? diff --git a/Greenshot/tools/innosetup/Setup.e32 b/Greenshot/tools/innosetup/Setup.e32 index eb60d97ad..fc581c5b9 100644 Binary files a/Greenshot/tools/innosetup/Setup.e32 and b/Greenshot/tools/innosetup/Setup.e32 differ diff --git a/Greenshot/tools/innosetup/SetupLdr.e32 b/Greenshot/tools/innosetup/SetupLdr.e32 index f262cb166..ed70852a8 100644 Binary files a/Greenshot/tools/innosetup/SetupLdr.e32 and b/Greenshot/tools/innosetup/SetupLdr.e32 differ diff --git a/Greenshot/tools/innosetup/isfaq.htm b/Greenshot/tools/innosetup/isfaq.htm index 4aacd817d..9ce717f0a 100644 --- a/Greenshot/tools/innosetup/isfaq.htm +++ b/Greenshot/tools/innosetup/isfaq.htm @@ -50,7 +50,7 @@ A:visited, A:active { -

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.

Functionality

@@ -82,7 +81,6 @@ A:visited, A:active {

Installation Tasks