From 0415a970157c8f57eb2ad65a5162bd2de47dc6c3 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 19 Jun 2010 22:22:48 +0000 Subject: [PATCH] Follow-up r59446 (removal of JS2 work): remove messages that were added in r56032, too. --- languages/messages/MessagesEn.php | 15 --------------- maintenance/language/messages.inc | 13 ------------- 2 files changed, 28 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 610736ff3a..cc5f07bdc3 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -4318,19 +4318,4 @@ This site is experiencing technical difficulties.', 'htmlform-reset' => 'Undo changes', 'htmlform-selectorother-other' => 'Other', -# Add categories per AJAX -'ajax-add-category' => 'Add category', -'ajax-add-category-submit' => 'Add', -'ajax-confirm-title' => 'Confirm action', -'ajax-confirm-prompt' => 'You can provide an edit summary below. -Click "Save" to save your edit.', -'ajax-confirm-save' => 'Save', -'ajax-add-category-summary' => 'Add category "$1"', -'ajax-remove-category-summary' => 'Remove category "$1"', -'ajax-confirm-actionsummary' => 'Action to take:', -'ajax-error-title' => 'Error', -'ajax-error-dismiss' => 'OK', -'ajax-remove-category-error' => 'It was not possible to remove this category. -This usually occurs when the category has been added to the page in a template.', - ); diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index dd0a61674b..403c5980ae 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -3194,19 +3194,6 @@ $wgMessageStructure = array( 'htmlform-reset', 'htmlform-selectorother-other', ), - 'ajax-category' => array( - 'ajax-add-category', - 'ajax-add-category-submit', - 'ajax-confirm-title', - 'ajax-confirm-prompt', - 'ajax-confirm-save', - 'ajax-add-category-summary', - 'ajax-remove-category-summary', - 'ajax-confirm-actionsummary', - 'ajax-error-title', - 'ajax-error-dismiss', - 'ajax-remove-category-error', - ), 'comparepages' => array( 'comparepages'. 'compare-selector', -- 2.20.1