- This lets you edit the basic operating parameters of [% terms.Bugzilla %].
+ This lets you edit the basic operating parameters of Bugzilla.
Be careful!
Any item you check "Reset" on will get reset to its default value.
- 'development_snapshot' notifies you about the development " @@ -66,7 +66,7 @@ _ " for newer release candidates too. " _ "
- 'disabled' will never notify you about new releases and no" _ " connection will be established to a remote server.
Note that if your $terms.Bugzilla server requires a proxy to" + _ "
Note that if your Bugzilla server requires a proxy to" _ " access the Internet, you may also need to set the proxy_url" _ " parameter in the Advanced section.
", } %] diff --git a/template/en/default/admin/params/groupsecurity.html.tmpl b/template/en/default/admin/params/groupsecurity.html.tmpl index 52f12e3c5..590f4da02 100644 --- a/template/en/default/admin/params/groupsecurity.html.tmpl +++ b/template/en/default/admin/params/groupsecurity.html.tmpl @@ -11,7 +11,7 @@ %] [% param_descs = { - makeproductgroups => "If this is on, $terms.Bugzilla will associate $terms.abug group " _ + makeproductgroups => "If this is on, Bugzilla will associate $terms.abug group " _ "with each product in the database, and use it for querying ${terms.bugs}.", chartgroup => "The name of the group of users who can use the 'New Charts' " _ diff --git a/template/en/default/admin/params/ldap.html.tmpl b/template/en/default/admin/params/ldap.html.tmpl index 7a10c3f64..ab3521f27 100644 --- a/template/en/default/admin/params/ldap.html.tmpl +++ b/template/en/default/admin/params/ldap.html.tmpl @@ -35,9 +35,9 @@ LDAPmailattribute => "The name of the attribute of a user in your " _ "directory that contains the email address, to be " _ - "used as $terms.Bugzilla username. If this parameter " _ - "is empty, $terms.Bugzilla will use the LDAP username"_ - " as the $terms.Bugzilla username. You may also want" _ + "used as Bugzilla username. If this parameter " _ + "is empty, Bugzilla will use the LDAP username"_ + " as the Bugzilla username. You may also want" _ " to set the \"emailsuffix\" parameter, in this case.", LDAPfilter => "LDAP filter to AND with the LDAPuidattribute for " _ diff --git a/template/en/default/admin/params/memcached.html.tmpl b/template/en/default/admin/params/memcached.html.tmpl index eef39860a..997376b49 100644 --- a/template/en/default/admin/params/memcached.html.tmpl +++ b/template/en/default/admin/params/memcached.html.tmpl @@ -12,7 +12,7 @@ [% param_descs = { memcached_servers => - "If this option is set, $terms.Bugzilla will integrate with Memcached. " _ + "If this option is set, Bugzilla will integrate with Memcached. " _ "Specify one of more server, separated by spaces, using hostname:port " _ "notation (for example: 127.0.0.1:11211).", diff --git a/template/en/default/admin/params/mta.html.tmpl b/template/en/default/admin/params/mta.html.tmpl index f491a3035..4aee7090d 100644 --- a/template/en/default/admin/params/mta.html.tmpl +++ b/template/en/default/admin/params/mta.html.tmpl @@ -23,7 +23,7 @@ in 'data/mailer.testfile' instead of being sent.jobqueue.pl daemon (otherwise your mail"
- _ " won't get sent). This affects all mail sent by $terms.Bugzilla,"
+ _ " won't get sent). This affects all mail sent by Bugzilla,"
_ " not just $terms.bug updates.",
smtpserver => "The SMTP server address (if using SMTP for mail delivery).",
@@ -54,7 +54,7 @@
smtp_debug => "If enabled, this will print detailed information to your" _
" web server's error log about the communication between" _
- " $terms.Bugzilla and your SMTP server. You can use this to" _
+ " Bugzilla and your SMTP server. You can use this to" _
" troubleshoot email problems.",
whinedays => "The number of days that we'll let a $terms.bug sit untouched in a CONFIRMED " _
diff --git a/template/en/default/admin/params/patchviewer.html.tmpl b/template/en/default/admin/params/patchviewer.html.tmpl
index 61d32a07b..d8aabd4ba 100644
--- a/template/en/default/admin/params/patchviewer.html.tmpl
+++ b/template/en/default/admin/params/patchviewer.html.tmpl
@@ -23,9 +23,9 @@
"part of the CVS root.) Leave this blank if you have no " _
"CVS repository.",
- cvsroot_get => "The CVS root $terms.Bugzilla will be using to get patches from. " _
+ cvsroot_get => "The CVS root Bugzilla will be using to get patches from. " _
"Some installations may want to mirror their CVS repository on " _
- "the $terms.Bugzilla server or even have it on that same server, and " _
+ "the Bugzilla server or even have it on that same server, and " _
"thus the repository can be the local file system (and much " _
"faster). Make this the same as cvsroot if you don't " _
"understand what this is (if cvsroot is blank, make this blank too).",
diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl
index b3415cc83..fb26f3471 100644
--- a/template/en/default/admin/params/query.html.tmpl
+++ b/template/en/default/admin/params/query.html.tmpl
@@ -48,7 +48,7 @@
"installations.",
default_search_limit =>
- "By default, $terms.Bugzilla limits searches done in the web"
+ "By default, Bugzilla limits searches done in the web"
_ " interface to returning only this many results, for performance"
_ " reasons. (This only affects the HTML format of search results--CSV,"
_ " XML, and other formats are exempted.) Users can click a link on the"
diff --git a/template/en/default/admin/params/shadowdb.html.tmpl b/template/en/default/admin/params/shadowdb.html.tmpl
index 5eb9ceff4..2d5fced3b 100644
--- a/template/en/default/admin/params/shadowdb.html.tmpl
+++ b/template/en/default/admin/params/shadowdb.html.tmpl
@@ -27,10 +27,10 @@
"will be ignored.",
shadowdb => "If non-empty, then this is the name of another database in " _
- "which $terms.Bugzilla will use as a read-only copy of everything. " _
+ "which Bugzilla will use as a read-only copy of everything. " _
"This is done so that long slow read-only operations can be used " _
"against this db, and not lock up things for everyone else. This " _
"database is on the shadowdbhost, and must exist. " _
- "$terms.Bugzilla does not update it, if you use this parameter, then " _
+ "Bugzilla does not update it, if you use this parameter, then " _
"you need to set up replication for your database." }
%]
diff --git a/template/en/default/admin/params/usermatch.html.tmpl b/template/en/default/admin/params/usermatch.html.tmpl
index ebbc363b3..ad13f3864 100644
--- a/template/en/default/admin/params/usermatch.html.tmpl
+++ b/template/en/default/admin/params/usermatch.html.tmpl
@@ -11,7 +11,7 @@
%]
[% param_descs = {
- usemenuforusers => "If this option is set, $terms.Bugzilla will offer you a list " _
+ usemenuforusers => "If this option is set, Bugzilla will offer you a list " _
"to select from (instead of a text entry field) where a user " _
"needs to be selected. This option should not be enabled on " _
"sites where there are a large number of users.",
--
cgit v1.2.1