Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 4 | |
michael@0 | 5 | # LOCALIZATION NOTE: |
michael@0 | 6 | |
michael@0 | 7 | # This file must be saved as UTF8 |
michael@0 | 8 | |
michael@0 | 9 | # Accesskeys are defined by prefixing the letter that is to be used for the |
michael@0 | 10 | # accesskey with an ampersand (e.g. &). |
michael@0 | 11 | |
michael@0 | 12 | # Do not replace $BrandShortName, $BrandFullName, or $BrandFullNameDA with a |
michael@0 | 13 | # custom string and always use the same one as used by the en-US files. |
michael@0 | 14 | # $BrandFullNameDA allows the string to contain an ampersand (e.g. DA stands |
michael@0 | 15 | # for double ampersand) and prevents the letter following the ampersand from |
michael@0 | 16 | # being used as an accesskey. |
michael@0 | 17 | |
michael@0 | 18 | # You can use \n to create a newline in the string but only when the string |
michael@0 | 19 | # from en-US contains a \n. |
michael@0 | 20 | |
michael@0 | 21 | 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. |
michael@0 | 22 | CONTEXT_OPTIONS=$BrandShortName &Options |
michael@0 | 23 | CONTEXT_SAFE_MODE=$BrandShortName &Safe Mode |
michael@0 | 24 | OPTIONS_PAGE_TITLE=Setup Type |
michael@0 | 25 | OPTIONS_PAGE_SUBTITLE=Choose setup options |
michael@0 | 26 | SHORTCUTS_PAGE_TITLE=Set Up Shortcuts |
michael@0 | 27 | SHORTCUTS_PAGE_SUBTITLE=Create Program Icons |
michael@0 | 28 | COMPONENTS_PAGE_TITLE=Set Up Optional Components |
michael@0 | 29 | COMPONENTS_PAGE_SUBTITLE=Optional Recommended Components |
michael@0 | 30 | OPTIONAL_COMPONENTS_DESC=The Maintenance Service will allow you to update $BrandShortName silently in the background. |
michael@0 | 31 | MAINTENANCE_SERVICE_CHECKBOX_DESC=Install &Maintenance Service |
michael@0 | 32 | SUMMARY_PAGE_TITLE=Summary |
michael@0 | 33 | SUMMARY_PAGE_SUBTITLE=Ready to start installing $BrandShortName |
michael@0 | 34 | SUMMARY_INSTALLED_TO=$BrandShortName will be installed to the following location: |
michael@0 | 35 | SUMMARY_REBOOT_REQUIRED_INSTALL=A restart of your computer may be required to complete the installation. |
michael@0 | 36 | SUMMARY_REBOOT_REQUIRED_UNINSTALL=A restart of your computer may be required to complete the uninstall. |
michael@0 | 37 | SUMMARY_TAKE_DEFAULTS=U&se $BrandShortName as my default web browser |
michael@0 | 38 | SUMMARY_INSTALL_CLICK=Click Install to continue. |
michael@0 | 39 | SUMMARY_UPGRADE_CLICK=Click Upgrade to continue. |
michael@0 | 40 | SURVEY_TEXT=&Tell us what you thought of $BrandShortName |
michael@0 | 41 | LAUNCH_TEXT=&Launch $BrandShortName now |
michael@0 | 42 | CREATE_ICONS_DESC=Create icons for $BrandShortName: |
michael@0 | 43 | ICONS_DESKTOP=On my &Desktop |
michael@0 | 44 | ICONS_STARTMENU=In my &Start Menu Programs folder |
michael@0 | 45 | ICONS_QUICKLAUNCH=In my &Quick Launch bar |
michael@0 | 46 | WARN_MANUALLY_CLOSE_APP_INSTALL=$BrandShortName must be closed to proceed with the installation.\n\nPlease close $BrandShortName to continue. |
michael@0 | 47 | WARN_MANUALLY_CLOSE_APP_UNINSTALL=$BrandShortName must be closed to proceed with the uninstall.\n\nPlease close $BrandShortName to continue. |
michael@0 | 48 | WARN_MANUALLY_CLOSE_APP_LAUNCH=$BrandShortName is already running.\n\nPlease close $BrandShortName prior to launching the version you have just installed. |
michael@0 | 49 | WARN_WRITE_ACCESS=You don't have access to write to the installation directory.\n\nClick OK to select a different directory. |
michael@0 | 50 | WARN_DISK_SPACE=You don't have sufficient disk space to install to this location.\n\nClick OK to select a different location. |
michael@0 | 51 | WARN_MIN_SUPPORTED_OS_MSG=Sorry, $BrandShortName can't be installed. This version of $BrandShortName requires ${MinSupportedVer} or newer. |
michael@0 | 52 | WARN_RESTART_REQUIRED_UNINSTALL=Your computer must be restarted to complete a previous uninstall of $BrandShortName. Do you want to reboot now? |
michael@0 | 53 | WARN_RESTART_REQUIRED_UPGRADE=Your computer must be restarted to complete a previous upgrade of $BrandShortName. Do you want to reboot now? |
michael@0 | 54 | ERROR_CREATE_DIRECTORY_PREFIX=Error creating directory: |
michael@0 | 55 | ERROR_CREATE_DIRECTORY_SUFFIX=Click Cancel to stop the installation or\nRetry to try again. |
michael@0 | 56 | |
michael@0 | 57 | UN_CONFIRM_PAGE_TITLE=Uninstall $BrandFullName |
michael@0 | 58 | UN_CONFIRM_PAGE_SUBTITLE=Remove $BrandFullName from your computer. |
michael@0 | 59 | UN_CONFIRM_UNINSTALLED_FROM=$BrandShortName will be uninstalled from the following location: |
michael@0 | 60 | UN_CONFIRM_CLICK=Click Uninstall to continue. |
michael@0 | 61 | |
michael@0 | 62 | BANNER_CHECK_EXISTING=Checking existing installation… |
michael@0 | 63 | |
michael@0 | 64 | STATUS_INSTALL_APP=Installing $BrandShortName… |
michael@0 | 65 | STATUS_INSTALL_LANG=Installing Language Files (${AB_CD})… |
michael@0 | 66 | STATUS_UNINSTALL_MAIN=Uninstalling $BrandShortName… |
michael@0 | 67 | STATUS_CLEANUP=A Little Housekeeping… |
michael@0 | 68 | |
michael@0 | 69 | # _DESC strings support approximately 65 characters per line. |
michael@0 | 70 | # One line |
michael@0 | 71 | OPTIONS_SUMMARY=Choose the type of setup you prefer, then click Next. |
michael@0 | 72 | # One line |
michael@0 | 73 | OPTION_STANDARD_DESC=$BrandShortName will be installed with the most common options. |
michael@0 | 74 | OPTION_STANDARD_RADIO=&Standard |
michael@0 | 75 | # Two lines |
michael@0 | 76 | OPTION_CUSTOM_DESC=You may choose individual options to be installed. Recommended for experienced users. |
michael@0 | 77 | OPTION_CUSTOM_RADIO=&Custom |
michael@0 | 78 | |
michael@0 | 79 | # LOCALIZATION NOTE: |
michael@0 | 80 | # The following text replaces the Install button text on the summary page. |
michael@0 | 81 | # Verify that the access key for InstallBtn (in override.properties) and |
michael@0 | 82 | # UPGRADE_BUTTON is not already used by SUMMARY_TAKE_DEFAULTS. |
michael@0 | 83 | UPGRADE_BUTTON=&Upgrade |