browser/locales/en-US/installer/override.properties

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 # This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 4
michael@0 5 # LOCALIZATION NOTE:
michael@0 6
michael@0 7 # This file must be saved as UTF8
michael@0 8
michael@0 9 # Accesskeys are defined by prefixing the letter that is to be used for the
michael@0 10 # accesskey with an ampersand (e.g. &).
michael@0 11
michael@0 12 # Do not replace $BrandShortName, $BrandFullName, or $BrandFullNameDA with a
michael@0 13 # custom string and always use the same one as used by the en-US files.
michael@0 14 # $BrandFullNameDA allows the string to contain an ampersand (e.g. DA stands
michael@0 15 # for double ampersand) and prevents the letter following the ampersand from
michael@0 16 # being used as an accesskey.
michael@0 17
michael@0 18 # You can use \n to create a newline in the string but only when the string
michael@0 19 # from en-US contains a \n.
michael@0 20
michael@0 21 # Strings that require a space at the end should be enclosed with double
michael@0 22 # quotes and the double quotes will be removed. To add quotes to the beginning
michael@0 23 # and end of a strong enclose the add and additional double quote to the
michael@0 24 # beginning and end of the string (e.g. ""This will include quotes"").
michael@0 25
michael@0 26 SetupCaption=$BrandFullName Setup
michael@0 27 UninstallCaption=$BrandFullName Uninstall
michael@0 28 BackBtn=< &Back
michael@0 29 NextBtn=&Next >
michael@0 30 AcceptBtn=I &accept the terms in the License Agreement
michael@0 31 DontAcceptBtn=I &do not accept the terms in the License Agreement
michael@0 32 InstallBtn=&Install
michael@0 33 UninstallBtn=&Uninstall
michael@0 34 CancelBtn=Cancel
michael@0 35 CloseBtn=&Close
michael@0 36 BrowseBtn=B&rowse…
michael@0 37 ShowDetailsBtn=Show &details
michael@0 38 ClickNext=Click Next to continue.
michael@0 39 ClickInstall=Click Install to start the installation.
michael@0 40 ClickUninstall=Click Uninstall to start the uninstallation.
michael@0 41 Completed=Completed
michael@0 42 LicenseTextRB=Please review the license agreement before installing $BrandFullNameDA. If you accept all terms of the agreement, select the first option below. $_CLICK
michael@0 43 ComponentsText=Check the components you want to install and uncheck the components you don't want to install. $_CLICK
michael@0 44 ComponentsSubText2_NoInstTypes=Select components to install:
michael@0 45 DirText=Setup will install $BrandFullNameDA in the following folder. To install in a different folder, click Browse and select another folder. $_CLICK
michael@0 46 DirSubText=Destination Folder
michael@0 47 DirBrowseText=Select the folder to install $BrandFullNameDA in:
michael@0 48 SpaceAvailable="Space available: "
michael@0 49 SpaceRequired="Space required: "
michael@0 50 UninstallingText=$BrandFullNameDA will be uninstalled from the following folder. $_CLICK
michael@0 51 UninstallingSubText=Uninstalling from:
michael@0 52 FileError=Error opening file for writing: \r\n\r\n$0\r\n\r\nClick Abort to stop the installation,\r\nRetry to try again, or\r\nIgnore to skip this file.
michael@0 53 FileError_NoIgnore=Error opening file for writing: \r\n\r\n$0\r\n\r\nClick Retry to try again, or\r\nCancel to stop the installation.
michael@0 54 CantWrite="Can't write: "
michael@0 55 CopyFailed=Copy failed
michael@0 56 CopyTo="Copy to "
michael@0 57 Registering="Registering: "
michael@0 58 Unregistering="Unregistering: "
michael@0 59 SymbolNotFound="Could not find symbol: "
michael@0 60 CouldNotLoad="Could not load: "
michael@0 61 CreateFolder="Create folder: "
michael@0 62 CreateShortcut="Create shortcut: "
michael@0 63 CreatedUninstaller="Created uninstaller: "
michael@0 64 Delete="Delete file: "
michael@0 65 DeleteOnReboot="Delete on reboot: "
michael@0 66 ErrorCreatingShortcut="Error creating shortcut: "
michael@0 67 ErrorCreating="Error creating: "
michael@0 68 ErrorDecompressing=Error decompressing data! Corrupted installer?
michael@0 69 ErrorRegistering=Error registering DLL
michael@0 70 ExecShell="ExecShell: "
michael@0 71 Exec="Execute: "
michael@0 72 Extract="Extract: "
michael@0 73 ErrorWriting="Extract: error writing to file "
michael@0 74 InvalidOpcode=Installer corrupted: invalid opcode
michael@0 75 NoOLE="No OLE for: "
michael@0 76 OutputFolder="Output folder: "
michael@0 77 RemoveFolder="Remove folder: "
michael@0 78 RenameOnReboot="Rename on reboot: "
michael@0 79 Rename="Rename: "
michael@0 80 Skipped="Skipped: "
michael@0 81 CopyDetails=Copy Details To Clipboard
michael@0 82 LogInstall=Log install process
michael@0 83 Byte=B
michael@0 84 Kilo=K
michael@0 85 Mega=M
michael@0 86 Giga=G

mercurial