|
Lines 134-154
Link Here
|
| 134 |
void KBBPrefs::setMessageButtonsDefault() |
134 |
void KBBPrefs::setMessageButtonsDefault() |
| 135 |
{ |
135 |
{ |
| 136 |
mMessageButtons.clear(); |
136 |
mMessageButtons.clear(); |
| 137 |
mMessageButtons.insert(i18n("Bug Fixed in CVS"),"Thank you for your bug report.\n" |
137 |
mMessageButtons.insert(i18n("Bug Fixed in GIT"),"Thank you for your bug report.\n" |
| 138 |
"The bug that you reported has been identified and has been fixed in the\n" |
138 |
"The bug that you reported has been identified and has been fixed in the\n" |
| 139 |
"latest development (CVS) version of KDE. The bug report will be closed.\n"); |
139 |
"latest development version of TDE. The bug report will be closed.\n"); |
| 140 |
mMessageButtons.insert(i18n("Duplicate Report"),"Thank you for your bug report.\n" |
140 |
mMessageButtons.insert(i18n("Duplicate Report"),"Thank you for your bug report.\n" |
| 141 |
"This bug/feature request has already been reported and this report will\n" |
141 |
"This bug/feature request has already been reported and this report will\n" |
| 142 |
"be marked as a duplicate.\n"); |
142 |
"be marked as a duplicate.\n"); |
| 143 |
mMessageButtons.insert(i18n("Packaging Bug"),"Thank you for your bug report.\n" |
143 |
mMessageButtons.insert(i18n("Packaging Bug"),"Thank you for your bug report.\n" |
| 144 |
"The bug that you reported appears to be a packaging bug, due to a\n" |
144 |
"The bug that you reported appears to be a packaging bug, due to a\n" |
| 145 |
"problem in the way in which your distribution/vendor has packaged\n" |
145 |
"problem in the way in which your distribution/vendor has packaged\n" |
| 146 |
"KDE for distribution.\n" |
146 |
"TDE for distribution.\n" |
| 147 |
"The bug report will be closed since it is not a KDE problem.\n" |
147 |
"The bug report will be closed since it is not a TDE problem.\n" |
| 148 |
"Please send the bug report to your distribution/vendor instead.\n"); |
148 |
"Please send the bug report to your distribution/vendor instead.\n"); |
| 149 |
mMessageButtons.insert(i18n("Feature Implemented in CVS"),"Thank you for your bug report.\n" |
149 |
mMessageButtons.insert(i18n("Feature Implemented in GIT"),"Thank you for your bug report.\n" |
| 150 |
"The feature that you requested has been implemented in the latest\n" |
150 |
"The feature that you requested has been implemented in the latest\n" |
| 151 |
"development (CVS) version of KDE. The feature request will be closed.\n"); |
151 |
"development version of TDE. The feature request will be closed.\n"); |
| 152 |
mMessageButtons.insert(i18n("More Information Required"),"Thank you for your bug report.\n" |
152 |
mMessageButtons.insert(i18n("More Information Required"),"Thank you for your bug report.\n" |
| 153 |
"You have not provided enough information for us to be able to reproduce\n" |
153 |
"You have not provided enough information for us to be able to reproduce\n" |
| 154 |
"the bug. Please provide a detailed account of the steps required to\n" |
154 |
"the bug. Please provide a detailed account of the steps required to\n" |
|
Lines 156-170
Link Here
|
| 156 |
"able to reproduce, identify and fix the bug.\n"); |
156 |
"able to reproduce, identify and fix the bug.\n"); |
| 157 |
mMessageButtons.insert(i18n("No Longer Applicable"),"Thank you for your bug report.\n" |
157 |
mMessageButtons.insert(i18n("No Longer Applicable"),"Thank you for your bug report.\n" |
| 158 |
"The bug that your reported no longer applies to the latest development\n" |
158 |
"The bug that your reported no longer applies to the latest development\n" |
| 159 |
"(CVS) version of KDE. This is most probably because it has been fixed,\n" |
159 |
"version of TDE. This is most probably because it has been fixed,\n" |
| 160 |
"the application has been substantially modified or the application no\n" |
160 |
"the application has been substantially modified or the application no\n" |
| 161 |
"longer exists. The bug report will be closed.\n"); |
161 |
"longer exists. The bug report will be closed.\n"); |
| 162 |
mMessageButtons.insert(i18n("Won't Fix Bug"),"Thank you for your bug report/feature request.\n" |
162 |
mMessageButtons.insert(i18n("Won't Fix Bug"),"Thank you for your bug report/feature request.\n" |
| 163 |
"Unfortunately, this bug will never be fixed or the feature never\n" |
163 |
"Unfortunately, this bug will never be fixed or the feature never\n" |
| 164 |
"implemented. The bug report/feature request will be closed.\n"); |
164 |
"implemented. The bug report/feature request will be closed.\n"); |
| 165 |
mMessageButtons.insert(i18n("Cannot Reproduce Bug"),"Thank you for your bug report.\n" |
165 |
mMessageButtons.insert(i18n("Cannot Reproduce Bug"),"Thank you for your bug report.\n" |
| 166 |
"This bug can not be reproduced using the current development (CVS)\n" |
166 |
"This bug can not be reproduced using the current development (GIT)\n" |
| 167 |
"version of KDE. This suggests that the bug has already been fixed.\n" |
167 |
"version of TDE. This suggests that the bug has already been fixed.\n" |
| 168 |
"The bug report will be closed.\n"); |
168 |
"The bug report will be closed.\n"); |
| 169 |
} |
169 |
} |
| 170 |
|
170 |
|