diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-06-04 15:50:03 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-04 15:50:03 +0200 |
commit | e3b7744bee37c3d4a026d2193bed5e9439c40ff3 (patch) | |
tree | f3f7b07ca9bd78bf7ac2d76dd55b61b2a8bb549e /application/basilisk/locales/en-US/installer/nsisstrings.properties | |
parent | cbce4f0b6a337f8250b62cae028f1c6d4cce51df (diff) | |
parent | 031afcafe288bf0f46c0c5caae20dd3db8bd0297 (diff) | |
download | UXP-e3b7744bee37c3d4a026d2193bed5e9439c40ff3.tar UXP-e3b7744bee37c3d4a026d2193bed5e9439c40ff3.tar.gz UXP-e3b7744bee37c3d4a026d2193bed5e9439c40ff3.tar.lz UXP-e3b7744bee37c3d4a026d2193bed5e9439c40ff3.tar.xz UXP-e3b7744bee37c3d4a026d2193bed5e9439c40ff3.zip |
Merge branch 'move-basilisk'
Diffstat (limited to 'application/basilisk/locales/en-US/installer/nsisstrings.properties')
-rw-r--r-- | application/basilisk/locales/en-US/installer/nsisstrings.properties | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/application/basilisk/locales/en-US/installer/nsisstrings.properties b/application/basilisk/locales/en-US/installer/nsisstrings.properties new file mode 100644 index 000000000..389405696 --- /dev/null +++ b/application/basilisk/locales/en-US/installer/nsisstrings.properties @@ -0,0 +1,67 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE: + +# This file must be saved as UTF8 + +# Accesskeys are defined by prefixing the letter that is to be used for the +# accesskey with an ampersand (e.g. &). + +# Do not replace $BrandShortName, $BrandFullName, or $BrandFullNameDA with a +# custom string and always use the same one as used by the en-US files. +# $BrandFullNameDA allows the string to contain an ampersand (e.g. DA stands +# for double ampersand) and prevents the letter following the ampersand from +# being used as an accesskey. + +# You can use \n to create a newline in the string but only when the string +# from en-US contains a \n. + +WIN_CAPTION=$BrandShortName Setup + +INTRO_BLURB1=Thanks for choosing $BrandFullName, the browser that chooses you above everything else. +INSTALL_BLURB1=You're about to enjoy the very latest in speed, flexibility and security so you're always in control. +INSTALL_BLURB2=That's because $BrandShortName is made by a non-profit to make browsing and the Web better for you. +INSTALL_BLURB3=You're also joining a global community of users, contributors and developers working to make the best browser in the world. + +WARN_MIN_SUPPORTED_OSVER_MSG=Sorry, $BrandShortName can't be installed. This version of $BrandShortName requires ${MinSupportedVer} or newer. Please click the OK button for additional information. +WARN_MIN_SUPPORTED_CPU_MSG=Sorry, $BrandShortName can't be installed. This version of $BrandShortName requires a processor with ${MinSupportedCPU} support. Please click the OK button for additional information. +WARN_MIN_SUPPORTED_OSVER_CPU_MSG=Sorry, $BrandShortName can't be installed. This version of $BrandShortName requires ${MinSupportedVer} or newer and a processor with ${MinSupportedCPU} support. Please click the OK button for additional information. +WARN_WRITE_ACCESS=You don't have access to write to the installation directory.\n\nClick OK to select a different directory. +WARN_DISK_SPACE=You don't have sufficient disk space to install to this location.\n\nClick OK to select a different location. +WARN_ROOT_INSTALL=Unable to install to the root of your disk.\n\nClick OK to select a different location. +WARN_MANUALLY_CLOSE_APP_LAUNCH=$BrandShortName is already running.\n\nPlease close $BrandShortName prior to launching the version you have just installed. + +ERROR_DOWNLOAD=Your download was interrupted.\n\nPlease click the OK button to continue. + +INSTALL_BUTTON=&Install +UPGRADE_BUTTON=&Upgrade +CANCEL_BUTTON=Cancel +OPTIONS_BUTTON=&Options + +MAKE_DEFAULT=&Make $BrandShortName my default browser +CREATE_SHORTCUTS=Create Shortcuts for $BrandShortName: +ADD_SC_TASKBAR=On my &Task bar +ADD_SC_QUICKLAUNCHBAR=On my &Quick Launch bar +ADD_CheckboxShortcutInStartMenu=In my &Start Menu Programs Folder +ADD_CheckboxShortcutOnDesktop=On my &Desktop +SPACE_REQUIRED=Space Required: +SPACE_AVAILABLE=Space Available: +ONE_MOMENT_INSTALL=One moment, $BrandShortName will launch as soon as the install is complete… +ONE_MOMENT_UPGRADE=One moment, $BrandShortName will launch as soon as the upgrade is complete… +INSTALL_MAINT_SERVICE=&Install the $BrandShortName background update service +SEND_PING=S&end information about this installation to Mozilla +BROWSE_BUTTON=B&rowse… +DEST_FOLDER=Destination Folder + +DOWNLOADING_LABEL=Downloading $BrandShortName… +INSTALLING_LABEL=Installing $BrandShortName… +UPGRADING_LABEL=Upgrading $BrandShortName… + +SELECT_FOLDER_TEXT=Select the folder to install $BrandShortName in. + +BYTE=B +KILO=K +MEGA=M +GIGA=G |