source: git/lib/English_GB.isl @ 42c7efe

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since 42c7efe was b685e4e, checked in by Olly Betts <olly@…>, 14 years ago

survex.iss.in: Update for InnoSetup? 5.3.9.
lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
i18n files for InnoSetup? which we use.

git-svn-id: file:///home/survex-svn/survex/branches/survex-1_1@3386 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 16.3 KB
Line 
1; *** Inno Setup version 5.1.11+ British English messages ***
2; British English translation by: Olly Betts <olly@survex.com>
3
4; Note: When translating this text, do not add periods (.) to the end of
5; messages that didn't have them already, because on those messages Inno
6; Setup adds the periods automatically (appending a period would result in
7; two periods being displayed).
8
9[LangOptions]
10; The following three entries are very important. Be sure to read and
11; understand the '[LangOptions] section' topic in the help file.
12LanguageName=English (United Kingdom)
13LanguageID=$0809
14LanguageCodePage=0
15; If the language you are translating to requires special font faces or
16; sizes, uncomment any of the following entries and change them accordingly.
17;DialogFontName=
18;DialogFontSize=8
19;WelcomeFontName=Verdana
20;WelcomeFontSize=12
21;TitleFontName=Arial
22;TitleFontSize=29
23;CopyrightFontName=Arial
24;CopyrightFontSize=8
25
26[Messages]
27
28; *** Application titles
29SetupAppTitle=Setup
30SetupWindowTitle=Setup - %1
31UninstallAppTitle=Uninstall
32UninstallAppFullTitle=%1 Uninstall
33
34; *** Misc. common
35InformationTitle=Information
36ConfirmTitle=Confirm
37ErrorTitle=Error
38
39; *** SetupLdr messages
40SetupLdrStartupMessage=This will install %1. Do you wish to continue?
41LdrCannotCreateTemp=Unable to create a temporary file. Setup aborted
42LdrCannotExecTemp=Unable to execute file in the temporary directory. Setup aborted
43
44; *** Startup error messages
45LastErrorMessage=%1.%n%nError %2: %3
46SetupFileMissing=The file %1 is missing from the installation directory. Please correct the problem or obtain a new copy of the program.
47SetupFileCorrupt=The setup files are corrupted. Please obtain a new copy of the program.
48SetupFileCorruptOrWrongVer=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.
49NotOnThisPlatform=This program will not run on %1.
50OnlyOnThisPlatform=This program must be run on %1.
51OnlyOnTheseArchitectures=This program can only be installed on versions of Windows designed for the following processor architectures:%n%n%1
52MissingWOW64APIs=The version of Windows you are running does not include functionality required by Setup to perform a 64-bit installation. To correct this problem, please install Service Pack %1.
53WinVersionTooLowError=This program requires %1 version %2 or later.
54WinVersionTooHighError=This program cannot be installed on %1 version %2 or later.
55AdminPrivilegesRequired=You must be logged in as an administrator when installing this program.
56PowerUserPrivilegesRequired=You must be logged in as an administrator or as a member of the Power Users group when installing this program.
57SetupAppRunningError=Setup has detected that %1 is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.
58UninstallAppRunningError=Uninstall has detected that %1 is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.
59
60; *** Misc. errors
61ErrorCreatingDir=Setup was unable to create the directory "%1"
62ErrorTooManyFilesInDir=Unable to create a file in the directory "%1" because it contains too many files
63
64; *** Setup common messages
65ExitSetupTitle=Exit Setup
66ExitSetupMessage=Setup is not complete. If you exit now, the program will not be installed.%n%nYou may run Setup again at another time to complete the installation.%n%nExit Setup?
67AboutSetupMenuItem=&About Setup...
68AboutSetupTitle=About Setup
69AboutSetupMessage=%1 version %2%n%3%n%n%1 home page:%n%4
70AboutSetupNote=
71TranslatorNote=
72
73; *** Buttons
74ButtonBack=< &Back
75ButtonNext=&Next >
76ButtonInstall=&Install
77ButtonOK=OK
78ButtonCancel=Cancel
79ButtonYes=&Yes
80ButtonYesToAll=Yes to &All
81ButtonNo=&No
82ButtonNoToAll=N&o to All
83ButtonFinish=&Finish
84ButtonBrowse=&Browse...
85ButtonWizardBrowse=B&rowse...
86ButtonNewFolder=&Make New Folder
87
88; *** "Select Language" dialog messages
89SelectLanguageTitle=Select Setup Language
90SelectLanguageLabel=Select the language to use during the installation:
91
92; *** Common wizard text
93ClickNext=Click Next to continue, or Cancel to exit Setup.
94BeveledLabel=
95BrowseDialogTitle=Browse For Folder
96BrowseDialogLabel=Select a folder in the list below, then click OK.
97NewFolderName=New Folder
98
99; *** "Welcome" wizard page
100WelcomeLabel1=Welcome to the [name] Setup Wizard
101WelcomeLabel2=This will install [name/ver] on your computer.%n%nIt is recommended that you close all other applications before continuing.
102
103; *** "Password" wizard page
104WizardPassword=Password
105PasswordLabel1=This installation is password protected.
106PasswordLabel3=Please provide the password, then click Next to continue. Passwords are case-sensitive.
107PasswordEditLabel=&Password:
108IncorrectPassword=The password you entered is not correct. Please try again.
109
110; *** "License Agreement" wizard page
111WizardLicense=Licence Agreement
112LicenseLabel=Please read the following important information before continuing.
113LicenseLabel3=Please read the following Licence Agreement. You must accept the terms of this agreement before continuing with the installation.
114LicenseAccepted=I &accept the agreement
115LicenseNotAccepted=I &do not accept the agreement
116
117; *** "Information" wizard pages
118WizardInfoBefore=Information
119InfoBeforeLabel=Please read the following important information before continuing.
120InfoBeforeClickLabel=When you are ready to continue with Setup, click Next.
121WizardInfoAfter=Information
122InfoAfterLabel=Please read the following important information before continuing.
123InfoAfterClickLabel=When you are ready to continue with Setup, click Next.
124
125; *** "User Information" wizard page
126WizardUserInfo=User Information
127UserInfoDesc=Please enter your information.
128UserInfoName=&User Name:
129UserInfoOrg=&Organisation:
130UserInfoSerial=&Serial Number:
131UserInfoNameRequired=You must enter a name.
132
133; *** "Select Destination Location" wizard page
134WizardSelectDir=Select Destination Location
135SelectDirDesc=Where should [name] be installed?
136SelectDirLabel3=Setup will install [name] into the following folder.
137SelectDirBrowseLabel=To continue, click Next. If you would like to select a different folder, click Browse.
138DiskSpaceMBLabel=At least [mb] MB of free disk space is required.
139ToUNCPathname=Setup cannot install to a UNC pathname. If you are trying to install to a network, you will need to map a network drive.
140InvalidPath=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
141InvalidDrive=The drive or UNC share you selected does not exist or is not accessible. Please select another.
142DiskSpaceWarningTitle=Not Enough Disk Space
143DiskSpaceWarning=Setup requires at least %1 KB of free space to install, but the selected drive only has %2 KB available.%n%nDo you want to continue anyway?
144DirNameTooLong=The folder name or path is too long.
145InvalidDirName=The folder name is not valid.
146BadDirName32=Folder names cannot include any of the following characters:%n%n%1
147DirExistsTitle=Folder Exists
148DirExists=The folder:%n%n%1%n%nalready exists. Would you like to install to that folder anyway?
149DirDoesntExistTitle=Folder Does Not Exist
150DirDoesntExist=The folder:%n%n%1%n%ndoes not exist. Would you like the folder to be created?
151
152; *** "Select Components" wizard page
153WizardSelectComponents=Select Components
154SelectComponentsDesc=Which components should be installed?
155SelectComponentsLabel2=Select the components you want to install; clear the components you do not want to install. Click Next when you are ready to continue.
156FullInstallation=Full installation
157; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
158CompactInstallation=Compact installation
159CustomInstallation=Custom installation
160NoUninstallWarningTitle=Components Exist
161NoUninstallWarning=Setup has detected that the following components are already installed on your computer:%n%n%1%n%nDeselecting these components will not uninstall them.%n%nWould you like to continue anyway?
162ComponentSize1=%1 KB
163ComponentSize2=%1 MB
164ComponentsDiskSpaceMBLabel=Current selection requires at least [mb] MB of disk space.
165
166; *** "Select Additional Tasks" wizard page
167WizardSelectTasks=Select Additional Tasks
168SelectTasksDesc=Which additional tasks should be performed?
169SelectTasksLabel2=Select the additional tasks you would like Setup to perform while installing [name], then click Next.
170
171; *** "Select Start Menu Folder" wizard page
172WizardSelectProgramGroup=Select Start Menu Folder
173SelectStartMenuFolderDesc=Where should Setup place the program's shortcuts?
174SelectStartMenuFolderLabel3=Setup will create the program's shortcuts in the following Start Menu folder.
175SelectStartMenuFolderBrowseLabel=To continue, click Next. If you would like to select a different folder, click Browse.
176MustEnterGroupName=You must enter a folder name.
177GroupNameTooLong=The folder name or path is too long.
178InvalidGroupName=The folder name is not valid.
179BadGroupName=The folder name cannot include any of the following characters:%n%n%1
180NoProgramGroupCheck2=&Don't create a Start Menu folder
181
182; *** "Ready to Install" wizard page
183WizardReady=Ready to Install
184ReadyLabel1=Setup is now ready to begin installing [name] on your computer.
185ReadyLabel2a=Click Install to continue with the installation, or click Back if you want to review or change any settings.
186ReadyLabel2b=Click Install to continue with the installation.
187ReadyMemoUserInfo=User information:
188ReadyMemoDir=Destination location:
189ReadyMemoType=Setup type:
190ReadyMemoComponents=Selected components:
191ReadyMemoGroup=Start Menu folder:
192ReadyMemoTasks=Additional tasks:
193
194; *** "Preparing to Install" wizard page
195WizardPreparing=Preparing to Install
196PreparingDesc=Setup is preparing to install [name] on your computer.
197PreviousInstallNotCompleted=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].
198CannotContinue=Setup cannot continue. Please click Cancel to exit.
199
200; *** "Installing" wizard page
201WizardInstalling=Installing
202InstallingLabel=Please wait while Setup installs [name] on your computer.
203
204; *** "Setup Completed" wizard page
205FinishedHeadingLabel=Completing the [name] Setup Wizard
206FinishedLabelNoIcons=Setup has finished installing [name] on your computer.
207FinishedLabel=Setup has finished installing [name] on your computer. The application may be launched by selecting the installed icons.
208ClickFinish=Click Finish to exit Setup.
209FinishedRestartLabel=To complete the installation of [name], Setup must restart your computer. Would you like to restart now?
210FinishedRestartMessage=To complete the installation of [name], Setup must restart your computer.%n%nWould you like to restart now?
211ShowReadmeCheck=Yes, I would like to view the README file
212YesRadio=&Yes, restart the computer now
213NoRadio=&No, I will restart the computer later
214; used for example as 'Run MyProg.exe'
215RunEntryExec=Run %1
216; used for example as 'View Readme.txt'
217RunEntryShellExec=View %1
218
219; *** "Setup Needs the Next Disk" stuff
220ChangeDiskTitle=Setup Needs the Next Disk
221SelectDiskLabel2=Please insert Disk %1 and click OK.%n%nIf the files on this disk can be found in a folder other than the one displayed below, enter the correct path or click Browse.
222PathLabel=&Path:
223FileNotInDir2=The file "%1" could not be located in "%2". Please insert the correct disk or select another folder.
224SelectDirectoryLabel=Please specify the location of the next disk.
225
226; *** Installation phase messages
227SetupAborted=Setup was not completed.%n%nPlease correct the problem and run Setup again.
228EntryAbortRetryIgnore=Click Retry to try again, Ignore to proceed anyway, or Abort to cancel installation.
229
230; *** Installation status messages
231StatusCreateDirs=Creating directories...
232StatusExtractFiles=Extracting files...
233StatusCreateIcons=Creating shortcuts...
234StatusCreateIniEntries=Creating INI entries...
235StatusCreateRegistryEntries=Creating registry entries...
236StatusRegisterFiles=Registering files...
237StatusSavingUninstall=Saving uninstall information...
238StatusRunProgram=Finishing installation...
239StatusRollback=Rolling back changes...
240
241; *** Misc. errors
242ErrorInternal2=Internal error: %1
243ErrorFunctionFailedNoCode=%1 failed
244ErrorFunctionFailed=%1 failed; code %2
245ErrorFunctionFailedWithMessage=%1 failed; code %2.%n%3
246ErrorExecutingProgram=Unable to execute file:%n%1
247
248; *** Registry errors
249ErrorRegOpenKey=Error opening registry key:%n%1\%2
250ErrorRegCreateKey=Error creating registry key:%n%1\%2
251ErrorRegWriteKey=Error writing to registry key:%n%1\%2
252
253; *** INI errors
254ErrorIniEntry=Error creating INI entry in file "%1".
255
256; *** File copying errors
257FileAbortRetryIgnore=Click Retry to try again, Ignore to skip this file (not recommended), or Abort to cancel installation.
258FileAbortRetryIgnore2=Click Retry to try again, Ignore to proceed anyway (not recommended), or Abort to cancel installation.
259SourceIsCorrupted=The source file is corrupted
260SourceDoesntExist=The source file "%1" does not exist
261ExistingFileReadOnly=The existing file is marked as read-only.%n%nClick Retry to remove the read-only attribute and try again, Ignore to skip this file, or Abort to cancel installation.
262ErrorReadingExistingDest=An error occurred while trying to read the existing file:
263FileExists=The file already exists.%n%nWould you like Setup to overwrite it?
264ExistingFileNewer=The existing file is newer than the one Setup is trying to install. It is recommended that you keep the existing file.%n%nDo you want to keep the existing file?
265ErrorChangingAttr=An error occurred while trying to change the attributes of the existing file:
266ErrorCreatingTemp=An error occurred while trying to create a file in the destination directory:
267ErrorReadingSource=An error occurred while trying to read the source file:
268ErrorCopying=An error occurred while trying to copy a file:
269ErrorReplacingExistingFile=An error occurred while trying to replace the existing file:
270ErrorRestartReplace=RestartReplace failed:
271ErrorRenamingTemp=An error occurred while trying to rename a file in the destination directory:
272ErrorRegisterServer=Unable to register the DLL/OCX: %1
273ErrorRegSvr32Failed=RegSvr32 failed with exit code %1
274ErrorRegisterTypeLib=Unable to register the type library: %1
275
276; *** Post-installation errors
277ErrorOpeningReadme=An error occurred while trying to open the README file.
278ErrorRestartingComputer=Setup was unable to restart the computer. Please do this manually.
279
280; *** Uninstaller messages
281UninstallNotFound=File "%1" does not exist. Cannot uninstall.
282UninstallOpenError=File "%1" could not be opened. Cannot uninstall
283UninstallUnsupportedVer=The uninstall log file "%1" is in a format not recognised by this version of the uninstaller. Cannot uninstall
284UninstallUnknownEntry=An unknown entry (%1) was encountered in the uninstall log
285ConfirmUninstall=Are you sure you want to completely remove %1 and all of its components?
286UninstallOnlyOnWin64=This installation can only be uninstalled on 64-bit Windows.
287OnlyAdminCanUninstall=This installation can only be uninstalled by a user with administrative privileges.
288UninstallStatusLabel=Please wait while %1 is removed from your computer.
289UninstalledAll=%1 was successfully removed from your computer.
290UninstalledMost=%1 uninstall complete.%n%nSome elements could not be removed. These can be removed manually.
291UninstalledAndNeedsRestart=To complete the uninstallation of %1, your computer must be restarted.%n%nWould you like to restart now?
292UninstallDataCorrupted="%1" file is corrupted. Cannot uninstall
293
294; *** Uninstallation phase messages
295ConfirmDeleteSharedFileTitle=Remove Shared File?
296ConfirmDeleteSharedFile2=The system indicates that the following shared file is no longer in use by any programs. Would you like for Uninstall to remove this shared file?%n%nIf any programs are still using this file and it is removed, those programs may not function properly. If you are unsure, choose No. Leaving the file on your system will not cause any harm.
297SharedFileNameLabel=File name:
298SharedFileLocationLabel=Location:
299WizardUninstalling=Uninstall Status
300StatusUninstalling=Uninstalling %1...
301
302; The custom messages below aren't used by Setup itself, but if you make
303; use of them in your scripts, you'll want to translate them.
304
305[CustomMessages]
306
307NameAndVersion=%1 version %2
308AdditionalIcons=Additional icons:
309CreateDesktopIcon=Create a &desktop icon
310CreateQuickLaunchIcon=Create a &Quick Launch icon
311ProgramOnTheWeb=%1 on the Web
312UninstallProgram=Uninstall %1
313LaunchProgram=Launch %1
314AssocFileExtension=&Associate %1 with the %2 file extension
315AssocingFileExtension=Associating %1 with the %2 file extension...
Note: See TracBrowser for help on using the repository browser.