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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/locales/en-US/installer/override.properties	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,86 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +# LOCALIZATION NOTE:
     1.9 +
    1.10 +# This file must be saved as UTF8
    1.11 +
    1.12 +# Accesskeys are defined by prefixing the letter that is to be used for the
    1.13 +# accesskey with an ampersand (e.g. &).
    1.14 +
    1.15 +# Do not replace $BrandShortName, $BrandFullName, or $BrandFullNameDA with a
    1.16 +# custom string and always use the same one as used by the en-US files.
    1.17 +# $BrandFullNameDA allows the string to contain an ampersand (e.g. DA stands
    1.18 +# for double ampersand) and prevents the letter following the ampersand from
    1.19 +# being used as an accesskey.
    1.20 +
    1.21 +# You can use \n to create a newline in the string but only when the string
    1.22 +# from en-US contains a \n.
    1.23 +
    1.24 +# Strings that require a space at the end should be enclosed with double
    1.25 +# quotes and the double quotes will be removed. To add quotes to the beginning
    1.26 +# and end of a strong enclose the add and additional double quote to the
    1.27 +# beginning and end of the string (e.g. ""This will include quotes"").
    1.28 +
    1.29 +SetupCaption=$BrandFullName Setup
    1.30 +UninstallCaption=$BrandFullName Uninstall
    1.31 +BackBtn=< &Back
    1.32 +NextBtn=&Next >
    1.33 +AcceptBtn=I &accept the terms in the License Agreement
    1.34 +DontAcceptBtn=I &do not accept the terms in the License Agreement
    1.35 +InstallBtn=&Install
    1.36 +UninstallBtn=&Uninstall
    1.37 +CancelBtn=Cancel
    1.38 +CloseBtn=&Close
    1.39 +BrowseBtn=B&rowse…
    1.40 +ShowDetailsBtn=Show &details
    1.41 +ClickNext=Click Next to continue.
    1.42 +ClickInstall=Click Install to start the installation.
    1.43 +ClickUninstall=Click Uninstall to start the uninstallation.
    1.44 +Completed=Completed
    1.45 +LicenseTextRB=Please review the license agreement before installing $BrandFullNameDA. If you accept all terms of the agreement, select the first option below. $_CLICK
    1.46 +ComponentsText=Check the components you want to install and uncheck the components you don't want to install. $_CLICK
    1.47 +ComponentsSubText2_NoInstTypes=Select components to install:
    1.48 +DirText=Setup will install $BrandFullNameDA in the following folder. To install in a different folder, click Browse and select another folder. $_CLICK
    1.49 +DirSubText=Destination Folder
    1.50 +DirBrowseText=Select the folder to install $BrandFullNameDA in:
    1.51 +SpaceAvailable="Space available: "
    1.52 +SpaceRequired="Space required: "
    1.53 +UninstallingText=$BrandFullNameDA will be uninstalled from the following folder. $_CLICK
    1.54 +UninstallingSubText=Uninstalling from:
    1.55 +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.
    1.56 +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.
    1.57 +CantWrite="Can't write: "
    1.58 +CopyFailed=Copy failed
    1.59 +CopyTo="Copy to "
    1.60 +Registering="Registering: "
    1.61 +Unregistering="Unregistering: "
    1.62 +SymbolNotFound="Could not find symbol: "
    1.63 +CouldNotLoad="Could not load: "
    1.64 +CreateFolder="Create folder: "
    1.65 +CreateShortcut="Create shortcut: "
    1.66 +CreatedUninstaller="Created uninstaller: "
    1.67 +Delete="Delete file: "
    1.68 +DeleteOnReboot="Delete on reboot: "
    1.69 +ErrorCreatingShortcut="Error creating shortcut: "
    1.70 +ErrorCreating="Error creating: "
    1.71 +ErrorDecompressing=Error decompressing data! Corrupted installer?
    1.72 +ErrorRegistering=Error registering DLL
    1.73 +ExecShell="ExecShell: "
    1.74 +Exec="Execute: "
    1.75 +Extract="Extract: "
    1.76 +ErrorWriting="Extract: error writing to file "
    1.77 +InvalidOpcode=Installer corrupted: invalid opcode
    1.78 +NoOLE="No OLE for: "
    1.79 +OutputFolder="Output folder: "
    1.80 +RemoveFolder="Remove folder: "
    1.81 +RenameOnReboot="Rename on reboot: "
    1.82 +Rename="Rename: "
    1.83 +Skipped="Skipped: "
    1.84 +CopyDetails=Copy Details To Clipboard
    1.85 +LogInstall=Log install process
    1.86 +Byte=B
    1.87 +Kilo=K
    1.88 +Mega=M
    1.89 +Giga=G

mercurial