setting-descs.none.tmpl 3.08 KB
Newer Older
1 2 3
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
  #
5 6
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
7 8 9 10 11
  #%]

[%# Remember to PROCESS rather than INCLUDE this template. %]

[% setting_descs = { 
12
   "comment_sort_order"               => "When viewing $terms.abug, show comments in this order",
13
   "csv_colsepchar"                   => "Field separator character for CSV files",
14
   "display_quips"                    => "Show a quip at the top of each $terms.bug list",
15
   "zoom_textareas"                   => "Zoom textareas large when in use (requires JavaScript)",
16 17 18 19
   "newest_to_oldest"                 => "Newest to Oldest",
   "newest_to_oldest_desc_first"      => "Newest to Oldest, but keep Description at the top",
   "off"                              => "Off",
   "oldest_to_newest"                 => "Oldest to Newest",
20
   "on"                               => "On",
21 22 23
   "post_bug_submit_action"           => "After changing $terms.abug",
   "next_bug"                         => "Show next $terms.bug in my list",
   "same_bug"                         => "Show the updated $terms.bug",
24 25
   "standard"                         => "Classic",
   "skin"                             => "$terms.Bugzilla's general appearance (skin)",
26
   "nothing"                          => "Do Nothing",
27
   "state_addselfcc"                  => "Automatically add me to the CC list of $terms.bugs I change",
28 29 30
   "always"                           => "Always",
   "never"                            => "Never",
   "cc_unless_role"                   => "Only if I have no role on them",
31
   "lang"                             => "Language used in email",
32 33 34
   "quote_replies"                    => "Quote the associated comment when you click on its reply link",
   "quoted_reply"                     => "Quote the full comment",
   "simple_reply"                     => "Reference the comment number only",
35 36 37
   "comment_box_position"             => "Position of the Additional Comments box",
   "before_comments"                  => "Before other comments",
   "after_comments"                   => "After other comments",
38 39
   "timezone"                         => "Timezone used to display dates and times",
   "local"                            => "Same as the server",
40
   "quicksearch_fulltext"             => "Include comments when performing quick searches (slower)",
41 42 43
   "email_format"                     => "Preferred email format",
   "html"                             => "HTML",
   "text_only"                        => "Text Only",
44
   "requestee_cc"                     => "Automatically add me to the CC list of $terms.bugs I am requested to review",
45
   "bugmail_new_prefix"               => "Add 'New:' to subject line of email sent when a new $terms.bug is filed",
46
   "possible_duplicates"              => "Display possible duplicates when reporting a new $terms.bug", 
47
                   } 
48
%]
49 50

[% Hook.process('settings') %]