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-28 02:35:21 +0300
committerDeven Bansod <devenbansod.bits@gmail.com>2015-06-09 09:54:34 +0300
commit30c9b2d066716c27832369160f70d1b2543bdfa6 (patch)
treefb546525417203bd8581fa6907e0cd9244ee935b /js/messages.php
parent5fb0a85197a141bb6e08df33e85dc92f84830c0b (diff)
RFE#726 - Batch changing column collations
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
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 81a58304d5..fe15a0f43f 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');