Theme My Login - Version 6.1.3

Version Description

  • Fix password change error
  • Update POT file
Download this release

Release Info

Developer jfarthing84
Plugin Icon 128x128 Theme My Login
Version 6.1.3
Comparing to
See all releases

Code changes from version 6.1.2 to 6.1.3

includes/class-theme-my-login.php CHANGED
@@ -959,7 +959,7 @@ if(typeof wpOnload=='function')wpOnload()
959
 
960
  wp_set_password( $new_pass, $user->ID );
961
 
962
- do_action( 'tml_user_password_changed', $user );
963
  }
964
 
965
  /**
959
 
960
  wp_set_password( $new_pass, $user->ID );
961
 
962
+ do_action_ref_array( 'tml_user_password_changed', array( &$user ) );
963
  }
964
 
965
  /**
language/theme-my-login.pot CHANGED
@@ -1,76 +1,70 @@
1
- # Translation of the WordPress plugin Theme My Login 6.0 by Jeff Farthing.
2
- # Copyright (C) 2010 Jeff Farthing
3
  # This file is distributed under the same license as the Theme My Login package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
- #, fuzzy
7
  msgid ""
8
  msgstr ""
9
- "Project-Id-Version: Theme My Login 6.0\n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/theme-my-login\n"
11
- "POT-Creation-Date: 2010-10-03 19:07+0000\n"
 
 
 
12
  "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "MIME-Version: 1.0\n"
16
- "Content-Type: text/plain; charset=utf-8\n"
17
- "Content-Transfer-Encoding: 8bit\n"
18
 
19
- #. #-#-#-#-# plugin.pot (Theme My Login 6.0) #-#-#-#-#
20
  #. Plugin Name of the plugin/theme
21
- #: admin/class-theme-my-login-admin.php:51
22
- #: admin/class-theme-my-login-admin.php:52
23
  #: includes/class-theme-my-login-widget.php:24
24
  msgid "Theme My Login"
25
  msgstr ""
26
 
27
- #: admin/class-theme-my-login-admin.php:88
28
- #, php-format
29
  msgid "ERROR: The module \"%1$s\" could not be activated (%2$s)."
30
  msgstr ""
31
 
32
- #: admin/class-theme-my-login-admin.php:108
33
  msgid "NOTICE:"
34
  msgstr ""
35
 
36
- #: admin/class-theme-my-login-admin.php:109
37
- #, php-format
38
  msgid ""
39
  "Now that you have activated Theme My Login, please <a href=\"%s\">visit the "
40
  "settings page</a> and familiarize yourself with all of the available options."
41
  msgstr ""
42
 
43
- #: admin/class-theme-my-login-admin.php:111
44
  msgid "Take me to the settings page"
45
  msgstr ""
46
 
47
- #: admin/class-theme-my-login-admin.php:124
48
  msgid "You can now login with your e-mail address or username! Try it out!"
49
  msgstr ""
50
 
51
- #: admin/class-theme-my-login-admin.php:125
52
  msgid ""
53
  "Theme My Login now utilizes a module system. Modules are similar to "
54
  "WordPress plugins. Each module extends the default functionality of Theme My "
55
- "Login. <a rel=\"tml-options\" href=\"#tml-modules\">Click here</a> to get "
56
- "started with modules now."
57
  msgstr ""
58
 
59
- #: admin/class-theme-my-login-admin.php:126
60
  msgid ""
61
  "Theme My Login now allows custom forms. You can create your own form template"
62
  "(s) by copying the default version(s) from \"theme-my-login/templates\" to "
63
  "your current theme directory. Try it out!"
64
  msgstr ""
65
 
66
- #: admin/class-theme-my-login-admin.php:127
67
  msgid ""
68
  "You can maintain your stylesheet changes between upgrades. Just simply copy "
69
  "the file \"theme-my-login/theme-my-login.css\" to your current theme "
70
  "directory and edit it as you please!"
71
  msgstr ""
72
 
73
- #: admin/class-theme-my-login-admin.php:128
74
  msgid ""
75
  "Theme My Login provides a shortcode that you can use within your posts with "
76
  "multiple parameters to customize the form. Visit the <a href=\"http://www."
@@ -78,733 +72,519 @@ msgid ""
78
  "Login Documentation</a> for usage instructions."
79
  msgstr ""
80
 
81
- #: admin/class-theme-my-login-admin.php:129
82
  msgid ""
83
  "Theme My Login is <em>FREE</em> but Jeff sure appreciates <a href=\"http://"
84
  "www.jfarthing.com/donate\" target=\"_blank\">donations</a>!"
85
  msgstr ""
86
 
87
- #: admin/class-theme-my-login-admin.php:130
88
  msgid ""
89
  "Jeff is <a href=\"http://www.jfarthing.com/hire-me\" target=\"_blank"
90
  "\">available for hire</a>!"
91
  msgstr ""
92
 
93
- #: admin/class-theme-my-login-admin.php:134
94
  msgid "Did You Know?"
95
  msgstr ""
96
 
97
- #: admin/class-theme-my-login-admin.php:175
98
  msgid "General"
99
  msgstr ""
100
 
101
- #: admin/class-theme-my-login-admin.php:176
102
  msgid "Basic"
103
  msgstr ""
104
 
105
- #: admin/class-theme-my-login-admin.php:177
106
- #: admin/class-theme-my-login-admin.php:305
107
  msgid "Modules"
108
  msgstr ""
109
 
110
- #: admin/class-theme-my-login-admin.php:184
111
  msgid "Theme My Login Settings"
112
  msgstr ""
113
 
114
- #: admin/class-theme-my-login-admin.php:190
115
- #: admin/class-theme-my-login-admin.php:247
116
  msgid "Save Changes"
117
  msgstr ""
118
 
119
- #: admin/class-theme-my-login-admin.php:266
120
  msgid "Page ID"
121
  msgstr ""
122
 
123
- #: admin/class-theme-my-login-admin.php:269
124
  msgid ""
125
  "This should be the ID of the WordPress page that includes the [theme-my-"
126
  "login] shortcode. By default, this page is titled \"Login\"."
127
  msgstr ""
128
 
129
- #: admin/class-theme-my-login-admin.php:273
130
  msgid "Pagelist"
131
  msgstr ""
132
 
133
- #: admin/class-theme-my-login-admin.php:276
134
  msgid "Show Page In Pagelist"
135
  msgstr ""
136
 
137
- #: admin/class-theme-my-login-admin.php:277
138
  msgid ""
139
  "Enable this setting to add login/logout links to the pagelist generated by "
140
  "functions like wp_list_pages() and wp_page_menu()."
141
  msgstr ""
142
 
143
- #: admin/class-theme-my-login-admin.php:281
144
  msgid "Stylesheet"
145
  msgstr ""
146
 
147
- #: admin/class-theme-my-login-admin.php:284
148
  msgid "Enable \"theme-my-login.css\""
149
  msgstr ""
150
 
151
- #: admin/class-theme-my-login-admin.php:285
152
  msgid ""
153
  "In order to keep changes between upgrades, you can store your customized "
154
  "\"theme-my-login.css\" in your current theme directory."
155
  msgstr ""
156
 
157
- #: admin/class-theme-my-login-admin.php:309
158
- #, php-format
159
  msgid "Enable %s"
160
  msgstr ""
161
 
162
- #: admin/class-theme-my-login-admin.php:311
163
  msgid "No modules found."
164
  msgstr ""
165
 
166
- #: admin/class-theme-my-login-admin.php:422
167
  msgid "One of the modules is invalid."
168
  msgstr ""
169
 
170
- #: admin/class-theme-my-login-admin.php:475
171
  msgid "Invalid module path."
172
  msgstr ""
173
 
174
- #: admin/class-theme-my-login-admin.php:477
175
  msgid "Module file does not exist."
176
  msgstr ""
177
 
178
- #: admin/class-theme-my-login-admin.php:481
179
  msgid "The module does not have a valid header."
180
  msgstr ""
181
 
182
- #: includes/class-theme-my-login-template.php:140
183
- #, php-format
184
- msgid "Welcome, %s"
185
- msgstr ""
186
-
187
- #: includes/class-theme-my-login-template.php:144
188
- #: includes/class-theme-my-login-widget.php:86 templates/register-form.php:25
189
- msgid "Register"
190
- msgstr ""
191
-
192
- #: includes/class-theme-my-login-template.php:150
193
- #: includes/class-theme-my-login-widget.php:86
194
- msgid "Lost Password"
195
- msgstr ""
196
-
197
- #: includes/class-theme-my-login-template.php:154
198
- #: includes/class-theme-my-login.php:393 templates/login-form.php:28
199
- msgid "Log In"
200
- msgstr ""
201
-
202
- #: includes/class-theme-my-login-template.php:316
203
- #: modules/custom-user-links/custom-user-links.php:95
204
- msgid "Dashboard"
205
  msgstr ""
206
 
207
- #: includes/class-theme-my-login-template.php:317
208
- #: modules/custom-user-links/custom-user-links.php:96
209
- msgid "Profile"
210
- msgstr ""
211
-
212
- #: includes/class-theme-my-login-template.php:334
213
- #: modules/custom-redirection/custom-redirection.php:187
214
- msgid "Log out"
215
- msgstr ""
216
-
217
- #: includes/class-theme-my-login-template.php:363
218
- msgid "Register For This Site"
219
  msgstr ""
220
 
221
- #: includes/class-theme-my-login-template.php:365
222
  msgid ""
223
- "Please enter your username or e-mail address. You will receive a new "
224
- "password via e-mail."
 
225
  msgstr ""
226
 
227
- #: includes/class-theme-my-login-widget.php:23
228
- msgid "A login form for your blog."
229
- msgstr ""
230
-
231
- #: includes/class-theme-my-login-widget.php:86
232
- msgid "Login"
233
- msgstr ""
234
-
235
- #: includes/class-theme-my-login-widget.php:87
236
- msgid "Default Action"
237
- msgstr ""
238
-
239
- #: includes/class-theme-my-login-widget.php:94
240
- msgid "Show When Logged In"
241
- msgstr ""
242
-
243
- #: includes/class-theme-my-login-widget.php:96
244
- msgid "Show Title"
245
- msgstr ""
246
-
247
- #: includes/class-theme-my-login-widget.php:98
248
- msgid "Show Login Link"
249
- msgstr ""
250
-
251
- #: includes/class-theme-my-login-widget.php:100
252
- msgid "Show Register Link"
253
  msgstr ""
254
 
255
- #: includes/class-theme-my-login-widget.php:102
256
- msgid "Show Lost Password Link"
 
 
257
  msgstr ""
258
 
259
- #: includes/class-theme-my-login-widget.php:104
260
- msgid "Show Gravatar"
 
261
  msgstr ""
262
 
263
- #: includes/class-theme-my-login-widget.php:105
264
- msgid "Gravatar Size"
 
265
  msgstr ""
266
 
267
- #: includes/class-theme-my-login-widget.php:107
268
- msgid "Allow Registration"
 
269
  msgstr ""
270
 
271
- #: includes/class-theme-my-login-widget.php:109
272
- msgid "Allow Password Recovery"
 
273
  msgstr ""
274
 
275
- #: includes/class-theme-my-login.php:217
276
- msgid "Sorry, that key does not appear to be valid."
 
277
  msgstr ""
278
 
279
- #: includes/class-theme-my-login.php:325
 
280
  msgid ""
281
- "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
282
- "browser. You must <a href=\"http://www.google.com/cookies.html\">enable "
283
- "cookies</a> to use WordPress."
284
  msgstr ""
285
 
286
- #: includes/class-theme-my-login.php:329
287
- msgid "You are now logged out."
288
- msgstr ""
289
-
290
- #: includes/class-theme-my-login.php:331
291
- msgid "User registration is currently not allowed."
292
  msgstr ""
293
 
294
- #: includes/class-theme-my-login.php:333
295
- msgid "Check your e-mail for the confirmation link."
 
296
  msgstr ""
297
 
298
- #: includes/class-theme-my-login.php:335
299
- msgid "Check your e-mail for your new password."
 
 
 
300
  msgstr ""
301
 
302
- #: includes/class-theme-my-login.php:337
303
- msgid "Registration complete. Please check your e-mail."
 
304
  msgstr ""
305
 
306
- #: includes/class-theme-my-login.php:339
307
- msgid "Your session has expired. Please log-in again."
 
308
  msgstr ""
309
 
310
- #: includes/class-theme-my-login.php:393
311
- msgid "Log Out"
312
  msgstr ""
313
 
314
- #: includes/class-theme-my-login.php:880
315
- msgid "<strong>ERROR</strong>: Enter a username or e-mail address."
316
  msgstr ""
317
 
318
- #: includes/class-theme-my-login.php:885
319
- msgid ""
320
- "<strong>ERROR</strong>: There is no user registered with that email address."
321
  msgstr ""
322
 
323
- #: includes/class-theme-my-login.php:897
324
- msgid "<strong>ERROR</strong>: Invalid username or e-mail."
 
325
  msgstr ""
326
 
327
- #: includes/class-theme-my-login.php:911
328
- msgid "Password reset is not allowed for this user"
 
329
  msgstr ""
330
 
331
- #: includes/class-theme-my-login.php:924
332
- msgid ""
333
- "Someone has asked to reset the password for the following site and username."
334
  msgstr ""
335
 
336
- #: includes/class-theme-my-login.php:926 includes/class-theme-my-login.php:983
337
- #: modules/custom-email/custom-email.php:474
338
- #: modules/custom-email/custom-email.php:491
339
- #: modules/custom-passwords/custom-passwords.php:336
340
- #: modules/user-moderation/admin/user-moderation-admin.php:165
341
- #: modules/user-moderation/user-moderation.php:370
342
- #, php-format
343
- msgid "Username: %s"
344
  msgstr ""
345
 
346
- #: includes/class-theme-my-login.php:927
347
- msgid ""
348
- "To reset your password visit the following address, otherwise just ignore "
349
- "this email and nothing will happen."
350
  msgstr ""
351
 
352
- #: includes/class-theme-my-login.php:938
353
- #, php-format
354
- msgid "[%s] Password Reset"
355
  msgstr ""
356
 
357
- #: includes/class-theme-my-login.php:944
358
- #: includes/class-theme-my-login.php:1001
359
- #: modules/custom-passwords/custom-passwords.php:354
360
- #: modules/user-moderation/admin/user-moderation-admin.php:61
361
- #: modules/user-moderation/admin/user-moderation-admin.php:175
362
- #: modules/user-moderation/admin/user-moderation-admin.php:210
363
- msgid "The e-mail could not be sent."
364
  msgstr ""
365
 
366
- #: includes/class-theme-my-login.php:944
367
- #: includes/class-theme-my-login.php:1001
368
- #: modules/custom-passwords/custom-passwords.php:354
369
- #: modules/user-moderation/admin/user-moderation-admin.php:61
370
- #: modules/user-moderation/admin/user-moderation-admin.php:175
371
- #: modules/user-moderation/admin/user-moderation-admin.php:210
372
- msgid "Possible reason: your host may have disabled the mail() function..."
373
  msgstr ""
374
 
375
- #: includes/class-theme-my-login.php:965 includes/class-theme-my-login.php:968
376
- #: includes/class-theme-my-login.php:972
377
- #: modules/custom-passwords/custom-passwords.php:290
378
- #: modules/custom-passwords/custom-passwords.php:294
379
- #: modules/custom-passwords/custom-passwords.php:299
380
- #: modules/user-moderation/user-moderation.php:248
381
- #: modules/user-moderation/user-moderation.php:251
382
- #: modules/user-moderation/user-moderation.php:256
383
- msgid "Invalid key"
384
  msgstr ""
385
 
386
- #: includes/class-theme-my-login.php:984
387
- #: modules/custom-email/custom-email.php:492
388
- #: modules/custom-passwords/custom-passwords.php:337
389
- #: modules/user-moderation/admin/user-moderation-admin.php:166
390
- #, php-format
391
- msgid "Password: %s"
392
  msgstr ""
393
 
394
- #: includes/class-theme-my-login.php:995
395
- #: modules/custom-passwords/custom-passwords.php:345
396
- #, php-format
397
- msgid "[%s] Your new password"
398
  msgstr ""
399
 
400
- #: includes/class-theme-my-login.php:1026
401
- msgid "<strong>ERROR</strong>: Please enter a username."
402
  msgstr ""
403
 
404
- #: includes/class-theme-my-login.php:1028
405
- msgid ""
406
- "<strong>ERROR</strong>: This username is invalid because it uses illegal "
407
- "characters. Please enter a valid username."
408
  msgstr ""
409
 
410
- #: includes/class-theme-my-login.php:1031
411
  msgid ""
412
- "<strong>ERROR</strong>: This username is already registered, please choose "
413
- "another one."
414
- msgstr ""
415
-
416
- #: includes/class-theme-my-login.php:1036
417
- msgid "<strong>ERROR</strong>: Please type your e-mail address."
418
  msgstr ""
419
 
420
- #: includes/class-theme-my-login.php:1038
421
- msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
422
  msgstr ""
423
 
424
- #: includes/class-theme-my-login.php:1041
425
- msgid ""
426
- "<strong>ERROR</strong>: This email is already registered, please choose "
427
- "another one."
428
  msgstr ""
429
 
430
- #: includes/class-theme-my-login.php:1054
431
- #, php-format
432
- msgid ""
433
- "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
434
- "href=\"mailto:%s\">webmaster</a> !"
435
  msgstr ""
436
 
437
- #: modules/custom-email/admin/custom-email-admin.php:43
438
- #: modules/custom-email/admin/custom-email-admin.php:170
439
- #: modules/user-moderation/admin/user-moderation-admin.php:333
440
- msgid "User Notification"
441
  msgstr ""
442
 
443
- #: modules/custom-email/admin/custom-email-admin.php:46
444
- msgid "This e-mail will be sent to a new user upon registration."
445
  msgstr ""
446
 
447
- #: modules/custom-email/admin/custom-email-admin.php:47
448
- #: modules/custom-email/admin/custom-email-admin.php:174
449
- #: modules/user-moderation/admin/user-moderation-admin.php:337
450
- msgid ""
451
- "Please be sure to include the variable %user_pass% if using default "
452
- "passwords or else the user will not know their password!"
453
  msgstr ""
454
 
455
- #: modules/custom-email/admin/custom-email-admin.php:48
456
- #: modules/custom-email/admin/custom-email-admin.php:78
457
- #: modules/custom-email/admin/custom-email-admin.php:128
458
- #: modules/custom-email/admin/custom-email-admin.php:175
459
- #: modules/custom-email/admin/custom-email-admin.php:205
460
- #: modules/user-moderation/admin/user-moderation-admin.php:287
461
- #: modules/user-moderation/admin/user-moderation-admin.php:338
462
- #: modules/user-moderation/admin/user-moderation-admin.php:368
463
- #: modules/user-moderation/admin/user-moderation-admin.php:421
464
- msgid "If any field is left empty, the default will be used instead."
465
  msgstr ""
466
 
467
- #: modules/custom-email/admin/custom-email-admin.php:51
468
- #: modules/custom-email/admin/custom-email-admin.php:84
469
- #: modules/custom-email/admin/custom-email-admin.php:131
470
- #: modules/custom-email/admin/custom-email-admin.php:178
471
- #: modules/custom-email/admin/custom-email-admin.php:211
472
- #: modules/user-moderation/admin/user-moderation-admin.php:290
473
- #: modules/user-moderation/admin/user-moderation-admin.php:341
474
- #: modules/user-moderation/admin/user-moderation-admin.php:374
475
- #: modules/user-moderation/admin/user-moderation-admin.php:424
476
- msgid "From Name"
477
  msgstr ""
478
 
479
- #: modules/custom-email/admin/custom-email-admin.php:54
480
- #: modules/custom-email/admin/custom-email-admin.php:87
481
- #: modules/custom-email/admin/custom-email-admin.php:134
482
- #: modules/custom-email/admin/custom-email-admin.php:181
483
- #: modules/custom-email/admin/custom-email-admin.php:214
484
- #: modules/user-moderation/admin/user-moderation-admin.php:293
485
- #: modules/user-moderation/admin/user-moderation-admin.php:344
486
- #: modules/user-moderation/admin/user-moderation-admin.php:377
487
- #: modules/user-moderation/admin/user-moderation-admin.php:427
488
- msgid "From E-mail"
489
  msgstr ""
490
 
491
- #: modules/custom-email/admin/custom-email-admin.php:57
492
- #: modules/custom-email/admin/custom-email-admin.php:90
493
- #: modules/custom-email/admin/custom-email-admin.php:137
494
- #: modules/custom-email/admin/custom-email-admin.php:184
495
- #: modules/custom-email/admin/custom-email-admin.php:217
496
- #: modules/user-moderation/admin/user-moderation-admin.php:296
497
- #: modules/user-moderation/admin/user-moderation-admin.php:347
498
- #: modules/user-moderation/admin/user-moderation-admin.php:380
499
- #: modules/user-moderation/admin/user-moderation-admin.php:430
500
- msgid "E-mail Format"
501
  msgstr ""
502
 
503
- #: modules/custom-email/admin/custom-email-admin.php:63
504
- #: modules/custom-email/admin/custom-email-admin.php:96
505
- #: modules/custom-email/admin/custom-email-admin.php:143
506
- #: modules/custom-email/admin/custom-email-admin.php:190
507
- #: modules/custom-email/admin/custom-email-admin.php:223
508
- #: modules/user-moderation/admin/user-moderation-admin.php:302
509
- #: modules/user-moderation/admin/user-moderation-admin.php:353
510
- #: modules/user-moderation/admin/user-moderation-admin.php:386
511
- #: modules/user-moderation/admin/user-moderation-admin.php:436
512
- msgid "Subject"
513
  msgstr ""
514
 
515
- #: modules/custom-email/admin/custom-email-admin.php:66
516
- #: modules/custom-email/admin/custom-email-admin.php:99
517
- #: modules/custom-email/admin/custom-email-admin.php:146
518
- #: modules/custom-email/admin/custom-email-admin.php:193
519
- #: modules/custom-email/admin/custom-email-admin.php:226
520
- #: modules/user-moderation/admin/user-moderation-admin.php:305
521
- #: modules/user-moderation/admin/user-moderation-admin.php:356
522
- #: modules/user-moderation/admin/user-moderation-admin.php:389
523
- #: modules/user-moderation/admin/user-moderation-admin.php:439
524
- msgid "Message"
525
  msgstr ""
526
 
527
- #: modules/custom-email/admin/custom-email-admin.php:69
528
- #: modules/custom-email/admin/custom-email-admin.php:102
529
- #: modules/custom-email/admin/custom-email-admin.php:149
530
- #: modules/custom-email/admin/custom-email-admin.php:196
531
- #: modules/custom-email/admin/custom-email-admin.php:229
532
- #: modules/user-moderation/admin/user-moderation-admin.php:308
533
- #: modules/user-moderation/admin/user-moderation-admin.php:359
534
- #: modules/user-moderation/admin/user-moderation-admin.php:392
535
- #: modules/user-moderation/admin/user-moderation-admin.php:442
536
- msgid "Available Variables"
537
  msgstr ""
538
 
539
- #: modules/custom-email/admin/custom-email-admin.php:74
540
- #: modules/custom-email/admin/custom-email-admin.php:201
541
- #: modules/user-moderation/admin/user-moderation-admin.php:364
542
- msgid "Admin Notification"
543
  msgstr ""
544
 
545
- #: modules/custom-email/admin/custom-email-admin.php:77
546
  msgid ""
547
- "This e-mail will be sent to the e-mail address or addresses (multiple "
548
- "addresses may be separated by commas) specified below, upon new user "
549
- "registration."
550
  msgstr ""
551
 
552
- #: modules/custom-email/admin/custom-email-admin.php:81
553
- #: modules/custom-email/admin/custom-email-admin.php:208
554
- #: modules/user-moderation/admin/user-moderation-admin.php:371
555
- msgid "To"
556
  msgstr ""
557
 
558
- #: modules/custom-email/admin/custom-email-admin.php:126
559
  msgid ""
560
- "This e-mail will be sent to a user when they attempt to recover their "
561
- "password."
562
  msgstr ""
563
 
564
- #: modules/custom-email/admin/custom-email-admin.php:127
565
- msgid ""
566
- "Please be sure to include the variable %reseturl% or else the user will not "
567
- "be able to recover their password!"
568
  msgstr ""
569
 
570
- #: modules/custom-email/admin/custom-email-admin.php:173
571
- msgid "This e-mail will be sent to a user upon successful password recovery."
 
 
572
  msgstr ""
573
 
574
- #: modules/custom-email/admin/custom-email-admin.php:204
575
  msgid ""
576
- "This e-mail will be sent to the e-mail address or addresses (multiple "
577
- "addresses may be separated by commas) specified below, upon user password "
578
- "change."
579
  msgstr ""
580
 
581
- #: modules/custom-email/admin/custom-email-admin.php:231
582
- #: modules/user-moderation/admin/user-moderation-admin.php:394
583
- msgid "Disable Admin Notification"
584
  msgstr ""
585
 
586
- #: modules/custom-email/admin/custom-email-admin.php:251
587
- #: templates/profile-form.php:86 templates/register-form.php:16
588
- msgid "E-mail"
589
  msgstr ""
590
 
591
- #: modules/custom-email/admin/custom-email-admin.php:252
592
- msgid "New User"
593
  msgstr ""
594
 
595
- #: modules/custom-email/admin/custom-email-admin.php:253
596
- msgid "Retrieve Password"
597
  msgstr ""
598
 
599
- #: modules/custom-email/admin/custom-email-admin.php:254
 
600
  msgid "Reset Password"
601
  msgstr ""
602
 
603
- #: modules/custom-email/custom-email.php:473
604
- #, php-format
605
- msgid "New user registration on your site %s:"
606
- msgstr ""
607
-
608
- #: modules/custom-email/custom-email.php:475
609
- #: modules/user-moderation/user-moderation.php:371
610
- #, php-format
611
- msgid "E-mail: %s"
612
- msgstr ""
613
-
614
- #: modules/custom-email/custom-email.php:477
615
- #, php-format
616
- msgid "[%s] New User Registration"
617
- msgstr ""
618
-
619
- #: modules/custom-email/custom-email.php:495
620
- #, php-format
621
- msgid "[%s] Your username and password"
622
- msgstr ""
623
-
624
- #: modules/custom-email/custom-email.php:525
625
- #, php-format
626
- msgid "[%s] Password Lost/Changed"
627
- msgstr ""
628
-
629
- #: modules/custom-email/custom-email.php:526
630
- #, php-format
631
- msgid "Password Lost and Changed for user: %s"
632
  msgstr ""
633
 
634
- #: modules/custom-passwords/custom-passwords.php:29
635
- msgid "Password:"
636
- msgstr ""
637
-
638
- #: modules/custom-passwords/custom-passwords.php:31
639
- #: templates/resetpass-form.php:16
640
- msgid "Confirm Password:"
641
  msgstr ""
642
 
643
- #: modules/custom-passwords/custom-passwords.php:54
644
- msgid "<strong>ERROR</strong>: Please enter a password."
645
  msgstr ""
646
 
647
- #: modules/custom-passwords/custom-passwords.php:57
648
- msgid "<strong>ERROR</strong>: Your passwords do not match."
649
  msgstr ""
650
 
651
- #: modules/custom-passwords/custom-passwords.php:60
652
  msgid ""
653
- "<strong>ERROR</strong>: Your password must be at least 6 characters in "
654
- "length."
655
  msgstr ""
656
 
657
- #: modules/custom-passwords/custom-passwords.php:188
658
- msgid ""
659
- "Please enter your username or e-mail address. You will receive an e-mail "
660
- "with a link to reset your password."
661
  msgstr ""
662
 
663
- #: modules/custom-passwords/custom-passwords.php:191
664
- msgid "Please enter a new password."
665
  msgstr ""
666
 
667
- #: modules/custom-passwords/custom-passwords.php:224
668
- msgid "Registration complete. You may now log in."
669
  msgstr ""
670
 
671
- #: modules/custom-passwords/custom-passwords.php:227
672
- msgid "Your password has been saved. You may now log in."
673
  msgstr ""
674
 
675
- #: modules/custom-redirection/custom-redirection.php:148
676
  msgid "Redirection"
677
  msgstr ""
678
 
679
- #: modules/custom-redirection/custom-redirection.php:175
680
  msgid "Log in"
681
  msgstr ""
682
 
683
- #: modules/custom-redirection/custom-redirection.php:177
684
- #: modules/custom-redirection/custom-redirection.php:189
685
  msgid "Default"
686
  msgstr ""
687
 
688
- #: modules/custom-redirection/custom-redirection.php:178
689
  msgid ""
690
  "Check this option to send the user to their WordPress Dashboard/Profile."
691
  msgstr ""
692
 
693
- #: modules/custom-redirection/custom-redirection.php:179
694
- #: modules/custom-redirection/custom-redirection.php:191
695
  msgid "Referer"
696
  msgstr ""
697
 
698
- #: modules/custom-redirection/custom-redirection.php:180
699
  msgid ""
700
  "Check this option to send the user back to the page they were visiting "
701
  "before logging in."
702
  msgstr ""
703
 
704
- #: modules/custom-redirection/custom-redirection.php:183
705
- #: modules/custom-redirection/custom-redirection.php:195
706
  msgid ""
707
  "Check this option to send the user to a custom location, specified by the "
708
  "textbox above."
709
  msgstr ""
710
 
711
- #: modules/custom-redirection/custom-redirection.php:190
 
 
 
 
 
712
  msgid ""
713
  "Check this option to send the user to the log in page, displaying a message "
714
  "that they have successfully logged out."
715
  msgstr ""
716
 
717
- #: modules/custom-redirection/custom-redirection.php:192
718
  msgid ""
719
  "Check this option to send the user back to the page they were visiting "
720
  "before logging out. (Note: If the previous page being visited was an admin "
721
  "page, this can have unexpected results.)"
722
  msgstr ""
723
 
724
- #: modules/custom-user-links/admin/custom-user-links-admin.php:139
725
- msgid "User Links"
 
 
 
726
  msgstr ""
727
 
728
- #: modules/custom-user-links/admin/custom-user-links-admin.php:229
729
- #: modules/custom-user-links/admin/custom-user-links-admin.php:252
730
- #: modules/custom-user-links/admin/custom-user-links-admin.php:297
731
- msgid "Title"
732
  msgstr ""
733
 
734
- #: modules/custom-user-links/admin/custom-user-links-admin.php:230
735
- #: modules/custom-user-links/admin/custom-user-links-admin.php:253
736
- #: modules/custom-user-links/admin/custom-user-links-admin.php:301
737
- msgid "URL"
738
  msgstr ""
739
 
740
- #: modules/custom-user-links/admin/custom-user-links-admin.php:247
741
- msgid "Add New link:"
742
  msgstr ""
743
 
744
- #: modules/custom-user-links/admin/custom-user-links-admin.php:263
745
- msgid "Add link"
746
  msgstr ""
747
 
748
- #: modules/custom-user-links/admin/custom-user-links-admin.php:303
749
- msgid "Delete"
750
  msgstr ""
751
 
752
- #: modules/custom-user-links/admin/custom-user-links-admin.php:304
753
- msgid "Update"
754
- msgstr ""
755
-
756
- #: modules/security/admin/security-admin.php:35
757
- #: modules/security/admin/security-admin.php:38
758
- #: modules/user-moderation/admin/user-moderation-admin.php:38
759
- #: modules/user-moderation/admin/user-moderation-admin.php:50
760
- msgid "You can&#8217;t edit that user."
761
- msgstr ""
762
-
763
- #: modules/security/admin/security-admin.php:70
764
- msgid "User locked."
765
- msgstr ""
766
-
767
- #: modules/security/admin/security-admin.php:72
768
- msgid "User unlocked."
769
- msgstr ""
770
-
771
- #: modules/security/admin/security-admin.php:95
772
- msgid "Unlock"
773
- msgstr ""
774
-
775
- #: modules/security/admin/security-admin.php:97
776
- msgid "Lock"
777
- msgstr ""
778
-
779
- #: modules/security/admin/security-admin.php:116
780
- msgid "Security"
781
- msgstr ""
782
-
783
- #: modules/security/admin/security-admin.php:136
784
  msgid "Login Attempts"
785
  msgstr ""
786
 
787
- #: modules/security/admin/security-admin.php:141
788
  msgid "minute(s)"
789
  msgstr ""
790
 
791
- #: modules/security/admin/security-admin.php:142
792
  msgid "hour(s)"
793
  msgstr ""
794
 
795
- #: modules/security/admin/security-admin.php:143
796
  msgid "day(s)"
797
  msgstr ""
798
 
799
- #: modules/security/admin/security-admin.php:166
800
- #, php-format
801
  msgid ""
802
  "After %1$s failed login attempts within %2$s %3$s, lockout the account for %4"
803
  "$s %5$s."
804
  msgstr ""
805
 
806
  #: modules/security/security.php:43 modules/security/security.php:69
807
- #, php-format
808
  msgid ""
809
  "<strong>ERROR</strong>: This account has been locked because of too many "
810
  "failed login attempts. You may try again in %s."
@@ -814,350 +594,909 @@ msgstr ""
814
  msgid "<strong>ERROR</strong>: This account has been locked."
815
  msgstr ""
816
 
817
- #: modules/themed-profiles/themed-profiles.php:77
818
- #: templates/profile-form.php:125
819
- msgid "Strength indicator"
820
  msgstr ""
821
 
822
- #: modules/themed-profiles/themed-profiles.php:78
823
- msgid "Very weak"
 
 
824
  msgstr ""
825
 
826
- #: modules/themed-profiles/themed-profiles.php:79
827
- msgid "Weak"
 
 
828
  msgstr ""
829
 
830
- #. translators: password strength
831
- #: modules/themed-profiles/themed-profiles.php:81
832
- msgctxt "password strength"
833
- msgid "Medium"
834
  msgstr ""
835
 
836
- #: modules/themed-profiles/themed-profiles.php:82
837
- msgid "Strong"
838
  msgstr ""
839
 
840
- #: modules/themed-profiles/themed-profiles.php:92
841
- msgid "You do not have permission to edit this user."
842
  msgstr ""
843
 
844
- #: modules/themed-profiles/themed-profiles.php:108
845
- msgid "Profile updated."
846
  msgstr ""
847
 
848
- #: modules/themed-profiles/themed-profiles.php:178
849
- msgid "Your Profile"
 
850
  msgstr ""
851
 
852
- #: modules/user-moderation/admin/user-moderation-admin.php:83
853
- msgid "User approved."
 
854
  msgstr ""
855
 
856
- #: modules/user-moderation/admin/user-moderation-admin.php:85
857
- msgid "Activation sent."
 
 
858
  msgstr ""
859
 
860
- #: modules/user-moderation/admin/user-moderation-admin.php:111
861
- msgid "Resend Activation"
 
862
  msgstr ""
863
 
864
- #: modules/user-moderation/admin/user-moderation-admin.php:116
865
- msgid "Approve"
866
  msgstr ""
867
 
868
- #: modules/user-moderation/admin/user-moderation-admin.php:150
869
- #: modules/user-moderation/user-moderation.php:275
870
- msgid "Same as when you signed up."
871
  msgstr ""
872
 
873
- #: modules/user-moderation/admin/user-moderation-admin.php:164
874
- #, php-format
875
- msgid "You have been approved access to %s"
876
  msgstr ""
877
 
878
- #: modules/user-moderation/admin/user-moderation-admin.php:169
879
- #, php-format
880
- msgid "[%s] Registration Approved"
881
  msgstr ""
882
 
883
- #: modules/user-moderation/admin/user-moderation-admin.php:203
884
- #, php-format
885
- msgid "You have been denied access to %s"
 
886
  msgstr ""
887
 
888
- #: modules/user-moderation/admin/user-moderation-admin.php:204
889
- #, php-format
890
- msgid "[%s] Registration Denied"
891
  msgstr ""
892
 
893
- #: modules/user-moderation/admin/user-moderation-admin.php:226
894
- msgid "Moderation"
 
895
  msgstr ""
896
 
897
- #: modules/user-moderation/admin/user-moderation-admin.php:228
898
- msgid "User Activation"
899
  msgstr ""
900
 
901
- #: modules/user-moderation/admin/user-moderation-admin.php:229
902
- msgid "User Approval"
 
 
 
903
  msgstr ""
904
 
905
- #: modules/user-moderation/admin/user-moderation-admin.php:230
906
- msgid "User Denial"
 
 
 
 
 
 
 
907
  msgstr ""
908
 
909
- #: modules/user-moderation/admin/user-moderation-admin.php:249
910
- msgid "User Moderation"
 
 
 
 
 
 
 
911
  msgstr ""
912
 
913
- #: modules/user-moderation/admin/user-moderation-admin.php:252
914
- msgid "None"
 
 
 
 
 
 
 
915
  msgstr ""
916
 
917
- #: modules/user-moderation/admin/user-moderation-admin.php:253
918
- msgid "Check this option to require no moderation."
 
 
 
 
 
 
 
919
  msgstr ""
920
 
921
- #: modules/user-moderation/admin/user-moderation-admin.php:255
922
- msgid "E-mail Confirmation"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
923
  msgstr ""
924
 
925
- #: modules/user-moderation/admin/user-moderation-admin.php:256
926
  msgid ""
927
- "Check this option to require new users to confirm their e-mail address "
928
- "before they may log in."
 
929
  msgstr ""
930
 
931
- #: modules/user-moderation/admin/user-moderation-admin.php:258
932
- msgid "Admin Approval"
 
 
933
  msgstr ""
934
 
935
- #: modules/user-moderation/admin/user-moderation-admin.php:259
936
  msgid ""
937
- "Check this option to require new users to be approved by an administrator "
938
- "before they may log in."
939
  msgstr ""
940
 
941
- #: modules/user-moderation/admin/user-moderation-admin.php:285
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
942
  msgid ""
943
  "This e-mail will be sent to a new user upon registration when \"E-mail "
944
  "Confirmation\" is checked for \"User Moderation\"."
945
  msgstr ""
946
 
947
- #: modules/user-moderation/admin/user-moderation-admin.php:286
948
  msgid ""
949
  "Please be sure to include the variable %activateurl% or else the user will "
950
  "not be able to activate their account!"
951
  msgstr ""
952
 
953
- #: modules/user-moderation/admin/user-moderation-admin.php:336
954
  msgid ""
955
  "This e-mail will be sent to a new user upon admin approval when \"Admin "
956
  "Approval\" is checked for \"User Moderation\"."
957
  msgstr ""
958
 
959
- #: modules/user-moderation/admin/user-moderation-admin.php:367
960
  msgid ""
961
  "This e-mail will be sent to the e-mail address or addresses (multiple "
962
  "addresses may be separated by commas) specified below upon user registration "
963
  "when \"Admin Approval\" is checked for \"User Moderation\"."
964
  msgstr ""
965
 
966
- #: modules/user-moderation/admin/user-moderation-admin.php:420
967
  msgid ""
968
  "This e-mail will be sent to a user who is deleted/denied when \"Admin "
969
  "Approval\" is checked for \"User Moderation\" and the user's role is "
970
  "\"Pending\"."
971
  msgstr ""
972
 
973
- #: modules/user-moderation/user-moderation.php:171
974
- #, php-format
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
975
  msgid ""
976
  "<strong>ERROR</strong>: You have not yet confirmed your e-mail address. <a "
977
  "href=\"%s\">Resend activation</a>?"
978
  msgstr ""
979
 
980
- #: modules/user-moderation/user-moderation.php:174
981
  msgid "<strong>ERROR</strong>: Your registration has not yet been approved."
982
  msgstr ""
983
 
984
- #: modules/user-moderation/user-moderation.php:334
985
- #, php-format
 
 
 
 
 
 
 
986
  msgid "[%s] Activate Your Account"
987
  msgstr ""
988
 
989
- #: modules/user-moderation/user-moderation.php:335
990
- #, php-format
991
  msgid ""
992
  "Thanks for registering at %s! To complete the activation of your account "
993
  "please click the following link: "
994
  msgstr ""
995
 
996
- #: modules/user-moderation/user-moderation.php:367
997
- #, php-format
998
  msgid "[%s] New User Awaiting Approval"
999
  msgstr ""
1000
 
1001
- #: modules/user-moderation/user-moderation.php:369
1002
- #, php-format
1003
  msgid "New user requires approval on your blog %s:"
1004
  msgstr ""
1005
 
1006
- #: modules/user-moderation/user-moderation.php:372
1007
  msgid "To approve or deny this user:"
1008
  msgstr ""
1009
 
1010
- #: modules/user-moderation/user-moderation.php:393
1011
  msgid ""
1012
  "Your registration was successful but you must now confirm your email address "
1013
  "before you can log in. Please check your email and click on the link "
1014
  "provided."
1015
  msgstr ""
1016
 
1017
- #: modules/user-moderation/user-moderation.php:395
1018
  msgid ""
1019
  "Your registration was successful but you must now be approved by an "
1020
  "administrator before you can log in. You will be notified by e-mail once "
1021
  "your account has been reviewed."
1022
  msgstr ""
1023
 
1024
- #: modules/user-moderation/user-moderation.php:398
1025
  msgid "Your account has been activated. You may now log in."
1026
  msgstr ""
1027
 
1028
- #: modules/user-moderation/user-moderation.php:400
1029
  msgid ""
1030
  "Your account has been activated. Please check your e-mail for your password."
1031
  msgstr ""
1032
 
1033
- #: modules/user-moderation/user-moderation.php:402
1034
  msgid "<strong>ERROR</strong>: Sorry, that key does not appear to be valid."
1035
  msgstr ""
1036
 
1037
- #: modules/user-moderation/user-moderation.php:405
1038
  msgid "<strong>ERROR</strong>: Sorry, the activation e-mail could not be sent."
1039
  msgstr ""
1040
 
1041
- #: modules/user-moderation/user-moderation.php:407
1042
  msgid ""
1043
  "The activation e-mail has been sent to the e-mail address with which you "
1044
  "registered. Please check your email and click on the link provided."
1045
  msgstr ""
1046
 
1047
- #: templates/login-form.php:12 templates/profile-form.php:34
1048
- #: templates/register-form.php:12
1049
- msgid "Username"
1050
  msgstr ""
1051
 
1052
- #: templates/login-form.php:16
1053
- msgid "Password"
1054
  msgstr ""
1055
 
1056
- #: templates/login-form.php:25
1057
- msgid "Remember Me"
 
1058
  msgstr ""
1059
 
1060
- #: templates/lostpassword-form.php:12
1061
- msgid "Username or E-mail:"
1062
  msgstr ""
1063
 
1064
- #: templates/lostpassword-form.php:20
1065
- msgid "Get New Password"
1066
  msgstr ""
1067
 
1068
- #: templates/profile-form.php:22
1069
- msgid "Personal Options"
1070
  msgstr ""
1071
 
1072
- #: templates/profile-form.php:30
1073
- msgid "Name"
1074
  msgstr ""
1075
 
1076
- #: templates/profile-form.php:35
1077
- msgid "Your username cannot be changed."
1078
  msgstr ""
1079
 
1080
- #: templates/profile-form.php:39
1081
- msgid "First name"
1082
  msgstr ""
1083
 
1084
- #: templates/profile-form.php:44
1085
- msgid "Last name"
1086
  msgstr ""
1087
 
1088
- #: templates/profile-form.php:49
1089
- msgid "Nickname"
1090
  msgstr ""
1091
 
1092
- #: templates/profile-form.php:49 templates/profile-form.php:86
1093
- msgid "(required)"
1094
  msgstr ""
1095
 
1096
- #: templates/profile-form.php:54
1097
- msgid "Display name publicly as"
1098
  msgstr ""
1099
 
1100
- #: templates/profile-form.php:82
1101
- msgid "Contact Info"
1102
  msgstr ""
1103
 
1104
- #: templates/profile-form.php:91
1105
- msgid "Website"
1106
  msgstr ""
1107
 
1108
- #: templates/profile-form.php:108
1109
- msgid "About Yourself"
 
 
 
1110
  msgstr ""
1111
 
1112
- #: templates/profile-form.php:112
1113
- msgid "Biographical Info"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1114
  msgstr ""
1115
 
1116
- #: templates/profile-form.php:114
 
 
 
 
1117
  msgid ""
1118
- "Share a little biographical information to fill out your profile. This may "
1119
- "be shown publicly."
1120
  msgstr ""
1121
 
1122
- #: templates/profile-form.php:122
1123
- msgid "New Password"
1124
  msgstr ""
1125
 
1126
- #: templates/profile-form.php:123
 
 
 
 
1127
  msgid ""
1128
- "If you would like to change the password type a new one. Otherwise leave "
1129
- "this blank."
1130
  msgstr ""
1131
 
1132
- #: templates/profile-form.php:124
1133
- msgid "Type your new password again."
 
 
1134
  msgstr ""
1135
 
1136
- #: templates/profile-form.php:126
 
 
 
 
 
 
 
 
1137
  msgid ""
1138
- "Hint: The password should be at least seven characters long. To make it "
1139
- "stronger, use upper and lower case letters, numbers and symbols like ! \" ? "
1140
- "$ % ^ &amp; )."
1141
  msgstr ""
1142
 
1143
- #: templates/profile-form.php:140
1144
- msgid "Additional Capabilities"
 
 
1145
  msgstr ""
1146
 
1147
- #: templates/profile-form.php:159
1148
- msgid "Update Profile"
1149
  msgstr ""
1150
 
1151
- #: templates/register-form.php:23
1152
- msgid "A password will be e-mailed to you."
1153
  msgstr ""
1154
 
1155
- #: templates/resetpass-form.php:12
1156
- msgid "New Password:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1157
  msgstr ""
1158
 
1159
- #: templates/resetpass-form.php:24
1160
- msgid "Change Password"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1161
  msgstr ""
1162
 
1163
  #. Plugin URI of the plugin/theme
1
+ # Copyright (C) 2010 Theme My Login
 
2
  # This file is distributed under the same license as the Theme My Login package.
 
 
 
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Theme My Login 6.1.2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/theme-my-login\n"
7
+ "POT-Creation-Date: 2011-05-07 21:14:38+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
  "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
 
 
 
14
 
15
+ #. #-#-#-#-# plugin.pot (Theme My Login 6.1.2) #-#-#-#-#
16
  #. Plugin Name of the plugin/theme
17
+ #: admin/class-theme-my-login-admin.php:42
18
+ #: admin/class-theme-my-login-admin.php:43
19
  #: includes/class-theme-my-login-widget.php:24
20
  msgid "Theme My Login"
21
  msgstr ""
22
 
23
+ #: admin/class-theme-my-login-admin.php:79
 
24
  msgid "ERROR: The module \"%1$s\" could not be activated (%2$s)."
25
  msgstr ""
26
 
27
+ #: admin/class-theme-my-login-admin.php:99
28
  msgid "NOTICE:"
29
  msgstr ""
30
 
31
+ #: admin/class-theme-my-login-admin.php:100
 
32
  msgid ""
33
  "Now that you have activated Theme My Login, please <a href=\"%s\">visit the "
34
  "settings page</a> and familiarize yourself with all of the available options."
35
  msgstr ""
36
 
37
+ #: admin/class-theme-my-login-admin.php:102
38
  msgid "Take me to the settings page"
39
  msgstr ""
40
 
41
+ #: admin/class-theme-my-login-admin.php:115
42
  msgid "You can now login with your e-mail address or username! Try it out!"
43
  msgstr ""
44
 
45
+ #: admin/class-theme-my-login-admin.php:116
46
  msgid ""
47
  "Theme My Login now utilizes a module system. Modules are similar to "
48
  "WordPress plugins. Each module extends the default functionality of Theme My "
49
+ "Login. <a rel=\"tml-options\" href=\"#tml-options-modules\">Click here</a> "
50
+ "to get started with modules now."
51
  msgstr ""
52
 
53
+ #: admin/class-theme-my-login-admin.php:117
54
  msgid ""
55
  "Theme My Login now allows custom forms. You can create your own form template"
56
  "(s) by copying the default version(s) from \"theme-my-login/templates\" to "
57
  "your current theme directory. Try it out!"
58
  msgstr ""
59
 
60
+ #: admin/class-theme-my-login-admin.php:118
61
  msgid ""
62
  "You can maintain your stylesheet changes between upgrades. Just simply copy "
63
  "the file \"theme-my-login/theme-my-login.css\" to your current theme "
64
  "directory and edit it as you please!"
65
  msgstr ""
66
 
67
+ #: admin/class-theme-my-login-admin.php:119
68
  msgid ""
69
  "Theme My Login provides a shortcode that you can use within your posts with "
70
  "multiple parameters to customize the form. Visit the <a href=\"http://www."
72
  "Login Documentation</a> for usage instructions."
73
  msgstr ""
74
 
75
+ #: admin/class-theme-my-login-admin.php:120
76
  msgid ""
77
  "Theme My Login is <em>FREE</em> but Jeff sure appreciates <a href=\"http://"
78
  "www.jfarthing.com/donate\" target=\"_blank\">donations</a>!"
79
  msgstr ""
80
 
81
+ #: admin/class-theme-my-login-admin.php:121
82
  msgid ""
83
  "Jeff is <a href=\"http://www.jfarthing.com/hire-me\" target=\"_blank"
84
  "\">available for hire</a>!"
85
  msgstr ""
86
 
87
+ #: admin/class-theme-my-login-admin.php:125
88
  msgid "Did You Know?"
89
  msgstr ""
90
 
91
+ #: admin/class-theme-my-login-admin.php:168
92
  msgid "General"
93
  msgstr ""
94
 
95
+ #: admin/class-theme-my-login-admin.php:169
96
  msgid "Basic"
97
  msgstr ""
98
 
99
+ #: admin/class-theme-my-login-admin.php:170
100
+ #: admin/class-theme-my-login-admin.php:294
101
  msgid "Modules"
102
  msgstr ""
103
 
104
+ #: admin/class-theme-my-login-admin.php:177
105
  msgid "Theme My Login Settings"
106
  msgstr ""
107
 
108
+ #: admin/class-theme-my-login-admin.php:183
109
+ #: admin/class-theme-my-login-admin.php:240
110
  msgid "Save Changes"
111
  msgstr ""
112
 
113
+ #: admin/class-theme-my-login-admin.php:256
114
  msgid "Page ID"
115
  msgstr ""
116
 
117
+ #: admin/class-theme-my-login-admin.php:259
118
  msgid ""
119
  "This should be the ID of the WordPress page that includes the [theme-my-"
120
  "login] shortcode. By default, this page is titled \"Login\"."
121
  msgstr ""
122
 
123
+ #: admin/class-theme-my-login-admin.php:263
124
  msgid "Pagelist"
125
  msgstr ""
126
 
127
+ #: admin/class-theme-my-login-admin.php:266
128
  msgid "Show Page In Pagelist"
129
  msgstr ""
130
 
131
+ #: admin/class-theme-my-login-admin.php:267
132
  msgid ""
133
  "Enable this setting to add login/logout links to the pagelist generated by "
134
  "functions like wp_list_pages() and wp_page_menu()."
135
  msgstr ""
136
 
137
+ #: admin/class-theme-my-login-admin.php:271
138
  msgid "Stylesheet"
139
  msgstr ""
140
 
141
+ #: admin/class-theme-my-login-admin.php:274
142
  msgid "Enable \"theme-my-login.css\""
143
  msgstr ""
144
 
145
+ #: admin/class-theme-my-login-admin.php:275
146
  msgid ""
147
  "In order to keep changes between upgrades, you can store your customized "
148
  "\"theme-my-login.css\" in your current theme directory."
149
  msgstr ""
150
 
151
+ #: admin/class-theme-my-login-admin.php:298
 
152
  msgid "Enable %s"
153
  msgstr ""
154
 
155
+ #: admin/class-theme-my-login-admin.php:300
156
  msgid "No modules found."
157
  msgstr ""
158
 
159
+ #: admin/class-theme-my-login-admin.php:408
160
  msgid "One of the modules is invalid."
161
  msgstr ""
162
 
163
+ #: admin/class-theme-my-login-admin.php:462
164
  msgid "Invalid module path."
165
  msgstr ""
166
 
167
+ #: admin/class-theme-my-login-admin.php:464
168
  msgid "Module file does not exist."
169
  msgstr ""
170
 
171
+ #: admin/class-theme-my-login-admin.php:468
172
  msgid "The module does not have a valid header."
173
  msgstr ""
174
 
175
+ #: templates/ms-signup-another-blog-form.php:7
176
+ msgid "Get <em>another</em> %s site in seconds"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
  msgstr ""
178
 
179
+ #: templates/ms-signup-another-blog-form.php:10
180
+ msgid "There was a problem, please correct the form below and try again."
 
 
 
 
 
 
 
 
 
 
181
  msgstr ""
182
 
183
+ #: templates/ms-signup-another-blog-form.php:13
184
  msgid ""
185
+ "Welcome back, %s. By filling out the form below, you can <strong>add another "
186
+ "site to your account</strong>. There is no limit to the number of sites you "
187
+ "can have, so create to your heart&#8217;s content, but write responsibly!"
188
  msgstr ""
189
 
190
+ #: templates/ms-signup-another-blog-form.php:18
191
+ msgid "Sites you are already a member of:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  msgstr ""
193
 
194
+ #: templates/ms-signup-another-blog-form.php:27
195
+ msgid ""
196
+ "If you&#8217;re not going to use a great site domain, leave it for a new "
197
+ "user. Now have at it!"
198
  msgstr ""
199
 
200
+ #: templates/ms-signup-another-blog-form.php:33
201
+ #: templates/ms-signup-blog-form.php:17
202
+ msgid "Site Name:"
203
  msgstr ""
204
 
205
+ #: templates/ms-signup-another-blog-form.php:35
206
+ #: templates/ms-signup-blog-form.php:19
207
+ msgid "Site Domain:"
208
  msgstr ""
209
 
210
+ #: templates/ms-signup-another-blog-form.php:51
211
+ #: templates/ms-signup-blog-form.php:35
212
+ msgid "Your address will be "
213
  msgstr ""
214
 
215
+ #: templates/ms-signup-another-blog-form.php:53
216
+ #: templates/ms-signup-blog-form.php:37
217
+ msgid "sitename"
218
  msgstr ""
219
 
220
+ #: templates/ms-signup-another-blog-form.php:55
221
+ #: templates/ms-signup-blog-form.php:39
222
+ msgid "domain."
223
  msgstr ""
224
 
225
+ #: templates/ms-signup-another-blog-form.php:56
226
+ #: templates/ms-signup-blog-form.php:40
227
  msgid ""
228
+ "Must be at least 4 characters, letters and numbers only. It cannot be "
229
+ "changed, so choose carefully!"
 
230
  msgstr ""
231
 
232
+ #: templates/ms-signup-another-blog-form.php:59
233
+ #: templates/ms-signup-blog-form.php:43
234
+ msgid "Site Title:"
 
 
 
235
  msgstr ""
236
 
237
+ #: templates/ms-signup-another-blog-form.php:67
238
+ #: templates/ms-signup-blog-form.php:51
239
+ msgid "Privacy:"
240
  msgstr ""
241
 
242
+ #: templates/ms-signup-another-blog-form.php:68
243
+ #: templates/ms-signup-blog-form.php:52
244
+ msgid ""
245
+ "Allow my site to appear in search engines like Google, Technorati, and in "
246
+ "public listings around this network."
247
  msgstr ""
248
 
249
+ #: templates/ms-signup-another-blog-form.php:72
250
+ #: templates/ms-signup-blog-form.php:56
251
+ msgid "Yes"
252
  msgstr ""
253
 
254
+ #: templates/ms-signup-another-blog-form.php:76
255
+ #: templates/ms-signup-blog-form.php:60
256
+ msgid "No"
257
  msgstr ""
258
 
259
+ #: templates/ms-signup-another-blog-form.php:86
260
+ msgid "Create Site"
261
  msgstr ""
262
 
263
+ #: templates/lostpassword-form.php:12
264
+ msgid "Username or E-mail:"
265
  msgstr ""
266
 
267
+ #: templates/lostpassword-form.php:20
268
+ msgid "Get New Password"
 
269
  msgstr ""
270
 
271
+ #: templates/register-form.php:12 templates/login-form.php:12
272
+ #: templates/profile-form.php:68
273
+ msgid "Username"
274
  msgstr ""
275
 
276
+ #: templates/register-form.php:16 templates/profile-form.php:120
277
+ #: modules/custom-email/admin/custom-email-admin.php:381
278
+ msgid "E-mail"
279
  msgstr ""
280
 
281
+ #: templates/register-form.php:23
282
+ msgid "A password will be e-mailed to you."
 
283
  msgstr ""
284
 
285
+ #: templates/register-form.php:25 includes/class-theme-my-login-widget.php:85
286
+ #: includes/class-theme-my-login-template.php:141
287
+ msgid "Register"
 
 
 
 
 
288
  msgstr ""
289
 
290
+ #: templates/login-form.php:16
291
+ msgid "Password"
 
 
292
  msgstr ""
293
 
294
+ #: templates/login-form.php:25
295
+ msgid "Remember Me"
 
296
  msgstr ""
297
 
298
+ #: templates/login-form.php:28 includes/class-theme-my-login.php:467
299
+ #: includes/class-theme-my-login-template.php:151
300
+ msgid "Log In"
 
 
 
 
301
  msgstr ""
302
 
303
+ #: templates/profile-form.php:25
304
+ msgid "Personal Options"
 
 
 
 
 
305
  msgstr ""
306
 
307
+ #: templates/profile-form.php:30
308
+ msgid "Visual Editor"
 
 
 
 
 
 
 
309
  msgstr ""
310
 
311
+ #: templates/profile-form.php:31
312
+ msgid "Disable the visual editor when writing"
 
 
 
 
313
  msgstr ""
314
 
315
+ #: templates/profile-form.php:36
316
+ msgid "Admin Color Scheme"
 
 
317
  msgstr ""
318
 
319
+ #: templates/profile-form.php:43
320
+ msgid "Keyboard Shortcuts"
321
  msgstr ""
322
 
323
+ #: templates/profile-form.php:44
324
+ msgid "Enable keyboard shortcuts for comment moderation."
 
 
325
  msgstr ""
326
 
327
+ #: templates/profile-form.php:44
328
  msgid ""
329
+ "<a href=\"http://codex.wordpress.org/Keyboard_Shortcuts\" target=\"_blank"
330
+ "\">More information</a>"
 
 
 
 
331
  msgstr ""
332
 
333
+ #: templates/profile-form.php:49 templates/profile-form.php:50
334
+ msgid "Show Admin Bar"
335
  msgstr ""
336
 
337
+ #. translators: Show admin bar when viewing site
338
+ #: templates/profile-form.php:53
339
+ msgid "when viewing site"
 
340
  msgstr ""
341
 
342
+ #. translators: Show admin bar in dashboard
343
+ #: templates/profile-form.php:56
344
+ msgid "in dashboard"
 
 
345
  msgstr ""
346
 
347
+ #: templates/profile-form.php:64
348
+ msgid "Name"
 
 
349
  msgstr ""
350
 
351
+ #: templates/profile-form.php:69
352
+ msgid "Your username cannot be changed."
353
  msgstr ""
354
 
355
+ #: templates/profile-form.php:73
356
+ msgid "First name"
 
 
 
 
357
  msgstr ""
358
 
359
+ #: templates/profile-form.php:78
360
+ msgid "Last name"
 
 
 
 
 
 
 
 
361
  msgstr ""
362
 
363
+ #: templates/profile-form.php:83
364
+ msgid "Nickname"
 
 
 
 
 
 
 
 
365
  msgstr ""
366
 
367
+ #: templates/profile-form.php:83 templates/profile-form.php:120
368
+ msgid "(required)"
 
 
 
 
 
 
 
 
369
  msgstr ""
370
 
371
+ #: templates/profile-form.php:88
372
+ msgid "Display name publicly as"
 
 
 
 
 
 
 
 
373
  msgstr ""
374
 
375
+ #: templates/profile-form.php:116
376
+ msgid "Contact Info"
 
 
 
 
 
 
 
 
377
  msgstr ""
378
 
379
+ #: templates/profile-form.php:125
380
+ msgid "Website"
 
 
 
 
 
 
 
 
381
  msgstr ""
382
 
383
+ #: templates/profile-form.php:142
384
+ msgid "About Yourself"
 
 
 
 
 
 
 
 
385
  msgstr ""
386
 
387
+ #: templates/profile-form.php:146
388
+ msgid "Biographical Info"
 
 
389
  msgstr ""
390
 
391
+ #: templates/profile-form.php:148
392
  msgid ""
393
+ "Share a little biographical information to fill out your profile. This may "
394
+ "be shown publicly."
 
395
  msgstr ""
396
 
397
+ #: templates/profile-form.php:156
398
+ msgid "New Password"
 
 
399
  msgstr ""
400
 
401
+ #: templates/profile-form.php:157
402
  msgid ""
403
+ "If you would like to change the password type a new one. Otherwise leave "
404
+ "this blank."
405
  msgstr ""
406
 
407
+ #: templates/profile-form.php:158
408
+ msgid "Type your new password again."
 
 
409
  msgstr ""
410
 
411
+ #: templates/profile-form.php:159 templates/resetpass-form.php:19
412
+ #: modules/themed-profiles/themed-profiles.php:92
413
+ #: includes/class-theme-my-login.php:262
414
+ msgid "Strength indicator"
415
  msgstr ""
416
 
417
+ #: templates/profile-form.php:160 templates/resetpass-form.php:20
418
  msgid ""
419
+ "Hint: The password should be at least seven characters long. To make it "
420
+ "stronger, use upper and lower case letters, numbers and symbols like ! \" ? "
421
+ "$ % ^ &amp; )."
422
  msgstr ""
423
 
424
+ #: templates/profile-form.php:174
425
+ msgid "Additional Capabilities"
 
426
  msgstr ""
427
 
428
+ #: templates/profile-form.php:193
429
+ msgid "Update Profile"
 
430
  msgstr ""
431
 
432
+ #: templates/resetpass-form.php:12
433
+ msgid "New password"
434
  msgstr ""
435
 
436
+ #: templates/resetpass-form.php:16
437
+ msgid "Confirm new password"
438
  msgstr ""
439
 
440
+ #: templates/resetpass-form.php:26
441
+ #: modules/custom-email/admin/custom-email-admin.php:384
442
  msgid "Reset Password"
443
  msgstr ""
444
 
445
+ #: templates/ms-signup-user-form.php:7
446
+ msgid "Get your own %s account in seconds"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
447
  msgstr ""
448
 
449
+ #: templates/ms-signup-user-form.php:16
450
+ #: includes/class-theme-my-login-ms-signup.php:435
451
+ msgid "Username:"
 
 
 
 
452
  msgstr ""
453
 
454
+ #: templates/ms-signup-user-form.php:22
455
+ msgid "(Must be at least 4 characters, letters and numbers only.)"
456
  msgstr ""
457
 
458
+ #: templates/ms-signup-user-form.php:24
459
+ msgid "Email&nbsp;Address:"
460
  msgstr ""
461
 
462
+ #: templates/ms-signup-user-form.php:30
463
  msgid ""
464
+ "We send your registration email to this address. (Double-check your email "
465
+ "address before continuing.)"
466
  msgstr ""
467
 
468
+ #: templates/ms-signup-user-form.php:47
469
+ msgid "Gimme a site!"
 
 
470
  msgstr ""
471
 
472
+ #: templates/ms-signup-user-form.php:50
473
+ msgid "Just a username, please."
474
  msgstr ""
475
 
476
+ #: templates/ms-signup-user-form.php:54
477
+ msgid "Next"
478
  msgstr ""
479
 
480
+ #: templates/ms-signup-blog-form.php:70
481
+ msgid "Signup"
482
  msgstr ""
483
 
484
+ #: modules/custom-redirection/custom-redirection.php:152
485
  msgid "Redirection"
486
  msgstr ""
487
 
488
+ #: modules/custom-redirection/custom-redirection.php:179
489
  msgid "Log in"
490
  msgstr ""
491
 
492
+ #: modules/custom-redirection/custom-redirection.php:181
493
+ #: modules/custom-redirection/custom-redirection.php:193
494
  msgid "Default"
495
  msgstr ""
496
 
497
+ #: modules/custom-redirection/custom-redirection.php:182
498
  msgid ""
499
  "Check this option to send the user to their WordPress Dashboard/Profile."
500
  msgstr ""
501
 
502
+ #: modules/custom-redirection/custom-redirection.php:183
503
+ #: modules/custom-redirection/custom-redirection.php:195
504
  msgid "Referer"
505
  msgstr ""
506
 
507
+ #: modules/custom-redirection/custom-redirection.php:184
508
  msgid ""
509
  "Check this option to send the user back to the page they were visiting "
510
  "before logging in."
511
  msgstr ""
512
 
513
+ #: modules/custom-redirection/custom-redirection.php:187
514
+ #: modules/custom-redirection/custom-redirection.php:199
515
  msgid ""
516
  "Check this option to send the user to a custom location, specified by the "
517
  "textbox above."
518
  msgstr ""
519
 
520
+ #: modules/custom-redirection/custom-redirection.php:191
521
+ #: includes/class-theme-my-login-template.php:332
522
+ msgid "Log out"
523
+ msgstr ""
524
+
525
+ #: modules/custom-redirection/custom-redirection.php:194
526
  msgid ""
527
  "Check this option to send the user to the log in page, displaying a message "
528
  "that they have successfully logged out."
529
  msgstr ""
530
 
531
+ #: modules/custom-redirection/custom-redirection.php:196
532
  msgid ""
533
  "Check this option to send the user back to the page they were visiting "
534
  "before logging out. (Note: If the previous page being visited was an admin "
535
  "page, this can have unexpected results.)"
536
  msgstr ""
537
 
538
+ #: modules/security/admin/security-admin.php:30
539
+ #: modules/security/admin/security-admin.php:33
540
+ #: modules/user-moderation/admin/user-moderation-admin.php:34
541
+ #: modules/user-moderation/admin/user-moderation-admin.php:44
542
+ msgid "You can&#8217;t edit that user."
543
  msgstr ""
544
 
545
+ #: modules/security/admin/security-admin.php:65
546
+ msgid "User locked."
 
 
547
  msgstr ""
548
 
549
+ #: modules/security/admin/security-admin.php:67
550
+ msgid "User unlocked."
 
 
551
  msgstr ""
552
 
553
+ #: modules/security/admin/security-admin.php:90
554
+ msgid "Unlock"
555
  msgstr ""
556
 
557
+ #: modules/security/admin/security-admin.php:92
558
+ msgid "Lock"
559
  msgstr ""
560
 
561
+ #: modules/security/admin/security-admin.php:111
562
+ msgid "Security"
563
  msgstr ""
564
 
565
+ #: modules/security/admin/security-admin.php:129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
566
  msgid "Login Attempts"
567
  msgstr ""
568
 
569
+ #: modules/security/admin/security-admin.php:134
570
  msgid "minute(s)"
571
  msgstr ""
572
 
573
+ #: modules/security/admin/security-admin.php:135
574
  msgid "hour(s)"
575
  msgstr ""
576
 
577
+ #: modules/security/admin/security-admin.php:136
578
  msgid "day(s)"
579
  msgstr ""
580
 
581
+ #: modules/security/admin/security-admin.php:159
 
582
  msgid ""
583
  "After %1$s failed login attempts within %2$s %3$s, lockout the account for %4"
584
  "$s %5$s."
585
  msgstr ""
586
 
587
  #: modules/security/security.php:43 modules/security/security.php:69
 
588
  msgid ""
589
  "<strong>ERROR</strong>: This account has been locked because of too many "
590
  "failed login attempts. You may try again in %s."
594
  msgid "<strong>ERROR</strong>: This account has been locked."
595
  msgstr ""
596
 
597
+ #: modules/custom-user-links/admin/custom-user-links-admin.php:139
598
+ msgid "User Links"
 
599
  msgstr ""
600
 
601
+ #: modules/custom-user-links/admin/custom-user-links-admin.php:229
602
+ #: modules/custom-user-links/admin/custom-user-links-admin.php:252
603
+ #: modules/custom-user-links/admin/custom-user-links-admin.php:297
604
+ msgid "Title"
605
  msgstr ""
606
 
607
+ #: modules/custom-user-links/admin/custom-user-links-admin.php:230
608
+ #: modules/custom-user-links/admin/custom-user-links-admin.php:253
609
+ #: modules/custom-user-links/admin/custom-user-links-admin.php:301
610
+ msgid "URL"
611
  msgstr ""
612
 
613
+ #: modules/custom-user-links/admin/custom-user-links-admin.php:247
614
+ msgid "Add New link:"
 
 
615
  msgstr ""
616
 
617
+ #: modules/custom-user-links/admin/custom-user-links-admin.php:263
618
+ msgid "Add link"
619
  msgstr ""
620
 
621
+ #: modules/custom-user-links/admin/custom-user-links-admin.php:303
622
+ msgid "Delete"
623
  msgstr ""
624
 
625
+ #: modules/custom-user-links/admin/custom-user-links-admin.php:304
626
+ msgid "Update"
627
  msgstr ""
628
 
629
+ #: modules/custom-user-links/custom-user-links.php:75
630
+ #: includes/class-theme-my-login-template.php:313
631
+ msgid "Dashboard"
632
  msgstr ""
633
 
634
+ #: modules/custom-user-links/custom-user-links.php:76
635
+ #: includes/class-theme-my-login-template.php:314
636
+ msgid "Profile"
637
  msgstr ""
638
 
639
+ #: modules/custom-passwords/custom-passwords.php:29
640
+ #: modules/custom-passwords/custom-passwords.php:54
641
+ #: includes/class-theme-my-login-ms-signup.php:436
642
+ msgid "Password:"
643
  msgstr ""
644
 
645
+ #: modules/custom-passwords/custom-passwords.php:31
646
+ #: modules/custom-passwords/custom-passwords.php:61
647
+ msgid "Confirm Password:"
648
  msgstr ""
649
 
650
+ #: modules/custom-passwords/custom-passwords.php:59
651
+ msgid "(Must be at least 6 characters.)"
652
  msgstr ""
653
 
654
+ #: modules/custom-passwords/custom-passwords.php:63
655
+ msgid "Confirm that you've typed your password correctly."
 
656
  msgstr ""
657
 
658
+ #: modules/custom-passwords/custom-passwords.php:101
659
+ msgid "<strong>ERROR</strong>: Please enter a password."
 
660
  msgstr ""
661
 
662
+ #: modules/custom-passwords/custom-passwords.php:104
663
+ msgid "<strong>ERROR</strong>: Your passwords do not match."
 
664
  msgstr ""
665
 
666
+ #: modules/custom-passwords/custom-passwords.php:107
667
+ msgid ""
668
+ "<strong>ERROR</strong>: Your password must be at least 6 characters in "
669
+ "length."
670
  msgstr ""
671
 
672
+ #: modules/custom-passwords/custom-passwords.php:228
673
+ msgid "Registration complete. You may now log in."
 
674
  msgstr ""
675
 
676
+ #: modules/custom-email/admin/custom-email-admin.php:44
677
+ #: modules/custom-email/admin/custom-email-admin.php:259
678
+ msgid "User Notification"
679
  msgstr ""
680
 
681
+ #: modules/custom-email/admin/custom-email-admin.php:47
682
+ msgid "This e-mail will be sent to a new user upon registration."
683
  msgstr ""
684
 
685
+ #: modules/custom-email/admin/custom-email-admin.php:48
686
+ #: modules/custom-email/admin/custom-email-admin.php:263
687
+ msgid ""
688
+ "Please be sure to include the variable %user_pass% if using default "
689
+ "passwords or else the user will not know their password!"
690
  msgstr ""
691
 
692
+ #: modules/custom-email/admin/custom-email-admin.php:49
693
+ #: modules/custom-email/admin/custom-email-admin.php:79
694
+ #: modules/custom-email/admin/custom-email-admin.php:127
695
+ #: modules/custom-email/admin/custom-email-admin.php:171
696
+ #: modules/custom-email/admin/custom-email-admin.php:219
697
+ #: modules/custom-email/admin/custom-email-admin.php:264
698
+ #: modules/custom-email/admin/custom-email-admin.php:294
699
+ #: modules/custom-email/admin/custom-email-admin.php:341
700
+ msgid "If any field is left empty, the default will be used instead."
701
  msgstr ""
702
 
703
+ #: modules/custom-email/admin/custom-email-admin.php:52
704
+ #: modules/custom-email/admin/custom-email-admin.php:85
705
+ #: modules/custom-email/admin/custom-email-admin.php:130
706
+ #: modules/custom-email/admin/custom-email-admin.php:177
707
+ #: modules/custom-email/admin/custom-email-admin.php:222
708
+ #: modules/custom-email/admin/custom-email-admin.php:267
709
+ #: modules/custom-email/admin/custom-email-admin.php:300
710
+ #: modules/custom-email/admin/custom-email-admin.php:344
711
+ msgid "From Name"
712
  msgstr ""
713
 
714
+ #: modules/custom-email/admin/custom-email-admin.php:55
715
+ #: modules/custom-email/admin/custom-email-admin.php:88
716
+ #: modules/custom-email/admin/custom-email-admin.php:133
717
+ #: modules/custom-email/admin/custom-email-admin.php:180
718
+ #: modules/custom-email/admin/custom-email-admin.php:225
719
+ #: modules/custom-email/admin/custom-email-admin.php:270
720
+ #: modules/custom-email/admin/custom-email-admin.php:303
721
+ #: modules/custom-email/admin/custom-email-admin.php:347
722
+ msgid "From E-mail"
723
  msgstr ""
724
 
725
+ #: modules/custom-email/admin/custom-email-admin.php:58
726
+ #: modules/custom-email/admin/custom-email-admin.php:91
727
+ #: modules/custom-email/admin/custom-email-admin.php:136
728
+ #: modules/custom-email/admin/custom-email-admin.php:183
729
+ #: modules/custom-email/admin/custom-email-admin.php:228
730
+ #: modules/custom-email/admin/custom-email-admin.php:273
731
+ #: modules/custom-email/admin/custom-email-admin.php:306
732
+ #: modules/custom-email/admin/custom-email-admin.php:350
733
+ msgid "E-mail Format"
734
  msgstr ""
735
 
736
+ #: modules/custom-email/admin/custom-email-admin.php:60
737
+ #: modules/custom-email/admin/custom-email-admin.php:93
738
+ #: modules/custom-email/admin/custom-email-admin.php:138
739
+ #: modules/custom-email/admin/custom-email-admin.php:185
740
+ #: modules/custom-email/admin/custom-email-admin.php:230
741
+ #: modules/custom-email/admin/custom-email-admin.php:275
742
+ #: modules/custom-email/admin/custom-email-admin.php:308
743
+ #: modules/custom-email/admin/custom-email-admin.php:352
744
+ msgid "Plain Text"
745
+ msgstr ""
746
+
747
+ #: modules/custom-email/admin/custom-email-admin.php:61
748
+ #: modules/custom-email/admin/custom-email-admin.php:94
749
+ #: modules/custom-email/admin/custom-email-admin.php:139
750
+ #: modules/custom-email/admin/custom-email-admin.php:186
751
+ #: modules/custom-email/admin/custom-email-admin.php:231
752
+ #: modules/custom-email/admin/custom-email-admin.php:276
753
+ #: modules/custom-email/admin/custom-email-admin.php:309
754
+ #: modules/custom-email/admin/custom-email-admin.php:353
755
+ msgid "HTML"
756
+ msgstr ""
757
+
758
+ #: modules/custom-email/admin/custom-email-admin.php:64
759
+ #: modules/custom-email/admin/custom-email-admin.php:97
760
+ #: modules/custom-email/admin/custom-email-admin.php:142
761
+ #: modules/custom-email/admin/custom-email-admin.php:189
762
+ #: modules/custom-email/admin/custom-email-admin.php:234
763
+ #: modules/custom-email/admin/custom-email-admin.php:279
764
+ #: modules/custom-email/admin/custom-email-admin.php:312
765
+ #: modules/custom-email/admin/custom-email-admin.php:356
766
+ msgid "Subject"
767
+ msgstr ""
768
+
769
+ #: modules/custom-email/admin/custom-email-admin.php:67
770
+ #: modules/custom-email/admin/custom-email-admin.php:100
771
+ #: modules/custom-email/admin/custom-email-admin.php:145
772
+ #: modules/custom-email/admin/custom-email-admin.php:192
773
+ #: modules/custom-email/admin/custom-email-admin.php:237
774
+ #: modules/custom-email/admin/custom-email-admin.php:282
775
+ #: modules/custom-email/admin/custom-email-admin.php:315
776
+ #: modules/custom-email/admin/custom-email-admin.php:359
777
+ msgid "Message"
778
+ msgstr ""
779
+
780
+ #: modules/custom-email/admin/custom-email-admin.php:70
781
+ #: modules/custom-email/admin/custom-email-admin.php:103
782
+ #: modules/custom-email/admin/custom-email-admin.php:148
783
+ #: modules/custom-email/admin/custom-email-admin.php:195
784
+ #: modules/custom-email/admin/custom-email-admin.php:240
785
+ #: modules/custom-email/admin/custom-email-admin.php:285
786
+ #: modules/custom-email/admin/custom-email-admin.php:318
787
+ #: modules/custom-email/admin/custom-email-admin.php:362
788
+ msgid "Available Variables"
789
+ msgstr ""
790
+
791
+ #: modules/custom-email/admin/custom-email-admin.php:75
792
+ #: modules/custom-email/admin/custom-email-admin.php:167
793
+ #: modules/custom-email/admin/custom-email-admin.php:290
794
+ msgid "Admin Notification"
795
  msgstr ""
796
 
797
+ #: modules/custom-email/admin/custom-email-admin.php:78
798
  msgid ""
799
+ "This e-mail will be sent to the e-mail address or addresses (multiple "
800
+ "addresses may be separated by commas) specified below, upon new user "
801
+ "registration."
802
  msgstr ""
803
 
804
+ #: modules/custom-email/admin/custom-email-admin.php:82
805
+ #: modules/custom-email/admin/custom-email-admin.php:174
806
+ #: modules/custom-email/admin/custom-email-admin.php:297
807
+ msgid "To"
808
  msgstr ""
809
 
810
+ #: modules/custom-email/admin/custom-email-admin.php:125
811
  msgid ""
812
+ "This e-mail will be sent to a user when they attempt to recover their "
813
+ "password."
814
  msgstr ""
815
 
816
+ #: modules/custom-email/admin/custom-email-admin.php:126
817
+ msgid ""
818
+ "Please be sure to include the variable %reseturl% or else the user will not "
819
+ "be able to recover their password!"
820
+ msgstr ""
821
+
822
+ #: modules/custom-email/admin/custom-email-admin.php:170
823
+ msgid ""
824
+ "This e-mail will be sent to the e-mail address or addresses (multiple "
825
+ "addresses may be separated by commas) specified below, upon user password "
826
+ "change."
827
+ msgstr ""
828
+
829
+ #: modules/custom-email/admin/custom-email-admin.php:197
830
+ #: modules/custom-email/admin/custom-email-admin.php:320
831
+ msgid "Disable Admin Notification"
832
+ msgstr ""
833
+
834
+ #: modules/custom-email/admin/custom-email-admin.php:217
835
  msgid ""
836
  "This e-mail will be sent to a new user upon registration when \"E-mail "
837
  "Confirmation\" is checked for \"User Moderation\"."
838
  msgstr ""
839
 
840
+ #: modules/custom-email/admin/custom-email-admin.php:218
841
  msgid ""
842
  "Please be sure to include the variable %activateurl% or else the user will "
843
  "not be able to activate their account!"
844
  msgstr ""
845
 
846
+ #: modules/custom-email/admin/custom-email-admin.php:262
847
  msgid ""
848
  "This e-mail will be sent to a new user upon admin approval when \"Admin "
849
  "Approval\" is checked for \"User Moderation\"."
850
  msgstr ""
851
 
852
+ #: modules/custom-email/admin/custom-email-admin.php:293
853
  msgid ""
854
  "This e-mail will be sent to the e-mail address or addresses (multiple "
855
  "addresses may be separated by commas) specified below upon user registration "
856
  "when \"Admin Approval\" is checked for \"User Moderation\"."
857
  msgstr ""
858
 
859
+ #: modules/custom-email/admin/custom-email-admin.php:340
860
  msgid ""
861
  "This e-mail will be sent to a user who is deleted/denied when \"Admin "
862
  "Approval\" is checked for \"User Moderation\" and the user's role is "
863
  "\"Pending\"."
864
  msgstr ""
865
 
866
+ #: modules/custom-email/admin/custom-email-admin.php:382
867
+ msgid "New User"
868
+ msgstr ""
869
+
870
+ #: modules/custom-email/admin/custom-email-admin.php:383
871
+ msgid "Retrieve Password"
872
+ msgstr ""
873
+
874
+ #: modules/custom-email/admin/custom-email-admin.php:386
875
+ msgid "User Activation"
876
+ msgstr ""
877
+
878
+ #: modules/custom-email/admin/custom-email-admin.php:387
879
+ msgid "User Approval"
880
+ msgstr ""
881
+
882
+ #: modules/custom-email/admin/custom-email-admin.php:388
883
+ msgid "User Denial"
884
+ msgstr ""
885
+
886
+ #: modules/custom-email/custom-email.php:643
887
+ msgid "New user registration on your site %s:"
888
+ msgstr ""
889
+
890
+ #: modules/custom-email/custom-email.php:644
891
+ #: modules/custom-email/custom-email.php:661
892
+ #: modules/user-moderation/admin/user-moderation-admin.php:162
893
+ #: modules/user-moderation/user-moderation.php:347
894
+ #: includes/class-theme-my-login.php:894
895
+ msgid "Username: %s"
896
+ msgstr ""
897
+
898
+ #: modules/custom-email/custom-email.php:645
899
+ #: modules/user-moderation/user-moderation.php:348
900
+ msgid "E-mail: %s"
901
+ msgstr ""
902
+
903
+ #: modules/custom-email/custom-email.php:647
904
+ msgid "[%s] New User Registration"
905
+ msgstr ""
906
+
907
+ #: modules/custom-email/custom-email.php:662
908
+ #: modules/user-moderation/admin/user-moderation-admin.php:163
909
+ msgid "Password: %s"
910
+ msgstr ""
911
+
912
+ #: modules/custom-email/custom-email.php:665
913
+ msgid "[%s] Your username and password"
914
+ msgstr ""
915
+
916
+ #: modules/custom-email/custom-email.php:695
917
+ msgid "[%s] Password Lost/Changed"
918
+ msgstr ""
919
+
920
+ #: modules/custom-email/custom-email.php:696
921
+ msgid "Password Lost and Changed for user: %s"
922
+ msgstr ""
923
+
924
+ #: modules/themed-profiles/themed-profiles.php:93
925
+ #: includes/class-theme-my-login.php:263
926
+ msgid "Very weak"
927
+ msgstr ""
928
+
929
+ #: modules/themed-profiles/themed-profiles.php:94
930
+ #: includes/class-theme-my-login.php:264
931
+ msgid "Weak"
932
+ msgstr ""
933
+
934
+ #: modules/themed-profiles/themed-profiles.php:96
935
+ #: includes/class-theme-my-login.php:266
936
+ msgctxt "password strength"
937
+ msgid "Medium"
938
+ msgstr ""
939
+
940
+ #: modules/themed-profiles/themed-profiles.php:97
941
+ #: includes/class-theme-my-login.php:267
942
+ msgid "Strong"
943
+ msgstr ""
944
+
945
+ #: modules/themed-profiles/themed-profiles.php:107
946
+ msgid "You do not have permission to edit this user."
947
+ msgstr ""
948
+
949
+ #: modules/themed-profiles/themed-profiles.php:123
950
+ msgid "Profile updated."
951
+ msgstr ""
952
+
953
+ #: modules/themed-profiles/themed-profiles.php:193
954
+ msgid "Your Profile"
955
+ msgstr ""
956
+
957
+ #: modules/user-moderation/admin/user-moderation-admin.php:53
958
+ #: modules/user-moderation/admin/user-moderation-admin.php:172
959
+ #: modules/user-moderation/admin/user-moderation-admin.php:207
960
+ #: includes/class-theme-my-login.php:912
961
+ msgid "The e-mail could not be sent."
962
+ msgstr ""
963
+
964
+ #: modules/user-moderation/admin/user-moderation-admin.php:53
965
+ #: modules/user-moderation/admin/user-moderation-admin.php:172
966
+ #: modules/user-moderation/admin/user-moderation-admin.php:207
967
+ #: includes/class-theme-my-login.php:912
968
+ msgid "Possible reason: your host may have disabled the mail() function..."
969
+ msgstr ""
970
+
971
+ #: modules/user-moderation/admin/user-moderation-admin.php:75
972
+ msgid "User approved."
973
+ msgstr ""
974
+
975
+ #: modules/user-moderation/admin/user-moderation-admin.php:77
976
+ msgid "Activation sent."
977
+ msgstr ""
978
+
979
+ #: modules/user-moderation/admin/user-moderation-admin.php:103
980
+ msgid "Resend Activation"
981
+ msgstr ""
982
+
983
+ #: modules/user-moderation/admin/user-moderation-admin.php:108
984
+ msgid "Approve"
985
+ msgstr ""
986
+
987
+ #: modules/user-moderation/admin/user-moderation-admin.php:161
988
+ msgid "You have been approved access to %s"
989
+ msgstr ""
990
+
991
+ #: modules/user-moderation/admin/user-moderation-admin.php:166
992
+ msgid "[%s] Registration Approved"
993
+ msgstr ""
994
+
995
+ #: modules/user-moderation/admin/user-moderation-admin.php:200
996
+ msgid "You have been denied access to %s"
997
+ msgstr ""
998
+
999
+ #: modules/user-moderation/admin/user-moderation-admin.php:201
1000
+ msgid "[%s] Registration Denied"
1001
+ msgstr ""
1002
+
1003
+ #: modules/user-moderation/admin/user-moderation-admin.php:223
1004
+ msgid "Moderation"
1005
+ msgstr ""
1006
+
1007
+ #: modules/user-moderation/admin/user-moderation-admin.php:238
1008
+ msgid "User Moderation"
1009
+ msgstr ""
1010
+
1011
+ #: modules/user-moderation/admin/user-moderation-admin.php:241
1012
+ msgid "None"
1013
+ msgstr ""
1014
+
1015
+ #: modules/user-moderation/admin/user-moderation-admin.php:242
1016
+ msgid "Check this option to require no moderation."
1017
+ msgstr ""
1018
+
1019
+ #: modules/user-moderation/admin/user-moderation-admin.php:244
1020
+ msgid "E-mail Confirmation"
1021
+ msgstr ""
1022
+
1023
+ #: modules/user-moderation/admin/user-moderation-admin.php:245
1024
+ msgid ""
1025
+ "Check this option to require new users to confirm their e-mail address "
1026
+ "before they may log in."
1027
+ msgstr ""
1028
+
1029
+ #: modules/user-moderation/admin/user-moderation-admin.php:247
1030
+ msgid "Admin Approval"
1031
+ msgstr ""
1032
+
1033
+ #: modules/user-moderation/admin/user-moderation-admin.php:248
1034
+ msgid ""
1035
+ "Check this option to require new users to be approved by an administrator "
1036
+ "before they may log in."
1037
+ msgstr ""
1038
+
1039
+ #: modules/user-moderation/admin/user-moderation-admin.php:263
1040
+ msgid "User Moderation is not currently compatible with multisite."
1041
+ msgstr ""
1042
+
1043
+ #: modules/user-moderation/user-moderation.php:148
1044
  msgid ""
1045
  "<strong>ERROR</strong>: You have not yet confirmed your e-mail address. <a "
1046
  "href=\"%s\">Resend activation</a>?"
1047
  msgstr ""
1048
 
1049
+ #: modules/user-moderation/user-moderation.php:151
1050
  msgid "<strong>ERROR</strong>: Your registration has not yet been approved."
1051
  msgstr ""
1052
 
1053
+ #: modules/user-moderation/user-moderation.php:221
1054
+ #: modules/user-moderation/user-moderation.php:224
1055
+ #: modules/user-moderation/user-moderation.php:229
1056
+ #: includes/class-theme-my-login.php:935 includes/class-theme-my-login.php:938
1057
+ #: includes/class-theme-my-login.php:943
1058
+ msgid "Invalid key"
1059
+ msgstr ""
1060
+
1061
+ #: modules/user-moderation/user-moderation.php:311
1062
  msgid "[%s] Activate Your Account"
1063
  msgstr ""
1064
 
1065
+ #: modules/user-moderation/user-moderation.php:312
 
1066
  msgid ""
1067
  "Thanks for registering at %s! To complete the activation of your account "
1068
  "please click the following link: "
1069
  msgstr ""
1070
 
1071
+ #: modules/user-moderation/user-moderation.php:344
 
1072
  msgid "[%s] New User Awaiting Approval"
1073
  msgstr ""
1074
 
1075
+ #: modules/user-moderation/user-moderation.php:346
 
1076
  msgid "New user requires approval on your blog %s:"
1077
  msgstr ""
1078
 
1079
+ #: modules/user-moderation/user-moderation.php:349
1080
  msgid "To approve or deny this user:"
1081
  msgstr ""
1082
 
1083
+ #: modules/user-moderation/user-moderation.php:370
1084
  msgid ""
1085
  "Your registration was successful but you must now confirm your email address "
1086
  "before you can log in. Please check your email and click on the link "
1087
  "provided."
1088
  msgstr ""
1089
 
1090
+ #: modules/user-moderation/user-moderation.php:372
1091
  msgid ""
1092
  "Your registration was successful but you must now be approved by an "
1093
  "administrator before you can log in. You will be notified by e-mail once "
1094
  "your account has been reviewed."
1095
  msgstr ""
1096
 
1097
+ #: modules/user-moderation/user-moderation.php:375
1098
  msgid "Your account has been activated. You may now log in."
1099
  msgstr ""
1100
 
1101
+ #: modules/user-moderation/user-moderation.php:377
1102
  msgid ""
1103
  "Your account has been activated. Please check your e-mail for your password."
1104
  msgstr ""
1105
 
1106
+ #: modules/user-moderation/user-moderation.php:379
1107
  msgid "<strong>ERROR</strong>: Sorry, that key does not appear to be valid."
1108
  msgstr ""
1109
 
1110
+ #: modules/user-moderation/user-moderation.php:382
1111
  msgid "<strong>ERROR</strong>: Sorry, the activation e-mail could not be sent."
1112
  msgstr ""
1113
 
1114
+ #: modules/user-moderation/user-moderation.php:384
1115
  msgid ""
1116
  "The activation e-mail has been sent to the e-mail address with which you "
1117
  "registered. Please check your email and click on the link provided."
1118
  msgstr ""
1119
 
1120
+ #: includes/class-theme-my-login-widget.php:23
1121
+ msgid "A login form for your blog."
 
1122
  msgstr ""
1123
 
1124
+ #: includes/class-theme-my-login-widget.php:85
1125
+ msgid "Login"
1126
  msgstr ""
1127
 
1128
+ #: includes/class-theme-my-login-widget.php:85
1129
+ #: includes/class-theme-my-login-template.php:147
1130
+ msgid "Lost Password"
1131
  msgstr ""
1132
 
1133
+ #: includes/class-theme-my-login-widget.php:86
1134
+ msgid "Default Action"
1135
  msgstr ""
1136
 
1137
+ #: includes/class-theme-my-login-widget.php:93
1138
+ msgid "Show When Logged In"
1139
  msgstr ""
1140
 
1141
+ #: includes/class-theme-my-login-widget.php:95
1142
+ msgid "Show Title"
1143
  msgstr ""
1144
 
1145
+ #: includes/class-theme-my-login-widget.php:97
1146
+ msgid "Show Login Link"
1147
  msgstr ""
1148
 
1149
+ #: includes/class-theme-my-login-widget.php:99
1150
+ msgid "Show Register Link"
1151
  msgstr ""
1152
 
1153
+ #: includes/class-theme-my-login-widget.php:101
1154
+ msgid "Show Lost Password Link"
1155
  msgstr ""
1156
 
1157
+ #: includes/class-theme-my-login-widget.php:103
1158
+ msgid "Show Gravatar"
1159
  msgstr ""
1160
 
1161
+ #: includes/class-theme-my-login-widget.php:104
1162
+ msgid "Gravatar Size"
1163
  msgstr ""
1164
 
1165
+ #: includes/class-theme-my-login-widget.php:106
1166
+ msgid "Allow Registration"
1167
  msgstr ""
1168
 
1169
+ #: includes/class-theme-my-login-widget.php:108
1170
+ msgid "Allow Password Recovery"
1171
  msgstr ""
1172
 
1173
+ #: includes/class-theme-my-login.php:230
1174
+ msgid "Sorry, that key does not appear to be valid."
1175
  msgstr ""
1176
 
1177
+ #: includes/class-theme-my-login.php:246
1178
+ msgid "Your passwords do not match."
1179
  msgstr ""
1180
 
1181
+ #: includes/class-theme-my-login.php:363
1182
+ msgid ""
1183
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
1184
+ "browser. You must <a href=\"http://www.google.com/cookies.html\">enable "
1185
+ "cookies</a> to use WordPress."
1186
  msgstr ""
1187
 
1188
+ #: includes/class-theme-my-login.php:367
1189
+ msgid "You are now logged out."
1190
+ msgstr ""
1191
+
1192
+ #: includes/class-theme-my-login.php:369
1193
+ msgid "User registration is currently not allowed."
1194
+ msgstr ""
1195
+
1196
+ #: includes/class-theme-my-login.php:371
1197
+ msgid "Check your e-mail for the confirmation link."
1198
+ msgstr ""
1199
+
1200
+ #: includes/class-theme-my-login.php:373
1201
+ msgid "Your password has been reset."
1202
+ msgstr ""
1203
+
1204
+ #: includes/class-theme-my-login.php:375
1205
+ msgid "Registration complete. Please check your e-mail."
1206
+ msgstr ""
1207
+
1208
+ #: includes/class-theme-my-login.php:377
1209
+ msgid "Your session has expired. Please log-in again."
1210
+ msgstr ""
1211
+
1212
+ #: includes/class-theme-my-login.php:379
1213
+ msgid "Please log in to continue."
1214
+ msgstr ""
1215
+
1216
+ #: includes/class-theme-my-login.php:467
1217
+ msgid "Log Out"
1218
  msgstr ""
1219
 
1220
+ #: includes/class-theme-my-login.php:849
1221
+ msgid "<strong>ERROR</strong>: Enter a username or e-mail address."
1222
+ msgstr ""
1223
+
1224
+ #: includes/class-theme-my-login.php:854
1225
  msgid ""
1226
+ "<strong>ERROR</strong>: There is no user registered with that email address."
 
1227
  msgstr ""
1228
 
1229
+ #: includes/class-theme-my-login.php:866
1230
+ msgid "<strong>ERROR</strong>: Invalid username or e-mail."
1231
  msgstr ""
1232
 
1233
+ #: includes/class-theme-my-login.php:880
1234
+ msgid "Password reset is not allowed for this user"
1235
+ msgstr ""
1236
+
1237
+ #: includes/class-theme-my-login.php:892
1238
  msgid ""
1239
+ "Someone has asked to reset the password for the following site and username."
 
1240
  msgstr ""
1241
 
1242
+ #: includes/class-theme-my-login.php:895
1243
+ msgid ""
1244
+ "To reset your password visit the following address, otherwise just ignore "
1245
+ "this email and nothing will happen."
1246
  msgstr ""
1247
 
1248
+ #: includes/class-theme-my-login.php:906
1249
+ msgid "[%s] Password Reset"
1250
+ msgstr ""
1251
+
1252
+ #: includes/class-theme-my-login.php:983
1253
+ msgid "<strong>ERROR</strong>: Please enter a username."
1254
+ msgstr ""
1255
+
1256
+ #: includes/class-theme-my-login.php:985
1257
  msgid ""
1258
+ "<strong>ERROR</strong>: This username is invalid because it uses illegal "
1259
+ "characters. Please enter a valid username."
 
1260
  msgstr ""
1261
 
1262
+ #: includes/class-theme-my-login.php:988
1263
+ msgid ""
1264
+ "<strong>ERROR</strong>: This username is already registered, please choose "
1265
+ "another one."
1266
  msgstr ""
1267
 
1268
+ #: includes/class-theme-my-login.php:993
1269
+ msgid "<strong>ERROR</strong>: Please type your e-mail address."
1270
  msgstr ""
1271
 
1272
+ #: includes/class-theme-my-login.php:995
1273
+ msgid "<strong>ERROR</strong>: The email address isn&#8217;t correct."
1274
  msgstr ""
1275
 
1276
+ #: includes/class-theme-my-login.php:998
1277
+ msgid ""
1278
+ "<strong>ERROR</strong>: This email is already registered, please choose "
1279
+ "another one."
1280
+ msgstr ""
1281
+
1282
+ #: includes/class-theme-my-login.php:1011
1283
+ msgid ""
1284
+ "<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a "
1285
+ "href=\"mailto:%s\">webmaster</a> !"
1286
+ msgstr ""
1287
+
1288
+ #: includes/class-theme-my-login-template.php:137
1289
+ msgid "Welcome, %s"
1290
+ msgstr ""
1291
+
1292
+ #: includes/class-theme-my-login-template.php:361
1293
+ msgid "Register For This Site"
1294
+ msgstr ""
1295
+
1296
+ #: includes/class-theme-my-login-template.php:364
1297
+ msgid ""
1298
+ "Please enter your username or email address. You will receive a link to "
1299
+ "create a new password via email."
1300
+ msgstr ""
1301
+
1302
+ #: includes/class-theme-my-login-template.php:367
1303
+ msgid "Enter your new password below."
1304
+ msgstr ""
1305
+
1306
+ #: includes/class-theme-my-login-ms-signup.php:112
1307
+ msgctxt "Multisite active signup type"
1308
+ msgid "all"
1309
+ msgstr ""
1310
+
1311
+ #: includes/class-theme-my-login-ms-signup.php:113
1312
+ msgctxt "Multisite active signup type"
1313
+ msgid "none"
1314
+ msgstr ""
1315
+
1316
+ #: includes/class-theme-my-login-ms-signup.php:114
1317
+ msgctxt "Multisite active signup type"
1318
+ msgid "blog"
1319
+ msgstr ""
1320
+
1321
+ #: includes/class-theme-my-login-ms-signup.php:115
1322
+ msgctxt "Multisite active signup type"
1323
+ msgid "user"
1324
+ msgstr ""
1325
+
1326
+ #: includes/class-theme-my-login-ms-signup.php:118
1327
+ msgid ""
1328
+ "Greetings Site Administrator! You are currently allowing &#8220;%s&#8221; "
1329
+ "registrations. To change or disable registration go to your <a href=\"%s"
1330
+ "\">Options page</a>."
1331
+ msgstr ""
1332
+
1333
+ #: includes/class-theme-my-login-ms-signup.php:124
1334
+ msgid "Registration has been disabled."
1335
+ msgstr ""
1336
+
1337
+ #: includes/class-theme-my-login-ms-signup.php:126
1338
+ msgid ""
1339
+ "You must first <a href=\"%s\">log in</a>, and then you can create a new site."
1340
+ msgstr ""
1341
+
1342
+ #: includes/class-theme-my-login-ms-signup.php:150
1343
+ msgid "%s is your new username"
1344
+ msgstr ""
1345
+
1346
+ #: includes/class-theme-my-login-ms-signup.php:151
1347
+ msgid ""
1348
+ "But, before you can start using your new username, <strong>you must activate "
1349
+ "it</strong>."
1350
+ msgstr ""
1351
+
1352
+ #: includes/class-theme-my-login-ms-signup.php:152
1353
+ msgid "Check your inbox at <strong>%1$s</strong> and click the link given."
1354
+ msgstr ""
1355
+
1356
+ #: includes/class-theme-my-login-ms-signup.php:153
1357
+ msgid ""
1358
+ "If you do not activate your username within two days, you will have to sign "
1359
+ "up again."
1360
+ msgstr ""
1361
+
1362
+ #: includes/class-theme-my-login-ms-signup.php:157
1363
+ msgid "User registration has been disabled."
1364
+ msgstr ""
1365
+
1366
+ #: includes/class-theme-my-login-ms-signup.php:189
1367
+ msgid "Congratulations! Your new site, %s, is almost ready."
1368
  msgstr ""
1369
 
1370
+ #: includes/class-theme-my-login-ms-signup.php:191
1371
+ msgid ""
1372
+ "But, before you can start using your site, <strong>you must activate it</"
1373
+ "strong>."
1374
+ msgstr ""
1375
+
1376
+ #: includes/class-theme-my-login-ms-signup.php:192
1377
+ msgid "Check your inbox at <strong>%s</strong> and click the link given."
1378
+ msgstr ""
1379
+
1380
+ #: includes/class-theme-my-login-ms-signup.php:193
1381
+ msgid ""
1382
+ "If you do not activate your site within two days, you will have to sign up "
1383
+ "again."
1384
+ msgstr ""
1385
+
1386
+ #: includes/class-theme-my-login-ms-signup.php:194
1387
+ msgid "Still waiting for your email?"
1388
+ msgstr ""
1389
+
1390
+ #: includes/class-theme-my-login-ms-signup.php:196
1391
+ msgid ""
1392
+ "If you haven&#8217;t received your email yet, there are a number of things "
1393
+ "you can do:"
1394
+ msgstr ""
1395
+
1396
+ #: includes/class-theme-my-login-ms-signup.php:198
1397
+ msgid ""
1398
+ "Wait a little longer. Sometimes delivery of email can be delayed by "
1399
+ "processes outside of our control."
1400
+ msgstr ""
1401
+
1402
+ #: includes/class-theme-my-login-ms-signup.php:199
1403
+ msgid ""
1404
+ "Check the junk or spam folder of your email client. Sometime emails wind up "
1405
+ "there by mistake."
1406
+ msgstr ""
1407
+
1408
+ #: includes/class-theme-my-login-ms-signup.php:200
1409
+ msgid ""
1410
+ "Have you entered your email correctly? You have entered %s, if it&#8217;s "
1411
+ "incorrect, you will not receive your email."
1412
+ msgstr ""
1413
+
1414
+ #: includes/class-theme-my-login-ms-signup.php:206
1415
+ msgid "Site registration has been disabled."
1416
+ msgstr ""
1417
+
1418
+ #: includes/class-theme-my-login-ms-signup.php:230
1419
+ msgid "The site %s is yours."
1420
+ msgstr ""
1421
+
1422
+ #: includes/class-theme-my-login-ms-signup.php:232
1423
+ msgid ""
1424
+ "<a href=\"http://%1$s\">http://%2$s</a> is your new site. <a href=\"%3$s"
1425
+ "\">Log in</a> as &#8220;%4$s&#8221; using your existing password."
1426
+ msgstr ""
1427
+
1428
+ #: includes/class-theme-my-login-ms-signup.php:248
1429
+ msgid "Sorry, new registrations are not allowed at this time."
1430
+ msgstr ""
1431
+
1432
+ #: includes/class-theme-my-login-ms-signup.php:250
1433
+ msgid "You are logged in already. No need to register again!"
1434
+ msgstr ""
1435
+
1436
+ #: includes/class-theme-my-login-ms-signup.php:256
1437
+ msgid ""
1438
+ "<p><em>The site you were looking for, <strong>%s</strong> does not exist, "
1439
+ "but you can create it now!</em></p>"
1440
+ msgstr ""
1441
+
1442
+ #: includes/class-theme-my-login-ms-signup.php:258
1443
+ msgid ""
1444
+ "<p><em>The site you were looking for, <strong>%s</strong>, does not exist.</"
1445
+ "em></p>"
1446
+ msgstr ""
1447
+
1448
+ #: includes/class-theme-my-login-ms-signup.php:393
1449
+ msgid "Activation Key Required"
1450
+ msgstr ""
1451
+
1452
+ #: includes/class-theme-my-login-ms-signup.php:396
1453
+ msgid "Activation Key:"
1454
+ msgstr ""
1455
+
1456
+ #: includes/class-theme-my-login-ms-signup.php:400
1457
+ #: includes/class-theme-my-login-ms-signup.php:472
1458
+ msgid "Activate"
1459
+ msgstr ""
1460
+
1461
+ #: includes/class-theme-my-login-ms-signup.php:412
1462
+ #: includes/class-theme-my-login-ms-signup.php:432
1463
+ msgid "Your account is now active!"
1464
+ msgstr ""
1465
+
1466
+ #: includes/class-theme-my-login-ms-signup.php:416
1467
+ msgid ""
1468
+ "Your account has been activated. You may now <a href=\"%1$s\">login</a> to "
1469
+ "the site using your chosen username of &#8220;%2$s&#8221;. Please check "
1470
+ "your email inbox at %3$s for your password and login instructions. If you do "
1471
+ "not receive an email, please check your junk or spam folder. If you still do "
1472
+ "not receive an email within an hour, you can <a href=\"%4$s\">reset your "
1473
+ "password</a>."
1474
+ msgstr ""
1475
+
1476
+ #: includes/class-theme-my-login-ms-signup.php:418
1477
+ msgid ""
1478
+ "Your site at <a href=\"%1$s\">%2$s</a> is active. You may now log in to your "
1479
+ "site using your chosen username of &#8220;%3$s&#8221;. Please check your "
1480
+ "email inbox at %4$s for your password and login instructions. If you do not "
1481
+ "receive an email, please check your junk or spam folder. If you still do "
1482
+ "not receive an email within an hour, you can <a href=\"%5$s\">reset your "
1483
+ "password</a>."
1484
+ msgstr ""
1485
+
1486
+ #: includes/class-theme-my-login-ms-signup.php:423
1487
+ msgid "An error occurred during the activation"
1488
+ msgstr ""
1489
+
1490
+ #: includes/class-theme-my-login-ms-signup.php:440
1491
+ msgid ""
1492
+ "Your account is now activated. <a href=\"%1$s\">View your site</a> or <a "
1493
+ "href=\"%2$s\">Login</a>"
1494
+ msgstr ""
1495
+
1496
+ #: includes/class-theme-my-login-ms-signup.php:442
1497
+ msgid ""
1498
+ "Your account is now activated. <a href=\"%1$s\">Login</a> or go back to the "
1499
+ "<a href=\"%2$s\">homepage</a>."
1500
  msgstr ""
1501
 
1502
  #. Plugin URI of the plugin/theme
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.jfarthing.com/donate
4
  Tags: widget, login, registration, theme, custom, log in, register, sidebar, gravatar, redirection, e-mail
5
  Requires at least: 3.0
6
  Tested up to: 3.1
7
- Stable tag: 6.1.2
8
 
9
  Themes the WordPress login pages according to your theme.
10
 
@@ -40,6 +40,10 @@ Please visit http://www.jfarthing.com/docs/Theme_My_Login first and then visit h
40
 
41
  == Changelog ==
42
 
 
 
 
 
43
  = 6.1.2 =
44
  * Replace "self" keyword with "$this" for PHP 4
45
 
@@ -229,6 +233,7 @@ Please visit http://www.jfarthing.com/docs/Theme_My_Login first and then visit h
229
  * Implemented custom links for logged in users based on role
230
  * Implemented custom redirection upon log in based on role
231
  * Implemented custom registration/password recovery emails
 
232
  * Implemented true shortcode and template tag functionality
233
  * Implemented true multi-instance functionality
234
  * Implemented an easy-to-use jQuery tabbed administration menu
@@ -345,4 +350,4 @@ Please visit http://www.jfarthing.com/docs/Theme_My_Login first and then visit h
345
  * Made backwards compatible to WordPress 2.5+
346
 
347
  = 1.0.0 =
348
- * Initial release version
4
  Tags: widget, login, registration, theme, custom, log in, register, sidebar, gravatar, redirection, e-mail
5
  Requires at least: 3.0
6
  Tested up to: 3.1
7
+ Stable tag: 6.1.3
8
 
9
  Themes the WordPress login pages according to your theme.
10
 
40
 
41
  == Changelog ==
42
 
43
+ = 6.1.3 =
44
+ * Fix password change error
45
+ * Update POT file
46
+
47
  = 6.1.2 =
48
  * Replace "self" keyword with "$this" for PHP 4
49
 
233
  * Implemented custom links for logged in users based on role
234
  * Implemented custom redirection upon log in based on role
235
  * Implemented custom registration/password recovery emails
236
+
237
  * Implemented true shortcode and template tag functionality
238
  * Implemented true multi-instance functionality
239
  * Implemented an easy-to-use jQuery tabbed administration menu
350
  * Made backwards compatible to WordPress 2.5+
351
 
352
  = 1.0.0 =
353
+ * Initial release version
theme-my-login.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Theme My Login
4
  Plugin URI: http://www.jfarthing.com/wordpress-plugins/theme-my-login/
5
  Description: Themes the WordPress login, registration and forgot password pages according to your theme.
6
- Version: 6.1.2
7
  Author: Jeff Farthing
8
  Author URI: http://www.jfarthing.com
9
  Text Domain: theme-my-login
@@ -104,4 +104,4 @@ function theme_my_login( $args = '' ) {
104
  }
105
  endif;
106
 
107
- ?>
3
  Plugin Name: Theme My Login
4
  Plugin URI: http://www.jfarthing.com/wordpress-plugins/theme-my-login/
5
  Description: Themes the WordPress login, registration and forgot password pages according to your theme.
6
+ Version: 6.1.3
7
  Author: Jeff Farthing
8
  Author URI: http://www.jfarthing.com
9
  Text Domain: theme-my-login
104
  }
105
  endif;
106
 
107
+ ?>