~ubuntu-branches/ubuntu/oneiric/bugzilla/oneiric

« back to all changes in this revision

Viewing changes to template/en/default/admin/params/bugmove.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 = "$terms.Bug Moving"
24
 
   desc = "Set up parameters to move $terms.bugs to/from another installation"
25
 
%]
26
 
 
27
 
[% param_descs = {
28
 
  "move-enabled" => "If this is on, $terms.Bugzilla will allow certain people " _
29
 
                    "to move $terms.bugs to the defined database.",
30
 
 
31
 
  "move-button-text" => "The text written on the Move button. Explain where the $terms.bug is " _
32
 
                        "being moved to.",
33
 
 
34
 
  "move-to-url" => "The URL of the database we allow some of our $terms.bugs to be moved to.",
35
 
 
36
 
  "move-to-address" => "To move ${terms.bugs}, an email is sent to the target database. This is " _
37
 
                       "the email address that database uses to listen for incoming ${terms.bugs}.",
38
 
 
39
 
  "moved-from-address" => "To move ${terms.bugs}, an email is sent to the target database. This is " _
40
 
                          "the email address from which this mail, and error messages are sent.",
41
 
 
42
 
  movers => "A list of people with permission to move $terms.bugs and reopen moved " _
43
 
            "${terms.bugs} (in case the move operation fails).",
44
 
 
45
 
  "moved-default-product" => "$terms.Bugs moved from other databases to here are assigned " _
46
 
                             "to this product.",
47
 
 
48
 
  "moved-default-component" => "$terms.Bugs moved from other databases to here are assigned " _
49
 
                               "to this component." }
50
 
%]