2007-03-22 10:30:00 -07:00
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is the Mozilla Installer code.
#
# The Initial Developer of the Original Code is Mozilla Foundation
# Portions created by the Initial Developer are Copyright (C) 2006
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
# Robert Strong <robert.bugzilla@gmail.com>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
# 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. &).
2007-10-24 00:02:57 -07:00
# 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.
2007-03-22 10:30:00 -07:00
# You can use \n to create a newline in the string but only when the string
# from en-US contains a \n.
2007-10-24 00:02:57 -07:00
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
2007-03-22 10:30:00 -07:00
SAFE_MODE = Safe Mode
OPTIONS_PAGE_TITLE = Setup Type
OPTIONS_PAGE_SUBTITLE = Choose setup options
2008-03-07 15:58:25 -08:00
OPTIONS_MAKE_DEFAULT = &Use $BrandShortName as my default web browser
2007-03-22 10:30:00 -07:00
SHORTCUTS_PAGE_TITLE = Set Up Shortcuts
SHORTCUTS_PAGE_SUBTITLE = Create Program Icons
2007-09-21 15:09:04 -07:00
SUMMARY_PAGE_TITLE = Summary
2007-10-24 00:02:57 -07:00
SUMMARY_PAGE_SUBTITLE = Ready to start installing $BrandShortName
SUMMARY_INSTALLED_TO = $BrandShortName will be installed to the following location:
2007-11-30 11:02:09 -08:00
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.
2008-04-04 00:10:00 -07:00
SUMMARY_MAKE_DEFAULT = $BrandShortName will be set as your default web browser.
2007-09-21 15:09:04 -07:00
SUMMARY_CLICK = Click Install to continue.
2007-10-24 00:02:57 -07:00
SURVEY_TEXT = &Tell us what you thought of $BrandShortName
LAUNCH_TEXT = &Launch $BrandShortName now
CREATE_ICONS_DESC = Create icons for $BrandShortName:
2007-03-22 10:30:00 -07:00
ICONS_DESKTOP = On my &Desktop
ICONS_STARTMENU = In my &Start Menu Programs folder
ICONS_QUICKLAUNCH = In my &Quick Launch bar
2007-11-30 11:02:09 -08:00
WARN_MANUALLY_CLOSE_APP_INSTALL = $BrandShortName must be closed to proceed with the installation.\n\nPlease close $BrandShortName to continue.
2007-10-24 00:02:57 -07:00
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.
2007-03-22 10:30:00 -07:00
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.
2009-01-02 13:59:14 -08:00
WARN_MIN_SUPPORTED_OS_MSG = Sorry, $BrandShortName can't be installed. This version of $BrandShortName requires ${MinSupportedVer} or newer.
2007-10-24 00:02:57 -07:00
WARN_RESTART_REQUIRED_UNINSTALL = Your computer must be restarted to complete a previous uninstall of $BrandShortName. Do you want to reboot now?
2007-11-30 11:02:09 -08:00
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.
2007-03-22 10:30:00 -07:00
2007-10-24 00:02:57 -07:00
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:
2007-10-20 15:56:49 -07:00
UN_CONFIRM_CLICK = Click Uninstall to continue.
2007-10-24 00:02:57 -07:00
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.
2007-10-20 15:56:49 -07:00
2007-11-30 11:02:09 -08:00
BANNER_CHECK_EXISTING = Checking existing installation…
2007-11-26 18:44:44 -08:00
STATUS_INSTALL_APP = Installing $BrandShortName…
STATUS_INSTALL_LANG = Installing Language Files (${AB_CD})…
STATUS_UNINSTALL_MAIN = Uninstalling $BrandShortName…
STATUS_CLEANUP = A Little Housekeeping…
2007-03-22 10:30:00 -07:00
# _DESC strings support approximately 65 characters per line.
# One line
OPTIONS_SUMMARY = Choose the type of setup you prefer, then click Next.
# One line
2007-10-24 00:02:57 -07:00
OPTION_STANDARD_DESC = $BrandShortName will be installed with the most common options.
2007-03-22 10:30:00 -07:00
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