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:
authorIsaac Bennetch <bennetch@gmail.com>2015-06-09 15:31:02 +0300
committerIsaac Bennetch <bennetch@gmail.com>2015-06-09 15:31:02 +0300
commit0a868fb4ba014e3729612d389cf7e45b9fe4dea1 (patch)
tree29e1f9fba57ab5dffeebc301101c23e1d28bff99 /js/messages.php
parent2b19bd55ace4b5014a0910de7838a109c36595ee (diff)
parent30c9b2d066716c27832369160f70d1b2543bdfa6 (diff)
Merge pull request #1699 from devenbansod/rfe726
RFE#726 - Batch changing column collations
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/messages.php b/js/messages.php
index 3ba1f8d20d..90256329b4 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -73,6 +73,16 @@ $js_messages['strChangeColumnCollation'] = __(
. '<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?');
+$js_messages['strChangeAllColumnCollationsWarning'] = __(
+ 'Through this operation, MySQL attempts to map the data values between collations. '
+ . 'If the character sets are incompatible, '
+ . 'there may be data loss and this lost data may <b>NOT</b> be recoverable simply '
+ . 'by changing back the column collation(s).'
+ . '<b> To convert existing data, it is suggested to use the column(s) editing feature '
+ . '(the "Change" Link) on the table structure page. </b>'
+)
+. '<br/><br/>'
+. __('Are you sure you wish to change all the column collations and convert the data?');
/* For modal dialog buttons */
$js_messages['strSaveAndClose'] = __('Save & Close');