From 2bd7f83a6495011ada78ca8a9f2af417caf01760 Mon Sep 17 00:00:00 2001 From: ahriman Date: Wed, 2 Jan 2019 04:57:35 +0000 Subject: removed dokuwiki --- wiki/lib/plugins/usermanager/lang/en/lang.php | 86 --------------------------- 1 file changed, 86 deletions(-) delete mode 100644 wiki/lib/plugins/usermanager/lang/en/lang.php (limited to 'wiki/lib/plugins/usermanager/lang/en/lang.php') diff --git a/wiki/lib/plugins/usermanager/lang/en/lang.php b/wiki/lib/plugins/usermanager/lang/en/lang.php deleted file mode 100644 index 5f47673..0000000 --- a/wiki/lib/plugins/usermanager/lang/en/lang.php +++ /dev/null @@ -1,86 +0,0 @@ - - */ - -$lang['menu'] = 'User Manager'; - -// custom language strings for the plugin -$lang['noauth'] = '(user authentication not available)'; -$lang['nosupport'] = '(user management not supported)'; - -$lang['badauth'] = 'invalid auth mechanism'; // should never be displayed! - -$lang['user_id'] = 'User'; -$lang['user_pass'] = 'Password'; -$lang['user_name'] = 'Real Name'; -$lang['user_mail'] = 'Email'; -$lang['user_groups'] = 'Groups'; - -$lang['field'] = 'Field'; -$lang['value'] = 'Value'; -$lang['add'] = 'Add'; -$lang['delete'] = 'Delete'; -$lang['delete_selected'] = 'Delete Selected'; -$lang['edit'] = 'Edit'; -$lang['edit_prompt'] = 'Edit this user'; -$lang['modify'] = 'Save Changes'; -$lang['search'] = 'Search'; -$lang['search_prompt'] = 'Perform search'; -$lang['clear'] = 'Reset Search Filter'; -$lang['filter'] = 'Filter'; -$lang['export_all'] = 'Export All Users (CSV)'; -$lang['export_filtered'] = 'Export Filtered User list (CSV)'; -$lang['import'] = 'Import New Users'; -$lang['line'] = 'Line no.'; -$lang['error'] = 'Error message'; - -$lang['summary'] = 'Displaying users %1$d-%2$d of %3$d found. %4$d users total.'; -$lang['nonefound'] = 'No users found. %d users total.'; -$lang['delete_ok'] = '%d users deleted'; -$lang['delete_fail'] = '%d failed deleting.'; -$lang['update_ok'] = 'User updated successfully'; -$lang['update_fail'] = 'User update failed'; -$lang['update_exists'] = 'User name change failed, the specified user name (%s) already exists (any other changes will be applied).'; - -$lang['start'] = 'start'; -$lang['prev'] = 'previous'; -$lang['next'] = 'next'; -$lang['last'] = 'last'; - -// added after 2006-03-09 release -$lang['edit_usermissing'] = 'Selected user not found, the specified user name may have been deleted or changed elsewhere.'; -$lang['user_notify'] = 'Notify user'; -$lang['note_notify'] = 'Notification emails are only sent if the user is given a new password.'; -$lang['note_group'] = 'New users will be added to the default group (%s) if no group is specified.'; -$lang['note_pass'] = 'The password will be autogenerated if the field is left empty and notification of the user is enabled.'; -$lang['add_ok'] = 'User added successfully'; -$lang['add_fail'] = 'User addition failed'; -$lang['notify_ok'] = 'Notification email sent'; -$lang['notify_fail'] = 'Notification email could not be sent'; - -// import & errors -$lang['import_userlistcsv'] = 'User list file (CSV): '; -$lang['import_header'] = 'Most Recent Import - Failures'; -$lang['import_success_count'] = 'User Import: %d users found, %d imported successfully.'; -$lang['import_failure_count'] = 'User Import: %d failed. Failures are listed below.'; -$lang['import_error_fields'] = "Insufficient fields, found %d, require 4."; -$lang['import_error_baduserid'] = "User-id missing"; -$lang['import_error_badname'] = 'Bad name'; -$lang['import_error_badmail'] = 'Bad email address'; -$lang['import_error_upload'] = 'Import Failed. The csv file could not be uploaded or is empty.'; -$lang['import_error_readfail'] = 'Import Failed. Unable to read uploaded file.'; -$lang['import_error_create'] = 'Unable to create the user'; -$lang['import_notify_fail'] = 'Notification message could not be sent for imported user, %s with email %s.'; -$lang['import_downloadfailures'] = 'Download Failures as CSV for correction'; - -$lang['addUser_error_missing_pass'] = 'Please either set a password or activate user notification to enable password generation.'; -$lang['addUser_error_pass_not_identical'] = 'The entered passwords were not identical.'; -$lang['addUser_error_modPass_disabled'] = 'Modifing passwords is currently disabled'; -$lang['addUser_error_name_missing'] = 'Please enter a name for the new user.'; -$lang['addUser_error_modName_disabled'] = 'Modifing names is currently disabled.'; -$lang['addUser_error_mail_missing'] = 'Please enter an Email-Adress for the new user.'; -$lang['addUser_error_modMail_disabled'] = 'Modifing Email-Adresses is currently disabled.'; -$lang['addUser_error_create_event_failed'] = 'A plugin prevented the new user being added. Review possible other messages for more information.'; -- cgit 1.4.1-2-gfad0 ion' href='/akkartik/mu/blame/mu_instructions?h=hlt&id=9977cfe53cc95df50f5fb813de327ca0887c5176'>^
606c1ab4 ^
114641e2 ^
be19cb87 ^

114641e2 ^
0ef7f1d2 ^
fee1bbd8 ^
3cf03158 ^
fa805850 ^


92ca7842 ^
fa805850 ^
fee1bbd8 ^
fa805850 ^
92ca7842 ^
fa805850 ^
3cf03158 ^

fa805850 ^
3cf03158 ^
fa805850 ^
3cf03158 ^
fa805850 ^
fee1bbd8 ^
606c1ab4 ^
8b85a07f ^



fa805850 ^



8b85a07f ^
606c1ab4 ^
0ef7f1d2 ^




























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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226