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-06-17 14:30:40 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-17 14:30:40 +0300
commit2c0059cb4d6238506332bd52c2933683de36b018 (patch)
treea4ac725254367a661bb2db711fba75f60d637550 /js/messages.php
parenteff203659b1283a529037c17d001d0606cdc2bfa (diff)
Localize action name
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 90256329b4..8d2f2f292f 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -341,6 +341,7 @@ $js_messages['strImportCSV'] = __('Note: If the file contains multiple tables, t
$js_messages['strHideQueryBox'] = __('Hide query box');
$js_messages['strShowQueryBox'] = __('Show query box');
$js_messages['strEdit'] = __('Edit');
+$js_messages['strDelete'] = __('Delete');
$js_messages['strNotValidRowNumber'] = __('%d is not valid row number.');
$js_messages['strBrowseForeignValues'] = __('Browse foreign values');
$js_messages['strNoAutoSavedQuery'] = __('No auto-saved query');