Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -3194,19 +3194,6 @@ |
3195 | 3195 | 'htmlform-reset', |
3196 | 3196 | 'htmlform-selectorother-other', |
3197 | 3197 | ), |
3198 | | - 'ajax-category' => array( |
3199 | | - 'ajax-add-category', |
3200 | | - 'ajax-add-category-submit', |
3201 | | - 'ajax-confirm-title', |
3202 | | - 'ajax-confirm-prompt', |
3203 | | - 'ajax-confirm-save', |
3204 | | - 'ajax-add-category-summary', |
3205 | | - 'ajax-remove-category-summary', |
3206 | | - 'ajax-confirm-actionsummary', |
3207 | | - 'ajax-error-title', |
3208 | | - 'ajax-error-dismiss', |
3209 | | - 'ajax-remove-category-error', |
3210 | | - ), |
3211 | 3198 | 'comparepages' => array( |
3212 | 3199 | 'comparepages'. |
3213 | 3200 | 'compare-selector', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -4318,19 +4318,4 @@ |
4319 | 4319 | 'htmlform-reset' => 'Undo changes', |
4320 | 4320 | 'htmlform-selectorother-other' => 'Other', |
4321 | 4321 | |
4322 | | -# Add categories per AJAX |
4323 | | -'ajax-add-category' => 'Add category', |
4324 | | -'ajax-add-category-submit' => 'Add', |
4325 | | -'ajax-confirm-title' => 'Confirm action', |
4326 | | -'ajax-confirm-prompt' => 'You can provide an edit summary below. |
4327 | | -Click "Save" to save your edit.', |
4328 | | -'ajax-confirm-save' => 'Save', |
4329 | | -'ajax-add-category-summary' => 'Add category "$1"', |
4330 | | -'ajax-remove-category-summary' => 'Remove category "$1"', |
4331 | | -'ajax-confirm-actionsummary' => 'Action to take:', |
4332 | | -'ajax-error-title' => 'Error', |
4333 | | -'ajax-error-dismiss' => 'OK', |
4334 | | -'ajax-remove-category-error' => 'It was not possible to remove this category. |
4335 | | -This usually occurs when the category has been added to the page in a template.', |
4336 | | - |
4337 | 4322 | ); |