about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authmysql/lang/en
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
committerahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
commit2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch)
treef9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/lib/plugins/authmysql/lang/en
parentbcb215c3a7e914d05f166846a33860e48bba64fb (diff)
downloadsite-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz
removed dokuwiki
Diffstat (limited to 'wiki/lib/plugins/authmysql/lang/en')
-rw-r--r--wiki/lib/plugins/authmysql/lang/en/lang.php13
-rw-r--r--wiki/lib/plugins/authmysql/lang/en/settings.php39
2 files changed, 0 insertions, 52 deletions
diff --git a/wiki/lib/plugins/authmysql/lang/en/lang.php b/wiki/lib/plugins/authmysql/lang/en/lang.php
deleted file mode 100644
index 8313616..0000000
--- a/wiki/lib/plugins/authmysql/lang/en/lang.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/**
- * English language file for authmysql plugin
- * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- */
-
-$lang['connectfail']    = 'Failed to connect to database.';
-$lang['userexists']     = 'Sorry, a user with this login already exists.';
-$lang['usernotexists']  = 'Sorry, that user doesn\'t exist.';
-$lang['writefail']      = 'Unable to modify user data. Please inform the Wiki-Admin';
-
-//Setup VIM: ex: et ts=4 :
diff --git a/wiki/lib/plugins/authmysql/lang/en/settings.php b/wiki/lib/plugins/authmysql/lang/en/settings.php
deleted file mode 100644
index b95f397..0000000
--- a/wiki/lib/plugins/authmysql/lang/en/settings.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-
-$lang['server']           = 'Your MySQL server';
-$lang['user']             = 'MySQL user name';
-$lang['password']         = 'Password for above user';
-$lang['database']         = 'Database to use';
-$lang['charset']          = 'Character set used in database';
-$lang['debug']            = 'Display additional debug information';
-$lang['forwardClearPass'] = 'Pass user passwords as cleartext to the SQL statements below, instead of using the passcrypt option';
-$lang['TablesToLock']     = 'Comma separated list of tables that should be locked on write operations';
-$lang['checkPass']        = 'SQL statement for checking passwords';
-$lang['getUserInfo']      = 'SQL statement for retrieving user information';
-$lang['getGroups']        = 'SQL statement for retrieving a user\'s group memberships';
-$lang['getUsers']         = 'SQL statement to list all users';
-$lang['FilterLogin']      = 'SQL clause for filtering users by login name';
-$lang['FilterName']       = 'SQL clause for filtering users by full name';
-$lang['FilterEmail']      = 'SQL clause for filtering users by email address';
-$lang['FilterGroup']      = 'SQL clause for filtering users by group membership';
-$lang['SortOrder']        = 'SQL clause to sort users';
-$lang['addUser']          = 'SQL statement to add a new user';
-$lang['addGroup']         = 'SQL statement to add a new group';
-$lang['addUserGroup']     = 'SQL statement to add a user to an existing group';
-$lang['delGroup']         = 'SQL statement to remove a group';
-$lang['getUserID']        = 'SQL statement to get the primary key of a user';
-$lang['delUser']          = 'SQL statement to delete a user';
-$lang['delUserRefs']      = 'SQL statement to remove a user from all groups';
-$lang['updateUser']       = 'SQL statement to update a user profile';
-$lang['UpdateLogin']      = 'Update clause for updating the user\'s login name';
-$lang['UpdatePass']       = 'Update clause for updating the user\'s password';
-$lang['UpdateEmail']      = 'Update clause for updating the user\'s email address';
-$lang['UpdateName']       = 'Update clause for updating the user\'s full name';
-$lang['UpdateTarget']     = 'Limit clause to identify the user when updating';
-$lang['delUserGroup']     = 'SQL statement to remove a user from a given group';
-$lang['getGroupID']       = 'SQL statement to get the primary key of a given group';
-
-
-$lang['debug_o_0'] = 'none';
-$lang['debug_o_1'] = 'on errors only';
-$lang['debug_o_2'] = 'all SQL queries';
72a71526a6dbac167e9588f5002610f'>^
36e4e71e ^
e952d6cb ^
36e4e71e ^

4a383291 ^
78a7d762 ^
e952d6cb ^
78a7d762 ^
e952d6cb ^
4ea0f69a ^

7838675f ^


4a383291 ^

7838675f ^



755e7df1 ^
7838675f ^
500cf259 ^



bf14a7e7 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90