~ubuntu-branches/debian/squeeze/bugzilla/squeeze

« back to all changes in this revision

Viewing changes to template/en/default/admin/params/groupsecurity.html.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[%# 1.0@bugzilla.org %]
2
 
[%# The contents of this file are subject to the Mozilla Public
3
 
  # License Version 1.1 (the "License"); you may not use this file
4
 
  # except in compliance with the License. You may obtain a copy of
5
 
  # the License at http://www.mozilla.org/MPL/
6
 
  #
7
 
  # Software distributed under the License is distributed on an "AS
8
 
  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9
 
  # implied. See the License for the specific language governing
10
 
  # rights and limitations under the License.
11
 
  #
12
 
  # The Original Code is the Bugzilla Bug Tracking System.
13
 
  #
14
 
  # The Initial Developer of the Original Code is Netscape Communications
15
 
  # Corporation. Portions created by Netscape are
16
 
  # Copyright (C) 1998 Netscape Communications Corporation. All
17
 
  # Rights Reserved.
18
 
  #
19
 
  # Contributor(s): Dave Miller <justdave@bugzilla.org>
20
 
  #                 Frédéric Buclin <LpSolit@gmail.com>
21
 
  #%]
22
 
[%
23
 
   title = "Group Security"
24
 
   desc = "Decide how you will use Security Groups"
25
 
%]
26
 
 
27
 
[% param_descs = {
28
 
  makeproductgroups => "If this is on, $terms.Bugzilla will associate a $terms.bug group " _
29
 
                       "with each product in the database, and use it for querying ${terms.bugs}.",
30
 
 
31
 
  useentrygroupdefault => "If this is on, $terms.Bugzilla will use product $terms.bug groups " _
32
 
                          "by default to restrict who can enter ${terms.bugs}. If this is on, " _
33
 
                          "users can see any product to which they have entry access in search menus. " _
34
 
                          "If this is off, users can see any product to which they have not " _
35
 
                          "been excluded by a mandatory restriction.",
36
 
 
37
 
  chartgroup => "The name of the group of users who can use the 'New Charts' " _
38
 
                "feature. Administrators should ensure that the public categories " _
39
 
                "and series definitions do not divulge confidential information " _
40
 
                "before enabling this for an untrusted population. If left blank, " _
41
 
                "no users will be able to use New Charts.",
42
 
 
43
 
  insidergroup => "The name of the group of users who can see/change private " _
44
 
                  "comments and attachments.",
45
 
 
46
 
  timetrackinggroup => "The name of the group of users who can see/change time tracking " _
47
 
                       "information.",
48
 
 
49
 
  querysharegroup => "The name of the group of users who can share their " _
50
 
                     "saved searches with others.",
51
 
 
52
 
  usevisibilitygroups => "Do you wish to restrict visibility of users to members of " _
53
 
                         "specific groups?",
54
 
  
55
 
  strict_isolation => "Don't allow users to be assigned to, " _
56
 
                      "be qa-contacts on, " _
57
 
                      "be added to CC list, " _
58
 
                      "or make or remove dependencies " _
59
 
                      "involving any bug that is in a product on which that " _
60
 
                      "user is forbidden to edit.", 
61
 
 
62
 
 }
63
 
%]