forked from CakeDC/users
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.pot
More file actions
468 lines (366 loc) · 9.98 KB
/
Copy pathusers.pot
File metadata and controls
468 lines (366 loc) · 9.98 KB
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
# LANGUAGE translation of CakePHP Application
# Copyright YEAR NAME <EMAIL@ADDRESS>
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: Controller/UsersController.php:332
msgid "Invalid User."
msgstr ""
#: Controller/UsersController.php:350
msgid "The User has been saved"
msgstr ""
#: Controller/UsersController.php:367
msgid "User saved"
msgstr ""
#: Controller/UsersController.php:393
msgid "User deleted"
msgstr ""
#: Controller/UsersController.php:395
#: Model/User.php:893
msgid "Invalid User"
msgstr ""
#: Controller/UsersController.php:417
msgid "You are already registered and logged in!"
msgstr ""
#: Controller/UsersController.php:437
msgid "Your account has been created. You should receive an e-mail shortly to authenticate your account. Once validated you will be able to login."
msgstr ""
#: Controller/UsersController.php:442
msgid "Your account could not be created. Please, try again."
msgstr ""
#: Controller/UsersController.php:486
msgid "%s you have successfully logged in"
msgstr ""
#: Controller/UsersController.php:507
msgid "Invalid e-mail / password combination. Please try again"
msgstr ""
#: Controller/UsersController.php:575
msgid "%s you have successfully logged out"
msgstr ""
#: Controller/UsersController.php:589
msgid "The email was resent. Please check your inbox."
msgstr ""
#: Controller/UsersController.php:592
msgid "The email could not be sent. Please check errors."
msgstr ""
#: Controller/UsersController.php:615
msgid "Your e-mail has been validated!"
msgstr ""
#: Controller/UsersController.php:638
msgid "The url you accessed is not longer valid"
msgstr ""
#: Controller/UsersController.php:644
msgid "Your password was sent to your registered email account"
msgstr ""
#: Controller/UsersController.php:648
msgid "There was an error verifying your account. Please check the email you were sent, and retry the verification link."
msgstr ""
#: Controller/UsersController.php:664;774
msgid "Password Reset"
msgstr ""
#: Controller/UsersController.php:681;846
msgid "Password changed."
msgstr ""
#: Controller/UsersController.php:742
msgid "Account verification"
msgstr ""
#: Controller/UsersController.php:801
msgid "%s has been sent an email with instruction to reset their password."
msgstr ""
#: Controller/UsersController.php:805
msgid "You should receive an email with further instructions shortly"
msgstr ""
#: Controller/UsersController.php:809
msgid "No user was found with that email."
msgstr ""
#: Controller/UsersController.php:839
msgid "Invalid password reset token, try again."
msgstr ""
#: Controller/UsersController.php:849
msgid "Password changed, you can now login with your new password."
msgstr ""
#: Controller/Component/RememberMeComponent.php:235
msgid "Invalid options %s"
msgstr ""
#: Controller/Component/Auth/TokenAuthenticate.php:68
msgid "You need to specify token parameter and/or header"
msgstr ""
#: Model/User.php:173;359
msgid "The passwords are not equal."
msgstr ""
#: Model/User.php:175
msgid "Invalid password."
msgstr ""
#: Model/User.php:261
msgid "Invalid token, please check the email you were sent, and retry the verification link."
msgstr ""
#: Model/User.php:266
msgid "The token has expired."
msgstr ""
#: Model/User.php:321
msgid "This Email Address exists but was never validated."
msgstr ""
#: Model/User.php:323
msgid "This Email Address does not exist in the system."
msgstr ""
#: Model/User.php:421
msgid "$this->data['"
msgstr ""
#: Model/User.php:467
msgid "The user does not exist."
msgstr ""
#: Model/User.php:505
msgid "Invalid Email address."
msgstr ""
#: Model/User.php:510
msgid "This email is already verified."
msgstr ""
#: Model/User.php:608
msgid "Please enter your email address."
msgstr ""
#: Model/User.php:615
msgid "The email address does not exist in the system"
msgstr ""
#: Model/User.php:620
msgid "Your account is already authenticated."
msgstr ""
#: Model/User.php:625
msgid "Your account is disabled."
msgstr ""
#: View/Elements/pagination.ctp:14
msgid "previous"
msgstr ""
#: View/Elements/pagination.ctp:16
msgid "next"
msgstr ""
#: View/Elements/Users/admin_sidebar.ctp:3
#: View/Elements/Users/sidebar.ctp:9
msgid "Logout"
msgstr ""
#: View/Elements/Users/admin_sidebar.ctp:4
#: View/Elements/Users/sidebar.ctp:10
msgid "My Account"
msgstr ""
#: View/Elements/Users/admin_sidebar.ctp:6
msgid "Add Users"
msgstr ""
#: View/Elements/Users/admin_sidebar.ctp:7
#: View/Elements/Users/sidebar.ctp:15
msgid "List Users"
msgstr ""
#: View/Elements/Users/admin_sidebar.ctp:9
msgid "Frontend"
msgstr ""
#: View/Elements/Users/sidebar.ctp:4
#: View/Users/login.ctp:13
msgid "Login"
msgstr ""
#: View/Elements/Users/sidebar.ctp:6
msgid "Register an account"
msgstr ""
#: View/Elements/Users/sidebar.ctp:11
msgid "Change password"
msgstr ""
#: View/Emails/text/account_verification.ctp:12
msgid "Hello %s,"
msgstr ""
#: View/Emails/text/account_verification.ctp:14
msgid "to validate your account, you must visit the URL below within 24 hours"
msgstr ""
#: View/Emails/text/new_password.ctp:12
msgid "Your password has been reset"
msgstr ""
#: View/Emails/text/new_password.ctp:13
msgid "Please login using this password and change your password"
msgstr ""
#: View/Emails/text/new_password.ctp:15
msgid "Your new password is: %s"
msgstr ""
#: View/Emails/text/password_reset_request.ctp:12
msgid "A request to reset your password was sent. To change your password click the link below."
msgstr ""
#: View/Users/add.ctp:13
#: View/Users/admin_add.ctp:15
msgid "Add User"
msgstr ""
#: View/Users/add.ctp:18
#: View/Users/admin_add.ctp:18
#: View/Users/admin_edit.ctp:19
#: View/Users/admin_index.ctp:19
#: View/Users/admin_view.ctp:15
#: View/Users/search.ctp:18
#: View/Users/view.ctp:15
msgid "Username"
msgstr ""
#: View/Users/add.ctp:20
#: View/Users/admin_add.ctp:20
msgid "E-mail (used as login)"
msgstr ""
#: View/Users/add.ctp:21
#: View/Users/admin_add.ctp:21
msgid "Must be a valid email address"
msgstr ""
#: View/Users/add.ctp:22
#: View/Users/admin_add.ctp:22
msgid "An account with that email already exists"
msgstr ""
#: View/Users/add.ctp:24
#: View/Users/admin_add.ctp:24
#: View/Users/login.ctp:23
msgid "Password"
msgstr ""
#: View/Users/add.ctp:27
#: View/Users/admin_add.ctp:27
msgid "Password (confirm)"
msgstr ""
#: View/Users/add.ctp:29
msgid "Terms of Service"
msgstr ""
#: View/Users/add.ctp:31
msgid "I have read and agreed to "
msgstr ""
#: View/Users/add.ctp:32
#: View/Users/change_password.ctp:26
#: View/Users/edit.ctp:20
#: View/Users/login.ctp:30
#: View/Users/request_password_change.ctp:22
#: View/Users/resend_verification.ctp:22
#: View/Users/reset_password.ctp:14
msgid "Submit"
msgstr ""
#: View/Users/admin_add.ctp:31
#: View/Users/admin_edit.ctp:24
msgid "Role"
msgstr ""
#: View/Users/admin_add.ctp:34
#: View/Users/admin_edit.ctp:27
msgid "Is Admin"
msgstr ""
#: View/Users/admin_add.ctp:36
#: View/Users/admin_edit.ctp:29
msgid "Active"
msgstr ""
#: View/Users/admin_edit.ctp:15
#: View/Users/edit.ctp:15
msgid "Edit User"
msgstr ""
#: View/Users/admin_edit.ctp:21
#: View/Users/admin_index.ctp:20
#: View/Users/login.ctp:21
#: View/Users/search.ctp:20
msgid "Email"
msgstr ""
#: View/Users/admin_index.ctp:13
#: View/Users/index.ctp:13
#: View/Users/search.ctp:13
msgid "Users"
msgstr ""
#: View/Users/admin_index.ctp:17
msgid "Filter"
msgstr ""
#: View/Users/admin_index.ctp:21
#: View/Users/search.ctp:23
msgid "Search"
msgstr ""
#: View/Users/admin_index.ctp:34
#: View/Users/index.ctp:25
#: View/Users/search.ctp:35
msgid "Actions"
msgstr ""
#: View/Users/admin_index.ctp:52;55
msgid "Yes"
msgstr ""
#: View/Users/admin_index.ctp:52;55
msgid "No"
msgstr ""
#: View/Users/admin_index.ctp:61
#: View/Users/index.ctp:39
#: View/Users/search.ctp:49
msgid "View"
msgstr ""
#: View/Users/admin_index.ctp:62
#: View/Users/search.ctp:50
msgid "Edit"
msgstr ""
#: View/Users/admin_index.ctp:63
#: View/Users/search.ctp:52
msgid "Delete"
msgstr ""
#: View/Users/admin_index.ctp:63
#: View/Users/search.ctp:55
msgid "Are you sure you want to delete # %s?"
msgstr ""
#: View/Users/admin_view.ctp:13
#: View/Users/view.ctp:13
msgid "User"
msgstr ""
#: View/Users/admin_view.ctp:20
#: View/Users/view.ctp:20
msgid "Created"
msgstr ""
#: View/Users/admin_view.ctp:25
msgid "Modified"
msgstr ""
#: View/Users/change_password.ctp:13
#: View/Users/edit.ctp:17
msgid "Change your password"
msgstr ""
#: View/Users/change_password.ctp:14
msgid "Please enter your old password because of security reasons and then your new password twice."
msgstr ""
#: View/Users/change_password.ctp:18
msgid "Old Password"
msgstr ""
#: View/Users/change_password.ctp:21
#: View/Users/reset_password.ctp:9
msgid "New Password"
msgstr ""
#: View/Users/change_password.ctp:24
#: View/Users/reset_password.ctp:12
msgid "Confirm"
msgstr ""
#: View/Users/dashboard.ctp:13
msgid "Welcome"
msgstr ""
#: View/Users/dashboard.ctp:14
msgid "Recent broadcasts"
msgstr ""
#: View/Users/index.ctp:17
#: View/Users/search.ctp:27
msgid "Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%"
msgstr ""
#: View/Users/login.ctp:25
msgid "Remember Me"
msgstr ""
#: View/Users/login.ctp:26
msgid "I forgot my password"
msgstr ""
#: View/Users/request_password_change.ctp:13
msgid "Forgot your password?"
msgstr ""
#: View/Users/request_password_change.ctp:14
#: View/Users/resend_verification.ctp:14
msgid "Please enter the email you used for registration and you'll get an email with further instructions."
msgstr ""
#: View/Users/request_password_change.ctp:21
#: View/Users/resend_verification.ctp:21
msgid "Your Email"
msgstr ""
#: View/Users/resend_verification.ctp:13
msgid "Resend the Email Verification"
msgstr ""
#: View/Users/reset_password.ctp:2
msgid "Reset your password"
msgstr ""
#: View/Users/search.ctp:22
msgid "Name"
msgstr ""