Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeven Bansod <devenbansod.bits@gmail.com>2015-05-06 16:18:05 +0300
committerDeven Bansod <devenbansod.bits@gmail.com>2015-05-11 03:30:20 +0300
commitd00fe5cf6a25ae448f1dd1d0b183c624f29625cb (patch)
tree55c106990a9107522a94527e30010ea51945e2d1 /js/messages.php
parent4d02033f47e139e92a074eec701f629a00bfd6a8 (diff)
RFE #1485 : Add a DROP/ COALESCE Partition option in Partition Maintenance
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/messages.php b/js/messages.php
index 0571b42a2a..8d796a46b2 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -61,6 +61,7 @@ $js_messages['strConfirmNavigation'] = __('You have unsaved changes; are you sur
$js_messages['strDropUserWarning'] = __('Do you really want to revoke the selected user(s) ?');
$js_messages['strDeleteCentralColumnWarning'] = __('Do you really want to delete this central column?');
$js_messages['strDropRTEitems'] = __('Do you really want to delete the selected items?');
+$js_messages['strDropPartitionWarning'] = __('Do you really want to DROP the selected partition(s)? This will also DELETE the data related to the selected partition(s)!');
/* For modal dialog buttons */
$js_messages['strSaveAndClose'] = __('Save & Close');