From 4492b5f8e774bf3b4f21e4e468fc052cbcbb468a Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 16 Dec 2019 19:48:42 -0800 Subject: initial commit --- locales/en-US/installer/custom.properties | 85 +++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 locales/en-US/installer/custom.properties (limited to 'locales/en-US/installer/custom.properties') diff --git a/locales/en-US/installer/custom.properties b/locales/en-US/installer/custom.properties new file mode 100644 index 0000000..8f95a19 --- /dev/null +++ b/locales/en-US/installer/custom.properties @@ -0,0 +1,85 @@ +# 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. + +REG_APP_DESC=$BrandShortName delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. +CONTEXT_OPTIONS=$BrandShortName &Options +CONTEXT_SAFE_MODE=$BrandShortName &Safe Mode +OPTIONS_PAGE_TITLE=Setup Type +OPTIONS_PAGE_SUBTITLE=Choose setup options +SHORTCUTS_PAGE_TITLE=Set Up Shortcuts +SHORTCUTS_PAGE_SUBTITLE=Create Program Icons +COMPONENTS_PAGE_TITLE=Set Up Optional Components +COMPONENTS_PAGE_SUBTITLE=Optional Recommended Components +SUMMARY_PAGE_TITLE=Summary +SUMMARY_PAGE_SUBTITLE=Ready to start installing $BrandShortName +SUMMARY_INSTALLED_TO=$BrandShortName will be installed to the following location: +SUMMARY_REBOOT_REQUIRED_INSTALL=A restart of your computer may be required to complete the installation. +SUMMARY_REBOOT_REQUIRED_UNINSTALL=A restart of your computer may be required to complete the uninstall. +SUMMARY_TAKE_DEFAULTS=U&se $BrandShortName as my default web browser +SUMMARY_INSTALL_CLICK=Click Install to continue. +SUMMARY_UPGRADE_CLICK=Click Upgrade to continue. +SURVEY_TEXT=&Tell us what you thought of $BrandShortName +LAUNCH_TEXT=&Launch $BrandShortName now +CREATE_ICONS_DESC=Create icons for $BrandShortName: +ICONS_DESKTOP=On my &Desktop +ICONS_STARTMENU=In my &Start Menu Programs folder +ICONS_QUICKLAUNCH=In my &Quick Launch bar +WARN_MANUALLY_CLOSE_APP_INSTALL=$BrandShortName must be closed to proceed with the installation.\n\nPlease close $BrandShortName to continue. +WARN_MANUALLY_CLOSE_APP_UNINSTALL=$BrandShortName must be closed to proceed with the uninstall.\n\nPlease close $BrandShortName to continue. +WARN_MANUALLY_CLOSE_APP_LAUNCH=$BrandShortName is already running.\n\nPlease close $BrandShortName prior to launching the version you have just installed. +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_MIN_SUPPORTED_OSVER_MSG=Sorry, $BrandShortName can't be installed. This version of $BrandShortName requires ${MinSupportedVer} or newer. +WARN_MIN_SUPPORTED_CPU_MSG=Sorry, $BrandShortName can't be installed. This version of $BrandShortName requires a processor with ${MinSupportedCPU} support. +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. +WARN_RESTART_REQUIRED_UNINSTALL=Your computer must be restarted to complete a previous uninstall of $BrandShortName. Do you want to reboot now? +WARN_RESTART_REQUIRED_UPGRADE=Your computer must be restarted to complete a previous upgrade of $BrandShortName. Do you want to reboot now? +ERROR_CREATE_DIRECTORY_PREFIX=Error creating directory: +ERROR_CREATE_DIRECTORY_SUFFIX=Click Cancel to stop the installation or\nRetry to try again. + +UN_CONFIRM_PAGE_TITLE=Uninstall $BrandFullName +UN_CONFIRM_PAGE_SUBTITLE=Remove $BrandFullName from your computer. +UN_CONFIRM_UNINSTALLED_FROM=$BrandShortName will be uninstalled from the following location: +UN_CONFIRM_CLICK=Click Uninstall to continue. +UN_REMOVE_PROFILES=&Remove my $BrandShortName personal data and customizations +UN_REMOVE_PROFILES_DESC=This will permanently remove your bookmarks, saved passwords, cookies and customizations. You may wish to keep this information if you plan on installing another version of $BrandShortName in the future. + +BANNER_CHECK_EXISTING=Checking existing installation… + +STATUS_INSTALL_APP=Installing $BrandShortName… +STATUS_INSTALL_LANG=Installing Language Files (${AB_CD})… +STATUS_UNINSTALL_MAIN=Uninstalling $BrandShortName… +STATUS_CLEANUP=A Little Housekeeping… + +# _DESC strings support approximately 65 characters per line. +# One line +OPTIONS_SUMMARY=Choose the type of setup you prefer, then click Next. +# One line +OPTION_STANDARD_DESC=$BrandShortName will be installed with the most common options. +OPTION_STANDARD_RADIO=&Standard +# Two lines +OPTION_CUSTOM_DESC=You may choose individual options to be installed. Recommended for experienced users. +OPTION_CUSTOM_RADIO=&Custom + +# LOCALIZATION NOTE: +# The following text replaces the Install button text on the summary page. +# Verify that the access key for InstallBtn (in override.properties) and +# UPGRADE_BUTTON is not already used by SUMMARY_TAKE_DEFAULTS. +UPGRADE_BUTTON=&Upgrade -- cgit v1.2.3