Ori.livneh has submitted this change and it was merged. Change subject: (bug 42467) Replace "Zarro Boogs found" in Bugzilla by "Zero reports found" ......................................................................
(bug 42467) Replace "Zarro Boogs found" in Bugzilla by "Zero reports found" This is a simply one-line string replacement that is marked as WONTFIX upstream in https://bugzilla.mozilla.org/show_bug.cgi?id=313647. Still it requires copying template/en/default/global/variables.none.tmpl to template/en/custom/global/variables.none.tmpl before changing that line, hence this looks bigger than it is. Change-Id: I9195853b89d34765610fac2aa302afe0344eecee --- A bugzilla-4.2/template/en/custom/global/variables.none.tmpl 1 file changed, 44 insertions(+), 0 deletions(-) Approvals: Ori.livneh: Verified; Looks good to me, approved Matmarex: Looks good to me, but someone else must approve Waldir: Looks good to me, but someone else must approve diff --git a/bugzilla-4.2/template/en/custom/global/variables.none.tmpl b/bugzilla-4.2/template/en/custom/global/variables.none.tmpl new file mode 100644 index 0000000..c61fb59 --- /dev/null +++ b/bugzilla-4.2/template/en/custom/global/variables.none.tmpl @@ -0,0 +1,44 @@ +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the Bugzilla Bug Tracking System. + # + # The Initial Developer of the Original Code is Netscape Communications + # Corporation. Portions created by Netscape are + # Copyright (C) 1998 Netscape Communications Corporation. All + # Rights Reserved. + # + # Contributor(s): + #%] + +[%# 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" => "Zero reports found", + "Bugzilla" => "Bugzilla" + } +%] + +[% Hook.process("end") %] -- To view, visit https://gerrit.wikimedia.org/r/42094 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9195853b89d34765610fac2aa302afe0344eecee Gerrit-PatchSet: 2 Gerrit-Project: wikimedia/bugzilla/modifications Gerrit-Branch: master Gerrit-Owner: Aklapper <[email protected]> Gerrit-Reviewer: Aklapper <[email protected]> Gerrit-Reviewer: Dereckson <[email protected]> Gerrit-Reviewer: MZMcBride <[email protected]> Gerrit-Reviewer: Matmarex <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: Thehelpfulone <[email protected]> Gerrit-Reviewer: Waldir <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
