summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/variables.none.tmpl
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2013-02-20 16:56:50 +0000
committerColin Guthrie <colin@mageia.org>2014-09-15 20:44:40 +0100
commit90ef4566baec7840461f6a7d248c660da0525c4d (patch)
tree88b92cd7b9f1d8b600f1ec9f49141ee165b255b6 /template/en/default/global/variables.none.tmpl
parent4de8bf5ba33129f61001b7dcb1ae2ac847cb6a08 (diff)
downloadbugzilla-90ef4566baec7840461f6a7d248c660da0525c4d.tar
bugzilla-90ef4566baec7840461f6a7d248c660da0525c4d.tar.gz
bugzilla-90ef4566baec7840461f6a7d248c660da0525c4d.tar.bz2
bugzilla-90ef4566baec7840461f6a7d248c660da0525c4d.tar.xz
bugzilla-90ef4566baec7840461f6a7d248c660da0525c4d.zip
More templates
Diffstat (limited to 'template/en/default/global/variables.none.tmpl')
-rw-r--r--template/en/default/global/variables.none.tmpl33
1 files changed, 33 insertions, 0 deletions
diff --git a/template/en/default/global/variables.none.tmpl b/template/en/default/global/variables.none.tmpl
new file mode 100644
index 0000000..dd32a98
--- /dev/null
+++ b/template/en/default/global/variables.none.tmpl
@@ -0,0 +1,33 @@
+[%# 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/.
+ #
+ # This Source Code Form is "Incompatible With Secondary Licenses", as
+ # defined by the Mozilla Public License, v. 2.0.
+ #%]
+
+[%# This is a list of terms that may be changed to "brand" the Bugzilla
+ # instance (for example, referring to "bugs" as "issues".) When used, these
+ # strings are used in several different types of content, and are not
+ # protected with Template-Toolkit FILTERs. Consequently, no special
+ # characters are allowed.
+ #
+ # Remember to PROCESS rather than INCLUDE this template.
+ #%]
+
+[% terms = {
+ "bug" => "bug",
+ "Bug" => "Bug",
+ "abug" => "a bug",
+ "Abug" => "A bug",
+ "aBug" => "a Bug",
+ "ABug" => "A Bug",
+ "bugs" => "bugs",
+ "Bugs" => "Bugs",
+ "zeroSearchResults" => "Zarro Boogs found",
+ "Bugzilla" => "Mageia Bugzilla"
+ }
+%]
+
+[% USE Hook %]
+[% Hook.process("end") %]