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-07-02 17:21:29 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-02 18:34:06 +0300
commit0d5999e05201d4466110542df3d62eb804f6fda3 (patch)
treed8273482eab67066375c7cf8751e0f231c225b04 /js/messages.php
parent886574494553f2813b557e5edf5e8e15738ce356 (diff)
Indicate the success of the template operations
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/messages.php b/js/messages.php
index 420c459cc7..371a9948cb 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -125,6 +125,12 @@ $js_messages['strPasswordNotSame'] = __('The passwords aren\'t the same!');
$js_messages['strRemovingSelectedUsers'] = __('Removing Selected Users');
$js_messages['strClose'] = __('Close');
+/* For export.js */
+$js_messages['strTemplateCreated'] = __('Template was created.');
+$js_messages['strTemplateLoaded'] = __('Template was loaded.');
+$js_messages['strTemplateUpdated'] = __('Template wss updated.');
+$js_messages['strTemplateDeleted'] = __('Template was deleted.');
+
/* l10n: Other, small valued, queries */
$js_messages['strOther'] = __('Other');
/* l10n: Thousands separator */