summaryrefslogtreecommitdiff
path: root/inc/lang/en
diff options
context:
space:
mode:
Diffstat (limited to 'inc/lang/en')
-rw-r--r--inc/lang/en/lang.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index f5c1f1372..d686f0c23 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -189,6 +189,14 @@ $lang['subscribe_noaddress']= 'There is no address associated with your login, y
$lang['unsubscribe_success']= 'Removed %s from subscription list for %s';
$lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s';
-$lang['authmodfailed'] = 'User authentification not possible. Please inform your system administrator.';
+/* auth.class lanuage support */
+$lang['authmodfailed'] = 'User authentification not possible. Please inform your Wiki Admin.';
+
+/* mysql.class language support */
+$lang['noMySQL'] = "MySQL extension for PHP not found. Please inform your Wiki Admin.";
+$lang['noDatabase'] = "MySQL: Can't access Database '%d'. Please inform you Wiki Admin.";
+$lang['noConnect'] = "MySQL: Can't connect to '%u@%s'. Please inform your Wiki Admin.";
+$lang['joinGroupFailed'] = "Account for '%u' not created because it can't be added to group '%g'.";
+$lang['modUserFailed'] = "Unable to modify user data. Please inform your Wiki Admin";
//Setup VIM: ex: et ts=2 enc=utf-8 :