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-21 00:07:31 +0300
committerDeven Bansod <devenbansod.bits@gmail.com>2015-05-23 01:40:27 +0300
commit487c3266fc35aa16ba3101f7ad530d0748e3c5c3 (patch)
tree30c8976b2acf4ebc97f7c448600d1c087bb8013e /js/messages.php
parentb4f477377c06b605455a747c691522b97204e658 (diff)
RFE#946 : Change Collation w/o changing data and Confirm before changing
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/messages.php b/js/messages.php
index e101c4c3b4..3bdf035dfc 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -63,6 +63,14 @@ $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['strTruncatePartitionWarning'] = __('Do you really want to TRUNCATE the selected partition(s)?');
+$js_messages['strChangeColumnCollation'] = __(
+ 'This operation will attempt to convert your data to the new collation. In rare cases,
+ especially where a character doesn\'t exist in the new collation, this process could cause the data to appear incorrectly under the new collation;
+ in this case we suggest you revert to the original collation and refer to the tips at '
+ )
+ . '<a href="%s" target="garbled_data_wiki">' . __('Garbled Data') . '</a>.'
+ . '<br/><br/>'
+ . __('Are you sure you wish to change the collation and convert the data?');
/* For modal dialog buttons */
$js_messages['strSaveAndClose'] = __('Save & Close');