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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-05-13 10:52:58 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-05-13 10:52:58 +0300
commitc38965f8302060bc8c531f95a7773dff3374ca79 (patch)
tree440579e326b8b80ccace064ce2972eae3a01e7bb /js/messages.php
parent9ea37c4b653e99ad78f86181a9d44f3da76a0e1e (diff)
TRUNCATE partition option
Signed-off-by: Madhura Jayaratne <madhura.cj@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 ea3b6d3141..0710e7e6dd 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -63,6 +63,7 @@ $js_messages['strDeleteCentralColumnWarning'] = __('Do you really want to delete
$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)!');
$js_messages['strCoalescePartitionWarning'] = __('Do you really want to COALESCE %d partition(s)?');
+$js_messages['strTruncatePartitionWarning'] = __('Do you really want to TRUNCATE the selected partition(s)?');
/* For modal dialog buttons */
$js_messages['strSaveAndClose'] = __('Save & Close');