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:
authorNisarg Jhaveri <nisargjhaveri@gmail.com>2015-05-18 18:08:07 +0300
committerNisarg Jhaveri <nisargjhaveri@gmail.com>2015-05-18 18:08:07 +0300
commite115adb5339bfa984a680672f52c064f61bbe3ad (patch)
treeefa7d4e099357adcc76581dd6aba3b3b83d3398e /js/messages.php
parent74a9200c6031b7c31512dddb73528cc24dc41065 (diff)
Page-related settings, rfe#1559
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/messages.php b/js/messages.php
index f91ad72b0a..e101c4c3b4 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -266,6 +266,10 @@ $js_messages['strFormatting'] = __('Formatting SQL...');
$js_messages['strGo'] = __('Go');
$js_messages['strCancel'] = __('Cancel');
+/* For page-related settings */
+$js_messages['strPageSettings'] = _('Page-related settings');
+$js_messages['strApply'] = _('Apply');
+
/* For Ajax Notifications */
$js_messages['strLoading'] = __('Loading…');
$js_messages['strAbortedRequest'] = __('Request Aborted!!');