Commit 8e545c06 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 435570: Let's add all field descriptions in field-descs.none.tmpl to make…

Bug 435570: Let's add all field descriptions in field-descs.none.tmpl to make them localizable - Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r/a=LpSolit
parent 8744bbb6
...@@ -22,51 +22,68 @@ ...@@ -22,51 +22,68 @@
[% PROCESS global/variables.none.tmpl %] [% PROCESS global/variables.none.tmpl %]
[% field_descs = { "[Bug creation]" => "[$terms.Bug creation]", [% field_descs = { "[Bug creation]" => "[$terms.Bug creation]",
"actual_time" => "Actual Hours" "actual_time" => "Actual Hours"
"alias" => "Alias", "alias" => "Alias",
"assigned_to" => "Assignee", "assigned_to" => "Assignee",
"blocked" => "Blocks", "attach_data.thedata" => "Attachment data",
"bug_file_loc" => "URL", "attachments.description" => "Attachment description",
"bug_group" => "Group", "attachments.filename" => "Attachment filename",
"bug_id" => "$terms.Bug ID", "attachments.mimetype" => "Attachment mime type",
"bug_severity" => "Severity", "attachments.ispatch" => "Attachment is patch",
"bug_status" => "Status", "attachments.isobsolete" => "Attachment is obsolete",
"changeddate" => "Changed", "attachments.isprivate" => "Attachment is private",
"cc" => "CC", "attachments.isurl" => "Attachment is a URL",
"classification" => "Classification", "attachments.submitter" => "Attachment creator",
"cclist_accessible" => "CC list accessible", "blocked" => "Blocks",
"component_id" => "Component ID", "bug_file_loc" => "URL",
"component" => "Component", "bug_group" => "Group",
"creation_ts" => "Creation date", "bug_id" => "$terms.Bug ID",
"deadline" => "Deadline", "bug_severity" => "Severity",
"delta_ts" => "Changed", "bug_status" => "Status",
"dependson" => "Depends on", "changeddate" => "Changed",
"dup_id" => "Duplicate", "cc" => "CC",
"estimated_time" => "Orig. Est.", "classification" => "Classification",
"everconfirmed" => "Ever confirmed", "cclist_accessible" => "CC list accessible",
"keywords" => "Keywords", "commenter" => "Commenter",
"newcc" => "CC", "component_id" => "Component ID",
"op_sys" => "OS", "component" => "Component",
"opendate" => "Opened", "content" => "Content",
"percentage_complete" => "%Complete", "creation_ts" => "Creation date",
"priority" => "Priority", "deadline" => "Deadline",
"product_id" => "Product ID", "delta_ts" => "Changed",
"product" => "Product", "dependson" => "Depends on",
"qa_contact" => "QA Contact", "dup_id" => "Duplicate",
"remaining_time" => "Hours Left", "estimated_time" => "Orig. Est.",
"rep_platform" => "Hardware", "everconfirmed" => "Ever confirmed",
"reporter" => "Reporter", "flagtypes.name" => "Flag",
"reporter_accessible" => "Reporter accessible", "keywords" => "Keywords",
"resolution" => "Resolution", "longdesc" => "Comment",
"setting" => "Setting", "longdescs.isprivate" => "Comment is private",
"settings" => "Settings", "newcc" => "CC",
"short_desc" => "Summary", "op_sys" => "OS",
"status_whiteboard" => "Whiteboard", "opendate" => "Opened",
"target_milestone" => "Target Milestone", "owner_idle_time" => "Time Since Assignee Touched",
"version" => "Version", "percentage_complete" => "%Complete",
"votes" => "Votes", "priority" => "Priority",
"work_time" => "Hours Worked"} %] "product_id" => "Product ID",
"product" => "Product",
"qa_contact" => "QA Contact",
"remaining_time" => "Hours Left",
"rep_platform" => "Hardware",
"reporter" => "Reporter",
"reporter_accessible" => "Reporter accessible",
"requestees.login_name" => "Flag Requestee",
"resolution" => "Resolution",
"setters.login_name" => "Flag Setter",
"setting" => "Setting",
"settings" => "Settings",
"short_desc" => "Summary",
"status_whiteboard" => "Whiteboard",
"target_milestone" => "Target Milestone",
"version" => "Version",
"votes" => "Votes",
"work_time" => "Hours Worked"} %]
[%# Also include any custom fields or fields which don't have a [%# Also include any custom fields or fields which don't have a
Description here, by copying their Description from the Description here, by copying their Description from the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment