From f9cab004186edb425a9b88ad649726605080a17c Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 20 Apr 2020 20:49:37 -0700 Subject: move browser to webbrowser/ --- .../locales/en-US/installer/custom.properties | 85 +++++++++++++++++++++ webbrowser/locales/en-US/installer/mui.properties | 61 +++++++++++++++ .../locales/en-US/installer/override.properties | 86 ++++++++++++++++++++++ 3 files changed, 232 insertions(+) create mode 100644 webbrowser/locales/en-US/installer/custom.properties create mode 100644 webbrowser/locales/en-US/installer/mui.properties create mode 100644 webbrowser/locales/en-US/installer/override.properties (limited to 'webbrowser/locales/en-US/installer') diff --git a/webbrowser/locales/en-US/installer/custom.properties b/webbrowser/locales/en-US/installer/custom.properties new file mode 100644 index 0000000..8f95a19 --- /dev/null +++ b/webbrowser/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 diff --git a/webbrowser/locales/en-US/installer/mui.properties b/webbrowser/locales/en-US/installer/mui.properties new file mode 100644 index 0000000..c786dbb --- /dev/null +++ b/webbrowser/locales/en-US/installer/mui.properties @@ -0,0 +1,61 @@ +# 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/. + +# To make the l10n tinderboxen see changes to this file you can change a value +# name by adding - to the end of the name followed by chars (e.g. Branding-2). + +# 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. + +MUI_TEXT_WELCOME_INFO_TITLE=Welcome to the $BrandFullNameDA Setup Wizard +MUI_TEXT_WELCOME_INFO_TEXT=This wizard will guide you through the installation of $BrandFullNameDA.\n\nIt is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.\n\n$_CLICK +MUI_TEXT_COMPONENTS_TITLE=Choose Components +MUI_TEXT_COMPONENTS_SUBTITLE=Choose which features of $BrandFullNameDA you want to install. +MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE=Description +MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO=Position your mouse over a component to see its description. +MUI_TEXT_DIRECTORY_TITLE=Choose Install Location +MUI_TEXT_DIRECTORY_SUBTITLE=Choose the folder in which to install $BrandFullNameDA. +MUI_TEXT_INSTALLING_TITLE=Installing +MUI_TEXT_INSTALLING_SUBTITLE=Please wait while $BrandFullNameDA is being installed. +MUI_TEXT_FINISH_TITLE=Installation Complete +MUI_TEXT_FINISH_SUBTITLE=Setup was completed successfully. +MUI_TEXT_ABORT_TITLE=Installation Aborted +MUI_TEXT_ABORT_SUBTITLE=Setup was not completed successfully. +MUI_BUTTONTEXT_FINISH=&Finish +MUI_TEXT_FINISH_INFO_TITLE=Completing the $BrandFullNameDA Setup Wizard +MUI_TEXT_FINISH_INFO_TEXT=$BrandFullNameDA has been installed on your computer.\n\nClick Finish to close this wizard. +MUI_TEXT_FINISH_INFO_REBOOT=Your computer must be restarted in order to complete the installation of $BrandFullNameDA. Do you want to reboot now? +MUI_TEXT_FINISH_REBOOTNOW=Reboot now +MUI_TEXT_FINISH_REBOOTLATER=I want to manually reboot later +MUI_TEXT_STARTMENU_TITLE=Choose Start Menu Folder +MUI_TEXT_STARTMENU_SUBTITLE=Choose a Start Menu folder for the $BrandFullNameDA shortcuts. +MUI_INNERTEXT_STARTMENU_TOP=Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder. +MUI_TEXT_ABORTWARNING=Are you sure you want to quit $BrandFullName Setup? +MUI_UNTEXT_WELCOME_INFO_TITLE=Welcome to the $BrandFullNameDA Uninstall Wizard +MUI_UNTEXT_WELCOME_INFO_TEXT=This wizard will guide you through the uninstallation of $BrandFullNameDA.\n\nBefore starting the uninstallation, make sure $BrandFullNameDA is not running.\n\n$_CLICK +MUI_UNTEXT_CONFIRM_TITLE=Uninstall $BrandFullNameDA +MUI_UNTEXT_CONFIRM_SUBTITLE=Remove $BrandFullNameDA from your computer. +MUI_UNTEXT_UNINSTALLING_TITLE=Uninstalling +MUI_UNTEXT_UNINSTALLING_SUBTITLE=Please wait while $BrandFullNameDA is being uninstalled. +MUI_UNTEXT_FINISH_TITLE=Uninstallation Complete +MUI_UNTEXT_FINISH_SUBTITLE=Uninstall was completed successfully. +MUI_UNTEXT_ABORT_TITLE=Uninstallation Aborted +MUI_UNTEXT_ABORT_SUBTITLE=Uninstall was not completed successfully. +MUI_UNTEXT_FINISH_INFO_TITLE=Completing the $BrandFullNameDA Uninstall Wizard +MUI_UNTEXT_FINISH_INFO_TEXT=$BrandFullNameDA has been uninstalled from your computer.\n\nClick Finish to close this wizard. +MUI_UNTEXT_FINISH_INFO_REBOOT=Your computer must be restarted in order to complete the uninstallation of $BrandFullNameDA. Do you want to reboot now? +MUI_UNTEXT_ABORTWARNING=Are you sure you want to quit $BrandFullName Uninstall? diff --git a/webbrowser/locales/en-US/installer/override.properties b/webbrowser/locales/en-US/installer/override.properties new file mode 100644 index 0000000..288f674 --- /dev/null +++ b/webbrowser/locales/en-US/installer/override.properties @@ -0,0 +1,86 @@ +# 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. + +# Strings that require a space at the end should be enclosed with double +# quotes and the double quotes will be removed. To add quotes to the beginning +# and end of a strong enclose the add and additional double quote to the +# beginning and end of the string (e.g. ""This will include quotes""). + +SetupCaption=$BrandFullName Setup +UninstallCaption=$BrandFullName Uninstall +BackBtn=< &Back +NextBtn=&Next > +AcceptBtn=I &accept the terms in the License Agreement +DontAcceptBtn=I &do not accept the terms in the License Agreement +InstallBtn=&Install +UninstallBtn=&Uninstall +CancelBtn=Cancel +CloseBtn=&Close +BrowseBtn=B&rowse… +ShowDetailsBtn=Show &details +ClickNext=Click Next to continue. +ClickInstall=Click Install to start the installation. +ClickUninstall=Click Uninstall to start the uninstallation. +Completed=Completed +LicenseTextRB=Please review the license agreement before installing $BrandFullNameDA. If you accept all terms of the agreement, select the first option below. $_CLICK +ComponentsText=Check the components you want to install and uncheck the components you don't want to install. $_CLICK +ComponentsSubText2_NoInstTypes=Select components to install: +DirText=Setup will install $BrandFullNameDA in the following folder. To install in a different folder, click Browse and select another folder. $_CLICK +DirSubText=Destination Folder +DirBrowseText=Select the folder to install $BrandFullNameDA in: +SpaceAvailable="Space available: " +SpaceRequired="Space required: " +UninstallingText=$BrandFullNameDA will be uninstalled from the following folder. $_CLICK +UninstallingSubText=Uninstalling from: +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. +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. +CantWrite="Can't write: " +CopyFailed=Copy failed +CopyTo="Copy to " +Registering="Registering: " +Unregistering="Unregistering: " +SymbolNotFound="Could not find symbol: " +CouldNotLoad="Could not load: " +CreateFolder="Create folder: " +CreateShortcut="Create shortcut: " +CreatedUninstaller="Created uninstaller: " +Delete="Delete file: " +DeleteOnReboot="Delete on reboot: " +ErrorCreatingShortcut="Error creating shortcut: " +ErrorCreating="Error creating: " +ErrorDecompressing=Error decompressing data! Corrupted installer? +ErrorRegistering=Error registering DLL +ExecShell="ExecShell: " +Exec="Execute: " +Extract="Extract: " +ErrorWriting="Extract: error writing to file " +InvalidOpcode=Installer corrupted: invalid opcode +NoOLE="No OLE for: " +OutputFolder="Output folder: " +RemoveFolder="Remove folder: " +RenameOnReboot="Rename on reboot: " +Rename="Rename: " +Skipped="Skipped: " +CopyDetails=Copy Details To Clipboard +LogInstall=Log install process +Byte=B +Kilo=K +Mega=M +Giga=G -- cgit v1.2.3