diff options
author | mkanat%bugzilla.org <> | 2006-09-19 03:56:38 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-09-19 03:56:38 +0200 |
commit | fef6f78c2c8b9441dfd268257d40691ec79ef9a1 (patch) | |
tree | 897795c8eac444026eeff03a1eb62d79447297ed /template | |
parent | 5750cad16151bf7ad028f7dc79a8ab39b2f9a07a (diff) | |
download | bugzilla-fef6f78c2c8b9441dfd268257d40691ec79ef9a1.tar.gz bugzilla-fef6f78c2c8b9441dfd268257d40691ec79ef9a1.tar.xz |
Bug 223880: "marked a duplicate" messages cannot be localized
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
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 |