From fef6f78c2c8b9441dfd268257d40691ec79ef9a1 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 19 Sep 2006 01:56:38 +0000 Subject: Bug 223880: "marked a duplicate" messages cannot be localized Patch By Max Kanat-Alexander r=LpSolit, a=myk --- template/en/default/global/messages.html.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'template') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 21c79b8ac..3d05214dc 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -121,6 +121,12 @@ Please add your attachment by clicking the "Create a New Attachment" link below. + [% ELSIF message_tag == "bug_duplicate_of" %] + *** This [% terms.bug %] has been marked as a duplicate of [% terms.bug %] [%+ dupe_of FILTER html %] *** + + [% ELSIF message_tag == "bug_has_duplicate" %] + *** [% terms.Bug %] [%+ dupe FILTER html %] has been marked as a duplicate of this [% terms.bug %]. *** + [% ELSIF message_tag == "buglist_adding_field" %] [% title = "Adding field to search page..." %] [% link = "Click here if the page does not redisplay automatically." %] @@ -386,6 +392,9 @@ The cookie that was remembering your login is now gone. [% END %] + [% ELSIF message_tag == "term" %] + [% terms.$term FILTER html %] + [% ELSIF message_tag == "user_match_failed" %] You entered a username that did not match any known [% terms.Bugzilla %] users, so we have instead left -- cgit v1.2.3-24-g4f1b