| | 100 | hdf['translation'] = { |
|---|
| | 101 | 'changeset' : util.translate(env,'changeset'), |
|---|
| | 102 | 'major' : util.translate(env,'major'), |
|---|
| | 103 | 'worksforme' : util.translate(env,'worksforme'), |
|---|
| | 104 | 'blocker' : util.translate(env,'blocker'), |
|---|
| | 105 | 'defect' : util.translate(env,'defect'), |
|---|
| | 106 | 'assigned' : util.translate(env,'assigned'), |
|---|
| | 107 | 'owner' : util.translate(env,'owner'), |
|---|
| | 108 | 'enhancement' : util.translate(env,'enhancement'), |
|---|
| | 109 | 'keywords' : util.translate(env,'keywords'), |
|---|
| | 110 | 'wontfix' : util.translate(env,'wontfix'), |
|---|
| | 111 | 'trivial' : util.translate(env,'trivial'), |
|---|
| | 112 | 'title' : util.translate(env,'title'), |
|---|
| | 113 | 'invalid' : util.translate(env,'invalid'), |
|---|
| | 114 | 'priority' : util.translate(env,'priority'), |
|---|
| | 115 | 'duplicate' : util.translate(env,'duplicate'), |
|---|
| | 116 | 'critical' : util.translate(env,'critical'), |
|---|
| | 117 | 'closed' : util.translate(env,'closed'), |
|---|
| | 118 | 'new' : util.translate(env,'new'), |
|---|
| | 119 | 'minor' : util.translate(env,'minor'), |
|---|
| | 120 | 'reporter' : util.translate(env,'reporter'), |
|---|
| | 121 | 'component' : util.translate(env,'component'), |
|---|
| | 122 | 'reopened' : util.translate(env,'reopened'), |
|---|
| | 123 | 'milestone' : util.translate(env,'milestone'), |
|---|
| | 124 | 'report' : util.translate(env,'report'), |
|---|
| | 125 | 'change' : util.translate(env,'change'), |
|---|
| | 126 | 'task' : util.translate(env,'task'), |
|---|
| | 127 | 'created' : util.translate(env,'created'), |
|---|
| | 128 | 'modified' : util.translate(env,'modified'), |
|---|
| | 129 | 'summary' : util.translate(env,'summary'), |
|---|
| | 130 | 'reassign' : util.translate(env,'reassign'), |
|---|
| | 131 | 'fixed' : util.translate(env,'fixed'), |
|---|
| | 132 | 'resolution' : util.translate(env,'resolution'), |
|---|
| | 133 | 'severity' : util.translate(env,'severity') |
|---|
| | 134 | } |
|---|
| | 135 | |
|---|