diff options
Diffstat (limited to 'l10n-xh/mail/installer/custom.properties')
-rw-r--r-- | l10n-xh/mail/installer/custom.properties | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/l10n-xh/mail/installer/custom.properties b/l10n-xh/mail/installer/custom.properties new file mode 100644 index 0000000000..40c8e03b64 --- /dev/null +++ b/l10n-xh/mail/installer/custom.properties @@ -0,0 +1,86 @@ +# ***** 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 ***** + +# 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. &). + +# Don't replace ${BrandShortName}, $(^Name), or $(^NameDA) with a custom string. + +# 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. + +OPTIONS_PAGE_TITLE=Setup Type +OPTIONS_PAGE_SUBTITLE=Choose setup options +SHORTCUTS_PAGE_TITLE=Set Up Shortcuts +SHORTCUTS_PAGE_SUBTITLE=Create Program Icons +SURVEY_TEXT=&Tell us what you thought of ${BrandShortName} +LAUNCH_TEXT=&Launch $(^Name) 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_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. + +STATUS_INSTALL_APP=Installing ${BrandShortName}... +STATUS_INSTALL_LANG=Installing Language Files (${AB_CD})... +STATUS_UNINSTALL_MAIN=Uninstalling ${BrandShortName}... +STATUS_CLEANUP=Cleaning up the birdcage... + +# _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 + |