Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -3126,6 +3126,19 @@ |
3127 | 3127 | 'htmlform-reset', |
3128 | 3128 | 'htmlform-selectorother-other', |
3129 | 3129 | ), |
| 3130 | + 'ajax-category' => array( |
| 3131 | + 'ajax-add-category', |
| 3132 | + 'ajax-add-category-submit', |
| 3133 | + 'ajax-confirm-title', |
| 3134 | + 'ajax-confirm-prompt', |
| 3135 | + 'ajax-confirm-save', |
| 3136 | + 'ajax-add-category-summary', |
| 3137 | + 'ajax-remove-category-summary', |
| 3138 | + 'ajax-confirm-actionsummary', |
| 3139 | + 'ajax-error-title', |
| 3140 | + 'ajax-error-dismiss', |
| 3141 | + 'ajax-remove-category-error', |
| 3142 | + ), |
3130 | 3143 | ); |
3131 | 3144 | |
3132 | 3145 | /** Comments for each block */ |
— | — | @@ -3333,4 +3346,5 @@ |
3334 | 3347 | 'special-tags' => 'Special:Tags', |
3335 | 3348 | 'db-error-messages' => 'Database error messages', |
3336 | 3349 | 'html-forms' => 'HTML forms', |
| 3350 | + 'ajax-category' => 'Add categories per AJAX', |
3337 | 3351 | ); |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -4194,18 +4194,18 @@ |
4195 | 4195 | 'htmlform-reset' => 'Undo changes', |
4196 | 4196 | 'htmlform-selectorother-other' => 'Other', |
4197 | 4197 | |
4198 | | -'ajax-add-category' => 'Add Category', |
4199 | | -'ajax-add-category-submit' => 'Add', |
4200 | | -'ajax-confirm-title' => 'Confirm Action', |
4201 | | -'ajax-confirm-prompt' => 'Please confirm this action, and enter the reason for it in the |
4202 | | -box below. Once you are happy to submit it, click "Save". Note that repeatedly making false |
4203 | | -edits will result in your being blocked from Wikipedia.', |
4204 | | -'ajax-confirm-save' => 'Save', |
| 4198 | +# Add categories per AJAX |
| 4199 | +'ajax-add-category' => 'Add category', |
| 4200 | +'ajax-add-category-submit' => 'Add', |
| 4201 | +'ajax-confirm-title' => 'Confirm action', |
| 4202 | +'ajax-confirm-prompt' => 'You can provide an edit summary below. |
| 4203 | +Click "{{int:ajax-confirm-save}}" to save your edit.', |
| 4204 | +'ajax-confirm-save' => 'Save', |
4205 | 4205 | 'ajax-add-category-summary' => 'Add category "$1"', |
4206 | 4206 | 'ajax-remove-category-summary' => 'Remove category "$1"', |
4207 | 4207 | 'ajax-confirm-actionsummary' => 'Action to take:', |
4208 | | -'ajax-error-title' => 'Error', |
4209 | | -'ajax-error-dismiss' => 'OK', |
4210 | | -'ajax-remove-category-error' => 'It was not possible to remove this category. This usually |
4211 | | -occurs when the category has been added to the page in a template.', |
| 4208 | +'ajax-error-title' => 'Error', |
| 4209 | +'ajax-error-dismiss' => 'OK', |
| 4210 | +'ajax-remove-category-error' => 'It was not possible to remove this category. |
| 4211 | +This usually occurs when the category has been added to the page in a template.', |
4212 | 4212 | ); |