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:
authorMarc Delisle <marc@infomarc.info>2010-05-05 04:07:19 +0400
committerMarc Delisle <marc@infomarc.info>2010-05-05 04:07:19 +0400
commit2182098af6d1ab1fc85784793605991f7d1cd595 (patch)
tree7256bb8a302307ae427654589715ddac3cb905fe /user_password.php
parent2d304c1f8cfeda182500cc9f6628120c6930e802 (diff)
strings to gettext, second batch
Diffstat (limited to 'user_password.php')
-rw-r--r--user_password.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/user_password.php b/user_password.php
index dcb4af49ec..56429bba7a 100644
--- a/user_password.php
+++ b/user_password.php
@@ -4,14 +4,14 @@
* displays and handles the form where the user can change his password
* linked from main.php
*
- * @uses $GLOBALS['strUpdateProfileMessage']
- * @uses $GLOBALS['strBack']
+ * @uses __('The profile has been updated.')
+ * @uses __('Back')
* @uses $GLOBALS['js_include']
- * @uses $GLOBALS['strChangePassword']
- * @uses $GLOBALS['strPasswordEmpty']
- * @uses $GLOBALS['strPasswordNotSame']
- * @uses $GLOBALS['strError']
- * @uses $GLOBALS['strNoRights']
+ * @uses __('Change password')
+ * @uses __('The password is empty!')
+ * @uses __('The passwords aren't the same!')
+ * @uses __('Error')
+ * @uses __('You don\'t have sufficient privileges to be here right now!')
* @uses $cfg['ShowChgPassword']
* @uses $cfg['Server']['auth_type']
* @uses PMA_DBI_select_db()