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

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

mercurial