bugzilla-4intranet/template/en/default/admin/params/general.html.tmpl

125 lines
6.1 KiB
Cheetah

[%# 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 Bugzilla Bug Tracking System.
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Dave Miller <justdave@bugzilla.org>
# Frédéric Buclin <LpSolit@gmail.com>
#%]
[%
title = "General"
desc = "Miscellaneous general settings that are not required."
info = ""
%]
[% param_descs = {
maintainer =>
"The email address of the person who maintains this installation "
_ " of ${terms.Bugzilla}. The address need not be that of a valid Bugzilla account.",
error_log =>
"Path to Bugzilla error log file or empty string if you don't want to write an error log. " _
"Relative paths will be prepended with Bugzilla data directory.",
report_code_errors_to_maintainer =>
"Whether to send e-mail messages about each 'code' (internal) error to Bugzilla maintainer (recommended).",
report_user_errors_to_maintainer =>
"Whether to send e-mail messages about each 'user' (invalid input, non-fatal) error to Bugzilla maintainer (not recommended).",
query_log =>
"<b>Use only for debug purposes!</b> Path to the file to which Bugzilla should log all database queries with all parameters.",
docs_urlbase =>
"The URL that is the common initial leading part of all"
_ " $terms.Bugzilla documentation URLs. It may be an absolute URL,"
_ " or a URL relative to the <tt>urlbase</tt> parameter. Leave this"
_ " empty to suppress links to the documentation."
_ "'%lang%' will be replaced by user's preferred language (if"
_ " documentation is available in that language).",
utf8 =>
"Use UTF-8 (Unicode) encoding for all text in ${terms.Bugzilla}. New"
_ " installations should set this to true to avoid character encoding"
_ " problems. <strong>Existing databases should set this to true"
_ " only after the data has been converted from existing legacy"
_ " character encodings to UTF-8, using the <kbd>contrib/recode.pl</kbd>"
_ " script</strong>."
_ " <p>Note that if you turn this parameter from &quot;off&quot; to"
_ " &quot;on&quot;, you must re-run checksetup.pl immediately"
_ " afterward.</p>",
announcehtml =>
"If this field is non-empty, then $terms.Bugzilla will"
_ " display whatever is in this field at the top of every"
_ " HTML page. The HTML you put in this field is not wrapped or"
_ " enclosed in anything. You might want to wrap it inside a"
_ " <tt>&lt;div&gt;</tt>. Give the div <em>id=\"message\"</em> to get"
_ " green text inside a red box, or <em>class=\"bz_private\"</em> for"
_ " dark red on a red background. Anything defined in "
_ " <tt>skins/standard/global.css</tt> or <tt>skins/custom/global.css</tt>"
_ " will work. To get centered text, use <em>style=\"text-align: "
_ " center;\"</em>.",
entryheaderhtml =>
"This parameter specifies HTML code to be displayed above the bug entry form"
_ " in the case when it is not overridden by product settings.",
bannerhtml =>
"This parameter specifies HTML code to be displayed at the very top of the page.",
shutdownhtml =>
"<p>If this field is non-empty, then $terms.Bugzilla will be completely"
_ " disabled and this text will be displayed instead of all the"
_ " $terms.Bugzilla pages to all users, including Admins. Used in the event"
_ " of site maintenance or outage situations.</p>"
_ "<p>NOTE: Although regular log-in capability is disabled while 'shutdownhtml'"
_ " is enabled, safeguards are in place to protect the unfortunate"
_ " admin who loses connection to Bugzilla. Should this happen to you,"
_ " go directly to the <tt>editparams.cgi</tt> (by typing"
_ " the URL in manually, if necessary). Doing this will prompt you to"
_ " log in, and your name/password will be accepted here (but nowhere else).</p>",
new_functionality_msg =>
"You may use this text when you want to notify your Bugzilla users about some news.<br />"
_ " After you set <i>new_functionality_tsp</i> to current date and <i>new_functionality_msg</i>"
_ " to the desired message, that message is displayed to every Bugzilla user until he closes it.",
new_functionality_tsp =>
"Last <i>new_functionality_msg</i> update timestamp. Set to current date and time to start showing"
_ " <i>new_functionality_msg</i> to your users.",
upgrade_notification =>
"$terms.Bugzilla can inform you when a new release is available."
_ " The notification will appear on the $terms.Bugzilla homepage,"
_ " for administrators only."
_ " <ul><li>'development_snapshot' notifies you about the development "
_ " snapshot that has been released.</li>"
_ " <li>'latest_stable_release' notifies you about the most recent"
_ " release available on the most recent stable branch. This branch"
_ " may be different from the branch your installation is based on.</li>"
_ " <li>'stable_branch_release' notifies you only about new releases"
_ " corresponding to the branch your installation is based on."
_ " If you are running a release candidate, you will get a notification"
_ " for newer release candidates too.</li>"
_ " <li>'disabled' will never notify you about new releases and no"
_ " connection will be established to a remote server.</li></ul>"
_ " <p>Note that if your $terms.Bugzilla server requires a proxy to"
_ " access the Internet, you may also need to set the <tt>proxy_url</tt>"
_ " parameter in the Advanced section.</p>",
} %]