summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/general.html.tmpl
blob: 248d818a94e54c65f1fdcf4812da1fe0a6920c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[%# 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."
%]

[% param_descs = {
  maintainer =>
    "The email address of the person who maintains this installation "
    _ " of ${terms.Bugzilla}.",

  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 <kbd>checksetup.pl</kbd> 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 <code>&lt;p&gt;</code> tag. Give it"
    _ " <code>class=\"warning\"</code> to make the text red. Anything defined"
    _ " in <code>skins/standard/global.css</code> will work.",

  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>",
} %]