User registration & user profile – Profile Builder - Version 1.1.44

Version Description

Minor changes to the readme file.

Download this release

Release Info

Developer barinagabriel
Plugin Icon 128x128 User registration & user profile – Profile Builder
Version 1.1.44
Comparing to
See all releases

Code changes from version 1.1.43 to 1.1.44

assets/css/hobbyist.style.css DELETED
@@ -1,1214 +0,0 @@
1
- /* Profile Builder CSS File*/
2
- /*
3
- Original Plugin Name: OptionTree
4
- Original Plugin URI: http://wp.envato.com
5
- Original Author: Derek Herman
6
- Original Author URI: http://valendesigns.com
7
- */
8
- #wpwrap {
9
- min-width: 990px;
10
- }
11
- strong {
12
- color: #000;
13
- }
14
- .clear {
15
- clear: both;
16
- }
17
- .hide,
18
- #contextual-help-link-wrap {
19
- display: none;
20
- }
21
- .left {
22
- float: left !important;
23
- }
24
- .right {
25
- float: right !important;
26
- }
27
- p {
28
- padding-bottom: 14px;
29
- }
30
- a {
31
- text-decoration: none;
32
- }
33
- a strong {
34
- color: #21759B !important;
35
- }
36
- a:hover strong {
37
- color: #d54e21 !important;
38
- }
39
- #framework_wrap .error {
40
- display: none !important;
41
- }
42
- #framework_wrap {
43
- position: relative;
44
- width: 788px;
45
- margin: 15px;
46
- }
47
- #framework_wrap #header {
48
- -webkit-border-top-left-radius: 3px;
49
- -webkit-border-top-right-radius: 3px;
50
- -moz-border-radius-topleft: 3px;
51
- -moz-border-radius-topright: 3px;
52
- border-top-left-radius: 3px;
53
- border-top-right-radius: 3px;
54
- background: #6d6d6d url(../images/header.png) repeat-x left top;
55
- border: 1px solid #555;
56
- height: 71px;
57
- width: 785px;
58
- position: relative;
59
- }
60
- #framework_wrap #header h1 {
61
- width: 225px;
62
- height: 50px;
63
- background: url(../images/logo_hobbyist.png) no-repeat 0 0;
64
- text-indent: -9999px;
65
- margin: 10px 0 0 20px;
66
- }
67
-
68
- #framework_wrap #header span.icon {
69
- position: absolute;
70
- display: block;
71
- right: 20px;
72
- top: 18px;
73
- height: 32px;
74
- width: 32px;
75
- text-indent: -9999px;
76
- /*background: url(../images/icon_option.png) no-repeat left center;*/
77
- }
78
- #framework_wrap #header div.version {
79
- text-align: left;
80
- position: absolute;
81
- left: 85px;
82
- top: 50px;
83
- font-size: 9px !important;
84
- line-height: 10px;
85
- color: #111;
86
- font-style: normal;
87
- font-family: Verdana,Arial,sans-serif;
88
- text-transform: uppercase;
89
- font-weight: normal;
90
- text-shadow: 0 1px 0 #888;
91
- letter-spacing: -0.05em;
92
- }
93
- #framework_wrap #content_wrap {
94
- border: 1px solid #aaa;
95
- border-top: none;
96
- background: #fff;
97
- width: 785px;
98
- position: relative;
99
- }
100
- #framework_wrap #content_wrap .info {
101
- background: #eaf2fa;
102
- background: #f9f9f9;
103
- height: 35px;
104
- border-top: 1px solid #fff;
105
- border-bottom: 1px solid #e3e3e3;
106
- }
107
- a.toggle_tabs {
108
- cursor: pointer;
109
- background: url(../images/toggle_tabs.png) no-repeat -2px -1px;
110
- display: block;
111
- height: 22px;
112
- width: 21px;
113
- float: left;
114
- text-indent: -9999px;
115
- margin: 5px 5px 0 19px;
116
- border: 1px solid #bbb;
117
- -webkit-border-radius: 4px;
118
- -moz-border-radius: 4px;
119
- border-radius: 4px;
120
- }
121
- .no-tabs a.toggle_tabs {
122
- display: none;
123
- }
124
- a:hover.toggle_tabs {
125
- border-color: #666;
126
- }
127
- a.off {
128
- background-position: -2px -26px;
129
- }
130
- #framework_wrap #content_wrap .bottom {
131
- border-top: 1px solid #fff !important;
132
- border-bottom: none !important;
133
-
134
- background: #f1f1f1;
135
- }
136
- #framework_wrap #content_wrap .info input.button-framework {
137
- float: right;
138
- margin: 5px 20px 0 0;
139
- padding: 4px 10px;
140
- font-size: 11px;
141
- height: 24px;
142
- }
143
- #framework_wrap #content_wrap .info input.add-item {
144
- float: left;
145
- margin-left: 20px;
146
- }
147
- #framework_wrap #content_wrap .info input.reset {
148
- margin-left: 20px;
149
- color: #d54e45;
150
- float: left;
151
- }
152
- #framework_wrap #content_wrap a.reset {
153
- margin-right: 10px;
154
- color: #d54e45;
155
- }
156
- .ajax-message {
157
- position: absolute;
158
- left: 300px;
159
- top: 100px;
160
- width: 200px;
161
- z-index: 100;
162
- display: none;
163
- overflow: visible;
164
- }
165
- #framework_wrap #content_wrap .message {
166
- text-align: center;
167
- color: #444;
168
- text-shadow: 0 1px 0 #fff;
169
- font-size: 12px;
170
- line-height: 16px;
171
- padding: 20px 10px;
172
- background: #f3f3f3;
173
- border: 1px solid #bbb;
174
- -webkit-border-radius: 5px;
175
- -moz-border-radius: 5px;
176
- border-radius: 5px;
177
- -moz-box-shadow: 0px 2px 5px #eee;
178
- -webkit-box-shadow: 0px 2px 5px #eee;
179
- box-shadow: 0px 2px 5px #eee;
180
- }
181
- #framework_wrap #content_wrap .message span {
182
- display: block;
183
- height: 16px;
184
- width: 16px;
185
- position: absolute;
186
- left: -8px;
187
- top: -8px;
188
- background: url(../images/icon_add.png) no-repeat 0 0;
189
- }
190
- #framework_wrap #content_wrap .message.warning span {
191
- background-image: url(../images/icon_error.png);
192
- }
193
- /* Primary Form Button */
194
- #framework_wrap input.button-framework {
195
- cursor: pointer;
196
- font-size: 12px;
197
- color: #444;
198
- text-shadow: 0 1px 0 #fff;
199
- background: #f3f3f3 url(../images/btn.png) repeat-x 0 0;
200
- border: 1px solid #bbb;
201
- padding: 5px 10px;
202
- }
203
- #framework_wrap input:hover.button-framework {
204
- color: #000;
205
- border-color: #666;
206
- }
207
- #framework_wrap a.button-framework {
208
- cursor: pointer;
209
- font-size: 12px;
210
- color: #444;
211
- text-shadow: 0 1px 0 #fff;
212
- background: #f3f3f3 url(../images/btn.png) repeat-x 0 0;
213
- border: 1px solid #bbb;
214
- padding: 3px 10px 3px 10px;
215
- -webkit-border-radius: 4px;
216
- -moz-border-radius: 4px;
217
- border-radius: 4px;
218
- text-decoration: none;
219
- float: left;
220
- position: relative;
221
- left: 1px;
222
- }
223
- #framework_wrap div.inline-edit-save a.button-framework {
224
- padding: 2px 10px 2px 10px;
225
- font-size: 11px;
226
- }
227
- #framework_wrap a:hover.button-framework {
228
- color: #000;
229
- border-color: #666;
230
- }
231
-
232
- #framework_wrap a.button-framework.light {
233
- border: 1px solid #dfdfdf;
234
- color: #464646;
235
- }
236
- #framework_wrap a:hover.button-framework.light {
237
- color: #000;
238
- border-color: #adaca7;
239
- }
240
-
241
- /* Ads in free version */
242
- #framework_wrap #content_wrap .basic-version-info {
243
- height:113px;
244
- background:#fffbcc;
245
- }
246
- #framework_wrap #content_wrap .basic-version-info form{
247
- float:right;
248
- margin-right:13px;
249
- margin-top:30px;
250
- }
251
- #framework_wrap #content_wrap .basic-version-info a{
252
- position:absolute;
253
- width:140px;
254
- top:80px;
255
- margin-left:60px;
256
-
257
- }
258
-
259
- #framework_wrap #content_wrap .pro-noserial-info {
260
- padding: 20px;
261
- background:#fffbcc;
262
- }
263
-
264
- /* Content Inner */
265
- #framework_wrap #content {
266
- padding: 0;
267
- width: 785px;
268
- border-bottom: 1px solid #e3e3e3;
269
- position: relative;
270
- }
271
- .screenshot {
272
- float: right;
273
- margin-left: 1px;
274
- position: relative;
275
- width: 344px;
276
- }
277
- .screenshot img {
278
- max-width: 334px;
279
- padding: 4px;
280
- border: 1px solid #ccc;
281
- background: #fafafa;
282
- border-color: #ccc #eee #eee #ccc;
283
- -webkit-border-radius: 4px;
284
- -moz-border-radius: 4px;
285
- border-radius: 4px;
286
- float: right;
287
- }
288
- .screenshot a {
289
- text-decoration: none;
290
- padding-left: 20px;
291
- }
292
- .screenshot a.remove {
293
- background: url(../images/icon_delete.png) no-repeat 0 0;
294
- display: block;
295
- height: 16px;
296
- width: 16px;
297
- position: absolute;
298
- bottom: -4px;
299
- right: -4px;
300
- text-indent: -9999px;
301
- float: left;
302
- padding: 0;
303
- border: none;
304
- }
305
- .screenshot .no_image a.remove {
306
- left: 0;
307
- top: 2px;
308
- }
309
- .option-upload .element {
310
- padding-bottom: 5px;
311
- }
312
- #framework_wrap #content h2 {
313
- margin-bottom: 10px;
314
- border-bottom: 1px solid #e5e5e5;
315
- }
316
- #framework_wrap #content h3 {
317
- border-bottom: 1px solid #eee;
318
- margin: 0 0 15px 0;
319
- padding-bottom: 10px;
320
- clear: both;
321
- font-size: 14px;
322
- }
323
- h3.text-title {
324
- font: italic 20px/30px Georgia,"Times New Roman","Bitstream Charter",Times,serif !important;
325
- }
326
- #framework_wrap #content tbody tr.inline-edit-option td h3 {
327
- border-bottom-color: #ddd;
328
- }
329
- #framework_wrap #content .block {
330
- display: block;
331
- overflow: hidden;
332
- padding: 20px;
333
- }
334
- #framework_wrap #content p {
335
- font-size: 11px;
336
- color: #555;
337
- padding-bottom: 20px;
338
- margin: 0;
339
- }
340
- #framework_wrap #content table {
341
- border: 1px solid #dfdfdf;
342
- width: 100%;
343
- text-align: left;
344
- border-spacing: 0;
345
- border-style: solid;
346
- border-width: 1px;
347
- font-size: 11px !important;
348
- text-shadow: 0 1px 0 #fff;
349
- -webkit-border-radius: 4px;
350
- -moz-border-radius: 4px;
351
- border-radius: 4px;
352
- }
353
- #framework_wrap #content2 table {
354
- border: 0px solid #dfdfdf;
355
- width: 100%;
356
- text-align: left;
357
- border-spacing: 0;
358
- border-style: solid;
359
- border-width: 1px;
360
- font-size: 11px !important;
361
- text-shadow: 0 1px 0 #fff;
362
- -webkit-border-radius: 4px;
363
- -moz-border-radius: 4px;
364
- border-radius: 4px;
365
- }
366
-
367
- #framework_wrap #content .has-table table th {
368
- background: #f1f1f1;
369
- background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
370
- background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
371
- }
372
- /*tbody tr:hover {
373
- cursor: pointer;
374
- }*/
375
- tbody tr.inline-edit-option {
376
- }
377
- tbody tr.inline-edit-option td {
378
- background: #f1f1f1;
379
- border-top: 1px solid #fff;
380
- border-left: 1px solid #fff;
381
- border-right: 1px solid #fff;
382
- }
383
- tbody tr:hover.inline-edit-option {
384
- cursor: default;
385
- }
386
- #framework_wrap #content .has-table table #framework-settings .dragging {
387
- background: #666 url(../images/black_px.png) repeat-x 0 0;
388
- color: #fff;
389
- text-shadow: 0 1px 0 #000;
390
- }
391
- #framework_wrap #content .has-table table #framework-settings .dragging td {
392
- border-color: #000;
393
- }
394
- #framework_wrap #content .has-table table #framework-settings .dragging .col-edit {
395
- background: url(../images/icon_up_down.png) no-repeat 63px center;
396
- }
397
- #framework_wrap #content .has-table table #framework-settings .dragging a.edit-inline,
398
- #framework_wrap #content .has-table table #framework-settings .dragging a.delete-inline {
399
- display: none;
400
- }
401
- .col-title {
402
- padding-left: 10px !important;
403
- width: 200px;
404
- }
405
- .col-type {
406
- width: 60px;
407
- }
408
- .col-edit {
409
- width: 45px;
410
- padding-left: 40px !important;
411
- padding-right: 0px !important;
412
- }
413
- .has-table table tr:first-child {
414
- cursor: default;
415
- }
416
- .has-table table .col-heading {
417
- background: #eaf3fa;
418
- }
419
- .has-table table .col-heading td:first-child {
420
- font-weight: bold;
421
- background: transparent url(../images/icon_header.png) no-repeat 10px 11px;
422
- padding-left: 30px !important;
423
- }
424
- .has-table table thead th,
425
- .has-table table td {
426
- border-bottom: 1px solid #dfdfdf;
427
- }
428
- .has-table table tr,
429
- .has-table table td,
430
- .has-table table th {
431
- padding: 10px 10px;
432
- font-size: 11px !important;
433
- }
434
- .has-table table th {
435
- padding: 6px 10px;
436
- font-size: 11px !important;
437
- }
438
- .has-table table a {
439
- text-decoration: none;
440
- }
441
- /* Inline Edit */
442
- .inline-edit-option {
443
- display: none;
444
- }
445
- a.edit-inline,
446
- a.delete-inline,
447
- a.add-option {
448
- background: url(../images/icon_edit.png) no-repeat 0 0;
449
- display: block;
450
- height: 16px;
451
- width: 16px;
452
- text-indent: -9999px;
453
- float: left;
454
- margin-right: 5px;
455
- display: block;
456
- }
457
- a.delete-inline {
458
- background-image: url(../images/icon_delete.png);
459
- }
460
- a.add-option {
461
- background-image: url(../images/icon_add.png);
462
- margin-left: 21px;
463
- }
464
- a:hover.edit-inline {
465
- border-color: #666;
466
- }
467
- a:hover.delete-inline {
468
- border-color: #d54e45;
469
- }
470
- #framework_wrap #content .option {
471
- padding-bottom: 15px;
472
- }
473
- #framework_wrap #content .option .section {
474
- overflow: hidden;
475
- font-size: 11px;
476
- }
477
- #framework_wrap #content .option .section .element {
478
- float: left;
479
- margin: 0 15px 0 0;
480
- width: 345px;
481
- }
482
- #framework_wrap #content .option-checkbox .section .element {
483
- width: 25px;
484
- }
485
- #framework_wrap #content .option .section .description {
486
- color: #555;
487
- float: left;
488
- font-size: 11px;
489
- padding: 2px 10px 0 0;
490
- width: 370px;
491
- }
492
- div.desc-text p {
493
- color: #555;
494
- font-size: 11px !important;
495
- }
496
- #framework_wrap #content .inline-edit-option .option .section .description {
497
- width: 325px;
498
- padding-top: 0px;
499
- }
500
- #framework_wrap #content .option-checkbox .section .description {
501
- width: 540px;
502
- }
503
- #framework_wrap #content label {
504
-
505
- }
506
- .input_wrap {
507
- padding: 4px 10px 12px 0;
508
- float: left;
509
- width: 350px;
510
- }
511
- .option-checbox .input_wrap,
512
- .option-radio .input_wrap {
513
- padding: 4px 10px 4px 0;
514
- width: 325px;
515
- }
516
- .option-checbox .element {
517
- border: none;
518
- max-height: 260px;
519
- height: auto !important;
520
- height: expression( document.body.clientHeight > 260 ? "260px" : "auto" );
521
- overflow-y: auto;
522
- overflow-x: hidden;
523
- }
524
- .input_wrap input[type="checkbox"],
525
- .input_wrap input[type="radio"] {
526
- float: left;
527
- width: 20px;
528
- margin-top: 3px;
529
- vertical-align: bottom;
530
- }
531
- .input_wrap input[type="radio"] {
532
- margin-top: 4px;
533
- }
534
- .input_wrap label {
535
- float: left;
536
- width: 325px;
537
- }
538
- .option-checbox .input_wrap label,
539
- .option-radio .input_wrap label {
540
- width: 300px;
541
- }
542
- #framework_wrap #content label input {
543
- margin-right: 5px;
544
- display: block;
545
- float: left;
546
- }
547
- #framework_wrap #content input[type="text"],
548
- #framework_wrap #content select,
549
- #framework_wrap #content textarea {
550
- background: #fafafa;
551
- border-color: #ccc #eee #eee #ccc;
552
- border-style: solid;
553
- border-width: 1px;
554
- font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
555
- font-size: 12px;
556
- margin-bottom: 9px !important;
557
- padding: 5px;
558
- width: 100%;
559
- display: block;
560
- color: #888;
561
- resize: none;
562
- }
563
- #framework_wrap #content tbody tr.inline-edit-option td input[type="text"],
564
- #framework_wrap #content tbody tr.inline-edit-option td select,
565
- #framework_wrap #content tbody tr.inline-edit-option td textarea {
566
- background: #fff;
567
- }
568
- #framework_wrap #content input[type="text"].upload {
569
- width: 281px;
570
- float: left;
571
- }
572
- #framework_wrap #content input[type="text"].cp_input {
573
- width: 312px !important;
574
- float: left;
575
- }
576
- .cp_box {
577
- float: right;
578
- width: 25px;
579
- height: 25px;
580
- position: relative;
581
- top: 1px;
582
- border: 1px solid #ccc;
583
- border-color: #ccc #eee #eee #ccc;
584
- background: #fafafa;
585
- -webkit-border-radius: 4px;
586
- -moz-border-radius: 4px;
587
- border-radius: 4px;
588
- }
589
- .cp_box div {
590
- width: 13px;
591
- height: 13px;
592
- border: 1px solid #bbb;
593
- border-color: #eee #ccc #ccc #eee;
594
- background: #fafafa url(../images/empty.gif);
595
- position: absolute;
596
- left: 5px;
597
- top: 5px;
598
- box-shadow: 1px 1px 0px #ccc;
599
- -webkit-box-shadow: 1px 1px 0px #ccc;
600
- -moz-box-shadow: 1px 1px 0px #ccc;
601
- }
602
- #framework_wrap #content .element small {
603
- float: left;
604
- font-size: 9px;
605
- line-height: 9px;
606
- color: #999;
607
- position: relative;
608
- top: -5px;
609
- left: 2px;
610
- }
611
- .upload_button,
612
- .upload_file_button,
613
- .ob_button {
614
- float: right;
615
- padding: 5px;
616
- cursor: pointer;
617
- color: #444;
618
- text-shadow: 0 1px 0 #fff;
619
- background: #f3f3f3 url(../images/btn.png) repeat-x 0 0 !important;
620
- border: 1px solid #bbb;
621
- position: relative;
622
- right: -1px;
623
- height: 27px;
624
- }
625
- #framework_wrap #content select {
626
- height: 28px;
627
- padding: 4px 5px;
628
- }
629
- #framework_wrap #content input[type="text"]:focus,
630
- #framework_wrap #content select:focus,
631
- #framework_wrap #content textarea:focus,
632
- #framework_wrap #content input[type="text"]:hover,
633
- #framework_wrap #content select:hover,
634
- #framework_wrap #content textarea:hover {
635
- background: #fff;
636
- border-color: #bbb #eee #eee #bbb;
637
- color: #333;
638
- }
639
- #framework_wrap *:focus {
640
- outline: none;
641
- }
642
- #framework_wrap *::-moz-focus-inner {
643
- border: none;
644
- }
645
- .bottom_btn {
646
- float: left;
647
- width: 100%;
648
- padding-top: 15px;
649
- }
650
- #framework_wrap #content .select_wrapper {
651
- -moz-border-radius: 4px;
652
- -webkit-border-radius: 4px;
653
- border-radius: 4px;
654
- font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
655
- font-size: 12px;
656
- background: #fafafa url(../images/select.png) no-repeat right center;
657
- border-color: #ccc #eee #eee #ccc;
658
- border-style: solid;
659
- border-width: 1px;
660
- float: left;
661
- height: 26px;
662
- width: 344px;
663
- margin: 0;
664
- margin-bottom: 9px !important;
665
- width: 344px;
666
- display: block;
667
- color: #888;
668
- }
669
- #framework_wrap #content .option-type .select_wrapper {
670
- background-color: #fff;
671
- }
672
- #framework_wrap #content .select_wrapper.measurement {
673
- width: 65px;
674
- float: right;
675
- margin-top: 1px;
676
- }
677
- #framework_wrap #content input.measurement {
678
- width: 269px;
679
- float: left;
680
- padding-top: 6px;
681
- }
682
- #framework_wrap #content .select_wrapper:hover {
683
- background-color: #fff;
684
- border-color: #bbb #eee #eee #bbb;
685
- color: #333;
686
- }
687
- #framework_wrap #content select.select {
688
- cursor: pointer;
689
- height: 28px;
690
- margin: 0;
691
- -moz-opacity: 0;
692
- filter: alpha(opacity: 0);
693
- opacity: 0;
694
- padding: 0;
695
- position: relative;
696
- width: inherit;
697
- z-index: 4;
698
- }
699
- #framework_wrap #content .select_wrapper span {
700
- height: 26px;
701
- line-height: 26px;
702
- position: absolute;
703
- z-index: 2;
704
- padding-left: 6px;
705
- }
706
- /* Image Slider */
707
- .option-tree-slider {
708
- background: #eaf3fa;
709
- padding: 0px 10px;
710
- margin-bottom: 8px;
711
- text-shadow: 0 1px 0 #fff;
712
- position: relative;
713
- /* CSS3 */
714
- -webkit-border-radius: 4px;
715
- -moz-border-radius: 4px;
716
- border-radius: 4px;
717
- -moz-box-shadow: 1px 1px 0px #ccc;
718
- -webkit-box-shadow: 1px 1px 0px #ccc;
719
- box-shadow: 1px 1px 0px #ccc;
720
- }
721
- .option-tree-slider p {
722
- padding-bottom: 5px !important;
723
- margin-bottom: 0px !important;
724
- }
725
- #framework_wrap #content .option-option-tree-slider .section .element input[type="text"],
726
- #framework_wrap #content .option-option-tree-slider .section .element textarea {
727
- background: #fff;
728
- width: 323px;
729
- }
730
- .option-tree-slider-wrap .edit {
731
- position: absolute;
732
- height: 16px;
733
- width: 16px;
734
- display: block;
735
- text-indent: -9999px;
736
- background: url(../images/icon_edit.png);
737
- top: 6px;
738
- right: 27px;
739
- z-index: 10;
740
- }
741
- .option-tree-slider-wrap .edit.down {
742
- background: url(../images/icon_up.png) !important;
743
- }
744
- .option-tree-slider-wrap .trash {
745
- position: absolute;
746
- height: 16px;
747
- width: 16px;
748
- display: block;
749
- text-indent: -9999px;
750
- background: url(../images/icon_delete.png);
751
- top: 6px;
752
- right: 6px;
753
- z-index: 10;
754
- }
755
- .option-tree-slider-wrap .open {
756
- padding: 5px 0px;
757
- padding-right: 40px;
758
- display: block;
759
- font-size: 11px;
760
- }
761
- .option-tree-slider-wrap .option-tree-slider-body {
762
- display: ;
763
- }
764
- /* Docs */
765
- #framework_wrap #options_tabs.docs {
766
- font-size: 11px !important;
767
- color: #555;
768
- }
769
- #framework_wrap code {
770
- font-size: 10px;
771
- }
772
- #framework_wrap ul.doc_list {
773
- font-size: 11px !important;
774
- padding-bottom: 20px;
775
- }
776
- #framework_wrap .doc_list li {
777
- padding-bottom: 0px;
778
- line-height: 12px;
779
- list-style: disc;
780
- margin-left: 16px;
781
- }
782
- #framework_wrap code {
783
- background-color: #f1f1f1;
784
- color: #000;
785
- }
786
- #framework_wrap pre {
787
- font-size: 13px;
788
- padding: 0;
789
- margin: 0;
790
- line-height: 18px;
791
- overflow: auto;
792
- overflow-Y: hidden;
793
- padding-top: 18px;
794
- background: #f1f1f1;
795
- border-bottom: 1px solid #f1f1f1;
796
- margin-bottom: 20px;
797
- color: #000;
798
- white-space:pre-wrap;
799
- word-wrap:break-word;
800
- }
801
- #framework_wrap pre code {
802
- padding: 0 18px 18px 18px;
803
- display: block;
804
- background: url(../images/pre_bg.gif) repeat left top; /*--Background of lined paper--*/
805
- }
806
- /* Tabs */
807
- .options_tabs {
808
- display: none;
809
- }
810
- .ui-tabs {
811
- zoom: 1;
812
- background: url(../images/tabs_bg.png) repeat-y 0 0;
813
- }
814
- .ui-tabs .options_tabs {
815
- display: block;
816
- }
817
- .ui-tabs-panel .description {
818
- width: 225px !important;
819
- }
820
- .ui-tabs-panel .inline-edit-option .description {
821
- width: 200px !important;
822
- }
823
- .ui-tabs-panel h2 {
824
- display: none;
825
- }
826
- .ui-tabs .ui-tabs-nav {
827
- list-style: none;
828
- position: relative;
829
- float: left;
830
- width: 148px;
831
- word-wrap: break-word;
832
- }
833
- .ui-tabs .ui-tabs-nav li {
834
- position: relative;
835
- float: left;
836
- display: block;
837
- margin: 0;
838
- padding: 0;
839
- overflow: visible;
840
- }
841
- .ui-tabs .ui-tabs-nav li a {
842
- float: left;
843
- text-decoration: none;
844
- display: block;
845
- width: 127px;
846
- padding: 8px 10px;
847
- border-bottom: 1px solid #e3e3e3;
848
- color: #21759B;
849
- text-shadow: 0 1px 0 #fff;
850
- background-image: url(../images/white_px.png);
851
- background-repeat: repeat-x;
852
- background-position: 0 0;
853
- font-size: 11px;
854
- }
855
- .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
856
- .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
857
- background: #fff;
858
- color: #d54e45;
859
- width: 128px;
860
- }
861
- .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
862
- .ui-tabs .ui-tabs-nav li.ui-state-processing a {
863
- cursor: text;
864
- }
865
- .ui-tabs .ui-tabs-nav li a,
866
- .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
867
- cursor: pointer;
868
- }
869
- .ui-tabs .ui-tabs-nav li.ui-state-hover a {
870
- background-color: #eaf2fa;
871
- color: #555;
872
- }
873
- .ui-tabs .ui-tabs-panel {
874
- display: block;
875
- float: right;
876
- width: 595px;
877
- min-height: 400px;
878
- }
879
- .ui-tabs .ui-tabs-hide {
880
- display: none !important;
881
- }
882
- .options_tabs li.ui-tabs-selected span {
883
- position: absolute;
884
- left: -1px;
885
- top: 12px;
886
- height: 9px;
887
- width: 8px;
888
- background: url(../images/icon_arrow.png) no-repeat 0 0;
889
- }
890
-
891
-
892
-
893
- /* file input */
894
- div.file_wrap {
895
- position: relative;
896
- float: left;
897
- width: 345px;
898
- }
899
- div.fake_file {
900
- position: absolute;
901
- top: 0px;
902
- left: 0px;
903
- z-index: 1;
904
- }
905
- div.fake_file input.upload {
906
- margin-right: 3px;
907
- width: 279px !important;
908
- }
909
- input.file {
910
- background: none;
911
- position: relative;
912
- text-align: right;
913
- float: right;
914
- height: 28px;
915
- -moz-opacity: 0;
916
- filter: alpha(opacity: 0);
917
- opacity: 0;
918
- z-index: 2;
919
- }
920
-
921
- #register-profile-builder .validateStatus{
922
- position:relative;
923
- top:3px;
924
- }
925
- .wppb-serialnumber-descr{
926
- padding-left:100px;
927
- }
928
- #wppb_profile_builder_hobbyist_serial{
929
- width:335px;
930
- }
931
-
932
- #framework_wrap #content #customRedirect .afterRegistrationText{
933
- position:relative;
934
- vertical-align:middle;
935
- display:inline-block !important;
936
- margin-bottom:0 !important;
937
- width: 400px;
938
- *display:inline !important;
939
- zoom:1;
940
- }
941
-
942
- #framework_wrap #content #customRedirect .afterLoginText{
943
- position:relative;
944
- left:37px;
945
- vertical-align:middle;
946
- display:inline-block !important;
947
- margin-bottom:0 !important;
948
- width: 400px;
949
- *display:inline !important;
950
- zoom:1;
951
- }
952
- #customRedirect #afterRegisterDescription{
953
- vertical-align:middle;
954
- }
955
-
956
- #customRedirect #afterLoginDescription{
957
- vertical-align:middle;
958
- }
959
-
960
-
961
- #userListing #sortingCriteria{
962
- vertical-align:middle;
963
- }
964
-
965
- #userListing #sortingOrder{
966
- vertical-align:middle;
967
- }
968
-
969
- #userListing #sortingNumber{
970
- vertical-align:middle;
971
- }
972
-
973
- #general-settings input[type="submit"], #show-hide-admin-bar input[type="submit"], #default-fields input[type="submit"], #register-profile-builder input[type="submit"], #add-ons input[type="submit"], #wppb_customRedirect input[type="submit"], #wppb_userListing input[type="submit"], #disableLoginAndRegistration input[type="submit"], #wppb_reCaptcha input[type="submit"]{
974
- position:absolute;
975
- bottom:0;
976
- right:0;
977
- margin-bottom:-30px;
978
- margin-right:25px;
979
- }
980
-
981
- #ui-datepicker-div{
982
- font: 70% "Trebuchet MS", sans-serif;
983
- }
984
-
985
- #addonHeader{
986
- width:70%;
987
- }
988
- #framework_wrap #content .wppb_general_settings{
989
- position:relative;
990
- left:18px;
991
- vertical-align:middle;
992
- display:inline-block !important;
993
- margin-bottom:0 !important;
994
- width: 100px;
995
- height: 25px;
996
- font-size:11px;
997
- *display:inline !important;
998
- zoom:1;
999
- }
1000
- #framework_wrap #content .wppb_general_settings2{
1001
- position:relative;
1002
- left:18px;
1003
- vertical-align:middle;
1004
- display:inline-block !important;
1005
- margin-bottom:0 !important;
1006
- width: 78px;
1007
- height: 25px;
1008
- font-size:11px;
1009
- *display:inline !important;
1010
- zoom:1;
1011
- }
1012
- #framework_wrap #content .wppb_general_settings3{
1013
- position:relative;
1014
- left:28px;
1015
- vertical-align:middle;
1016
- display:inline-block !important;
1017
- margin-bottom:0 !important;
1018
- width: 78px;
1019
- height: 25px;
1020
- font-size:11px;
1021
- *display:inline !important;
1022
- zoom:1;
1023
- }
1024
- #framework_wrap #content #generalSettingFont{
1025
- font-size:11px;
1026
- }
1027
- #framework_wrap #content .sortingTable{
1028
- border: 0px !important;
1029
- width:100%;
1030
- }
1031
- #framework_wrap #content .sortingTableCell1, .sortingTableCell2{
1032
- border: 0px !important;
1033
- }
1034
-
1035
- .redirectTableCell1{
1036
- width:120px;
1037
- }
1038
- .sortingTableCell1{
1039
- width: 50%;
1040
- vertical-align:top;
1041
- }
1042
- #framework_wrap #content .sortingTableCell3{
1043
- width:100%;
1044
- border:none;
1045
- }
1046
-
1047
- #framework_wrap #content #customRedirect .redirectFirstInput{
1048
- vertical-align:left;
1049
- display:inline-block !important;
1050
- margin-bottom:0 !important;
1051
- width: 310px !important;
1052
- *display:inline !important;
1053
- zoom:1;
1054
- }
1055
- #framework_wrap #content #customRedirect .redirectSecondInput{
1056
- vertical-align:left;
1057
- display:inline-block !important;
1058
- margin-bottom:0 !important;
1059
- width: 310px;
1060
- *display:inline !important;
1061
- zoom:1;
1062
- }
1063
- #framework_wrap #content #customRedirect .redirectThirdInput{
1064
- vertical-align:left;
1065
- display:inline-block !important;
1066
- margin-bottom:0 !important;
1067
- width: 310px;
1068
- *display:inline !important;
1069
- zoom:1;
1070
- }
1071
- #framework_wrap #content #customRedirect .registerRedirectTarget{
1072
- vertical-align:left;
1073
- display:inline-block !important;
1074
- margin-bottom:0 !important;
1075
- width: 310px;
1076
- *display:inline !important;
1077
- zoom:1;
1078
- }
1079
- #framework_wrap #content #customRedirect .loginRedirectTarget{
1080
- vertical-align:left;
1081
- display:inline-block !important;
1082
- margin-bottom:0 !important;
1083
- width: 310px;
1084
- *display:inline !important;
1085
- zoom:1;
1086
- }
1087
-
1088
- #framework_wrap #content .reCaptchaSettingsPubK{
1089
- vertical-align:left;
1090
- display:inline-block !important;
1091
- margin-bottom:0 !important;
1092
- width: 310px;
1093
- *display:inline !important;
1094
- zoom:1;
1095
- }
1096
- #framework_wrap #content .reCaptchaSettingsPriK{
1097
- vertical-align:left;
1098
- display:inline-block !important;
1099
- margin-bottom:0 !important;
1100
- width: 310px;
1101
- *display:inline !important;
1102
- zoom:1;
1103
- }
1104
-
1105
- #framework_wrap #content #customRedirect .dashboardRedirectTarget{
1106
- vertical-align:left;
1107
- display:inline-block !important;
1108
- margin-bottom:0 !important;
1109
- width: 310px;
1110
- *display:inline !important;
1111
- zoom:1;
1112
- }
1113
-
1114
- #secondColumn, #thirdColumn{
1115
- width:25%;
1116
- }
1117
- #internal_id{
1118
- width:24% !important;
1119
- text-align:center;
1120
- }
1121
- #layoutNotice{
1122
- color:grey;
1123
- }
1124
- #layoutNoticeDiv{
1125
- position: relative;
1126
- bottom: -50px;
1127
- }
1128
- .options_tabs{
1129
- margin:0;
1130
- }
1131
-
1132
- #show-hide-admin-bar table th, #default-fields table th{
1133
- font-size: 10px !important;
1134
- padding: 6px 10px;
1135
- font-weight: bold !important;
1136
- }
1137
-
1138
- #show-hide-admin-bar table td, #default-fields table td{
1139
- font-size: 11px !important;
1140
- }
1141
-
1142
- #framework_wrap #content #searchFields{
1143
- height:90px;
1144
- }
1145
- #framework_wrap #content #sortFields{
1146
- height:90px;
1147
- }
1148
- #framework_wrap #content #allUserlisting{
1149
- height:500px;
1150
- width:100%;
1151
- font-size:10px;
1152
- }
1153
- #framework_wrap #content #singleUserlisting{
1154
- height:500px;
1155
- width:100%;
1156
- font-size:10px;
1157
- }
1158
- #framework_wrap #content .fieldTable{
1159
- border: 0px !important;
1160
- width:100%;
1161
- }
1162
- #framework_wrap #content .sortingTable{
1163
- border: 0px !important;
1164
- width:100%;
1165
- }
1166
- #framework_wrap #content .fieldTableCell1{
1167
- border: 0px !important;
1168
- width:33%;
1169
- }
1170
- #framework_wrap #content .sortingTableCell1{
1171
- border: 0px !important;
1172
- width:33%;
1173
- }
1174
- #framework_wrap #content .fieldTableCell2{
1175
- border: 0px !important;
1176
- }
1177
- #framework_wrap #content .sortingTableCell2{
1178
- border: 0px !important;
1179
- }
1180
- #framework_wrap #content .fieldTableCell3{
1181
- border: 0px !important;
1182
- width:100%;
1183
- }
1184
- #framework_wrap #content .fieldTableCell4{
1185
- border: 1px solid #E6DB55 !important;
1186
- width:60%;
1187
- background-color: #FFFBCC;
1188
- border-bottom-left-radius: 3px;
1189
- border-bottom-right-radius: 3px;
1190
- border-top-left-radius: 3px;
1191
- border-top-right-radius: 3px;
1192
-
1193
- }
1194
- #framework_wrap #content #insertSortField{
1195
- width:100%;
1196
- }
1197
- #framework_wrap #content #sortingNumberSelect{
1198
- width:80px;
1199
- }
1200
- #framework_wrap #content #singleSlug{
1201
- width:100%;
1202
- }
1203
- #framework_wrap #content #sortingCriteriaSelect{
1204
- width:100%;
1205
- }
1206
- #framework_wrap #content #sortingOrderSelect{
1207
- width:120px;
1208
- }
1209
- #framework_wrap #content #insertUserMetaField{
1210
- width:100%;
1211
- }
1212
- #framework_wrap #content #insertExtraFunction{
1213
- width:100%;
1214
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/images/arrow.png DELETED
Binary file
assets/images/logo_hobbyist.png DELETED
Binary file
functions/functions.load.php CHANGED
@@ -104,15 +104,18 @@ function wppb_show_admin_bar($content){
104
  global $wpdb;
105
 
106
  $userRole = '';
107
- $admintSettingsPresent = get_option('wppb_display_admin_settings','not_found');
108
 
109
- if ($admintSettingsPresent != 'not_found'){
 
 
 
110
  if ($current_user->ID != 0){
111
 
112
- $userRole = apply_filters ( 'wppb_user_role_value', $current_user->roles[0], $current_user->ID);
113
 
114
  if ($userRole != NULL){
115
- $getSettings = $admintSettingsPresent[$userRole];
116
  if ($getSettings == 'show')
117
  return true;
118
 
104
  global $wpdb;
105
 
106
  $userRole = '';
107
+ $adminSettingsPresent = get_option('wppb_display_admin_settings','not_found');
108
 
109
+ if ($adminSettingsPresent != 'not_found'){
110
+ foreach($adminSettingsPresent as $key => $value)
111
+ $adminSettingsPresentToLower[strtolower($key)] = $value;
112
+
113
  if ($current_user->ID != 0){
114
 
115
+ $userRole = apply_filters ( 'wppb_user_role_value', strtolower($current_user->roles[0]), $current_user->ID);
116
 
117
  if ($userRole != NULL){
118
+ $getSettings = $adminSettingsPresentToLower[$userRole];
119
  if ($getSettings == 'show')
120
  return true;
121
 
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Profile Builder
4
  Plugin URI: http://www.cozmoslabs.com/2011/04/12/wordpress-profile-builder-a-front-end-user-registration-login-and-edit-profile-plugin/
5
  Description: Login, registration and edit profile shortcodes for the front-end. Also you can chose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
6
- Version: 1.1.43
7
  Author: Reflection Media, Barina Gabriel
8
  Author URI: http://www.reflectionmedia.ro
9
  License: GPL2
@@ -54,7 +54,7 @@ function wppb_return_bytes($val) {
54
  }
55
 
56
 
57
- define( 'PROFILE_BUILDER_VERSION', '1.1.43' );
58
  define( 'WPPB_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . dirname( plugin_basename( __FILE__ ) ) );
59
 
60
  if (file_exists ( WPPB_PLUGIN_DIR . '/premium/addons/addon.php' ))
3
  Plugin Name: Profile Builder
4
  Plugin URI: http://www.cozmoslabs.com/2011/04/12/wordpress-profile-builder-a-front-end-user-registration-login-and-edit-profile-plugin/
5
  Description: Login, registration and edit profile shortcodes for the front-end. Also you can chose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
6
+ Version: 1.1.44
7
  Author: Reflection Media, Barina Gabriel
8
  Author URI: http://www.reflectionmedia.ro
9
  License: GPL2
54
  }
55
 
56
 
57
+ define( 'PROFILE_BUILDER_VERSION', '1.1.44' );
58
  define( 'WPPB_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . dirname( plugin_basename( __FILE__ ) ) );
59
 
60
  if (file_exists ( WPPB_PLUGIN_DIR . '/premium/addons/addon.php' ))
readme.txt CHANGED
@@ -7,7 +7,7 @@ custom registration, custom registration form, custom registration page, extra u
7
  front-end register, front-end registration, frontend edit profile, edit profile
8
  Requires at least: 3.1
9
  Tested up to: 3.5
10
- Stable tag: 1.1.43
11
 
12
  Simple to use profile plugin allowing front-end login, registration and edit profile by using shortcodes.
13
 
@@ -93,8 +93,11 @@ This plugin only adds/removes fields in the front-end. The default information-f
93
  5. Logged in Page: screenshot7.jpg
94
 
95
  == Changelog ==
 
 
 
96
  = 1.1.43 =
97
- Small bug fixed.
98
 
99
  = 1.1.42 =
100
  Added a few improvements and fixed a few bugs.
7
  front-end register, front-end registration, frontend edit profile, edit profile
8
  Requires at least: 3.1
9
  Tested up to: 3.5
10
+ Stable tag: 1.1.44
11
 
12
  Simple to use profile plugin allowing front-end login, registration and edit profile by using shortcodes.
13
 
93
  5. Logged in Page: screenshot7.jpg
94
 
95
  == Changelog ==
96
+ = 1.1.44 =
97
+ Minor changes to the readme file.
98
+
99
  = 1.1.43 =
100
+ Activation bug fixed.
101
 
102
  = 1.1.42 =
103
  Added a few improvements and fixed a few bugs.
translation/profilebuilder-cs_CZ.mo CHANGED
Binary file
translation/profilebuilder-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:45+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:45+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
@@ -11,12 +11,12 @@ msgstr ""
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:576
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
@@ -136,7 +136,7 @@ msgstr ""
136
 
137
  # @ profilebuilder
138
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
139
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
140
  #, fuzzy
141
  msgid "There was an error while trying to upload the following attachment(s)"
142
  msgstr "Došlo k chybě při pokusu nahrát tyto přílohy: <br/>"
@@ -150,16 +150,16 @@ msgstr ""
150
 
151
  # @ profilebuilder
152
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
153
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1265
154
  msgid "Name"
155
  msgstr "Jméno"
156
 
157
  # @ profilebuilder
158
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
159
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
160
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1286
161
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
162
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:527
163
  msgid "Username"
164
  msgstr "Uživatelské jméno"
165
 
@@ -210,21 +210,21 @@ msgstr ""
210
 
211
  # @ profilebuilder
212
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
213
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1310
214
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
215
  msgid "First Name"
216
  msgstr "Křestní jméno"
217
 
218
  # @ profilebuilder
219
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
220
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1334
221
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
222
  msgid "Last Name"
223
  msgstr "Příjmení"
224
 
225
  # @ profilebuilder
226
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
227
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1358
228
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
229
  msgid "Nickname"
230
  msgstr "Přezdívka"
@@ -236,13 +236,13 @@ msgstr "Veřejně zobrazovat jako"
236
 
237
  # @ profilebuilder
238
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
239
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1364
240
  msgid "Contact Info"
241
  msgstr "Kontaktní informace"
242
 
243
  # @ profilebuilder
244
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
245
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1385
246
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
247
  msgid "E-mail"
248
  msgstr "E-mail"
@@ -254,44 +254,44 @@ msgstr "(vyžadováno)"
254
 
255
  # @ profilebuilder
256
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
257
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1409
258
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
259
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:569
260
  msgid "Website"
261
  msgstr "Web"
262
 
263
  # @ profilebuilder
264
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
265
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1433
266
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
267
  msgid "AIM"
268
  msgstr "AIM (AOL Instant Messenger)"
269
 
270
  # @ profilebuilder
271
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
272
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1457
273
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
274
  msgid "Yahoo IM"
275
  msgstr "Yahoo IM"
276
 
277
  # @ profilebuilder
278
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
279
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1481
280
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
281
  msgid "Jabber / Google Talk"
282
  msgstr "Jabber / Google Talk"
283
 
284
  # @ profilebuilder
285
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
286
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1487
287
  msgid "About Yourself"
288
  msgstr "O vás"
289
 
290
  # @ profilebuilder
291
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
292
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1508
293
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
294
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:575
295
  msgid "Biographical Info"
296
  msgstr "Osobní informace"
297
 
@@ -304,7 +304,7 @@ msgstr "Nové heslo"
304
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
305
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
306
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
307
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1546
308
  msgid "Repeat Password"
309
  msgstr "Heslo ještě jednou"
310
 
@@ -346,8 +346,8 @@ msgstr ""
346
 
347
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
348
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
349
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
350
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
351
  msgid "here"
352
  msgstr ""
353
 
@@ -364,7 +364,7 @@ msgstr ""
364
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
365
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
366
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
367
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1541
368
  msgid "Password"
369
  msgstr "Heslo"
370
 
@@ -390,7 +390,7 @@ msgid "ERROR"
390
  msgstr ""
391
 
392
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
393
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:244
394
  msgid ""
395
  "Your account has to be confirmed by an administrator before you can use the "
396
  "\"Password Reset\" feature."
@@ -477,7 +477,7 @@ msgstr ""
477
 
478
  # @ profilebuilder
479
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
480
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:882
481
  msgid "The entered passwords don't match!"
482
  msgstr "Zadaná hesla se neshodují."
483
 
@@ -514,13 +514,7 @@ msgstr "Uživatelské jméno"
514
  msgid "Get New Password"
515
  msgstr "Nové heslo"
516
 
517
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:387
518
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:14
519
- #, php-format
520
- msgid "[%1$s] Activate %2$s"
521
- msgstr ""
522
-
523
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
524
  #, php-format
525
  msgid ""
526
  "To activate your user, please click the following link:\n"
@@ -531,152 +525,153 @@ msgid ""
531
  "\n"
532
  msgstr ""
533
 
534
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:415
 
 
 
 
 
535
  msgid "Invalid activation key!"
536
  msgstr ""
537
 
538
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:419
539
  msgid "The user is already active!"
540
  msgstr ""
541
 
542
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:434
543
  msgid "Could not create user!"
544
  msgstr ""
545
 
546
  # @ profilebuilder
547
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:444
548
  #, fuzzy
549
  msgid "That username is already activated!"
550
  msgstr "Omlouváme se, ale toto uživatelské jméno již existuje."
551
 
552
  # @ profilebuilder
553
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:460
554
  #, fuzzy
555
  msgid "The user was successfully activated."
556
  msgstr "Sériové číslo bylo úspěšně ověřeno! Děkujeme."
557
 
558
  # @ profilebuilder
559
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:462
560
  #, fuzzy
561
  msgid "There was an error while trying to activate the user."
562
  msgstr "Došlo k chybě při pokusu nahrát tyto přílohy: <br/>"
563
 
564
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:496
565
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:19
566
  #, php-format
567
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
568
  msgstr ""
569
 
570
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
571
  msgid ""
572
  "The \"Admin Approval\" feature was activated at the time of registration, so "
573
  "please remember that you need to approve this user before he/she can log in!"
574
  msgstr ""
575
 
576
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
577
  msgid "A new subscriber has (been) registered!"
578
  msgstr ""
579
 
580
  # @ profilebuilder
581
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:515
582
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:8
583
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:10
584
  #, fuzzy
585
  msgid "A new account has been created for you."
586
  msgstr "Uživatelský účet pro %1$s byl vytvořen."
587
 
588
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:518
589
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:9
590
  #, php-format
591
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
592
  msgstr ""
593
 
594
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:520
595
  msgid ""
596
  "Before you can access your account, an administrator needs to approve it. "
597
  "You will be notified via email."
598
  msgstr ""
599
 
600
  # @ profilebuilder
601
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:871
602
  msgid "A username is required for registration."
603
  msgstr "Uživatelské jméno je nutné pro registraci."
604
 
605
  # @ profilebuilder
606
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:873
607
  msgid "Sorry, that username already exists!"
608
  msgstr "Omlouváme se, ale toto uživatelské jméno již existuje."
609
 
610
  # @ profilebuilder
611
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:875
612
  msgid "You must enter a valid email address."
613
  msgstr "Musíte zadat platnou e-mailovou adresu."
614
 
615
  # @ profilebuilder
616
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:877
617
  msgid "Sorry, that email address is already used!"
618
  msgstr "Omlouváme se, ale tato e-mailová adresa je již zaregistrována."
619
 
620
  # @ profilebuilder
621
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
622
  msgid "You didn't complete one of the password-fields!"
623
  msgstr "Nebyla vyplněna obě pole hesla."
624
 
625
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
626
  msgid "Only files with the following extension(s) can be uploaded:"
627
  msgstr ""
628
 
629
  # @ profilebuilder
630
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
631
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
632
  #, fuzzy
633
  msgid "The account was NOT created!"
634
  msgstr "Uživatelský účet pro %1$s byl vytvořen."
635
 
636
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:896
637
  msgid "You must agree to the terms and conditions before registering!"
638
  msgstr ""
639
 
640
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
641
  msgid "(Several required fields were left uncompleted)"
642
  msgstr ""
643
 
644
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
645
  msgid "This username is already reserved to be used soon."
646
  msgstr ""
647
 
648
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
649
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
650
  msgid "Please try a different one!"
651
  msgstr ""
652
 
653
  # @ profilebuilder
654
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
655
  #, fuzzy
656
  msgid "This email address is already reserved to be used soon."
657
  msgstr "Omlouváme se, ale tato e-mailová adresa je již zaregistrována."
658
 
659
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
660
  msgid "You are logged in as"
661
  msgstr ""
662
 
663
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
664
  msgid "You don't need another account."
665
  msgstr ""
666
 
667
  # @ profilebuilder
668
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
669
  #, fuzzy
670
  msgid "Log out of this account."
671
  msgstr "Odhlásit se"
672
 
673
  # @ profilebuilder
674
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
675
  #, fuzzy
676
  msgid "Logout"
677
  msgstr "Odhlásit se &raquo;"
678
 
679
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1156
680
  #, php-format
681
  msgid ""
682
  "An email has been sent to %1$s with information on how to activate his/her "
@@ -684,52 +679,52 @@ msgid ""
684
  msgstr ""
685
 
686
  # @ profilebuilder
687
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
688
  #, fuzzy, php-format
689
  msgid "A user account has been created for %1$s."
690
  msgstr "Uživatelský účet pro %1$s byl vytvořen."
691
 
692
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
693
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
694
  #, php-format
695
  msgid ""
696
  "You will soon be redirected automatically. If you see this page for more "
697
  "than 3 seconds, please click %1$s.%2$s"
698
  msgstr ""
699
 
700
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1185
701
  msgid ""
702
  "An email has been sent to you with information on how to activate your "
703
  "account."
704
  msgstr ""
705
 
706
  # @ profilebuilder
707
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1189
708
  #, fuzzy, php-format
709
  msgid "Thank you for registering %1$s."
710
  msgstr "Děkujeme za registraci, %1$s."
711
 
712
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1216
713
  msgid "An error occured while trying to send the notification email."
714
  msgstr ""
715
 
716
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
717
  msgid "An email containing activation instructions was successfully sent."
718
  msgstr ""
719
 
720
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1226
721
  msgid "An email containing the username and password was successfully sent."
722
  msgstr ""
723
 
724
  # @ profilebuilder
725
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1242
726
  msgid "Users can register themselves or you can manually create users here."
727
  msgstr ""
728
  "Uživatelé se mohou zaregistrovat sami, případně můžete manuálně vytvářet "
729
  "uživatele zde."
730
 
731
  # @ profilebuilder
732
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1247
733
  msgid ""
734
  "Users cannot currently register themselves, but you can manually create "
735
  "users here."
@@ -737,53 +732,53 @@ msgstr ""
737
  "Uživatelé se nemohou sami zaregistrovat, ale můžete je ručně vytvářet zde."
738
 
739
  # @ profilebuilder
740
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1252
741
  msgid "Only an administrator can add new users."
742
  msgstr "Pouze administrátor může přidávat nové uživatele."
743
 
744
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1275
745
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
746
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
747
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
748
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
749
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
750
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
751
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
752
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
753
  msgid ""
754
  "This field must be filled out before registering (It was marked as required "
755
  "by the administrator)"
756
  msgstr ""
757
 
758
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1296
759
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1320
760
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1344
761
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1371
762
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1395
763
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1419
764
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1443
765
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1467
766
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1494
767
  msgid "This field is marked as required by the administrator"
768
  msgstr ""
769
 
770
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1569
771
  msgid "Anti-Spam"
772
  msgstr ""
773
 
774
  # @ profilebuilder
775
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1590
776
  #, fuzzy
777
  msgid "Send these credentials via email."
778
  msgstr "Odeslat tyto přihlašovací údaje e-mailem."
779
 
780
  # @ profilebuilder
781
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
782
  msgid "Add User"
783
  msgstr "Přidat uživatele"
784
 
785
  # @ profilebuilder
786
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
787
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
788
  msgid "Register"
789
  msgstr "Registrovat"
@@ -825,8 +820,6 @@ msgstr "Výchozí"
825
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
826
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
827
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
828
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:33
829
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:415
830
  msgid "Show"
831
  msgstr "Zobrazit"
832
 
@@ -844,8 +837,6 @@ msgstr "Zobrazit"
844
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
845
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
846
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
847
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:34
848
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:416
849
  msgid "Hide"
850
  msgstr "Skrýt"
851
 
@@ -853,12 +844,10 @@ msgstr "Skrýt"
853
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
854
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
855
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
856
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:59
857
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
858
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:377
859
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:650
860
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
861
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:401
862
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
863
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
864
  msgid "Save Changes"
@@ -1126,7 +1115,7 @@ msgstr "Nové heslo"
1126
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1127
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1128
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1129
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:39
1130
  msgid "General Settings"
1131
  msgstr ""
1132
 
@@ -1237,24 +1226,20 @@ msgid "Status"
1237
  msgstr ""
1238
 
1239
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
 
1240
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
1241
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:32
1242
  msgid "User-Listing"
1243
  msgstr ""
1244
 
1245
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1246
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1247
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
1248
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:43
1249
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:50
1250
  msgid "Active"
1251
  msgstr ""
1252
 
1253
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1254
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1255
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
1256
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:44
1257
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:51
1258
  msgid "Inactive"
1259
  msgstr ""
1260
 
@@ -1270,18 +1255,6 @@ msgstr ""
1270
  msgid "reCAPTCHA"
1271
  msgstr ""
1272
 
1273
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:41
1274
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:42
1275
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:43
1276
- msgid "User Email Customizer"
1277
- msgstr ""
1278
-
1279
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:48
1280
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:424
1281
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:425
1282
- msgid "Admin Email Customizer"
1283
- msgstr ""
1284
-
1285
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1286
  msgid "Redirects on custom page requests:"
1287
  msgstr ""
@@ -1361,210 +1334,6 @@ msgid ""
1361
  "manage options)."
1362
  msgstr ""
1363
 
1364
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:11
1365
- #, php-format
1366
- msgid ""
1367
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1368
- ">Before you can access your account, an administrator needs to approve it. "
1369
- "You will be notified via email."
1370
- msgstr ""
1371
-
1372
- # @ profilebuilder
1373
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:12
1374
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1375
- #, fuzzy, php-format
1376
- msgid "Your account on %1$s has been approved!"
1377
- msgstr "Uživatelský účet pro %1$s byl vytvořen."
1378
-
1379
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:13
1380
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1381
- #, php-format
1382
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1383
- msgstr ""
1384
-
1385
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:15
1386
- #, php-format
1387
- msgid ""
1388
- "To activate your user, please click the following link:\n"
1389
- "\n"
1390
- "%s\n"
1391
- "\n"
1392
- "After you activate, you will receive *another email* with your login.\n"
1393
- "\n"
1394
- msgstr ""
1395
-
1396
- # @ profilebuilder
1397
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:16
1398
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:55
1399
- #, fuzzy, php-format
1400
- msgid "Your account on %1$s has been unapproved!"
1401
- msgstr "Uživatelský účet pro %1$s byl vytvořen."
1402
-
1403
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:17
1404
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:56
1405
- #, php-format
1406
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1407
- msgstr ""
1408
-
1409
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:18
1410
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:20
1411
- #, php-format
1412
- msgid "[%1$s] A new subscriber has (been) registered!"
1413
- msgstr ""
1414
-
1415
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:21
1416
- #, php-format
1417
- msgid ""
1418
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1419
- "\"Admin Approval\" feature was activated at the time of registration, so "
1420
- "please remember that you need to approve this user before he/she can log in!"
1421
- msgstr ""
1422
-
1423
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:46
1424
- msgid "Here you can customize all the emails sent the users."
1425
- msgstr ""
1426
-
1427
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:49
1428
- msgid ""
1429
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1430
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1431
- "save.</span>"
1432
- msgstr ""
1433
-
1434
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:52
1435
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:434
1436
- msgid "From (name): "
1437
- msgstr ""
1438
-
1439
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:60
1440
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:76
1441
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:119
1442
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:175
1443
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:231
1444
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:291
1445
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:336
1446
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:442
1447
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:458
1448
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:502
1449
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:555
1450
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:609
1451
- msgid "Available Merge Tags"
1452
- msgstr ""
1453
-
1454
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:68
1455
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:450
1456
- msgid "From (reply-to email): "
1457
- msgstr ""
1458
-
1459
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:92
1460
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:475
1461
- msgid "Default Registration"
1462
- msgstr ""
1463
-
1464
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:100
1465
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:156
1466
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:212
1467
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:272
1468
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:317
1469
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:483
1470
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:536
1471
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:590
1472
- msgid "Email Subject: "
1473
- msgstr ""
1474
-
1475
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:108
1476
- msgid ""
1477
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1478
- "<span style=\"color:red\">user</span> upon registration.</span>"
1479
- msgstr ""
1480
-
1481
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:147
1482
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:528
1483
- msgid "Registration with Email Confirmation"
1484
- msgstr ""
1485
-
1486
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:164
1487
- msgid ""
1488
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1489
- "<span style=\"color:red\">user</span> upon registration with email "
1490
- "confirmation.</span>"
1491
- msgstr ""
1492
-
1493
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:203
1494
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:582
1495
- msgid "Registration with Admin Approval"
1496
- msgstr ""
1497
-
1498
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:220
1499
- msgid ""
1500
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1501
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1502
- "</span>"
1503
- msgstr ""
1504
-
1505
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:259
1506
- msgid "Admin Approval Notificaitons (on status change)"
1507
- msgstr ""
1508
-
1509
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:267
1510
- msgid "Message Sent to the User Upon Approval"
1511
- msgstr ""
1512
-
1513
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:280
1514
- msgid ""
1515
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1516
- "<span style=\"color:red\">user</span> upon approval.</span>"
1517
- msgstr ""
1518
-
1519
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:312
1520
- msgid "Message Sent to the User Upon Unapproval"
1521
- msgstr ""
1522
-
1523
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:325
1524
- msgid ""
1525
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1526
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1527
- msgstr ""
1528
-
1529
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:428
1530
- msgid "Here you can customize all the emails sent the administrator."
1531
- msgstr ""
1532
-
1533
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:431
1534
- msgid ""
1535
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1536
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1537
- "</span>"
1538
- msgstr ""
1539
-
1540
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:491
1541
- msgid ""
1542
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1543
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1544
- msgstr ""
1545
-
1546
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:544
1547
- msgid ""
1548
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1549
- "<span style=\"color:red\">administrator</span> upon user registration with "
1550
- "email confirmation.</span>"
1551
- msgstr ""
1552
-
1553
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:598
1554
- msgid ""
1555
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1556
- "<span style=\"color:red\">administrator</span> upon user registration with "
1557
- "admin approval.</span>"
1558
- msgstr ""
1559
-
1560
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:752
1561
- msgid "approved"
1562
- msgstr ""
1563
-
1564
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:761
1565
- msgid "unapproved"
1566
- msgstr ""
1567
-
1568
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1569
  msgid "Could not open socket!"
1570
  msgstr ""
@@ -1619,194 +1388,190 @@ msgstr ""
1619
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1620
  msgstr ""
1621
 
1622
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1623
  msgid ""
1624
  "To create a page containing the users registered to this current site/blog, "
1625
  "insert the following shortcode in a (blank) page: "
1626
  msgstr ""
1627
 
1628
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1629
  msgid ""
1630
  "For instance, to create a userlisting shortcode listing only the editors and "
1631
  "authors, visible to only the users currently logged in, you would use:"
1632
  msgstr ""
1633
 
1634
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1635
  msgid ""
1636
  "You can also create a userlisting page that displays users having a certain "
1637
  "meta-value within a certain (extra) meta-field like so:"
1638
  msgstr ""
1639
 
1640
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1641
  msgid ""
1642
  "Remember though, that the field-value combination must exist in the database."
1643
  msgstr ""
1644
 
1645
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:41
1646
  msgid "These settings are applied to the front-end userlisting."
1647
  msgstr ""
1648
 
1649
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:47
1650
  msgid "Number of Users/Page: "
1651
  msgstr ""
1652
 
1653
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:64
1654
- msgid "Default Sorting Criteria: "
1655
- msgstr ""
1656
-
1657
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:94
1658
  msgid "Default Sorting Order: "
1659
  msgstr ""
1660
 
1661
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:105
1662
  msgid "\"All-Userlisting\" Template"
1663
  msgstr ""
1664
 
1665
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:107
1666
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:249
1667
  msgid ""
1668
  "With the userlisting templates you can customize the look, feel and "
1669
  "information listed by the shortcode."
1670
  msgstr ""
1671
 
1672
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:108
1673
  msgid ""
1674
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1675
  "on each page access where the shortcode is present."
1676
  msgstr ""
1677
 
1678
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:112
1679
  msgid "Avatar size: "
1680
  msgstr ""
1681
 
1682
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:128
1683
  msgid "Insert \"Sort By\" Field:"
1684
  msgstr ""
1685
 
1686
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1687
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:255
1688
  msgid "Insert \"User-Meta\" Field:"
1689
  msgstr ""
1690
 
1691
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:187
1692
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:293
1693
  msgid "Insert Extra Functions:"
1694
  msgstr ""
1695
 
1696
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:202
1697
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1698
  msgstr ""
1699
 
1700
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:204
1701
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:307
1702
  msgid ""
1703
  "If you wish to use a default userlisting, just copy the following code and "
1704
  "paste it in the textarea below:"
1705
  msgstr ""
1706
 
1707
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:247
1708
  msgid "\"Single-Userlisting\" Template"
1709
  msgstr ""
1710
 
1711
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:250
1712
  msgid ""
1713
  "The \"Single User Listing\" template is used to list an individual user. "
1714
  "It's displayed when clickin on the \"more info\" link."
1715
  msgstr ""
1716
 
1717
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:305
1718
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1719
  msgstr ""
1720
 
1721
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1722
  msgid ""
1723
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1724
  msgstr ""
1725
 
1726
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1727
  msgid "You can find it in Profile Builder's menu."
1728
  msgstr ""
1729
 
1730
  # @ profilebuilder
1731
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:436
1732
  #, fuzzy
1733
  msgid "You need to be logged in to view the userlisting!"
1734
  msgstr "Pro úpravu profilu je nutné se přihlásit."
1735
 
1736
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:472
1737
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
1738
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1739
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1354
1740
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1440
1741
  msgid "Search Users by All Fields"
1742
  msgstr ""
1743
 
1744
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1745
  msgid "Leave Blank and Press Search to List All Users"
1746
  msgstr ""
1747
 
1748
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:520
1749
  msgid "Search"
1750
  msgstr ""
1751
 
1752
  # @ profilebuilder
1753
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:533
1754
  #, fuzzy
1755
  msgid "First/Lastname"
1756
  msgstr "Křestní jméno"
1757
 
1758
  # @ profilebuilder
1759
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:539
1760
  #, fuzzy
1761
  msgid "Email"
1762
  msgstr "E-mail"
1763
 
1764
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:545
1765
  msgid "Sign-up Date"
1766
  msgstr ""
1767
 
1768
  # @ profilebuilder
1769
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:551
1770
  #, fuzzy
1771
  msgid "Firstname"
1772
  msgstr "Křestní jméno"
1773
 
1774
  # @ profilebuilder
1775
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:557
1776
  #, fuzzy
1777
  msgid "Lastname"
1778
  msgstr "Příjmení"
1779
 
1780
  # @ profilebuilder
1781
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:563
1782
  #, fuzzy
1783
  msgid "Display Name"
1784
  msgstr "Křestní jméno"
1785
 
1786
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:581
1787
  msgid "Posts"
1788
  msgstr ""
1789
 
1790
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1791
  msgid "Click here to see more information about this user"
1792
  msgstr ""
1793
 
1794
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1795
  msgid "More..."
1796
  msgstr ""
1797
 
1798
  # @ profilebuilder
1799
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:824
1800
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1801
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1802
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1803
  #, fuzzy
1804
  msgid "No uploaded attachment"
1805
  msgstr "Příloha \""
1806
 
1807
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:826
1808
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1809
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1189
1810
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1811
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1812
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
@@ -1815,19 +1580,19 @@ msgstr "Příloha \""
1815
  msgid "Click to see the current attachment"
1816
  msgstr ""
1817
 
1818
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1819
  msgid "Click here to go back"
1820
  msgstr ""
1821
 
1822
  # @ profilebuilder
1823
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1824
  #, fuzzy
1825
  msgid "Back"
1826
  msgstr "Černý"
1827
 
1828
  # @ profilebuilder
1829
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1830
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1831
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1832
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1833
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
@@ -1836,122 +1601,122 @@ msgstr "Černý"
1836
  msgid "Current file"
1837
  msgstr "Aktuální soubor"
1838
 
1839
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1187
1840
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1841
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1842
  msgid "Avatar"
1843
  msgstr ""
1844
 
1845
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1244
1846
  msgid "No results found!"
1847
  msgstr ""
1848
 
1849
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1337
1850
  msgid "&laquo;&laquo; First"
1851
  msgstr ""
1852
 
1853
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1338
1854
  msgid "&laquo; Prev"
1855
  msgstr ""
1856
 
1857
  # @ profilebuilder
1858
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1339
1859
  #, fuzzy
1860
  msgid "Next &raquo; "
1861
  msgstr "Odhlásit se &raquo;"
1862
 
1863
  # @ profilebuilder
1864
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1340
1865
  #, fuzzy
1866
  msgid "Last &raquo;&raquo;"
1867
  msgstr "Odhlásit se &raquo;"
1868
 
1869
  # @ profilebuilder
1870
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1871
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1872
  #, fuzzy
1873
  msgid "You must give your option a title."
1874
  msgstr "Pro úpravu profilu je nutné se přihlásit."
1875
 
1876
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1877
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1878
  msgid "You have entered an invalid meta-key format!"
1879
  msgstr ""
1880
 
1881
  # @ profilebuilder
1882
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:298
1883
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:441
1884
  #, fuzzy
1885
  msgid "You must enter a valid meta-key."
1886
  msgstr "Musíte zadat platnou e-mailovou adresu."
1887
 
1888
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:304
1889
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:314
1890
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:451
1891
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:463
1892
  msgid "That meta-key is already in use."
1893
  msgstr ""
1894
 
1895
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:321
1896
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:471
1897
  msgid ""
1898
  "There is already an avatar input-type. You can only have one avatar present."
1899
  msgstr ""
1900
 
1901
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:328
1902
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:478
1903
  msgid ""
1904
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1905
  "have one present."
1906
  msgstr ""
1907
 
1908
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1909
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1910
  msgid "The textarea row value must be numeric."
1911
  msgstr ""
1912
 
1913
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:337
1914
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:487
1915
  msgid "The maxlength attribute must be numeric."
1916
  msgstr ""
1917
 
1918
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:344
1919
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:494
1920
  msgid "The value must be between 20 and 200!"
1921
  msgstr ""
1922
 
1923
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1924
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1925
  msgid "The width component of the entered value must be numeric!"
1926
  msgstr ""
1927
 
1928
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1929
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1930
  msgid "The height component of the entered value must be numeric!"
1931
  msgstr ""
1932
 
1933
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1934
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1935
  msgid "The width component of the entered value must be between 20 and 200!"
1936
  msgstr ""
1937
 
1938
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:355
1939
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:505
1940
  msgid "The height component of the entered value must be between 20 and 200!"
1941
  msgstr ""
1942
 
1943
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:357
1944
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:507
1945
  msgid "The pair of values entered didn't have the right format (width,height)!"
1946
  msgstr ""
1947
 
1948
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:360
1949
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:510
1950
  msgid "The entered avatar size must be numeric!"
1951
  msgstr ""
1952
 
1953
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:394
1954
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:570
1955
  msgid "There was an error, please try again."
1956
  msgstr ""
1957
 
@@ -1963,40 +1728,62 @@ msgstr ""
1963
  msgid "the current user?"
1964
  msgstr ""
1965
 
1966
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:122
1967
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1968
  msgid "Approve"
1969
  msgstr ""
1970
 
1971
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:123
1972
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:213
1973
  msgid "Unapproved"
1974
  msgstr ""
1975
 
1976
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:134
1977
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:164
1978
  msgid "Unapprove"
1979
  msgstr ""
1980
 
1981
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:135
1982
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:210
1983
  msgid "Approved"
1984
  msgstr ""
1985
 
1986
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:163
1987
  msgid "unapprove"
1988
  msgstr ""
1989
 
1990
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1991
  msgid "approve"
1992
  msgstr ""
1993
 
1994
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1995
  #, php-format
1996
  msgid "Are you sure you want to %1$s this user?"
1997
  msgstr ""
1998
 
1999
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:232
2000
  msgid ""
2001
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
2002
  "before you can log in."
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-01-10 11:29+0200\n"
6
+ "PO-Revision-Date: 2013-01-10 11:29+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:585
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
136
 
137
  # @ profilebuilder
138
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
139
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:897
140
  #, fuzzy
141
  msgid "There was an error while trying to upload the following attachment(s)"
142
  msgstr "Došlo k chybě při pokusu nahrát tyto přílohy: <br/>"
150
 
151
  # @ profilebuilder
152
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
153
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1277
154
  msgid "Name"
155
  msgstr "Jméno"
156
 
157
  # @ profilebuilder
158
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
159
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
160
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1298
161
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
162
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
163
  msgid "Username"
164
  msgstr "Uživatelské jméno"
165
 
210
 
211
  # @ profilebuilder
212
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
213
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1322
214
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
215
  msgid "First Name"
216
  msgstr "Křestní jméno"
217
 
218
  # @ profilebuilder
219
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
220
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1346
221
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
222
  msgid "Last Name"
223
  msgstr "Příjmení"
224
 
225
  # @ profilebuilder
226
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
227
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1370
228
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
229
  msgid "Nickname"
230
  msgstr "Přezdívka"
236
 
237
  # @ profilebuilder
238
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
239
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1376
240
  msgid "Contact Info"
241
  msgstr "Kontaktní informace"
242
 
243
  # @ profilebuilder
244
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
245
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1397
246
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
247
  msgid "E-mail"
248
  msgstr "E-mail"
254
 
255
  # @ profilebuilder
256
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
257
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1421
258
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
259
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:540
260
  msgid "Website"
261
  msgstr "Web"
262
 
263
  # @ profilebuilder
264
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
265
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1445
266
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
267
  msgid "AIM"
268
  msgstr "AIM (AOL Instant Messenger)"
269
 
270
  # @ profilebuilder
271
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
272
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1469
273
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
274
  msgid "Yahoo IM"
275
  msgstr "Yahoo IM"
276
 
277
  # @ profilebuilder
278
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
279
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1493
280
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
281
  msgid "Jabber / Google Talk"
282
  msgstr "Jabber / Google Talk"
283
 
284
  # @ profilebuilder
285
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
286
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1499
287
  msgid "About Yourself"
288
  msgstr "O vás"
289
 
290
  # @ profilebuilder
291
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
292
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1520
293
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
294
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:546
295
  msgid "Biographical Info"
296
  msgstr "Osobní informace"
297
 
304
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
305
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
306
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
307
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1558
308
  msgid "Repeat Password"
309
  msgstr "Heslo ještě jednou"
310
 
346
 
347
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
348
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
349
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
350
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
351
  msgid "here"
352
  msgstr ""
353
 
364
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
365
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
366
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
367
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1553
368
  msgid "Password"
369
  msgstr "Heslo"
370
 
390
  msgstr ""
391
 
392
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
393
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:248
394
  msgid ""
395
  "Your account has to be confirmed by an administrator before you can use the "
396
  "\"Password Reset\" feature."
477
 
478
  # @ profilebuilder
479
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
480
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:894
481
  msgid "The entered passwords don't match!"
482
  msgstr "Zadaná hesla se neshodují."
483
 
514
  msgid "Get New Password"
515
  msgstr "Nové heslo"
516
 
517
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:386
 
 
 
 
 
 
518
  #, php-format
519
  msgid ""
520
  "To activate your user, please click the following link:\n"
525
  "\n"
526
  msgstr ""
527
 
528
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
529
+ #, php-format
530
+ msgid "[%1$s] Activate %2$s"
531
+ msgstr ""
532
+
533
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:418
534
  msgid "Invalid activation key!"
535
  msgstr ""
536
 
537
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:422
538
  msgid "The user is already active!"
539
  msgstr ""
540
 
541
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:437
542
  msgid "Could not create user!"
543
  msgstr ""
544
 
545
  # @ profilebuilder
546
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:447
547
  #, fuzzy
548
  msgid "That username is already activated!"
549
  msgstr "Omlouváme se, ale toto uživatelské jméno již existuje."
550
 
551
  # @ profilebuilder
552
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:463
553
  #, fuzzy
554
  msgid "The user was successfully activated."
555
  msgstr "Sériové číslo bylo úspěšně ověřeno! Děkujeme."
556
 
557
  # @ profilebuilder
558
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:465
559
  #, fuzzy
560
  msgid "There was an error while trying to activate the user."
561
  msgstr "Došlo k chybě při pokusu nahrát tyto přílohy: <br/>"
562
 
563
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
 
564
  #, php-format
565
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
566
  msgstr ""
567
 
568
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
569
  msgid ""
570
  "The \"Admin Approval\" feature was activated at the time of registration, so "
571
  "please remember that you need to approve this user before he/she can log in!"
572
  msgstr ""
573
 
574
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:504
575
  msgid "A new subscriber has (been) registered!"
576
  msgstr ""
577
 
578
  # @ profilebuilder
579
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:522
 
 
580
  #, fuzzy
581
  msgid "A new account has been created for you."
582
  msgstr "Uživatelský účet pro %1$s byl vytvořen."
583
 
584
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:525
 
585
  #, php-format
586
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
587
  msgstr ""
588
 
589
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:527
590
  msgid ""
591
  "Before you can access your account, an administrator needs to approve it. "
592
  "You will be notified via email."
593
  msgstr ""
594
 
595
  # @ profilebuilder
596
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:883
597
  msgid "A username is required for registration."
598
  msgstr "Uživatelské jméno je nutné pro registraci."
599
 
600
  # @ profilebuilder
601
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
602
  msgid "Sorry, that username already exists!"
603
  msgstr "Omlouváme se, ale toto uživatelské jméno již existuje."
604
 
605
  # @ profilebuilder
606
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:887
607
  msgid "You must enter a valid email address."
608
  msgstr "Musíte zadat platnou e-mailovou adresu."
609
 
610
  # @ profilebuilder
611
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:889
612
  msgid "Sorry, that email address is already used!"
613
  msgstr "Omlouváme se, ale tato e-mailová adresa je již zaregistrována."
614
 
615
  # @ profilebuilder
616
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
617
  msgid "You didn't complete one of the password-fields!"
618
  msgstr "Nebyla vyplněna obě pole hesla."
619
 
620
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
621
  msgid "Only files with the following extension(s) can be uploaded:"
622
  msgstr ""
623
 
624
  # @ profilebuilder
625
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
626
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
627
  #, fuzzy
628
  msgid "The account was NOT created!"
629
  msgstr "Uživatelský účet pro %1$s byl vytvořen."
630
 
631
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:908
632
  msgid "You must agree to the terms and conditions before registering!"
633
  msgstr ""
634
 
635
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
636
  msgid "(Several required fields were left uncompleted)"
637
  msgstr ""
638
 
639
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
640
  msgid "This username is already reserved to be used soon."
641
  msgstr ""
642
 
643
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
644
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
645
  msgid "Please try a different one!"
646
  msgstr ""
647
 
648
  # @ profilebuilder
649
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
650
  #, fuzzy
651
  msgid "This email address is already reserved to be used soon."
652
  msgstr "Omlouváme se, ale tato e-mailová adresa je již zaregistrována."
653
 
654
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
655
  msgid "You are logged in as"
656
  msgstr ""
657
 
658
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
659
  msgid "You don't need another account."
660
  msgstr ""
661
 
662
  # @ profilebuilder
663
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
664
  #, fuzzy
665
  msgid "Log out of this account."
666
  msgstr "Odhlásit se"
667
 
668
  # @ profilebuilder
669
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
670
  #, fuzzy
671
  msgid "Logout"
672
  msgstr "Odhlásit se &raquo;"
673
 
674
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1168
675
  #, php-format
676
  msgid ""
677
  "An email has been sent to %1$s with information on how to activate his/her "
679
  msgstr ""
680
 
681
  # @ profilebuilder
682
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1172
683
  #, fuzzy, php-format
684
  msgid "A user account has been created for %1$s."
685
  msgstr "Uživatelský účet pro %1$s byl vytvořen."
686
 
687
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
688
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
689
  #, php-format
690
  msgid ""
691
  "You will soon be redirected automatically. If you see this page for more "
692
  "than 3 seconds, please click %1$s.%2$s"
693
  msgstr ""
694
 
695
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1197
696
  msgid ""
697
  "An email has been sent to you with information on how to activate your "
698
  "account."
699
  msgstr ""
700
 
701
  # @ profilebuilder
702
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1201
703
  #, fuzzy, php-format
704
  msgid "Thank you for registering %1$s."
705
  msgstr "Děkujeme za registraci, %1$s."
706
 
707
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1228
708
  msgid "An error occured while trying to send the notification email."
709
  msgstr ""
710
 
711
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1233
712
  msgid "An email containing activation instructions was successfully sent."
713
  msgstr ""
714
 
715
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1238
716
  msgid "An email containing the username and password was successfully sent."
717
  msgstr ""
718
 
719
  # @ profilebuilder
720
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1254
721
  msgid "Users can register themselves or you can manually create users here."
722
  msgstr ""
723
  "Uživatelé se mohou zaregistrovat sami, případně můžete manuálně vytvářet "
724
  "uživatele zde."
725
 
726
  # @ profilebuilder
727
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1259
728
  msgid ""
729
  "Users cannot currently register themselves, but you can manually create "
730
  "users here."
732
  "Uživatelé se nemohou sami zaregistrovat, ale můžete je ručně vytvářet zde."
733
 
734
  # @ profilebuilder
735
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1264
736
  msgid "Only an administrator can add new users."
737
  msgstr "Pouze administrátor může přidávat nové uživatele."
738
 
739
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1287
740
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1311
741
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1335
742
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1359
743
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1410
744
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1434
745
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1458
746
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1482
747
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1509
748
  msgid ""
749
  "This field must be filled out before registering (It was marked as required "
750
  "by the administrator)"
751
  msgstr ""
752
 
753
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1308
754
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1332
755
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1356
756
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1383
757
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1407
758
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1431
759
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1455
760
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1479
761
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1506
762
  msgid "This field is marked as required by the administrator"
763
  msgstr ""
764
 
765
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1581
766
  msgid "Anti-Spam"
767
  msgstr ""
768
 
769
  # @ profilebuilder
770
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1602
771
  #, fuzzy
772
  msgid "Send these credentials via email."
773
  msgstr "Odeslat tyto přihlašovací údaje e-mailem."
774
 
775
  # @ profilebuilder
776
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
777
  msgid "Add User"
778
  msgstr "Přidat uživatele"
779
 
780
  # @ profilebuilder
781
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
782
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
783
  msgid "Register"
784
  msgstr "Registrovat"
820
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
821
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
822
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
 
 
823
  msgid "Show"
824
  msgstr "Zobrazit"
825
 
837
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
838
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
839
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
 
 
840
  msgid "Hide"
841
  msgstr "Skrýt"
842
 
844
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
845
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
846
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
847
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:45
848
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
 
 
849
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
850
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:370
851
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
852
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
853
  msgid "Save Changes"
1115
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1116
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1117
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1118
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:38
1119
  msgid "General Settings"
1120
  msgstr ""
1121
 
1226
  msgstr ""
1227
 
1228
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
1229
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:30
1230
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
 
1231
  msgid "User-Listing"
1232
  msgstr ""
1233
 
1234
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1235
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1236
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
 
 
1237
  msgid "Active"
1238
  msgstr ""
1239
 
1240
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1241
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1242
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
 
 
1243
  msgid "Inactive"
1244
  msgstr ""
1245
 
1255
  msgid "reCAPTCHA"
1256
  msgstr ""
1257
 
 
 
 
 
 
 
 
 
 
 
 
 
1258
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1259
  msgid "Redirects on custom page requests:"
1260
  msgstr ""
1334
  "manage options)."
1335
  msgstr ""
1336
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1337
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1338
  msgid "Could not open socket!"
1339
  msgstr ""
1388
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1389
  msgstr ""
1390
 
1391
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:33
1392
  msgid ""
1393
  "To create a page containing the users registered to this current site/blog, "
1394
  "insert the following shortcode in a (blank) page: "
1395
  msgstr ""
1396
 
1397
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1398
  msgid ""
1399
  "For instance, to create a userlisting shortcode listing only the editors and "
1400
  "authors, visible to only the users currently logged in, you would use:"
1401
  msgstr ""
1402
 
1403
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1404
  msgid ""
1405
  "You can also create a userlisting page that displays users having a certain "
1406
  "meta-value within a certain (extra) meta-field like so:"
1407
  msgstr ""
1408
 
1409
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1410
  msgid ""
1411
  "Remember though, that the field-value combination must exist in the database."
1412
  msgstr ""
1413
 
1414
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:40
1415
  msgid "These settings are applied to the front-end userlisting."
1416
  msgstr ""
1417
 
1418
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:46
1419
  msgid "Number of Users/Page: "
1420
  msgstr ""
1421
 
1422
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:63
 
 
 
 
1423
  msgid "Default Sorting Order: "
1424
  msgstr ""
1425
 
1426
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:74
1427
  msgid "\"All-Userlisting\" Template"
1428
  msgstr ""
1429
 
1430
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:76
1431
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:218
1432
  msgid ""
1433
  "With the userlisting templates you can customize the look, feel and "
1434
  "information listed by the shortcode."
1435
  msgstr ""
1436
 
1437
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:77
1438
  msgid ""
1439
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1440
  "on each page access where the shortcode is present."
1441
  msgstr ""
1442
 
1443
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:81
1444
  msgid "Avatar size: "
1445
  msgstr ""
1446
 
1447
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:97
1448
  msgid "Insert \"Sort By\" Field:"
1449
  msgstr ""
1450
 
1451
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:125
1452
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:224
1453
  msgid "Insert \"User-Meta\" Field:"
1454
  msgstr ""
1455
 
1456
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1457
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:262
1458
  msgid "Insert Extra Functions:"
1459
  msgstr ""
1460
 
1461
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:171
1462
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1463
  msgstr ""
1464
 
1465
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:173
1466
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:276
1467
  msgid ""
1468
  "If you wish to use a default userlisting, just copy the following code and "
1469
  "paste it in the textarea below:"
1470
  msgstr ""
1471
 
1472
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:216
1473
  msgid "\"Single-Userlisting\" Template"
1474
  msgstr ""
1475
 
1476
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:219
1477
  msgid ""
1478
  "The \"Single User Listing\" template is used to list an individual user. "
1479
  "It's displayed when clickin on the \"more info\" link."
1480
  msgstr ""
1481
 
1482
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:274
1483
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1484
  msgstr ""
1485
 
1486
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1487
  msgid ""
1488
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1489
  msgstr ""
1490
 
1491
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1492
  msgid "You can find it in Profile Builder's menu."
1493
  msgstr ""
1494
 
1495
  # @ profilebuilder
1496
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:405
1497
  #, fuzzy
1498
  msgid "You need to be logged in to view the userlisting!"
1499
  msgstr "Pro úpravu profilu je nutné se přihlásit."
1500
 
1501
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:443
1502
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:469
1503
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1504
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1328
1505
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1414
1506
  msgid "Search Users by All Fields"
1507
  msgstr ""
1508
 
1509
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1510
  msgid "Leave Blank and Press Search to List All Users"
1511
  msgstr ""
1512
 
1513
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:491
1514
  msgid "Search"
1515
  msgstr ""
1516
 
1517
  # @ profilebuilder
1518
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:504
1519
  #, fuzzy
1520
  msgid "First/Lastname"
1521
  msgstr "Křestní jméno"
1522
 
1523
  # @ profilebuilder
1524
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:510
1525
  #, fuzzy
1526
  msgid "Email"
1527
  msgstr "E-mail"
1528
 
1529
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1530
  msgid "Sign-up Date"
1531
  msgstr ""
1532
 
1533
  # @ profilebuilder
1534
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:522
1535
  #, fuzzy
1536
  msgid "Firstname"
1537
  msgstr "Křestní jméno"
1538
 
1539
  # @ profilebuilder
1540
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:528
1541
  #, fuzzy
1542
  msgid "Lastname"
1543
  msgstr "Příjmení"
1544
 
1545
  # @ profilebuilder
1546
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:534
1547
  #, fuzzy
1548
  msgid "Display Name"
1549
  msgstr "Křestní jméno"
1550
 
1551
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:552
1552
  msgid "Posts"
1553
  msgstr ""
1554
 
1555
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1556
  msgid "Click here to see more information about this user"
1557
  msgstr ""
1558
 
1559
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1560
  msgid "More..."
1561
  msgstr ""
1562
 
1563
  # @ profilebuilder
1564
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:795
1565
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1566
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1567
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1568
  #, fuzzy
1569
  msgid "No uploaded attachment"
1570
  msgstr "Příloha \""
1571
 
1572
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:797
1573
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1574
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1160
1575
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1576
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1577
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1580
  msgid "Click to see the current attachment"
1581
  msgstr ""
1582
 
1583
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1584
  msgid "Click here to go back"
1585
  msgstr ""
1586
 
1587
  # @ profilebuilder
1588
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1589
  #, fuzzy
1590
  msgid "Back"
1591
  msgstr "Černý"
1592
 
1593
  # @ profilebuilder
1594
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1595
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1596
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1597
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1598
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1601
  msgid "Current file"
1602
  msgstr "Aktuální soubor"
1603
 
1604
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1158
1605
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1606
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1607
  msgid "Avatar"
1608
  msgstr ""
1609
 
1610
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1215
1611
  msgid "No results found!"
1612
  msgstr ""
1613
 
1614
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1311
1615
  msgid "&laquo;&laquo; First"
1616
  msgstr ""
1617
 
1618
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1312
1619
  msgid "&laquo; Prev"
1620
  msgstr ""
1621
 
1622
  # @ profilebuilder
1623
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1313
1624
  #, fuzzy
1625
  msgid "Next &raquo; "
1626
  msgstr "Odhlásit se &raquo;"
1627
 
1628
  # @ profilebuilder
1629
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1314
1630
  #, fuzzy
1631
  msgid "Last &raquo;&raquo;"
1632
  msgstr "Odhlásit se &raquo;"
1633
 
1634
  # @ profilebuilder
1635
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:286
1636
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:429
1637
  #, fuzzy
1638
  msgid "You must give your option a title."
1639
  msgstr "Pro úpravu profilu je nutné se přihlásit."
1640
 
1641
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1642
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1643
  msgid "You have entered an invalid meta-key format!"
1644
  msgstr ""
1645
 
1646
  # @ profilebuilder
1647
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1648
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1649
  #, fuzzy
1650
  msgid "You must enter a valid meta-key."
1651
  msgstr "Musíte zadat platnou e-mailovou adresu."
1652
 
1653
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:300
1654
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:310
1655
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:447
1656
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:459
1657
  msgid "That meta-key is already in use."
1658
  msgstr ""
1659
 
1660
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:317
1661
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:467
1662
  msgid ""
1663
  "There is already an avatar input-type. You can only have one avatar present."
1664
  msgstr ""
1665
 
1666
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:324
1667
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:474
1668
  msgid ""
1669
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1670
  "have one present."
1671
  msgstr ""
1672
 
1673
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:329
1674
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:479
1675
  msgid "The textarea row value must be numeric."
1676
  msgstr ""
1677
 
1678
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1679
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1680
  msgid "The maxlength attribute must be numeric."
1681
  msgstr ""
1682
 
1683
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:340
1684
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:490
1685
  msgid "The value must be between 20 and 200!"
1686
  msgstr ""
1687
 
1688
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:345
1689
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:495
1690
  msgid "The width component of the entered value must be numeric!"
1691
  msgstr ""
1692
 
1693
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:347
1694
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:497
1695
  msgid "The height component of the entered value must be numeric!"
1696
  msgstr ""
1697
 
1698
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1699
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1700
  msgid "The width component of the entered value must be between 20 and 200!"
1701
  msgstr ""
1702
 
1703
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1704
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1705
  msgid "The height component of the entered value must be between 20 and 200!"
1706
  msgstr ""
1707
 
1708
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1709
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1710
  msgid "The pair of values entered didn't have the right format (width,height)!"
1711
  msgstr ""
1712
 
1713
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:356
1714
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:506
1715
  msgid "The entered avatar size must be numeric!"
1716
  msgstr ""
1717
 
1718
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:390
1719
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:566
1720
  msgid "There was an error, please try again."
1721
  msgstr ""
1722
 
1728
  msgid "the current user?"
1729
  msgstr ""
1730
 
1731
+ # @ profilebuilder
1732
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1733
+ #, fuzzy, php-format
1734
+ msgid "Your account on %1$s has been approved!"
1735
+ msgstr "Uživatelský účet pro %1$s byl vytvořen."
1736
+
1737
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1738
+ #, php-format
1739
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
1740
+ msgstr ""
1741
+
1742
+ # @ profilebuilder
1743
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:58
1744
+ #, fuzzy, php-format
1745
+ msgid "Your account on %1$s has been unapproved!"
1746
+ msgstr "Uživatelský účet pro %1$s byl vytvořen."
1747
+
1748
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:59
1749
+ #, php-format
1750
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1751
+ msgstr ""
1752
+
1753
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:126
1754
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:172
1755
  msgid "Approve"
1756
  msgstr ""
1757
 
1758
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:127
1759
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:217
1760
  msgid "Unapproved"
1761
  msgstr ""
1762
 
1763
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:138
1764
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
1765
  msgid "Unapprove"
1766
  msgstr ""
1767
 
1768
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:139
1769
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:214
1770
  msgid "Approved"
1771
  msgstr ""
1772
 
1773
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1774
  msgid "unapprove"
1775
  msgstr ""
1776
 
1777
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1778
  msgid "approve"
1779
  msgstr ""
1780
 
1781
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:175
1782
  #, php-format
1783
  msgid "Are you sure you want to %1$s this user?"
1784
  msgstr ""
1785
 
1786
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:236
1787
  msgid ""
1788
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1789
  "before you can log in."
translation/profilebuilder-da_DK.mo DELETED
Binary file
translation/profilebuilder-da_DK.po DELETED
@@ -1,2314 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: ProfileBuilder\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:45+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:45+0200\n"
7
- "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
- "Language-Team: Reflection Media, Gabriel Barina\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
- "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
- "pro\n"
17
-
18
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:576
20
- #, php-format
21
- msgid ""
22
- "The information size you were trying to submit was larger than %1$sb!<br/"
23
- ">This is usually caused by a large file(s) trying to be uploaded.<br/>Since "
24
- "it was also larger than %2$sb no additional information is available.<br/"
25
- ">The user was NOT created!"
26
- msgstr ""
27
- "Størrelsen på den information som du forsøger at indsende er større end "
28
- "%1$sb!<br/>Dette skyldes ofte at store fil(er) forsøges uploadet.<br/>Siden "
29
- "at det også er større end %2$sb ingen yderligere information er tilgængelige."
30
- "<br/>Brugeren var IKKE oprettet!"
31
-
32
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:554
33
- msgid "You must be logged in to edit your profile."
34
- msgstr "Du skal være logget ind for at redigere din profil."
35
-
36
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:562
37
- msgid "The avatar was successfully deleted."
38
- msgstr "Avataren var successfuldt slettet."
39
-
40
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:567
41
- #, php-format
42
- msgid "The attachment \"%1$s\" was successfully deleted."
43
- msgstr "Vedhæftningen \"%1$s\" var successfuldt slettet."
44
-
45
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:580
46
- msgid "The changes have been successfully saved."
47
- msgstr "Ændringerne er gemt med succes."
48
-
49
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:586
50
- msgid ""
51
- "The email address you entered is already registered to a different user."
52
- msgstr ""
53
- "Den indtastede e-mail adresse er allerede registeret til en anden bruger."
54
-
55
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:586
56
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:594
57
- msgid "The email address was"
58
- msgstr "E-mail adressen var"
59
-
60
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:586
61
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:594
62
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:602
63
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:610
64
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:640
65
- msgid "NOT"
66
- msgstr "IKKE"
67
-
68
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:586
69
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:594
70
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:602
71
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:610
72
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:640
73
- msgid "updated along with the rest of the information."
74
- msgstr "opdateret sammen med resten af informationerne."
75
-
76
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:594
77
- msgid "The email address you entered is invalid."
78
- msgstr "Den indtastede e-mail adresse er ikke gyldig."
79
-
80
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:602
81
- msgid "The passwords you entered do not match."
82
- msgstr "De indtastede adgangskoder er ikke ens."
83
-
84
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:602
85
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:610
86
- msgid "The password was"
87
- msgstr "Adgangskoden var"
88
-
89
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:610
90
- msgid "You didn't complete both password fields."
91
- msgstr "Du har ikke fuldent indtastet begge adgangskoder."
92
-
93
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:616
94
- msgid "Your profile was NOT updated!"
95
- msgstr "Din profil blev IKKE opdateret!"
96
-
97
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:625
98
- msgid "There was an error while trying to upload the following attachments:"
99
- msgstr "Der skete en fejl ved upload af følgende vedhæftninger:"
100
-
101
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:633
102
- #, php-format
103
- msgid ""
104
- "Possible cause: the size was bigger than %1$sb. The listed attachements were "
105
- "%2$sNOT%3$s updated along with the rest of the information."
106
- msgstr ""
107
- "Mulig årsag: størrelsen er større end %1$sb. De listede vedhæftninger var "
108
- "%2$sIKKE%3$s opdateret sammen med de øvrige informationer."
109
-
110
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:640
111
- msgid "There was an error while trying to upload your avatar picture."
112
- msgstr "Der skete en fejl ved upload af dit avatar billede."
113
-
114
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:640
115
- msgid "Possible cause: size/incorrect file-type."
116
- msgstr "Mulig årsag: størrelse/ikke-korrekt filtype"
117
-
118
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:640
119
- msgid "The avatar was"
120
- msgstr "Dit profilbillede var"
121
-
122
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
123
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
124
- msgid "There was an error while trying to upload the following attachment(s)"
125
- msgstr "Der skete en fejl ved upload af dit de(n) følgende vedhæfning(er)"
126
-
127
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:655
128
- #, php-format
129
- msgid ""
130
- "Only files with the following extension(s) can be uploaded: %1$s<br/>This "
131
- "file was %2$sNOT%3$s updated along with the rest of the information."
132
- msgstr ""
133
- "Kun filer med de(n) følgende endels(er) kan uploades: %1$s<br/>Denne fil var "
134
- "%2$sIKKE%3$s opdateret sammen med de øvrige informationer."
135
-
136
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
137
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1265
138
- msgid "Name"
139
- msgstr "Navn"
140
-
141
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
142
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
143
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1286
144
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
145
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:527
146
- msgid "Username"
147
- msgstr "Brugernavn"
148
-
149
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:677
150
- msgid "Usernames cannot be changed."
151
- msgstr "Dit brugernavn kan ikke ændres"
152
-
153
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:686
154
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:706
155
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:726
156
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:746
157
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:796
158
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:817
159
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:835
160
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:853
161
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:871
162
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:892
163
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:64
164
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:166
165
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:232
166
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:297
167
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:362
168
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:428
169
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:482
170
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:530
171
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:593
172
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:702
173
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:747
174
- msgid "This field is marked as required by the administrator."
175
- msgstr "Dette felt er markeret som påkrævet af administratoren."
176
-
177
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:689
178
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:709
179
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:729
180
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:749
181
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:799
182
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:819
183
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:837
184
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:855
185
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:873
186
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:894
187
- msgid ""
188
- "This field wasn't updated because you entered and empty string (It was "
189
- "marked as required by the administrator."
190
- msgstr ""
191
- "Dette felt var ikke opdateret fordi du indtastede en tom streng (det var "
192
- "market som påkrævet af administratoren."
193
-
194
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
195
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1310
196
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
197
- msgid "First Name"
198
- msgstr "Fornavn"
199
-
200
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
201
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1334
202
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
203
- msgid "Last Name"
204
- msgstr "Efternavn"
205
-
206
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
207
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1358
208
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
209
- msgid "Nickname"
210
- msgstr "Kaldenavn"
211
-
212
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:757
213
- msgid "Display name publicly as"
214
- msgstr "Vis navn offentligt som"
215
-
216
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
217
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1364
218
- msgid "Contact Info"
219
- msgstr "Kontakt information"
220
-
221
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
222
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1385
223
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
224
- msgid "E-mail"
225
- msgstr "E-mail"
226
-
227
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:808
228
- msgid "(required)"
229
- msgstr "(påkrævet)"
230
-
231
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
232
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1409
233
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
234
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:569
235
- msgid "Website"
236
- msgstr "Hjemmeside"
237
-
238
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
239
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1433
240
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
241
- msgid "AIM"
242
- msgstr "AIM"
243
-
244
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
245
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1457
246
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
247
- msgid "Yahoo IM"
248
- msgstr "Yahoo IM"
249
-
250
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
251
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1481
252
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
253
- msgid "Jabber / Google Talk"
254
- msgstr "Jabber / Google Talk"
255
-
256
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
257
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1487
258
- msgid "About Yourself"
259
- msgstr "Om dig"
260
-
261
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
262
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1508
263
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
264
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:575
265
- msgid "Biographical Info"
266
- msgstr "Biografisk info"
267
-
268
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:910
269
- msgid "New Password"
270
- msgstr "Ny adgangskode"
271
-
272
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
273
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
274
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
275
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1546
276
- msgid "Repeat Password"
277
- msgstr "Gentag adgangskode"
278
-
279
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:946
280
- msgid "Update"
281
- msgstr "Opdater"
282
-
283
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:41
284
- #, php-format
285
- msgid "You are currently logged in as %1$s. %2$s"
286
- msgstr "Du er logget ind som %1$s. %2$s"
287
-
288
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:41
289
- msgid "Log out of this account"
290
- msgstr "Log ud af denne konto"
291
-
292
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:41
293
- msgid "Log out"
294
- msgstr "Log ud"
295
-
296
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:49
297
- #, php-format
298
- msgid "You have successfully logged in as %1$s"
299
- msgstr "Du har med succes logget ind som %1$s"
300
-
301
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
302
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
303
- #, php-format
304
- msgid ""
305
- "You will soon be redirected automatically. If you see this page for more "
306
- "than 1 second, please click %1$s"
307
- msgstr ""
308
- "Du var snart blive viderestillet automatisk. Hvis du siger denne side i mere "
309
- "end 1 sekund, klik venligst %1$s"
310
-
311
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
312
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
313
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
314
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
315
- msgid "here"
316
- msgstr "her"
317
-
318
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:96
319
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:382
320
- msgid "ERROR:"
321
- msgstr "FEJL:"
322
-
323
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:96
324
- msgid "The username field is empty"
325
- msgstr "Feltet for brugernavn er tomt"
326
-
327
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
328
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
329
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
330
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1541
331
- msgid "Password"
332
- msgstr "Adgangskode"
333
-
334
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:138
335
- msgid "Log in"
336
- msgstr "Log ind"
337
-
338
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:142
339
- msgid "Remember me"
340
- msgstr "Husk mig"
341
-
342
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:157
343
- msgid "Lost password?"
344
- msgstr "Glemt adgangskode?"
345
-
346
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
347
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:177
348
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:224
349
- msgid "ERROR"
350
- msgstr "FEJL"
351
-
352
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
353
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:244
354
- msgid ""
355
- "Your account has to be confirmed by an administrator before you can use the "
356
- "\"Password Reset\" feature."
357
- msgstr ""
358
- "Din konto skal godkendes af en administrator før du kan bruge \"Nulstil "
359
- "adgangskode\" funktionen."
360
-
361
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:153
362
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:200
363
- #, php-format
364
- msgid ""
365
- "A password reset email has been sent to %1$s.<br/>Following the link sent in "
366
- "the email address will reset the password."
367
- msgstr ""
368
- "En adgangskode nulstillings e-mail var sendt til %1$s.<br/>Følg linket sendt "
369
- "i e-mailen, og det vil nulstillet adgangskoden."
370
-
371
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:165
372
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:212
373
- #, php-format
374
- msgid ""
375
- "Someone requested that the password be reset for the following account: <b>"
376
- "%1$s</b><br/>If this was a mistake, just ignore this email and nothing will "
377
- "happen.<br/>To reset your password, visit the following link:%2$s"
378
- msgstr ""
379
- "Nogen forespurgte at adgangskoden for den følgende konto skulle nulstilles: "
380
- "<b>%1$s</b><br/>Hvis dette var en fejl ignore blot denne e-mail og intet vil "
381
- "ske.<br/>For at nulstille din adgangskode, besøg følgende link:%2$s"
382
-
383
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:168
384
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:215
385
- #, php-format
386
- msgid "Password Reset Feature from \"%1$s\""
387
- msgstr "Adgangskode nulstillings funktionalitet fra \"%1$s\""
388
-
389
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:177
390
- #, php-format
391
- msgid "There was an error while trying to send the activation link to %1$s!"
392
- msgstr "Der skete en fejl ved afsendelse af aktiveringslink til %1$s!"
393
-
394
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:187
395
- msgid "The email address entered wasn't found in the database!"
396
- msgstr "Den indtastede e-mail adresse blev ikke fundet i databasen!"
397
-
398
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:187
399
- msgid "Please check that you entered the correct email address."
400
- msgstr "Tjek venligst at du har indtastet den korrekte e-mail adresse."
401
-
402
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:224
403
- msgid "There was an error while trying to send the activation link to "
404
- msgstr "Der skete en fejl i forsøget på at sende aktiveringslinket til"
405
-
406
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:232
407
- msgid "The username entered wasn't found in the database!"
408
- msgstr "Det indtastede brugernavn var ikke fundet i databasen!"
409
-
410
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:232
411
- msgid "Please check that you entered the correct username."
412
- msgstr "Venligst tjek at du har indtastet det korrekte brugernavn."
413
-
414
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:243
415
- msgid "Your password has been successfully changed!"
416
- msgstr "Din adgangskode var successfuldt ændret!"
417
-
418
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:257
419
- #, php-format
420
- msgid "You have successfully reset your password to: %1$s"
421
- msgstr "Du har med succes nulstillet din adgangskode til: %1$s"
422
-
423
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:260
424
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:273
425
- #, php-format
426
- msgid "Password Successfully Reset for %1$s on \"%2$s\""
427
- msgstr "Adgangskode succesfuldt nulstillet for %1$s på \"%2$s\""
428
-
429
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:270
430
- #, php-format
431
- msgid ""
432
- "%1$s has requested a password change via the password reset feature.<br/>His/"
433
- "her new password is:%2$s"
434
- msgstr ""
435
- "%1$s har forespurgt en adgangskode ændret via adgangskode nulstillings "
436
- "funktionen.<br/>Hans/hendes nye adgangskode er :%2$s"
437
-
438
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
439
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:882
440
- msgid "The entered passwords don't match!"
441
- msgstr "De indtastede adgangskoder er ikke ens!"
442
-
443
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:335
444
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:365
445
- msgid "Reset Password"
446
- msgstr "Nulstil adgangskode"
447
-
448
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:382
449
- msgid "Invalid key!"
450
- msgstr "Ikke gyldig nøgle!"
451
-
452
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:397
453
- msgid "Please enter your username or email address."
454
- msgstr "Indtast venligst dit brugernavn eller e-mail adresse."
455
-
456
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:397
457
- msgid "You will receive a link to create a new password via email."
458
- msgstr "Du vil modtage et link via e-mail til oprettelse af ny adgangskode."
459
-
460
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:405
461
- msgid "Username or E-mail"
462
- msgstr "Brugernavn eller E-mail"
463
-
464
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:414
465
- msgid "Get New Password"
466
- msgstr "Få ny adgangskode"
467
-
468
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:387
469
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:14
470
- #, php-format
471
- msgid "[%1$s] Activate %2$s"
472
- msgstr "[%1$s] Aktiver %2$s"
473
-
474
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
475
- #, php-format
476
- msgid ""
477
- "To activate your user, please click the following link:\n"
478
- "\n"
479
- "%s%s%s\n"
480
- "\n"
481
- "After you activate, you will receive *another email* with your login.\n"
482
- "\n"
483
- msgstr ""
484
- "For at aktivere din bruger, venligst klik på følgende link:\n"
485
- "\n"
486
- "%s%s%s\n"
487
- "\n"
488
- "Efter du har aktiveret, vil du modtaget *endnu en e-mail* med dit login.\n"
489
- "\n"
490
-
491
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:415
492
- msgid "Invalid activation key!"
493
- msgstr "Ikke gyldig aktiveringsnøgle!"
494
-
495
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:419
496
- msgid "The user is already active!"
497
- msgstr "Brugeren er allerede aktiv!"
498
-
499
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:434
500
- msgid "Could not create user!"
501
- msgstr "Kunne ikke lave bruger!"
502
-
503
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:444
504
- msgid "That username is already activated!"
505
- msgstr "Brugernavnet er allerede aktiveret!"
506
-
507
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:460
508
- msgid "The user was successfully activated."
509
- msgstr "Brugeren var succesfuldt aktiveret."
510
-
511
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:462
512
- msgid "There was an error while trying to activate the user."
513
- msgstr "Der skete en fejl ved aktivering af brugeren."
514
-
515
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:496
516
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:19
517
- #, php-format
518
- msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
519
- msgstr "Ny abonnement på %1$s.<br/><br/>Brugernavn:%2$s<br/>E-mail:%3$s<br/>"
520
-
521
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
522
- msgid ""
523
- "The \"Admin Approval\" feature was activated at the time of registration, so "
524
- "please remember that you need to approve this user before he/she can log in!"
525
- msgstr ""
526
- "\"Admin Godkendelses\" funktionen var aktiveret ved registering, så husk "
527
- "venligst at du skal godkende denne bruger før han/hun kan logge ind!"
528
-
529
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
530
- msgid "A new subscriber has (been) registered!"
531
- msgstr "En ny abonnement er (blevet) registeret!"
532
-
533
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:515
534
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:8
535
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:10
536
- msgid "A new account has been created for you."
537
- msgstr "En ny konto er blevet lavet for dig."
538
-
539
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:518
540
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:9
541
- #, php-format
542
- msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
543
- msgstr ""
544
- "Velkommen til %1$s!<br/><br/> Dit brugernavn er:%2$s og adgangskode:%3$s"
545
-
546
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:520
547
- msgid ""
548
- "Before you can access your account, an administrator needs to approve it. "
549
- "You will be notified via email."
550
- msgstr ""
551
- "Før du kan få adgang til din konto, skal en administrator godkende den. Du "
552
- "vil få besked via e-mail."
553
-
554
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:871
555
- msgid "A username is required for registration."
556
- msgstr "Et brugernavn er påkrævet for at tilmelde sig."
557
-
558
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:873
559
- msgid "Sorry, that username already exists!"
560
- msgstr "Beklager, men det brugernavn eksisterer allerede!"
561
-
562
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:875
563
- msgid "You must enter a valid email address."
564
- msgstr "Du skal indtaste en gyldig e-mail adresse."
565
-
566
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:877
567
- msgid "Sorry, that email address is already used!"
568
- msgstr "Beklager, men e-mail adressen er allerede i brug!"
569
-
570
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
571
- msgid "You didn't complete one of the password-fields!"
572
- msgstr "Du har ikke fuldendt én af adgangskode felterne!"
573
-
574
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
575
- msgid "Only files with the following extension(s) can be uploaded:"
576
- msgstr "Kun filer med følgende endelse kan blive uploadet:"
577
-
578
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
579
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
580
- msgid "The account was NOT created!"
581
- msgstr "Kontoen var IKKE oprettet!"
582
-
583
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:896
584
- msgid "You must agree to the terms and conditions before registering!"
585
- msgstr "Du skal være enig i betingelserne før tilmelding!"
586
-
587
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
588
- msgid "(Several required fields were left uncompleted)"
589
- msgstr "(Flere påkrævet felter var efterladt ikke fuldendte)"
590
-
591
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
592
- msgid "This username is already reserved to be used soon."
593
- msgstr "Brugernavnet er allerede reserveret til senere brug."
594
-
595
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
596
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
597
- msgid "Please try a different one!"
598
- msgstr "Prøv venligst en anden!"
599
-
600
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
601
- msgid "This email address is already reserved to be used soon."
602
- msgstr "Denne e-mail adresse er allerede reserveret til senere brug."
603
-
604
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
605
- msgid "You are logged in as"
606
- msgstr "Du er logget ind som"
607
-
608
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
609
- msgid "You don't need another account."
610
- msgstr "Du har ikke behov for en anden konto."
611
-
612
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
613
- msgid "Log out of this account."
614
- msgstr "Log ud af denne konto."
615
-
616
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
617
- msgid "Logout"
618
- msgstr "Log ud"
619
-
620
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1156
621
- #, php-format
622
- msgid ""
623
- "An email has been sent to %1$s with information on how to activate his/her "
624
- "account."
625
- msgstr ""
626
- "En e-mail er blevet sendt til %1$s med informationer om hvordan han/hendes "
627
- "konto aktiveres."
628
-
629
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
630
- #, php-format
631
- msgid "A user account has been created for %1$s."
632
- msgstr "En brugerkonto er oprettet for %1$s."
633
-
634
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
635
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
636
- #, php-format
637
- msgid ""
638
- "You will soon be redirected automatically. If you see this page for more "
639
- "than 3 seconds, please click %1$s.%2$s"
640
- msgstr ""
641
- "Du vil snart blive viderestillet automatisk. Hvis du ser denne side i mere "
642
- "end 3 sekunder, klik venligst %1$s.%2$s"
643
-
644
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1185
645
- msgid ""
646
- "An email has been sent to you with information on how to activate your "
647
- "account."
648
- msgstr ""
649
- "En e-mail er blevet sendt til dig med informationer om hvordan du aktivere "
650
- "din konto."
651
-
652
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1189
653
- #, php-format
654
- msgid "Thank you for registering %1$s."
655
- msgstr "Tak for din registering %1$s."
656
-
657
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1216
658
- msgid "An error occured while trying to send the notification email."
659
- msgstr "En fejl skete ved afsendelse af notifikations e-mail"
660
-
661
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
662
- msgid "An email containing activation instructions was successfully sent."
663
- msgstr "En e-mail indeholdende aktiveringsinstruktioner var sendt med sucess."
664
-
665
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1226
666
- msgid "An email containing the username and password was successfully sent."
667
- msgstr ""
668
- "En e-mail indeholdende brugernavnet og adgangskoden var sendt succesfuldt."
669
-
670
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1242
671
- msgid "Users can register themselves or you can manually create users here."
672
- msgstr "Brugere kan tilmelde sig selv eller du kan manuel tilføje brugere her."
673
-
674
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1247
675
- msgid ""
676
- "Users cannot currently register themselves, but you can manually create "
677
- "users here."
678
- msgstr ""
679
- "Brugere kan ikke på nuværende tidspunkt registere sig, men du kan manuelt "
680
- "oprette dem her."
681
-
682
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1252
683
- msgid "Only an administrator can add new users."
684
- msgstr "Kun en administrator kan tilføje nye brugere."
685
-
686
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1275
687
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
688
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
689
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
690
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
691
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
692
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
693
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
694
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
695
- msgid ""
696
- "This field must be filled out before registering (It was marked as required "
697
- "by the administrator)"
698
- msgstr ""
699
- "Dette felt skal være udfyldt før tilmelding (Det var markeret som påkrævet "
700
- "af adminitratoren)"
701
-
702
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1296
703
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1320
704
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1344
705
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1371
706
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1395
707
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1419
708
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1443
709
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1467
710
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1494
711
- msgid "This field is marked as required by the administrator"
712
- msgstr "Dette felt er markeret som påkrævet af administratoren"
713
-
714
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1569
715
- msgid "Anti-Spam"
716
- msgstr "Anti-Spam"
717
-
718
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1590
719
- msgid "Send these credentials via email."
720
- msgstr "Send disse oplysninger via e-mail."
721
-
722
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
723
- msgid "Add User"
724
- msgstr "Tilføj bruger"
725
-
726
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
727
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
728
- msgid "Register"
729
- msgstr "Tilmeld"
730
-
731
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:13
732
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:14
733
- msgid "Show/Hide the Admin Bar on Front End"
734
- msgstr "Vis/skjul admin baren på frontend"
735
-
736
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:18
737
- msgid "User-group"
738
- msgstr "Brugergruppe"
739
-
740
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:19
741
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:15
742
- msgid "Visibility"
743
- msgstr "Synlighed"
744
-
745
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:30
746
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:14
747
- msgid "Default"
748
- msgstr "Standard"
749
-
750
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:31
751
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:30
752
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:43
753
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:56
754
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:69
755
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:82
756
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:101
757
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:114
758
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:130
759
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:143
760
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
761
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
762
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
763
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:33
764
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:415
765
- msgid "Show"
766
- msgstr "Vis"
767
-
768
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:32
769
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:31
770
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:44
771
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:57
772
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:70
773
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:83
774
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:102
775
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:115
776
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:131
777
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:144
778
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
779
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
780
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
781
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:34
782
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:416
783
- msgid "Hide"
784
- msgstr "Skjul"
785
-
786
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
787
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
788
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
789
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:59
790
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
791
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:377
792
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:650
793
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
794
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:401
795
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
796
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
797
- msgid "Save Changes"
798
- msgstr "Gem ændringer"
799
-
800
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:5
801
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:8
802
- msgid "Profile Builder"
803
- msgstr "Profile Builder"
804
-
805
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:6
806
- msgid "Welcome to Profile Builder!"
807
- msgstr "Velkommen til Profile Builder!"
808
-
809
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:8
810
- msgid ""
811
- " lets you customize your website by adding a front-end menu for all your "
812
- "users, giving them a more flexible way to modify their user-information or "
813
- "to register new users."
814
- msgstr ""
815
- " lader dig tilpasse din hjemmeside ved at tilføje en frontend menu for alle "
816
- "dine brugere, hvilket giver dem en mere fleksibel måde at ændre deres "
817
- "brugerinformation eller tilmelde sig som ny bruger."
818
-
819
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:9
820
- msgid ""
821
- "Also, grants users with administrator rights to customize basic fields or to "
822
- "add new ones."
823
- msgstr ""
824
- "Også give brugere med administrationsrettigheder ret til at tilpasse "
825
- "basisfelter eller tilføje nye."
826
-
827
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:10
828
- msgid ""
829
- "To achieve this, just create a new page, and give it an intuitive name(e.g. "
830
- "Edit Profile)."
831
- msgstr ""
832
- "For at opnå dette, opret blot en ny side og giv den et intuitivt navn (f."
833
- "eks. Rediger profil)."
834
-
835
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:11
836
- msgid ""
837
- "Now all you need to do is add the following shortcode(for the previous "
838
- "example): "
839
- msgstr ""
840
- "Det eneste du nu skal gøre er at tilføje følgende shortcode (fra det "
841
- "tidligere eksempel):"
842
-
843
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:12
844
- msgid "Publish your page and you are ready to go!"
845
- msgstr "Udgiv din side og du er klar!"
846
-
847
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:13
848
- msgid "You can use the following shortcodes:"
849
- msgstr "Du kan benytte følgende shortcodes:"
850
-
851
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:14
852
- msgid "for a log-in form."
853
- msgstr "for login form."
854
-
855
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:15
856
- msgid "to add a registration form."
857
- msgstr "til at oprette en registeringsformular."
858
-
859
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:16
860
- msgid ""
861
- "to grant users a front-end acces to their personal information(requires user "
862
- "to be logged in)."
863
- msgstr ""
864
- "til at give brugerne en front-end adgang til deres personlige informationer "
865
- "(kræver at brugeren er logget ind)."
866
-
867
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:17
868
- msgid "to add a password recovery form."
869
- msgstr "til at tilføje en mistet-adgangskode formular."
870
-
871
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:19
872
- msgid ""
873
- "With the <strong>Pro</strong> version, users with administrator rights have "
874
- "access to the following features:"
875
- msgstr ""
876
- "Med <strong>Pro</strong> versionen, brugere med administrationsrettigheder "
877
- "kan få adgang til følgende funktioner:"
878
-
879
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:20
880
- msgid ""
881
- "add a custom stylesheet/inherit values from the current theme or use one of "
882
- "the following built into this plugin: default, white or black."
883
- msgstr ""
884
- "tilføj en tilpasset stylesheet/arvet værdi fra det nuværende tema eller brug "
885
- "et af de følgende indbygget: standard, hvid eller sort."
886
-
887
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:21
888
- msgid ""
889
- "select whether to display or not the admin bar in the front end for a "
890
- "specific user-group registered to the site."
891
- msgstr ""
892
- "vælg hvorvidt admin baren skal vises eller ej på frontend for en specifik "
893
- "brugergruppe registeret på hjemmesiden."
894
-
895
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:22
896
- msgid ""
897
- "select which information-field can users see/modify. The hidden fields' "
898
- "values remain unmodified."
899
- msgstr ""
900
- "vælg hvilket informationsfelt brugere kan se/ændre. Skjulte felters værdier "
901
- "forbliver uændret."
902
-
903
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:23
904
- msgid ""
905
- "add custom fields to the existing ones, with several types to choose from: "
906
- "heading, text, textarea, select, checkbox, radio, and/or upload."
907
- msgstr ""
908
- "tilføj tilpasset felt to ét eksisterende med forskellige typer at vælge fra: "
909
- "overskrift, tekst, tekstboks, valgmulighed, checkbox, radio og/eller upload."
910
-
911
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:24
912
- msgid "add an avatar field."
913
- msgstr "tilføj et avatar felt."
914
-
915
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:25
916
- msgid "create custom redirects."
917
- msgstr "opret brugerdefineret viderestillinger"
918
-
919
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:26
920
- msgid "front-end userlisting using the"
921
- msgstr "front-end brugerliste bruger"
922
-
923
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:26
924
- msgid "shortcode."
925
- msgstr "shortcode."
926
-
927
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:29
928
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:47
929
- msgid "NOTE:"
930
- msgstr "NOTE:"
931
-
932
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:30
933
- msgid "this plugin only adds/removes fields in the front-end."
934
- msgstr "dette plugin tilføjer/fjerner kun felter på frontend."
935
-
936
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:31
937
- msgid ""
938
- "The default information-fields will still be visible(and thus modifiable)"
939
- msgstr ""
940
- "Standard informationsfelter vil stadig være synlige (og dermed med mulighed "
941
- "for at blive ændret)"
942
-
943
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:32
944
- msgid ""
945
- "from the back-end, while custom fields will only be visible in the front-end."
946
- msgstr ""
947
- "fra kontrolpanelet, mens tilpasset felter vil kun blive synlige i frontend."
948
-
949
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:9
950
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:10
951
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:89
952
- msgid "Default Profile Fields"
953
- msgstr "Standard profil felt"
954
-
955
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:14
956
- msgid "Input Field Name"
957
- msgstr "Input felt navn"
958
-
959
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:16
960
- msgid "Required"
961
- msgstr "Påkrævet"
962
-
963
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:21
964
- msgid "Name:"
965
- msgstr "Navn:"
966
-
967
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:34
968
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:47
969
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:60
970
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:73
971
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:86
972
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:105
973
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:118
974
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:134
975
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:147
976
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:160
977
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:179
978
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:193
979
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:31
980
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:41
981
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:49
982
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:57
983
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:67
984
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:96
985
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:108
986
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:120
987
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:132
988
- msgid "Yes"
989
- msgstr "Ja"
990
-
991
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:35
992
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:48
993
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:61
994
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:74
995
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:87
996
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:106
997
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:119
998
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:135
999
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:148
1000
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:161
1001
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:180
1002
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:194
1003
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:32
1004
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:42
1005
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:50
1006
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:58
1007
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:68
1008
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:97
1009
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:109
1010
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:121
1011
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:133
1012
- msgid "No"
1013
- msgstr "Nej"
1014
-
1015
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:79
1016
- msgid "Display name publicly as..."
1017
- msgstr "Vis navn offentligt som..."
1018
-
1019
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:92
1020
- msgid "Contact Info:"
1021
- msgstr "Kontaktoplysninger:"
1022
-
1023
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:166
1024
- msgid "About Yourself:"
1025
- msgstr "Om dig:"
1026
-
1027
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:186
1028
- msgid "(New) Password"
1029
- msgstr "(Ny) Adgangskode"
1030
-
1031
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1032
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1033
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1034
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:39
1035
- msgid "General Settings"
1036
- msgstr "Generelle indstillinger"
1037
-
1038
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:12
1039
- msgid "Stylesheet Used on the Front-End:"
1040
- msgstr "Stylesheet brugt på front-end:"
1041
-
1042
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:18
1043
- msgid "White"
1044
- msgstr "Hvid"
1045
-
1046
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:19
1047
- msgid "Black"
1048
- msgstr "Sort"
1049
-
1050
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:23
1051
- msgid "None"
1052
- msgstr "Ingen"
1053
-
1054
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:29
1055
- msgid "\"Email Confirmation\" Feature Activated:"
1056
- msgstr "\"Email bekræftigelse\" funktion aktiveret:"
1057
-
1058
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:39
1059
- msgid "\"Admin Approval\" Feature Activated:"
1060
- msgstr "\"Admin Godkendelse\" funktionalitet aktiveret:"
1061
-
1062
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:48
1063
- msgid ""
1064
- "The black stylesheet is intended for sites/blogs with a dark background."
1065
- msgstr ""
1066
- "Det sorte stylesheet er beregnet til hjemmesider/blogs med en mørk "
1067
- "baggrundsfarve."
1068
-
1069
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:49
1070
- msgid ""
1071
- "The white stylesheet is intended for a sites/blogs with a light background "
1072
- "color."
1073
- msgstr ""
1074
- "Det hvide stylesheet er beregnet til hjemmesider/blogs med en lys "
1075
- "baggrundsfarve."
1076
-
1077
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:50
1078
- msgid ""
1079
- "On single-site installations the \"Email Confirmation\" feature only works "
1080
- "in the front-end, so make sure you also use the \"Custom Redirects\" feature."
1081
- msgstr ""
1082
- "På enkelt-hjemmeside installationer virker \"Email bekræftigelses\" "
1083
- "funktionen kun på frontend, så sikre dig at du også benytter \"Tilpasset "
1084
- "viderestillings\" funktionen."
1085
-
1086
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:64
1087
- #, php-format
1088
- msgid ""
1089
- "Your <strong>Profile Builder</strong> serial number is invalid or missing. "
1090
- "Please %1$sregister your copy%2$s of <b>Profile Builder</b> to receive "
1091
- "access to automatic updates and support. Need a license key? %3$sPurchase "
1092
- "one now%4$s"
1093
- msgstr ""
1094
- "Dit <strong>Profile Builder</strong> serienummer er ikke gyldigt eller "
1095
- "manglende. Venligst %1$sregistre din kopi%2$s af <b>Profile Builder</b> for "
1096
- "at modtage adgang til automatiske opdateringer og teknisk hjælp. Behov for "
1097
- "en nøgle? %3$sKøb en nu%4$s"
1098
-
1099
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:66
1100
- #, php-format
1101
- msgid ""
1102
- "Your <strong>Profile Builder</strong> 1 year licence has expired. Please "
1103
- "%1$sRenew Your Licence%2$s to receive access to automatic updates and "
1104
- "priority support. %3$sPurchase one now%4$s"
1105
- msgstr ""
1106
- "Din <strong>Profile Builder</strong> 1 års licens er udløbet. Venligst "
1107
- "%1$sForny din licens%2$s for at modtage automatiske opdateringer og "
1108
- "prioriteret teknisk hjælp. %3$sKøb en nu%4$s"
1109
-
1110
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:86
1111
- msgid "Basic Information"
1112
- msgstr "Grundlæggende informationer"
1113
-
1114
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:88
1115
- msgid "Show/Hide the Admin Bar on Front-end"
1116
- msgstr "Vis/skjul admin baren på front-end"
1117
-
1118
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:95
1119
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:5
1120
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:6
1121
- msgid "Extra Profile Fields"
1122
- msgstr "Ekstra profil felter"
1123
-
1124
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:98
1125
- msgid "Addons"
1126
- msgstr "Udvidelser"
1127
-
1128
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:101
1129
- msgid "Register Your Version"
1130
- msgstr "Register din version"
1131
-
1132
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:9
1133
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:10
1134
- msgid "Activate/Deactivate Addons"
1135
- msgstr "Aktiver/Deaktiver udvidelser"
1136
-
1137
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:14
1138
- msgid "Name/Description"
1139
- msgstr "Navn/beskrivelse"
1140
-
1141
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:15
1142
- msgid "Status"
1143
- msgstr "Status"
1144
-
1145
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
1146
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
1147
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:32
1148
- msgid "User-Listing"
1149
- msgstr "Brugerliste"
1150
-
1151
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1152
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1153
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
1154
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:43
1155
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:50
1156
- msgid "Active"
1157
- msgstr "Aktiv"
1158
-
1159
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1160
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1161
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
1162
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:44
1163
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:51
1164
- msgid "Inactive"
1165
- msgstr "Inaktiv"
1166
-
1167
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:27
1168
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:30
1169
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:31
1170
- msgid "Custom Redirects"
1171
- msgstr "Brugerdefineret viderestilling"
1172
-
1173
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:34
1174
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:255
1175
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:256
1176
- msgid "reCAPTCHA"
1177
- msgstr "reCAPTCHA"
1178
-
1179
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:41
1180
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:42
1181
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:43
1182
- msgid "User Email Customizer"
1183
- msgstr ""
1184
-
1185
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:48
1186
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:424
1187
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:425
1188
- msgid "Admin Email Customizer"
1189
- msgstr ""
1190
-
1191
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1192
- msgid "Redirects on custom page requests:"
1193
- msgstr "Viderestillinger på brugerdefineret sideforespørgsler:"
1194
-
1195
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:41
1196
- msgid "Action"
1197
- msgstr "Handling"
1198
-
1199
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:42
1200
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:87
1201
- msgid "Redirect"
1202
- msgstr "Viderestilling"
1203
-
1204
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:43
1205
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:88
1206
- msgid "URL"
1207
- msgstr "URL"
1208
-
1209
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:47
1210
- msgid "After Registration:"
1211
- msgstr "Efter registering:"
1212
-
1213
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:55
1214
- msgid "After Login:"
1215
- msgstr "Efter login:"
1216
-
1217
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:64
1218
- msgid "Recover Password (*)"
1219
- msgstr "Genskab adgangskode (*)"
1220
-
1221
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:75
1222
- msgid ""
1223
- "When activated this feature will redirect the user on both the default "
1224
- "Wordpress password recovery page and the \"Lost password?\" link used by "
1225
- "Profile Builder on the front-end login page."
1226
- msgstr ""
1227
- "Når du aktiverer denne funktion vil brugere blive viderestillet på både "
1228
- "WordPress' standard adgangskode nulstillings side og \"Mistet adgangskode?\" "
1229
- "linket brugt af Profile Builder på front-end login siden."
1230
-
1231
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:80
1232
- msgid "Redirects on default WordPress page requests:"
1233
- msgstr "Viderestillinger på standard WordPress sideforespørgsler:"
1234
-
1235
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:86
1236
- msgid "Requested WP Page"
1237
- msgstr "Forespurgt WP side"
1238
-
1239
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:93
1240
- msgid "Default WP Login Page (*)"
1241
- msgstr "Standard WP login side (*)"
1242
-
1243
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:105
1244
- msgid "Default WP Logout Page (**)"
1245
- msgstr "Standard WP log ud side (**)"
1246
-
1247
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:117
1248
- msgid "Default WP Register Page"
1249
- msgstr "Standard WP registeringsside"
1250
-
1251
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:129
1252
- msgid "Default WP Dashboard (***)"
1253
- msgstr "Standard WP administrationsside"
1254
-
1255
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:140
1256
- msgid "Before login. Works best if used in conjuction with \"After logout\"."
1257
- msgstr "Før login. Virker best hvis brugt sammen med \"Efter log ud\"."
1258
-
1259
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:141
1260
- msgid "After logout. Works best if used in conjuction with \"Before login\"."
1261
- msgstr "Efter log ud. Virker best hvis brugt sammen med \"Før login\"."
1262
-
1263
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:142
1264
- msgid ""
1265
- "Redirects every user-role EXCEPT the ones with administrator privilages (can "
1266
- "manage options)."
1267
- msgstr ""
1268
- "Viderestil alle brugerroller UDENTAGEN dem med administratorrettigheder (kan "
1269
- "håndtere indstillinger)."
1270
-
1271
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:11
1272
- #, fuzzy, php-format
1273
- msgid ""
1274
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1275
- ">Before you can access your account, an administrator needs to approve it. "
1276
- "You will be notified via email."
1277
- msgstr ""
1278
- "Før du kan få adgang til din konto, skal en administrator godkende den. Du "
1279
- "vil få besked via e-mail."
1280
-
1281
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:12
1282
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1283
- #, php-format
1284
- msgid "Your account on %1$s has been approved!"
1285
- msgstr "Din konto på %1$s er blevet godkendt!"
1286
-
1287
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:13
1288
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1289
- #, php-format
1290
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1291
- msgstr "En administrator har netop godkendt din konto på %1$s (%2$s)."
1292
-
1293
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:15
1294
- #, fuzzy, php-format
1295
- msgid ""
1296
- "To activate your user, please click the following link:\n"
1297
- "\n"
1298
- "%s\n"
1299
- "\n"
1300
- "After you activate, you will receive *another email* with your login.\n"
1301
- "\n"
1302
- msgstr ""
1303
- "For at aktivere din bruger, venligst klik på følgende link:\n"
1304
- "\n"
1305
- "%s%s%s\n"
1306
- "\n"
1307
- "Efter du har aktiveret, vil du modtaget *endnu en e-mail* med dit login.\n"
1308
- "\n"
1309
-
1310
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:16
1311
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:55
1312
- #, php-format
1313
- msgid "Your account on %1$s has been unapproved!"
1314
- msgstr "Din konto på %1$s er blevet afvist!"
1315
-
1316
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:17
1317
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:56
1318
- #, php-format
1319
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1320
- msgstr "En administrator har netop afvis din konto på %1$s (%2$s)."
1321
-
1322
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:18
1323
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:20
1324
- #, fuzzy, php-format
1325
- msgid "[%1$s] A new subscriber has (been) registered!"
1326
- msgstr "En ny abonnement er (blevet) registeret!"
1327
-
1328
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:21
1329
- #, fuzzy, php-format
1330
- msgid ""
1331
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1332
- "\"Admin Approval\" feature was activated at the time of registration, so "
1333
- "please remember that you need to approve this user before he/she can log in!"
1334
- msgstr ""
1335
- "\"Admin Godkendelses\" funktionen var aktiveret ved registering, så husk "
1336
- "venligst at du skal godkende denne bruger før han/hun kan logge ind!"
1337
-
1338
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:46
1339
- msgid "Here you can customize all the emails sent the users."
1340
- msgstr ""
1341
-
1342
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:49
1343
- msgid ""
1344
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1345
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1346
- "save.</span>"
1347
- msgstr ""
1348
-
1349
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:52
1350
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:434
1351
- msgid "From (name): "
1352
- msgstr ""
1353
-
1354
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:60
1355
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:76
1356
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:119
1357
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:175
1358
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:231
1359
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:291
1360
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:336
1361
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:442
1362
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:458
1363
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:502
1364
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:555
1365
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:609
1366
- msgid "Available Merge Tags"
1367
- msgstr ""
1368
-
1369
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:68
1370
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:450
1371
- msgid "From (reply-to email): "
1372
- msgstr ""
1373
-
1374
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:92
1375
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:475
1376
- #, fuzzy
1377
- msgid "Default Registration"
1378
- msgstr "Efter registering:"
1379
-
1380
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:100
1381
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:156
1382
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:212
1383
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:272
1384
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:317
1385
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:483
1386
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:536
1387
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:590
1388
- msgid "Email Subject: "
1389
- msgstr ""
1390
-
1391
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:108
1392
- msgid ""
1393
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1394
- "<span style=\"color:red\">user</span> upon registration.</span>"
1395
- msgstr ""
1396
-
1397
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:147
1398
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:528
1399
- msgid "Registration with Email Confirmation"
1400
- msgstr ""
1401
-
1402
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:164
1403
- msgid ""
1404
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1405
- "<span style=\"color:red\">user</span> upon registration with email "
1406
- "confirmation.</span>"
1407
- msgstr ""
1408
-
1409
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:203
1410
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:582
1411
- msgid "Registration with Admin Approval"
1412
- msgstr ""
1413
-
1414
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:220
1415
- msgid ""
1416
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1417
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1418
- "</span>"
1419
- msgstr ""
1420
-
1421
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:259
1422
- msgid "Admin Approval Notificaitons (on status change)"
1423
- msgstr ""
1424
-
1425
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:267
1426
- msgid "Message Sent to the User Upon Approval"
1427
- msgstr ""
1428
-
1429
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:280
1430
- msgid ""
1431
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1432
- "<span style=\"color:red\">user</span> upon approval.</span>"
1433
- msgstr ""
1434
-
1435
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:312
1436
- msgid "Message Sent to the User Upon Unapproval"
1437
- msgstr ""
1438
-
1439
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:325
1440
- msgid ""
1441
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1442
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1443
- msgstr ""
1444
-
1445
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:428
1446
- msgid "Here you can customize all the emails sent the administrator."
1447
- msgstr ""
1448
-
1449
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:431
1450
- msgid ""
1451
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1452
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1453
- "</span>"
1454
- msgstr ""
1455
-
1456
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:491
1457
- msgid ""
1458
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1459
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1460
- msgstr ""
1461
-
1462
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:544
1463
- msgid ""
1464
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1465
- "<span style=\"color:red\">administrator</span> upon user registration with "
1466
- "email confirmation.</span>"
1467
- msgstr ""
1468
-
1469
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:598
1470
- msgid ""
1471
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1472
- "<span style=\"color:red\">administrator</span> upon user registration with "
1473
- "admin approval.</span>"
1474
- msgstr ""
1475
-
1476
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:752
1477
- #, fuzzy
1478
- msgid "approved"
1479
- msgstr "godkend"
1480
-
1481
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:761
1482
- #, fuzzy
1483
- msgid "unapproved"
1484
- msgstr "Afvis"
1485
-
1486
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1487
- msgid "Could not open socket!"
1488
- msgstr "Kunne ikke åbner \"socket\"!"
1489
-
1490
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:76
1491
- msgid "To use reCAPTCHA you must get an API key from"
1492
- msgstr "For at kunne brug reCAPTCHA skal du bruge en API key fra"
1493
-
1494
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:123
1495
- msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
1496
- msgstr ""
1497
- "Af sikkerhedsmæssige årsager er du nødt til at indtaste fjern IP adressen "
1498
- "til reCAPTCHA!"
1499
-
1500
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:180
1501
- msgid ""
1502
- "To use reCAPTCHA Mailhide, you need to have the mcrypt php module installed!"
1503
- msgstr ""
1504
- "For at bruge reCAPTCHA Mailhide, er det nødvendigt at du har mcrypt php "
1505
- "modulet installeret!"
1506
-
1507
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:196
1508
- msgid ""
1509
- "To use reCAPTCHA Mailhide, you have to sign up for a public and private key; "
1510
- "you can do so at"
1511
- msgstr ""
1512
- "For at bruge reCAPTCHA Mailhide, er det nødvendigt tilmelde sig for at få en "
1513
- "offentlig og privat nøgle; du kan gøre dette på"
1514
-
1515
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:260
1516
- msgid ""
1517
- "Adds a reCAPTCHA form on the registration page created in the front-end "
1518
- "(only)."
1519
- msgstr ""
1520
- "Tilføjer en reCAPTCHA formular på tilmeldingssiden oprettet (kun) på "
1521
- "frontend."
1522
-
1523
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:261
1524
- msgid "For this you must get a public and private key from Google:"
1525
- msgstr "For dette har du behov for en offentlig og en privat nøgle fra Google:"
1526
-
1527
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:267
1528
- msgid "Key"
1529
- msgstr "Nøgle"
1530
-
1531
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:268
1532
- msgid "Code"
1533
- msgstr "Kode"
1534
-
1535
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:272
1536
- msgid "Public Key:"
1537
- msgstr "Offentlig nøgle:"
1538
-
1539
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:276
1540
- msgid "Private Key:"
1541
- msgstr "Privat nøgle:"
1542
-
1543
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:312
1544
- msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1545
- msgstr "reCAPTCHA var ikke indtastet korrekt. Gå tilbage og prøv igen!"
1546
-
1547
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1548
- msgid ""
1549
- "To create a page containing the users registered to this current site/blog, "
1550
- "insert the following shortcode in a (blank) page: "
1551
- msgstr ""
1552
- "For at oprette en side indeholdende brugere tilmeldt denne hjemmeside/blog, "
1553
- "indsæt følgende shortcode på en tom side:"
1554
-
1555
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1556
- msgid ""
1557
- "For instance, to create a userlisting shortcode listing only the editors and "
1558
- "authors, visible to only the users currently logged in, you would use:"
1559
- msgstr ""
1560
- "For eksempel, for at oprette en brugerliste over kun redaktører og "
1561
- "forfattere, synligt kun for brugere som er logget ind, skal du bruge:"
1562
-
1563
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1564
- msgid ""
1565
- "You can also create a userlisting page that displays users having a certain "
1566
- "meta-value within a certain (extra) meta-field like so:"
1567
- msgstr ""
1568
- "Du kan således også oprette en brugerliste side der viser brugere som har en "
1569
- "bestemt meta-værdi med en bestemt (ekstra) meta-felt:"
1570
-
1571
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1572
- msgid ""
1573
- "Remember though, that the field-value combination must exist in the database."
1574
- msgstr "Husk dog at felt-værdi kombinationen skal eksistere i databasen."
1575
-
1576
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:41
1577
- msgid "These settings are applied to the front-end userlisting."
1578
- msgstr "Disse indstillinger er tildelt til frontend brugerliste."
1579
-
1580
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:47
1581
- msgid "Number of Users/Page: "
1582
- msgstr "Antal brugere/sider:"
1583
-
1584
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:64
1585
- #, fuzzy
1586
- msgid "Default Sorting Criteria: "
1587
- msgstr "Standard sortings rækkefølge:"
1588
-
1589
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:94
1590
- msgid "Default Sorting Order: "
1591
- msgstr "Standard sortings rækkefølge:"
1592
-
1593
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:105
1594
- msgid "\"All-Userlisting\" Template"
1595
- msgstr "\"Alle-Brugerliste\" skabelon"
1596
-
1597
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:107
1598
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:249
1599
- msgid ""
1600
- "With the userlisting templates you can customize the look, feel and "
1601
- "information listed by the shortcode."
1602
- msgstr ""
1603
- "Med brugerliste skabeloner kan du tilpasse udseende og følelsen af "
1604
- "information listet af shortkoden. "
1605
-
1606
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:108
1607
- msgid ""
1608
- "The \"All Users Listing\" template is used to list all users. It's displayed "
1609
- "on each page access where the shortcode is present."
1610
- msgstr ""
1611
- "\"Alle brugerlisten\" skabelon er brugt til at liste alle brugere. Det vises "
1612
- "på hver side hvor shortkoden er tilstede."
1613
-
1614
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:112
1615
- msgid "Avatar size: "
1616
- msgstr "Avatar størrelse:"
1617
-
1618
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:128
1619
- msgid "Insert \"Sort By\" Field:"
1620
- msgstr "Indsæt \"Sortér efter\" felt:"
1621
-
1622
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1623
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:255
1624
- msgid "Insert \"User-Meta\" Field:"
1625
- msgstr "Indsæt \"Bruger-Meta\" felt:"
1626
-
1627
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:187
1628
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:293
1629
- msgid "Insert Extra Functions:"
1630
- msgstr "Indsæt ekstra funktioner:"
1631
-
1632
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:202
1633
- msgid "Show/Hide Default \"All-Userlisting\" Code"
1634
- msgstr "Vis/Skjul standard \"Alle-brugerliste\" kode"
1635
-
1636
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:204
1637
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:307
1638
- msgid ""
1639
- "If you wish to use a default userlisting, just copy the following code and "
1640
- "paste it in the textarea below:"
1641
- msgstr ""
1642
- "Hvis du ønsker at bruge en standard brugerliste, kopier blot følgende kode "
1643
- "og indsæt den i tekstboksen herunder:"
1644
-
1645
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:247
1646
- msgid "\"Single-Userlisting\" Template"
1647
- msgstr "\"Enkel-Brugerliste\" skabelon"
1648
-
1649
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:250
1650
- msgid ""
1651
- "The \"Single User Listing\" template is used to list an individual user. "
1652
- "It's displayed when clickin on the \"more info\" link."
1653
- msgstr ""
1654
- "\"Enkelt brugerliste\" skabelonen er brugt til at liste en individuel "
1655
- "bruger. Den vises når man klikker på \"mere infonformations\" linket."
1656
-
1657
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:305
1658
- msgid "Show/Hide Default \"Single-Userlisting\" Code"
1659
- msgstr "Vis/Skjul standard \"Enkel-brugerliste\" kode"
1660
-
1661
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1662
- msgid ""
1663
- "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1664
- msgstr ""
1665
- "Du er nødt til at aktivere brugerliste funktionen fra \"Udvidelser\" fanen"
1666
-
1667
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1668
- msgid "You can find it in Profile Builder's menu."
1669
- msgstr "Du kan finde dét i Profile Builders menu."
1670
-
1671
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:436
1672
- msgid "You need to be logged in to view the userlisting!"
1673
- msgstr "Du skal være logget ind for at kunne se brugerliste!"
1674
-
1675
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:472
1676
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
1677
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1678
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1354
1679
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1440
1680
- msgid "Search Users by All Fields"
1681
- msgstr "Søg brugere efter Alle felter"
1682
-
1683
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1684
- msgid "Leave Blank and Press Search to List All Users"
1685
- msgstr "Efterlad blank og tryk på Søg til liste med alle brugere"
1686
-
1687
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:520
1688
- msgid "Search"
1689
- msgstr "Søg"
1690
-
1691
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:533
1692
- msgid "First/Lastname"
1693
- msgstr "Fornavn/efternavn"
1694
-
1695
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:539
1696
- msgid "Email"
1697
- msgstr "E-mail"
1698
-
1699
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:545
1700
- msgid "Sign-up Date"
1701
- msgstr "Registeringsdato"
1702
-
1703
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:551
1704
- msgid "Firstname"
1705
- msgstr "Fornavn"
1706
-
1707
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:557
1708
- msgid "Lastname"
1709
- msgstr "Efternavn"
1710
-
1711
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:563
1712
- msgid "Display Name"
1713
- msgstr "Visningsnavn"
1714
-
1715
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:581
1716
- msgid "Posts"
1717
- msgstr "Indlæg"
1718
-
1719
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1720
- msgid "Click here to see more information about this user"
1721
- msgstr "Klik her for at se mere information om denne bruger"
1722
-
1723
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1724
- msgid "More..."
1725
- msgstr "Mere..."
1726
-
1727
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:824
1728
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1729
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1730
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1731
- msgid "No uploaded attachment"
1732
- msgstr "Ingen uploadet vedhæftninger"
1733
-
1734
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:826
1735
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1736
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1189
1737
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1738
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1739
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1740
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:690
1741
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:722
1742
- msgid "Click to see the current attachment"
1743
- msgstr "Klik for at se den aktuelle vedhæftning"
1744
-
1745
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1746
- msgid "Click here to go back"
1747
- msgstr "Klik her for at gå tilbage"
1748
-
1749
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1750
- msgid "Back"
1751
- msgstr "Tilbage"
1752
-
1753
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1754
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1755
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1756
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1757
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1758
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1759
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1760
- msgid "Current file"
1761
- msgstr "Aktuelle fil"
1762
-
1763
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1187
1764
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1765
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1766
- msgid "Avatar"
1767
- msgstr "Avatar"
1768
-
1769
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1244
1770
- msgid "No results found!"
1771
- msgstr "Ingen resultater fundet!"
1772
-
1773
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1337
1774
- msgid "&laquo;&laquo; First"
1775
- msgstr "&laquo;&laquo; Først"
1776
-
1777
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1338
1778
- msgid "&laquo; Prev"
1779
- msgstr "&laquo; Forrige"
1780
-
1781
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1339
1782
- msgid "Next &raquo; "
1783
- msgstr "Næste &raquo; "
1784
-
1785
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1340
1786
- msgid "Last &raquo;&raquo;"
1787
- msgstr "Sidst &raquo;&raquo;"
1788
-
1789
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1790
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1791
- msgid "You must give your option a title."
1792
- msgstr "Du skal give din valgmulighed en titel."
1793
-
1794
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1795
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1796
- msgid "You have entered an invalid meta-key format!"
1797
- msgstr "Du har indtastet et ugyldig meta-nøgle format!"
1798
-
1799
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:298
1800
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:441
1801
- msgid "You must enter a valid meta-key."
1802
- msgstr "Du skal indtaste en gyldig meta-nøgle."
1803
-
1804
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:304
1805
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:314
1806
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:451
1807
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:463
1808
- msgid "That meta-key is already in use."
1809
- msgstr "Den meta-nøgle er allerede i brug."
1810
-
1811
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:321
1812
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:471
1813
- msgid ""
1814
- "There is already an avatar input-type. You can only have one avatar present."
1815
- msgstr ""
1816
- "Der er allerede en avatar inputtype. Du kan kun have én avatar tilstedet."
1817
-
1818
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:328
1819
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:478
1820
- msgid ""
1821
- "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1822
- "have one present."
1823
- msgstr ""
1824
- "Der er allerede én \"Enig i betingelserne\" checkbox. Du kan kun have én "
1825
- "tilstede."
1826
-
1827
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1828
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1829
- msgid "The textarea row value must be numeric."
1830
- msgstr "Textarea række værdien skal være nummerisk."
1831
-
1832
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:337
1833
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:487
1834
- msgid "The maxlength attribute must be numeric."
1835
- msgstr "Maxlength attributen skal være nummerisk."
1836
-
1837
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:344
1838
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:494
1839
- msgid "The value must be between 20 and 200!"
1840
- msgstr "Værdien skal være mellem 20 og 200!"
1841
-
1842
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1843
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1844
- msgid "The width component of the entered value must be numeric!"
1845
- msgstr "Bredden på den indtastede værdi skal være nummerisk!"
1846
-
1847
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1848
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1849
- msgid "The height component of the entered value must be numeric!"
1850
- msgstr "Højden på den værdi du indtastede skal være nummerisk!"
1851
-
1852
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1853
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1854
- msgid "The width component of the entered value must be between 20 and 200!"
1855
- msgstr "Bredden på den værdi du indtastede skal være mellem 20 og 200!"
1856
-
1857
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:355
1858
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:505
1859
- msgid "The height component of the entered value must be between 20 and 200!"
1860
- msgstr "Højden på den værdi du indtastede skal være mellem 20 og 200!"
1861
-
1862
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:357
1863
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:507
1864
- msgid "The pair of values entered didn't have the right format (width,height)!"
1865
- msgstr "De to indtastede værdier har ikke det rigtige format (bredde,højde)!"
1866
-
1867
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:360
1868
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:510
1869
- msgid "The entered avatar size must be numeric!"
1870
- msgstr "Den indtastede svatar størrelse skal være nummerisk!"
1871
-
1872
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:394
1873
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:570
1874
- msgid "There was an error, please try again."
1875
- msgstr "Der var en fejl, prøv venligst igen."
1876
-
1877
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:18
1878
- msgid "Do you want to"
1879
- msgstr "Vil du"
1880
-
1881
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:18
1882
- msgid "the current user?"
1883
- msgstr "den aktuelle bruger?"
1884
-
1885
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:122
1886
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
1887
- msgid "Approve"
1888
- msgstr "Godkend"
1889
-
1890
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:123
1891
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:213
1892
- msgid "Unapproved"
1893
- msgstr "Afvist"
1894
-
1895
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:134
1896
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:164
1897
- msgid "Unapprove"
1898
- msgstr "Afvis"
1899
-
1900
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:135
1901
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:210
1902
- msgid "Approved"
1903
- msgstr "Godkendt"
1904
-
1905
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:163
1906
- msgid "unapprove"
1907
- msgstr "Afvis"
1908
-
1909
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1910
- msgid "approve"
1911
- msgstr "godkend"
1912
-
1913
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1914
- #, php-format
1915
- msgid "Are you sure you want to %1$s this user?"
1916
- msgstr "Er du sikker på at du vil %1$s denne bruger?"
1917
-
1918
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:232
1919
- msgid ""
1920
- "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1921
- "before you can log in."
1922
- msgstr ""
1923
- "<strong>FEJL</strong>: Din konto skal godkendes af en administrator før du "
1924
- "kan logge ind."
1925
-
1926
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:7
1927
- msgid ""
1928
- "You can create as many extra fields as your project requires. To break your "
1929
- "custom fields into sections (on the front-end), add a \""
1930
- msgstr ""
1931
- "Du kan oprette lige så mange ekstra felter som dit projekt påkræver. For at "
1932
- "opdele dine tilpasset felter i seksioner (på front-end), tilføj en \""
1933
-
1934
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:7
1935
- msgid "heading"
1936
- msgstr "overskrift"
1937
-
1938
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:7
1939
- msgid "\" custom field."
1940
- msgstr "\" brugerdefineret felt."
1941
-
1942
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:8
1943
- msgid "All of the fields can be sorted and rearranged to your liking with"
1944
- msgstr "Alle felter kan blive sorteret og ombyttet til dit ønske med"
1945
-
1946
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:8
1947
- msgid "Drag"
1948
- msgstr "Træk"
1949
-
1950
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:8
1951
- msgid "Drop"
1952
- msgstr "Slip"
1953
-
1954
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:8
1955
- msgid ""
1956
- "Don't worry about the order in which you create your custom fields, you can "
1957
- "always reorder them."
1958
- msgstr ""
1959
- "Du behøver ikke bekymre dig om rækkefølgen, som du opretter dine "
1960
- "brugerdefineret felter. Du kan altid ændre rækkefølgen."
1961
-
1962
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:12
1963
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:22
1964
- msgid "Title"
1965
- msgstr "Titel"
1966
-
1967
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:13
1968
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:23
1969
- msgid "Type"
1970
- msgstr "Type"
1971
-
1972
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:14
1973
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:24
1974
- msgid "Meta-Key"
1975
- msgstr "Meta-nøgle"
1976
-
1977
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:15
1978
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:25
1979
- msgid "ID"
1980
- msgstr "ID"
1981
-
1982
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:16
1983
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:26
1984
- msgid "Req'd"
1985
- msgstr "Req'd"
1986
-
1987
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:17
1988
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:27
1989
- msgid "Add Option"
1990
- msgstr "Tilføj valgmulighed"
1991
-
1992
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:39
1993
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:72
1994
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:205
1995
- msgid "Edit"
1996
- msgstr "Rediger"
1997
-
1998
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:40
1999
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:73
2000
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:206
2001
- msgid "Delete"
2002
- msgstr "Slet"
2003
-
2004
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:100
2005
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:84
2006
- msgid "Title:"
2007
- msgstr "Titel:"
2008
-
2009
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:100
2010
- msgid "The title of the item."
2011
- msgstr "Titlen på genstanden."
2012
-
2013
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:110
2014
- msgid "Meta-Key:"
2015
- msgstr "Meta-nøgle:"
2016
-
2017
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:110
2018
- msgid ""
2019
- "Use this in conjuction with WordPress functions to display the value in the "
2020
- "page of your choosing. Auto-completed but editable - in this case it must be "
2021
- "uniqe.<br/>Changing this might take long in case of a very big user-count."
2022
- msgstr ""
2023
- "Brug dette sammen med WordPress funktioner til at vise værdien på din valgte "
2024
- "side. Auto-fuldført men kan ændres - i dette tilfælde skal det være unikt."
2025
- "<br/>Ved ændringer af dette kan det tage lang tid hvis der er et stort antal "
2026
- "brugere."
2027
-
2028
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:143
2029
- msgid "Option Type:"
2030
- msgstr "Valgmulighedstype:"
2031
-
2032
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:143
2033
- msgid "Choose one of the supported option types."
2034
- msgstr "Vælg en af de understøttede valgmulighedstyper."
2035
-
2036
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:153
2037
- msgid "Description:"
2038
- msgstr "Beskrivelse:"
2039
-
2040
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:153
2041
- msgid ""
2042
- "Enter a detailed description of the option for end users to read(optional)."
2043
- msgstr ""
2044
- "Indtast en detalieret beskrivelse af valgmuligheden som slutbrugere kan læse "
2045
- "(valgfrit)."
2046
-
2047
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:154
2048
- msgid "You can only insert links using standard HTML syntax:"
2049
- msgstr "Du kan kun indsætte links ved at benytte standard HTML syntaks:"
2050
-
2051
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:154
2052
- msgid "address"
2053
- msgstr "adresse"
2054
-
2055
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:154
2056
- msgid "name"
2057
- msgstr "navn"
2058
-
2059
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:164
2060
- msgid "Options:"
2061
- msgstr "Valgmuligheder:"
2062
-
2063
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:164
2064
- msgid ""
2065
- "Enter a comma separated list of options. For example, you could have \"One,"
2066
- "Two,Three\" or just a single value like \"Yes\" for a checkbox."
2067
- msgstr ""
2068
- "Indtast en kommaseperaret liste med valgmuligheder. For eksempel kunne du "
2069
- "have \"En,To,Tre\" eller blot én enkelt værdi som \"Ja\" ved en checkbox."
2070
-
2071
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:175
2072
- msgid "ID:"
2073
- msgstr "ID:"
2074
-
2075
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:175
2076
- msgid ""
2077
- "This is the internal ID for this input. You can use this in conjuction with "
2078
- "filters to target this element if needed.<br/>Can't be edited."
2079
- msgstr ""
2080
- "Dette er det interne ID for dette input. Du kan bruge dette sammen med "
2081
- "filtre til at målrette dette element hvis det skulle være nødvendigt.<br/"
2082
- ">Kan ikke redigeres."
2083
-
2084
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:186
2085
- msgid "Required:"
2086
- msgstr "Påkrævet:"
2087
-
2088
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:186
2089
- msgid "Check this box to make this field required."
2090
- msgstr "Sæt flueben ved denne boks for at påkræve dette felt."
2091
-
2092
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:193
2093
- msgid "Cancel"
2094
- msgstr "Annuller"
2095
-
2096
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:194
2097
- msgid "Save"
2098
- msgstr "Gem"
2099
-
2100
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:67
2101
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:169
2102
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:235
2103
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:300
2104
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:365
2105
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:431
2106
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:485
2107
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:533
2108
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:596
2109
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:705
2110
- msgid ""
2111
- "This field wasn't updated because you entered and empty string (It was "
2112
- "marked as required by the administrator)"
2113
- msgstr ""
2114
- "Dette felt var ikke opdateret fordi du indtastede en tom streng (Det var "
2115
- "markeret som påkrævet af administratoren)"
2116
-
2117
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:574
2118
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:606
2119
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:680
2120
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:711
2121
- msgid "max upload size"
2122
- msgstr "max upload størrelse"
2123
-
2124
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:580
2125
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:616
2126
- msgid "Are you sure you want to delete this attachment?"
2127
- msgstr "Er du sikker på at du vil slette denne vedhæftning?"
2128
-
2129
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
2130
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
2131
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:690
2132
- msgid "Click to delete the current attachment"
2133
- msgstr "Klik for at slette den aktuelle vedhæftning"
2134
-
2135
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
2136
- msgid ""
2137
- "The attachment can't be deleted (It was marked as required by the "
2138
- "administrator)"
2139
- msgstr ""
2140
- "Vedhæftningen kan ikke slettes (Det var markeret som påkrævet af "
2141
- "administratoren)"
2142
-
2143
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:683
2144
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:715
2145
- msgid "Current avatar"
2146
- msgstr "Aktuelle avatar"
2147
-
2148
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:683
2149
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:715
2150
- msgid "No uploaded avatar"
2151
- msgstr "Ingen uploadet avatar"
2152
-
2153
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:689
2154
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:724
2155
- msgid "Are you sure you want to delete this avatar?"
2156
- msgstr "Er du sikker på at du vil slette denne avatar?"
2157
-
2158
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:722
2159
- msgid ""
2160
- "The avatar image can't be deleted (It was marked as required by the "
2161
- "administrator)."
2162
- msgstr ""
2163
- "Avartar billedet kan ikke slettes (Det var markeret som påkrævet af "
2164
- "administratoren)."
2165
-
2166
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:725
2167
- msgid "Click to see the current avatar"
2168
- msgstr "Klik for at se den aktuelle avatar"
2169
-
2170
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:725
2171
- msgid "Click to delete the avatar"
2172
- msgstr "Klik for at slette avatar"
2173
-
2174
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:10
2175
- msgid "This login widget lets you add a login form in the sidebar."
2176
- msgstr "Denne login widget lader sig tilføje en login formular i sidebaren."
2177
-
2178
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:15
2179
- msgid "Profile Builder Login Widget"
2180
- msgstr "Profile Builder Login Widget"
2181
-
2182
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:44
2183
- msgid "Don't have an account?"
2184
- msgstr "Har du ikke en konto?"
2185
-
2186
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:51
2187
- msgid "Lost Password"
2188
- msgstr "Glemt adgangskode"
2189
-
2190
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:51
2191
- msgid "Lost Your Password?"
2192
- msgstr "Glemt din adgangskode?"
2193
-
2194
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:80
2195
- msgid "Login"
2196
- msgstr "Login"
2197
-
2198
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:89
2199
- msgid "After login redirect URL (optional):"
2200
- msgstr "Viderestilling efter login URL (valgfri):"
2201
-
2202
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:94
2203
- msgid "Register page URL (optional):"
2204
- msgstr "Registrationsside URL (valgfri):"
2205
-
2206
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:99
2207
- msgid "Password Recovery page URL (optional):"
2208
- msgstr "Adgangskode gendannelsesside URL (valgfri):"
2209
-
2210
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/premium.functions.load.php:14
2211
- msgid "The user-validation has failed - the avatar was not deleted!"
2212
- msgstr "Brugervalidering har fejlet - avartaren var ikke slettet!"
2213
-
2214
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/premium.functions.load.php:25
2215
- msgid "The user-validation has failed - the attachment was not deleted!"
2216
- msgstr "Brugervalidering har fejlet - vedhæftningen var ikke slettet!"
2217
-
2218
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/premium.functions.load.php:356
2219
- #, php-format
2220
- msgid ""
2221
- "Your <strong>Profile Builder</strong> serial number is invalid or missing. "
2222
- "Please %1$sregister your copy%2$s of Profile Builder to receive access to "
2223
- "automatic updates and support. Need a license key? %3$sPurchase one now%4$s "
2224
- "%5$sDismiss%6$s"
2225
- msgstr ""
2226
- "Dit <strong>Profile Builder</strong> serienummer er ikke gyldigt eller "
2227
- "manglende. Venligst %1$sregistre din kopi%2$s af Profile Builder for at "
2228
- "modtaget automatiske opdateringer og teknisk hjælp. Brug for en nøgle? "
2229
- "%3$sKøb en nu%4$s %5$sAfvis%6$s"
2230
-
2231
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/premium.functions.load.php:360
2232
- #, php-format
2233
- msgid ""
2234
- "Your <strong>Profile Builder</strong> 1 year licence has expired. Please "
2235
- "%1$sRenew Your Licence%2$s to receive access to automatic updates and "
2236
- "priority support. %3$sPurchase one now%4$s %5$sDismiss%6$s"
2237
- msgstr ""
2238
- "Din <strong>Profile Builder</strong> 1 års licens er udløbet. Venligst "
2239
- "%1$sForny din licens%2$s for at få adgang til automatiske opdateringer and "
2240
- "prioriteret teknisk hjælp. %3$sKøb en licens nu%4$s %5$sAfvis%6$s"
2241
-
2242
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:9
2243
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:10
2244
- msgid "Register your version of Profile Builder Pro"
2245
- msgstr "Register din version af Profile Builder Pro"
2246
-
2247
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:11
2248
- msgid ""
2249
- "Now that you acquired a copy of Profile Builder Pro, you should take the "
2250
- "time and register it with the serial number you received in the e-mail."
2251
- msgstr ""
2252
- "Nu hvor du har anskaffer dig en kopi af Profile Builder Pro, bør du "
2253
- "registere dén med serienummeret, som du har modtaget på e-mail."
2254
-
2255
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:12
2256
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:53
2257
- msgid ""
2258
- "If you register this version of Profile Builder, you'll receive information "
2259
- "regarding eventual upgrades, patches, and - if needed - technical support."
2260
- msgstr ""
2261
- "Hvis du registerer din version af Profile Buillder, vil du modtage "
2262
- "information om eventuelle opgraderinger, opdateringer og - hvis det bliver "
2263
- "nødvendigt - teknisk hjælp."
2264
-
2265
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:13
2266
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:54
2267
- msgid "Serial Number:"
2268
- msgstr "Serienummer:"
2269
-
2270
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:17
2271
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:58
2272
- msgid "The serial number was successfully validated!"
2273
- msgstr "Serienummeret var succesfuldt valideret!"
2274
-
2275
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:19
2276
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:60
2277
- msgid "The serial number entered couldn't be validated!"
2278
- msgstr "Det indtastede serienummer kunne ikke blive valideret!"
2279
-
2280
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:21
2281
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:62
2282
- msgid "The serial number couldn't be validated because it is no longer valid!"
2283
- msgstr ""
2284
- "Serienummeret kunne ikke blive valideret fordi det ikke længere er valid!"
2285
-
2286
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:23
2287
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:64
2288
- msgid ""
2289
- "The serial number couldn't be validated because process timed out. This is "
2290
- "possible due to the server being down. Please try again later!"
2291
- msgstr ""
2292
- "Serienummeret kunne ikke blive valideret fordi processen fik timeout. Dette "
2293
- "kan muligvis skyldes at serveren er nede. Prøv igen senere!"
2294
-
2295
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:29
2296
- msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
2297
- msgstr "(f.eks. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
2298
-
2299
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:50
2300
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:51
2301
- msgid "Register your version of Profile Builder Hobbyist"
2302
- msgstr "Register din version af Profile Builder Hobbyist"
2303
-
2304
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:52
2305
- msgid ""
2306
- "Now that you acquired a copy of Profile Builder Hobbyist, you should take "
2307
- "the time and register it with the serial number you received in the e-mail."
2308
- msgstr ""
2309
- "Nu hvor du har anskaffer dig en kopi af Profile Builder Hobbyist, bør du "
2310
- "registere dén med serienummeret, som du har modtaget på e-mail."
2311
-
2312
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:70
2313
- msgid "(e.g. RMPBH-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
2314
- msgstr "(f.eks. RMPBH-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
translation/profilebuilder-de_DE.mo CHANGED
Binary file
translation/profilebuilder-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:45+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:45+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
@@ -11,12 +11,12 @@ msgstr ""
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:576
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
@@ -113,7 +113,7 @@ msgid "The avatar was"
113
  msgstr "Der Avatar ist"
114
 
115
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
116
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
117
  msgid "There was an error while trying to upload the following attachment(s)"
118
  msgstr "Es gab einen Fehler beim Hochladen der/des folgenden Anhang/e:"
119
 
@@ -125,15 +125,15 @@ msgid ""
125
  msgstr ""
126
 
127
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
128
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1265
129
  msgid "Name"
130
  msgstr "Name"
131
 
132
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
134
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1286
135
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
136
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:527
137
  msgid "Username"
138
  msgstr "Benutzername"
139
 
@@ -182,19 +182,19 @@ msgstr ""
182
  "Das Feld wurde nicht aktualisiert da es leer ist, jedoch benötigt wird."
183
 
184
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
185
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1310
186
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
187
  msgid "First Name"
188
  msgstr "Vorname"
189
 
190
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
191
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1334
192
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
193
  msgid "Last Name"
194
  msgstr "Nachname"
195
 
196
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
197
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1358
198
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
199
  msgid "Nickname"
200
  msgstr "Nickname"
@@ -204,12 +204,12 @@ msgid "Display name publicly as"
204
  msgstr "angezeigter Name..."
205
 
206
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
207
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1364
208
  msgid "Contact Info"
209
  msgstr "E-Mail"
210
 
211
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
212
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1385
213
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
214
  msgid "E-mail"
215
  msgstr "E-Mail"
@@ -219,39 +219,39 @@ msgid "(required)"
219
  msgstr "erforderlich"
220
 
221
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
222
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1409
223
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
224
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:569
225
  msgid "Website"
226
  msgstr "Website"
227
 
228
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
229
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1433
230
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
231
  msgid "AIM"
232
  msgstr "AIM"
233
 
234
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
235
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1457
236
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
237
  msgid "Yahoo IM"
238
  msgstr "Yahoo IM"
239
 
240
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
241
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1481
242
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
243
  msgid "Jabber / Google Talk"
244
  msgstr "Jabber / Google Talk"
245
 
246
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
247
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1487
248
  msgid "About Yourself"
249
  msgstr "Über Sie"
250
 
251
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
252
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1508
253
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
254
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:575
255
  msgid "Biographical Info"
256
  msgstr "Sonstige Angaben"
257
 
@@ -262,7 +262,7 @@ msgstr "Neues Passwort"
262
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
263
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
264
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
265
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1546
266
  msgid "Repeat Password"
267
  msgstr "Passwort wiederholen"
268
 
@@ -300,8 +300,8 @@ msgstr ""
300
 
301
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
302
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
303
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
304
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
305
  msgid "here"
306
  msgstr "hier"
307
 
@@ -317,7 +317,7 @@ msgstr "Das Feld Benutzername ist leer"
317
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
318
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
319
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
320
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1541
321
  msgid "Password"
322
  msgstr "Passwort"
323
 
@@ -340,7 +340,7 @@ msgid "ERROR"
340
  msgstr "FEHLER"
341
 
342
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
343
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:244
344
  msgid ""
345
  "Your account has to be confirmed by an administrator before you can use the "
346
  "\"Password Reset\" feature."
@@ -423,7 +423,7 @@ msgid ""
423
  msgstr "hat eine Anfrage zum Zurücksetzen des Passwortes gesendet."
424
 
425
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
426
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:882
427
  msgid "The entered passwords don't match!"
428
  msgstr "Die eingegebenen Passwörter stimmen nicht überein!"
429
 
@@ -455,13 +455,7 @@ msgstr "Benutzername oder E-Mail"
455
  msgid "Get New Password"
456
  msgstr "Neues Passwort anfordern"
457
 
458
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:387
459
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:14
460
- #, php-format
461
- msgid "[%1$s] Activate %2$s"
462
- msgstr "[%1$s] Aktivieren %2$s"
463
-
464
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
465
  #, fuzzy, php-format
466
  msgid ""
467
  "To activate your user, please click the following link:\n"
@@ -477,37 +471,41 @@ msgstr ""
477
  "\n"
478
  "Nach der Aktivierung erhalten Sie eine E-Mail mit Ihren Benutzerdaten.\n"
479
 
480
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:415
 
 
 
 
 
481
  msgid "Invalid activation key!"
482
  msgstr "Falscher Aktivierungsschlüssel"
483
 
484
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:419
485
  msgid "The user is already active!"
486
  msgstr "Der Benutzer ist bereits aktiviert."
487
 
488
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:434
489
  msgid "Could not create user!"
490
  msgstr "Benutzer kann nicht erstellt werden."
491
 
492
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:444
493
  msgid "That username is already activated!"
494
  msgstr "Der Benutzername ist bereits aktiviert."
495
 
496
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:460
497
  msgid "The user was successfully activated."
498
  msgstr "Der Benutzer wurde erfolgreich aktiviert"
499
 
500
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:462
501
  msgid "There was an error while trying to activate the user."
502
  msgstr "Es gab einen Fehler bei der Aktivierung des Benutzers."
503
 
504
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:496
505
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:19
506
  #, php-format
507
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
508
  msgstr ""
509
 
510
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
511
  msgid ""
512
  "The \"Admin Approval\" feature was activated at the time of registration, so "
513
  "please remember that you need to approve this user before he/she can log in!"
@@ -515,23 +513,20 @@ msgstr ""
515
  "Die \"Zustimmung des Administrators\" ist zur Aktivierung des Benutzers "
516
  "erforderlich."
517
 
518
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
519
  msgid "A new subscriber has (been) registered!"
520
  msgstr "Ein neuer Benutzer hat sich angemeldet!"
521
 
522
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:515
523
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:8
524
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:10
525
  msgid "A new account has been created for you."
526
  msgstr "Ein neues Benutzerprofil wurde für Sie erstellt."
527
 
528
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:518
529
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:9
530
  #, php-format
531
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
532
  msgstr ""
533
 
534
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:520
535
  msgid ""
536
  "Before you can access your account, an administrator needs to approve it. "
537
  "You will be notified via email."
@@ -539,73 +534,73 @@ msgstr ""
539
  "Bevor Sie auf Ihr Benutzerprofil zugreifen können ist die Zustimmung eines "
540
  "Administrators nötig. Sie werden per E-Mail über die Zustimmung informiert."
541
 
542
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:871
543
  msgid "A username is required for registration."
544
  msgstr "Ein Benutzername ist zur Registrierung notwendig."
545
 
546
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:873
547
  msgid "Sorry, that username already exists!"
548
  msgstr "Der Benutzername ist bereits registriert."
549
 
550
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:875
551
  msgid "You must enter a valid email address."
552
  msgstr "Sie müssen eine gültige E-Mail-Adresse eingeben."
553
 
554
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:877
555
  msgid "Sorry, that email address is already used!"
556
  msgstr "Diese E-Mail-Adresse ist bereits registriert."
557
 
558
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
559
  msgid "You didn't complete one of the password-fields!"
560
  msgstr "Eines der Passwortfelder wurde nicht ausgefüllt."
561
 
562
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
563
  msgid "Only files with the following extension(s) can be uploaded:"
564
  msgstr "Nur Dateien mit den folgenden Anhängen sind verwendbar:"
565
 
566
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
567
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
568
  msgid "The account was NOT created!"
569
  msgstr "Der Benutzer wurde nicht erstellt."
570
 
571
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:896
572
  msgid "You must agree to the terms and conditions before registering!"
573
  msgstr "Sie müssen den AGB zustimmen!"
574
 
575
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
576
  msgid "(Several required fields were left uncompleted)"
577
  msgstr "Einige zur Registrierung notwendige Felder wurde nicht ausgefüllt."
578
 
579
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
580
  msgid "This username is already reserved to be used soon."
581
  msgstr "Dieser Benutzername ist reserviert."
582
 
583
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
584
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
585
  msgid "Please try a different one!"
586
  msgstr "Bitte wählen Sie einen anderen."
587
 
588
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
589
  msgid "This email address is already reserved to be used soon."
590
  msgstr "Dieser E-Mail-Adresse ist reserviert."
591
 
592
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
593
  msgid "You are logged in as"
594
  msgstr "Sie sind eingeloggt als "
595
 
596
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
597
  msgid "You don't need another account."
598
  msgstr "Sie benötigen keinen weiteren Account."
599
 
600
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
601
  msgid "Log out of this account."
602
  msgstr "Aus diesem Profil ausloggen."
603
 
604
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
605
  msgid "Logout"
606
  msgstr "Ausloggen"
607
 
608
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1156
609
  #, fuzzy, php-format
610
  msgid ""
611
  "An email has been sent to %1$s with information on how to activate his/her "
@@ -614,13 +609,13 @@ msgstr ""
614
  "Eine E-Mail, mit der Information wie Ihr Profil aktiviert wird, wurde an Sie "
615
  "gesendet"
616
 
617
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
618
  #, fuzzy, php-format
619
  msgid "A user account has been created for %1$s."
620
  msgstr "Ein Benutzer wurde erstellt für"
621
 
622
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
623
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
624
  #, fuzzy, php-format
625
  msgid ""
626
  "You will soon be redirected automatically. If you see this page for more "
@@ -629,7 +624,7 @@ msgstr ""
629
  "Sie werden umgehend weitergeleitet. Wenn Sie diesen Text länger als 3 "
630
  "Sekunden sehen klicken Sie bitte "
631
 
632
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1185
633
  #, fuzzy
634
  msgid ""
635
  "An email has been sent to you with information on how to activate your "
@@ -638,33 +633,33 @@ msgstr ""
638
  "Eine E-Mail, mit der Information wie Ihr Profil aktiviert wird, wurde an Sie "
639
  "gesendet"
640
 
641
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1189
642
  #, fuzzy, php-format
643
  msgid "Thank you for registering %1$s."
644
  msgstr "Vielen Dank für die Registrierung."
645
 
646
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1216
647
  msgid "An error occured while trying to send the notification email."
648
  msgstr ""
649
  "Ein Fehler ist aufgetreten beim Versuch, die Benachrichtigungs-Email zu "
650
  "senden."
651
 
652
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
653
  msgid "An email containing activation instructions was successfully sent."
654
  msgstr ""
655
  "Eine E-Mail mit Anweisungen zur Aktivierung wurde erfolgreich gesendet."
656
 
657
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1226
658
  msgid "An email containing the username and password was successfully sent."
659
  msgstr ""
660
  "Eine E-Mail mit dem Benutzernamen und Passwort wurde erfolgreich gesendet."
661
 
662
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1242
663
  msgid "Users can register themselves or you can manually create users here."
664
  msgstr ""
665
  "Benutzer können sich selbstständig registrieren oder manuell angelegt werden."
666
 
667
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1247
668
  msgid ""
669
  "Users cannot currently register themselves, but you can manually create "
670
  "users here."
@@ -672,49 +667,49 @@ msgstr ""
672
  "Benutzer können sich nicht selbstständig registrieren jedoch manuell "
673
  "angelegt werden."
674
 
675
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1252
676
  msgid "Only an administrator can add new users."
677
  msgstr "Nur Administratoren können neue Benutze anlegen."
678
 
679
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1275
680
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
681
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
682
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
683
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
684
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
685
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
686
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
687
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
688
  msgid ""
689
  "This field must be filled out before registering (It was marked as required "
690
  "by the administrator)"
691
  msgstr "Dieses Feld wird zur Registrierung benötigt."
692
 
693
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1296
694
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1320
695
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1344
696
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1371
697
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1395
698
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1419
699
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1443
700
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1467
701
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1494
702
  msgid "This field is marked as required by the administrator"
703
  msgstr "Dieses Feld wird zur Registrierung benötigt."
704
 
705
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1569
706
  msgid "Anti-Spam"
707
  msgstr "Anti-Spam"
708
 
709
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1590
710
  msgid "Send these credentials via email."
711
  msgstr "Senden Sie diese Anmeldeinformationen per E-Mail."
712
 
713
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
714
  msgid "Add User"
715
  msgstr "Benutzer hinzufügen"
716
 
717
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
718
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
719
  msgid "Register"
720
  msgstr "Regstrieren"
@@ -751,8 +746,6 @@ msgstr "Standart"
751
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
752
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
753
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
754
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:33
755
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:415
756
  msgid "Show"
757
  msgstr "Anzeigen"
758
 
@@ -769,20 +762,16 @@ msgstr "Anzeigen"
769
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
770
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
771
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
772
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:34
773
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:416
774
  msgid "Hide"
775
  msgstr "Verbergen"
776
 
777
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
778
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
779
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
780
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:59
781
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
782
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:377
783
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:650
784
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
785
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:401
786
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
787
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
788
  msgid "Save Changes"
@@ -1016,7 +1005,7 @@ msgstr "Neues Passwort"
1016
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1017
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1018
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1019
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:39
1020
  msgid "General Settings"
1021
  msgstr "Allgemeine Einstellungen"
1022
 
@@ -1117,24 +1106,20 @@ msgid "Status"
1117
  msgstr "Status"
1118
 
1119
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
 
1120
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
1121
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:32
1122
  msgid "User-Listing"
1123
  msgstr "User-Listing"
1124
 
1125
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1126
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1127
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
1128
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:43
1129
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:50
1130
  msgid "Active"
1131
  msgstr "Aktiv"
1132
 
1133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1134
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1135
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
1136
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:44
1137
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:51
1138
  msgid "Inactive"
1139
  msgstr "Inaktiv"
1140
 
@@ -1150,18 +1135,6 @@ msgstr "Weiterleitungen"
1150
  msgid "reCAPTCHA"
1151
  msgstr "reCAPTCHA"
1152
 
1153
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:41
1154
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:42
1155
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:43
1156
- msgid "User Email Customizer"
1157
- msgstr ""
1158
-
1159
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:48
1160
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:424
1161
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:425
1162
- msgid "Admin Email Customizer"
1163
- msgstr ""
1164
-
1165
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1166
  msgid "Redirects on custom page requests:"
1167
  msgstr "Weiterleitung auf benutzerdefinierte Seiten:"
@@ -1248,220 +1221,6 @@ msgid ""
1248
  "manage options)."
1249
  msgstr "Leitet jeden Berechtigungstufe weiter, ausser dem Admin."
1250
 
1251
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:11
1252
- #, fuzzy, php-format
1253
- msgid ""
1254
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1255
- ">Before you can access your account, an administrator needs to approve it. "
1256
- "You will be notified via email."
1257
- msgstr ""
1258
- "Bevor Sie auf Ihr Benutzerprofil zugreifen können ist die Zustimmung eines "
1259
- "Administrators nötig. Sie werden per E-Mail über die Zustimmung informiert."
1260
-
1261
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:12
1262
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1263
- #, fuzzy, php-format
1264
- msgid "Your account on %1$s has been approved!"
1265
- msgstr "wurde genehmigt"
1266
-
1267
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:13
1268
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1269
- #, fuzzy, php-format
1270
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1271
- msgstr "Ein Administrator hat Ihr Profil soeben genehmigt."
1272
-
1273
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:15
1274
- #, fuzzy, php-format
1275
- msgid ""
1276
- "To activate your user, please click the following link:\n"
1277
- "\n"
1278
- "%s\n"
1279
- "\n"
1280
- "After you activate, you will receive *another email* with your login.\n"
1281
- "\n"
1282
- msgstr ""
1283
- "Um Ihr Profil zu aktivieren klicken Sie bitte auf den folgenden Link:\n"
1284
- "\n"
1285
- "%s\n"
1286
- "\n"
1287
- "Nach der Aktivierung erhalten Sie eine E-Mail mit Ihren Benutzerdaten.\n"
1288
-
1289
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:16
1290
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:55
1291
- #, fuzzy, php-format
1292
- msgid "Your account on %1$s has been unapproved!"
1293
- msgstr "wurde nicht genehmigt."
1294
-
1295
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:17
1296
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:56
1297
- #, fuzzy, php-format
1298
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1299
- msgstr "Ein Administrator hat Ihr Profil nicht genehmigt auf"
1300
-
1301
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:18
1302
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:20
1303
- #, fuzzy, php-format
1304
- msgid "[%1$s] A new subscriber has (been) registered!"
1305
- msgstr "Ein neuer Benutzer hat sich angemeldet!"
1306
-
1307
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:21
1308
- #, fuzzy, php-format
1309
- msgid ""
1310
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1311
- "\"Admin Approval\" feature was activated at the time of registration, so "
1312
- "please remember that you need to approve this user before he/she can log in!"
1313
- msgstr ""
1314
- "Die \"Zustimmung des Administrators\" ist zur Aktivierung des Benutzers "
1315
- "erforderlich."
1316
-
1317
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:46
1318
- msgid "Here you can customize all the emails sent the users."
1319
- msgstr ""
1320
-
1321
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:49
1322
- msgid ""
1323
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1324
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1325
- "save.</span>"
1326
- msgstr ""
1327
-
1328
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:52
1329
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:434
1330
- msgid "From (name): "
1331
- msgstr ""
1332
-
1333
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:60
1334
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:76
1335
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:119
1336
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:175
1337
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:231
1338
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:291
1339
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:336
1340
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:442
1341
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:458
1342
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:502
1343
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:555
1344
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:609
1345
- msgid "Available Merge Tags"
1346
- msgstr ""
1347
-
1348
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:68
1349
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:450
1350
- msgid "From (reply-to email): "
1351
- msgstr ""
1352
-
1353
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:92
1354
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:475
1355
- #, fuzzy
1356
- msgid "Default Registration"
1357
- msgstr "Nach Registrierung"
1358
-
1359
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:100
1360
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:156
1361
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:212
1362
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:272
1363
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:317
1364
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:483
1365
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:536
1366
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:590
1367
- msgid "Email Subject: "
1368
- msgstr ""
1369
-
1370
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:108
1371
- msgid ""
1372
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1373
- "<span style=\"color:red\">user</span> upon registration.</span>"
1374
- msgstr ""
1375
-
1376
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:147
1377
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:528
1378
- msgid "Registration with Email Confirmation"
1379
- msgstr ""
1380
-
1381
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:164
1382
- msgid ""
1383
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1384
- "<span style=\"color:red\">user</span> upon registration with email "
1385
- "confirmation.</span>"
1386
- msgstr ""
1387
-
1388
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:203
1389
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:582
1390
- msgid "Registration with Admin Approval"
1391
- msgstr ""
1392
-
1393
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:220
1394
- msgid ""
1395
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1396
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1397
- "</span>"
1398
- msgstr ""
1399
-
1400
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:259
1401
- msgid "Admin Approval Notificaitons (on status change)"
1402
- msgstr ""
1403
-
1404
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:267
1405
- msgid "Message Sent to the User Upon Approval"
1406
- msgstr ""
1407
-
1408
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:280
1409
- msgid ""
1410
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1411
- "<span style=\"color:red\">user</span> upon approval.</span>"
1412
- msgstr ""
1413
-
1414
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:312
1415
- msgid "Message Sent to the User Upon Unapproval"
1416
- msgstr ""
1417
-
1418
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:325
1419
- msgid ""
1420
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1421
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1422
- msgstr ""
1423
-
1424
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:428
1425
- msgid "Here you can customize all the emails sent the administrator."
1426
- msgstr ""
1427
-
1428
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:431
1429
- msgid ""
1430
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1431
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1432
- "</span>"
1433
- msgstr ""
1434
-
1435
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:491
1436
- msgid ""
1437
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1438
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1439
- msgstr ""
1440
-
1441
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:544
1442
- msgid ""
1443
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1444
- "<span style=\"color:red\">administrator</span> upon user registration with "
1445
- "email confirmation.</span>"
1446
- msgstr ""
1447
-
1448
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:598
1449
- msgid ""
1450
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1451
- "<span style=\"color:red\">administrator</span> upon user registration with "
1452
- "admin approval.</span>"
1453
- msgstr ""
1454
-
1455
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:752
1456
- #, fuzzy
1457
- msgid "approved"
1458
- msgstr "genehmigt"
1459
-
1460
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:761
1461
- #, fuzzy
1462
- msgid "unapproved"
1463
- msgstr "nicht genehmigt"
1464
-
1465
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1466
  msgid "Could not open socket!"
1467
  msgstr "Sockel kann nicht geöffnet werden"
@@ -1522,7 +1281,7 @@ msgstr ""
1522
  "Das reCaptcha wurde nicht erfolgreich eingegeben. Bitte gehen Sie zurück und "
1523
  "probieren Sie es erneut."
1524
 
1525
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1526
  msgid ""
1527
  "To create a page containing the users registered to this current site/blog, "
1528
  "insert the following shortcode in a (blank) page: "
@@ -1530,7 +1289,7 @@ msgstr ""
1530
  "Um eine Seite mit dem User-Listing zu erstellen, fügend Sie den folgenden "
1531
  "Code in aine leere Seite ein."
1532
 
1533
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1534
  msgid ""
1535
  "For instance, to create a userlisting shortcode listing only the editors and "
1536
  "authors, visible to only the users currently logged in, you would use:"
@@ -1538,40 +1297,35 @@ msgstr ""
1538
  "Wenn Sie das User-Listing nur eingeloggten Benutzern anzeigen wollen, fügen "
1539
  "Sie bitte folgenden Code ein:"
1540
 
1541
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1542
  msgid ""
1543
  "You can also create a userlisting page that displays users having a certain "
1544
  "meta-value within a certain (extra) meta-field like so:"
1545
  msgstr ""
1546
 
1547
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1548
  msgid ""
1549
  "Remember though, that the field-value combination must exist in the database."
1550
  msgstr ""
1551
 
1552
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:41
1553
  msgid "These settings are applied to the front-end userlisting."
1554
  msgstr "Diese Einstellungen werden im Front End des User-Listings angezeigt."
1555
 
1556
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:47
1557
  msgid "Number of Users/Page: "
1558
  msgstr "Anzahl Benutzer/Seite"
1559
 
1560
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:64
1561
- #, fuzzy
1562
- msgid "Default Sorting Criteria: "
1563
- msgstr "Standart Sortierfolge"
1564
-
1565
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:94
1566
  msgid "Default Sorting Order: "
1567
  msgstr "Standart Sortierfolge"
1568
 
1569
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:105
1570
  msgid "\"All-Userlisting\" Template"
1571
  msgstr "\"All-Userlisting\" Template"
1572
 
1573
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:107
1574
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:249
1575
  msgid ""
1576
  "With the userlisting templates you can customize the look, feel and "
1577
  "information listed by the shortcode."
@@ -1579,7 +1333,7 @@ msgstr ""
1579
  "Mit dem User-Listing Template können Sie das Aussehen und die Informationen "
1580
  "per Shortcode anzeigen lassen."
1581
 
1582
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:108
1583
  msgid ""
1584
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1585
  "on each page access where the shortcode is present."
@@ -1587,30 +1341,30 @@ msgstr ""
1587
  "Das \"All User Listing\"-Template zeigt die Liste aller Benutzer an. Es wird "
1588
  "überall angezeigt wo der Shortcode implementiert ist"
1589
 
1590
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:112
1591
  msgid "Avatar size: "
1592
  msgstr "Avatar Größe"
1593
 
1594
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:128
1595
  msgid "Insert \"Sort By\" Field:"
1596
  msgstr "\"Sortieren nach\" Feld einfügen"
1597
 
1598
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1599
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:255
1600
  msgid "Insert \"User-Meta\" Field:"
1601
  msgstr "\"User Meta\" Feld einfügen"
1602
 
1603
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:187
1604
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:293
1605
  msgid "Insert Extra Functions:"
1606
  msgstr "Extra Funktionen einfügen"
1607
 
1608
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:202
1609
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1610
  msgstr "Zeige/Verberge Standart-\"All-User-Listing\"-Code"
1611
 
1612
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:204
1613
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:307
1614
  msgid ""
1615
  "If you wish to use a default userlisting, just copy the following code and "
1616
  "paste it in the textarea below:"
@@ -1618,11 +1372,11 @@ msgstr ""
1618
  "Wenn Sie das Standart Userlisting nutzen möchten, kopieren Sie den Code in "
1619
  "die untere Textfläche:"
1620
 
1621
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:247
1622
  msgid "\"Single-Userlisting\" Template"
1623
  msgstr "\"Single-Userlisting\"-Template"
1624
 
1625
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:250
1626
  msgid ""
1627
  "The \"Single User Listing\" template is used to list an individual user. "
1628
  "It's displayed when clickin on the \"more info\" link."
@@ -1630,85 +1384,85 @@ msgstr ""
1630
  "Das \"Single-User-List\"-Template zeigt die Daten eines einzelnen Benutzers "
1631
  "an. Es wird angezeigt sobald man auf \"Mehr Infos\" klickt."
1632
 
1633
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:305
1634
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1635
  msgstr "Zeige/Verberge Standart-\"Single-User-Listing\"-Code"
1636
 
1637
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1638
  msgid ""
1639
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1640
  msgstr "Sie müssen das User-Listing im \"Addons\" aktivieren!"
1641
 
1642
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1643
  msgid "You can find it in Profile Builder's menu."
1644
  msgstr "Sie finden es im Profile Builder Menü."
1645
 
1646
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:436
1647
  msgid "You need to be logged in to view the userlisting!"
1648
  msgstr "Sie müssen eingeloggt sein um die User-Listings sehen zu können."
1649
 
1650
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:472
1651
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
1652
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1653
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1354
1654
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1440
1655
  msgid "Search Users by All Fields"
1656
  msgstr "Suche Benutzer nach alle Felder"
1657
 
1658
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1659
  msgid "Leave Blank and Press Search to List All Users"
1660
  msgstr "Lassen Sie dieses Feld frei um nach allen Benutzern zu suchen."
1661
 
1662
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:520
1663
  msgid "Search"
1664
  msgstr "Suche"
1665
 
1666
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:533
1667
  msgid "First/Lastname"
1668
  msgstr "Vor/Nachname"
1669
 
1670
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:539
1671
  msgid "Email"
1672
  msgstr "E-Mail"
1673
 
1674
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:545
1675
  msgid "Sign-up Date"
1676
  msgstr "Registrierungsdatum"
1677
 
1678
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:551
1679
  msgid "Firstname"
1680
  msgstr "Vorname"
1681
 
1682
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:557
1683
  msgid "Lastname"
1684
  msgstr "Nachname"
1685
 
1686
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:563
1687
  msgid "Display Name"
1688
  msgstr "Angezeigter Name"
1689
 
1690
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:581
1691
  msgid "Posts"
1692
  msgstr "Posts"
1693
 
1694
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1695
  msgid "Click here to see more information about this user"
1696
  msgstr "Klicken Sie hie rum weitere Informationen über den Benutzer zu sehen"
1697
 
1698
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1699
  msgid "More..."
1700
  msgstr "Mehr..."
1701
 
1702
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:824
1703
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1704
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1705
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1706
  msgid "No uploaded attachment"
1707
  msgstr "Keine hochgeladenen Anhänge"
1708
 
1709
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:826
1710
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1711
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1189
1712
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1713
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1714
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
@@ -1717,16 +1471,16 @@ msgstr "Keine hochgeladenen Anhänge"
1717
  msgid "Click to see the current attachment"
1718
  msgstr "Klicken um Anhänge zu sehen"
1719
 
1720
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1721
  msgid "Click here to go back"
1722
  msgstr "Hier klicken um zurück zu gehen"
1723
 
1724
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1725
  msgid "Back"
1726
  msgstr "Zurück"
1727
 
1728
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1729
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1730
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1731
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1732
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
@@ -1735,114 +1489,114 @@ msgstr "Zurück"
1735
  msgid "Current file"
1736
  msgstr "Aktuelle Datei"
1737
 
1738
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1187
1739
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1740
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1741
  msgid "Avatar"
1742
  msgstr "Avatar"
1743
 
1744
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1244
1745
  msgid "No results found!"
1746
  msgstr "Keine Ergebnisse gefunden"
1747
 
1748
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1337
1749
  msgid "&laquo;&laquo; First"
1750
  msgstr "&laquo;&laquo; Erster"
1751
 
1752
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1338
1753
  msgid "&laquo; Prev"
1754
  msgstr "Letzter"
1755
 
1756
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1339
1757
  msgid "Next &raquo; "
1758
  msgstr "Nächster &raquo; "
1759
 
1760
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1340
1761
  msgid "Last &raquo;&raquo;"
1762
  msgstr "Letzter &raquo;&raquo;"
1763
 
1764
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1765
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1766
  msgid "You must give your option a title."
1767
  msgstr "Sie müssen der Option einen Titel geben."
1768
 
1769
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1770
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1771
  msgid "You have entered an invalid meta-key format!"
1772
  msgstr "Sie haben ein ungültiges Format des Meta-Keys eingegeben."
1773
 
1774
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:298
1775
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:441
1776
  msgid "You must enter a valid meta-key."
1777
  msgstr "Geben Sie einen gültigen Meta-Key ein."
1778
 
1779
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:304
1780
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:314
1781
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:451
1782
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:463
1783
  msgid "That meta-key is already in use."
1784
  msgstr "Der Meta-Key wird bereits verwendet."
1785
 
1786
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:321
1787
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:471
1788
  msgid ""
1789
  "There is already an avatar input-type. You can only have one avatar present."
1790
  msgstr "Es ist bereits ein Avatar vorhanden."
1791
 
1792
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:328
1793
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:478
1794
  msgid ""
1795
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1796
  "have one present."
1797
  msgstr "Es existiert bereits eine \"Agree to Terms and Conditions\"-Checkbox."
1798
 
1799
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1800
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1801
  msgid "The textarea row value must be numeric."
1802
  msgstr "Der Wert der Zeilenanzahl muss numerisch sein."
1803
 
1804
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:337
1805
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:487
1806
  msgid "The maxlength attribute must be numeric."
1807
  msgstr "Das \"maxlength\"-Attribut muss numerisch sein."
1808
 
1809
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:344
1810
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:494
1811
  msgid "The value must be between 20 and 200!"
1812
  msgstr "Der Wert muss zwischen 20 und 200 liegen."
1813
 
1814
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1815
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1816
  msgid "The width component of the entered value must be numeric!"
1817
  msgstr "Der Wert \"Breite\" muss numerisch sein."
1818
 
1819
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1820
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1821
  msgid "The height component of the entered value must be numeric!"
1822
  msgstr "Der Wert \"Höhe\" muss numerisch sein."
1823
 
1824
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1825
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1826
  msgid "The width component of the entered value must be between 20 and 200!"
1827
  msgstr "Der Wert \"Breite\" muss zwischen 20 und 200 liegen."
1828
 
1829
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:355
1830
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:505
1831
  msgid "The height component of the entered value must be between 20 and 200!"
1832
  msgstr "Der Wert \"Höhe\" muss zwischen 20 und 200 liegen."
1833
 
1834
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:357
1835
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:507
1836
  msgid "The pair of values entered didn't have the right format (width,height)!"
1837
  msgstr "Die eingegebenen Werte haben nicht das richtige Format (Breite/Höhe)"
1838
 
1839
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:360
1840
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:510
1841
  msgid "The entered avatar size must be numeric!"
1842
  msgstr "Die eingegebene Größe des Avatars muss numerisch sein"
1843
 
1844
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:394
1845
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:570
1846
  msgid "There was an error, please try again."
1847
  msgstr "Fehler, bitte versuchen Sie es erneut."
1848
 
@@ -1854,40 +1608,60 @@ msgstr "Wollen Sie"
1854
  msgid "the current user?"
1855
  msgstr "den aktuellen Benutzer?"
1856
 
1857
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:122
1858
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1859
  msgid "Approve"
1860
  msgstr "Genehmigt"
1861
 
1862
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:123
1863
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:213
1864
  msgid "Unapproved"
1865
  msgstr "Nicht genehmigt"
1866
 
1867
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:134
1868
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:164
1869
  msgid "Unapprove"
1870
  msgstr "Nicht genehmigt"
1871
 
1872
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:135
1873
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:210
1874
  msgid "Approved"
1875
  msgstr "Genehmigt"
1876
 
1877
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:163
1878
  msgid "unapprove"
1879
  msgstr "nicht genehmigt"
1880
 
1881
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1882
  msgid "approve"
1883
  msgstr "genehmigt"
1884
 
1885
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1886
  #, fuzzy, php-format
1887
  msgid "Are you sure you want to %1$s this user?"
1888
  msgstr "Sind Sie sicher dass Sie den Avatar löschen möchten?"
1889
 
1890
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:232
1891
  msgid ""
1892
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1893
  "before you can log in."
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-01-10 11:29+0200\n"
6
+ "PO-Revision-Date: 2013-01-10 11:29+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:585
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
113
  msgstr "Der Avatar ist"
114
 
115
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
116
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:897
117
  msgid "There was an error while trying to upload the following attachment(s)"
118
  msgstr "Es gab einen Fehler beim Hochladen der/des folgenden Anhang/e:"
119
 
125
  msgstr ""
126
 
127
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
128
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1277
129
  msgid "Name"
130
  msgstr "Name"
131
 
132
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
134
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1298
135
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
136
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
137
  msgid "Username"
138
  msgstr "Benutzername"
139
 
182
  "Das Feld wurde nicht aktualisiert da es leer ist, jedoch benötigt wird."
183
 
184
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
185
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1322
186
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
187
  msgid "First Name"
188
  msgstr "Vorname"
189
 
190
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
191
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1346
192
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
193
  msgid "Last Name"
194
  msgstr "Nachname"
195
 
196
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
197
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1370
198
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
199
  msgid "Nickname"
200
  msgstr "Nickname"
204
  msgstr "angezeigter Name..."
205
 
206
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
207
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1376
208
  msgid "Contact Info"
209
  msgstr "E-Mail"
210
 
211
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
212
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1397
213
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
214
  msgid "E-mail"
215
  msgstr "E-Mail"
219
  msgstr "erforderlich"
220
 
221
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
222
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1421
223
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
224
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:540
225
  msgid "Website"
226
  msgstr "Website"
227
 
228
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
229
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1445
230
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
231
  msgid "AIM"
232
  msgstr "AIM"
233
 
234
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
235
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1469
236
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
237
  msgid "Yahoo IM"
238
  msgstr "Yahoo IM"
239
 
240
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
241
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1493
242
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
243
  msgid "Jabber / Google Talk"
244
  msgstr "Jabber / Google Talk"
245
 
246
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
247
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1499
248
  msgid "About Yourself"
249
  msgstr "Über Sie"
250
 
251
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
252
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1520
253
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
254
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:546
255
  msgid "Biographical Info"
256
  msgstr "Sonstige Angaben"
257
 
262
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
263
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
264
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
265
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1558
266
  msgid "Repeat Password"
267
  msgstr "Passwort wiederholen"
268
 
300
 
301
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
302
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
303
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
304
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
305
  msgid "here"
306
  msgstr "hier"
307
 
317
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
318
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
319
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
320
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1553
321
  msgid "Password"
322
  msgstr "Passwort"
323
 
340
  msgstr "FEHLER"
341
 
342
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
343
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:248
344
  msgid ""
345
  "Your account has to be confirmed by an administrator before you can use the "
346
  "\"Password Reset\" feature."
423
  msgstr "hat eine Anfrage zum Zurücksetzen des Passwortes gesendet."
424
 
425
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
426
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:894
427
  msgid "The entered passwords don't match!"
428
  msgstr "Die eingegebenen Passwörter stimmen nicht überein!"
429
 
455
  msgid "Get New Password"
456
  msgstr "Neues Passwort anfordern"
457
 
458
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:386
 
 
 
 
 
 
459
  #, fuzzy, php-format
460
  msgid ""
461
  "To activate your user, please click the following link:\n"
471
  "\n"
472
  "Nach der Aktivierung erhalten Sie eine E-Mail mit Ihren Benutzerdaten.\n"
473
 
474
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
475
+ #, php-format
476
+ msgid "[%1$s] Activate %2$s"
477
+ msgstr "[%1$s] Aktivieren %2$s"
478
+
479
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:418
480
  msgid "Invalid activation key!"
481
  msgstr "Falscher Aktivierungsschlüssel"
482
 
483
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:422
484
  msgid "The user is already active!"
485
  msgstr "Der Benutzer ist bereits aktiviert."
486
 
487
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:437
488
  msgid "Could not create user!"
489
  msgstr "Benutzer kann nicht erstellt werden."
490
 
491
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:447
492
  msgid "That username is already activated!"
493
  msgstr "Der Benutzername ist bereits aktiviert."
494
 
495
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:463
496
  msgid "The user was successfully activated."
497
  msgstr "Der Benutzer wurde erfolgreich aktiviert"
498
 
499
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:465
500
  msgid "There was an error while trying to activate the user."
501
  msgstr "Es gab einen Fehler bei der Aktivierung des Benutzers."
502
 
503
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
 
504
  #, php-format
505
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
506
  msgstr ""
507
 
508
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
509
  msgid ""
510
  "The \"Admin Approval\" feature was activated at the time of registration, so "
511
  "please remember that you need to approve this user before he/she can log in!"
513
  "Die \"Zustimmung des Administrators\" ist zur Aktivierung des Benutzers "
514
  "erforderlich."
515
 
516
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:504
517
  msgid "A new subscriber has (been) registered!"
518
  msgstr "Ein neuer Benutzer hat sich angemeldet!"
519
 
520
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:522
 
 
521
  msgid "A new account has been created for you."
522
  msgstr "Ein neues Benutzerprofil wurde für Sie erstellt."
523
 
524
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:525
 
525
  #, php-format
526
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
527
  msgstr ""
528
 
529
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:527
530
  msgid ""
531
  "Before you can access your account, an administrator needs to approve it. "
532
  "You will be notified via email."
534
  "Bevor Sie auf Ihr Benutzerprofil zugreifen können ist die Zustimmung eines "
535
  "Administrators nötig. Sie werden per E-Mail über die Zustimmung informiert."
536
 
537
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:883
538
  msgid "A username is required for registration."
539
  msgstr "Ein Benutzername ist zur Registrierung notwendig."
540
 
541
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
542
  msgid "Sorry, that username already exists!"
543
  msgstr "Der Benutzername ist bereits registriert."
544
 
545
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:887
546
  msgid "You must enter a valid email address."
547
  msgstr "Sie müssen eine gültige E-Mail-Adresse eingeben."
548
 
549
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:889
550
  msgid "Sorry, that email address is already used!"
551
  msgstr "Diese E-Mail-Adresse ist bereits registriert."
552
 
553
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
554
  msgid "You didn't complete one of the password-fields!"
555
  msgstr "Eines der Passwortfelder wurde nicht ausgefüllt."
556
 
557
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
558
  msgid "Only files with the following extension(s) can be uploaded:"
559
  msgstr "Nur Dateien mit den folgenden Anhängen sind verwendbar:"
560
 
561
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
562
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
563
  msgid "The account was NOT created!"
564
  msgstr "Der Benutzer wurde nicht erstellt."
565
 
566
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:908
567
  msgid "You must agree to the terms and conditions before registering!"
568
  msgstr "Sie müssen den AGB zustimmen!"
569
 
570
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
571
  msgid "(Several required fields were left uncompleted)"
572
  msgstr "Einige zur Registrierung notwendige Felder wurde nicht ausgefüllt."
573
 
574
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
575
  msgid "This username is already reserved to be used soon."
576
  msgstr "Dieser Benutzername ist reserviert."
577
 
578
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
579
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
580
  msgid "Please try a different one!"
581
  msgstr "Bitte wählen Sie einen anderen."
582
 
583
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
584
  msgid "This email address is already reserved to be used soon."
585
  msgstr "Dieser E-Mail-Adresse ist reserviert."
586
 
587
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
588
  msgid "You are logged in as"
589
  msgstr "Sie sind eingeloggt als "
590
 
591
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
592
  msgid "You don't need another account."
593
  msgstr "Sie benötigen keinen weiteren Account."
594
 
595
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
596
  msgid "Log out of this account."
597
  msgstr "Aus diesem Profil ausloggen."
598
 
599
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
600
  msgid "Logout"
601
  msgstr "Ausloggen"
602
 
603
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1168
604
  #, fuzzy, php-format
605
  msgid ""
606
  "An email has been sent to %1$s with information on how to activate his/her "
609
  "Eine E-Mail, mit der Information wie Ihr Profil aktiviert wird, wurde an Sie "
610
  "gesendet"
611
 
612
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1172
613
  #, fuzzy, php-format
614
  msgid "A user account has been created for %1$s."
615
  msgstr "Ein Benutzer wurde erstellt für"
616
 
617
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
618
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
619
  #, fuzzy, php-format
620
  msgid ""
621
  "You will soon be redirected automatically. If you see this page for more "
624
  "Sie werden umgehend weitergeleitet. Wenn Sie diesen Text länger als 3 "
625
  "Sekunden sehen klicken Sie bitte "
626
 
627
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1197
628
  #, fuzzy
629
  msgid ""
630
  "An email has been sent to you with information on how to activate your "
633
  "Eine E-Mail, mit der Information wie Ihr Profil aktiviert wird, wurde an Sie "
634
  "gesendet"
635
 
636
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1201
637
  #, fuzzy, php-format
638
  msgid "Thank you for registering %1$s."
639
  msgstr "Vielen Dank für die Registrierung."
640
 
641
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1228
642
  msgid "An error occured while trying to send the notification email."
643
  msgstr ""
644
  "Ein Fehler ist aufgetreten beim Versuch, die Benachrichtigungs-Email zu "
645
  "senden."
646
 
647
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1233
648
  msgid "An email containing activation instructions was successfully sent."
649
  msgstr ""
650
  "Eine E-Mail mit Anweisungen zur Aktivierung wurde erfolgreich gesendet."
651
 
652
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1238
653
  msgid "An email containing the username and password was successfully sent."
654
  msgstr ""
655
  "Eine E-Mail mit dem Benutzernamen und Passwort wurde erfolgreich gesendet."
656
 
657
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1254
658
  msgid "Users can register themselves or you can manually create users here."
659
  msgstr ""
660
  "Benutzer können sich selbstständig registrieren oder manuell angelegt werden."
661
 
662
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1259
663
  msgid ""
664
  "Users cannot currently register themselves, but you can manually create "
665
  "users here."
667
  "Benutzer können sich nicht selbstständig registrieren jedoch manuell "
668
  "angelegt werden."
669
 
670
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1264
671
  msgid "Only an administrator can add new users."
672
  msgstr "Nur Administratoren können neue Benutze anlegen."
673
 
674
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1287
675
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1311
676
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1335
677
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1359
678
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1410
679
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1434
680
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1458
681
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1482
682
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1509
683
  msgid ""
684
  "This field must be filled out before registering (It was marked as required "
685
  "by the administrator)"
686
  msgstr "Dieses Feld wird zur Registrierung benötigt."
687
 
688
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1308
689
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1332
690
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1356
691
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1383
692
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1407
693
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1431
694
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1455
695
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1479
696
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1506
697
  msgid "This field is marked as required by the administrator"
698
  msgstr "Dieses Feld wird zur Registrierung benötigt."
699
 
700
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1581
701
  msgid "Anti-Spam"
702
  msgstr "Anti-Spam"
703
 
704
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1602
705
  msgid "Send these credentials via email."
706
  msgstr "Senden Sie diese Anmeldeinformationen per E-Mail."
707
 
708
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
709
  msgid "Add User"
710
  msgstr "Benutzer hinzufügen"
711
 
712
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
713
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
714
  msgid "Register"
715
  msgstr "Regstrieren"
746
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
747
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
748
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
 
 
749
  msgid "Show"
750
  msgstr "Anzeigen"
751
 
762
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
763
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
764
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
 
 
765
  msgid "Hide"
766
  msgstr "Verbergen"
767
 
768
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
769
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
770
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
771
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:45
772
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
 
 
773
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
774
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:370
775
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
776
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
777
  msgid "Save Changes"
1005
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1006
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1007
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1008
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:38
1009
  msgid "General Settings"
1010
  msgstr "Allgemeine Einstellungen"
1011
 
1106
  msgstr "Status"
1107
 
1108
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
1109
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:30
1110
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
 
1111
  msgid "User-Listing"
1112
  msgstr "User-Listing"
1113
 
1114
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1115
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1116
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
 
 
1117
  msgid "Active"
1118
  msgstr "Aktiv"
1119
 
1120
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1121
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1122
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
 
 
1123
  msgid "Inactive"
1124
  msgstr "Inaktiv"
1125
 
1135
  msgid "reCAPTCHA"
1136
  msgstr "reCAPTCHA"
1137
 
 
 
 
 
 
 
 
 
 
 
 
 
1138
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1139
  msgid "Redirects on custom page requests:"
1140
  msgstr "Weiterleitung auf benutzerdefinierte Seiten:"
1221
  "manage options)."
1222
  msgstr "Leitet jeden Berechtigungstufe weiter, ausser dem Admin."
1223
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1224
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1225
  msgid "Could not open socket!"
1226
  msgstr "Sockel kann nicht geöffnet werden"
1281
  "Das reCaptcha wurde nicht erfolgreich eingegeben. Bitte gehen Sie zurück und "
1282
  "probieren Sie es erneut."
1283
 
1284
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:33
1285
  msgid ""
1286
  "To create a page containing the users registered to this current site/blog, "
1287
  "insert the following shortcode in a (blank) page: "
1289
  "Um eine Seite mit dem User-Listing zu erstellen, fügend Sie den folgenden "
1290
  "Code in aine leere Seite ein."
1291
 
1292
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1293
  msgid ""
1294
  "For instance, to create a userlisting shortcode listing only the editors and "
1295
  "authors, visible to only the users currently logged in, you would use:"
1297
  "Wenn Sie das User-Listing nur eingeloggten Benutzern anzeigen wollen, fügen "
1298
  "Sie bitte folgenden Code ein:"
1299
 
1300
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1301
  msgid ""
1302
  "You can also create a userlisting page that displays users having a certain "
1303
  "meta-value within a certain (extra) meta-field like so:"
1304
  msgstr ""
1305
 
1306
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1307
  msgid ""
1308
  "Remember though, that the field-value combination must exist in the database."
1309
  msgstr ""
1310
 
1311
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:40
1312
  msgid "These settings are applied to the front-end userlisting."
1313
  msgstr "Diese Einstellungen werden im Front End des User-Listings angezeigt."
1314
 
1315
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:46
1316
  msgid "Number of Users/Page: "
1317
  msgstr "Anzahl Benutzer/Seite"
1318
 
1319
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:63
 
 
 
 
 
1320
  msgid "Default Sorting Order: "
1321
  msgstr "Standart Sortierfolge"
1322
 
1323
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:74
1324
  msgid "\"All-Userlisting\" Template"
1325
  msgstr "\"All-Userlisting\" Template"
1326
 
1327
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:76
1328
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:218
1329
  msgid ""
1330
  "With the userlisting templates you can customize the look, feel and "
1331
  "information listed by the shortcode."
1333
  "Mit dem User-Listing Template können Sie das Aussehen und die Informationen "
1334
  "per Shortcode anzeigen lassen."
1335
 
1336
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:77
1337
  msgid ""
1338
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1339
  "on each page access where the shortcode is present."
1341
  "Das \"All User Listing\"-Template zeigt die Liste aller Benutzer an. Es wird "
1342
  "überall angezeigt wo der Shortcode implementiert ist"
1343
 
1344
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:81
1345
  msgid "Avatar size: "
1346
  msgstr "Avatar Größe"
1347
 
1348
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:97
1349
  msgid "Insert \"Sort By\" Field:"
1350
  msgstr "\"Sortieren nach\" Feld einfügen"
1351
 
1352
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:125
1353
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:224
1354
  msgid "Insert \"User-Meta\" Field:"
1355
  msgstr "\"User Meta\" Feld einfügen"
1356
 
1357
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1358
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:262
1359
  msgid "Insert Extra Functions:"
1360
  msgstr "Extra Funktionen einfügen"
1361
 
1362
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:171
1363
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1364
  msgstr "Zeige/Verberge Standart-\"All-User-Listing\"-Code"
1365
 
1366
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:173
1367
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:276
1368
  msgid ""
1369
  "If you wish to use a default userlisting, just copy the following code and "
1370
  "paste it in the textarea below:"
1372
  "Wenn Sie das Standart Userlisting nutzen möchten, kopieren Sie den Code in "
1373
  "die untere Textfläche:"
1374
 
1375
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:216
1376
  msgid "\"Single-Userlisting\" Template"
1377
  msgstr "\"Single-Userlisting\"-Template"
1378
 
1379
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:219
1380
  msgid ""
1381
  "The \"Single User Listing\" template is used to list an individual user. "
1382
  "It's displayed when clickin on the \"more info\" link."
1384
  "Das \"Single-User-List\"-Template zeigt die Daten eines einzelnen Benutzers "
1385
  "an. Es wird angezeigt sobald man auf \"Mehr Infos\" klickt."
1386
 
1387
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:274
1388
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1389
  msgstr "Zeige/Verberge Standart-\"Single-User-Listing\"-Code"
1390
 
1391
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1392
  msgid ""
1393
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1394
  msgstr "Sie müssen das User-Listing im \"Addons\" aktivieren!"
1395
 
1396
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1397
  msgid "You can find it in Profile Builder's menu."
1398
  msgstr "Sie finden es im Profile Builder Menü."
1399
 
1400
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:405
1401
  msgid "You need to be logged in to view the userlisting!"
1402
  msgstr "Sie müssen eingeloggt sein um die User-Listings sehen zu können."
1403
 
1404
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:443
1405
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:469
1406
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1407
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1328
1408
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1414
1409
  msgid "Search Users by All Fields"
1410
  msgstr "Suche Benutzer nach alle Felder"
1411
 
1412
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1413
  msgid "Leave Blank and Press Search to List All Users"
1414
  msgstr "Lassen Sie dieses Feld frei um nach allen Benutzern zu suchen."
1415
 
1416
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:491
1417
  msgid "Search"
1418
  msgstr "Suche"
1419
 
1420
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:504
1421
  msgid "First/Lastname"
1422
  msgstr "Vor/Nachname"
1423
 
1424
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:510
1425
  msgid "Email"
1426
  msgstr "E-Mail"
1427
 
1428
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1429
  msgid "Sign-up Date"
1430
  msgstr "Registrierungsdatum"
1431
 
1432
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:522
1433
  msgid "Firstname"
1434
  msgstr "Vorname"
1435
 
1436
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:528
1437
  msgid "Lastname"
1438
  msgstr "Nachname"
1439
 
1440
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:534
1441
  msgid "Display Name"
1442
  msgstr "Angezeigter Name"
1443
 
1444
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:552
1445
  msgid "Posts"
1446
  msgstr "Posts"
1447
 
1448
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1449
  msgid "Click here to see more information about this user"
1450
  msgstr "Klicken Sie hie rum weitere Informationen über den Benutzer zu sehen"
1451
 
1452
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1453
  msgid "More..."
1454
  msgstr "Mehr..."
1455
 
1456
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:795
1457
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1458
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1459
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1460
  msgid "No uploaded attachment"
1461
  msgstr "Keine hochgeladenen Anhänge"
1462
 
1463
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:797
1464
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1465
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1160
1466
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1467
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1468
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1471
  msgid "Click to see the current attachment"
1472
  msgstr "Klicken um Anhänge zu sehen"
1473
 
1474
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1475
  msgid "Click here to go back"
1476
  msgstr "Hier klicken um zurück zu gehen"
1477
 
1478
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1479
  msgid "Back"
1480
  msgstr "Zurück"
1481
 
1482
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1483
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1484
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1485
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1486
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1489
  msgid "Current file"
1490
  msgstr "Aktuelle Datei"
1491
 
1492
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1158
1493
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1494
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1495
  msgid "Avatar"
1496
  msgstr "Avatar"
1497
 
1498
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1215
1499
  msgid "No results found!"
1500
  msgstr "Keine Ergebnisse gefunden"
1501
 
1502
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1311
1503
  msgid "&laquo;&laquo; First"
1504
  msgstr "&laquo;&laquo; Erster"
1505
 
1506
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1312
1507
  msgid "&laquo; Prev"
1508
  msgstr "Letzter"
1509
 
1510
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1313
1511
  msgid "Next &raquo; "
1512
  msgstr "Nächster &raquo; "
1513
 
1514
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1314
1515
  msgid "Last &raquo;&raquo;"
1516
  msgstr "Letzter &raquo;&raquo;"
1517
 
1518
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:286
1519
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:429
1520
  msgid "You must give your option a title."
1521
  msgstr "Sie müssen der Option einen Titel geben."
1522
 
1523
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1524
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1525
  msgid "You have entered an invalid meta-key format!"
1526
  msgstr "Sie haben ein ungültiges Format des Meta-Keys eingegeben."
1527
 
1528
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1529
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1530
  msgid "You must enter a valid meta-key."
1531
  msgstr "Geben Sie einen gültigen Meta-Key ein."
1532
 
1533
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:300
1534
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:310
1535
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:447
1536
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:459
1537
  msgid "That meta-key is already in use."
1538
  msgstr "Der Meta-Key wird bereits verwendet."
1539
 
1540
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:317
1541
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:467
1542
  msgid ""
1543
  "There is already an avatar input-type. You can only have one avatar present."
1544
  msgstr "Es ist bereits ein Avatar vorhanden."
1545
 
1546
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:324
1547
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:474
1548
  msgid ""
1549
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1550
  "have one present."
1551
  msgstr "Es existiert bereits eine \"Agree to Terms and Conditions\"-Checkbox."
1552
 
1553
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:329
1554
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:479
1555
  msgid "The textarea row value must be numeric."
1556
  msgstr "Der Wert der Zeilenanzahl muss numerisch sein."
1557
 
1558
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1559
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1560
  msgid "The maxlength attribute must be numeric."
1561
  msgstr "Das \"maxlength\"-Attribut muss numerisch sein."
1562
 
1563
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:340
1564
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:490
1565
  msgid "The value must be between 20 and 200!"
1566
  msgstr "Der Wert muss zwischen 20 und 200 liegen."
1567
 
1568
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:345
1569
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:495
1570
  msgid "The width component of the entered value must be numeric!"
1571
  msgstr "Der Wert \"Breite\" muss numerisch sein."
1572
 
1573
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:347
1574
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:497
1575
  msgid "The height component of the entered value must be numeric!"
1576
  msgstr "Der Wert \"Höhe\" muss numerisch sein."
1577
 
1578
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1579
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1580
  msgid "The width component of the entered value must be between 20 and 200!"
1581
  msgstr "Der Wert \"Breite\" muss zwischen 20 und 200 liegen."
1582
 
1583
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1584
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1585
  msgid "The height component of the entered value must be between 20 and 200!"
1586
  msgstr "Der Wert \"Höhe\" muss zwischen 20 und 200 liegen."
1587
 
1588
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1589
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1590
  msgid "The pair of values entered didn't have the right format (width,height)!"
1591
  msgstr "Die eingegebenen Werte haben nicht das richtige Format (Breite/Höhe)"
1592
 
1593
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:356
1594
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:506
1595
  msgid "The entered avatar size must be numeric!"
1596
  msgstr "Die eingegebene Größe des Avatars muss numerisch sein"
1597
 
1598
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:390
1599
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:566
1600
  msgid "There was an error, please try again."
1601
  msgstr "Fehler, bitte versuchen Sie es erneut."
1602
 
1608
  msgid "the current user?"
1609
  msgstr "den aktuellen Benutzer?"
1610
 
1611
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1612
+ #, fuzzy, php-format
1613
+ msgid "Your account on %1$s has been approved!"
1614
+ msgstr "wurde genehmigt"
1615
+
1616
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1617
+ #, fuzzy, php-format
1618
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
1619
+ msgstr "Ein Administrator hat Ihr Profil soeben genehmigt."
1620
+
1621
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:58
1622
+ #, fuzzy, php-format
1623
+ msgid "Your account on %1$s has been unapproved!"
1624
+ msgstr "wurde nicht genehmigt."
1625
+
1626
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:59
1627
+ #, fuzzy, php-format
1628
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1629
+ msgstr "Ein Administrator hat Ihr Profil nicht genehmigt auf"
1630
+
1631
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:126
1632
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:172
1633
  msgid "Approve"
1634
  msgstr "Genehmigt"
1635
 
1636
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:127
1637
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:217
1638
  msgid "Unapproved"
1639
  msgstr "Nicht genehmigt"
1640
 
1641
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:138
1642
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
1643
  msgid "Unapprove"
1644
  msgstr "Nicht genehmigt"
1645
 
1646
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:139
1647
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:214
1648
  msgid "Approved"
1649
  msgstr "Genehmigt"
1650
 
1651
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1652
  msgid "unapprove"
1653
  msgstr "nicht genehmigt"
1654
 
1655
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1656
  msgid "approve"
1657
  msgstr "genehmigt"
1658
 
1659
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:175
1660
  #, fuzzy, php-format
1661
  msgid "Are you sure you want to %1$s this user?"
1662
  msgstr "Sind Sie sicher dass Sie den Avatar löschen möchten?"
1663
 
1664
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:236
1665
  msgid ""
1666
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1667
  "before you can log in."
translation/profilebuilder-en_US.mo CHANGED
Binary file
translation/profilebuilder-en_US.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:45+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:45+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
@@ -11,12 +11,12 @@ msgstr ""
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:576
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
@@ -113,7 +113,7 @@ msgid "The avatar was"
113
  msgstr ""
114
 
115
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
116
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
117
  msgid "There was an error while trying to upload the following attachment(s)"
118
  msgstr ""
119
 
@@ -125,15 +125,15 @@ msgid ""
125
  msgstr ""
126
 
127
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
128
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1265
129
  msgid "Name"
130
  msgstr ""
131
 
132
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
134
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1286
135
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
136
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:527
137
  msgid "Username"
138
  msgstr ""
139
 
@@ -181,19 +181,19 @@ msgid ""
181
  msgstr ""
182
 
183
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
184
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1310
185
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
186
  msgid "First Name"
187
  msgstr ""
188
 
189
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
190
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1334
191
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
192
  msgid "Last Name"
193
  msgstr ""
194
 
195
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
196
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1358
197
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
198
  msgid "Nickname"
199
  msgstr ""
@@ -203,12 +203,12 @@ msgid "Display name publicly as"
203
  msgstr ""
204
 
205
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
206
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1364
207
  msgid "Contact Info"
208
  msgstr ""
209
 
210
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
211
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1385
212
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
213
  msgid "E-mail"
214
  msgstr ""
@@ -218,39 +218,39 @@ msgid "(required)"
218
  msgstr ""
219
 
220
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
221
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1409
222
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
223
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:569
224
  msgid "Website"
225
  msgstr ""
226
 
227
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
228
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1433
229
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
230
  msgid "AIM"
231
  msgstr ""
232
 
233
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
234
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1457
235
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
236
  msgid "Yahoo IM"
237
  msgstr ""
238
 
239
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
240
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1481
241
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
242
  msgid "Jabber / Google Talk"
243
  msgstr ""
244
 
245
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
246
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1487
247
  msgid "About Yourself"
248
  msgstr ""
249
 
250
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
251
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1508
252
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
253
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:575
254
  msgid "Biographical Info"
255
  msgstr ""
256
 
@@ -261,7 +261,7 @@ msgstr ""
261
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
262
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
263
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
264
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1546
265
  msgid "Repeat Password"
266
  msgstr ""
267
 
@@ -297,8 +297,8 @@ msgstr ""
297
 
298
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
299
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
300
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
301
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
302
  msgid "here"
303
  msgstr ""
304
 
@@ -314,7 +314,7 @@ msgstr ""
314
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
315
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
316
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
317
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1541
318
  msgid "Password"
319
  msgstr ""
320
 
@@ -337,7 +337,7 @@ msgid "ERROR"
337
  msgstr ""
338
 
339
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
340
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:244
341
  msgid ""
342
  "Your account has to be confirmed by an administrator before you can use the "
343
  "\"Password Reset\" feature."
@@ -414,7 +414,7 @@ msgid ""
414
  msgstr ""
415
 
416
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
417
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:882
418
  msgid "The entered passwords don't match!"
419
  msgstr ""
420
 
@@ -443,13 +443,7 @@ msgstr ""
443
  msgid "Get New Password"
444
  msgstr ""
445
 
446
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:387
447
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:14
448
- #, php-format
449
- msgid "[%1$s] Activate %2$s"
450
- msgstr ""
451
-
452
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
453
  #, php-format
454
  msgid ""
455
  "To activate your user, please click the following link:\n"
@@ -460,226 +454,227 @@ msgid ""
460
  "\n"
461
  msgstr ""
462
 
463
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:415
 
 
 
 
 
464
  msgid "Invalid activation key!"
465
  msgstr ""
466
 
467
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:419
468
  msgid "The user is already active!"
469
  msgstr ""
470
 
471
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:434
472
  msgid "Could not create user!"
473
  msgstr ""
474
 
475
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:444
476
  msgid "That username is already activated!"
477
  msgstr ""
478
 
479
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:460
480
  msgid "The user was successfully activated."
481
  msgstr ""
482
 
483
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:462
484
  msgid "There was an error while trying to activate the user."
485
  msgstr ""
486
 
487
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:496
488
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:19
489
  #, php-format
490
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
491
  msgstr ""
492
 
493
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
494
  msgid ""
495
  "The \"Admin Approval\" feature was activated at the time of registration, so "
496
  "please remember that you need to approve this user before he/she can log in!"
497
  msgstr ""
498
 
499
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
500
  msgid "A new subscriber has (been) registered!"
501
  msgstr ""
502
 
503
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:515
504
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:8
505
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:10
506
  msgid "A new account has been created for you."
507
  msgstr ""
508
 
509
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:518
510
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:9
511
  #, php-format
512
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
513
  msgstr ""
514
 
515
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:520
516
  msgid ""
517
  "Before you can access your account, an administrator needs to approve it. "
518
  "You will be notified via email."
519
  msgstr ""
520
 
521
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:871
522
  msgid "A username is required for registration."
523
  msgstr ""
524
 
525
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:873
526
  msgid "Sorry, that username already exists!"
527
  msgstr ""
528
 
529
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:875
530
  msgid "You must enter a valid email address."
531
  msgstr ""
532
 
533
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:877
534
  msgid "Sorry, that email address is already used!"
535
  msgstr ""
536
 
537
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
538
  msgid "You didn't complete one of the password-fields!"
539
  msgstr ""
540
 
541
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
542
  msgid "Only files with the following extension(s) can be uploaded:"
543
  msgstr ""
544
 
545
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
546
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
547
  msgid "The account was NOT created!"
548
  msgstr ""
549
 
550
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:896
551
  msgid "You must agree to the terms and conditions before registering!"
552
  msgstr ""
553
 
554
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
555
  msgid "(Several required fields were left uncompleted)"
556
  msgstr ""
557
 
558
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
559
  msgid "This username is already reserved to be used soon."
560
  msgstr ""
561
 
562
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
563
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
564
  msgid "Please try a different one!"
565
  msgstr ""
566
 
567
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
568
  msgid "This email address is already reserved to be used soon."
569
  msgstr ""
570
 
571
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
572
  msgid "You are logged in as"
573
  msgstr ""
574
 
575
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
576
  msgid "You don't need another account."
577
  msgstr ""
578
 
579
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
580
  msgid "Log out of this account."
581
  msgstr ""
582
 
583
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
584
  msgid "Logout"
585
  msgstr ""
586
 
587
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1156
588
  #, php-format
589
  msgid ""
590
  "An email has been sent to %1$s with information on how to activate his/her "
591
  "account."
592
  msgstr ""
593
 
594
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
595
  #, php-format
596
  msgid "A user account has been created for %1$s."
597
  msgstr ""
598
 
599
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
600
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
601
  #, php-format
602
  msgid ""
603
  "You will soon be redirected automatically. If you see this page for more "
604
  "than 3 seconds, please click %1$s.%2$s"
605
  msgstr ""
606
 
607
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1185
608
  msgid ""
609
  "An email has been sent to you with information on how to activate your "
610
  "account."
611
  msgstr ""
612
 
613
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1189
614
  #, php-format
615
  msgid "Thank you for registering %1$s."
616
  msgstr ""
617
 
618
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1216
619
  msgid "An error occured while trying to send the notification email."
620
  msgstr ""
621
 
622
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
623
  msgid "An email containing activation instructions was successfully sent."
624
  msgstr ""
625
 
626
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1226
627
  msgid "An email containing the username and password was successfully sent."
628
  msgstr ""
629
 
630
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1242
631
  msgid "Users can register themselves or you can manually create users here."
632
  msgstr ""
633
 
634
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1247
635
  msgid ""
636
  "Users cannot currently register themselves, but you can manually create "
637
  "users here."
638
  msgstr ""
639
 
640
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1252
641
  msgid "Only an administrator can add new users."
642
  msgstr ""
643
 
644
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1275
645
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
646
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
647
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
648
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
649
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
650
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
651
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
652
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
653
  msgid ""
654
  "This field must be filled out before registering (It was marked as required "
655
  "by the administrator)"
656
  msgstr ""
657
 
658
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1296
659
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1320
660
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1344
661
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1371
662
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1395
663
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1419
664
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1443
665
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1467
666
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1494
667
  msgid "This field is marked as required by the administrator"
668
  msgstr ""
669
 
670
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1569
671
  msgid "Anti-Spam"
672
  msgstr ""
673
 
674
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1590
675
  msgid "Send these credentials via email."
676
  msgstr ""
677
 
678
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
679
  msgid "Add User"
680
  msgstr ""
681
 
682
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
683
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
684
  msgid "Register"
685
  msgstr ""
@@ -716,8 +711,6 @@ msgstr ""
716
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
717
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
718
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
719
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:33
720
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:415
721
  msgid "Show"
722
  msgstr ""
723
 
@@ -734,20 +727,16 @@ msgstr ""
734
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
735
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
736
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
737
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:34
738
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:416
739
  msgid "Hide"
740
  msgstr ""
741
 
742
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
743
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
744
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
745
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:59
746
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
747
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:377
748
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:650
749
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
750
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:401
751
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
752
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
753
  msgid "Save Changes"
@@ -963,7 +952,7 @@ msgstr ""
963
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
964
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
965
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
966
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:39
967
  msgid "General Settings"
968
  msgstr ""
969
 
@@ -1061,24 +1050,20 @@ msgid "Status"
1061
  msgstr ""
1062
 
1063
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
 
1064
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
1065
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:32
1066
  msgid "User-Listing"
1067
  msgstr ""
1068
 
1069
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1070
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1071
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
1072
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:43
1073
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:50
1074
  msgid "Active"
1075
  msgstr ""
1076
 
1077
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1078
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1079
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
1080
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:44
1081
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:51
1082
  msgid "Inactive"
1083
  msgstr ""
1084
 
@@ -1094,18 +1079,6 @@ msgstr ""
1094
  msgid "reCAPTCHA"
1095
  msgstr ""
1096
 
1097
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:41
1098
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:42
1099
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:43
1100
- msgid "User Email Customizer"
1101
- msgstr ""
1102
-
1103
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:48
1104
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:424
1105
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:425
1106
- msgid "Admin Email Customizer"
1107
- msgstr ""
1108
-
1109
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1110
  msgid "Redirects on custom page requests:"
1111
  msgstr ""
@@ -1181,208 +1154,6 @@ msgid ""
1181
  "manage options)."
1182
  msgstr ""
1183
 
1184
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:11
1185
- #, php-format
1186
- msgid ""
1187
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1188
- ">Before you can access your account, an administrator needs to approve it. "
1189
- "You will be notified via email."
1190
- msgstr ""
1191
-
1192
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:12
1193
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1194
- #, php-format
1195
- msgid "Your account on %1$s has been approved!"
1196
- msgstr ""
1197
-
1198
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:13
1199
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1200
- #, php-format
1201
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1202
- msgstr ""
1203
-
1204
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:15
1205
- #, php-format
1206
- msgid ""
1207
- "To activate your user, please click the following link:\n"
1208
- "\n"
1209
- "%s\n"
1210
- "\n"
1211
- "After you activate, you will receive *another email* with your login.\n"
1212
- "\n"
1213
- msgstr ""
1214
-
1215
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:16
1216
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:55
1217
- #, php-format
1218
- msgid "Your account on %1$s has been unapproved!"
1219
- msgstr ""
1220
-
1221
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:17
1222
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:56
1223
- #, php-format
1224
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1225
- msgstr ""
1226
-
1227
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:18
1228
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:20
1229
- #, php-format
1230
- msgid "[%1$s] A new subscriber has (been) registered!"
1231
- msgstr ""
1232
-
1233
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:21
1234
- #, php-format
1235
- msgid ""
1236
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1237
- "\"Admin Approval\" feature was activated at the time of registration, so "
1238
- "please remember that you need to approve this user before he/she can log in!"
1239
- msgstr ""
1240
-
1241
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:46
1242
- msgid "Here you can customize all the emails sent the users."
1243
- msgstr ""
1244
-
1245
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:49
1246
- msgid ""
1247
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1248
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1249
- "save.</span>"
1250
- msgstr ""
1251
-
1252
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:52
1253
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:434
1254
- msgid "From (name): "
1255
- msgstr ""
1256
-
1257
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:60
1258
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:76
1259
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:119
1260
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:175
1261
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:231
1262
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:291
1263
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:336
1264
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:442
1265
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:458
1266
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:502
1267
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:555
1268
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:609
1269
- msgid "Available Merge Tags"
1270
- msgstr ""
1271
-
1272
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:68
1273
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:450
1274
- msgid "From (reply-to email): "
1275
- msgstr ""
1276
-
1277
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:92
1278
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:475
1279
- msgid "Default Registration"
1280
- msgstr ""
1281
-
1282
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:100
1283
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:156
1284
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:212
1285
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:272
1286
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:317
1287
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:483
1288
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:536
1289
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:590
1290
- msgid "Email Subject: "
1291
- msgstr ""
1292
-
1293
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:108
1294
- msgid ""
1295
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1296
- "<span style=\"color:red\">user</span> upon registration.</span>"
1297
- msgstr ""
1298
-
1299
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:147
1300
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:528
1301
- msgid "Registration with Email Confirmation"
1302
- msgstr ""
1303
-
1304
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:164
1305
- msgid ""
1306
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1307
- "<span style=\"color:red\">user</span> upon registration with email "
1308
- "confirmation.</span>"
1309
- msgstr ""
1310
-
1311
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:203
1312
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:582
1313
- msgid "Registration with Admin Approval"
1314
- msgstr ""
1315
-
1316
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:220
1317
- msgid ""
1318
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1319
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1320
- "</span>"
1321
- msgstr ""
1322
-
1323
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:259
1324
- msgid "Admin Approval Notificaitons (on status change)"
1325
- msgstr ""
1326
-
1327
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:267
1328
- msgid "Message Sent to the User Upon Approval"
1329
- msgstr ""
1330
-
1331
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:280
1332
- msgid ""
1333
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1334
- "<span style=\"color:red\">user</span> upon approval.</span>"
1335
- msgstr ""
1336
-
1337
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:312
1338
- msgid "Message Sent to the User Upon Unapproval"
1339
- msgstr ""
1340
-
1341
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:325
1342
- msgid ""
1343
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1344
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1345
- msgstr ""
1346
-
1347
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:428
1348
- msgid "Here you can customize all the emails sent the administrator."
1349
- msgstr ""
1350
-
1351
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:431
1352
- msgid ""
1353
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1354
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1355
- "</span>"
1356
- msgstr ""
1357
-
1358
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:491
1359
- msgid ""
1360
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1361
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1362
- msgstr ""
1363
-
1364
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:544
1365
- msgid ""
1366
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1367
- "<span style=\"color:red\">administrator</span> upon user registration with "
1368
- "email confirmation.</span>"
1369
- msgstr ""
1370
-
1371
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:598
1372
- msgid ""
1373
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1374
- "<span style=\"color:red\">administrator</span> upon user registration with "
1375
- "admin approval.</span>"
1376
- msgstr ""
1377
-
1378
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:752
1379
- msgid "approved"
1380
- msgstr ""
1381
-
1382
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:761
1383
- msgid "unapproved"
1384
- msgstr ""
1385
-
1386
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1387
  msgid "Could not open socket!"
1388
  msgstr ""
@@ -1436,180 +1207,176 @@ msgstr ""
1436
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1437
  msgstr ""
1438
 
1439
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1440
  msgid ""
1441
  "To create a page containing the users registered to this current site/blog, "
1442
  "insert the following shortcode in a (blank) page: "
1443
  msgstr ""
1444
 
1445
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1446
  msgid ""
1447
  "For instance, to create a userlisting shortcode listing only the editors and "
1448
  "authors, visible to only the users currently logged in, you would use:"
1449
  msgstr ""
1450
 
1451
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1452
  msgid ""
1453
  "You can also create a userlisting page that displays users having a certain "
1454
  "meta-value within a certain (extra) meta-field like so:"
1455
  msgstr ""
1456
 
1457
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1458
  msgid ""
1459
  "Remember though, that the field-value combination must exist in the database."
1460
  msgstr ""
1461
 
1462
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:41
1463
  msgid "These settings are applied to the front-end userlisting."
1464
  msgstr ""
1465
 
1466
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:47
1467
  msgid "Number of Users/Page: "
1468
  msgstr ""
1469
 
1470
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:64
1471
- msgid "Default Sorting Criteria: "
1472
- msgstr ""
1473
-
1474
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:94
1475
  msgid "Default Sorting Order: "
1476
  msgstr ""
1477
 
1478
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:105
1479
  msgid "\"All-Userlisting\" Template"
1480
  msgstr ""
1481
 
1482
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:107
1483
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:249
1484
  msgid ""
1485
  "With the userlisting templates you can customize the look, feel and "
1486
  "information listed by the shortcode."
1487
  msgstr ""
1488
 
1489
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:108
1490
  msgid ""
1491
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1492
  "on each page access where the shortcode is present."
1493
  msgstr ""
1494
 
1495
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:112
1496
  msgid "Avatar size: "
1497
  msgstr ""
1498
 
1499
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:128
1500
  msgid "Insert \"Sort By\" Field:"
1501
  msgstr ""
1502
 
1503
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1504
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:255
1505
  msgid "Insert \"User-Meta\" Field:"
1506
  msgstr ""
1507
 
1508
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:187
1509
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:293
1510
  msgid "Insert Extra Functions:"
1511
  msgstr ""
1512
 
1513
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:202
1514
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1515
  msgstr ""
1516
 
1517
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:204
1518
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:307
1519
  msgid ""
1520
  "If you wish to use a default userlisting, just copy the following code and "
1521
  "paste it in the textarea below:"
1522
  msgstr ""
1523
 
1524
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:247
1525
  msgid "\"Single-Userlisting\" Template"
1526
  msgstr ""
1527
 
1528
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:250
1529
  msgid ""
1530
  "The \"Single User Listing\" template is used to list an individual user. "
1531
  "It's displayed when clickin on the \"more info\" link."
1532
  msgstr ""
1533
 
1534
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:305
1535
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1536
  msgstr ""
1537
 
1538
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1539
  msgid ""
1540
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1541
  msgstr ""
1542
 
1543
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1544
  msgid "You can find it in Profile Builder's menu."
1545
  msgstr ""
1546
 
1547
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:436
1548
  msgid "You need to be logged in to view the userlisting!"
1549
  msgstr ""
1550
 
1551
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:472
1552
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
1553
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1554
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1354
1555
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1440
1556
  msgid "Search Users by All Fields"
1557
  msgstr ""
1558
 
1559
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1560
  msgid "Leave Blank and Press Search to List All Users"
1561
  msgstr ""
1562
 
1563
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:520
1564
  msgid "Search"
1565
  msgstr ""
1566
 
1567
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:533
1568
  msgid "First/Lastname"
1569
  msgstr ""
1570
 
1571
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:539
1572
  msgid "Email"
1573
  msgstr ""
1574
 
1575
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:545
1576
  msgid "Sign-up Date"
1577
  msgstr ""
1578
 
1579
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:551
1580
  msgid "Firstname"
1581
  msgstr ""
1582
 
1583
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:557
1584
  msgid "Lastname"
1585
  msgstr ""
1586
 
1587
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:563
1588
  msgid "Display Name"
1589
  msgstr ""
1590
 
1591
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:581
1592
  msgid "Posts"
1593
  msgstr ""
1594
 
1595
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1596
  msgid "Click here to see more information about this user"
1597
  msgstr ""
1598
 
1599
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1600
  msgid "More..."
1601
  msgstr ""
1602
 
1603
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:824
1604
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1605
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1606
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1607
  msgid "No uploaded attachment"
1608
  msgstr ""
1609
 
1610
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:826
1611
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1612
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1189
1613
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1614
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1615
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
@@ -1618,16 +1385,16 @@ msgstr ""
1618
  msgid "Click to see the current attachment"
1619
  msgstr ""
1620
 
1621
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1622
  msgid "Click here to go back"
1623
  msgstr ""
1624
 
1625
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1626
  msgid "Back"
1627
  msgstr ""
1628
 
1629
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1630
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1631
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1632
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1633
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
@@ -1636,114 +1403,114 @@ msgstr ""
1636
  msgid "Current file"
1637
  msgstr ""
1638
 
1639
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1187
1640
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1641
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1642
  msgid "Avatar"
1643
  msgstr ""
1644
 
1645
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1244
1646
  msgid "No results found!"
1647
  msgstr ""
1648
 
1649
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1337
1650
  msgid "&laquo;&laquo; First"
1651
  msgstr ""
1652
 
1653
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1338
1654
  msgid "&laquo; Prev"
1655
  msgstr ""
1656
 
1657
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1339
1658
  msgid "Next &raquo; "
1659
  msgstr ""
1660
 
1661
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1340
1662
  msgid "Last &raquo;&raquo;"
1663
  msgstr ""
1664
 
1665
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1666
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1667
  msgid "You must give your option a title."
1668
  msgstr ""
1669
 
1670
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1671
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1672
  msgid "You have entered an invalid meta-key format!"
1673
  msgstr ""
1674
 
1675
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:298
1676
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:441
1677
  msgid "You must enter a valid meta-key."
1678
  msgstr ""
1679
 
1680
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:304
1681
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:314
1682
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:451
1683
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:463
1684
  msgid "That meta-key is already in use."
1685
  msgstr ""
1686
 
1687
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:321
1688
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:471
1689
  msgid ""
1690
  "There is already an avatar input-type. You can only have one avatar present."
1691
  msgstr ""
1692
 
1693
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:328
1694
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:478
1695
  msgid ""
1696
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1697
  "have one present."
1698
  msgstr ""
1699
 
1700
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1701
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1702
  msgid "The textarea row value must be numeric."
1703
  msgstr ""
1704
 
1705
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:337
1706
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:487
1707
  msgid "The maxlength attribute must be numeric."
1708
  msgstr ""
1709
 
1710
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:344
1711
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:494
1712
  msgid "The value must be between 20 and 200!"
1713
  msgstr ""
1714
 
1715
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1716
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1717
  msgid "The width component of the entered value must be numeric!"
1718
  msgstr ""
1719
 
1720
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1721
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1722
  msgid "The height component of the entered value must be numeric!"
1723
  msgstr ""
1724
 
1725
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1726
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1727
  msgid "The width component of the entered value must be between 20 and 200!"
1728
  msgstr ""
1729
 
1730
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:355
1731
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:505
1732
  msgid "The height component of the entered value must be between 20 and 200!"
1733
  msgstr ""
1734
 
1735
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:357
1736
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:507
1737
  msgid "The pair of values entered didn't have the right format (width,height)!"
1738
  msgstr ""
1739
 
1740
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:360
1741
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:510
1742
  msgid "The entered avatar size must be numeric!"
1743
  msgstr ""
1744
 
1745
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:394
1746
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:570
1747
  msgid "There was an error, please try again."
1748
  msgstr ""
1749
 
@@ -1755,40 +1522,60 @@ msgstr ""
1755
  msgid "the current user?"
1756
  msgstr ""
1757
 
1758
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:122
1759
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1760
  msgid "Approve"
1761
  msgstr ""
1762
 
1763
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:123
1764
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:213
1765
  msgid "Unapproved"
1766
  msgstr ""
1767
 
1768
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:134
1769
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:164
1770
  msgid "Unapprove"
1771
  msgstr ""
1772
 
1773
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:135
1774
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:210
1775
  msgid "Approved"
1776
  msgstr ""
1777
 
1778
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:163
1779
  msgid "unapprove"
1780
  msgstr ""
1781
 
1782
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1783
  msgid "approve"
1784
  msgstr ""
1785
 
1786
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1787
  #, php-format
1788
  msgid "Are you sure you want to %1$s this user?"
1789
  msgstr ""
1790
 
1791
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:232
1792
  msgid ""
1793
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1794
  "before you can log in."
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-01-10 11:29+0200\n"
6
+ "PO-Revision-Date: 2013-01-10 11:29+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:585
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
113
  msgstr ""
114
 
115
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
116
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:897
117
  msgid "There was an error while trying to upload the following attachment(s)"
118
  msgstr ""
119
 
125
  msgstr ""
126
 
127
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
128
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1277
129
  msgid "Name"
130
  msgstr ""
131
 
132
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
134
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1298
135
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
136
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
137
  msgid "Username"
138
  msgstr ""
139
 
181
  msgstr ""
182
 
183
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
184
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1322
185
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
186
  msgid "First Name"
187
  msgstr ""
188
 
189
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
190
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1346
191
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
192
  msgid "Last Name"
193
  msgstr ""
194
 
195
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
196
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1370
197
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
198
  msgid "Nickname"
199
  msgstr ""
203
  msgstr ""
204
 
205
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
206
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1376
207
  msgid "Contact Info"
208
  msgstr ""
209
 
210
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
211
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1397
212
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
213
  msgid "E-mail"
214
  msgstr ""
218
  msgstr ""
219
 
220
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
221
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1421
222
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
223
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:540
224
  msgid "Website"
225
  msgstr ""
226
 
227
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
228
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1445
229
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
230
  msgid "AIM"
231
  msgstr ""
232
 
233
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
234
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1469
235
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
236
  msgid "Yahoo IM"
237
  msgstr ""
238
 
239
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
240
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1493
241
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
242
  msgid "Jabber / Google Talk"
243
  msgstr ""
244
 
245
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
246
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1499
247
  msgid "About Yourself"
248
  msgstr ""
249
 
250
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
251
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1520
252
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
253
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:546
254
  msgid "Biographical Info"
255
  msgstr ""
256
 
261
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
262
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
263
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
264
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1558
265
  msgid "Repeat Password"
266
  msgstr ""
267
 
297
 
298
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
299
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
300
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
301
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
302
  msgid "here"
303
  msgstr ""
304
 
314
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
315
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
316
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
317
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1553
318
  msgid "Password"
319
  msgstr ""
320
 
337
  msgstr ""
338
 
339
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
340
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:248
341
  msgid ""
342
  "Your account has to be confirmed by an administrator before you can use the "
343
  "\"Password Reset\" feature."
414
  msgstr ""
415
 
416
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
417
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:894
418
  msgid "The entered passwords don't match!"
419
  msgstr ""
420
 
443
  msgid "Get New Password"
444
  msgstr ""
445
 
446
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:386
 
 
 
 
 
 
447
  #, php-format
448
  msgid ""
449
  "To activate your user, please click the following link:\n"
454
  "\n"
455
  msgstr ""
456
 
457
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
458
+ #, php-format
459
+ msgid "[%1$s] Activate %2$s"
460
+ msgstr ""
461
+
462
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:418
463
  msgid "Invalid activation key!"
464
  msgstr ""
465
 
466
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:422
467
  msgid "The user is already active!"
468
  msgstr ""
469
 
470
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:437
471
  msgid "Could not create user!"
472
  msgstr ""
473
 
474
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:447
475
  msgid "That username is already activated!"
476
  msgstr ""
477
 
478
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:463
479
  msgid "The user was successfully activated."
480
  msgstr ""
481
 
482
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:465
483
  msgid "There was an error while trying to activate the user."
484
  msgstr ""
485
 
486
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
 
487
  #, php-format
488
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
489
  msgstr ""
490
 
491
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
492
  msgid ""
493
  "The \"Admin Approval\" feature was activated at the time of registration, so "
494
  "please remember that you need to approve this user before he/she can log in!"
495
  msgstr ""
496
 
497
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:504
498
  msgid "A new subscriber has (been) registered!"
499
  msgstr ""
500
 
501
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:522
 
 
502
  msgid "A new account has been created for you."
503
  msgstr ""
504
 
505
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:525
 
506
  #, php-format
507
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
508
  msgstr ""
509
 
510
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:527
511
  msgid ""
512
  "Before you can access your account, an administrator needs to approve it. "
513
  "You will be notified via email."
514
  msgstr ""
515
 
516
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:883
517
  msgid "A username is required for registration."
518
  msgstr ""
519
 
520
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
521
  msgid "Sorry, that username already exists!"
522
  msgstr ""
523
 
524
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:887
525
  msgid "You must enter a valid email address."
526
  msgstr ""
527
 
528
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:889
529
  msgid "Sorry, that email address is already used!"
530
  msgstr ""
531
 
532
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
533
  msgid "You didn't complete one of the password-fields!"
534
  msgstr ""
535
 
536
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
537
  msgid "Only files with the following extension(s) can be uploaded:"
538
  msgstr ""
539
 
540
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
541
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
542
  msgid "The account was NOT created!"
543
  msgstr ""
544
 
545
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:908
546
  msgid "You must agree to the terms and conditions before registering!"
547
  msgstr ""
548
 
549
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
550
  msgid "(Several required fields were left uncompleted)"
551
  msgstr ""
552
 
553
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
554
  msgid "This username is already reserved to be used soon."
555
  msgstr ""
556
 
557
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
558
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
559
  msgid "Please try a different one!"
560
  msgstr ""
561
 
562
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
563
  msgid "This email address is already reserved to be used soon."
564
  msgstr ""
565
 
566
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
567
  msgid "You are logged in as"
568
  msgstr ""
569
 
570
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
571
  msgid "You don't need another account."
572
  msgstr ""
573
 
574
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
575
  msgid "Log out of this account."
576
  msgstr ""
577
 
578
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
579
  msgid "Logout"
580
  msgstr ""
581
 
582
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1168
583
  #, php-format
584
  msgid ""
585
  "An email has been sent to %1$s with information on how to activate his/her "
586
  "account."
587
  msgstr ""
588
 
589
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1172
590
  #, php-format
591
  msgid "A user account has been created for %1$s."
592
  msgstr ""
593
 
594
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
595
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
596
  #, php-format
597
  msgid ""
598
  "You will soon be redirected automatically. If you see this page for more "
599
  "than 3 seconds, please click %1$s.%2$s"
600
  msgstr ""
601
 
602
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1197
603
  msgid ""
604
  "An email has been sent to you with information on how to activate your "
605
  "account."
606
  msgstr ""
607
 
608
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1201
609
  #, php-format
610
  msgid "Thank you for registering %1$s."
611
  msgstr ""
612
 
613
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1228
614
  msgid "An error occured while trying to send the notification email."
615
  msgstr ""
616
 
617
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1233
618
  msgid "An email containing activation instructions was successfully sent."
619
  msgstr ""
620
 
621
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1238
622
  msgid "An email containing the username and password was successfully sent."
623
  msgstr ""
624
 
625
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1254
626
  msgid "Users can register themselves or you can manually create users here."
627
  msgstr ""
628
 
629
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1259
630
  msgid ""
631
  "Users cannot currently register themselves, but you can manually create "
632
  "users here."
633
  msgstr ""
634
 
635
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1264
636
  msgid "Only an administrator can add new users."
637
  msgstr ""
638
 
639
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1287
640
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1311
641
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1335
642
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1359
643
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1410
644
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1434
645
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1458
646
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1482
647
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1509
648
  msgid ""
649
  "This field must be filled out before registering (It was marked as required "
650
  "by the administrator)"
651
  msgstr ""
652
 
653
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1308
654
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1332
655
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1356
656
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1383
657
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1407
658
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1431
659
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1455
660
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1479
661
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1506
662
  msgid "This field is marked as required by the administrator"
663
  msgstr ""
664
 
665
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1581
666
  msgid "Anti-Spam"
667
  msgstr ""
668
 
669
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1602
670
  msgid "Send these credentials via email."
671
  msgstr ""
672
 
673
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
674
  msgid "Add User"
675
  msgstr ""
676
 
677
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
678
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
679
  msgid "Register"
680
  msgstr ""
711
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
712
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
713
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
 
 
714
  msgid "Show"
715
  msgstr ""
716
 
727
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
728
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
729
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
 
 
730
  msgid "Hide"
731
  msgstr ""
732
 
733
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
734
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
735
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
736
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:45
737
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
 
 
738
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
739
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:370
740
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
741
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
742
  msgid "Save Changes"
952
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
953
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
954
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
955
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:38
956
  msgid "General Settings"
957
  msgstr ""
958
 
1050
  msgstr ""
1051
 
1052
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
1053
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:30
1054
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
 
1055
  msgid "User-Listing"
1056
  msgstr ""
1057
 
1058
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1059
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1060
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
 
 
1061
  msgid "Active"
1062
  msgstr ""
1063
 
1064
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1065
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1066
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
 
 
1067
  msgid "Inactive"
1068
  msgstr ""
1069
 
1079
  msgid "reCAPTCHA"
1080
  msgstr ""
1081
 
 
 
 
 
 
 
 
 
 
 
 
 
1082
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1083
  msgid "Redirects on custom page requests:"
1084
  msgstr ""
1154
  "manage options)."
1155
  msgstr ""
1156
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1157
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1158
  msgid "Could not open socket!"
1159
  msgstr ""
1207
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1208
  msgstr ""
1209
 
1210
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:33
1211
  msgid ""
1212
  "To create a page containing the users registered to this current site/blog, "
1213
  "insert the following shortcode in a (blank) page: "
1214
  msgstr ""
1215
 
1216
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1217
  msgid ""
1218
  "For instance, to create a userlisting shortcode listing only the editors and "
1219
  "authors, visible to only the users currently logged in, you would use:"
1220
  msgstr ""
1221
 
1222
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1223
  msgid ""
1224
  "You can also create a userlisting page that displays users having a certain "
1225
  "meta-value within a certain (extra) meta-field like so:"
1226
  msgstr ""
1227
 
1228
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1229
  msgid ""
1230
  "Remember though, that the field-value combination must exist in the database."
1231
  msgstr ""
1232
 
1233
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:40
1234
  msgid "These settings are applied to the front-end userlisting."
1235
  msgstr ""
1236
 
1237
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:46
1238
  msgid "Number of Users/Page: "
1239
  msgstr ""
1240
 
1241
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:63
 
 
 
 
1242
  msgid "Default Sorting Order: "
1243
  msgstr ""
1244
 
1245
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:74
1246
  msgid "\"All-Userlisting\" Template"
1247
  msgstr ""
1248
 
1249
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:76
1250
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:218
1251
  msgid ""
1252
  "With the userlisting templates you can customize the look, feel and "
1253
  "information listed by the shortcode."
1254
  msgstr ""
1255
 
1256
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:77
1257
  msgid ""
1258
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1259
  "on each page access where the shortcode is present."
1260
  msgstr ""
1261
 
1262
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:81
1263
  msgid "Avatar size: "
1264
  msgstr ""
1265
 
1266
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:97
1267
  msgid "Insert \"Sort By\" Field:"
1268
  msgstr ""
1269
 
1270
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:125
1271
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:224
1272
  msgid "Insert \"User-Meta\" Field:"
1273
  msgstr ""
1274
 
1275
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1276
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:262
1277
  msgid "Insert Extra Functions:"
1278
  msgstr ""
1279
 
1280
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:171
1281
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1282
  msgstr ""
1283
 
1284
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:173
1285
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:276
1286
  msgid ""
1287
  "If you wish to use a default userlisting, just copy the following code and "
1288
  "paste it in the textarea below:"
1289
  msgstr ""
1290
 
1291
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:216
1292
  msgid "\"Single-Userlisting\" Template"
1293
  msgstr ""
1294
 
1295
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:219
1296
  msgid ""
1297
  "The \"Single User Listing\" template is used to list an individual user. "
1298
  "It's displayed when clickin on the \"more info\" link."
1299
  msgstr ""
1300
 
1301
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:274
1302
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1303
  msgstr ""
1304
 
1305
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1306
  msgid ""
1307
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1308
  msgstr ""
1309
 
1310
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1311
  msgid "You can find it in Profile Builder's menu."
1312
  msgstr ""
1313
 
1314
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:405
1315
  msgid "You need to be logged in to view the userlisting!"
1316
  msgstr ""
1317
 
1318
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:443
1319
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:469
1320
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1321
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1328
1322
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1414
1323
  msgid "Search Users by All Fields"
1324
  msgstr ""
1325
 
1326
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1327
  msgid "Leave Blank and Press Search to List All Users"
1328
  msgstr ""
1329
 
1330
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:491
1331
  msgid "Search"
1332
  msgstr ""
1333
 
1334
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:504
1335
  msgid "First/Lastname"
1336
  msgstr ""
1337
 
1338
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:510
1339
  msgid "Email"
1340
  msgstr ""
1341
 
1342
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1343
  msgid "Sign-up Date"
1344
  msgstr ""
1345
 
1346
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:522
1347
  msgid "Firstname"
1348
  msgstr ""
1349
 
1350
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:528
1351
  msgid "Lastname"
1352
  msgstr ""
1353
 
1354
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:534
1355
  msgid "Display Name"
1356
  msgstr ""
1357
 
1358
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:552
1359
  msgid "Posts"
1360
  msgstr ""
1361
 
1362
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1363
  msgid "Click here to see more information about this user"
1364
  msgstr ""
1365
 
1366
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1367
  msgid "More..."
1368
  msgstr ""
1369
 
1370
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:795
1371
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1372
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1373
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1374
  msgid "No uploaded attachment"
1375
  msgstr ""
1376
 
1377
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:797
1378
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1379
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1160
1380
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1381
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1382
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1385
  msgid "Click to see the current attachment"
1386
  msgstr ""
1387
 
1388
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1389
  msgid "Click here to go back"
1390
  msgstr ""
1391
 
1392
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1393
  msgid "Back"
1394
  msgstr ""
1395
 
1396
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1397
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1398
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1399
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1400
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1403
  msgid "Current file"
1404
  msgstr ""
1405
 
1406
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1158
1407
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1408
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1409
  msgid "Avatar"
1410
  msgstr ""
1411
 
1412
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1215
1413
  msgid "No results found!"
1414
  msgstr ""
1415
 
1416
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1311
1417
  msgid "&laquo;&laquo; First"
1418
  msgstr ""
1419
 
1420
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1312
1421
  msgid "&laquo; Prev"
1422
  msgstr ""
1423
 
1424
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1313
1425
  msgid "Next &raquo; "
1426
  msgstr ""
1427
 
1428
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1314
1429
  msgid "Last &raquo;&raquo;"
1430
  msgstr ""
1431
 
1432
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:286
1433
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:429
1434
  msgid "You must give your option a title."
1435
  msgstr ""
1436
 
1437
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1438
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1439
  msgid "You have entered an invalid meta-key format!"
1440
  msgstr ""
1441
 
1442
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1443
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1444
  msgid "You must enter a valid meta-key."
1445
  msgstr ""
1446
 
1447
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:300
1448
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:310
1449
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:447
1450
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:459
1451
  msgid "That meta-key is already in use."
1452
  msgstr ""
1453
 
1454
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:317
1455
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:467
1456
  msgid ""
1457
  "There is already an avatar input-type. You can only have one avatar present."
1458
  msgstr ""
1459
 
1460
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:324
1461
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:474
1462
  msgid ""
1463
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1464
  "have one present."
1465
  msgstr ""
1466
 
1467
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:329
1468
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:479
1469
  msgid "The textarea row value must be numeric."
1470
  msgstr ""
1471
 
1472
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1473
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1474
  msgid "The maxlength attribute must be numeric."
1475
  msgstr ""
1476
 
1477
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:340
1478
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:490
1479
  msgid "The value must be between 20 and 200!"
1480
  msgstr ""
1481
 
1482
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:345
1483
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:495
1484
  msgid "The width component of the entered value must be numeric!"
1485
  msgstr ""
1486
 
1487
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:347
1488
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:497
1489
  msgid "The height component of the entered value must be numeric!"
1490
  msgstr ""
1491
 
1492
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1493
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1494
  msgid "The width component of the entered value must be between 20 and 200!"
1495
  msgstr ""
1496
 
1497
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1498
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1499
  msgid "The height component of the entered value must be between 20 and 200!"
1500
  msgstr ""
1501
 
1502
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1503
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1504
  msgid "The pair of values entered didn't have the right format (width,height)!"
1505
  msgstr ""
1506
 
1507
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:356
1508
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:506
1509
  msgid "The entered avatar size must be numeric!"
1510
  msgstr ""
1511
 
1512
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:390
1513
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:566
1514
  msgid "There was an error, please try again."
1515
  msgstr ""
1516
 
1522
  msgid "the current user?"
1523
  msgstr ""
1524
 
1525
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1526
+ #, php-format
1527
+ msgid "Your account on %1$s has been approved!"
1528
+ msgstr ""
1529
+
1530
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1531
+ #, php-format
1532
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
1533
+ msgstr ""
1534
+
1535
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:58
1536
+ #, php-format
1537
+ msgid "Your account on %1$s has been unapproved!"
1538
+ msgstr ""
1539
+
1540
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:59
1541
+ #, php-format
1542
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1543
+ msgstr ""
1544
+
1545
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:126
1546
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:172
1547
  msgid "Approve"
1548
  msgstr ""
1549
 
1550
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:127
1551
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:217
1552
  msgid "Unapproved"
1553
  msgstr ""
1554
 
1555
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:138
1556
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
1557
  msgid "Unapprove"
1558
  msgstr ""
1559
 
1560
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:139
1561
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:214
1562
  msgid "Approved"
1563
  msgstr ""
1564
 
1565
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1566
  msgid "unapprove"
1567
  msgstr ""
1568
 
1569
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1570
  msgid "approve"
1571
  msgstr ""
1572
 
1573
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:175
1574
  #, php-format
1575
  msgid "Are you sure you want to %1$s this user?"
1576
  msgstr ""
1577
 
1578
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:236
1579
  msgid ""
1580
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1581
  "before you can log in."
translation/profilebuilder-es_ES.mo CHANGED
Binary file
translation/profilebuilder-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:45+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:45+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
@@ -11,12 +11,12 @@ msgstr ""
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:576
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
@@ -126,7 +126,7 @@ msgid "The avatar was"
126
  msgstr ""
127
 
128
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
129
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
130
  #, fuzzy
131
  msgid "There was an error while trying to upload the following attachment(s)"
132
  msgstr ""
@@ -140,15 +140,15 @@ msgid ""
140
  msgstr ""
141
 
142
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
143
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1265
144
  msgid "Name"
145
  msgstr "Nombre"
146
 
147
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
148
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
149
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1286
150
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
151
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:527
152
  msgid "Username"
153
  msgstr "Nombre de usuario"
154
 
@@ -197,19 +197,19 @@ msgid ""
197
  msgstr ""
198
 
199
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
200
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1310
201
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
202
  msgid "First Name"
203
  msgstr "Nombre:"
204
 
205
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
206
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1334
207
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
208
  msgid "Last Name"
209
  msgstr "Apellidos"
210
 
211
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
212
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1358
213
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
214
  msgid "Nickname"
215
  msgstr "Alias"
@@ -219,12 +219,12 @@ msgid "Display name publicly as"
219
  msgstr "Mostrar nombre públicamente como"
220
 
221
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
222
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1364
223
  msgid "Contact Info"
224
  msgstr "Información de contacto"
225
 
226
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
227
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1385
228
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
229
  msgid "E-mail"
230
  msgstr "Email"
@@ -234,39 +234,39 @@ msgid "(required)"
234
  msgstr "(obligatorio)"
235
 
236
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
237
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1409
238
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
239
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:569
240
  msgid "Website"
241
  msgstr "Sitio web"
242
 
243
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
244
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1433
245
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
246
  msgid "AIM"
247
  msgstr "AIM"
248
 
249
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
250
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1457
251
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
252
  msgid "Yahoo IM"
253
  msgstr "Yahoo IM"
254
 
255
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
256
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1481
257
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
258
  msgid "Jabber / Google Talk"
259
  msgstr "Jabber / Google Talk"
260
 
261
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
262
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1487
263
  msgid "About Yourself"
264
  msgstr "Acerca de ti"
265
 
266
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
267
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1508
268
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
269
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:575
270
  msgid "Biographical Info"
271
  msgstr "Información biográfica"
272
 
@@ -277,7 +277,7 @@ msgstr "Nueva contraseña"
277
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
278
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
279
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
280
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1546
281
  msgid "Repeat Password"
282
  msgstr "Repetir contraseña"
283
 
@@ -315,8 +315,8 @@ msgstr ""
315
 
316
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
317
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
318
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
319
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
320
  msgid "here"
321
  msgstr ""
322
 
@@ -332,7 +332,7 @@ msgstr ""
332
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
333
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
334
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
335
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1541
336
  msgid "Password"
337
  msgstr "Contraseña"
338
 
@@ -355,7 +355,7 @@ msgid "ERROR"
355
  msgstr ""
356
 
357
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
358
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:244
359
  msgid ""
360
  "Your account has to be confirmed by an administrator before you can use the "
361
  "\"Password Reset\" feature."
@@ -437,7 +437,7 @@ msgid ""
437
  msgstr ""
438
 
439
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
440
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:882
441
  msgid "The entered passwords don't match!"
442
  msgstr "Las contraseñas introducidas no coinciden"
443
 
@@ -470,13 +470,7 @@ msgstr "Nombre de usuario"
470
  msgid "Get New Password"
471
  msgstr "Nueva contraseña"
472
 
473
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:387
474
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:14
475
- #, php-format
476
- msgid "[%1$s] Activate %2$s"
477
- msgstr ""
478
-
479
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
480
  #, php-format
481
  msgid ""
482
  "To activate your user, please click the following link:\n"
@@ -487,189 +481,190 @@ msgid ""
487
  "\n"
488
  msgstr ""
489
 
490
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:415
 
 
 
 
 
491
  msgid "Invalid activation key!"
492
  msgstr ""
493
 
494
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:419
495
  msgid "The user is already active!"
496
  msgstr ""
497
 
498
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:434
499
  msgid "Could not create user!"
500
  msgstr ""
501
 
502
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:444
503
  #, fuzzy
504
  msgid "That username is already activated!"
505
  msgstr "Lo sentimos, ese nombre de usuario ya existe"
506
 
507
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:460
508
  #, fuzzy
509
  msgid "The user was successfully activated."
510
  msgstr "El avatar ha sido eliminado."
511
 
512
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:462
513
  #, fuzzy
514
  msgid "There was an error while trying to activate the user."
515
  msgstr ""
516
  "Se ha producido un error al intentar subir los siguientes documentos:<br/>"
517
 
518
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:496
519
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:19
520
  #, php-format
521
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
522
  msgstr ""
523
 
524
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
525
  msgid ""
526
  "The \"Admin Approval\" feature was activated at the time of registration, so "
527
  "please remember that you need to approve this user before he/she can log in!"
528
  msgstr ""
529
 
530
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
531
  msgid "A new subscriber has (been) registered!"
532
  msgstr ""
533
 
534
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:515
535
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:8
536
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:10
537
  #, fuzzy
538
  msgid "A new account has been created for you."
539
  msgstr "Se ha creado la cuenta de usuario para %1$s."
540
 
541
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:518
542
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:9
543
  #, php-format
544
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
545
  msgstr ""
546
 
547
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:520
548
  msgid ""
549
  "Before you can access your account, an administrator needs to approve it. "
550
  "You will be notified via email."
551
  msgstr ""
552
 
553
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:871
554
  msgid "A username is required for registration."
555
  msgstr "Es obligatorio un nombre de usuario para la inscripción."
556
 
557
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:873
558
  msgid "Sorry, that username already exists!"
559
  msgstr "Lo sentimos, ese nombre de usuario ya existe"
560
 
561
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:875
562
  msgid "You must enter a valid email address."
563
  msgstr "Has de introducir una dirección de Email válida."
564
 
565
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:877
566
  msgid "Sorry, that email address is already used!"
567
  msgstr "Lo sentimos, esa dirección ya está en uso"
568
 
569
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
570
  msgid "You didn't complete one of the password-fields!"
571
  msgstr "No has completado una de los campos de contraseña"
572
 
573
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
574
  msgid "Only files with the following extension(s) can be uploaded:"
575
  msgstr ""
576
 
577
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
578
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
579
  #, fuzzy
580
  msgid "The account was NOT created!"
581
  msgstr "Se ha creado la cuenta de usuario para %1$s."
582
 
583
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:896
584
  msgid "You must agree to the terms and conditions before registering!"
585
  msgstr ""
586
 
587
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
588
  msgid "(Several required fields were left uncompleted)"
589
  msgstr ""
590
 
591
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
592
  msgid "This username is already reserved to be used soon."
593
  msgstr ""
594
 
595
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
596
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
597
  msgid "Please try a different one!"
598
  msgstr ""
599
 
600
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
601
  #, fuzzy
602
  msgid "This email address is already reserved to be used soon."
603
  msgstr "Lo sentimos, esa dirección ya está en uso"
604
 
605
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
606
  msgid "You are logged in as"
607
  msgstr ""
608
 
609
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
610
  msgid "You don't need another account."
611
  msgstr ""
612
 
613
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
614
  #, fuzzy
615
  msgid "Log out of this account."
616
  msgstr "Cerrar sesión"
617
 
618
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
619
  #, fuzzy
620
  msgid "Logout"
621
  msgstr "Salir &raquo;"
622
 
623
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1156
624
  #, php-format
625
  msgid ""
626
  "An email has been sent to %1$s with information on how to activate his/her "
627
  "account."
628
  msgstr ""
629
 
630
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
631
  #, fuzzy, php-format
632
  msgid "A user account has been created for %1$s."
633
  msgstr "Se ha creado la cuenta de usuario para %1$s."
634
 
635
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
636
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
637
  #, php-format
638
  msgid ""
639
  "You will soon be redirected automatically. If you see this page for more "
640
  "than 3 seconds, please click %1$s.%2$s"
641
  msgstr ""
642
 
643
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1185
644
  msgid ""
645
  "An email has been sent to you with information on how to activate your "
646
  "account."
647
  msgstr ""
648
 
649
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1189
650
  #, fuzzy, php-format
651
  msgid "Thank you for registering %1$s."
652
  msgstr "Gracias por registrarte, %1$s."
653
 
654
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1216
655
  msgid "An error occured while trying to send the notification email."
656
  msgstr ""
657
 
658
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
659
  msgid "An email containing activation instructions was successfully sent."
660
  msgstr ""
661
 
662
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1226
663
  msgid "An email containing the username and password was successfully sent."
664
  msgstr ""
665
 
666
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1242
667
  msgid "Users can register themselves or you can manually create users here."
668
  msgstr ""
669
  "Los usuarios pueden registrarse ellos mismos o puedes crear manualmente los "
670
  "usuarios desde aquí."
671
 
672
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1247
673
  msgid ""
674
  "Users cannot currently register themselves, but you can manually create "
675
  "users here."
@@ -677,50 +672,50 @@ msgstr ""
677
  "Los usuarios no pueden registrarse ellos mismos, pero puedes crear "
678
  "manualmente los usuarios desde aquí."
679
 
680
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1252
681
  msgid "Only an administrator can add new users."
682
  msgstr "Sólo el administrador puede añadir nuevos usuarios."
683
 
684
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1275
685
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
686
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
687
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
688
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
689
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
690
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
691
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
692
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
693
  msgid ""
694
  "This field must be filled out before registering (It was marked as required "
695
  "by the administrator)"
696
  msgstr ""
697
 
698
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1296
699
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1320
700
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1344
701
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1371
702
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1395
703
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1419
704
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1443
705
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1467
706
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1494
707
  msgid "This field is marked as required by the administrator"
708
  msgstr ""
709
 
710
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1569
711
  msgid "Anti-Spam"
712
  msgstr ""
713
 
714
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1590
715
  #, fuzzy
716
  msgid "Send these credentials via email."
717
  msgstr "Enviar las credenciales por correo electrónico."
718
 
719
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
720
  msgid "Add User"
721
  msgstr "Añadir usuario"
722
 
723
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
724
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
725
  msgid "Register"
726
  msgstr "Registrar"
@@ -757,8 +752,6 @@ msgstr "Predeterminada"
757
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
758
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
759
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
760
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:33
761
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:415
762
  msgid "Show"
763
  msgstr "Mostrar"
764
 
@@ -775,20 +768,16 @@ msgstr "Mostrar"
775
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
776
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
777
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
778
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:34
779
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:416
780
  msgid "Hide"
781
  msgstr "Ocultar"
782
 
783
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
784
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
785
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
786
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:59
787
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
788
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:377
789
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:650
790
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
791
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:401
792
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
793
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
794
  msgid "Save Changes"
@@ -1035,7 +1024,7 @@ msgstr "Nueva contraseña"
1035
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1036
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1037
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1038
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:39
1039
  msgid "General Settings"
1040
  msgstr ""
1041
 
@@ -1134,24 +1123,20 @@ msgid "Status"
1134
  msgstr ""
1135
 
1136
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
 
1137
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
1138
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:32
1139
  msgid "User-Listing"
1140
  msgstr ""
1141
 
1142
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1144
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
1145
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:43
1146
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:50
1147
  msgid "Active"
1148
  msgstr ""
1149
 
1150
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1151
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1152
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
1153
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:44
1154
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:51
1155
  msgid "Inactive"
1156
  msgstr ""
1157
 
@@ -1167,18 +1152,6 @@ msgstr ""
1167
  msgid "reCAPTCHA"
1168
  msgstr ""
1169
 
1170
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:41
1171
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:42
1172
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:43
1173
- msgid "User Email Customizer"
1174
- msgstr ""
1175
-
1176
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:48
1177
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:424
1178
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:425
1179
- msgid "Admin Email Customizer"
1180
- msgstr ""
1181
-
1182
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1183
  msgid "Redirects on custom page requests:"
1184
  msgstr ""
@@ -1255,208 +1228,6 @@ msgid ""
1255
  "manage options)."
1256
  msgstr ""
1257
 
1258
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:11
1259
- #, php-format
1260
- msgid ""
1261
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1262
- ">Before you can access your account, an administrator needs to approve it. "
1263
- "You will be notified via email."
1264
- msgstr ""
1265
-
1266
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:12
1267
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1268
- #, fuzzy, php-format
1269
- msgid "Your account on %1$s has been approved!"
1270
- msgstr "Se ha creado la cuenta de usuario para %1$s."
1271
-
1272
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:13
1273
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1274
- #, php-format
1275
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1276
- msgstr ""
1277
-
1278
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:15
1279
- #, php-format
1280
- msgid ""
1281
- "To activate your user, please click the following link:\n"
1282
- "\n"
1283
- "%s\n"
1284
- "\n"
1285
- "After you activate, you will receive *another email* with your login.\n"
1286
- "\n"
1287
- msgstr ""
1288
-
1289
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:16
1290
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:55
1291
- #, fuzzy, php-format
1292
- msgid "Your account on %1$s has been unapproved!"
1293
- msgstr "Se ha creado la cuenta de usuario para %1$s."
1294
-
1295
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:17
1296
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:56
1297
- #, php-format
1298
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1299
- msgstr ""
1300
-
1301
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:18
1302
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:20
1303
- #, php-format
1304
- msgid "[%1$s] A new subscriber has (been) registered!"
1305
- msgstr ""
1306
-
1307
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:21
1308
- #, php-format
1309
- msgid ""
1310
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1311
- "\"Admin Approval\" feature was activated at the time of registration, so "
1312
- "please remember that you need to approve this user before he/she can log in!"
1313
- msgstr ""
1314
-
1315
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:46
1316
- msgid "Here you can customize all the emails sent the users."
1317
- msgstr ""
1318
-
1319
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:49
1320
- msgid ""
1321
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1322
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1323
- "save.</span>"
1324
- msgstr ""
1325
-
1326
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:52
1327
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:434
1328
- msgid "From (name): "
1329
- msgstr ""
1330
-
1331
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:60
1332
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:76
1333
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:119
1334
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:175
1335
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:231
1336
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:291
1337
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:336
1338
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:442
1339
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:458
1340
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:502
1341
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:555
1342
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:609
1343
- msgid "Available Merge Tags"
1344
- msgstr ""
1345
-
1346
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:68
1347
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:450
1348
- msgid "From (reply-to email): "
1349
- msgstr ""
1350
-
1351
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:92
1352
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:475
1353
- msgid "Default Registration"
1354
- msgstr ""
1355
-
1356
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:100
1357
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:156
1358
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:212
1359
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:272
1360
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:317
1361
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:483
1362
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:536
1363
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:590
1364
- msgid "Email Subject: "
1365
- msgstr ""
1366
-
1367
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:108
1368
- msgid ""
1369
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1370
- "<span style=\"color:red\">user</span> upon registration.</span>"
1371
- msgstr ""
1372
-
1373
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:147
1374
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:528
1375
- msgid "Registration with Email Confirmation"
1376
- msgstr ""
1377
-
1378
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:164
1379
- msgid ""
1380
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1381
- "<span style=\"color:red\">user</span> upon registration with email "
1382
- "confirmation.</span>"
1383
- msgstr ""
1384
-
1385
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:203
1386
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:582
1387
- msgid "Registration with Admin Approval"
1388
- msgstr ""
1389
-
1390
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:220
1391
- msgid ""
1392
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1393
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1394
- "</span>"
1395
- msgstr ""
1396
-
1397
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:259
1398
- msgid "Admin Approval Notificaitons (on status change)"
1399
- msgstr ""
1400
-
1401
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:267
1402
- msgid "Message Sent to the User Upon Approval"
1403
- msgstr ""
1404
-
1405
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:280
1406
- msgid ""
1407
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1408
- "<span style=\"color:red\">user</span> upon approval.</span>"
1409
- msgstr ""
1410
-
1411
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:312
1412
- msgid "Message Sent to the User Upon Unapproval"
1413
- msgstr ""
1414
-
1415
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:325
1416
- msgid ""
1417
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1418
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1419
- msgstr ""
1420
-
1421
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:428
1422
- msgid "Here you can customize all the emails sent the administrator."
1423
- msgstr ""
1424
-
1425
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:431
1426
- msgid ""
1427
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1428
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1429
- "</span>"
1430
- msgstr ""
1431
-
1432
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:491
1433
- msgid ""
1434
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1435
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1436
- msgstr ""
1437
-
1438
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:544
1439
- msgid ""
1440
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1441
- "<span style=\"color:red\">administrator</span> upon user registration with "
1442
- "email confirmation.</span>"
1443
- msgstr ""
1444
-
1445
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:598
1446
- msgid ""
1447
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1448
- "<span style=\"color:red\">administrator</span> upon user registration with "
1449
- "admin approval.</span>"
1450
- msgstr ""
1451
-
1452
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:752
1453
- msgid "approved"
1454
- msgstr ""
1455
-
1456
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:761
1457
- msgid "unapproved"
1458
- msgstr ""
1459
-
1460
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1461
  msgid "Could not open socket!"
1462
  msgstr ""
@@ -1510,187 +1281,183 @@ msgstr ""
1510
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1511
  msgstr ""
1512
 
1513
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1514
  msgid ""
1515
  "To create a page containing the users registered to this current site/blog, "
1516
  "insert the following shortcode in a (blank) page: "
1517
  msgstr ""
1518
 
1519
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1520
  msgid ""
1521
  "For instance, to create a userlisting shortcode listing only the editors and "
1522
  "authors, visible to only the users currently logged in, you would use:"
1523
  msgstr ""
1524
 
1525
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1526
  msgid ""
1527
  "You can also create a userlisting page that displays users having a certain "
1528
  "meta-value within a certain (extra) meta-field like so:"
1529
  msgstr ""
1530
 
1531
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1532
  msgid ""
1533
  "Remember though, that the field-value combination must exist in the database."
1534
  msgstr ""
1535
 
1536
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:41
1537
  msgid "These settings are applied to the front-end userlisting."
1538
  msgstr ""
1539
 
1540
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:47
1541
  msgid "Number of Users/Page: "
1542
  msgstr ""
1543
 
1544
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:64
1545
- msgid "Default Sorting Criteria: "
1546
- msgstr ""
1547
-
1548
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:94
1549
  msgid "Default Sorting Order: "
1550
  msgstr ""
1551
 
1552
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:105
1553
  msgid "\"All-Userlisting\" Template"
1554
  msgstr ""
1555
 
1556
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:107
1557
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:249
1558
  msgid ""
1559
  "With the userlisting templates you can customize the look, feel and "
1560
  "information listed by the shortcode."
1561
  msgstr ""
1562
 
1563
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:108
1564
  msgid ""
1565
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1566
  "on each page access where the shortcode is present."
1567
  msgstr ""
1568
 
1569
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:112
1570
  msgid "Avatar size: "
1571
  msgstr ""
1572
 
1573
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:128
1574
  msgid "Insert \"Sort By\" Field:"
1575
  msgstr ""
1576
 
1577
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1578
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:255
1579
  msgid "Insert \"User-Meta\" Field:"
1580
  msgstr ""
1581
 
1582
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:187
1583
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:293
1584
  msgid "Insert Extra Functions:"
1585
  msgstr ""
1586
 
1587
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:202
1588
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1589
  msgstr ""
1590
 
1591
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:204
1592
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:307
1593
  msgid ""
1594
  "If you wish to use a default userlisting, just copy the following code and "
1595
  "paste it in the textarea below:"
1596
  msgstr ""
1597
 
1598
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:247
1599
  msgid "\"Single-Userlisting\" Template"
1600
  msgstr ""
1601
 
1602
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:250
1603
  msgid ""
1604
  "The \"Single User Listing\" template is used to list an individual user. "
1605
  "It's displayed when clickin on the \"more info\" link."
1606
  msgstr ""
1607
 
1608
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:305
1609
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1610
  msgstr ""
1611
 
1612
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1613
  msgid ""
1614
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1615
  msgstr ""
1616
 
1617
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1618
  msgid "You can find it in Profile Builder's menu."
1619
  msgstr ""
1620
 
1621
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:436
1622
  #, fuzzy
1623
  msgid "You need to be logged in to view the userlisting!"
1624
  msgstr "Debes estar conectado para editar tu perfil."
1625
 
1626
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:472
1627
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
1628
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1629
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1354
1630
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1440
1631
  msgid "Search Users by All Fields"
1632
  msgstr ""
1633
 
1634
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1635
  msgid "Leave Blank and Press Search to List All Users"
1636
  msgstr ""
1637
 
1638
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:520
1639
  msgid "Search"
1640
  msgstr ""
1641
 
1642
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:533
1643
  #, fuzzy
1644
  msgid "First/Lastname"
1645
  msgstr "Nombre:"
1646
 
1647
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:539
1648
  #, fuzzy
1649
  msgid "Email"
1650
  msgstr "Email"
1651
 
1652
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:545
1653
  msgid "Sign-up Date"
1654
  msgstr ""
1655
 
1656
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:551
1657
  #, fuzzy
1658
  msgid "Firstname"
1659
  msgstr "Nombre:"
1660
 
1661
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:557
1662
  #, fuzzy
1663
  msgid "Lastname"
1664
  msgstr "Apellidos"
1665
 
1666
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:563
1667
  #, fuzzy
1668
  msgid "Display Name"
1669
  msgstr "Nombre:"
1670
 
1671
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:581
1672
  msgid "Posts"
1673
  msgstr ""
1674
 
1675
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1676
  msgid "Click here to see more information about this user"
1677
  msgstr ""
1678
 
1679
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1680
  msgid "More..."
1681
  msgstr ""
1682
 
1683
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:824
1684
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1685
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1686
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1687
  #, fuzzy
1688
  msgid "No uploaded attachment"
1689
  msgstr "El archivo adjunto \""
1690
 
1691
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:826
1692
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1693
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1189
1694
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1695
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1696
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
@@ -1699,17 +1466,17 @@ msgstr "El archivo adjunto \""
1699
  msgid "Click to see the current attachment"
1700
  msgstr ""
1701
 
1702
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1703
  msgid "Click here to go back"
1704
  msgstr ""
1705
 
1706
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1707
  #, fuzzy
1708
  msgid "Back"
1709
  msgstr "Negro"
1710
 
1711
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1712
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1713
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1714
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1715
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
@@ -1718,118 +1485,118 @@ msgstr "Negro"
1718
  msgid "Current file"
1719
  msgstr ""
1720
 
1721
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1187
1722
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1723
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1724
  msgid "Avatar"
1725
  msgstr ""
1726
 
1727
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1244
1728
  msgid "No results found!"
1729
  msgstr ""
1730
 
1731
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1337
1732
  msgid "&laquo;&laquo; First"
1733
  msgstr ""
1734
 
1735
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1338
1736
  msgid "&laquo; Prev"
1737
  msgstr ""
1738
 
1739
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1339
1740
  #, fuzzy
1741
  msgid "Next &raquo; "
1742
  msgstr "Salir &raquo;"
1743
 
1744
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1340
1745
  #, fuzzy
1746
  msgid "Last &raquo;&raquo;"
1747
  msgstr "Salir &raquo;"
1748
 
1749
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1750
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1751
  #, fuzzy
1752
  msgid "You must give your option a title."
1753
  msgstr "Debes estar conectado para editar tu perfil."
1754
 
1755
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1756
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1757
  msgid "You have entered an invalid meta-key format!"
1758
  msgstr ""
1759
 
1760
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:298
1761
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:441
1762
  #, fuzzy
1763
  msgid "You must enter a valid meta-key."
1764
  msgstr "Has de introducir una dirección de Email válida."
1765
 
1766
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:304
1767
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:314
1768
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:451
1769
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:463
1770
  msgid "That meta-key is already in use."
1771
  msgstr ""
1772
 
1773
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:321
1774
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:471
1775
  msgid ""
1776
  "There is already an avatar input-type. You can only have one avatar present."
1777
  msgstr ""
1778
 
1779
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:328
1780
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:478
1781
  msgid ""
1782
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1783
  "have one present."
1784
  msgstr ""
1785
 
1786
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1787
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1788
  msgid "The textarea row value must be numeric."
1789
  msgstr ""
1790
 
1791
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:337
1792
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:487
1793
  msgid "The maxlength attribute must be numeric."
1794
  msgstr ""
1795
 
1796
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:344
1797
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:494
1798
  msgid "The value must be between 20 and 200!"
1799
  msgstr ""
1800
 
1801
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1802
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1803
  msgid "The width component of the entered value must be numeric!"
1804
  msgstr ""
1805
 
1806
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1807
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1808
  msgid "The height component of the entered value must be numeric!"
1809
  msgstr ""
1810
 
1811
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1812
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1813
  msgid "The width component of the entered value must be between 20 and 200!"
1814
  msgstr ""
1815
 
1816
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:355
1817
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:505
1818
  msgid "The height component of the entered value must be between 20 and 200!"
1819
  msgstr ""
1820
 
1821
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:357
1822
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:507
1823
  msgid "The pair of values entered didn't have the right format (width,height)!"
1824
  msgstr ""
1825
 
1826
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:360
1827
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:510
1828
  msgid "The entered avatar size must be numeric!"
1829
  msgstr ""
1830
 
1831
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:394
1832
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:570
1833
  msgid "There was an error, please try again."
1834
  msgstr ""
1835
 
@@ -1841,40 +1608,60 @@ msgstr ""
1841
  msgid "the current user?"
1842
  msgstr ""
1843
 
1844
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:122
1845
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1846
  msgid "Approve"
1847
  msgstr ""
1848
 
1849
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:123
1850
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:213
1851
  msgid "Unapproved"
1852
  msgstr ""
1853
 
1854
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:134
1855
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:164
1856
  msgid "Unapprove"
1857
  msgstr ""
1858
 
1859
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:135
1860
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:210
1861
  msgid "Approved"
1862
  msgstr ""
1863
 
1864
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:163
1865
  msgid "unapprove"
1866
  msgstr ""
1867
 
1868
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1869
  msgid "approve"
1870
  msgstr ""
1871
 
1872
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1873
  #, php-format
1874
  msgid "Are you sure you want to %1$s this user?"
1875
  msgstr ""
1876
 
1877
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:232
1878
  msgid ""
1879
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1880
  "before you can log in."
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-01-10 11:29+0200\n"
6
+ "PO-Revision-Date: 2013-01-10 11:29+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:585
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
126
  msgstr ""
127
 
128
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
129
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:897
130
  #, fuzzy
131
  msgid "There was an error while trying to upload the following attachment(s)"
132
  msgstr ""
140
  msgstr ""
141
 
142
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
143
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1277
144
  msgid "Name"
145
  msgstr "Nombre"
146
 
147
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
148
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
149
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1298
150
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
151
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
152
  msgid "Username"
153
  msgstr "Nombre de usuario"
154
 
197
  msgstr ""
198
 
199
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
200
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1322
201
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
202
  msgid "First Name"
203
  msgstr "Nombre:"
204
 
205
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
206
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1346
207
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
208
  msgid "Last Name"
209
  msgstr "Apellidos"
210
 
211
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
212
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1370
213
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
214
  msgid "Nickname"
215
  msgstr "Alias"
219
  msgstr "Mostrar nombre públicamente como"
220
 
221
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
222
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1376
223
  msgid "Contact Info"
224
  msgstr "Información de contacto"
225
 
226
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
227
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1397
228
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
229
  msgid "E-mail"
230
  msgstr "Email"
234
  msgstr "(obligatorio)"
235
 
236
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
237
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1421
238
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
239
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:540
240
  msgid "Website"
241
  msgstr "Sitio web"
242
 
243
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
244
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1445
245
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
246
  msgid "AIM"
247
  msgstr "AIM"
248
 
249
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
250
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1469
251
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
252
  msgid "Yahoo IM"
253
  msgstr "Yahoo IM"
254
 
255
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
256
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1493
257
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
258
  msgid "Jabber / Google Talk"
259
  msgstr "Jabber / Google Talk"
260
 
261
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
262
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1499
263
  msgid "About Yourself"
264
  msgstr "Acerca de ti"
265
 
266
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
267
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1520
268
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
269
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:546
270
  msgid "Biographical Info"
271
  msgstr "Información biográfica"
272
 
277
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
278
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
279
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
280
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1558
281
  msgid "Repeat Password"
282
  msgstr "Repetir contraseña"
283
 
315
 
316
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
317
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
318
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
319
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
320
  msgid "here"
321
  msgstr ""
322
 
332
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
333
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
334
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
335
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1553
336
  msgid "Password"
337
  msgstr "Contraseña"
338
 
355
  msgstr ""
356
 
357
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
358
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:248
359
  msgid ""
360
  "Your account has to be confirmed by an administrator before you can use the "
361
  "\"Password Reset\" feature."
437
  msgstr ""
438
 
439
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
440
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:894
441
  msgid "The entered passwords don't match!"
442
  msgstr "Las contraseñas introducidas no coinciden"
443
 
470
  msgid "Get New Password"
471
  msgstr "Nueva contraseña"
472
 
473
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:386
 
 
 
 
 
 
474
  #, php-format
475
  msgid ""
476
  "To activate your user, please click the following link:\n"
481
  "\n"
482
  msgstr ""
483
 
484
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
485
+ #, php-format
486
+ msgid "[%1$s] Activate %2$s"
487
+ msgstr ""
488
+
489
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:418
490
  msgid "Invalid activation key!"
491
  msgstr ""
492
 
493
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:422
494
  msgid "The user is already active!"
495
  msgstr ""
496
 
497
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:437
498
  msgid "Could not create user!"
499
  msgstr ""
500
 
501
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:447
502
  #, fuzzy
503
  msgid "That username is already activated!"
504
  msgstr "Lo sentimos, ese nombre de usuario ya existe"
505
 
506
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:463
507
  #, fuzzy
508
  msgid "The user was successfully activated."
509
  msgstr "El avatar ha sido eliminado."
510
 
511
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:465
512
  #, fuzzy
513
  msgid "There was an error while trying to activate the user."
514
  msgstr ""
515
  "Se ha producido un error al intentar subir los siguientes documentos:<br/>"
516
 
517
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
 
518
  #, php-format
519
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
520
  msgstr ""
521
 
522
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
523
  msgid ""
524
  "The \"Admin Approval\" feature was activated at the time of registration, so "
525
  "please remember that you need to approve this user before he/she can log in!"
526
  msgstr ""
527
 
528
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:504
529
  msgid "A new subscriber has (been) registered!"
530
  msgstr ""
531
 
532
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:522
 
 
533
  #, fuzzy
534
  msgid "A new account has been created for you."
535
  msgstr "Se ha creado la cuenta de usuario para %1$s."
536
 
537
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:525
 
538
  #, php-format
539
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
540
  msgstr ""
541
 
542
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:527
543
  msgid ""
544
  "Before you can access your account, an administrator needs to approve it. "
545
  "You will be notified via email."
546
  msgstr ""
547
 
548
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:883
549
  msgid "A username is required for registration."
550
  msgstr "Es obligatorio un nombre de usuario para la inscripción."
551
 
552
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
553
  msgid "Sorry, that username already exists!"
554
  msgstr "Lo sentimos, ese nombre de usuario ya existe"
555
 
556
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:887
557
  msgid "You must enter a valid email address."
558
  msgstr "Has de introducir una dirección de Email válida."
559
 
560
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:889
561
  msgid "Sorry, that email address is already used!"
562
  msgstr "Lo sentimos, esa dirección ya está en uso"
563
 
564
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
565
  msgid "You didn't complete one of the password-fields!"
566
  msgstr "No has completado una de los campos de contraseña"
567
 
568
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
569
  msgid "Only files with the following extension(s) can be uploaded:"
570
  msgstr ""
571
 
572
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
573
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
574
  #, fuzzy
575
  msgid "The account was NOT created!"
576
  msgstr "Se ha creado la cuenta de usuario para %1$s."
577
 
578
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:908
579
  msgid "You must agree to the terms and conditions before registering!"
580
  msgstr ""
581
 
582
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
583
  msgid "(Several required fields were left uncompleted)"
584
  msgstr ""
585
 
586
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
587
  msgid "This username is already reserved to be used soon."
588
  msgstr ""
589
 
590
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
591
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
592
  msgid "Please try a different one!"
593
  msgstr ""
594
 
595
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
596
  #, fuzzy
597
  msgid "This email address is already reserved to be used soon."
598
  msgstr "Lo sentimos, esa dirección ya está en uso"
599
 
600
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
601
  msgid "You are logged in as"
602
  msgstr ""
603
 
604
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
605
  msgid "You don't need another account."
606
  msgstr ""
607
 
608
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
609
  #, fuzzy
610
  msgid "Log out of this account."
611
  msgstr "Cerrar sesión"
612
 
613
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
614
  #, fuzzy
615
  msgid "Logout"
616
  msgstr "Salir &raquo;"
617
 
618
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1168
619
  #, php-format
620
  msgid ""
621
  "An email has been sent to %1$s with information on how to activate his/her "
622
  "account."
623
  msgstr ""
624
 
625
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1172
626
  #, fuzzy, php-format
627
  msgid "A user account has been created for %1$s."
628
  msgstr "Se ha creado la cuenta de usuario para %1$s."
629
 
630
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
631
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
632
  #, php-format
633
  msgid ""
634
  "You will soon be redirected automatically. If you see this page for more "
635
  "than 3 seconds, please click %1$s.%2$s"
636
  msgstr ""
637
 
638
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1197
639
  msgid ""
640
  "An email has been sent to you with information on how to activate your "
641
  "account."
642
  msgstr ""
643
 
644
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1201
645
  #, fuzzy, php-format
646
  msgid "Thank you for registering %1$s."
647
  msgstr "Gracias por registrarte, %1$s."
648
 
649
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1228
650
  msgid "An error occured while trying to send the notification email."
651
  msgstr ""
652
 
653
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1233
654
  msgid "An email containing activation instructions was successfully sent."
655
  msgstr ""
656
 
657
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1238
658
  msgid "An email containing the username and password was successfully sent."
659
  msgstr ""
660
 
661
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1254
662
  msgid "Users can register themselves or you can manually create users here."
663
  msgstr ""
664
  "Los usuarios pueden registrarse ellos mismos o puedes crear manualmente los "
665
  "usuarios desde aquí."
666
 
667
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1259
668
  msgid ""
669
  "Users cannot currently register themselves, but you can manually create "
670
  "users here."
672
  "Los usuarios no pueden registrarse ellos mismos, pero puedes crear "
673
  "manualmente los usuarios desde aquí."
674
 
675
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1264
676
  msgid "Only an administrator can add new users."
677
  msgstr "Sólo el administrador puede añadir nuevos usuarios."
678
 
679
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1287
680
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1311
681
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1335
682
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1359
683
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1410
684
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1434
685
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1458
686
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1482
687
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1509
688
  msgid ""
689
  "This field must be filled out before registering (It was marked as required "
690
  "by the administrator)"
691
  msgstr ""
692
 
693
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1308
694
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1332
695
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1356
696
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1383
697
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1407
698
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1431
699
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1455
700
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1479
701
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1506
702
  msgid "This field is marked as required by the administrator"
703
  msgstr ""
704
 
705
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1581
706
  msgid "Anti-Spam"
707
  msgstr ""
708
 
709
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1602
710
  #, fuzzy
711
  msgid "Send these credentials via email."
712
  msgstr "Enviar las credenciales por correo electrónico."
713
 
714
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
715
  msgid "Add User"
716
  msgstr "Añadir usuario"
717
 
718
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
719
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
720
  msgid "Register"
721
  msgstr "Registrar"
752
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
753
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
754
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
 
 
755
  msgid "Show"
756
  msgstr "Mostrar"
757
 
768
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
769
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
770
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
 
 
771
  msgid "Hide"
772
  msgstr "Ocultar"
773
 
774
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
775
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
776
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
777
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:45
778
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
 
 
779
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
780
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:370
781
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
782
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
783
  msgid "Save Changes"
1024
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1025
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1026
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1027
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:38
1028
  msgid "General Settings"
1029
  msgstr ""
1030
 
1123
  msgstr ""
1124
 
1125
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
1126
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:30
1127
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
 
1128
  msgid "User-Listing"
1129
  msgstr ""
1130
 
1131
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1132
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
 
 
1134
  msgid "Active"
1135
  msgstr ""
1136
 
1137
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1138
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1139
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
 
 
1140
  msgid "Inactive"
1141
  msgstr ""
1142
 
1152
  msgid "reCAPTCHA"
1153
  msgstr ""
1154
 
 
 
 
 
 
 
 
 
 
 
 
 
1155
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1156
  msgid "Redirects on custom page requests:"
1157
  msgstr ""
1228
  "manage options)."
1229
  msgstr ""
1230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1231
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1232
  msgid "Could not open socket!"
1233
  msgstr ""
1281
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1282
  msgstr ""
1283
 
1284
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:33
1285
  msgid ""
1286
  "To create a page containing the users registered to this current site/blog, "
1287
  "insert the following shortcode in a (blank) page: "
1288
  msgstr ""
1289
 
1290
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1291
  msgid ""
1292
  "For instance, to create a userlisting shortcode listing only the editors and "
1293
  "authors, visible to only the users currently logged in, you would use:"
1294
  msgstr ""
1295
 
1296
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1297
  msgid ""
1298
  "You can also create a userlisting page that displays users having a certain "
1299
  "meta-value within a certain (extra) meta-field like so:"
1300
  msgstr ""
1301
 
1302
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1303
  msgid ""
1304
  "Remember though, that the field-value combination must exist in the database."
1305
  msgstr ""
1306
 
1307
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:40
1308
  msgid "These settings are applied to the front-end userlisting."
1309
  msgstr ""
1310
 
1311
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:46
1312
  msgid "Number of Users/Page: "
1313
  msgstr ""
1314
 
1315
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:63
 
 
 
 
1316
  msgid "Default Sorting Order: "
1317
  msgstr ""
1318
 
1319
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:74
1320
  msgid "\"All-Userlisting\" Template"
1321
  msgstr ""
1322
 
1323
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:76
1324
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:218
1325
  msgid ""
1326
  "With the userlisting templates you can customize the look, feel and "
1327
  "information listed by the shortcode."
1328
  msgstr ""
1329
 
1330
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:77
1331
  msgid ""
1332
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1333
  "on each page access where the shortcode is present."
1334
  msgstr ""
1335
 
1336
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:81
1337
  msgid "Avatar size: "
1338
  msgstr ""
1339
 
1340
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:97
1341
  msgid "Insert \"Sort By\" Field:"
1342
  msgstr ""
1343
 
1344
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:125
1345
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:224
1346
  msgid "Insert \"User-Meta\" Field:"
1347
  msgstr ""
1348
 
1349
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1350
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:262
1351
  msgid "Insert Extra Functions:"
1352
  msgstr ""
1353
 
1354
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:171
1355
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1356
  msgstr ""
1357
 
1358
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:173
1359
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:276
1360
  msgid ""
1361
  "If you wish to use a default userlisting, just copy the following code and "
1362
  "paste it in the textarea below:"
1363
  msgstr ""
1364
 
1365
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:216
1366
  msgid "\"Single-Userlisting\" Template"
1367
  msgstr ""
1368
 
1369
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:219
1370
  msgid ""
1371
  "The \"Single User Listing\" template is used to list an individual user. "
1372
  "It's displayed when clickin on the \"more info\" link."
1373
  msgstr ""
1374
 
1375
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:274
1376
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1377
  msgstr ""
1378
 
1379
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1380
  msgid ""
1381
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1382
  msgstr ""
1383
 
1384
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1385
  msgid "You can find it in Profile Builder's menu."
1386
  msgstr ""
1387
 
1388
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:405
1389
  #, fuzzy
1390
  msgid "You need to be logged in to view the userlisting!"
1391
  msgstr "Debes estar conectado para editar tu perfil."
1392
 
1393
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:443
1394
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:469
1395
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1396
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1328
1397
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1414
1398
  msgid "Search Users by All Fields"
1399
  msgstr ""
1400
 
1401
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1402
  msgid "Leave Blank and Press Search to List All Users"
1403
  msgstr ""
1404
 
1405
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:491
1406
  msgid "Search"
1407
  msgstr ""
1408
 
1409
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:504
1410
  #, fuzzy
1411
  msgid "First/Lastname"
1412
  msgstr "Nombre:"
1413
 
1414
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:510
1415
  #, fuzzy
1416
  msgid "Email"
1417
  msgstr "Email"
1418
 
1419
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1420
  msgid "Sign-up Date"
1421
  msgstr ""
1422
 
1423
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:522
1424
  #, fuzzy
1425
  msgid "Firstname"
1426
  msgstr "Nombre:"
1427
 
1428
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:528
1429
  #, fuzzy
1430
  msgid "Lastname"
1431
  msgstr "Apellidos"
1432
 
1433
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:534
1434
  #, fuzzy
1435
  msgid "Display Name"
1436
  msgstr "Nombre:"
1437
 
1438
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:552
1439
  msgid "Posts"
1440
  msgstr ""
1441
 
1442
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1443
  msgid "Click here to see more information about this user"
1444
  msgstr ""
1445
 
1446
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1447
  msgid "More..."
1448
  msgstr ""
1449
 
1450
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:795
1451
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1452
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1453
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1454
  #, fuzzy
1455
  msgid "No uploaded attachment"
1456
  msgstr "El archivo adjunto \""
1457
 
1458
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:797
1459
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1460
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1160
1461
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1462
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1463
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1466
  msgid "Click to see the current attachment"
1467
  msgstr ""
1468
 
1469
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1470
  msgid "Click here to go back"
1471
  msgstr ""
1472
 
1473
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1474
  #, fuzzy
1475
  msgid "Back"
1476
  msgstr "Negro"
1477
 
1478
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1479
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1480
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1481
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1482
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1485
  msgid "Current file"
1486
  msgstr ""
1487
 
1488
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1158
1489
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1490
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1491
  msgid "Avatar"
1492
  msgstr ""
1493
 
1494
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1215
1495
  msgid "No results found!"
1496
  msgstr ""
1497
 
1498
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1311
1499
  msgid "&laquo;&laquo; First"
1500
  msgstr ""
1501
 
1502
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1312
1503
  msgid "&laquo; Prev"
1504
  msgstr ""
1505
 
1506
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1313
1507
  #, fuzzy
1508
  msgid "Next &raquo; "
1509
  msgstr "Salir &raquo;"
1510
 
1511
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1314
1512
  #, fuzzy
1513
  msgid "Last &raquo;&raquo;"
1514
  msgstr "Salir &raquo;"
1515
 
1516
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:286
1517
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:429
1518
  #, fuzzy
1519
  msgid "You must give your option a title."
1520
  msgstr "Debes estar conectado para editar tu perfil."
1521
 
1522
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1523
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1524
  msgid "You have entered an invalid meta-key format!"
1525
  msgstr ""
1526
 
1527
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1528
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1529
  #, fuzzy
1530
  msgid "You must enter a valid meta-key."
1531
  msgstr "Has de introducir una dirección de Email válida."
1532
 
1533
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:300
1534
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:310
1535
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:447
1536
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:459
1537
  msgid "That meta-key is already in use."
1538
  msgstr ""
1539
 
1540
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:317
1541
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:467
1542
  msgid ""
1543
  "There is already an avatar input-type. You can only have one avatar present."
1544
  msgstr ""
1545
 
1546
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:324
1547
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:474
1548
  msgid ""
1549
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1550
  "have one present."
1551
  msgstr ""
1552
 
1553
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:329
1554
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:479
1555
  msgid "The textarea row value must be numeric."
1556
  msgstr ""
1557
 
1558
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1559
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1560
  msgid "The maxlength attribute must be numeric."
1561
  msgstr ""
1562
 
1563
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:340
1564
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:490
1565
  msgid "The value must be between 20 and 200!"
1566
  msgstr ""
1567
 
1568
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:345
1569
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:495
1570
  msgid "The width component of the entered value must be numeric!"
1571
  msgstr ""
1572
 
1573
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:347
1574
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:497
1575
  msgid "The height component of the entered value must be numeric!"
1576
  msgstr ""
1577
 
1578
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1579
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1580
  msgid "The width component of the entered value must be between 20 and 200!"
1581
  msgstr ""
1582
 
1583
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1584
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1585
  msgid "The height component of the entered value must be between 20 and 200!"
1586
  msgstr ""
1587
 
1588
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1589
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1590
  msgid "The pair of values entered didn't have the right format (width,height)!"
1591
  msgstr ""
1592
 
1593
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:356
1594
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:506
1595
  msgid "The entered avatar size must be numeric!"
1596
  msgstr ""
1597
 
1598
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:390
1599
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:566
1600
  msgid "There was an error, please try again."
1601
  msgstr ""
1602
 
1608
  msgid "the current user?"
1609
  msgstr ""
1610
 
1611
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1612
+ #, fuzzy, php-format
1613
+ msgid "Your account on %1$s has been approved!"
1614
+ msgstr "Se ha creado la cuenta de usuario para %1$s."
1615
+
1616
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1617
+ #, php-format
1618
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
1619
+ msgstr ""
1620
+
1621
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:58
1622
+ #, fuzzy, php-format
1623
+ msgid "Your account on %1$s has been unapproved!"
1624
+ msgstr "Se ha creado la cuenta de usuario para %1$s."
1625
+
1626
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:59
1627
+ #, php-format
1628
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1629
+ msgstr ""
1630
+
1631
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:126
1632
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:172
1633
  msgid "Approve"
1634
  msgstr ""
1635
 
1636
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:127
1637
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:217
1638
  msgid "Unapproved"
1639
  msgstr ""
1640
 
1641
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:138
1642
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
1643
  msgid "Unapprove"
1644
  msgstr ""
1645
 
1646
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:139
1647
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:214
1648
  msgid "Approved"
1649
  msgstr ""
1650
 
1651
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1652
  msgid "unapprove"
1653
  msgstr ""
1654
 
1655
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1656
  msgid "approve"
1657
  msgstr ""
1658
 
1659
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:175
1660
  #, php-format
1661
  msgid "Are you sure you want to %1$s this user?"
1662
  msgstr ""
1663
 
1664
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:236
1665
  msgid ""
1666
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1667
  "before you can log in."
translation/profilebuilder-fr_FR.mo CHANGED
Binary file
translation/profilebuilder-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:45+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:45+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
@@ -11,12 +11,12 @@ msgstr ""
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:576
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
@@ -127,7 +127,7 @@ msgid "The avatar was"
127
  msgstr ""
128
 
129
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
130
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
131
  #, fuzzy
132
  msgid "There was an error while trying to upload the following attachment(s)"
133
  msgstr ""
@@ -141,15 +141,15 @@ msgid ""
141
  msgstr ""
142
 
143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
144
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1265
145
  msgid "Name"
146
  msgstr "Nom"
147
 
148
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
149
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
150
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1286
151
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
152
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:527
153
  msgid "Username"
154
  msgstr "Nom d'Utilisateur"
155
 
@@ -198,19 +198,19 @@ msgid ""
198
  msgstr ""
199
 
200
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
201
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1310
202
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
203
  msgid "First Name"
204
  msgstr "Prénom"
205
 
206
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
207
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1334
208
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
209
  msgid "Last Name"
210
  msgstr "Nom"
211
 
212
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
213
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1358
214
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
215
  msgid "Nickname"
216
  msgstr "Pseudo"
@@ -220,12 +220,12 @@ msgid "Display name publicly as"
220
  msgstr "Apparaître publiquement en tant que"
221
 
222
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
223
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1364
224
  msgid "Contact Info"
225
  msgstr "Infos de Contact"
226
 
227
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
228
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1385
229
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
230
  msgid "E-mail"
231
  msgstr "Courriel"
@@ -235,39 +235,39 @@ msgid "(required)"
235
  msgstr "(requis)"
236
 
237
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
238
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1409
239
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
240
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:569
241
  msgid "Website"
242
  msgstr "Site Web"
243
 
244
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
245
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1433
246
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
247
  msgid "AIM"
248
  msgstr "AIM"
249
 
250
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
251
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1457
252
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
253
  msgid "Yahoo IM"
254
  msgstr "Yahoo IM"
255
 
256
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
257
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1481
258
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
259
  msgid "Jabber / Google Talk"
260
  msgstr "Jabber / Google Talk"
261
 
262
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
263
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1487
264
  msgid "About Yourself"
265
  msgstr "À Propos de Vous"
266
 
267
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
268
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1508
269
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
270
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:575
271
  msgid "Biographical Info"
272
  msgstr "Infos Biographiques"
273
 
@@ -278,7 +278,7 @@ msgstr "Nouveau Mot de Passe"
278
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
279
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
280
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
281
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1546
282
  msgid "Repeat Password"
283
  msgstr "Répéter le Mot de Passe"
284
 
@@ -318,8 +318,8 @@ msgstr ""
318
 
319
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
320
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
321
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
322
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
323
  msgid "here"
324
  msgstr ""
325
 
@@ -335,7 +335,7 @@ msgstr ""
335
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
336
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
337
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
338
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1541
339
  msgid "Password"
340
  msgstr "Mot de Passe"
341
 
@@ -358,7 +358,7 @@ msgid "ERROR"
358
  msgstr ""
359
 
360
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
361
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:244
362
  msgid ""
363
  "Your account has to be confirmed by an administrator before you can use the "
364
  "\"Password Reset\" feature."
@@ -442,7 +442,7 @@ msgid ""
442
  msgstr ""
443
 
444
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
445
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:882
446
  msgid "The entered passwords don't match!"
447
  msgstr "Les mots de passe ne correspondent pas !"
448
 
@@ -475,13 +475,7 @@ msgstr "Nom d'Utilisateur"
475
  msgid "Get New Password"
476
  msgstr "Nouveau Mot de Passe"
477
 
478
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:387
479
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:14
480
- #, php-format
481
- msgid "[%1$s] Activate %2$s"
482
- msgstr ""
483
-
484
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
485
  #, php-format
486
  msgid ""
487
  "To activate your user, please click the following link:\n"
@@ -492,189 +486,190 @@ msgid ""
492
  "\n"
493
  msgstr ""
494
 
495
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:415
 
 
 
 
 
496
  msgid "Invalid activation key!"
497
  msgstr ""
498
 
499
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:419
500
  msgid "The user is already active!"
501
  msgstr ""
502
 
503
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:434
504
  msgid "Could not create user!"
505
  msgstr ""
506
 
507
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:444
508
  #, fuzzy
509
  msgid "That username is already activated!"
510
  msgstr "Désolé, ce nom d'utilisateur existe déjà !"
511
 
512
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:460
513
  #, fuzzy
514
  msgid "The user was successfully activated."
515
  msgstr "L'avatar a bien été supprimé."
516
 
517
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:462
518
  #, fuzzy
519
  msgid "There was an error while trying to activate the user."
520
  msgstr ""
521
  "Une erreur est survenue durant le téléversement des fichiers suivante:<br/>"
522
 
523
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:496
524
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:19
525
  #, php-format
526
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
527
  msgstr ""
528
 
529
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
530
  msgid ""
531
  "The \"Admin Approval\" feature was activated at the time of registration, so "
532
  "please remember that you need to approve this user before he/she can log in!"
533
  msgstr ""
534
 
535
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
536
  msgid "A new subscriber has (been) registered!"
537
  msgstr ""
538
 
539
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:515
540
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:8
541
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:10
542
  #, fuzzy
543
  msgid "A new account has been created for you."
544
  msgstr "Un compte utilisateur pour %1$s a été créé."
545
 
546
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:518
547
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:9
548
  #, php-format
549
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
550
  msgstr ""
551
 
552
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:520
553
  msgid ""
554
  "Before you can access your account, an administrator needs to approve it. "
555
  "You will be notified via email."
556
  msgstr ""
557
 
558
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:871
559
  msgid "A username is required for registration."
560
  msgstr "Un nom d'utilisateur est requis pour l'enregistrement."
561
 
562
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:873
563
  msgid "Sorry, that username already exists!"
564
  msgstr "Désolé, ce nom d'utilisateur existe déjà !"
565
 
566
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:875
567
  msgid "You must enter a valid email address."
568
  msgstr "Vous devez entrer une adresse de courriel valide."
569
 
570
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:877
571
  msgid "Sorry, that email address is already used!"
572
  msgstr "Désolé, cette adresse de courriel est déjà utilisée !"
573
 
574
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
575
  msgid "You didn't complete one of the password-fields!"
576
  msgstr "Vous n'avez pas renseigné un des champs de mot de passe !"
577
 
578
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
579
  msgid "Only files with the following extension(s) can be uploaded:"
580
  msgstr ""
581
 
582
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
583
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
584
  #, fuzzy
585
  msgid "The account was NOT created!"
586
  msgstr "Un compte utilisateur pour %1$s a été créé."
587
 
588
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:896
589
  msgid "You must agree to the terms and conditions before registering!"
590
  msgstr ""
591
 
592
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
593
  msgid "(Several required fields were left uncompleted)"
594
  msgstr ""
595
 
596
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
597
  msgid "This username is already reserved to be used soon."
598
  msgstr ""
599
 
600
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
601
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
602
  msgid "Please try a different one!"
603
  msgstr ""
604
 
605
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
606
  #, fuzzy
607
  msgid "This email address is already reserved to be used soon."
608
  msgstr "Désolé, cette adresse de courriel est déjà utilisée !"
609
 
610
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
611
  msgid "You are logged in as"
612
  msgstr ""
613
 
614
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
615
  msgid "You don't need another account."
616
  msgstr ""
617
 
618
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
619
  #, fuzzy
620
  msgid "Log out of this account."
621
  msgstr "Se déconnecter de ce compte"
622
 
623
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
624
  #, fuzzy
625
  msgid "Logout"
626
  msgstr "Déconnexion &raquo;"
627
 
628
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1156
629
  #, php-format
630
  msgid ""
631
  "An email has been sent to %1$s with information on how to activate his/her "
632
  "account."
633
  msgstr ""
634
 
635
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
636
  #, fuzzy, php-format
637
  msgid "A user account has been created for %1$s."
638
  msgstr "Un compte utilisateur pour %1$s a été créé."
639
 
640
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
641
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
642
  #, php-format
643
  msgid ""
644
  "You will soon be redirected automatically. If you see this page for more "
645
  "than 3 seconds, please click %1$s.%2$s"
646
  msgstr ""
647
 
648
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1185
649
  msgid ""
650
  "An email has been sent to you with information on how to activate your "
651
  "account."
652
  msgstr ""
653
 
654
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1189
655
  #, fuzzy, php-format
656
  msgid "Thank you for registering %1$s."
657
  msgstr "Merci de vous être enregistré, %1$s."
658
 
659
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1216
660
  msgid "An error occured while trying to send the notification email."
661
  msgstr ""
662
 
663
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
664
  msgid "An email containing activation instructions was successfully sent."
665
  msgstr ""
666
 
667
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1226
668
  msgid "An email containing the username and password was successfully sent."
669
  msgstr ""
670
 
671
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1242
672
  msgid "Users can register themselves or you can manually create users here."
673
  msgstr ""
674
  "Les utilisateurs peuvent s'enregistrer ou bien vous pouvez les créer "
675
  "manuellement ici."
676
 
677
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1247
678
  msgid ""
679
  "Users cannot currently register themselves, but you can manually create "
680
  "users here."
@@ -682,50 +677,50 @@ msgstr ""
682
  "Les utilisateurs ne peuvent actuellement pas s'enregistrer eux-même, mais "
683
  "vous pouvez les créer manuellement ici."
684
 
685
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1252
686
  msgid "Only an administrator can add new users."
687
  msgstr "Seul un administrateur peut ajouter de nouveaux utilisateurs."
688
 
689
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1275
690
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
691
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
692
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
693
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
694
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
695
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
696
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
697
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
698
  msgid ""
699
  "This field must be filled out before registering (It was marked as required "
700
  "by the administrator)"
701
  msgstr ""
702
 
703
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1296
704
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1320
705
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1344
706
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1371
707
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1395
708
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1419
709
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1443
710
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1467
711
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1494
712
  msgid "This field is marked as required by the administrator"
713
  msgstr ""
714
 
715
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1569
716
  msgid "Anti-Spam"
717
  msgstr ""
718
 
719
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1590
720
  #, fuzzy
721
  msgid "Send these credentials via email."
722
  msgstr " Envoyer ces données par courriel."
723
 
724
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
725
  msgid "Add User"
726
  msgstr "Ajouter un Utilisateur"
727
 
728
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
729
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
730
  msgid "Register"
731
  msgstr "Enregistrement"
@@ -762,8 +757,6 @@ msgstr "Défaut"
762
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
763
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
764
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
765
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:33
766
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:415
767
  msgid "Show"
768
  msgstr "Afficher"
769
 
@@ -780,20 +773,16 @@ msgstr "Afficher"
780
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
781
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
782
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
783
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:34
784
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:416
785
  msgid "Hide"
786
  msgstr "Masquer"
787
 
788
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
789
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
790
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
791
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:59
792
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
793
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:377
794
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:650
795
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
796
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:401
797
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
798
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
799
  msgid "Save Changes"
@@ -1040,7 +1029,7 @@ msgstr "Nouveau Mot de Passe"
1040
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1041
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1042
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1043
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:39
1044
  msgid "General Settings"
1045
  msgstr ""
1046
 
@@ -1139,24 +1128,20 @@ msgid "Status"
1139
  msgstr ""
1140
 
1141
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
 
1142
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
1143
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:32
1144
  msgid "User-Listing"
1145
  msgstr ""
1146
 
1147
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1148
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1149
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
1150
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:43
1151
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:50
1152
  msgid "Active"
1153
  msgstr ""
1154
 
1155
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1156
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1157
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
1158
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:44
1159
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:51
1160
  msgid "Inactive"
1161
  msgstr ""
1162
 
@@ -1172,18 +1157,6 @@ msgstr ""
1172
  msgid "reCAPTCHA"
1173
  msgstr ""
1174
 
1175
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:41
1176
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:42
1177
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:43
1178
- msgid "User Email Customizer"
1179
- msgstr ""
1180
-
1181
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:48
1182
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:424
1183
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:425
1184
- msgid "Admin Email Customizer"
1185
- msgstr ""
1186
-
1187
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1188
  msgid "Redirects on custom page requests:"
1189
  msgstr ""
@@ -1260,208 +1233,6 @@ msgid ""
1260
  "manage options)."
1261
  msgstr ""
1262
 
1263
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:11
1264
- #, php-format
1265
- msgid ""
1266
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1267
- ">Before you can access your account, an administrator needs to approve it. "
1268
- "You will be notified via email."
1269
- msgstr ""
1270
-
1271
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:12
1272
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1273
- #, fuzzy, php-format
1274
- msgid "Your account on %1$s has been approved!"
1275
- msgstr "Un compte utilisateur pour %1$s a été créé."
1276
-
1277
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:13
1278
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1279
- #, php-format
1280
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1281
- msgstr ""
1282
-
1283
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:15
1284
- #, php-format
1285
- msgid ""
1286
- "To activate your user, please click the following link:\n"
1287
- "\n"
1288
- "%s\n"
1289
- "\n"
1290
- "After you activate, you will receive *another email* with your login.\n"
1291
- "\n"
1292
- msgstr ""
1293
-
1294
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:16
1295
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:55
1296
- #, fuzzy, php-format
1297
- msgid "Your account on %1$s has been unapproved!"
1298
- msgstr "Un compte utilisateur pour %1$s a été créé."
1299
-
1300
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:17
1301
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:56
1302
- #, php-format
1303
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1304
- msgstr ""
1305
-
1306
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:18
1307
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:20
1308
- #, php-format
1309
- msgid "[%1$s] A new subscriber has (been) registered!"
1310
- msgstr ""
1311
-
1312
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:21
1313
- #, php-format
1314
- msgid ""
1315
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1316
- "\"Admin Approval\" feature was activated at the time of registration, so "
1317
- "please remember that you need to approve this user before he/she can log in!"
1318
- msgstr ""
1319
-
1320
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:46
1321
- msgid "Here you can customize all the emails sent the users."
1322
- msgstr ""
1323
-
1324
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:49
1325
- msgid ""
1326
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1327
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1328
- "save.</span>"
1329
- msgstr ""
1330
-
1331
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:52
1332
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:434
1333
- msgid "From (name): "
1334
- msgstr ""
1335
-
1336
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:60
1337
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:76
1338
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:119
1339
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:175
1340
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:231
1341
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:291
1342
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:336
1343
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:442
1344
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:458
1345
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:502
1346
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:555
1347
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:609
1348
- msgid "Available Merge Tags"
1349
- msgstr ""
1350
-
1351
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:68
1352
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:450
1353
- msgid "From (reply-to email): "
1354
- msgstr ""
1355
-
1356
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:92
1357
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:475
1358
- msgid "Default Registration"
1359
- msgstr ""
1360
-
1361
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:100
1362
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:156
1363
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:212
1364
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:272
1365
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:317
1366
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:483
1367
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:536
1368
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:590
1369
- msgid "Email Subject: "
1370
- msgstr ""
1371
-
1372
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:108
1373
- msgid ""
1374
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1375
- "<span style=\"color:red\">user</span> upon registration.</span>"
1376
- msgstr ""
1377
-
1378
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:147
1379
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:528
1380
- msgid "Registration with Email Confirmation"
1381
- msgstr ""
1382
-
1383
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:164
1384
- msgid ""
1385
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1386
- "<span style=\"color:red\">user</span> upon registration with email "
1387
- "confirmation.</span>"
1388
- msgstr ""
1389
-
1390
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:203
1391
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:582
1392
- msgid "Registration with Admin Approval"
1393
- msgstr ""
1394
-
1395
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:220
1396
- msgid ""
1397
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1398
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1399
- "</span>"
1400
- msgstr ""
1401
-
1402
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:259
1403
- msgid "Admin Approval Notificaitons (on status change)"
1404
- msgstr ""
1405
-
1406
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:267
1407
- msgid "Message Sent to the User Upon Approval"
1408
- msgstr ""
1409
-
1410
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:280
1411
- msgid ""
1412
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1413
- "<span style=\"color:red\">user</span> upon approval.</span>"
1414
- msgstr ""
1415
-
1416
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:312
1417
- msgid "Message Sent to the User Upon Unapproval"
1418
- msgstr ""
1419
-
1420
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:325
1421
- msgid ""
1422
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1423
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1424
- msgstr ""
1425
-
1426
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:428
1427
- msgid "Here you can customize all the emails sent the administrator."
1428
- msgstr ""
1429
-
1430
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:431
1431
- msgid ""
1432
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1433
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1434
- "</span>"
1435
- msgstr ""
1436
-
1437
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:491
1438
- msgid ""
1439
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1440
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1441
- msgstr ""
1442
-
1443
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:544
1444
- msgid ""
1445
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1446
- "<span style=\"color:red\">administrator</span> upon user registration with "
1447
- "email confirmation.</span>"
1448
- msgstr ""
1449
-
1450
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:598
1451
- msgid ""
1452
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1453
- "<span style=\"color:red\">administrator</span> upon user registration with "
1454
- "admin approval.</span>"
1455
- msgstr ""
1456
-
1457
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:752
1458
- msgid "approved"
1459
- msgstr ""
1460
-
1461
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:761
1462
- msgid "unapproved"
1463
- msgstr ""
1464
-
1465
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1466
  msgid "Could not open socket!"
1467
  msgstr ""
@@ -1515,187 +1286,183 @@ msgstr ""
1515
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1516
  msgstr ""
1517
 
1518
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1519
  msgid ""
1520
  "To create a page containing the users registered to this current site/blog, "
1521
  "insert the following shortcode in a (blank) page: "
1522
  msgstr ""
1523
 
1524
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1525
  msgid ""
1526
  "For instance, to create a userlisting shortcode listing only the editors and "
1527
  "authors, visible to only the users currently logged in, you would use:"
1528
  msgstr ""
1529
 
1530
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1531
  msgid ""
1532
  "You can also create a userlisting page that displays users having a certain "
1533
  "meta-value within a certain (extra) meta-field like so:"
1534
  msgstr ""
1535
 
1536
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1537
  msgid ""
1538
  "Remember though, that the field-value combination must exist in the database."
1539
  msgstr ""
1540
 
1541
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:41
1542
  msgid "These settings are applied to the front-end userlisting."
1543
  msgstr ""
1544
 
1545
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:47
1546
  msgid "Number of Users/Page: "
1547
  msgstr ""
1548
 
1549
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:64
1550
- msgid "Default Sorting Criteria: "
1551
- msgstr ""
1552
-
1553
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:94
1554
  msgid "Default Sorting Order: "
1555
  msgstr ""
1556
 
1557
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:105
1558
  msgid "\"All-Userlisting\" Template"
1559
  msgstr ""
1560
 
1561
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:107
1562
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:249
1563
  msgid ""
1564
  "With the userlisting templates you can customize the look, feel and "
1565
  "information listed by the shortcode."
1566
  msgstr ""
1567
 
1568
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:108
1569
  msgid ""
1570
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1571
  "on each page access where the shortcode is present."
1572
  msgstr ""
1573
 
1574
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:112
1575
  msgid "Avatar size: "
1576
  msgstr ""
1577
 
1578
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:128
1579
  msgid "Insert \"Sort By\" Field:"
1580
  msgstr ""
1581
 
1582
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1583
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:255
1584
  msgid "Insert \"User-Meta\" Field:"
1585
  msgstr ""
1586
 
1587
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:187
1588
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:293
1589
  msgid "Insert Extra Functions:"
1590
  msgstr ""
1591
 
1592
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:202
1593
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1594
  msgstr ""
1595
 
1596
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:204
1597
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:307
1598
  msgid ""
1599
  "If you wish to use a default userlisting, just copy the following code and "
1600
  "paste it in the textarea below:"
1601
  msgstr ""
1602
 
1603
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:247
1604
  msgid "\"Single-Userlisting\" Template"
1605
  msgstr ""
1606
 
1607
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:250
1608
  msgid ""
1609
  "The \"Single User Listing\" template is used to list an individual user. "
1610
  "It's displayed when clickin on the \"more info\" link."
1611
  msgstr ""
1612
 
1613
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:305
1614
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1615
  msgstr ""
1616
 
1617
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1618
  msgid ""
1619
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1620
  msgstr ""
1621
 
1622
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1623
  msgid "You can find it in Profile Builder's menu."
1624
  msgstr ""
1625
 
1626
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:436
1627
  #, fuzzy
1628
  msgid "You need to be logged in to view the userlisting!"
1629
  msgstr "Vous devez être connecté(e) pour modifier votre profil."
1630
 
1631
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:472
1632
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
1633
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1634
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1354
1635
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1440
1636
  msgid "Search Users by All Fields"
1637
  msgstr ""
1638
 
1639
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1640
  msgid "Leave Blank and Press Search to List All Users"
1641
  msgstr ""
1642
 
1643
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:520
1644
  msgid "Search"
1645
  msgstr ""
1646
 
1647
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:533
1648
  #, fuzzy
1649
  msgid "First/Lastname"
1650
  msgstr "Prénom"
1651
 
1652
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:539
1653
  #, fuzzy
1654
  msgid "Email"
1655
  msgstr "Courriel"
1656
 
1657
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:545
1658
  msgid "Sign-up Date"
1659
  msgstr ""
1660
 
1661
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:551
1662
  #, fuzzy
1663
  msgid "Firstname"
1664
  msgstr "Prénom"
1665
 
1666
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:557
1667
  #, fuzzy
1668
  msgid "Lastname"
1669
  msgstr "Nom"
1670
 
1671
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:563
1672
  #, fuzzy
1673
  msgid "Display Name"
1674
  msgstr "Prénom"
1675
 
1676
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:581
1677
  msgid "Posts"
1678
  msgstr ""
1679
 
1680
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1681
  msgid "Click here to see more information about this user"
1682
  msgstr ""
1683
 
1684
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1685
  msgid "More..."
1686
  msgstr ""
1687
 
1688
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:824
1689
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1690
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1691
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1692
  #, fuzzy
1693
  msgid "No uploaded attachment"
1694
  msgstr "La pièce jointe \""
1695
 
1696
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:826
1697
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1698
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1189
1699
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1700
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1701
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
@@ -1704,17 +1471,17 @@ msgstr "La pièce jointe \""
1704
  msgid "Click to see the current attachment"
1705
  msgstr ""
1706
 
1707
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1708
  msgid "Click here to go back"
1709
  msgstr ""
1710
 
1711
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1712
  #, fuzzy
1713
  msgid "Back"
1714
  msgstr "Noir"
1715
 
1716
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1717
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1718
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1719
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1720
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
@@ -1723,118 +1490,118 @@ msgstr "Noir"
1723
  msgid "Current file"
1724
  msgstr ""
1725
 
1726
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1187
1727
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1728
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1729
  msgid "Avatar"
1730
  msgstr ""
1731
 
1732
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1244
1733
  msgid "No results found!"
1734
  msgstr ""
1735
 
1736
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1337
1737
  msgid "&laquo;&laquo; First"
1738
  msgstr ""
1739
 
1740
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1338
1741
  msgid "&laquo; Prev"
1742
  msgstr ""
1743
 
1744
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1339
1745
  #, fuzzy
1746
  msgid "Next &raquo; "
1747
  msgstr "Déconnexion &raquo;"
1748
 
1749
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1340
1750
  #, fuzzy
1751
  msgid "Last &raquo;&raquo;"
1752
  msgstr "Déconnexion &raquo;"
1753
 
1754
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1755
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1756
  #, fuzzy
1757
  msgid "You must give your option a title."
1758
  msgstr "Vous devez être connecté(e) pour modifier votre profil."
1759
 
1760
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1761
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1762
  msgid "You have entered an invalid meta-key format!"
1763
  msgstr ""
1764
 
1765
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:298
1766
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:441
1767
  #, fuzzy
1768
  msgid "You must enter a valid meta-key."
1769
  msgstr "Vous devez entrer une adresse de courriel valide."
1770
 
1771
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:304
1772
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:314
1773
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:451
1774
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:463
1775
  msgid "That meta-key is already in use."
1776
  msgstr ""
1777
 
1778
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:321
1779
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:471
1780
  msgid ""
1781
  "There is already an avatar input-type. You can only have one avatar present."
1782
  msgstr ""
1783
 
1784
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:328
1785
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:478
1786
  msgid ""
1787
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1788
  "have one present."
1789
  msgstr ""
1790
 
1791
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1792
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1793
  msgid "The textarea row value must be numeric."
1794
  msgstr ""
1795
 
1796
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:337
1797
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:487
1798
  msgid "The maxlength attribute must be numeric."
1799
  msgstr ""
1800
 
1801
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:344
1802
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:494
1803
  msgid "The value must be between 20 and 200!"
1804
  msgstr ""
1805
 
1806
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1807
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1808
  msgid "The width component of the entered value must be numeric!"
1809
  msgstr ""
1810
 
1811
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1812
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1813
  msgid "The height component of the entered value must be numeric!"
1814
  msgstr ""
1815
 
1816
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1817
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1818
  msgid "The width component of the entered value must be between 20 and 200!"
1819
  msgstr ""
1820
 
1821
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:355
1822
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:505
1823
  msgid "The height component of the entered value must be between 20 and 200!"
1824
  msgstr ""
1825
 
1826
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:357
1827
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:507
1828
  msgid "The pair of values entered didn't have the right format (width,height)!"
1829
  msgstr ""
1830
 
1831
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:360
1832
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:510
1833
  msgid "The entered avatar size must be numeric!"
1834
  msgstr ""
1835
 
1836
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:394
1837
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:570
1838
  msgid "There was an error, please try again."
1839
  msgstr ""
1840
 
@@ -1846,40 +1613,60 @@ msgstr ""
1846
  msgid "the current user?"
1847
  msgstr ""
1848
 
1849
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:122
1850
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1851
  msgid "Approve"
1852
  msgstr ""
1853
 
1854
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:123
1855
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:213
1856
  msgid "Unapproved"
1857
  msgstr ""
1858
 
1859
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:134
1860
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:164
1861
  msgid "Unapprove"
1862
  msgstr ""
1863
 
1864
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:135
1865
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:210
1866
  msgid "Approved"
1867
  msgstr ""
1868
 
1869
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:163
1870
  msgid "unapprove"
1871
  msgstr ""
1872
 
1873
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1874
  msgid "approve"
1875
  msgstr ""
1876
 
1877
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1878
  #, php-format
1879
  msgid "Are you sure you want to %1$s this user?"
1880
  msgstr ""
1881
 
1882
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:232
1883
  msgid ""
1884
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1885
  "before you can log in."
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-01-10 11:27+0200\n"
6
+ "PO-Revision-Date: 2013-01-10 11:27+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:585
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
127
  msgstr ""
128
 
129
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
130
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:897
131
  #, fuzzy
132
  msgid "There was an error while trying to upload the following attachment(s)"
133
  msgstr ""
141
  msgstr ""
142
 
143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
144
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1277
145
  msgid "Name"
146
  msgstr "Nom"
147
 
148
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
149
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
150
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1298
151
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
152
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
153
  msgid "Username"
154
  msgstr "Nom d'Utilisateur"
155
 
198
  msgstr ""
199
 
200
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
201
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1322
202
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
203
  msgid "First Name"
204
  msgstr "Prénom"
205
 
206
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
207
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1346
208
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
209
  msgid "Last Name"
210
  msgstr "Nom"
211
 
212
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
213
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1370
214
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
215
  msgid "Nickname"
216
  msgstr "Pseudo"
220
  msgstr "Apparaître publiquement en tant que"
221
 
222
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
223
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1376
224
  msgid "Contact Info"
225
  msgstr "Infos de Contact"
226
 
227
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
228
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1397
229
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
230
  msgid "E-mail"
231
  msgstr "Courriel"
235
  msgstr "(requis)"
236
 
237
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
238
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1421
239
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
240
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:540
241
  msgid "Website"
242
  msgstr "Site Web"
243
 
244
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
245
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1445
246
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
247
  msgid "AIM"
248
  msgstr "AIM"
249
 
250
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
251
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1469
252
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
253
  msgid "Yahoo IM"
254
  msgstr "Yahoo IM"
255
 
256
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
257
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1493
258
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
259
  msgid "Jabber / Google Talk"
260
  msgstr "Jabber / Google Talk"
261
 
262
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
263
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1499
264
  msgid "About Yourself"
265
  msgstr "À Propos de Vous"
266
 
267
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
268
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1520
269
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
270
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:546
271
  msgid "Biographical Info"
272
  msgstr "Infos Biographiques"
273
 
278
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
279
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
280
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
281
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1558
282
  msgid "Repeat Password"
283
  msgstr "Répéter le Mot de Passe"
284
 
318
 
319
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
320
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
321
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
322
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
323
  msgid "here"
324
  msgstr ""
325
 
335
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
336
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
337
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
338
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1553
339
  msgid "Password"
340
  msgstr "Mot de Passe"
341
 
358
  msgstr ""
359
 
360
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
361
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:248
362
  msgid ""
363
  "Your account has to be confirmed by an administrator before you can use the "
364
  "\"Password Reset\" feature."
442
  msgstr ""
443
 
444
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
445
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:894
446
  msgid "The entered passwords don't match!"
447
  msgstr "Les mots de passe ne correspondent pas !"
448
 
475
  msgid "Get New Password"
476
  msgstr "Nouveau Mot de Passe"
477
 
478
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:386
 
 
 
 
 
 
479
  #, php-format
480
  msgid ""
481
  "To activate your user, please click the following link:\n"
486
  "\n"
487
  msgstr ""
488
 
489
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
490
+ #, php-format
491
+ msgid "[%1$s] Activate %2$s"
492
+ msgstr ""
493
+
494
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:418
495
  msgid "Invalid activation key!"
496
  msgstr ""
497
 
498
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:422
499
  msgid "The user is already active!"
500
  msgstr ""
501
 
502
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:437
503
  msgid "Could not create user!"
504
  msgstr ""
505
 
506
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:447
507
  #, fuzzy
508
  msgid "That username is already activated!"
509
  msgstr "Désolé, ce nom d'utilisateur existe déjà !"
510
 
511
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:463
512
  #, fuzzy
513
  msgid "The user was successfully activated."
514
  msgstr "L'avatar a bien été supprimé."
515
 
516
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:465
517
  #, fuzzy
518
  msgid "There was an error while trying to activate the user."
519
  msgstr ""
520
  "Une erreur est survenue durant le téléversement des fichiers suivante:<br/>"
521
 
522
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
 
523
  #, php-format
524
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
525
  msgstr ""
526
 
527
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
528
  msgid ""
529
  "The \"Admin Approval\" feature was activated at the time of registration, so "
530
  "please remember that you need to approve this user before he/she can log in!"
531
  msgstr ""
532
 
533
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:504
534
  msgid "A new subscriber has (been) registered!"
535
  msgstr ""
536
 
537
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:522
 
 
538
  #, fuzzy
539
  msgid "A new account has been created for you."
540
  msgstr "Un compte utilisateur pour %1$s a été créé."
541
 
542
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:525
 
543
  #, php-format
544
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
545
  msgstr ""
546
 
547
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:527
548
  msgid ""
549
  "Before you can access your account, an administrator needs to approve it. "
550
  "You will be notified via email."
551
  msgstr ""
552
 
553
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:883
554
  msgid "A username is required for registration."
555
  msgstr "Un nom d'utilisateur est requis pour l'enregistrement."
556
 
557
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
558
  msgid "Sorry, that username already exists!"
559
  msgstr "Désolé, ce nom d'utilisateur existe déjà !"
560
 
561
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:887
562
  msgid "You must enter a valid email address."
563
  msgstr "Vous devez entrer une adresse de courriel valide."
564
 
565
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:889
566
  msgid "Sorry, that email address is already used!"
567
  msgstr "Désolé, cette adresse de courriel est déjà utilisée !"
568
 
569
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
570
  msgid "You didn't complete one of the password-fields!"
571
  msgstr "Vous n'avez pas renseigné un des champs de mot de passe !"
572
 
573
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
574
  msgid "Only files with the following extension(s) can be uploaded:"
575
  msgstr ""
576
 
577
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
578
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
579
  #, fuzzy
580
  msgid "The account was NOT created!"
581
  msgstr "Un compte utilisateur pour %1$s a été créé."
582
 
583
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:908
584
  msgid "You must agree to the terms and conditions before registering!"
585
  msgstr ""
586
 
587
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
588
  msgid "(Several required fields were left uncompleted)"
589
  msgstr ""
590
 
591
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
592
  msgid "This username is already reserved to be used soon."
593
  msgstr ""
594
 
595
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
596
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
597
  msgid "Please try a different one!"
598
  msgstr ""
599
 
600
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
601
  #, fuzzy
602
  msgid "This email address is already reserved to be used soon."
603
  msgstr "Désolé, cette adresse de courriel est déjà utilisée !"
604
 
605
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
606
  msgid "You are logged in as"
607
  msgstr ""
608
 
609
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
610
  msgid "You don't need another account."
611
  msgstr ""
612
 
613
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
614
  #, fuzzy
615
  msgid "Log out of this account."
616
  msgstr "Se déconnecter de ce compte"
617
 
618
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
619
  #, fuzzy
620
  msgid "Logout"
621
  msgstr "Déconnexion &raquo;"
622
 
623
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1168
624
  #, php-format
625
  msgid ""
626
  "An email has been sent to %1$s with information on how to activate his/her "
627
  "account."
628
  msgstr ""
629
 
630
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1172
631
  #, fuzzy, php-format
632
  msgid "A user account has been created for %1$s."
633
  msgstr "Un compte utilisateur pour %1$s a été créé."
634
 
635
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
636
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
637
  #, php-format
638
  msgid ""
639
  "You will soon be redirected automatically. If you see this page for more "
640
  "than 3 seconds, please click %1$s.%2$s"
641
  msgstr ""
642
 
643
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1197
644
  msgid ""
645
  "An email has been sent to you with information on how to activate your "
646
  "account."
647
  msgstr ""
648
 
649
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1201
650
  #, fuzzy, php-format
651
  msgid "Thank you for registering %1$s."
652
  msgstr "Merci de vous être enregistré, %1$s."
653
 
654
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1228
655
  msgid "An error occured while trying to send the notification email."
656
  msgstr ""
657
 
658
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1233
659
  msgid "An email containing activation instructions was successfully sent."
660
  msgstr ""
661
 
662
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1238
663
  msgid "An email containing the username and password was successfully sent."
664
  msgstr ""
665
 
666
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1254
667
  msgid "Users can register themselves or you can manually create users here."
668
  msgstr ""
669
  "Les utilisateurs peuvent s'enregistrer ou bien vous pouvez les créer "
670
  "manuellement ici."
671
 
672
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1259
673
  msgid ""
674
  "Users cannot currently register themselves, but you can manually create "
675
  "users here."
677
  "Les utilisateurs ne peuvent actuellement pas s'enregistrer eux-même, mais "
678
  "vous pouvez les créer manuellement ici."
679
 
680
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1264
681
  msgid "Only an administrator can add new users."
682
  msgstr "Seul un administrateur peut ajouter de nouveaux utilisateurs."
683
 
684
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1287
685
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1311
686
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1335
687
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1359
688
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1410
689
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1434
690
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1458
691
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1482
692
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1509
693
  msgid ""
694
  "This field must be filled out before registering (It was marked as required "
695
  "by the administrator)"
696
  msgstr ""
697
 
698
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1308
699
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1332
700
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1356
701
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1383
702
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1407
703
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1431
704
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1455
705
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1479
706
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1506
707
  msgid "This field is marked as required by the administrator"
708
  msgstr ""
709
 
710
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1581
711
  msgid "Anti-Spam"
712
  msgstr ""
713
 
714
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1602
715
  #, fuzzy
716
  msgid "Send these credentials via email."
717
  msgstr " Envoyer ces données par courriel."
718
 
719
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
720
  msgid "Add User"
721
  msgstr "Ajouter un Utilisateur"
722
 
723
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
724
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
725
  msgid "Register"
726
  msgstr "Enregistrement"
757
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
758
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
759
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
 
 
760
  msgid "Show"
761
  msgstr "Afficher"
762
 
773
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
774
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
775
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
 
 
776
  msgid "Hide"
777
  msgstr "Masquer"
778
 
779
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
780
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
781
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
782
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:45
783
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
 
 
784
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
785
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:370
786
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
787
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
788
  msgid "Save Changes"
1029
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1030
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1031
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1032
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:38
1033
  msgid "General Settings"
1034
  msgstr ""
1035
 
1128
  msgstr ""
1129
 
1130
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
1131
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:30
1132
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
 
1133
  msgid "User-Listing"
1134
  msgstr ""
1135
 
1136
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1137
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1138
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
 
 
1139
  msgid "Active"
1140
  msgstr ""
1141
 
1142
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1144
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
 
 
1145
  msgid "Inactive"
1146
  msgstr ""
1147
 
1157
  msgid "reCAPTCHA"
1158
  msgstr ""
1159
 
 
 
 
 
 
 
 
 
 
 
 
 
1160
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1161
  msgid "Redirects on custom page requests:"
1162
  msgstr ""
1233
  "manage options)."
1234
  msgstr ""
1235
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1236
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1237
  msgid "Could not open socket!"
1238
  msgstr ""
1286
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1287
  msgstr ""
1288
 
1289
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:33
1290
  msgid ""
1291
  "To create a page containing the users registered to this current site/blog, "
1292
  "insert the following shortcode in a (blank) page: "
1293
  msgstr ""
1294
 
1295
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1296
  msgid ""
1297
  "For instance, to create a userlisting shortcode listing only the editors and "
1298
  "authors, visible to only the users currently logged in, you would use:"
1299
  msgstr ""
1300
 
1301
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1302
  msgid ""
1303
  "You can also create a userlisting page that displays users having a certain "
1304
  "meta-value within a certain (extra) meta-field like so:"
1305
  msgstr ""
1306
 
1307
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1308
  msgid ""
1309
  "Remember though, that the field-value combination must exist in the database."
1310
  msgstr ""
1311
 
1312
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:40
1313
  msgid "These settings are applied to the front-end userlisting."
1314
  msgstr ""
1315
 
1316
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:46
1317
  msgid "Number of Users/Page: "
1318
  msgstr ""
1319
 
1320
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:63
 
 
 
 
1321
  msgid "Default Sorting Order: "
1322
  msgstr ""
1323
 
1324
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:74
1325
  msgid "\"All-Userlisting\" Template"
1326
  msgstr ""
1327
 
1328
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:76
1329
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:218
1330
  msgid ""
1331
  "With the userlisting templates you can customize the look, feel and "
1332
  "information listed by the shortcode."
1333
  msgstr ""
1334
 
1335
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:77
1336
  msgid ""
1337
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1338
  "on each page access where the shortcode is present."
1339
  msgstr ""
1340
 
1341
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:81
1342
  msgid "Avatar size: "
1343
  msgstr ""
1344
 
1345
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:97
1346
  msgid "Insert \"Sort By\" Field:"
1347
  msgstr ""
1348
 
1349
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:125
1350
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:224
1351
  msgid "Insert \"User-Meta\" Field:"
1352
  msgstr ""
1353
 
1354
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1355
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:262
1356
  msgid "Insert Extra Functions:"
1357
  msgstr ""
1358
 
1359
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:171
1360
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1361
  msgstr ""
1362
 
1363
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:173
1364
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:276
1365
  msgid ""
1366
  "If you wish to use a default userlisting, just copy the following code and "
1367
  "paste it in the textarea below:"
1368
  msgstr ""
1369
 
1370
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:216
1371
  msgid "\"Single-Userlisting\" Template"
1372
  msgstr ""
1373
 
1374
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:219
1375
  msgid ""
1376
  "The \"Single User Listing\" template is used to list an individual user. "
1377
  "It's displayed when clickin on the \"more info\" link."
1378
  msgstr ""
1379
 
1380
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:274
1381
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1382
  msgstr ""
1383
 
1384
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1385
  msgid ""
1386
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1387
  msgstr ""
1388
 
1389
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1390
  msgid "You can find it in Profile Builder's menu."
1391
  msgstr ""
1392
 
1393
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:405
1394
  #, fuzzy
1395
  msgid "You need to be logged in to view the userlisting!"
1396
  msgstr "Vous devez être connecté(e) pour modifier votre profil."
1397
 
1398
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:443
1399
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:469
1400
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1401
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1328
1402
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1414
1403
  msgid "Search Users by All Fields"
1404
  msgstr ""
1405
 
1406
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1407
  msgid "Leave Blank and Press Search to List All Users"
1408
  msgstr ""
1409
 
1410
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:491
1411
  msgid "Search"
1412
  msgstr ""
1413
 
1414
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:504
1415
  #, fuzzy
1416
  msgid "First/Lastname"
1417
  msgstr "Prénom"
1418
 
1419
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:510
1420
  #, fuzzy
1421
  msgid "Email"
1422
  msgstr "Courriel"
1423
 
1424
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1425
  msgid "Sign-up Date"
1426
  msgstr ""
1427
 
1428
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:522
1429
  #, fuzzy
1430
  msgid "Firstname"
1431
  msgstr "Prénom"
1432
 
1433
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:528
1434
  #, fuzzy
1435
  msgid "Lastname"
1436
  msgstr "Nom"
1437
 
1438
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:534
1439
  #, fuzzy
1440
  msgid "Display Name"
1441
  msgstr "Prénom"
1442
 
1443
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:552
1444
  msgid "Posts"
1445
  msgstr ""
1446
 
1447
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1448
  msgid "Click here to see more information about this user"
1449
  msgstr ""
1450
 
1451
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1452
  msgid "More..."
1453
  msgstr ""
1454
 
1455
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:795
1456
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1457
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1458
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1459
  #, fuzzy
1460
  msgid "No uploaded attachment"
1461
  msgstr "La pièce jointe \""
1462
 
1463
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:797
1464
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1465
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1160
1466
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1467
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1468
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1471
  msgid "Click to see the current attachment"
1472
  msgstr ""
1473
 
1474
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1475
  msgid "Click here to go back"
1476
  msgstr ""
1477
 
1478
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1479
  #, fuzzy
1480
  msgid "Back"
1481
  msgstr "Noir"
1482
 
1483
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1484
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1485
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1486
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1487
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1490
  msgid "Current file"
1491
  msgstr ""
1492
 
1493
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1158
1494
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1495
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1496
  msgid "Avatar"
1497
  msgstr ""
1498
 
1499
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1215
1500
  msgid "No results found!"
1501
  msgstr ""
1502
 
1503
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1311
1504
  msgid "&laquo;&laquo; First"
1505
  msgstr ""
1506
 
1507
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1312
1508
  msgid "&laquo; Prev"
1509
  msgstr ""
1510
 
1511
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1313
1512
  #, fuzzy
1513
  msgid "Next &raquo; "
1514
  msgstr "Déconnexion &raquo;"
1515
 
1516
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1314
1517
  #, fuzzy
1518
  msgid "Last &raquo;&raquo;"
1519
  msgstr "Déconnexion &raquo;"
1520
 
1521
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:286
1522
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:429
1523
  #, fuzzy
1524
  msgid "You must give your option a title."
1525
  msgstr "Vous devez être connecté(e) pour modifier votre profil."
1526
 
1527
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1528
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1529
  msgid "You have entered an invalid meta-key format!"
1530
  msgstr ""
1531
 
1532
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1533
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1534
  #, fuzzy
1535
  msgid "You must enter a valid meta-key."
1536
  msgstr "Vous devez entrer une adresse de courriel valide."
1537
 
1538
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:300
1539
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:310
1540
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:447
1541
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:459
1542
  msgid "That meta-key is already in use."
1543
  msgstr ""
1544
 
1545
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:317
1546
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:467
1547
  msgid ""
1548
  "There is already an avatar input-type. You can only have one avatar present."
1549
  msgstr ""
1550
 
1551
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:324
1552
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:474
1553
  msgid ""
1554
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1555
  "have one present."
1556
  msgstr ""
1557
 
1558
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:329
1559
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:479
1560
  msgid "The textarea row value must be numeric."
1561
  msgstr ""
1562
 
1563
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1564
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1565
  msgid "The maxlength attribute must be numeric."
1566
  msgstr ""
1567
 
1568
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:340
1569
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:490
1570
  msgid "The value must be between 20 and 200!"
1571
  msgstr ""
1572
 
1573
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:345
1574
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:495
1575
  msgid "The width component of the entered value must be numeric!"
1576
  msgstr ""
1577
 
1578
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:347
1579
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:497
1580
  msgid "The height component of the entered value must be numeric!"
1581
  msgstr ""
1582
 
1583
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1584
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1585
  msgid "The width component of the entered value must be between 20 and 200!"
1586
  msgstr ""
1587
 
1588
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1589
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1590
  msgid "The height component of the entered value must be between 20 and 200!"
1591
  msgstr ""
1592
 
1593
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1594
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1595
  msgid "The pair of values entered didn't have the right format (width,height)!"
1596
  msgstr ""
1597
 
1598
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:356
1599
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:506
1600
  msgid "The entered avatar size must be numeric!"
1601
  msgstr ""
1602
 
1603
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:390
1604
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:566
1605
  msgid "There was an error, please try again."
1606
  msgstr ""
1607
 
1613
  msgid "the current user?"
1614
  msgstr ""
1615
 
1616
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1617
+ #, fuzzy, php-format
1618
+ msgid "Your account on %1$s has been approved!"
1619
+ msgstr "Un compte utilisateur pour %1$s a été créé."
1620
+
1621
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1622
+ #, php-format
1623
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
1624
+ msgstr ""
1625
+
1626
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:58
1627
+ #, fuzzy, php-format
1628
+ msgid "Your account on %1$s has been unapproved!"
1629
+ msgstr "Un compte utilisateur pour %1$s a été créé."
1630
+
1631
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:59
1632
+ #, php-format
1633
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1634
+ msgstr ""
1635
+
1636
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:126
1637
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:172
1638
  msgid "Approve"
1639
  msgstr ""
1640
 
1641
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:127
1642
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:217
1643
  msgid "Unapproved"
1644
  msgstr ""
1645
 
1646
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:138
1647
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
1648
  msgid "Unapprove"
1649
  msgstr ""
1650
 
1651
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:139
1652
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:214
1653
  msgid "Approved"
1654
  msgstr ""
1655
 
1656
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1657
  msgid "unapprove"
1658
  msgstr ""
1659
 
1660
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1661
  msgid "approve"
1662
  msgstr ""
1663
 
1664
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:175
1665
  #, php-format
1666
  msgid "Are you sure you want to %1$s this user?"
1667
  msgstr ""
1668
 
1669
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:236
1670
  msgid ""
1671
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1672
  "before you can log in."
translation/profilebuilder-hu_HU.mo CHANGED
Binary file
translation/profilebuilder-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:45+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:45+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
@@ -11,12 +11,12 @@ msgstr ""
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:576
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
@@ -123,7 +123,7 @@ msgid "The avatar was"
123
  msgstr ""
124
 
125
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
126
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
127
  #, fuzzy
128
  msgid "There was an error while trying to upload the following attachment(s)"
129
  msgstr "Hiba történt a következő csatolmányok feltöltésekor: <br/>"
@@ -136,15 +136,15 @@ msgid ""
136
  msgstr ""
137
 
138
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
139
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1265
140
  msgid "Name"
141
  msgstr "Név"
142
 
143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
144
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
145
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1286
146
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
147
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:527
148
  msgid "Username"
149
  msgstr "Felhasználónév"
150
 
@@ -193,19 +193,19 @@ msgid ""
193
  msgstr ""
194
 
195
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
196
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1310
197
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
198
  msgid "First Name"
199
  msgstr "Keresztnév"
200
 
201
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
202
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1334
203
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
204
  msgid "Last Name"
205
  msgstr "Vezetéknév"
206
 
207
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
208
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1358
209
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
210
  msgid "Nickname"
211
  msgstr "Loginnév"
@@ -215,12 +215,12 @@ msgid "Display name publicly as"
215
  msgstr "Név megjelenítése publikusan, mint"
216
 
217
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
218
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1364
219
  msgid "Contact Info"
220
  msgstr "Kapcsolati információ"
221
 
222
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
223
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1385
224
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
225
  msgid "E-mail"
226
  msgstr "E-mail"
@@ -230,39 +230,39 @@ msgid "(required)"
230
  msgstr "(kötelező)"
231
 
232
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
233
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1409
234
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
235
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:569
236
  msgid "Website"
237
  msgstr "Weboldal"
238
 
239
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
240
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1433
241
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
242
  msgid "AIM"
243
  msgstr "AIM"
244
 
245
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
246
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1457
247
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
248
  msgid "Yahoo IM"
249
  msgstr "Yahoo IM"
250
 
251
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
252
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1481
253
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
254
  msgid "Jabber / Google Talk"
255
  msgstr "Jabber / Google Talk"
256
 
257
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
258
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1487
259
  msgid "About Yourself"
260
  msgstr "Magadról"
261
 
262
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
263
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1508
264
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
265
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:575
266
  msgid "Biographical Info"
267
  msgstr "Életrajzi információk"
268
 
@@ -273,7 +273,7 @@ msgstr "Új jelszó"
273
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
274
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
275
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
276
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1546
277
  msgid "Repeat Password"
278
  msgstr "Jelszó, mégegyszer"
279
 
@@ -312,8 +312,8 @@ msgstr ""
312
 
313
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
314
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
315
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
316
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
317
  msgid "here"
318
  msgstr ""
319
 
@@ -329,7 +329,7 @@ msgstr ""
329
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
330
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
331
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
332
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1541
333
  msgid "Password"
334
  msgstr "Jelszó"
335
 
@@ -352,7 +352,7 @@ msgid "ERROR"
352
  msgstr ""
353
 
354
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
355
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:244
356
  msgid ""
357
  "Your account has to be confirmed by an administrator before you can use the "
358
  "\"Password Reset\" feature."
@@ -433,7 +433,7 @@ msgid ""
433
  msgstr ""
434
 
435
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
436
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:882
437
  msgid "The entered passwords don't match!"
438
  msgstr "A beírt jelszavak nem egyeznek!"
439
 
@@ -466,13 +466,7 @@ msgstr "Felhasználónév"
466
  msgid "Get New Password"
467
  msgstr "Új jelszó"
468
 
469
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:387
470
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:14
471
- #, php-format
472
- msgid "[%1$s] Activate %2$s"
473
- msgstr ""
474
-
475
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
476
  #, php-format
477
  msgid ""
478
  "To activate your user, please click the following link:\n"
@@ -483,188 +477,189 @@ msgid ""
483
  "\n"
484
  msgstr ""
485
 
486
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:415
 
 
 
 
 
487
  msgid "Invalid activation key!"
488
  msgstr ""
489
 
490
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:419
491
  msgid "The user is already active!"
492
  msgstr ""
493
 
494
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:434
495
  msgid "Could not create user!"
496
  msgstr ""
497
 
498
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:444
499
  #, fuzzy
500
  msgid "That username is already activated!"
501
  msgstr "Bocs, de ez a felhasználónév foglalt!"
502
 
503
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:460
504
  #, fuzzy
505
  msgid "The user was successfully activated."
506
  msgstr "Az avatar sikeresen törölve."
507
 
508
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:462
509
  #, fuzzy
510
  msgid "There was an error while trying to activate the user."
511
  msgstr "Hiba történt a következő csatolmányok feltöltésekor: <br/>"
512
 
513
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:496
514
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:19
515
  #, php-format
516
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
517
  msgstr ""
518
 
519
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
520
  msgid ""
521
  "The \"Admin Approval\" feature was activated at the time of registration, so "
522
  "please remember that you need to approve this user before he/she can log in!"
523
  msgstr ""
524
 
525
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
526
  msgid "A new subscriber has (been) registered!"
527
  msgstr ""
528
 
529
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:515
530
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:8
531
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:10
532
  #, fuzzy
533
  msgid "A new account has been created for you."
534
  msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
535
 
536
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:518
537
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:9
538
  #, php-format
539
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
540
  msgstr ""
541
 
542
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:520
543
  msgid ""
544
  "Before you can access your account, an administrator needs to approve it. "
545
  "You will be notified via email."
546
  msgstr ""
547
 
548
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:871
549
  msgid "A username is required for registration."
550
  msgstr "Felhasználónév megadása kötelező a regisztrációhoz."
551
 
552
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:873
553
  msgid "Sorry, that username already exists!"
554
  msgstr "Bocs, de ez a felhasználónév foglalt!"
555
 
556
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:875
557
  msgid "You must enter a valid email address."
558
  msgstr "Valós email címet kell beírnod!"
559
 
560
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:877
561
  msgid "Sorry, that email address is already used!"
562
  msgstr "Bocs, de ez az email cím már használatban van!"
563
 
564
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
565
  msgid "You didn't complete one of the password-fields!"
566
  msgstr "Nem töltötted ki az egyik jelszó mezőt!"
567
 
568
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
569
  msgid "Only files with the following extension(s) can be uploaded:"
570
  msgstr ""
571
 
572
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
573
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
574
  #, fuzzy
575
  msgid "The account was NOT created!"
576
  msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
577
 
578
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:896
579
  msgid "You must agree to the terms and conditions before registering!"
580
  msgstr ""
581
 
582
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
583
  msgid "(Several required fields were left uncompleted)"
584
  msgstr ""
585
 
586
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
587
  msgid "This username is already reserved to be used soon."
588
  msgstr ""
589
 
590
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
591
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
592
  msgid "Please try a different one!"
593
  msgstr ""
594
 
595
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
596
  #, fuzzy
597
  msgid "This email address is already reserved to be used soon."
598
  msgstr "Bocs, de ez az email cím már használatban van!"
599
 
600
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
601
  msgid "You are logged in as"
602
  msgstr ""
603
 
604
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
605
  msgid "You don't need another account."
606
  msgstr ""
607
 
608
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
609
  #, fuzzy
610
  msgid "Log out of this account."
611
  msgstr "Kijelentkezés ebből a fiókból"
612
 
613
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
614
  #, fuzzy
615
  msgid "Logout"
616
  msgstr "Kijelentkezés &raquo;"
617
 
618
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1156
619
  #, php-format
620
  msgid ""
621
  "An email has been sent to %1$s with information on how to activate his/her "
622
  "account."
623
  msgstr ""
624
 
625
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
626
  #, fuzzy, php-format
627
  msgid "A user account has been created for %1$s."
628
  msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
629
 
630
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
631
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
632
  #, php-format
633
  msgid ""
634
  "You will soon be redirected automatically. If you see this page for more "
635
  "than 3 seconds, please click %1$s.%2$s"
636
  msgstr ""
637
 
638
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1185
639
  msgid ""
640
  "An email has been sent to you with information on how to activate your "
641
  "account."
642
  msgstr ""
643
 
644
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1189
645
  #, fuzzy, php-format
646
  msgid "Thank you for registering %1$s."
647
  msgstr "Kösz a regisztrációt, %1$s!"
648
 
649
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1216
650
  msgid "An error occured while trying to send the notification email."
651
  msgstr ""
652
 
653
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
654
  msgid "An email containing activation instructions was successfully sent."
655
  msgstr ""
656
 
657
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1226
658
  msgid "An email containing the username and password was successfully sent."
659
  msgstr ""
660
 
661
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1242
662
  msgid "Users can register themselves or you can manually create users here."
663
  msgstr ""
664
  "A felhasználók önmagukat tudják regisztrálni, vagy sajátkezűleg készíthetsz "
665
  "felhasználókat itt."
666
 
667
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1247
668
  msgid ""
669
  "Users cannot currently register themselves, but you can manually create "
670
  "users here."
@@ -672,50 +667,50 @@ msgstr ""
672
  "A felhasználók jelenleg nem tudják magukat regisztrálni, de te tudsz itt "
673
  "létrehozni új felhasználót."
674
 
675
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1252
676
  msgid "Only an administrator can add new users."
677
  msgstr "Csak egy adminisztrátor tud felhasználót hozzáadni."
678
 
679
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1275
680
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
681
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
682
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
683
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
684
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
685
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
686
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
687
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
688
  msgid ""
689
  "This field must be filled out before registering (It was marked as required "
690
  "by the administrator)"
691
  msgstr ""
692
 
693
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1296
694
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1320
695
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1344
696
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1371
697
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1395
698
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1419
699
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1443
700
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1467
701
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1494
702
  msgid "This field is marked as required by the administrator"
703
  msgstr ""
704
 
705
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1569
706
  msgid "Anti-Spam"
707
  msgstr ""
708
 
709
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1590
710
  #, fuzzy
711
  msgid "Send these credentials via email."
712
  msgstr "Hitelesítő adatok küldése emailben. "
713
 
714
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
715
  msgid "Add User"
716
  msgstr "Felhasználó hozzáadása"
717
 
718
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
719
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
720
  msgid "Register"
721
  msgstr "Regisztráció"
@@ -752,8 +747,6 @@ msgstr "Szokásos"
752
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
753
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
754
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
755
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:33
756
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:415
757
  msgid "Show"
758
  msgstr "Mutat"
759
 
@@ -770,20 +763,16 @@ msgstr "Mutat"
770
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
771
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
772
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
773
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:34
774
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:416
775
  msgid "Hide"
776
  msgstr "Elrejt"
777
 
778
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
779
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
780
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
781
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:59
782
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
783
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:377
784
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:650
785
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
786
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:401
787
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
788
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
789
  msgid "Save Changes"
@@ -1023,7 +1012,7 @@ msgstr "Új jelszó"
1023
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1024
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1025
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1026
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:39
1027
  msgid "General Settings"
1028
  msgstr ""
1029
 
@@ -1122,24 +1111,20 @@ msgid "Status"
1122
  msgstr ""
1123
 
1124
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
 
1125
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
1126
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:32
1127
  msgid "User-Listing"
1128
  msgstr ""
1129
 
1130
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1131
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1132
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
1133
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:43
1134
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:50
1135
  msgid "Active"
1136
  msgstr ""
1137
 
1138
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1139
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1140
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
1141
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:44
1142
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:51
1143
  msgid "Inactive"
1144
  msgstr ""
1145
 
@@ -1155,18 +1140,6 @@ msgstr ""
1155
  msgid "reCAPTCHA"
1156
  msgstr ""
1157
 
1158
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:41
1159
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:42
1160
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:43
1161
- msgid "User Email Customizer"
1162
- msgstr ""
1163
-
1164
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:48
1165
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:424
1166
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:425
1167
- msgid "Admin Email Customizer"
1168
- msgstr ""
1169
-
1170
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1171
  msgid "Redirects on custom page requests:"
1172
  msgstr ""
@@ -1243,208 +1216,6 @@ msgid ""
1243
  "manage options)."
1244
  msgstr ""
1245
 
1246
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:11
1247
- #, php-format
1248
- msgid ""
1249
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1250
- ">Before you can access your account, an administrator needs to approve it. "
1251
- "You will be notified via email."
1252
- msgstr ""
1253
-
1254
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:12
1255
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1256
- #, fuzzy, php-format
1257
- msgid "Your account on %1$s has been approved!"
1258
- msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
1259
-
1260
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:13
1261
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1262
- #, php-format
1263
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1264
- msgstr ""
1265
-
1266
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:15
1267
- #, php-format
1268
- msgid ""
1269
- "To activate your user, please click the following link:\n"
1270
- "\n"
1271
- "%s\n"
1272
- "\n"
1273
- "After you activate, you will receive *another email* with your login.\n"
1274
- "\n"
1275
- msgstr ""
1276
-
1277
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:16
1278
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:55
1279
- #, fuzzy, php-format
1280
- msgid "Your account on %1$s has been unapproved!"
1281
- msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
1282
-
1283
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:17
1284
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:56
1285
- #, php-format
1286
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1287
- msgstr ""
1288
-
1289
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:18
1290
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:20
1291
- #, php-format
1292
- msgid "[%1$s] A new subscriber has (been) registered!"
1293
- msgstr ""
1294
-
1295
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:21
1296
- #, php-format
1297
- msgid ""
1298
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1299
- "\"Admin Approval\" feature was activated at the time of registration, so "
1300
- "please remember that you need to approve this user before he/she can log in!"
1301
- msgstr ""
1302
-
1303
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:46
1304
- msgid "Here you can customize all the emails sent the users."
1305
- msgstr ""
1306
-
1307
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:49
1308
- msgid ""
1309
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1310
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1311
- "save.</span>"
1312
- msgstr ""
1313
-
1314
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:52
1315
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:434
1316
- msgid "From (name): "
1317
- msgstr ""
1318
-
1319
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:60
1320
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:76
1321
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:119
1322
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:175
1323
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:231
1324
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:291
1325
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:336
1326
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:442
1327
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:458
1328
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:502
1329
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:555
1330
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:609
1331
- msgid "Available Merge Tags"
1332
- msgstr ""
1333
-
1334
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:68
1335
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:450
1336
- msgid "From (reply-to email): "
1337
- msgstr ""
1338
-
1339
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:92
1340
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:475
1341
- msgid "Default Registration"
1342
- msgstr ""
1343
-
1344
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:100
1345
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:156
1346
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:212
1347
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:272
1348
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:317
1349
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:483
1350
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:536
1351
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:590
1352
- msgid "Email Subject: "
1353
- msgstr ""
1354
-
1355
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:108
1356
- msgid ""
1357
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1358
- "<span style=\"color:red\">user</span> upon registration.</span>"
1359
- msgstr ""
1360
-
1361
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:147
1362
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:528
1363
- msgid "Registration with Email Confirmation"
1364
- msgstr ""
1365
-
1366
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:164
1367
- msgid ""
1368
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1369
- "<span style=\"color:red\">user</span> upon registration with email "
1370
- "confirmation.</span>"
1371
- msgstr ""
1372
-
1373
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:203
1374
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:582
1375
- msgid "Registration with Admin Approval"
1376
- msgstr ""
1377
-
1378
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:220
1379
- msgid ""
1380
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1381
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1382
- "</span>"
1383
- msgstr ""
1384
-
1385
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:259
1386
- msgid "Admin Approval Notificaitons (on status change)"
1387
- msgstr ""
1388
-
1389
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:267
1390
- msgid "Message Sent to the User Upon Approval"
1391
- msgstr ""
1392
-
1393
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:280
1394
- msgid ""
1395
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1396
- "<span style=\"color:red\">user</span> upon approval.</span>"
1397
- msgstr ""
1398
-
1399
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:312
1400
- msgid "Message Sent to the User Upon Unapproval"
1401
- msgstr ""
1402
-
1403
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:325
1404
- msgid ""
1405
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1406
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1407
- msgstr ""
1408
-
1409
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:428
1410
- msgid "Here you can customize all the emails sent the administrator."
1411
- msgstr ""
1412
-
1413
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:431
1414
- msgid ""
1415
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1416
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1417
- "</span>"
1418
- msgstr ""
1419
-
1420
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:491
1421
- msgid ""
1422
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1423
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1424
- msgstr ""
1425
-
1426
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:544
1427
- msgid ""
1428
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1429
- "<span style=\"color:red\">administrator</span> upon user registration with "
1430
- "email confirmation.</span>"
1431
- msgstr ""
1432
-
1433
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:598
1434
- msgid ""
1435
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1436
- "<span style=\"color:red\">administrator</span> upon user registration with "
1437
- "admin approval.</span>"
1438
- msgstr ""
1439
-
1440
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:752
1441
- msgid "approved"
1442
- msgstr ""
1443
-
1444
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:761
1445
- msgid "unapproved"
1446
- msgstr ""
1447
-
1448
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1449
  msgid "Could not open socket!"
1450
  msgstr ""
@@ -1498,187 +1269,183 @@ msgstr ""
1498
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1499
  msgstr ""
1500
 
1501
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1502
  msgid ""
1503
  "To create a page containing the users registered to this current site/blog, "
1504
  "insert the following shortcode in a (blank) page: "
1505
  msgstr ""
1506
 
1507
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1508
  msgid ""
1509
  "For instance, to create a userlisting shortcode listing only the editors and "
1510
  "authors, visible to only the users currently logged in, you would use:"
1511
  msgstr ""
1512
 
1513
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1514
  msgid ""
1515
  "You can also create a userlisting page that displays users having a certain "
1516
  "meta-value within a certain (extra) meta-field like so:"
1517
  msgstr ""
1518
 
1519
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1520
  msgid ""
1521
  "Remember though, that the field-value combination must exist in the database."
1522
  msgstr ""
1523
 
1524
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:41
1525
  msgid "These settings are applied to the front-end userlisting."
1526
  msgstr ""
1527
 
1528
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:47
1529
  msgid "Number of Users/Page: "
1530
  msgstr ""
1531
 
1532
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:64
1533
- msgid "Default Sorting Criteria: "
1534
- msgstr ""
1535
-
1536
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:94
1537
  msgid "Default Sorting Order: "
1538
  msgstr ""
1539
 
1540
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:105
1541
  msgid "\"All-Userlisting\" Template"
1542
  msgstr ""
1543
 
1544
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:107
1545
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:249
1546
  msgid ""
1547
  "With the userlisting templates you can customize the look, feel and "
1548
  "information listed by the shortcode."
1549
  msgstr ""
1550
 
1551
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:108
1552
  msgid ""
1553
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1554
  "on each page access where the shortcode is present."
1555
  msgstr ""
1556
 
1557
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:112
1558
  msgid "Avatar size: "
1559
  msgstr ""
1560
 
1561
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:128
1562
  msgid "Insert \"Sort By\" Field:"
1563
  msgstr ""
1564
 
1565
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1566
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:255
1567
  msgid "Insert \"User-Meta\" Field:"
1568
  msgstr ""
1569
 
1570
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:187
1571
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:293
1572
  msgid "Insert Extra Functions:"
1573
  msgstr ""
1574
 
1575
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:202
1576
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1577
  msgstr ""
1578
 
1579
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:204
1580
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:307
1581
  msgid ""
1582
  "If you wish to use a default userlisting, just copy the following code and "
1583
  "paste it in the textarea below:"
1584
  msgstr ""
1585
 
1586
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:247
1587
  msgid "\"Single-Userlisting\" Template"
1588
  msgstr ""
1589
 
1590
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:250
1591
  msgid ""
1592
  "The \"Single User Listing\" template is used to list an individual user. "
1593
  "It's displayed when clickin on the \"more info\" link."
1594
  msgstr ""
1595
 
1596
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:305
1597
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1598
  msgstr ""
1599
 
1600
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1601
  msgid ""
1602
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1603
  msgstr ""
1604
 
1605
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1606
  msgid "You can find it in Profile Builder's menu."
1607
  msgstr ""
1608
 
1609
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:436
1610
  #, fuzzy
1611
  msgid "You need to be logged in to view the userlisting!"
1612
  msgstr "Be kell jelentkezned a profilod szerkesztéséhez!"
1613
 
1614
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:472
1615
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
1616
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1617
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1354
1618
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1440
1619
  msgid "Search Users by All Fields"
1620
  msgstr ""
1621
 
1622
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1623
  msgid "Leave Blank and Press Search to List All Users"
1624
  msgstr ""
1625
 
1626
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:520
1627
  msgid "Search"
1628
  msgstr ""
1629
 
1630
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:533
1631
  #, fuzzy
1632
  msgid "First/Lastname"
1633
  msgstr "Keresztnév"
1634
 
1635
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:539
1636
  #, fuzzy
1637
  msgid "Email"
1638
  msgstr "E-mail"
1639
 
1640
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:545
1641
  msgid "Sign-up Date"
1642
  msgstr ""
1643
 
1644
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:551
1645
  #, fuzzy
1646
  msgid "Firstname"
1647
  msgstr "Keresztnév"
1648
 
1649
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:557
1650
  #, fuzzy
1651
  msgid "Lastname"
1652
  msgstr "Vezetéknév"
1653
 
1654
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:563
1655
  #, fuzzy
1656
  msgid "Display Name"
1657
  msgstr "Keresztnév"
1658
 
1659
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:581
1660
  msgid "Posts"
1661
  msgstr ""
1662
 
1663
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1664
  msgid "Click here to see more information about this user"
1665
  msgstr ""
1666
 
1667
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1668
  msgid "More..."
1669
  msgstr ""
1670
 
1671
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:824
1672
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1673
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1674
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1675
  #, fuzzy
1676
  msgid "No uploaded attachment"
1677
  msgstr "A csatolmány \""
1678
 
1679
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:826
1680
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1681
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1189
1682
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1683
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1684
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
@@ -1687,17 +1454,17 @@ msgstr "A csatolmány \""
1687
  msgid "Click to see the current attachment"
1688
  msgstr ""
1689
 
1690
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1691
  msgid "Click here to go back"
1692
  msgstr ""
1693
 
1694
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1695
  #, fuzzy
1696
  msgid "Back"
1697
  msgstr "Fekete"
1698
 
1699
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1700
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1701
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1702
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1703
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
@@ -1706,118 +1473,118 @@ msgstr "Fekete"
1706
  msgid "Current file"
1707
  msgstr ""
1708
 
1709
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1187
1710
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1711
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1712
  msgid "Avatar"
1713
  msgstr ""
1714
 
1715
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1244
1716
  msgid "No results found!"
1717
  msgstr ""
1718
 
1719
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1337
1720
  msgid "&laquo;&laquo; First"
1721
  msgstr ""
1722
 
1723
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1338
1724
  msgid "&laquo; Prev"
1725
  msgstr ""
1726
 
1727
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1339
1728
  #, fuzzy
1729
  msgid "Next &raquo; "
1730
  msgstr "Kijelentkezés &raquo;"
1731
 
1732
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1340
1733
  #, fuzzy
1734
  msgid "Last &raquo;&raquo;"
1735
  msgstr "Kijelentkezés &raquo;"
1736
 
1737
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1738
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1739
  #, fuzzy
1740
  msgid "You must give your option a title."
1741
  msgstr "Be kell jelentkezned a profilod szerkesztéséhez!"
1742
 
1743
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1744
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1745
  msgid "You have entered an invalid meta-key format!"
1746
  msgstr ""
1747
 
1748
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:298
1749
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:441
1750
  #, fuzzy
1751
  msgid "You must enter a valid meta-key."
1752
  msgstr "Valós email címet kell beírnod!"
1753
 
1754
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:304
1755
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:314
1756
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:451
1757
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:463
1758
  msgid "That meta-key is already in use."
1759
  msgstr ""
1760
 
1761
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:321
1762
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:471
1763
  msgid ""
1764
  "There is already an avatar input-type. You can only have one avatar present."
1765
  msgstr ""
1766
 
1767
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:328
1768
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:478
1769
  msgid ""
1770
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1771
  "have one present."
1772
  msgstr ""
1773
 
1774
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1775
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1776
  msgid "The textarea row value must be numeric."
1777
  msgstr ""
1778
 
1779
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:337
1780
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:487
1781
  msgid "The maxlength attribute must be numeric."
1782
  msgstr ""
1783
 
1784
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:344
1785
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:494
1786
  msgid "The value must be between 20 and 200!"
1787
  msgstr ""
1788
 
1789
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1790
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1791
  msgid "The width component of the entered value must be numeric!"
1792
  msgstr ""
1793
 
1794
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1795
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1796
  msgid "The height component of the entered value must be numeric!"
1797
  msgstr ""
1798
 
1799
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1800
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1801
  msgid "The width component of the entered value must be between 20 and 200!"
1802
  msgstr ""
1803
 
1804
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:355
1805
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:505
1806
  msgid "The height component of the entered value must be between 20 and 200!"
1807
  msgstr ""
1808
 
1809
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:357
1810
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:507
1811
  msgid "The pair of values entered didn't have the right format (width,height)!"
1812
  msgstr ""
1813
 
1814
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:360
1815
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:510
1816
  msgid "The entered avatar size must be numeric!"
1817
  msgstr ""
1818
 
1819
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:394
1820
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:570
1821
  msgid "There was an error, please try again."
1822
  msgstr ""
1823
 
@@ -1829,40 +1596,60 @@ msgstr ""
1829
  msgid "the current user?"
1830
  msgstr ""
1831
 
1832
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:122
1833
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1834
  msgid "Approve"
1835
  msgstr ""
1836
 
1837
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:123
1838
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:213
1839
  msgid "Unapproved"
1840
  msgstr ""
1841
 
1842
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:134
1843
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:164
1844
  msgid "Unapprove"
1845
  msgstr ""
1846
 
1847
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:135
1848
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:210
1849
  msgid "Approved"
1850
  msgstr ""
1851
 
1852
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:163
1853
  msgid "unapprove"
1854
  msgstr ""
1855
 
1856
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1857
  msgid "approve"
1858
  msgstr ""
1859
 
1860
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1861
  #, php-format
1862
  msgid "Are you sure you want to %1$s this user?"
1863
  msgstr ""
1864
 
1865
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:232
1866
  msgid ""
1867
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1868
  "before you can log in."
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-01-10 11:28+0200\n"
6
+ "PO-Revision-Date: 2013-01-10 11:28+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:585
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
123
  msgstr ""
124
 
125
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
126
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:897
127
  #, fuzzy
128
  msgid "There was an error while trying to upload the following attachment(s)"
129
  msgstr "Hiba történt a következő csatolmányok feltöltésekor: <br/>"
136
  msgstr ""
137
 
138
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
139
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1277
140
  msgid "Name"
141
  msgstr "Név"
142
 
143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
144
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
145
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1298
146
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
147
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
148
  msgid "Username"
149
  msgstr "Felhasználónév"
150
 
193
  msgstr ""
194
 
195
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
196
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1322
197
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
198
  msgid "First Name"
199
  msgstr "Keresztnév"
200
 
201
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
202
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1346
203
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
204
  msgid "Last Name"
205
  msgstr "Vezetéknév"
206
 
207
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
208
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1370
209
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
210
  msgid "Nickname"
211
  msgstr "Loginnév"
215
  msgstr "Név megjelenítése publikusan, mint"
216
 
217
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
218
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1376
219
  msgid "Contact Info"
220
  msgstr "Kapcsolati információ"
221
 
222
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
223
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1397
224
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
225
  msgid "E-mail"
226
  msgstr "E-mail"
230
  msgstr "(kötelező)"
231
 
232
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
233
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1421
234
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
235
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:540
236
  msgid "Website"
237
  msgstr "Weboldal"
238
 
239
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
240
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1445
241
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
242
  msgid "AIM"
243
  msgstr "AIM"
244
 
245
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
246
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1469
247
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
248
  msgid "Yahoo IM"
249
  msgstr "Yahoo IM"
250
 
251
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
252
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1493
253
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
254
  msgid "Jabber / Google Talk"
255
  msgstr "Jabber / Google Talk"
256
 
257
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
258
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1499
259
  msgid "About Yourself"
260
  msgstr "Magadról"
261
 
262
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
263
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1520
264
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
265
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:546
266
  msgid "Biographical Info"
267
  msgstr "Életrajzi információk"
268
 
273
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
274
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
275
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
276
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1558
277
  msgid "Repeat Password"
278
  msgstr "Jelszó, mégegyszer"
279
 
312
 
313
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
314
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
315
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
316
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
317
  msgid "here"
318
  msgstr ""
319
 
329
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
330
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
331
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
332
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1553
333
  msgid "Password"
334
  msgstr "Jelszó"
335
 
352
  msgstr ""
353
 
354
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
355
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:248
356
  msgid ""
357
  "Your account has to be confirmed by an administrator before you can use the "
358
  "\"Password Reset\" feature."
433
  msgstr ""
434
 
435
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
436
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:894
437
  msgid "The entered passwords don't match!"
438
  msgstr "A beírt jelszavak nem egyeznek!"
439
 
466
  msgid "Get New Password"
467
  msgstr "Új jelszó"
468
 
469
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:386
 
 
 
 
 
 
470
  #, php-format
471
  msgid ""
472
  "To activate your user, please click the following link:\n"
477
  "\n"
478
  msgstr ""
479
 
480
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
481
+ #, php-format
482
+ msgid "[%1$s] Activate %2$s"
483
+ msgstr ""
484
+
485
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:418
486
  msgid "Invalid activation key!"
487
  msgstr ""
488
 
489
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:422
490
  msgid "The user is already active!"
491
  msgstr ""
492
 
493
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:437
494
  msgid "Could not create user!"
495
  msgstr ""
496
 
497
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:447
498
  #, fuzzy
499
  msgid "That username is already activated!"
500
  msgstr "Bocs, de ez a felhasználónév foglalt!"
501
 
502
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:463
503
  #, fuzzy
504
  msgid "The user was successfully activated."
505
  msgstr "Az avatar sikeresen törölve."
506
 
507
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:465
508
  #, fuzzy
509
  msgid "There was an error while trying to activate the user."
510
  msgstr "Hiba történt a következő csatolmányok feltöltésekor: <br/>"
511
 
512
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
 
513
  #, php-format
514
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
515
  msgstr ""
516
 
517
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
518
  msgid ""
519
  "The \"Admin Approval\" feature was activated at the time of registration, so "
520
  "please remember that you need to approve this user before he/she can log in!"
521
  msgstr ""
522
 
523
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:504
524
  msgid "A new subscriber has (been) registered!"
525
  msgstr ""
526
 
527
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:522
 
 
528
  #, fuzzy
529
  msgid "A new account has been created for you."
530
  msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
531
 
532
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:525
 
533
  #, php-format
534
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
535
  msgstr ""
536
 
537
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:527
538
  msgid ""
539
  "Before you can access your account, an administrator needs to approve it. "
540
  "You will be notified via email."
541
  msgstr ""
542
 
543
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:883
544
  msgid "A username is required for registration."
545
  msgstr "Felhasználónév megadása kötelező a regisztrációhoz."
546
 
547
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
548
  msgid "Sorry, that username already exists!"
549
  msgstr "Bocs, de ez a felhasználónév foglalt!"
550
 
551
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:887
552
  msgid "You must enter a valid email address."
553
  msgstr "Valós email címet kell beírnod!"
554
 
555
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:889
556
  msgid "Sorry, that email address is already used!"
557
  msgstr "Bocs, de ez az email cím már használatban van!"
558
 
559
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
560
  msgid "You didn't complete one of the password-fields!"
561
  msgstr "Nem töltötted ki az egyik jelszó mezőt!"
562
 
563
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
564
  msgid "Only files with the following extension(s) can be uploaded:"
565
  msgstr ""
566
 
567
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
568
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
569
  #, fuzzy
570
  msgid "The account was NOT created!"
571
  msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
572
 
573
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:908
574
  msgid "You must agree to the terms and conditions before registering!"
575
  msgstr ""
576
 
577
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
578
  msgid "(Several required fields were left uncompleted)"
579
  msgstr ""
580
 
581
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
582
  msgid "This username is already reserved to be used soon."
583
  msgstr ""
584
 
585
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
586
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
587
  msgid "Please try a different one!"
588
  msgstr ""
589
 
590
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
591
  #, fuzzy
592
  msgid "This email address is already reserved to be used soon."
593
  msgstr "Bocs, de ez az email cím már használatban van!"
594
 
595
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
596
  msgid "You are logged in as"
597
  msgstr ""
598
 
599
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
600
  msgid "You don't need another account."
601
  msgstr ""
602
 
603
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
604
  #, fuzzy
605
  msgid "Log out of this account."
606
  msgstr "Kijelentkezés ebből a fiókból"
607
 
608
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
609
  #, fuzzy
610
  msgid "Logout"
611
  msgstr "Kijelentkezés &raquo;"
612
 
613
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1168
614
  #, php-format
615
  msgid ""
616
  "An email has been sent to %1$s with information on how to activate his/her "
617
  "account."
618
  msgstr ""
619
 
620
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1172
621
  #, fuzzy, php-format
622
  msgid "A user account has been created for %1$s."
623
  msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
624
 
625
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
626
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
627
  #, php-format
628
  msgid ""
629
  "You will soon be redirected automatically. If you see this page for more "
630
  "than 3 seconds, please click %1$s.%2$s"
631
  msgstr ""
632
 
633
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1197
634
  msgid ""
635
  "An email has been sent to you with information on how to activate your "
636
  "account."
637
  msgstr ""
638
 
639
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1201
640
  #, fuzzy, php-format
641
  msgid "Thank you for registering %1$s."
642
  msgstr "Kösz a regisztrációt, %1$s!"
643
 
644
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1228
645
  msgid "An error occured while trying to send the notification email."
646
  msgstr ""
647
 
648
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1233
649
  msgid "An email containing activation instructions was successfully sent."
650
  msgstr ""
651
 
652
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1238
653
  msgid "An email containing the username and password was successfully sent."
654
  msgstr ""
655
 
656
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1254
657
  msgid "Users can register themselves or you can manually create users here."
658
  msgstr ""
659
  "A felhasználók önmagukat tudják regisztrálni, vagy sajátkezűleg készíthetsz "
660
  "felhasználókat itt."
661
 
662
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1259
663
  msgid ""
664
  "Users cannot currently register themselves, but you can manually create "
665
  "users here."
667
  "A felhasználók jelenleg nem tudják magukat regisztrálni, de te tudsz itt "
668
  "létrehozni új felhasználót."
669
 
670
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1264
671
  msgid "Only an administrator can add new users."
672
  msgstr "Csak egy adminisztrátor tud felhasználót hozzáadni."
673
 
674
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1287
675
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1311
676
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1335
677
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1359
678
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1410
679
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1434
680
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1458
681
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1482
682
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1509
683
  msgid ""
684
  "This field must be filled out before registering (It was marked as required "
685
  "by the administrator)"
686
  msgstr ""
687
 
688
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1308
689
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1332
690
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1356
691
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1383
692
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1407
693
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1431
694
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1455
695
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1479
696
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1506
697
  msgid "This field is marked as required by the administrator"
698
  msgstr ""
699
 
700
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1581
701
  msgid "Anti-Spam"
702
  msgstr ""
703
 
704
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1602
705
  #, fuzzy
706
  msgid "Send these credentials via email."
707
  msgstr "Hitelesítő adatok küldése emailben. "
708
 
709
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
710
  msgid "Add User"
711
  msgstr "Felhasználó hozzáadása"
712
 
713
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
714
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
715
  msgid "Register"
716
  msgstr "Regisztráció"
747
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
748
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
749
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
 
 
750
  msgid "Show"
751
  msgstr "Mutat"
752
 
763
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
764
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
765
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
 
 
766
  msgid "Hide"
767
  msgstr "Elrejt"
768
 
769
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
770
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
771
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
772
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:45
773
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
 
 
774
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
775
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:370
776
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
777
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
778
  msgid "Save Changes"
1012
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1013
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1014
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1015
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:38
1016
  msgid "General Settings"
1017
  msgstr ""
1018
 
1111
  msgstr ""
1112
 
1113
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
1114
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:30
1115
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
 
1116
  msgid "User-Listing"
1117
  msgstr ""
1118
 
1119
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1120
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1121
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
 
 
1122
  msgid "Active"
1123
  msgstr ""
1124
 
1125
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1126
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1127
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
 
 
1128
  msgid "Inactive"
1129
  msgstr ""
1130
 
1140
  msgid "reCAPTCHA"
1141
  msgstr ""
1142
 
 
 
 
 
 
 
 
 
 
 
 
 
1143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1144
  msgid "Redirects on custom page requests:"
1145
  msgstr ""
1216
  "manage options)."
1217
  msgstr ""
1218
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1219
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1220
  msgid "Could not open socket!"
1221
  msgstr ""
1269
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1270
  msgstr ""
1271
 
1272
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:33
1273
  msgid ""
1274
  "To create a page containing the users registered to this current site/blog, "
1275
  "insert the following shortcode in a (blank) page: "
1276
  msgstr ""
1277
 
1278
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1279
  msgid ""
1280
  "For instance, to create a userlisting shortcode listing only the editors and "
1281
  "authors, visible to only the users currently logged in, you would use:"
1282
  msgstr ""
1283
 
1284
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1285
  msgid ""
1286
  "You can also create a userlisting page that displays users having a certain "
1287
  "meta-value within a certain (extra) meta-field like so:"
1288
  msgstr ""
1289
 
1290
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1291
  msgid ""
1292
  "Remember though, that the field-value combination must exist in the database."
1293
  msgstr ""
1294
 
1295
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:40
1296
  msgid "These settings are applied to the front-end userlisting."
1297
  msgstr ""
1298
 
1299
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:46
1300
  msgid "Number of Users/Page: "
1301
  msgstr ""
1302
 
1303
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:63
 
 
 
 
1304
  msgid "Default Sorting Order: "
1305
  msgstr ""
1306
 
1307
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:74
1308
  msgid "\"All-Userlisting\" Template"
1309
  msgstr ""
1310
 
1311
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:76
1312
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:218
1313
  msgid ""
1314
  "With the userlisting templates you can customize the look, feel and "
1315
  "information listed by the shortcode."
1316
  msgstr ""
1317
 
1318
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:77
1319
  msgid ""
1320
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1321
  "on each page access where the shortcode is present."
1322
  msgstr ""
1323
 
1324
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:81
1325
  msgid "Avatar size: "
1326
  msgstr ""
1327
 
1328
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:97
1329
  msgid "Insert \"Sort By\" Field:"
1330
  msgstr ""
1331
 
1332
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:125
1333
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:224
1334
  msgid "Insert \"User-Meta\" Field:"
1335
  msgstr ""
1336
 
1337
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1338
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:262
1339
  msgid "Insert Extra Functions:"
1340
  msgstr ""
1341
 
1342
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:171
1343
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1344
  msgstr ""
1345
 
1346
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:173
1347
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:276
1348
  msgid ""
1349
  "If you wish to use a default userlisting, just copy the following code and "
1350
  "paste it in the textarea below:"
1351
  msgstr ""
1352
 
1353
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:216
1354
  msgid "\"Single-Userlisting\" Template"
1355
  msgstr ""
1356
 
1357
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:219
1358
  msgid ""
1359
  "The \"Single User Listing\" template is used to list an individual user. "
1360
  "It's displayed when clickin on the \"more info\" link."
1361
  msgstr ""
1362
 
1363
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:274
1364
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1365
  msgstr ""
1366
 
1367
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1368
  msgid ""
1369
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1370
  msgstr ""
1371
 
1372
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1373
  msgid "You can find it in Profile Builder's menu."
1374
  msgstr ""
1375
 
1376
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:405
1377
  #, fuzzy
1378
  msgid "You need to be logged in to view the userlisting!"
1379
  msgstr "Be kell jelentkezned a profilod szerkesztéséhez!"
1380
 
1381
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:443
1382
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:469
1383
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1384
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1328
1385
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1414
1386
  msgid "Search Users by All Fields"
1387
  msgstr ""
1388
 
1389
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1390
  msgid "Leave Blank and Press Search to List All Users"
1391
  msgstr ""
1392
 
1393
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:491
1394
  msgid "Search"
1395
  msgstr ""
1396
 
1397
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:504
1398
  #, fuzzy
1399
  msgid "First/Lastname"
1400
  msgstr "Keresztnév"
1401
 
1402
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:510
1403
  #, fuzzy
1404
  msgid "Email"
1405
  msgstr "E-mail"
1406
 
1407
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1408
  msgid "Sign-up Date"
1409
  msgstr ""
1410
 
1411
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:522
1412
  #, fuzzy
1413
  msgid "Firstname"
1414
  msgstr "Keresztnév"
1415
 
1416
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:528
1417
  #, fuzzy
1418
  msgid "Lastname"
1419
  msgstr "Vezetéknév"
1420
 
1421
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:534
1422
  #, fuzzy
1423
  msgid "Display Name"
1424
  msgstr "Keresztnév"
1425
 
1426
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:552
1427
  msgid "Posts"
1428
  msgstr ""
1429
 
1430
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1431
  msgid "Click here to see more information about this user"
1432
  msgstr ""
1433
 
1434
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1435
  msgid "More..."
1436
  msgstr ""
1437
 
1438
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:795
1439
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1440
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1441
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1442
  #, fuzzy
1443
  msgid "No uploaded attachment"
1444
  msgstr "A csatolmány \""
1445
 
1446
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:797
1447
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1448
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1160
1449
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1450
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1451
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1454
  msgid "Click to see the current attachment"
1455
  msgstr ""
1456
 
1457
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1458
  msgid "Click here to go back"
1459
  msgstr ""
1460
 
1461
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1462
  #, fuzzy
1463
  msgid "Back"
1464
  msgstr "Fekete"
1465
 
1466
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1467
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1468
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1469
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1470
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1473
  msgid "Current file"
1474
  msgstr ""
1475
 
1476
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1158
1477
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1478
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1479
  msgid "Avatar"
1480
  msgstr ""
1481
 
1482
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1215
1483
  msgid "No results found!"
1484
  msgstr ""
1485
 
1486
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1311
1487
  msgid "&laquo;&laquo; First"
1488
  msgstr ""
1489
 
1490
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1312
1491
  msgid "&laquo; Prev"
1492
  msgstr ""
1493
 
1494
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1313
1495
  #, fuzzy
1496
  msgid "Next &raquo; "
1497
  msgstr "Kijelentkezés &raquo;"
1498
 
1499
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1314
1500
  #, fuzzy
1501
  msgid "Last &raquo;&raquo;"
1502
  msgstr "Kijelentkezés &raquo;"
1503
 
1504
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:286
1505
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:429
1506
  #, fuzzy
1507
  msgid "You must give your option a title."
1508
  msgstr "Be kell jelentkezned a profilod szerkesztéséhez!"
1509
 
1510
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1511
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1512
  msgid "You have entered an invalid meta-key format!"
1513
  msgstr ""
1514
 
1515
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1516
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1517
  #, fuzzy
1518
  msgid "You must enter a valid meta-key."
1519
  msgstr "Valós email címet kell beírnod!"
1520
 
1521
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:300
1522
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:310
1523
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:447
1524
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:459
1525
  msgid "That meta-key is already in use."
1526
  msgstr ""
1527
 
1528
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:317
1529
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:467
1530
  msgid ""
1531
  "There is already an avatar input-type. You can only have one avatar present."
1532
  msgstr ""
1533
 
1534
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:324
1535
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:474
1536
  msgid ""
1537
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1538
  "have one present."
1539
  msgstr ""
1540
 
1541
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:329
1542
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:479
1543
  msgid "The textarea row value must be numeric."
1544
  msgstr ""
1545
 
1546
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1547
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1548
  msgid "The maxlength attribute must be numeric."
1549
  msgstr ""
1550
 
1551
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:340
1552
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:490
1553
  msgid "The value must be between 20 and 200!"
1554
  msgstr ""
1555
 
1556
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:345
1557
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:495
1558
  msgid "The width component of the entered value must be numeric!"
1559
  msgstr ""
1560
 
1561
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:347
1562
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:497
1563
  msgid "The height component of the entered value must be numeric!"
1564
  msgstr ""
1565
 
1566
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1567
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1568
  msgid "The width component of the entered value must be between 20 and 200!"
1569
  msgstr ""
1570
 
1571
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1572
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1573
  msgid "The height component of the entered value must be between 20 and 200!"
1574
  msgstr ""
1575
 
1576
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1577
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1578
  msgid "The pair of values entered didn't have the right format (width,height)!"
1579
  msgstr ""
1580
 
1581
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:356
1582
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:506
1583
  msgid "The entered avatar size must be numeric!"
1584
  msgstr ""
1585
 
1586
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:390
1587
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:566
1588
  msgid "There was an error, please try again."
1589
  msgstr ""
1590
 
1596
  msgid "the current user?"
1597
  msgstr ""
1598
 
1599
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1600
+ #, fuzzy, php-format
1601
+ msgid "Your account on %1$s has been approved!"
1602
+ msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
1603
+
1604
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1605
+ #, php-format
1606
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
1607
+ msgstr ""
1608
+
1609
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:58
1610
+ #, fuzzy, php-format
1611
+ msgid "Your account on %1$s has been unapproved!"
1612
+ msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
1613
+
1614
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:59
1615
+ #, php-format
1616
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1617
+ msgstr ""
1618
+
1619
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:126
1620
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:172
1621
  msgid "Approve"
1622
  msgstr ""
1623
 
1624
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:127
1625
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:217
1626
  msgid "Unapproved"
1627
  msgstr ""
1628
 
1629
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:138
1630
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
1631
  msgid "Unapprove"
1632
  msgstr ""
1633
 
1634
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:139
1635
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:214
1636
  msgid "Approved"
1637
  msgstr ""
1638
 
1639
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1640
  msgid "unapprove"
1641
  msgstr ""
1642
 
1643
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1644
  msgid "approve"
1645
  msgstr ""
1646
 
1647
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:175
1648
  #, php-format
1649
  msgid "Are you sure you want to %1$s this user?"
1650
  msgstr ""
1651
 
1652
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:236
1653
  msgid ""
1654
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1655
  "before you can log in."
translation/profilebuilder-it_IT.mo CHANGED
Binary file
translation/profilebuilder-it_IT.po CHANGED
@@ -2,27 +2,27 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:45+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:45+0200\n"
7
- "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:576
20
- #, fuzzy, php-format
21
  msgid ""
22
- "The information size you were trying to submit was larger than %1$sb!<br/"
23
- ">This is usually caused by a large file(s) trying to be uploaded.<br/>Since "
24
- "it was also larger than %2$sb no additional information is available.<br/"
25
- ">The user was NOT created!"
26
  msgstr ""
27
  "La dimensione dell'informazione che stavi cercando di inserire era più "
28
  "grande di %1$sb!&lt;br/&gt;Questo di solito è causato da un file di grandi "
@@ -124,32 +124,32 @@ msgid "The avatar was"
124
  msgstr "L'avatar è stato"
125
 
126
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
127
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
128
  msgid "There was an error while trying to upload the following attachment(s)"
129
  msgstr ""
130
  "Si è verificato un errore durante il tentativo di caricare il seguente "
131
  "allegato "
132
 
133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:655
134
- #, fuzzy, php-format
135
  msgid ""
136
- "Only files with the following extension(s) can be uploaded: %1$s<br/>This "
137
- "file was %2$sNOT%3$s updated along with the rest of the information."
138
  msgstr ""
139
  "Solo i file con le seguenti estensioni possono essere caricati: %1$s&lt;br/"
140
  "&gt;; Questo file %2$sNON%3$s è stato aggiornato insieme al resto delle "
141
  "informazioni."
142
 
143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
144
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1265
145
  msgid "Name"
146
  msgstr "Nome"
147
 
148
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
149
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
150
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1286
151
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
152
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:527
153
  msgid "Username"
154
  msgstr "Nome utente"
155
 
@@ -199,19 +199,19 @@ msgstr ""
199
  "stato segnato come richiesto dall'amministratore)."
200
 
201
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
202
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1310
203
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
204
  msgid "First Name"
205
  msgstr "Nome"
206
 
207
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
208
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1334
209
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
210
  msgid "Last Name"
211
  msgstr "Cognome"
212
 
213
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
214
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1358
215
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
216
  msgid "Nickname"
217
  msgstr "Nickname"
@@ -221,12 +221,12 @@ msgid "Display name publicly as"
221
  msgstr "Nome visualizzato pubblicamente come"
222
 
223
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
224
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1364
225
  msgid "Contact Info"
226
  msgstr "Informazioni contatto"
227
 
228
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
229
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1385
230
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
231
  msgid "E-mail"
232
  msgstr "E-mail"
@@ -236,39 +236,39 @@ msgid "(required)"
236
  msgstr "(richiesto)"
237
 
238
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
239
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1409
240
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
241
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:569
242
  msgid "Website"
243
  msgstr "Sito web"
244
 
245
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
246
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1433
247
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
248
  msgid "AIM"
249
  msgstr "AIM"
250
 
251
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
252
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1457
253
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
254
  msgid "Yahoo IM"
255
  msgstr "Yahoo IM"
256
 
257
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
258
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1481
259
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
260
  msgid "Jabber / Google Talk"
261
  msgstr "Jabber / Google Talk"
262
 
263
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
264
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1487
265
  msgid "About Yourself"
266
  msgstr "A proposito di te"
267
 
268
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
269
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1508
270
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
271
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:575
272
  msgid "Biographical Info"
273
  msgstr "Informazioni biografiche"
274
 
@@ -279,7 +279,7 @@ msgstr "Nuova password"
279
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
280
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
281
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
282
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1546
283
  msgid "Repeat Password"
284
  msgstr "Ripeti password"
285
 
@@ -317,8 +317,8 @@ msgstr ""
317
 
318
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
319
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
320
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
321
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
322
  msgid "here"
323
  msgstr "qui"
324
 
@@ -334,7 +334,7 @@ msgstr "Il campo username è vuoto"
334
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
335
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
336
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
337
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1541
338
  msgid "Password"
339
  msgstr "Password"
340
 
@@ -357,7 +357,7 @@ msgid "ERROR"
357
  msgstr "ERRORE"
358
 
359
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
360
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:244
361
  msgid ""
362
  "Your account has to be confirmed by an administrator before you can use the "
363
  "\"Password Reset\" feature."
@@ -367,10 +367,10 @@ msgstr ""
367
 
368
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:153
369
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:200
370
- #, fuzzy, php-format
371
  msgid ""
372
- "A password reset email has been sent to %1$s.<br/>Following the link sent in "
373
- "the email address will reset the password."
374
  msgstr ""
375
  "Una email di reimpostazione della password è stata inviata al %1$s.&lt;br/"
376
  "&gt;Seguendo il link inviato all'indirizzo di posta elettronica sarà "
@@ -378,11 +378,12 @@ msgstr ""
378
 
379
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:165
380
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:212
381
- #, fuzzy, php-format
382
  msgid ""
383
- "Someone requested that the password be reset for the following account: <b>"
384
- "%1$s</b><br/>If this was a mistake, just ignore this email and nothing will "
385
- "happen.<br/>To reset your password, visit the following link:%2$s"
 
386
  msgstr ""
387
  "Qualcuno ha chiesto di resettare la password per il seguente account: &lt;"
388
  "b&gt;%1$s&lt;/b&gt;&lt;br/&gt; Se questo è un errore è sufficiente ignorare "
@@ -440,16 +441,16 @@ msgid "Password Successfully Reset for %1$s on \"%2$s\""
440
  msgstr "Password reimpostata con successo per %1$s su \"%2$s\""
441
 
442
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:270
443
- #, fuzzy, php-format
444
  msgid ""
445
- "%1$s has requested a password change via the password reset feature.<br/>His/"
446
- "her new password is:%2$s"
447
  msgstr ""
448
  "%1$s ha richiesto una modifica della password tramite la funzione di "
449
  "reimpostazione della password.&lt;br/&gt;La nuova password è: %2$s"
450
 
451
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
452
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:882
453
  msgid "The entered passwords don't match!"
454
  msgstr "Le password inserite non corrispondono!"
455
 
@@ -478,13 +479,7 @@ msgstr "Nome utente o E-mail"
478
  msgid "Get New Password"
479
  msgstr "Ottieni nuova password"
480
 
481
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:387
482
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:14
483
- #, php-format
484
- msgid "[%1$s] Activate %2$s"
485
- msgstr "[%1$s] Attiva %2$s"
486
-
487
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
488
  #, php-format
489
  msgid ""
490
  "To activate your user, please click the following link:\n"
@@ -501,39 +496,45 @@ msgstr ""
501
  "Dopo l'attivazione, riceverai *un'altra email* con i dati di accesso.\n"
502
  "\n"
503
 
504
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:415
 
 
 
 
 
505
  msgid "Invalid activation key!"
506
  msgstr "Chiave di attivazione non valida!"
507
 
508
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:419
509
  msgid "The user is already active!"
510
  msgstr "Questo utente è già attivo!"
511
 
512
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:434
513
  msgid "Could not create user!"
514
  msgstr "Impossibile creare l'utente!"
515
 
516
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:444
517
  msgid "That username is already activated!"
518
  msgstr "Questo nome utente è già attivo!"
519
 
520
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:460
521
  msgid "The user was successfully activated."
522
  msgstr "L'utente è stato attivato con successo."
523
 
524
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:462
525
  msgid "There was an error while trying to activate the user."
526
  msgstr "Si è verificato un errore durante il tentativo di attivare l'utente."
527
 
528
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:496
529
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:19
530
- #, fuzzy, php-format
531
- msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
 
532
  msgstr ""
533
  "Nuovo iscritto %1$s.&lt;br/&gt;&lt;br/&gt;Nome utente:%2$s&lt;br/&gt;E-mail:"
534
  "%3$s&lt;br/&gt;"
535
 
536
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
537
  msgid ""
538
  "The \"Admin Approval\" feature was activated at the time of registration, so "
539
  "please remember that you need to approve this user before he/she can log in!"
@@ -542,25 +543,24 @@ msgstr ""
542
  "della registrazione, quindi per favore ricordate che è necessario approvare "
543
  "questo utente perchè lo stesso possa accedere!"
544
 
545
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
546
  msgid "A new subscriber has (been) registered!"
547
  msgstr "Un nuovo iscritto è stato registrato!"
548
 
549
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:515
550
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:8
551
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:10
552
  msgid "A new account has been created for you."
553
  msgstr "Un nuovo account è stato creato per te."
554
 
555
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:518
556
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:9
557
- #, fuzzy, php-format
558
- msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
 
559
  msgstr ""
560
  "Benvenuto %1$s!&lt;br/&gt;&lt;br/&gtIl tuo nome utente è: %2$s la tua "
561
  "password:%3$s"
562
 
563
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:520
564
  msgid ""
565
  "Before you can access your account, an administrator needs to approve it. "
566
  "You will be notified via email."
@@ -568,77 +568,77 @@ msgstr ""
568
  "Prima di poter accedere al tuo account, l'amministratore deve approvarlo. "
569
  "Riceverai una notifica via e-mail."
570
 
571
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:871
572
  msgid "A username is required for registration."
573
  msgstr "Un nome utente è necessario per la registrazione."
574
 
575
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:873
576
  msgid "Sorry, that username already exists!"
577
  msgstr "Spiacenti, il nome utente esiste già!"
578
 
579
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:875
580
  msgid "You must enter a valid email address."
581
  msgstr "Devi inserire un indirizzo email valido."
582
 
583
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:877
584
  msgid "Sorry, that email address is already used!"
585
  msgstr "Siamo spiacenti, l'indirizzo e-mail è già in uso!"
586
 
587
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
588
  msgid "You didn't complete one of the password-fields!"
589
  msgstr "Non ha completato uno dei campi password!"
590
 
591
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
592
  msgid "Only files with the following extension(s) can be uploaded:"
593
  msgstr "Solo i file con le seguenti estensioni possono essere caricati:"
594
 
595
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
596
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
597
  msgid "The account was NOT created!"
598
  msgstr "L'account non è stato creato!"
599
 
600
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:896
601
  msgid "You must agree to the terms and conditions before registering!"
602
  msgstr ""
603
  "È necessario accettare i termini, le condizioni e l'informativa privacy "
604
  "prima di registrarsi!"
605
 
606
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
607
  msgid "(Several required fields were left uncompleted)"
608
  msgstr "(Diversi campi obbligatori sono stati lasciati incompleti)"
609
 
610
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
611
  msgid "This username is already reserved to be used soon."
612
  msgstr ""
613
  "Questo nome utente è già riservato per essere utilizzato al più presto."
614
 
615
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
616
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
617
  msgid "Please try a different one!"
618
  msgstr "Si prega di provarne un altro!"
619
 
620
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
621
  msgid "This email address is already reserved to be used soon."
622
  msgstr ""
623
  "Questo indirizzo email è già riservato per essere utilizzato al più presto."
624
 
625
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
626
  msgid "You are logged in as"
627
  msgstr "Sei connesso come"
628
 
629
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
630
  msgid "You don't need another account."
631
  msgstr "Non hai bisogno di un altro account."
632
 
633
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
634
  msgid "Log out of this account."
635
  msgstr "Esci da questo account."
636
 
637
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
638
  msgid "Logout"
639
  msgstr "Esci"
640
 
641
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1156
642
  #, php-format
643
  msgid ""
644
  "An email has been sent to %1$s with information on how to activate his/her "
@@ -647,13 +647,13 @@ msgstr ""
647
  "Una e-mail è stata inviata a %1$s, con le informazioni su come attivare "
648
  "l'account."
649
 
650
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
651
  #, php-format
652
  msgid "A user account has been created for %1$s."
653
  msgstr "UN account utente è stato creato per %1$s."
654
 
655
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
656
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
657
  #, php-format
658
  msgid ""
659
  "You will soon be redirected automatically. If you see this page for more "
@@ -662,7 +662,7 @@ msgstr ""
662
  "Stai per essere reindirizzato automaticamente. Se vedi questa pagina per più "
663
  "di 3 secondi, si prega di fare clic su %1$s.%2$s"
664
 
665
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1185
666
  msgid ""
667
  "An email has been sent to you with information on how to activate your "
668
  "account."
@@ -670,36 +670,36 @@ msgstr ""
670
  "Una e-mail è stata inviata con le informazioni su come attivare il tuo "
671
  "account."
672
 
673
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1189
674
  #, php-format
675
  msgid "Thank you for registering %1$s."
676
  msgstr "Grazie per esserti registrato %1$s."
677
 
678
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1216
679
  msgid "An error occured while trying to send the notification email."
680
  msgstr ""
681
  "Si è verificato un errore durante il tentativo di inviare l'e-mail di "
682
  "notifica."
683
 
684
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
685
  msgid "An email containing activation instructions was successfully sent."
686
  msgstr ""
687
  "Una e-mail contenente le istruzioni di attivazione è stata inviata "
688
  "correttamente."
689
 
690
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1226
691
  msgid "An email containing the username and password was successfully sent."
692
  msgstr ""
693
  "Una e-mail contenente il nome utente e la password è stata inviata con "
694
  "successo."
695
 
696
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1242
697
  msgid "Users can register themselves or you can manually create users here."
698
  msgstr ""
699
  "Gli utenti possono registrarsi da soli o è possibile creare manualmente gli "
700
  "utenti qui."
701
 
702
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1247
703
  msgid ""
704
  "Users cannot currently register themselves, but you can manually create "
705
  "users here."
@@ -707,51 +707,51 @@ msgstr ""
707
  "Gli utenti non possono registrarsi da soli, ma è possibile creare "
708
  "manualmente gli utenti qui."
709
 
710
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1252
711
  msgid "Only an administrator can add new users."
712
  msgstr "Solo un amministratore può aggiungere nuovi utenti."
713
 
714
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1275
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
715
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
716
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
717
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
 
718
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
719
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
720
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
721
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
722
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
723
- msgid ""
724
- "This field must be filled out before registering (It was marked as required "
725
- "by the administrator)"
726
- msgstr ""
727
- "Questo campo deve essere compilato prima della registrazione (è stato "
728
- "contrassegnato come richiesto dall'amministratore)"
729
-
730
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1296
731
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1320
732
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1344
733
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1371
734
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1395
735
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1419
736
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1443
737
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1467
738
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1494
739
  msgid "This field is marked as required by the administrator"
740
  msgstr "Questo campo è contrassegnato come richiesto dall'amministratore"
741
 
742
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1569
743
  msgid "Anti-Spam"
744
  msgstr "Anti-Spam"
745
 
746
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1590
747
  msgid "Send these credentials via email."
748
  msgstr "Invia queste credenziali via e-mail."
749
 
750
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
751
  msgid "Add User"
752
  msgstr "Aggiungi utente"
753
 
754
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
755
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
756
  msgid "Register"
757
  msgstr "Registrazone"
@@ -770,12 +770,7 @@ msgstr ""
770
  msgid "Visibility"
771
  msgstr ""
772
 
773
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:30
774
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:14
775
- msgid "Default"
776
- msgstr ""
777
-
778
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:31
779
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:30
780
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:43
781
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:56
@@ -788,12 +783,10 @@ msgstr ""
788
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
789
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
790
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
791
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:33
792
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:415
793
  msgid "Show"
794
  msgstr ""
795
 
796
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:32
797
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:31
798
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:44
799
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:57
@@ -806,20 +799,29 @@ msgstr ""
806
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
807
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
808
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
809
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:34
810
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:416
811
  msgid "Hide"
812
  msgstr ""
813
 
814
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
815
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
816
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
817
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:59
818
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
819
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:377
820
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:650
821
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
822
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:401
823
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
824
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
825
  msgid "Save Changes"
@@ -887,8 +889,8 @@ msgstr ""
887
 
888
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:19
889
  msgid ""
890
- "With the <strong>Pro</strong> version, users with administrator rights have "
891
- "access to the following features:"
892
  msgstr ""
893
 
894
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:20
@@ -931,11 +933,6 @@ msgstr ""
931
  msgid "shortcode."
932
  msgstr ""
933
 
934
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:29
935
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:47
936
- msgid "NOTE:"
937
- msgstr ""
938
-
939
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:30
940
  msgid "this plugin only adds/removes fields in the front-end."
941
  msgstr ""
@@ -982,13 +979,7 @@ msgstr "Nome"
982
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:193
983
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:31
984
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:41
985
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:49
986
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:57
987
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:67
988
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:96
989
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:108
990
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:120
991
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:132
992
  msgid "Yes"
993
  msgstr "Sì"
994
 
@@ -1006,13 +997,7 @@ msgstr "Sì"
1006
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:194
1007
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:32
1008
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:42
1009
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:50
1010
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:58
1011
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:68
1012
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:97
1013
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:109
1014
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:121
1015
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:133
1016
  msgid "No"
1017
  msgstr "No"
1018
 
@@ -1035,7 +1020,7 @@ msgstr "Nuova password"
1035
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1036
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1037
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1038
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:39
1039
  msgid "General Settings"
1040
  msgstr "IMpostazioni generali"
1041
 
@@ -1043,6 +1028,10 @@ msgstr "IMpostazioni generali"
1043
  msgid "Stylesheet Used on the Front-End:"
1044
  msgstr ""
1045
 
 
 
 
 
1046
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:18
1047
  msgid "White"
1048
  msgstr ""
@@ -1083,18 +1072,18 @@ msgstr ""
1083
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:64
1084
  #, php-format
1085
  msgid ""
1086
- "Your <strong>Profile Builder</strong> serial number is invalid or missing. "
1087
- "Please %1$sregister your copy%2$s of <b>Profile Builder</b> to receive "
1088
- "access to automatic updates and support. Need a license key? %3$sPurchase "
1089
- "one now%4$s"
1090
  msgstr ""
1091
 
1092
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:66
1093
  #, php-format
1094
  msgid ""
1095
- "Your <strong>Profile Builder</strong> 1 year licence has expired. Please "
1096
- "%1$sRenew Your Licence%2$s to receive access to automatic updates and "
1097
- "priority support. %3$sPurchase one now%4$s"
1098
  msgstr ""
1099
 
1100
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:86
@@ -1133,30 +1122,25 @@ msgid "Status"
1133
  msgstr ""
1134
 
1135
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
 
1136
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
1137
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:32
1138
  msgid "User-Listing"
1139
  msgstr ""
1140
 
1141
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1142
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
1144
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:43
1145
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:50
1146
  msgid "Active"
1147
  msgstr "Attivo"
1148
 
1149
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1150
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1151
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
1152
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:44
1153
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:51
1154
  msgid "Inactive"
1155
  msgstr "Inattivo"
1156
 
1157
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:27
1158
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:30
1159
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:31
1160
  msgid "Custom Redirects"
1161
  msgstr ""
1162
 
@@ -1166,313 +1150,85 @@ msgstr ""
1166
  msgid "reCAPTCHA"
1167
  msgstr ""
1168
 
1169
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:41
1170
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:42
1171
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:43
1172
- msgid "User Email Customizer"
1173
- msgstr ""
1174
-
1175
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:48
1176
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:424
1177
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:425
1178
- msgid "Admin Email Customizer"
1179
- msgstr ""
1180
-
1181
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1182
  msgid "Redirects on custom page requests:"
1183
  msgstr ""
1184
 
1185
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:41
1186
  msgid "Action"
1187
  msgstr ""
1188
 
1189
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:42
1190
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:87
1191
  msgid "Redirect"
1192
  msgstr ""
1193
 
1194
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:43
1195
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:88
1196
  msgid "URL"
1197
  msgstr ""
1198
 
1199
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:47
1200
  msgid "After Registration:"
1201
  msgstr ""
1202
 
1203
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:55
1204
  msgid "After Login:"
1205
  msgstr ""
1206
 
1207
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:64
1208
  msgid "Recover Password (*)"
1209
  msgstr ""
1210
 
1211
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:75
1212
  msgid ""
1213
  "When activated this feature will redirect the user on both the default "
1214
  "Wordpress password recovery page and the \"Lost password?\" link used by "
1215
  "Profile Builder on the front-end login page."
1216
  msgstr ""
1217
 
1218
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:80
1219
  msgid "Redirects on default WordPress page requests:"
1220
  msgstr ""
1221
 
1222
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:86
1223
  msgid "Requested WP Page"
1224
  msgstr ""
1225
 
1226
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:93
1227
  msgid "Default WP Login Page (*)"
1228
  msgstr ""
1229
 
1230
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:105
1231
  msgid "Default WP Logout Page (**)"
1232
  msgstr ""
1233
 
1234
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:117
1235
  msgid "Default WP Register Page"
1236
  msgstr ""
1237
 
1238
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:129
1239
  msgid "Default WP Dashboard (***)"
1240
  msgstr ""
1241
 
1242
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:140
1243
  msgid "Before login. Works best if used in conjuction with \"After logout\"."
1244
  msgstr ""
1245
 
1246
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:141
1247
  msgid "After logout. Works best if used in conjuction with \"Before login\"."
1248
  msgstr ""
1249
 
1250
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:142
1251
  msgid ""
1252
  "Redirects every user-role EXCEPT the ones with administrator privilages (can "
1253
  "manage options)."
1254
  msgstr ""
1255
 
1256
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:11
1257
- #, fuzzy, php-format
1258
- msgid ""
1259
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1260
- ">Before you can access your account, an administrator needs to approve it. "
1261
- "You will be notified via email."
1262
- msgstr ""
1263
- "Prima di poter accedere al tuo account, l'amministratore deve approvarlo. "
1264
- "Riceverai una notifica via e-mail."
1265
-
1266
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:12
1267
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1268
- #, php-format
1269
- msgid "Your account on %1$s has been approved!"
1270
- msgstr "Il tuo account come %1$s è stato approvato"
1271
-
1272
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:13
1273
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1274
- #, php-format
1275
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1276
- msgstr "Un amministratore ha appena approvato il tuo account come %1$s (%2$s)."
1277
-
1278
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:15
1279
- #, fuzzy, php-format
1280
- msgid ""
1281
- "To activate your user, please click the following link:\n"
1282
- "\n"
1283
- "%s\n"
1284
- "\n"
1285
- "After you activate, you will receive *another email* with your login.\n"
1286
- "\n"
1287
- msgstr ""
1288
- "Per attivare il tuo utente, clicca il seguente link:\n"
1289
- "\n"
1290
- "%s%s%s\n"
1291
- "\n"
1292
- "Dopo l'attivazione, riceverai *un'altra email* con i dati di accesso.\n"
1293
- "\n"
1294
-
1295
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:16
1296
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:55
1297
- #, php-format
1298
- msgid "Your account on %1$s has been unapproved!"
1299
- msgstr "Il tuo account come %1$s è stato approvato!"
1300
-
1301
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:17
1302
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:56
1303
- #, php-format
1304
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1305
- msgstr "Un amministratore non ha approvato il tuo account come %1$s (%2$s)."
1306
-
1307
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:18
1308
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:20
1309
- #, fuzzy, php-format
1310
- msgid "[%1$s] A new subscriber has (been) registered!"
1311
- msgstr "Un nuovo iscritto è stato registrato!"
1312
-
1313
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:21
1314
- #, fuzzy, php-format
1315
- msgid ""
1316
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1317
- "\"Admin Approval\" feature was activated at the time of registration, so "
1318
- "please remember that you need to approve this user before he/she can log in!"
1319
- msgstr ""
1320
- "La funzione \"Approvazione amministratore \" è stata attivata al momento "
1321
- "della registrazione, quindi per favore ricordate che è necessario approvare "
1322
- "questo utente perchè lo stesso possa accedere!"
1323
-
1324
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:46
1325
- msgid "Here you can customize all the emails sent the users."
1326
- msgstr ""
1327
-
1328
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:49
1329
- msgid ""
1330
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1331
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1332
- "save.</span>"
1333
- msgstr ""
1334
-
1335
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:52
1336
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:434
1337
- msgid "From (name): "
1338
- msgstr ""
1339
-
1340
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:60
1341
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:76
1342
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:119
1343
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:175
1344
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:231
1345
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:291
1346
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:336
1347
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:442
1348
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:458
1349
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:502
1350
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:555
1351
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:609
1352
- msgid "Available Merge Tags"
1353
- msgstr ""
1354
-
1355
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:68
1356
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:450
1357
- msgid "From (reply-to email): "
1358
- msgstr ""
1359
-
1360
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:92
1361
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:475
1362
- msgid "Default Registration"
1363
- msgstr ""
1364
-
1365
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:100
1366
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:156
1367
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:212
1368
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:272
1369
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:317
1370
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:483
1371
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:536
1372
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:590
1373
- msgid "Email Subject: "
1374
- msgstr ""
1375
-
1376
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:108
1377
- msgid ""
1378
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1379
- "<span style=\"color:red\">user</span> upon registration.</span>"
1380
- msgstr ""
1381
-
1382
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:147
1383
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:528
1384
- msgid "Registration with Email Confirmation"
1385
- msgstr ""
1386
-
1387
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:164
1388
- msgid ""
1389
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1390
- "<span style=\"color:red\">user</span> upon registration with email "
1391
- "confirmation.</span>"
1392
- msgstr ""
1393
-
1394
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:203
1395
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:582
1396
- msgid "Registration with Admin Approval"
1397
- msgstr ""
1398
-
1399
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:220
1400
- msgid ""
1401
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1402
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1403
- "</span>"
1404
- msgstr ""
1405
-
1406
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:259
1407
- msgid "Admin Approval Notificaitons (on status change)"
1408
- msgstr ""
1409
-
1410
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:267
1411
- msgid "Message Sent to the User Upon Approval"
1412
- msgstr ""
1413
-
1414
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:280
1415
- msgid ""
1416
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1417
- "<span style=\"color:red\">user</span> upon approval.</span>"
1418
- msgstr ""
1419
-
1420
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:312
1421
- msgid "Message Sent to the User Upon Unapproval"
1422
- msgstr ""
1423
-
1424
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:325
1425
- msgid ""
1426
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1427
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1428
- msgstr ""
1429
-
1430
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:428
1431
- msgid "Here you can customize all the emails sent the administrator."
1432
- msgstr ""
1433
-
1434
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:431
1435
- msgid ""
1436
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1437
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1438
- "</span>"
1439
- msgstr ""
1440
-
1441
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:491
1442
- msgid ""
1443
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1444
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1445
- msgstr ""
1446
-
1447
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:544
1448
- msgid ""
1449
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1450
- "<span style=\"color:red\">administrator</span> upon user registration with "
1451
- "email confirmation.</span>"
1452
- msgstr ""
1453
-
1454
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:598
1455
- msgid ""
1456
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1457
- "<span style=\"color:red\">administrator</span> upon user registration with "
1458
- "admin approval.</span>"
1459
- msgstr ""
1460
-
1461
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:752
1462
- #, fuzzy
1463
- msgid "approved"
1464
- msgstr "approva"
1465
-
1466
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:761
1467
- #, fuzzy
1468
- msgid "unapproved"
1469
- msgstr "non approvare"
1470
-
1471
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1472
  msgid "Could not open socket!"
1473
  msgstr ""
1474
 
1475
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:76
 
1476
  msgid "To use reCAPTCHA you must get an API key from"
1477
  msgstr ""
1478
 
@@ -1517,184 +1273,180 @@ msgstr ""
1517
  msgid "Private Key:"
1518
  msgstr ""
1519
 
1520
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:312
1521
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1522
  msgstr ""
1523
 
1524
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1525
  msgid ""
1526
  "To create a page containing the users registered to this current site/blog, "
1527
  "insert the following shortcode in a (blank) page: "
1528
  msgstr ""
1529
 
1530
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1531
  msgid ""
1532
  "For instance, to create a userlisting shortcode listing only the editors and "
1533
  "authors, visible to only the users currently logged in, you would use:"
1534
  msgstr ""
1535
 
1536
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1537
  msgid ""
1538
  "You can also create a userlisting page that displays users having a certain "
1539
  "meta-value within a certain (extra) meta-field like so:"
1540
  msgstr ""
1541
 
1542
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1543
  msgid ""
1544
  "Remember though, that the field-value combination must exist in the database."
1545
  msgstr ""
1546
 
1547
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:41
1548
  msgid "These settings are applied to the front-end userlisting."
1549
  msgstr ""
1550
 
1551
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:47
1552
  msgid "Number of Users/Page: "
1553
  msgstr ""
1554
 
1555
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:64
1556
- msgid "Default Sorting Criteria: "
1557
- msgstr ""
1558
-
1559
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:94
1560
  msgid "Default Sorting Order: "
1561
  msgstr ""
1562
 
1563
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:105
1564
  msgid "\"All-Userlisting\" Template"
1565
  msgstr ""
1566
 
1567
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:107
1568
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:249
1569
  msgid ""
1570
  "With the userlisting templates you can customize the look, feel and "
1571
  "information listed by the shortcode."
1572
  msgstr ""
1573
 
1574
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:108
1575
  msgid ""
1576
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1577
  "on each page access where the shortcode is present."
1578
  msgstr ""
1579
 
1580
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:112
1581
  msgid "Avatar size: "
1582
  msgstr ""
1583
 
1584
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:128
1585
  msgid "Insert \"Sort By\" Field:"
1586
  msgstr ""
1587
 
1588
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1589
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:255
1590
  msgid "Insert \"User-Meta\" Field:"
1591
  msgstr ""
1592
 
1593
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:187
1594
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:293
1595
  msgid "Insert Extra Functions:"
1596
  msgstr ""
1597
 
1598
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:202
1599
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1600
  msgstr ""
1601
 
1602
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:204
1603
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:307
1604
  msgid ""
1605
  "If you wish to use a default userlisting, just copy the following code and "
1606
  "paste it in the textarea below:"
1607
  msgstr ""
1608
 
1609
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:247
1610
  msgid "\"Single-Userlisting\" Template"
1611
  msgstr ""
1612
 
1613
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:250
1614
  msgid ""
1615
  "The \"Single User Listing\" template is used to list an individual user. "
1616
  "It's displayed when clickin on the \"more info\" link."
1617
  msgstr ""
1618
 
1619
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:305
1620
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1621
  msgstr ""
1622
 
1623
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1624
  msgid ""
1625
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1626
  msgstr ""
1627
 
1628
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1629
  msgid "You can find it in Profile Builder's menu."
1630
  msgstr ""
1631
 
1632
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:436
1633
  msgid "You need to be logged in to view the userlisting!"
1634
  msgstr ""
1635
 
1636
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:472
1637
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
1638
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1639
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1354
1640
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1440
1641
  msgid "Search Users by All Fields"
1642
  msgstr ""
1643
 
1644
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1645
  msgid "Leave Blank and Press Search to List All Users"
1646
  msgstr ""
1647
 
1648
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:520
1649
  msgid "Search"
1650
  msgstr "Cerca"
1651
 
1652
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:533
1653
  msgid "First/Lastname"
1654
  msgstr "Nome/Cognome"
1655
 
1656
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:539
1657
  msgid "Email"
1658
  msgstr "Email"
1659
 
1660
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:545
1661
  msgid "Sign-up Date"
1662
  msgstr "Data registrazione"
1663
 
1664
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:551
1665
  msgid "Firstname"
1666
  msgstr "Nome"
1667
 
1668
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:557
1669
  msgid "Lastname"
1670
  msgstr "Cognome"
1671
 
1672
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:563
1673
  msgid "Display Name"
1674
  msgstr "Visualizza nome"
1675
 
1676
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:581
1677
  msgid "Posts"
1678
  msgstr ""
1679
 
1680
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1681
  msgid "Click here to see more information about this user"
1682
  msgstr ""
1683
 
1684
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1685
  msgid "More..."
1686
  msgstr "Ancora..."
1687
 
1688
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:824
1689
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1690
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1691
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1692
  msgid "No uploaded attachment"
1693
  msgstr ""
1694
 
1695
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:826
1696
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1697
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1189
1698
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1699
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1700
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
@@ -1703,16 +1455,16 @@ msgstr ""
1703
  msgid "Click to see the current attachment"
1704
  msgstr ""
1705
 
1706
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1707
  msgid "Click here to go back"
1708
  msgstr ""
1709
 
1710
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1711
  msgid "Back"
1712
  msgstr "Indietro"
1713
 
1714
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1715
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1716
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1717
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1718
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
@@ -1721,114 +1473,114 @@ msgstr "Indietro"
1721
  msgid "Current file"
1722
  msgstr "File attuale"
1723
 
1724
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1187
1725
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1726
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1727
  msgid "Avatar"
1728
  msgstr ""
1729
 
1730
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1244
1731
  msgid "No results found!"
1732
  msgstr ""
1733
 
1734
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1337
1735
- msgid "&laquo;&laquo; First"
1736
  msgstr ""
1737
 
1738
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1338
1739
- msgid "&laquo; Prev"
1740
  msgstr ""
1741
 
1742
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1339
1743
- msgid "Next &raquo; "
1744
  msgstr ""
1745
 
1746
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1340
1747
- msgid "Last &raquo;&raquo;"
1748
  msgstr ""
1749
 
1750
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1751
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1752
  msgid "You must give your option a title."
1753
  msgstr ""
1754
 
1755
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1756
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1757
  msgid "You have entered an invalid meta-key format!"
1758
  msgstr ""
1759
 
1760
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:298
1761
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:441
1762
  msgid "You must enter a valid meta-key."
1763
  msgstr ""
1764
 
1765
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:304
1766
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:314
1767
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:451
1768
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:463
1769
  msgid "That meta-key is already in use."
1770
  msgstr ""
1771
 
1772
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:321
1773
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:471
1774
  msgid ""
1775
  "There is already an avatar input-type. You can only have one avatar present."
1776
  msgstr ""
1777
 
1778
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:328
1779
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:478
1780
  msgid ""
1781
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1782
  "have one present."
1783
  msgstr ""
1784
 
1785
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1786
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1787
  msgid "The textarea row value must be numeric."
1788
  msgstr ""
1789
 
1790
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:337
1791
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:487
1792
  msgid "The maxlength attribute must be numeric."
1793
  msgstr ""
1794
 
1795
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:344
1796
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:494
1797
  msgid "The value must be between 20 and 200!"
1798
  msgstr ""
1799
 
1800
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1801
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1802
  msgid "The width component of the entered value must be numeric!"
1803
  msgstr ""
1804
 
1805
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1806
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1807
  msgid "The height component of the entered value must be numeric!"
1808
  msgstr ""
1809
 
1810
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1811
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1812
  msgid "The width component of the entered value must be between 20 and 200!"
1813
  msgstr ""
1814
 
1815
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:355
1816
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:505
1817
  msgid "The height component of the entered value must be between 20 and 200!"
1818
  msgstr ""
1819
 
1820
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:357
1821
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:507
1822
  msgid "The pair of values entered didn't have the right format (width,height)!"
1823
  msgstr ""
1824
 
1825
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:360
1826
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:510
1827
  msgid "The entered avatar size must be numeric!"
1828
  msgstr ""
1829
 
1830
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:394
1831
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:570
1832
  msgid "There was an error, please try again."
1833
  msgstr ""
1834
 
@@ -1840,47 +1592,64 @@ msgstr ""
1840
  msgid "the current user?"
1841
  msgstr ""
1842
 
1843
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:122
1844
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1845
  msgid "Approve"
1846
  msgstr "Approva"
1847
 
1848
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:123
1849
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:213
1850
  msgid "Unapproved"
1851
  msgstr "Non approvato"
1852
 
1853
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:134
1854
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:164
1855
  msgid "Unapprove"
1856
  msgstr "Non approvare"
1857
 
1858
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:135
1859
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:210
1860
  msgid "Approved"
1861
  msgstr "Approvato"
1862
 
1863
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:163
1864
  msgid "unapprove"
1865
  msgstr "non approvare"
1866
 
1867
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1868
  msgid "approve"
1869
  msgstr "approva"
1870
 
1871
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1872
  #, php-format
1873
  msgid "Are you sure you want to %1$s this user?"
1874
  msgstr ""
1875
 
1876
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:232
1877
- #, fuzzy
1878
  msgid ""
1879
- "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1880
- "before you can log in."
1881
  msgstr ""
1882
- "Il tuo account deve essere confermato da un amministratore prima di poter "
1883
- "utilizzare la funzione \"Reimposta password \"."
1884
 
1885
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:7
1886
  msgid ""
@@ -1973,7 +1742,8 @@ msgstr ""
1973
  msgid ""
1974
  "Use this in conjuction with WordPress functions to display the value in the "
1975
  "page of your choosing. Auto-completed but editable - in this case it must be "
1976
- "uniqe.<br/>Changing this might take long in case of a very big user-count."
 
1977
  msgstr ""
1978
 
1979
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:143
@@ -2022,7 +1792,7 @@ msgstr "ID:"
2022
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:175
2023
  msgid ""
2024
  "This is the internal ID for this input. You can use this in conjuction with "
2025
- "filters to target this element if needed.<br/>Can't be edited."
2026
  msgstr ""
2027
 
2028
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:186
@@ -2158,18 +1928,18 @@ msgstr ""
2158
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/premium.functions.load.php:356
2159
  #, php-format
2160
  msgid ""
2161
- "Your <strong>Profile Builder</strong> serial number is invalid or missing. "
2162
- "Please %1$sregister your copy%2$s of Profile Builder to receive access to "
2163
- "automatic updates and support. Need a license key? %3$sPurchase one now%4$s "
2164
- "%5$sDismiss%6$s"
2165
  msgstr ""
2166
 
2167
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/premium.functions.load.php:360
2168
  #, php-format
2169
  msgid ""
2170
- "Your <strong>Profile Builder</strong> 1 year licence has expired. Please "
2171
- "%1$sRenew Your Licence%2$s to receive access to automatic updates and "
2172
- "priority support. %3$sPurchase one now%4$s %5$sDismiss%6$s"
2173
  msgstr ""
2174
 
2175
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:9
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 13:33+0200\n"
6
+ "PO-Revision-Date: 2013-01-08 09:05+0100\n"
7
+ "Last-Translator: Enrico <encrimi@gmail.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:585
20
+ #, php-format
21
  msgid ""
22
+ "The information size you were trying to submit was larger than %1$sb!&lt;br/"
23
+ "&gt;This is usually caused by a large file(s) trying to be uploaded.&lt;br/"
24
+ "&gt;Since it was also larger than %2$sb no additional information is "
25
+ "available.&lt;br/&gt;The user was NOT created!"
26
  msgstr ""
27
  "La dimensione dell'informazione che stavi cercando di inserire era più "
28
  "grande di %1$sb!&lt;br/&gt;Questo di solito è causato da un file di grandi "
124
  msgstr "L'avatar è stato"
125
 
126
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
127
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:888
128
  msgid "There was an error while trying to upload the following attachment(s)"
129
  msgstr ""
130
  "Si è verificato un errore durante il tentativo di caricare il seguente "
131
  "allegato "
132
 
133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:655
134
+ #, php-format
135
  msgid ""
136
+ "Only files with the following extension(s) can be uploaded: %1$s&lt;br/&gt;"
137
+ "This file was %2$sNOT%3$s updated along with the rest of the information."
138
  msgstr ""
139
  "Solo i file con le seguenti estensioni possono essere caricati: %1$s&lt;br/"
140
  "&gt;; Questo file %2$sNON%3$s è stato aggiornato insieme al resto delle "
141
  "informazioni."
142
 
143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
144
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1268
145
  msgid "Name"
146
  msgstr "Nome"
147
 
148
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
149
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
150
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1289
151
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
152
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
153
  msgid "Username"
154
  msgstr "Nome utente"
155
 
199
  "stato segnato come richiesto dall'amministratore)."
200
 
201
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
202
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1313
203
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
204
  msgid "First Name"
205
  msgstr "Nome"
206
 
207
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
208
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1337
209
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
210
  msgid "Last Name"
211
  msgstr "Cognome"
212
 
213
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
214
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1361
215
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
216
  msgid "Nickname"
217
  msgstr "Nickname"
221
  msgstr "Nome visualizzato pubblicamente come"
222
 
223
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
224
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1367
225
  msgid "Contact Info"
226
  msgstr "Informazioni contatto"
227
 
228
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
229
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1388
230
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
231
  msgid "E-mail"
232
  msgstr "E-mail"
236
  msgstr "(richiesto)"
237
 
238
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
239
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1412
240
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
241
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:540
242
  msgid "Website"
243
  msgstr "Sito web"
244
 
245
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
246
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1436
247
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
248
  msgid "AIM"
249
  msgstr "AIM"
250
 
251
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
252
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1460
253
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
254
  msgid "Yahoo IM"
255
  msgstr "Yahoo IM"
256
 
257
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
258
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1484
259
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
260
  msgid "Jabber / Google Talk"
261
  msgstr "Jabber / Google Talk"
262
 
263
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
264
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1490
265
  msgid "About Yourself"
266
  msgstr "A proposito di te"
267
 
268
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
269
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1511
270
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
271
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:546
272
  msgid "Biographical Info"
273
  msgstr "Informazioni biografiche"
274
 
279
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
280
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
281
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
282
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1549
283
  msgid "Repeat Password"
284
  msgstr "Ripeti password"
285
 
317
 
318
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
319
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
320
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1182
321
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1212
322
  msgid "here"
323
  msgstr "qui"
324
 
334
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
335
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
336
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
337
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1544
338
  msgid "Password"
339
  msgstr "Password"
340
 
357
  msgstr "ERRORE"
358
 
359
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
360
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:248
361
  msgid ""
362
  "Your account has to be confirmed by an administrator before you can use the "
363
  "\"Password Reset\" feature."
367
 
368
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:153
369
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:200
370
+ #, php-format
371
  msgid ""
372
+ "A password reset email has been sent to %1$s.&lt;br/&gt;Following the link "
373
+ "sent in the email address will reset the password."
374
  msgstr ""
375
  "Una email di reimpostazione della password è stata inviata al %1$s.&lt;br/"
376
  "&gt;Seguendo il link inviato all'indirizzo di posta elettronica sarà "
378
 
379
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:165
380
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:212
381
+ #, php-format
382
  msgid ""
383
+ "Someone requested that the password be reset for the following account: &lt;"
384
+ "b&gt;%1$s&lt;/b&gt;&lt;br/&gt;If this was a mistake, just ignore this email "
385
+ "and nothing will happen.&lt;br/&gt;To reset your password, visit the "
386
+ "following link:%2$s"
387
  msgstr ""
388
  "Qualcuno ha chiesto di resettare la password per il seguente account: &lt;"
389
  "b&gt;%1$s&lt;/b&gt;&lt;br/&gt; Se questo è un errore è sufficiente ignorare "
441
  msgstr "Password reimpostata con successo per %1$s su \"%2$s\""
442
 
443
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:270
444
+ #, php-format
445
  msgid ""
446
+ "%1$s has requested a password change via the password reset feature.&lt;br/"
447
+ "&gt;His/her new password is:%2$s"
448
  msgstr ""
449
  "%1$s ha richiesto una modifica della password tramite la funzione di "
450
  "reimpostazione della password.&lt;br/&gt;La nuova password è: %2$s"
451
 
452
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
453
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
454
  msgid "The entered passwords don't match!"
455
  msgstr "Le password inserite non corrispondono!"
456
 
479
  msgid "Get New Password"
480
  msgstr "Ottieni nuova password"
481
 
482
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:386
 
 
 
 
 
 
483
  #, php-format
484
  msgid ""
485
  "To activate your user, please click the following link:\n"
496
  "Dopo l'attivazione, riceverai *un'altra email* con i dati di accesso.\n"
497
  "\n"
498
 
499
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
500
+ #, php-format
501
+ msgid "[%1$s] Activate %2$s"
502
+ msgstr "[%1$s] Attiva %2$s"
503
+
504
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:418
505
  msgid "Invalid activation key!"
506
  msgstr "Chiave di attivazione non valida!"
507
 
508
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:422
509
  msgid "The user is already active!"
510
  msgstr "Questo utente è già attivo!"
511
 
512
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:437
513
  msgid "Could not create user!"
514
  msgstr "Impossibile creare l'utente!"
515
 
516
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:447
517
  msgid "That username is already activated!"
518
  msgstr "Questo nome utente è già attivo!"
519
 
520
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:463
521
  msgid "The user was successfully activated."
522
  msgstr "L'utente è stato attivato con successo."
523
 
524
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:465
525
  msgid "There was an error while trying to activate the user."
526
  msgstr "Si è verificato un errore durante il tentativo di attivare l'utente."
527
 
528
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
529
+ #, php-format
530
+ msgid ""
531
+ "New subscriber on %1$s.&lt;br/&gt;&lt;br/&gt;Username:%2$s&lt;br/&gt;E-mail:"
532
+ "%3$s&lt;br/&gt;"
533
  msgstr ""
534
  "Nuovo iscritto %1$s.&lt;br/&gt;&lt;br/&gt;Nome utente:%2$s&lt;br/&gt;E-mail:"
535
  "%3$s&lt;br/&gt;"
536
 
537
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
538
  msgid ""
539
  "The \"Admin Approval\" feature was activated at the time of registration, so "
540
  "please remember that you need to approve this user before he/she can log in!"
543
  "della registrazione, quindi per favore ricordate che è necessario approvare "
544
  "questo utente perchè lo stesso possa accedere!"
545
 
546
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:504
547
  msgid "A new subscriber has (been) registered!"
548
  msgstr "Un nuovo iscritto è stato registrato!"
549
 
550
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:522
 
 
551
  msgid "A new account has been created for you."
552
  msgstr "Un nuovo account è stato creato per te."
553
 
554
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:525
555
+ #, php-format
556
+ msgid ""
557
+ "Welcome to %1$s!&lt;br/&gt;&lt;br/&gt; Your username is:%2$s and password:"
558
+ "%3$s"
559
  msgstr ""
560
  "Benvenuto %1$s!&lt;br/&gt;&lt;br/&gtIl tuo nome utente è: %2$s la tua "
561
  "password:%3$s"
562
 
563
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:527
564
  msgid ""
565
  "Before you can access your account, an administrator needs to approve it. "
566
  "You will be notified via email."
568
  "Prima di poter accedere al tuo account, l'amministratore deve approvarlo. "
569
  "Riceverai una notifica via e-mail."
570
 
571
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:874
572
  msgid "A username is required for registration."
573
  msgstr "Un nome utente è necessario per la registrazione."
574
 
575
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:876
576
  msgid "Sorry, that username already exists!"
577
  msgstr "Spiacenti, il nome utente esiste già!"
578
 
579
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:878
580
  msgid "You must enter a valid email address."
581
  msgstr "Devi inserire un indirizzo email valido."
582
 
583
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
584
  msgid "Sorry, that email address is already used!"
585
  msgstr "Siamo spiacenti, l'indirizzo e-mail è già in uso!"
586
 
587
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:883
588
  msgid "You didn't complete one of the password-fields!"
589
  msgstr "Non ha completato uno dei campi password!"
590
 
591
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:895
592
  msgid "Only files with the following extension(s) can be uploaded:"
593
  msgstr "Solo i file con le seguenti estensioni possono essere caricati:"
594
 
595
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:895
596
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:901
597
  msgid "The account was NOT created!"
598
  msgstr "L'account non è stato creato!"
599
 
600
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:899
601
  msgid "You must agree to the terms and conditions before registering!"
602
  msgstr ""
603
  "È necessario accettare i termini, le condizioni e l'informativa privacy "
604
  "prima di registrarsi!"
605
 
606
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:901
607
  msgid "(Several required fields were left uncompleted)"
608
  msgstr "(Diversi campi obbligatori sono stati lasciati incompleti)"
609
 
610
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:919
611
  msgid "This username is already reserved to be used soon."
612
  msgstr ""
613
  "Questo nome utente è già riservato per essere utilizzato al più presto."
614
 
615
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:919
616
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:923
617
  msgid "Please try a different one!"
618
  msgstr "Si prega di provarne un altro!"
619
 
620
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:923
621
  msgid "This email address is already reserved to be used soon."
622
  msgstr ""
623
  "Questo indirizzo email è già riservato per essere utilizzato al più presto."
624
 
625
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1151
626
  msgid "You are logged in as"
627
  msgstr "Sei connesso come"
628
 
629
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1151
630
  msgid "You don't need another account."
631
  msgstr "Non hai bisogno di un altro account."
632
 
633
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1151
634
  msgid "Log out of this account."
635
  msgstr "Esci da questo account."
636
 
637
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1151
638
  msgid "Logout"
639
  msgstr "Esci"
640
 
641
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1159
642
  #, php-format
643
  msgid ""
644
  "An email has been sent to %1$s with information on how to activate his/her "
647
  "Una e-mail è stata inviata a %1$s, con le informazioni su come attivare "
648
  "l'account."
649
 
650
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1163
651
  #, php-format
652
  msgid "A user account has been created for %1$s."
653
  msgstr "UN account utente è stato creato per %1$s."
654
 
655
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1182
656
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1212
657
  #, php-format
658
  msgid ""
659
  "You will soon be redirected automatically. If you see this page for more "
662
  "Stai per essere reindirizzato automaticamente. Se vedi questa pagina per più "
663
  "di 3 secondi, si prega di fare clic su %1$s.%2$s"
664
 
665
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1188
666
  msgid ""
667
  "An email has been sent to you with information on how to activate your "
668
  "account."
670
  "Una e-mail è stata inviata con le informazioni su come attivare il tuo "
671
  "account."
672
 
673
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1192
674
  #, php-format
675
  msgid "Thank you for registering %1$s."
676
  msgstr "Grazie per esserti registrato %1$s."
677
 
678
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1219
679
  msgid "An error occured while trying to send the notification email."
680
  msgstr ""
681
  "Si è verificato un errore durante il tentativo di inviare l'e-mail di "
682
  "notifica."
683
 
684
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1224
685
  msgid "An email containing activation instructions was successfully sent."
686
  msgstr ""
687
  "Una e-mail contenente le istruzioni di attivazione è stata inviata "
688
  "correttamente."
689
 
690
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1229
691
  msgid "An email containing the username and password was successfully sent."
692
  msgstr ""
693
  "Una e-mail contenente il nome utente e la password è stata inviata con "
694
  "successo."
695
 
696
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1245
697
  msgid "Users can register themselves or you can manually create users here."
698
  msgstr ""
699
  "Gli utenti possono registrarsi da soli o è possibile creare manualmente gli "
700
  "utenti qui."
701
 
702
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1250
703
  msgid ""
704
  "Users cannot currently register themselves, but you can manually create "
705
  "users here."
707
  "Gli utenti non possono registrarsi da soli, ma è possibile creare "
708
  "manualmente gli utenti qui."
709
 
710
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1255
711
  msgid "Only an administrator can add new users."
712
  msgstr "Solo un amministratore può aggiungere nuovi utenti."
713
 
714
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1278
715
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1302
716
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1326
717
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1350
718
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1401
719
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1425
720
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1449
721
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1473
722
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1500
723
+ msgid ""
724
+ "This field must be filled out before registering (It was marked as required "
725
+ "by the administrator)"
726
+ msgstr ""
727
+ "Questo campo deve essere compilato prima della registrazione (è stato "
728
+ "contrassegnato come richiesto dall'amministratore)"
729
+
730
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
731
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
732
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
733
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1374
734
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
735
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
736
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
737
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
738
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
739
  msgid "This field is marked as required by the administrator"
740
  msgstr "Questo campo è contrassegnato come richiesto dall'amministratore"
741
 
742
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1572
743
  msgid "Anti-Spam"
744
  msgstr "Anti-Spam"
745
 
746
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1593
747
  msgid "Send these credentials via email."
748
  msgstr "Invia queste credenziali via e-mail."
749
 
750
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1607
751
  msgid "Add User"
752
  msgstr "Aggiungi utente"
753
 
754
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1607
755
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
756
  msgid "Register"
757
  msgstr "Registrazone"
770
  msgid "Visibility"
771
  msgstr ""
772
 
773
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:28
 
 
 
 
 
774
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:30
775
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:43
776
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:56
783
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
784
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
785
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
 
 
786
  msgid "Show"
787
  msgstr ""
788
 
789
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:29
790
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:31
791
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:44
792
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:57
799
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
800
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
801
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
 
 
802
  msgid "Hide"
803
  msgstr ""
804
 
805
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:40
806
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:29
807
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:47
808
+ msgid "NOTE:"
809
+ msgstr ""
810
+
811
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:41
812
+ msgid ""
813
+ "If you added new roles (via another plugin) &lt;u&gt;after&lt;/u&gt; Profile "
814
+ "Builder was activated, please reactivate it, since the roles are initialized "
815
+ "during plugin activation."
816
+ msgstr ""
817
+
818
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:48
819
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
820
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
821
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:45
822
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
 
 
823
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
824
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:370
825
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
826
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
827
  msgid "Save Changes"
889
 
890
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:19
891
  msgid ""
892
+ "With the &lt;strong&gt;Pro&lt;/strong&gt; version, users with administrator "
893
+ "rights have access to the following features:"
894
  msgstr ""
895
 
896
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:20
933
  msgid "shortcode."
934
  msgstr ""
935
 
 
 
 
 
 
936
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/basic.info.php:30
937
  msgid "this plugin only adds/removes fields in the front-end."
938
  msgstr ""
979
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:193
980
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:31
981
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:41
982
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
 
 
 
 
 
 
983
  msgid "Yes"
984
  msgstr "Sì"
985
 
997
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:194
998
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:32
999
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:42
1000
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
 
 
 
 
 
 
1001
  msgid "No"
1002
  msgstr "No"
1003
 
1020
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1021
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1022
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1023
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:38
1024
  msgid "General Settings"
1025
  msgstr "IMpostazioni generali"
1026
 
1028
  msgid "Stylesheet Used on the Front-End:"
1029
  msgstr ""
1030
 
1031
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:14
1032
+ msgid "Default"
1033
+ msgstr ""
1034
+
1035
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:18
1036
  msgid "White"
1037
  msgstr ""
1072
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:64
1073
  #, php-format
1074
  msgid ""
1075
+ "Your &lt;strong&gt;Profile Builder&lt;/strong&gt; serial number is invalid "
1076
+ "or missing. Please %1$sregister your copy%2$s of &lt;b&gt;Profile "
1077
+ "Builder&lt;/b&gt; to receive access to automatic updates and support. Need a "
1078
+ "license key? %3$sPurchase one now%4$s"
1079
  msgstr ""
1080
 
1081
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:66
1082
  #, php-format
1083
  msgid ""
1084
+ "Your &lt;strong&gt;Profile Builder&lt;/strong&gt; 1 year licence has "
1085
+ "expired. Please %1$sRenew Your Licence%2$s to receive access to automatic "
1086
+ "updates and priority support. %3$sPurchase one now%4$s"
1087
  msgstr ""
1088
 
1089
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:86
1122
  msgstr ""
1123
 
1124
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
1125
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:30
1126
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
 
1127
  msgid "User-Listing"
1128
  msgstr ""
1129
 
1130
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1131
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1132
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
 
 
1133
  msgid "Active"
1134
  msgstr "Attivo"
1135
 
1136
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1137
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1138
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
 
 
1139
  msgid "Inactive"
1140
  msgstr "Inattivo"
1141
 
1142
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:27
1143
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
 
1144
  msgid "Custom Redirects"
1145
  msgstr ""
1146
 
1150
  msgid "reCAPTCHA"
1151
  msgstr ""
1152
 
1153
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
 
 
 
 
 
 
 
 
 
 
 
 
1154
  msgid "Redirects on custom page requests:"
1155
  msgstr ""
1156
 
1157
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1158
  msgid "Action"
1159
  msgstr ""
1160
 
1161
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
 
1162
  msgid "Redirect"
1163
  msgstr ""
1164
 
1165
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
 
1166
  msgid "URL"
1167
  msgstr ""
1168
 
1169
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1170
  msgid "After Registration:"
1171
  msgstr ""
1172
 
1173
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1174
  msgid "After Login:"
1175
  msgstr ""
1176
 
1177
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1178
  msgid "Recover Password (*)"
1179
  msgstr ""
1180
 
1181
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1182
  msgid ""
1183
  "When activated this feature will redirect the user on both the default "
1184
  "Wordpress password recovery page and the \"Lost password?\" link used by "
1185
  "Profile Builder on the front-end login page."
1186
  msgstr ""
1187
 
1188
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1189
  msgid "Redirects on default WordPress page requests:"
1190
  msgstr ""
1191
 
1192
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1193
  msgid "Requested WP Page"
1194
  msgstr ""
1195
 
1196
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1197
  msgid "Default WP Login Page (*)"
1198
  msgstr ""
1199
 
1200
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1201
  msgid "Default WP Logout Page (**)"
1202
  msgstr ""
1203
 
1204
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1205
  msgid "Default WP Register Page"
1206
  msgstr ""
1207
 
1208
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1209
  msgid "Default WP Dashboard (***)"
1210
  msgstr ""
1211
 
1212
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1213
  msgid "Before login. Works best if used in conjuction with \"After logout\"."
1214
  msgstr ""
1215
 
1216
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1217
  msgid "After logout. Works best if used in conjuction with \"Before login\"."
1218
  msgstr ""
1219
 
1220
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:1
1221
  msgid ""
1222
  "Redirects every user-role EXCEPT the ones with administrator privilages (can "
1223
  "manage options)."
1224
  msgstr ""
1225
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1226
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1227
  msgid "Could not open socket!"
1228
  msgstr ""
1229
 
1230
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:76
1231
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:120
1232
  msgid "To use reCAPTCHA you must get an API key from"
1233
  msgstr ""
1234
 
1273
  msgid "Private Key:"
1274
  msgstr ""
1275
 
1276
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:311
1277
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1278
  msgstr ""
1279
 
1280
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:33
1281
  msgid ""
1282
  "To create a page containing the users registered to this current site/blog, "
1283
  "insert the following shortcode in a (blank) page: "
1284
  msgstr ""
1285
 
1286
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1287
  msgid ""
1288
  "For instance, to create a userlisting shortcode listing only the editors and "
1289
  "authors, visible to only the users currently logged in, you would use:"
1290
  msgstr ""
1291
 
1292
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1293
  msgid ""
1294
  "You can also create a userlisting page that displays users having a certain "
1295
  "meta-value within a certain (extra) meta-field like so:"
1296
  msgstr ""
1297
 
1298
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1299
  msgid ""
1300
  "Remember though, that the field-value combination must exist in the database."
1301
  msgstr ""
1302
 
1303
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:40
1304
  msgid "These settings are applied to the front-end userlisting."
1305
  msgstr ""
1306
 
1307
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:46
1308
  msgid "Number of Users/Page: "
1309
  msgstr ""
1310
 
1311
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:63
 
 
 
 
1312
  msgid "Default Sorting Order: "
1313
  msgstr ""
1314
 
1315
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:74
1316
  msgid "\"All-Userlisting\" Template"
1317
  msgstr ""
1318
 
1319
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:76
1320
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:218
1321
  msgid ""
1322
  "With the userlisting templates you can customize the look, feel and "
1323
  "information listed by the shortcode."
1324
  msgstr ""
1325
 
1326
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:77
1327
  msgid ""
1328
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1329
  "on each page access where the shortcode is present."
1330
  msgstr ""
1331
 
1332
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:81
1333
  msgid "Avatar size: "
1334
  msgstr ""
1335
 
1336
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:97
1337
  msgid "Insert \"Sort By\" Field:"
1338
  msgstr ""
1339
 
1340
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:125
1341
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:224
1342
  msgid "Insert \"User-Meta\" Field:"
1343
  msgstr ""
1344
 
1345
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1346
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:262
1347
  msgid "Insert Extra Functions:"
1348
  msgstr ""
1349
 
1350
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:171
1351
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1352
  msgstr ""
1353
 
1354
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:173
1355
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:276
1356
  msgid ""
1357
  "If you wish to use a default userlisting, just copy the following code and "
1358
  "paste it in the textarea below:"
1359
  msgstr ""
1360
 
1361
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:216
1362
  msgid "\"Single-Userlisting\" Template"
1363
  msgstr ""
1364
 
1365
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:219
1366
  msgid ""
1367
  "The \"Single User Listing\" template is used to list an individual user. "
1368
  "It's displayed when clickin on the \"more info\" link."
1369
  msgstr ""
1370
 
1371
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:274
1372
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1373
  msgstr ""
1374
 
1375
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1376
  msgid ""
1377
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1378
  msgstr ""
1379
 
1380
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1381
  msgid "You can find it in Profile Builder's menu."
1382
  msgstr ""
1383
 
1384
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:405
1385
  msgid "You need to be logged in to view the userlisting!"
1386
  msgstr ""
1387
 
1388
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:443
1389
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:469
1390
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1391
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1328
1392
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1414
1393
  msgid "Search Users by All Fields"
1394
  msgstr ""
1395
 
1396
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1397
  msgid "Leave Blank and Press Search to List All Users"
1398
  msgstr ""
1399
 
1400
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:491
1401
  msgid "Search"
1402
  msgstr "Cerca"
1403
 
1404
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:504
1405
  msgid "First/Lastname"
1406
  msgstr "Nome/Cognome"
1407
 
1408
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:510
1409
  msgid "Email"
1410
  msgstr "Email"
1411
 
1412
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1413
  msgid "Sign-up Date"
1414
  msgstr "Data registrazione"
1415
 
1416
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:522
1417
  msgid "Firstname"
1418
  msgstr "Nome"
1419
 
1420
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:528
1421
  msgid "Lastname"
1422
  msgstr "Cognome"
1423
 
1424
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:534
1425
  msgid "Display Name"
1426
  msgstr "Visualizza nome"
1427
 
1428
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:552
1429
  msgid "Posts"
1430
  msgstr ""
1431
 
1432
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1433
  msgid "Click here to see more information about this user"
1434
  msgstr ""
1435
 
1436
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1437
  msgid "More..."
1438
  msgstr "Ancora..."
1439
 
1440
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:795
1441
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1442
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1443
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1444
  msgid "No uploaded attachment"
1445
  msgstr ""
1446
 
1447
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:797
1448
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1449
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1160
1450
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1451
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1452
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1455
  msgid "Click to see the current attachment"
1456
  msgstr ""
1457
 
1458
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1459
  msgid "Click here to go back"
1460
  msgstr ""
1461
 
1462
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1463
  msgid "Back"
1464
  msgstr "Indietro"
1465
 
1466
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1467
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1468
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1469
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1470
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1473
  msgid "Current file"
1474
  msgstr "File attuale"
1475
 
1476
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1158
1477
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1478
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1479
  msgid "Avatar"
1480
  msgstr ""
1481
 
1482
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1215
1483
  msgid "No results found!"
1484
  msgstr ""
1485
 
1486
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1311
1487
+ msgid "&amp;laquo;&amp;laquo; First"
1488
  msgstr ""
1489
 
1490
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1312
1491
+ msgid "&amp;laquo; Prev"
1492
  msgstr ""
1493
 
1494
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1313
1495
+ msgid "Next &amp;raquo; "
1496
  msgstr ""
1497
 
1498
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1314
1499
+ msgid "Last &amp;raquo;&amp;raquo;"
1500
  msgstr ""
1501
 
1502
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:286
1503
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:429
1504
  msgid "You must give your option a title."
1505
  msgstr ""
1506
 
1507
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1508
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1509
  msgid "You have entered an invalid meta-key format!"
1510
  msgstr ""
1511
 
1512
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1513
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1514
  msgid "You must enter a valid meta-key."
1515
  msgstr ""
1516
 
1517
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:300
1518
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:310
1519
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:447
1520
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:459
1521
  msgid "That meta-key is already in use."
1522
  msgstr ""
1523
 
1524
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:317
1525
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:467
1526
  msgid ""
1527
  "There is already an avatar input-type. You can only have one avatar present."
1528
  msgstr ""
1529
 
1530
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:324
1531
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:474
1532
  msgid ""
1533
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1534
  "have one present."
1535
  msgstr ""
1536
 
1537
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:329
1538
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:479
1539
  msgid "The textarea row value must be numeric."
1540
  msgstr ""
1541
 
1542
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1543
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1544
  msgid "The maxlength attribute must be numeric."
1545
  msgstr ""
1546
 
1547
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:340
1548
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:490
1549
  msgid "The value must be between 20 and 200!"
1550
  msgstr ""
1551
 
1552
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:345
1553
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:495
1554
  msgid "The width component of the entered value must be numeric!"
1555
  msgstr ""
1556
 
1557
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:347
1558
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:497
1559
  msgid "The height component of the entered value must be numeric!"
1560
  msgstr ""
1561
 
1562
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1563
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1564
  msgid "The width component of the entered value must be between 20 and 200!"
1565
  msgstr ""
1566
 
1567
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1568
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1569
  msgid "The height component of the entered value must be between 20 and 200!"
1570
  msgstr ""
1571
 
1572
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1573
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1574
  msgid "The pair of values entered didn't have the right format (width,height)!"
1575
  msgstr ""
1576
 
1577
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:356
1578
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:506
1579
  msgid "The entered avatar size must be numeric!"
1580
  msgstr ""
1581
 
1582
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:390
1583
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:566
1584
  msgid "There was an error, please try again."
1585
  msgstr ""
1586
 
1592
  msgid "the current user?"
1593
  msgstr ""
1594
 
1595
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1596
+ #, php-format
1597
+ msgid "Your account on %1$s has been approved!"
1598
+ msgstr "Il tuo account come %1$s è stato approvato"
1599
+
1600
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1601
+ #, php-format
1602
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
1603
+ msgstr "Un amministratore ha appena approvato il tuo account come %1$s (%2$s)."
1604
+
1605
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:58
1606
+ #, php-format
1607
+ msgid "Your account on %1$s has been unapproved!"
1608
+ msgstr "Il tuo account come %1$s è stato approvato!"
1609
+
1610
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:59
1611
+ #, php-format
1612
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1613
+ msgstr "Un amministratore non ha approvato il tuo account come %1$s (%2$s)."
1614
+
1615
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:126
1616
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:172
1617
  msgid "Approve"
1618
  msgstr "Approva"
1619
 
1620
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:127
1621
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:217
1622
  msgid "Unapproved"
1623
  msgstr "Non approvato"
1624
 
1625
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:138
1626
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
1627
  msgid "Unapprove"
1628
  msgstr "Non approvare"
1629
 
1630
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:139
1631
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:214
1632
  msgid "Approved"
1633
  msgstr "Approvato"
1634
 
1635
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1636
  msgid "unapprove"
1637
  msgstr "non approvare"
1638
 
1639
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1640
  msgid "approve"
1641
  msgstr "approva"
1642
 
1643
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:175
1644
  #, php-format
1645
  msgid "Are you sure you want to %1$s this user?"
1646
  msgstr ""
1647
 
1648
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:236
 
1649
  msgid ""
1650
+ "&lt;strong&gt;ERROR&lt;/strong&gt;: Your account has to be confirmed by an "
1651
+ "administrator before you can log in."
1652
  msgstr ""
 
 
1653
 
1654
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:7
1655
  msgid ""
1742
  msgid ""
1743
  "Use this in conjuction with WordPress functions to display the value in the "
1744
  "page of your choosing. Auto-completed but editable - in this case it must be "
1745
+ "uniqe.&lt;br/&gt;Changing this might take long in case of a very big user-"
1746
+ "count."
1747
  msgstr ""
1748
 
1749
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:143
1792
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:175
1793
  msgid ""
1794
  "This is the internal ID for this input. You can use this in conjuction with "
1795
+ "filters to target this element if needed.&lt;br/&gt;Can't be edited."
1796
  msgstr ""
1797
 
1798
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/custom.fields.php:186
1928
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/premium.functions.load.php:356
1929
  #, php-format
1930
  msgid ""
1931
+ "Your &lt;strong&gt;Profile Builder&lt;/strong&gt; serial number is invalid "
1932
+ "or missing. Please %1$sregister your copy%2$s of Profile Builder to receive "
1933
+ "access to automatic updates and support. Need a license key? %3$sPurchase "
1934
+ "one now%4$s %5$sDismiss%6$s"
1935
  msgstr ""
1936
 
1937
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/premium.functions.load.php:360
1938
  #, php-format
1939
  msgid ""
1940
+ "Your &lt;strong&gt;Profile Builder&lt;/strong&gt; 1 year licence has "
1941
+ "expired. Please %1$sRenew Your Licence%2$s to receive access to automatic "
1942
+ "updates and priority support. %3$sPurchase one now%4$s %5$sDismiss%6$s"
1943
  msgstr ""
1944
 
1945
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:9
translation/profilebuilder-nb_NO.mo CHANGED
Binary file
translation/profilebuilder-nb_NO.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:45+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:46+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
@@ -11,12 +11,12 @@ msgstr ""
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:576
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
@@ -123,7 +123,7 @@ msgid "The avatar was"
123
  msgstr ""
124
 
125
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
126
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
127
  #, fuzzy
128
  msgid "There was an error while trying to upload the following attachment(s)"
129
  msgstr "Det skjedde en feil når du prøvde å laste opp følgende vedlegg:<br/>"
@@ -136,15 +136,15 @@ msgid ""
136
  msgstr ""
137
 
138
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
139
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1265
140
  msgid "Name"
141
  msgstr "Navn"
142
 
143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
144
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
145
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1286
146
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
147
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:527
148
  msgid "Username"
149
  msgstr "Brukernavn"
150
 
@@ -193,19 +193,19 @@ msgid ""
193
  msgstr ""
194
 
195
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
196
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1310
197
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
198
  msgid "First Name"
199
  msgstr "Fornavn"
200
 
201
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
202
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1334
203
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
204
  msgid "Last Name"
205
  msgstr "Etternavn"
206
 
207
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
208
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1358
209
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
210
  msgid "Nickname"
211
  msgstr "Kallenavn"
@@ -215,12 +215,12 @@ msgid "Display name publicly as"
215
  msgstr "Vis mitt navn offentlig som"
216
 
217
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
218
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1364
219
  msgid "Contact Info"
220
  msgstr "Kontaktinformasjon"
221
 
222
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
223
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1385
224
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
225
  msgid "E-mail"
226
  msgstr "E-post"
@@ -230,39 +230,39 @@ msgid "(required)"
230
  msgstr "(påkrevd)"
231
 
232
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
233
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1409
234
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
235
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:569
236
  msgid "Website"
237
  msgstr "Nettside"
238
 
239
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
240
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1433
241
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
242
  msgid "AIM"
243
  msgstr "AIM"
244
 
245
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
246
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1457
247
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
248
  msgid "Yahoo IM"
249
  msgstr "Yahoo IM"
250
 
251
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
252
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1481
253
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
254
  msgid "Jabber / Google Talk"
255
  msgstr "Jabber / Google Talk"
256
 
257
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
258
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1487
259
  msgid "About Yourself"
260
  msgstr "Om deg selv"
261
 
262
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
263
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1508
264
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
265
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:575
266
  msgid "Biographical Info"
267
  msgstr "Litt om meg selv"
268
 
@@ -273,7 +273,7 @@ msgstr "Nytt passord"
273
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
274
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
275
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
276
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1546
277
  msgid "Repeat Password"
278
  msgstr "Gjenta passord"
279
 
@@ -310,8 +310,8 @@ msgstr ""
310
 
311
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
312
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
313
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
314
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
315
  msgid "here"
316
  msgstr ""
317
 
@@ -327,7 +327,7 @@ msgstr ""
327
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
328
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
329
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
330
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1541
331
  msgid "Password"
332
  msgstr "Passord"
333
 
@@ -350,7 +350,7 @@ msgid "ERROR"
350
  msgstr ""
351
 
352
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
353
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:244
354
  msgid ""
355
  "Your account has to be confirmed by an administrator before you can use the "
356
  "\"Password Reset\" feature."
@@ -430,7 +430,7 @@ msgid ""
430
  msgstr ""
431
 
432
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
433
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:882
434
  msgid "The entered passwords don't match!"
435
  msgstr "Passordene er ikke like"
436
 
@@ -463,13 +463,7 @@ msgstr "Brukernavn"
463
  msgid "Get New Password"
464
  msgstr "Nytt passord"
465
 
466
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:387
467
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:14
468
- #, php-format
469
- msgid "[%1$s] Activate %2$s"
470
- msgstr ""
471
-
472
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
473
  #, php-format
474
  msgid ""
475
  "To activate your user, please click the following link:\n"
@@ -480,186 +474,187 @@ msgid ""
480
  "\n"
481
  msgstr ""
482
 
483
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:415
 
 
 
 
 
484
  msgid "Invalid activation key!"
485
  msgstr ""
486
 
487
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:419
488
  msgid "The user is already active!"
489
  msgstr ""
490
 
491
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:434
492
  msgid "Could not create user!"
493
  msgstr ""
494
 
495
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:444
496
  #, fuzzy
497
  msgid "That username is already activated!"
498
  msgstr "Brukernavnet er allerede i bruk!"
499
 
500
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:460
501
  #, fuzzy
502
  msgid "The user was successfully activated."
503
  msgstr "Bildet ditt er slettet."
504
 
505
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:462
506
  #, fuzzy
507
  msgid "There was an error while trying to activate the user."
508
  msgstr "Det skjedde en feil når du prøvde å laste opp følgende vedlegg:<br/>"
509
 
510
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:496
511
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:19
512
  #, php-format
513
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
514
  msgstr ""
515
 
516
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
517
  msgid ""
518
  "The \"Admin Approval\" feature was activated at the time of registration, so "
519
  "please remember that you need to approve this user before he/she can log in!"
520
  msgstr ""
521
 
522
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
523
  msgid "A new subscriber has (been) registered!"
524
  msgstr ""
525
 
526
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:515
527
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:8
528
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:10
529
  #, fuzzy
530
  msgid "A new account has been created for you."
531
  msgstr "En bruker for %1$s har blitt lagt til."
532
 
533
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:518
534
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:9
535
  #, php-format
536
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
537
  msgstr ""
538
 
539
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:520
540
  msgid ""
541
  "Before you can access your account, an administrator needs to approve it. "
542
  "You will be notified via email."
543
  msgstr ""
544
 
545
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:871
546
  msgid "A username is required for registration."
547
  msgstr "Et brukernavn kreves for registrering."
548
 
549
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:873
550
  msgid "Sorry, that username already exists!"
551
  msgstr "Brukernavnet er allerede i bruk!"
552
 
553
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:875
554
  msgid "You must enter a valid email address."
555
  msgstr "Du må skrive inn en gyldig e-postadresse"
556
 
557
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:877
558
  msgid "Sorry, that email address is already used!"
559
  msgstr "Denne e-posten er allerede i bruk!"
560
 
561
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
562
  msgid "You didn't complete one of the password-fields!"
563
  msgstr "Du fylte ut feil i et av passordfeltene!"
564
 
565
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
566
  msgid "Only files with the following extension(s) can be uploaded:"
567
  msgstr ""
568
 
569
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
570
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
571
  #, fuzzy
572
  msgid "The account was NOT created!"
573
  msgstr "En bruker for %1$s har blitt lagt til."
574
 
575
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:896
576
  msgid "You must agree to the terms and conditions before registering!"
577
  msgstr ""
578
 
579
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
580
  msgid "(Several required fields were left uncompleted)"
581
  msgstr ""
582
 
583
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
584
  msgid "This username is already reserved to be used soon."
585
  msgstr ""
586
 
587
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
588
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
589
  msgid "Please try a different one!"
590
  msgstr ""
591
 
592
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
593
  #, fuzzy
594
  msgid "This email address is already reserved to be used soon."
595
  msgstr "Denne e-posten er allerede i bruk!"
596
 
597
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
598
  msgid "You are logged in as"
599
  msgstr ""
600
 
601
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
602
  msgid "You don't need another account."
603
  msgstr ""
604
 
605
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
606
  #, fuzzy
607
  msgid "Log out of this account."
608
  msgstr "Logg ut av denne kontoen"
609
 
610
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
611
  #, fuzzy
612
  msgid "Logout"
613
  msgstr "Logg ut &raquo;"
614
 
615
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1156
616
  #, php-format
617
  msgid ""
618
  "An email has been sent to %1$s with information on how to activate his/her "
619
  "account."
620
  msgstr ""
621
 
622
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
623
  #, fuzzy, php-format
624
  msgid "A user account has been created for %1$s."
625
  msgstr "En bruker for %1$s har blitt lagt til."
626
 
627
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
628
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
629
  #, php-format
630
  msgid ""
631
  "You will soon be redirected automatically. If you see this page for more "
632
  "than 3 seconds, please click %1$s.%2$s"
633
  msgstr ""
634
 
635
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1185
636
  msgid ""
637
  "An email has been sent to you with information on how to activate your "
638
  "account."
639
  msgstr ""
640
 
641
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1189
642
  #, fuzzy, php-format
643
  msgid "Thank you for registering %1$s."
644
  msgstr "Takk for at du registrerte deg, %1$s."
645
 
646
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1216
647
  msgid "An error occured while trying to send the notification email."
648
  msgstr ""
649
 
650
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
651
  msgid "An email containing activation instructions was successfully sent."
652
  msgstr ""
653
 
654
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1226
655
  msgid "An email containing the username and password was successfully sent."
656
  msgstr ""
657
 
658
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1242
659
  msgid "Users can register themselves or you can manually create users here."
660
  msgstr "Brukere kan registrere seg selv eller du kan gjøre det manuelt her."
661
 
662
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1247
663
  msgid ""
664
  "Users cannot currently register themselves, but you can manually create "
665
  "users here."
@@ -667,50 +662,50 @@ msgstr ""
667
  "Brukere kan ikke registrere seg selv, men du som har "
668
  "administratorrettigheter kan manuelt legge til brukere her. "
669
 
670
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1252
671
  msgid "Only an administrator can add new users."
672
  msgstr "Kun en administrator kan legge til nye brukere."
673
 
674
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1275
675
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
676
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
677
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
678
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
679
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
680
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
681
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
682
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
683
  msgid ""
684
  "This field must be filled out before registering (It was marked as required "
685
  "by the administrator)"
686
  msgstr ""
687
 
688
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1296
689
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1320
690
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1344
691
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1371
692
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1395
693
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1419
694
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1443
695
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1467
696
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1494
697
  msgid "This field is marked as required by the administrator"
698
  msgstr ""
699
 
700
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1569
701
  msgid "Anti-Spam"
702
  msgstr ""
703
 
704
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1590
705
  #, fuzzy
706
  msgid "Send these credentials via email."
707
  msgstr "Send denne informasjon om brukernavn og passord på e-post"
708
 
709
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
710
  msgid "Add User"
711
  msgstr "Legg til bruker"
712
 
713
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
714
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
715
  msgid "Register"
716
  msgstr "Registrer"
@@ -747,8 +742,6 @@ msgstr "Standard"
747
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
748
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
749
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
750
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:33
751
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:415
752
  msgid "Show"
753
  msgstr "Vis"
754
 
@@ -765,20 +758,16 @@ msgstr "Vis"
765
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
766
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
767
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
768
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:34
769
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:416
770
  msgid "Hide"
771
  msgstr "Skjul"
772
 
773
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
774
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
775
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
776
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:59
777
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
778
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:377
779
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:650
780
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
781
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:401
782
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
783
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
784
  msgid "Save Changes"
@@ -1017,7 +1006,7 @@ msgstr "Nytt passord"
1017
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1018
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1019
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1020
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:39
1021
  msgid "General Settings"
1022
  msgstr ""
1023
 
@@ -1116,24 +1105,20 @@ msgid "Status"
1116
  msgstr ""
1117
 
1118
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
 
1119
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
1120
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:32
1121
  msgid "User-Listing"
1122
  msgstr ""
1123
 
1124
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1125
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1126
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
1127
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:43
1128
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:50
1129
  msgid "Active"
1130
  msgstr ""
1131
 
1132
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1134
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
1135
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:44
1136
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:51
1137
  msgid "Inactive"
1138
  msgstr ""
1139
 
@@ -1149,18 +1134,6 @@ msgstr ""
1149
  msgid "reCAPTCHA"
1150
  msgstr ""
1151
 
1152
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:41
1153
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:42
1154
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:43
1155
- msgid "User Email Customizer"
1156
- msgstr ""
1157
-
1158
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:48
1159
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:424
1160
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:425
1161
- msgid "Admin Email Customizer"
1162
- msgstr ""
1163
-
1164
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1165
  msgid "Redirects on custom page requests:"
1166
  msgstr ""
@@ -1237,208 +1210,6 @@ msgid ""
1237
  "manage options)."
1238
  msgstr ""
1239
 
1240
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:11
1241
- #, php-format
1242
- msgid ""
1243
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1244
- ">Before you can access your account, an administrator needs to approve it. "
1245
- "You will be notified via email."
1246
- msgstr ""
1247
-
1248
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:12
1249
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1250
- #, fuzzy, php-format
1251
- msgid "Your account on %1$s has been approved!"
1252
- msgstr "En bruker for %1$s har blitt lagt til."
1253
-
1254
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:13
1255
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1256
- #, php-format
1257
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1258
- msgstr ""
1259
-
1260
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:15
1261
- #, php-format
1262
- msgid ""
1263
- "To activate your user, please click the following link:\n"
1264
- "\n"
1265
- "%s\n"
1266
- "\n"
1267
- "After you activate, you will receive *another email* with your login.\n"
1268
- "\n"
1269
- msgstr ""
1270
-
1271
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:16
1272
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:55
1273
- #, fuzzy, php-format
1274
- msgid "Your account on %1$s has been unapproved!"
1275
- msgstr "En bruker for %1$s har blitt lagt til."
1276
-
1277
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:17
1278
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:56
1279
- #, php-format
1280
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1281
- msgstr ""
1282
-
1283
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:18
1284
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:20
1285
- #, php-format
1286
- msgid "[%1$s] A new subscriber has (been) registered!"
1287
- msgstr ""
1288
-
1289
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:21
1290
- #, php-format
1291
- msgid ""
1292
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1293
- "\"Admin Approval\" feature was activated at the time of registration, so "
1294
- "please remember that you need to approve this user before he/she can log in!"
1295
- msgstr ""
1296
-
1297
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:46
1298
- msgid "Here you can customize all the emails sent the users."
1299
- msgstr ""
1300
-
1301
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:49
1302
- msgid ""
1303
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1304
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1305
- "save.</span>"
1306
- msgstr ""
1307
-
1308
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:52
1309
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:434
1310
- msgid "From (name): "
1311
- msgstr ""
1312
-
1313
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:60
1314
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:76
1315
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:119
1316
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:175
1317
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:231
1318
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:291
1319
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:336
1320
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:442
1321
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:458
1322
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:502
1323
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:555
1324
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:609
1325
- msgid "Available Merge Tags"
1326
- msgstr ""
1327
-
1328
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:68
1329
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:450
1330
- msgid "From (reply-to email): "
1331
- msgstr ""
1332
-
1333
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:92
1334
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:475
1335
- msgid "Default Registration"
1336
- msgstr ""
1337
-
1338
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:100
1339
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:156
1340
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:212
1341
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:272
1342
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:317
1343
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:483
1344
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:536
1345
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:590
1346
- msgid "Email Subject: "
1347
- msgstr ""
1348
-
1349
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:108
1350
- msgid ""
1351
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1352
- "<span style=\"color:red\">user</span> upon registration.</span>"
1353
- msgstr ""
1354
-
1355
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:147
1356
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:528
1357
- msgid "Registration with Email Confirmation"
1358
- msgstr ""
1359
-
1360
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:164
1361
- msgid ""
1362
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1363
- "<span style=\"color:red\">user</span> upon registration with email "
1364
- "confirmation.</span>"
1365
- msgstr ""
1366
-
1367
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:203
1368
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:582
1369
- msgid "Registration with Admin Approval"
1370
- msgstr ""
1371
-
1372
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:220
1373
- msgid ""
1374
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1375
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1376
- "</span>"
1377
- msgstr ""
1378
-
1379
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:259
1380
- msgid "Admin Approval Notificaitons (on status change)"
1381
- msgstr ""
1382
-
1383
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:267
1384
- msgid "Message Sent to the User Upon Approval"
1385
- msgstr ""
1386
-
1387
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:280
1388
- msgid ""
1389
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1390
- "<span style=\"color:red\">user</span> upon approval.</span>"
1391
- msgstr ""
1392
-
1393
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:312
1394
- msgid "Message Sent to the User Upon Unapproval"
1395
- msgstr ""
1396
-
1397
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:325
1398
- msgid ""
1399
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1400
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1401
- msgstr ""
1402
-
1403
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:428
1404
- msgid "Here you can customize all the emails sent the administrator."
1405
- msgstr ""
1406
-
1407
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:431
1408
- msgid ""
1409
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1410
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1411
- "</span>"
1412
- msgstr ""
1413
-
1414
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:491
1415
- msgid ""
1416
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1417
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1418
- msgstr ""
1419
-
1420
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:544
1421
- msgid ""
1422
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1423
- "<span style=\"color:red\">administrator</span> upon user registration with "
1424
- "email confirmation.</span>"
1425
- msgstr ""
1426
-
1427
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:598
1428
- msgid ""
1429
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1430
- "<span style=\"color:red\">administrator</span> upon user registration with "
1431
- "admin approval.</span>"
1432
- msgstr ""
1433
-
1434
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:752
1435
- msgid "approved"
1436
- msgstr ""
1437
-
1438
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:761
1439
- msgid "unapproved"
1440
- msgstr ""
1441
-
1442
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1443
  msgid "Could not open socket!"
1444
  msgstr ""
@@ -1492,187 +1263,183 @@ msgstr ""
1492
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1493
  msgstr ""
1494
 
1495
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1496
  msgid ""
1497
  "To create a page containing the users registered to this current site/blog, "
1498
  "insert the following shortcode in a (blank) page: "
1499
  msgstr ""
1500
 
1501
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1502
  msgid ""
1503
  "For instance, to create a userlisting shortcode listing only the editors and "
1504
  "authors, visible to only the users currently logged in, you would use:"
1505
  msgstr ""
1506
 
1507
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1508
  msgid ""
1509
  "You can also create a userlisting page that displays users having a certain "
1510
  "meta-value within a certain (extra) meta-field like so:"
1511
  msgstr ""
1512
 
1513
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1514
  msgid ""
1515
  "Remember though, that the field-value combination must exist in the database."
1516
  msgstr ""
1517
 
1518
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:41
1519
  msgid "These settings are applied to the front-end userlisting."
1520
  msgstr ""
1521
 
1522
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:47
1523
  msgid "Number of Users/Page: "
1524
  msgstr ""
1525
 
1526
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:64
1527
- msgid "Default Sorting Criteria: "
1528
- msgstr ""
1529
-
1530
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:94
1531
  msgid "Default Sorting Order: "
1532
  msgstr ""
1533
 
1534
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:105
1535
  msgid "\"All-Userlisting\" Template"
1536
  msgstr ""
1537
 
1538
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:107
1539
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:249
1540
  msgid ""
1541
  "With the userlisting templates you can customize the look, feel and "
1542
  "information listed by the shortcode."
1543
  msgstr ""
1544
 
1545
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:108
1546
  msgid ""
1547
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1548
  "on each page access where the shortcode is present."
1549
  msgstr ""
1550
 
1551
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:112
1552
  msgid "Avatar size: "
1553
  msgstr ""
1554
 
1555
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:128
1556
  msgid "Insert \"Sort By\" Field:"
1557
  msgstr ""
1558
 
1559
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1560
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:255
1561
  msgid "Insert \"User-Meta\" Field:"
1562
  msgstr ""
1563
 
1564
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:187
1565
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:293
1566
  msgid "Insert Extra Functions:"
1567
  msgstr ""
1568
 
1569
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:202
1570
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1571
  msgstr ""
1572
 
1573
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:204
1574
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:307
1575
  msgid ""
1576
  "If you wish to use a default userlisting, just copy the following code and "
1577
  "paste it in the textarea below:"
1578
  msgstr ""
1579
 
1580
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:247
1581
  msgid "\"Single-Userlisting\" Template"
1582
  msgstr ""
1583
 
1584
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:250
1585
  msgid ""
1586
  "The \"Single User Listing\" template is used to list an individual user. "
1587
  "It's displayed when clickin on the \"more info\" link."
1588
  msgstr ""
1589
 
1590
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:305
1591
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1592
  msgstr ""
1593
 
1594
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1595
  msgid ""
1596
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1597
  msgstr ""
1598
 
1599
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1600
  msgid "You can find it in Profile Builder's menu."
1601
  msgstr ""
1602
 
1603
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:436
1604
  #, fuzzy
1605
  msgid "You need to be logged in to view the userlisting!"
1606
  msgstr "Du må være innlogget for å redigere profilen din."
1607
 
1608
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:472
1609
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
1610
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1611
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1354
1612
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1440
1613
  msgid "Search Users by All Fields"
1614
  msgstr ""
1615
 
1616
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1617
  msgid "Leave Blank and Press Search to List All Users"
1618
  msgstr ""
1619
 
1620
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:520
1621
  msgid "Search"
1622
  msgstr ""
1623
 
1624
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:533
1625
  #, fuzzy
1626
  msgid "First/Lastname"
1627
  msgstr "Fornavn"
1628
 
1629
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:539
1630
  #, fuzzy
1631
  msgid "Email"
1632
  msgstr "E-post"
1633
 
1634
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:545
1635
  msgid "Sign-up Date"
1636
  msgstr ""
1637
 
1638
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:551
1639
  #, fuzzy
1640
  msgid "Firstname"
1641
  msgstr "Fornavn"
1642
 
1643
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:557
1644
  #, fuzzy
1645
  msgid "Lastname"
1646
  msgstr "Etternavn"
1647
 
1648
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:563
1649
  #, fuzzy
1650
  msgid "Display Name"
1651
  msgstr "Fornavn"
1652
 
1653
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:581
1654
  msgid "Posts"
1655
  msgstr ""
1656
 
1657
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1658
  msgid "Click here to see more information about this user"
1659
  msgstr ""
1660
 
1661
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1662
  msgid "More..."
1663
  msgstr ""
1664
 
1665
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:824
1666
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1667
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1668
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1669
  #, fuzzy
1670
  msgid "No uploaded attachment"
1671
  msgstr "Vedlegget \""
1672
 
1673
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:826
1674
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1675
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1189
1676
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1677
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1678
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
@@ -1681,17 +1448,17 @@ msgstr "Vedlegget \""
1681
  msgid "Click to see the current attachment"
1682
  msgstr ""
1683
 
1684
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1685
  msgid "Click here to go back"
1686
  msgstr ""
1687
 
1688
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1689
  #, fuzzy
1690
  msgid "Back"
1691
  msgstr "Svart"
1692
 
1693
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1694
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1695
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1696
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1697
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
@@ -1700,118 +1467,118 @@ msgstr "Svart"
1700
  msgid "Current file"
1701
  msgstr ""
1702
 
1703
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1187
1704
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1705
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1706
  msgid "Avatar"
1707
  msgstr ""
1708
 
1709
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1244
1710
  msgid "No results found!"
1711
  msgstr ""
1712
 
1713
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1337
1714
  msgid "&laquo;&laquo; First"
1715
  msgstr ""
1716
 
1717
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1338
1718
  msgid "&laquo; Prev"
1719
  msgstr ""
1720
 
1721
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1339
1722
  #, fuzzy
1723
  msgid "Next &raquo; "
1724
  msgstr "Logg ut &raquo;"
1725
 
1726
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1340
1727
  #, fuzzy
1728
  msgid "Last &raquo;&raquo;"
1729
  msgstr "Logg ut &raquo;"
1730
 
1731
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1732
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1733
  #, fuzzy
1734
  msgid "You must give your option a title."
1735
  msgstr "Du må være innlogget for å redigere profilen din."
1736
 
1737
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1738
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1739
  msgid "You have entered an invalid meta-key format!"
1740
  msgstr ""
1741
 
1742
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:298
1743
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:441
1744
  #, fuzzy
1745
  msgid "You must enter a valid meta-key."
1746
  msgstr "Du må skrive inn en gyldig e-postadresse"
1747
 
1748
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:304
1749
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:314
1750
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:451
1751
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:463
1752
  msgid "That meta-key is already in use."
1753
  msgstr ""
1754
 
1755
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:321
1756
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:471
1757
  msgid ""
1758
  "There is already an avatar input-type. You can only have one avatar present."
1759
  msgstr ""
1760
 
1761
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:328
1762
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:478
1763
  msgid ""
1764
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1765
  "have one present."
1766
  msgstr ""
1767
 
1768
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1769
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1770
  msgid "The textarea row value must be numeric."
1771
  msgstr ""
1772
 
1773
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:337
1774
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:487
1775
  msgid "The maxlength attribute must be numeric."
1776
  msgstr ""
1777
 
1778
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:344
1779
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:494
1780
  msgid "The value must be between 20 and 200!"
1781
  msgstr ""
1782
 
1783
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1784
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1785
  msgid "The width component of the entered value must be numeric!"
1786
  msgstr ""
1787
 
1788
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1789
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1790
  msgid "The height component of the entered value must be numeric!"
1791
  msgstr ""
1792
 
1793
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1794
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1795
  msgid "The width component of the entered value must be between 20 and 200!"
1796
  msgstr ""
1797
 
1798
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:355
1799
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:505
1800
  msgid "The height component of the entered value must be between 20 and 200!"
1801
  msgstr ""
1802
 
1803
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:357
1804
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:507
1805
  msgid "The pair of values entered didn't have the right format (width,height)!"
1806
  msgstr ""
1807
 
1808
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:360
1809
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:510
1810
  msgid "The entered avatar size must be numeric!"
1811
  msgstr ""
1812
 
1813
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:394
1814
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:570
1815
  msgid "There was an error, please try again."
1816
  msgstr ""
1817
 
@@ -1823,40 +1590,60 @@ msgstr ""
1823
  msgid "the current user?"
1824
  msgstr ""
1825
 
1826
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:122
1827
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1828
  msgid "Approve"
1829
  msgstr ""
1830
 
1831
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:123
1832
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:213
1833
  msgid "Unapproved"
1834
  msgstr ""
1835
 
1836
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:134
1837
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:164
1838
  msgid "Unapprove"
1839
  msgstr ""
1840
 
1841
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:135
1842
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:210
1843
  msgid "Approved"
1844
  msgstr ""
1845
 
1846
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:163
1847
  msgid "unapprove"
1848
  msgstr ""
1849
 
1850
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1851
  msgid "approve"
1852
  msgstr ""
1853
 
1854
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1855
  #, php-format
1856
  msgid "Are you sure you want to %1$s this user?"
1857
  msgstr ""
1858
 
1859
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:232
1860
  msgid ""
1861
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1862
  "before you can log in."
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-01-10 11:29+0200\n"
6
+ "PO-Revision-Date: 2013-01-10 11:29+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:585
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
123
  msgstr ""
124
 
125
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
126
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:897
127
  #, fuzzy
128
  msgid "There was an error while trying to upload the following attachment(s)"
129
  msgstr "Det skjedde en feil når du prøvde å laste opp følgende vedlegg:<br/>"
136
  msgstr ""
137
 
138
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
139
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1277
140
  msgid "Name"
141
  msgstr "Navn"
142
 
143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
144
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
145
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1298
146
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
147
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
148
  msgid "Username"
149
  msgstr "Brukernavn"
150
 
193
  msgstr ""
194
 
195
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
196
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1322
197
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
198
  msgid "First Name"
199
  msgstr "Fornavn"
200
 
201
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
202
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1346
203
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
204
  msgid "Last Name"
205
  msgstr "Etternavn"
206
 
207
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
208
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1370
209
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
210
  msgid "Nickname"
211
  msgstr "Kallenavn"
215
  msgstr "Vis mitt navn offentlig som"
216
 
217
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
218
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1376
219
  msgid "Contact Info"
220
  msgstr "Kontaktinformasjon"
221
 
222
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
223
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1397
224
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
225
  msgid "E-mail"
226
  msgstr "E-post"
230
  msgstr "(påkrevd)"
231
 
232
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
233
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1421
234
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
235
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:540
236
  msgid "Website"
237
  msgstr "Nettside"
238
 
239
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
240
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1445
241
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
242
  msgid "AIM"
243
  msgstr "AIM"
244
 
245
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
246
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1469
247
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
248
  msgid "Yahoo IM"
249
  msgstr "Yahoo IM"
250
 
251
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
252
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1493
253
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
254
  msgid "Jabber / Google Talk"
255
  msgstr "Jabber / Google Talk"
256
 
257
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
258
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1499
259
  msgid "About Yourself"
260
  msgstr "Om deg selv"
261
 
262
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
263
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1520
264
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
265
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:546
266
  msgid "Biographical Info"
267
  msgstr "Litt om meg selv"
268
 
273
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
274
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
275
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
276
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1558
277
  msgid "Repeat Password"
278
  msgstr "Gjenta passord"
279
 
310
 
311
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
312
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
313
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
314
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
315
  msgid "here"
316
  msgstr ""
317
 
327
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
328
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
329
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
330
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1553
331
  msgid "Password"
332
  msgstr "Passord"
333
 
350
  msgstr ""
351
 
352
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
353
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:248
354
  msgid ""
355
  "Your account has to be confirmed by an administrator before you can use the "
356
  "\"Password Reset\" feature."
430
  msgstr ""
431
 
432
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
433
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:894
434
  msgid "The entered passwords don't match!"
435
  msgstr "Passordene er ikke like"
436
 
463
  msgid "Get New Password"
464
  msgstr "Nytt passord"
465
 
466
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:386
 
 
 
 
 
 
467
  #, php-format
468
  msgid ""
469
  "To activate your user, please click the following link:\n"
474
  "\n"
475
  msgstr ""
476
 
477
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
478
+ #, php-format
479
+ msgid "[%1$s] Activate %2$s"
480
+ msgstr ""
481
+
482
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:418
483
  msgid "Invalid activation key!"
484
  msgstr ""
485
 
486
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:422
487
  msgid "The user is already active!"
488
  msgstr ""
489
 
490
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:437
491
  msgid "Could not create user!"
492
  msgstr ""
493
 
494
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:447
495
  #, fuzzy
496
  msgid "That username is already activated!"
497
  msgstr "Brukernavnet er allerede i bruk!"
498
 
499
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:463
500
  #, fuzzy
501
  msgid "The user was successfully activated."
502
  msgstr "Bildet ditt er slettet."
503
 
504
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:465
505
  #, fuzzy
506
  msgid "There was an error while trying to activate the user."
507
  msgstr "Det skjedde en feil når du prøvde å laste opp følgende vedlegg:<br/>"
508
 
509
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
 
510
  #, php-format
511
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
512
  msgstr ""
513
 
514
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
515
  msgid ""
516
  "The \"Admin Approval\" feature was activated at the time of registration, so "
517
  "please remember that you need to approve this user before he/she can log in!"
518
  msgstr ""
519
 
520
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:504
521
  msgid "A new subscriber has (been) registered!"
522
  msgstr ""
523
 
524
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:522
 
 
525
  #, fuzzy
526
  msgid "A new account has been created for you."
527
  msgstr "En bruker for %1$s har blitt lagt til."
528
 
529
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:525
 
530
  #, php-format
531
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
532
  msgstr ""
533
 
534
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:527
535
  msgid ""
536
  "Before you can access your account, an administrator needs to approve it. "
537
  "You will be notified via email."
538
  msgstr ""
539
 
540
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:883
541
  msgid "A username is required for registration."
542
  msgstr "Et brukernavn kreves for registrering."
543
 
544
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
545
  msgid "Sorry, that username already exists!"
546
  msgstr "Brukernavnet er allerede i bruk!"
547
 
548
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:887
549
  msgid "You must enter a valid email address."
550
  msgstr "Du må skrive inn en gyldig e-postadresse"
551
 
552
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:889
553
  msgid "Sorry, that email address is already used!"
554
  msgstr "Denne e-posten er allerede i bruk!"
555
 
556
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
557
  msgid "You didn't complete one of the password-fields!"
558
  msgstr "Du fylte ut feil i et av passordfeltene!"
559
 
560
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
561
  msgid "Only files with the following extension(s) can be uploaded:"
562
  msgstr ""
563
 
564
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
565
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
566
  #, fuzzy
567
  msgid "The account was NOT created!"
568
  msgstr "En bruker for %1$s har blitt lagt til."
569
 
570
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:908
571
  msgid "You must agree to the terms and conditions before registering!"
572
  msgstr ""
573
 
574
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
575
  msgid "(Several required fields were left uncompleted)"
576
  msgstr ""
577
 
578
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
579
  msgid "This username is already reserved to be used soon."
580
  msgstr ""
581
 
582
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
583
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
584
  msgid "Please try a different one!"
585
  msgstr ""
586
 
587
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
588
  #, fuzzy
589
  msgid "This email address is already reserved to be used soon."
590
  msgstr "Denne e-posten er allerede i bruk!"
591
 
592
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
593
  msgid "You are logged in as"
594
  msgstr ""
595
 
596
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
597
  msgid "You don't need another account."
598
  msgstr ""
599
 
600
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
601
  #, fuzzy
602
  msgid "Log out of this account."
603
  msgstr "Logg ut av denne kontoen"
604
 
605
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
606
  #, fuzzy
607
  msgid "Logout"
608
  msgstr "Logg ut &raquo;"
609
 
610
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1168
611
  #, php-format
612
  msgid ""
613
  "An email has been sent to %1$s with information on how to activate his/her "
614
  "account."
615
  msgstr ""
616
 
617
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1172
618
  #, fuzzy, php-format
619
  msgid "A user account has been created for %1$s."
620
  msgstr "En bruker for %1$s har blitt lagt til."
621
 
622
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
623
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
624
  #, php-format
625
  msgid ""
626
  "You will soon be redirected automatically. If you see this page for more "
627
  "than 3 seconds, please click %1$s.%2$s"
628
  msgstr ""
629
 
630
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1197
631
  msgid ""
632
  "An email has been sent to you with information on how to activate your "
633
  "account."
634
  msgstr ""
635
 
636
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1201
637
  #, fuzzy, php-format
638
  msgid "Thank you for registering %1$s."
639
  msgstr "Takk for at du registrerte deg, %1$s."
640
 
641
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1228
642
  msgid "An error occured while trying to send the notification email."
643
  msgstr ""
644
 
645
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1233
646
  msgid "An email containing activation instructions was successfully sent."
647
  msgstr ""
648
 
649
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1238
650
  msgid "An email containing the username and password was successfully sent."
651
  msgstr ""
652
 
653
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1254
654
  msgid "Users can register themselves or you can manually create users here."
655
  msgstr "Brukere kan registrere seg selv eller du kan gjøre det manuelt her."
656
 
657
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1259
658
  msgid ""
659
  "Users cannot currently register themselves, but you can manually create "
660
  "users here."
662
  "Brukere kan ikke registrere seg selv, men du som har "
663
  "administratorrettigheter kan manuelt legge til brukere her. "
664
 
665
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1264
666
  msgid "Only an administrator can add new users."
667
  msgstr "Kun en administrator kan legge til nye brukere."
668
 
669
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1287
670
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1311
671
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1335
672
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1359
673
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1410
674
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1434
675
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1458
676
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1482
677
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1509
678
  msgid ""
679
  "This field must be filled out before registering (It was marked as required "
680
  "by the administrator)"
681
  msgstr ""
682
 
683
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1308
684
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1332
685
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1356
686
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1383
687
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1407
688
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1431
689
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1455
690
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1479
691
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1506
692
  msgid "This field is marked as required by the administrator"
693
  msgstr ""
694
 
695
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1581
696
  msgid "Anti-Spam"
697
  msgstr ""
698
 
699
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1602
700
  #, fuzzy
701
  msgid "Send these credentials via email."
702
  msgstr "Send denne informasjon om brukernavn og passord på e-post"
703
 
704
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
705
  msgid "Add User"
706
  msgstr "Legg til bruker"
707
 
708
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
709
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
710
  msgid "Register"
711
  msgstr "Registrer"
742
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
743
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
744
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
 
 
745
  msgid "Show"
746
  msgstr "Vis"
747
 
758
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
759
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
760
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
 
 
761
  msgid "Hide"
762
  msgstr "Skjul"
763
 
764
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
765
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
766
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
767
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:45
768
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
 
 
769
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
770
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:370
771
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
772
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
773
  msgid "Save Changes"
1006
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1007
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1008
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1009
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:38
1010
  msgid "General Settings"
1011
  msgstr ""
1012
 
1105
  msgstr ""
1106
 
1107
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
1108
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:30
1109
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
 
1110
  msgid "User-Listing"
1111
  msgstr ""
1112
 
1113
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1114
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1115
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
 
 
1116
  msgid "Active"
1117
  msgstr ""
1118
 
1119
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1120
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1121
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
 
 
1122
  msgid "Inactive"
1123
  msgstr ""
1124
 
1134
  msgid "reCAPTCHA"
1135
  msgstr ""
1136
 
 
 
 
 
 
 
 
 
 
 
 
 
1137
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1138
  msgid "Redirects on custom page requests:"
1139
  msgstr ""
1210
  "manage options)."
1211
  msgstr ""
1212
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1213
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1214
  msgid "Could not open socket!"
1215
  msgstr ""
1263
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1264
  msgstr ""
1265
 
1266
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:33
1267
  msgid ""
1268
  "To create a page containing the users registered to this current site/blog, "
1269
  "insert the following shortcode in a (blank) page: "
1270
  msgstr ""
1271
 
1272
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1273
  msgid ""
1274
  "For instance, to create a userlisting shortcode listing only the editors and "
1275
  "authors, visible to only the users currently logged in, you would use:"
1276
  msgstr ""
1277
 
1278
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1279
  msgid ""
1280
  "You can also create a userlisting page that displays users having a certain "
1281
  "meta-value within a certain (extra) meta-field like so:"
1282
  msgstr ""
1283
 
1284
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1285
  msgid ""
1286
  "Remember though, that the field-value combination must exist in the database."
1287
  msgstr ""
1288
 
1289
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:40
1290
  msgid "These settings are applied to the front-end userlisting."
1291
  msgstr ""
1292
 
1293
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:46
1294
  msgid "Number of Users/Page: "
1295
  msgstr ""
1296
 
1297
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:63
 
 
 
 
1298
  msgid "Default Sorting Order: "
1299
  msgstr ""
1300
 
1301
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:74
1302
  msgid "\"All-Userlisting\" Template"
1303
  msgstr ""
1304
 
1305
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:76
1306
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:218
1307
  msgid ""
1308
  "With the userlisting templates you can customize the look, feel and "
1309
  "information listed by the shortcode."
1310
  msgstr ""
1311
 
1312
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:77
1313
  msgid ""
1314
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1315
  "on each page access where the shortcode is present."
1316
  msgstr ""
1317
 
1318
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:81
1319
  msgid "Avatar size: "
1320
  msgstr ""
1321
 
1322
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:97
1323
  msgid "Insert \"Sort By\" Field:"
1324
  msgstr ""
1325
 
1326
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:125
1327
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:224
1328
  msgid "Insert \"User-Meta\" Field:"
1329
  msgstr ""
1330
 
1331
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1332
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:262
1333
  msgid "Insert Extra Functions:"
1334
  msgstr ""
1335
 
1336
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:171
1337
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1338
  msgstr ""
1339
 
1340
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:173
1341
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:276
1342
  msgid ""
1343
  "If you wish to use a default userlisting, just copy the following code and "
1344
  "paste it in the textarea below:"
1345
  msgstr ""
1346
 
1347
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:216
1348
  msgid "\"Single-Userlisting\" Template"
1349
  msgstr ""
1350
 
1351
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:219
1352
  msgid ""
1353
  "The \"Single User Listing\" template is used to list an individual user. "
1354
  "It's displayed when clickin on the \"more info\" link."
1355
  msgstr ""
1356
 
1357
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:274
1358
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1359
  msgstr ""
1360
 
1361
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1362
  msgid ""
1363
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1364
  msgstr ""
1365
 
1366
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1367
  msgid "You can find it in Profile Builder's menu."
1368
  msgstr ""
1369
 
1370
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:405
1371
  #, fuzzy
1372
  msgid "You need to be logged in to view the userlisting!"
1373
  msgstr "Du må være innlogget for å redigere profilen din."
1374
 
1375
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:443
1376
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:469
1377
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1378
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1328
1379
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1414
1380
  msgid "Search Users by All Fields"
1381
  msgstr ""
1382
 
1383
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1384
  msgid "Leave Blank and Press Search to List All Users"
1385
  msgstr ""
1386
 
1387
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:491
1388
  msgid "Search"
1389
  msgstr ""
1390
 
1391
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:504
1392
  #, fuzzy
1393
  msgid "First/Lastname"
1394
  msgstr "Fornavn"
1395
 
1396
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:510
1397
  #, fuzzy
1398
  msgid "Email"
1399
  msgstr "E-post"
1400
 
1401
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1402
  msgid "Sign-up Date"
1403
  msgstr ""
1404
 
1405
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:522
1406
  #, fuzzy
1407
  msgid "Firstname"
1408
  msgstr "Fornavn"
1409
 
1410
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:528
1411
  #, fuzzy
1412
  msgid "Lastname"
1413
  msgstr "Etternavn"
1414
 
1415
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:534
1416
  #, fuzzy
1417
  msgid "Display Name"
1418
  msgstr "Fornavn"
1419
 
1420
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:552
1421
  msgid "Posts"
1422
  msgstr ""
1423
 
1424
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1425
  msgid "Click here to see more information about this user"
1426
  msgstr ""
1427
 
1428
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1429
  msgid "More..."
1430
  msgstr ""
1431
 
1432
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:795
1433
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1434
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1435
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1436
  #, fuzzy
1437
  msgid "No uploaded attachment"
1438
  msgstr "Vedlegget \""
1439
 
1440
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:797
1441
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1442
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1160
1443
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1444
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1445
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1448
  msgid "Click to see the current attachment"
1449
  msgstr ""
1450
 
1451
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1452
  msgid "Click here to go back"
1453
  msgstr ""
1454
 
1455
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1456
  #, fuzzy
1457
  msgid "Back"
1458
  msgstr "Svart"
1459
 
1460
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1461
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1462
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1463
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1464
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1467
  msgid "Current file"
1468
  msgstr ""
1469
 
1470
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1158
1471
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1472
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1473
  msgid "Avatar"
1474
  msgstr ""
1475
 
1476
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1215
1477
  msgid "No results found!"
1478
  msgstr ""
1479
 
1480
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1311
1481
  msgid "&laquo;&laquo; First"
1482
  msgstr ""
1483
 
1484
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1312
1485
  msgid "&laquo; Prev"
1486
  msgstr ""
1487
 
1488
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1313
1489
  #, fuzzy
1490
  msgid "Next &raquo; "
1491
  msgstr "Logg ut &raquo;"
1492
 
1493
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1314
1494
  #, fuzzy
1495
  msgid "Last &raquo;&raquo;"
1496
  msgstr "Logg ut &raquo;"
1497
 
1498
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:286
1499
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:429
1500
  #, fuzzy
1501
  msgid "You must give your option a title."
1502
  msgstr "Du må være innlogget for å redigere profilen din."
1503
 
1504
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1505
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1506
  msgid "You have entered an invalid meta-key format!"
1507
  msgstr ""
1508
 
1509
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1510
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1511
  #, fuzzy
1512
  msgid "You must enter a valid meta-key."
1513
  msgstr "Du må skrive inn en gyldig e-postadresse"
1514
 
1515
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:300
1516
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:310
1517
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:447
1518
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:459
1519
  msgid "That meta-key is already in use."
1520
  msgstr ""
1521
 
1522
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:317
1523
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:467
1524
  msgid ""
1525
  "There is already an avatar input-type. You can only have one avatar present."
1526
  msgstr ""
1527
 
1528
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:324
1529
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:474
1530
  msgid ""
1531
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1532
  "have one present."
1533
  msgstr ""
1534
 
1535
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:329
1536
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:479
1537
  msgid "The textarea row value must be numeric."
1538
  msgstr ""
1539
 
1540
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1541
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1542
  msgid "The maxlength attribute must be numeric."
1543
  msgstr ""
1544
 
1545
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:340
1546
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:490
1547
  msgid "The value must be between 20 and 200!"
1548
  msgstr ""
1549
 
1550
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:345
1551
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:495
1552
  msgid "The width component of the entered value must be numeric!"
1553
  msgstr ""
1554
 
1555
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:347
1556
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:497
1557
  msgid "The height component of the entered value must be numeric!"
1558
  msgstr ""
1559
 
1560
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1561
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1562
  msgid "The width component of the entered value must be between 20 and 200!"
1563
  msgstr ""
1564
 
1565
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1566
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1567
  msgid "The height component of the entered value must be between 20 and 200!"
1568
  msgstr ""
1569
 
1570
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1571
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1572
  msgid "The pair of values entered didn't have the right format (width,height)!"
1573
  msgstr ""
1574
 
1575
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:356
1576
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:506
1577
  msgid "The entered avatar size must be numeric!"
1578
  msgstr ""
1579
 
1580
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:390
1581
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:566
1582
  msgid "There was an error, please try again."
1583
  msgstr ""
1584
 
1590
  msgid "the current user?"
1591
  msgstr ""
1592
 
1593
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1594
+ #, fuzzy, php-format
1595
+ msgid "Your account on %1$s has been approved!"
1596
+ msgstr "En bruker for %1$s har blitt lagt til."
1597
+
1598
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1599
+ #, php-format
1600
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
1601
+ msgstr ""
1602
+
1603
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:58
1604
+ #, fuzzy, php-format
1605
+ msgid "Your account on %1$s has been unapproved!"
1606
+ msgstr "En bruker for %1$s har blitt lagt til."
1607
+
1608
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:59
1609
+ #, php-format
1610
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1611
+ msgstr ""
1612
+
1613
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:126
1614
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:172
1615
  msgid "Approve"
1616
  msgstr ""
1617
 
1618
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:127
1619
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:217
1620
  msgid "Unapproved"
1621
  msgstr ""
1622
 
1623
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:138
1624
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
1625
  msgid "Unapprove"
1626
  msgstr ""
1627
 
1628
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:139
1629
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:214
1630
  msgid "Approved"
1631
  msgstr ""
1632
 
1633
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1634
  msgid "unapprove"
1635
  msgstr ""
1636
 
1637
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1638
  msgid "approve"
1639
  msgstr ""
1640
 
1641
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:175
1642
  #, php-format
1643
  msgid "Are you sure you want to %1$s this user?"
1644
  msgstr ""
1645
 
1646
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:236
1647
  msgid ""
1648
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1649
  "before you can log in."
translation/profilebuilder-nl_NL.mo CHANGED
Binary file
translation/profilebuilder-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:46+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:46+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
@@ -11,12 +11,12 @@ msgstr ""
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:576
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
@@ -132,7 +132,7 @@ msgstr "De avatar is"
132
 
133
  # @ profilebuilder
134
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
135
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
136
  #, fuzzy
137
  msgid "There was an error while trying to upload the following attachment(s)"
138
  msgstr "Foutmelding tijdens het uploaden van de volgende attachments:"
@@ -146,16 +146,16 @@ msgstr ""
146
 
147
  # @ profilebuilder
148
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
149
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1265
150
  msgid "Name"
151
  msgstr "Naam"
152
 
153
  # @ profilebuilder
154
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
155
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
156
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1286
157
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
158
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:527
159
  msgid "Username"
160
  msgstr "Gebruikersnaam"
161
 
@@ -205,21 +205,21 @@ msgstr ""
205
 
206
  # @ profilebuilder
207
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
208
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1310
209
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
210
  msgid "First Name"
211
  msgstr "Voornaam"
212
 
213
  # @ profilebuilder
214
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
215
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1334
216
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
217
  msgid "Last Name"
218
  msgstr "Achternaam"
219
 
220
  # @ profilebuilder
221
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
222
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1358
223
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
224
  msgid "Nickname"
225
  msgstr "Bijnaam"
@@ -231,13 +231,13 @@ msgstr "Naam publiekelijk tonen als"
231
 
232
  # @ profilebuilder
233
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
234
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1364
235
  msgid "Contact Info"
236
  msgstr "Contact Informatie"
237
 
238
  # @ profilebuilder
239
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
240
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1385
241
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
242
  msgid "E-mail"
243
  msgstr "E-mail"
@@ -249,44 +249,44 @@ msgstr "(verplicht)"
249
 
250
  # @ profilebuilder
251
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
252
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1409
253
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
254
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:569
255
  msgid "Website"
256
  msgstr "Website"
257
 
258
  # @ profilebuilder
259
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
260
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1433
261
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
262
  msgid "AIM"
263
  msgstr "AIM"
264
 
265
  # @ profilebuilder
266
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
267
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1457
268
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
269
  msgid "Yahoo IM"
270
  msgstr "Yahoo IM"
271
 
272
  # @ profilebuilder
273
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
274
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1481
275
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
276
  msgid "Jabber / Google Talk"
277
  msgstr "Jabber / Google Talk"
278
 
279
  # @ profilebuilder
280
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
281
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1487
282
  msgid "About Yourself"
283
  msgstr "Over Jezelf"
284
 
285
  # @ profilebuilder
286
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
287
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1508
288
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
289
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:575
290
  msgid "Biographical Info"
291
  msgstr "Biografie"
292
 
@@ -299,7 +299,7 @@ msgstr "Nieuw Wachtwoord"
299
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
300
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
301
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
302
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1546
303
  msgid "Repeat Password"
304
  msgstr "Herhaal Wachtwoord"
305
 
@@ -344,8 +344,8 @@ msgstr ""
344
  # @ profilebuilder
345
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
346
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
347
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
348
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
349
  msgid "here"
350
  msgstr "hier"
351
 
@@ -364,7 +364,7 @@ msgstr "Veld voor gebruikersnaam is leeg"
364
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
365
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
366
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
367
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1541
368
  msgid "Password"
369
  msgstr "Wachtwoord"
370
 
@@ -391,7 +391,7 @@ msgid "ERROR"
391
  msgstr "FOUT"
392
 
393
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
394
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:244
395
  msgid ""
396
  "Your account has to be confirmed by an administrator before you can use the "
397
  "\"Password Reset\" feature."
@@ -480,7 +480,7 @@ msgstr ""
480
 
481
  # @ profilebuilder
482
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
483
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:882
484
  msgid "The entered passwords don't match!"
485
  msgstr "De ingevoerde wachtwoorden komen niet overeen!"
486
 
@@ -515,13 +515,7 @@ msgstr "Gebruikersnaam of e-mail adres"
515
  msgid "Get New Password"
516
  msgstr "Nieuw wachtwoord"
517
 
518
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:387
519
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:14
520
- #, php-format
521
- msgid "[%1$s] Activate %2$s"
522
- msgstr ""
523
-
524
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
525
  #, php-format
526
  msgid ""
527
  "To activate your user, please click the following link:\n"
@@ -532,162 +526,163 @@ msgid ""
532
  "\n"
533
  msgstr ""
534
 
 
 
 
 
 
535
  # @ profilebuilder
536
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:415
537
  #, fuzzy
538
  msgid "Invalid activation key!"
539
  msgstr "Ongeldige sleutel!"
540
 
541
  # @ profilebuilder
542
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:419
543
  #, fuzzy
544
  msgid "The user is already active!"
545
  msgstr "Gebruikers is NIET aangemaakt!"
546
 
547
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:434
548
  msgid "Could not create user!"
549
  msgstr ""
550
 
551
  # @ profilebuilder
552
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:444
553
  #, fuzzy
554
  msgid "That username is already activated!"
555
  msgstr "Sorry, die gebruikersnaam bestaat al!"
556
 
557
  # @ profilebuilder
558
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:460
559
  #, fuzzy
560
  msgid "The user was successfully activated."
561
  msgstr "De avatar is succesvol verwijderd."
562
 
563
  # @ profilebuilder
564
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:462
565
  #, fuzzy
566
  msgid "There was an error while trying to activate the user."
567
  msgstr "Foutmelding opgetreden tijdens verzenden van activatie link naar "
568
 
569
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:496
570
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:19
571
  #, php-format
572
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
573
  msgstr ""
574
 
575
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
576
  msgid ""
577
  "The \"Admin Approval\" feature was activated at the time of registration, so "
578
  "please remember that you need to approve this user before he/she can log in!"
579
  msgstr ""
580
 
581
  # @ default
582
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
583
  msgid "A new subscriber has (been) registered!"
584
  msgstr ""
585
 
586
  # @ profilebuilder
587
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:515
588
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:8
589
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:10
590
  #, fuzzy
591
  msgid "A new account has been created for you."
592
  msgstr "Gebruikers account is gemaakt voor"
593
 
594
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:518
595
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:9
596
  #, php-format
597
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
598
  msgstr ""
599
 
600
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:520
601
  msgid ""
602
  "Before you can access your account, an administrator needs to approve it. "
603
  "You will be notified via email."
604
  msgstr ""
605
 
606
  # @ profilebuilder
607
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:871
608
  msgid "A username is required for registration."
609
  msgstr "Een gebruikersnaam is vereist voor registratie."
610
 
611
  # @ profilebuilder
612
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:873
613
  msgid "Sorry, that username already exists!"
614
  msgstr "Sorry, die gebruikersnaam bestaat al!"
615
 
616
  # @ profilebuilder
617
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:875
618
  msgid "You must enter a valid email address."
619
  msgstr "U moet een geldig e-mail adres invullen."
620
 
621
  # @ profilebuilder
622
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:877
623
  msgid "Sorry, that email address is already used!"
624
  msgstr "Sorry, dat e-mail adres is al in gebruik!"
625
 
626
  # @ profilebuilder
627
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
628
  msgid "You didn't complete one of the password-fields!"
629
  msgstr "Je hebt een van de wachtwoord-velden niet volledig ingevuld!"
630
 
631
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
632
  msgid "Only files with the following extension(s) can be uploaded:"
633
  msgstr ""
634
 
635
  # @ profilebuilder
636
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
637
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
638
  msgid "The account was NOT created!"
639
  msgstr "Account is NIET aangemaakt!"
640
 
641
  # @ profilebuilder
642
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:896
643
  msgid "You must agree to the terms and conditions before registering!"
644
  msgstr "U moet akkoord gaan met de voorwaarden voordat u registreert!"
645
 
646
  # @ profilebuilder
647
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
648
  msgid "(Several required fields were left uncompleted)"
649
  msgstr "(Diverse verplichte velden zijn onvolledig ingevuld)"
650
 
651
  # @ profilebuilder
652
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
653
  #, fuzzy
654
  msgid "This username is already reserved to be used soon."
655
  msgstr ""
656
  "Het ingetoetste e-mail adres is al geregistreerd bij een andere gebruiker."
657
 
658
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
659
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
660
  msgid "Please try a different one!"
661
  msgstr ""
662
 
663
  # @ profilebuilder
664
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
665
  #, fuzzy
666
  msgid "This email address is already reserved to be used soon."
667
  msgstr ""
668
  "Het ingetoetste e-mail adres is al geregistreerd bij een andere gebruiker."
669
 
670
  # @ profilebuilder
671
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
672
  msgid "You are logged in as"
673
  msgstr "U bent ingelogd als"
674
 
675
  # @ profilebuilder
676
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
677
  msgid "You don't need another account."
678
  msgstr "U heeft geen ander account nodig"
679
 
680
  # @ profilebuilder
681
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
682
  msgid "Log out of this account."
683
  msgstr "Uitloggen van dit account"
684
 
685
  # @ profilebuilder
686
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
687
  msgid "Logout"
688
  msgstr "Uitloggen"
689
 
690
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1156
691
  #, php-format
692
  msgid ""
693
  "An email has been sent to %1$s with information on how to activate his/her "
@@ -695,14 +690,14 @@ msgid ""
695
  msgstr ""
696
 
697
  # @ profilebuilder
698
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
699
  #, fuzzy, php-format
700
  msgid "A user account has been created for %1$s."
701
  msgstr "Gebruikers account is gemaakt voor"
702
 
703
  # @ profilebuilder
704
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
705
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
706
  #, fuzzy, php-format
707
  msgid ""
708
  "You will soon be redirected automatically. If you see this page for more "
@@ -711,43 +706,43 @@ msgstr ""
711
  "U wordt automatisch doorgestuurd. Als u deze pagina meer dan 1 seconde ziet, "
712
  "klik svp op"
713
 
714
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1185
715
  msgid ""
716
  "An email has been sent to you with information on how to activate your "
717
  "account."
718
  msgstr ""
719
 
720
  # @ profilebuilder
721
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1189
722
  #, fuzzy, php-format
723
  msgid "Thank you for registering %1$s."
724
  msgstr "Bedankt voor registreren"
725
 
726
  # @ profilebuilder
727
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1216
728
  msgid "An error occured while trying to send the notification email."
729
  msgstr "Fout opgetreden tijdens verzenden van notificatie e-mail."
730
 
731
  # @ profilebuilder
732
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
733
  #, fuzzy
734
  msgid "An email containing activation instructions was successfully sent."
735
  msgstr "Een e-mail met gebruikersnaam en wachtwoord is succesvol verzonden."
736
 
737
  # @ profilebuilder
738
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1226
739
  msgid "An email containing the username and password was successfully sent."
740
  msgstr "Een e-mail met gebruikersnaam en wachtwoord is succesvol verzonden."
741
 
742
  # @ profilebuilder
743
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1242
744
  msgid "Users can register themselves or you can manually create users here."
745
  msgstr ""
746
  "Gebruikers kunnen zich registreren of je kunt hier handmatig gebruikers "
747
  "aanmaken."
748
 
749
  # @ profilebuilder
750
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1247
751
  msgid ""
752
  "Users cannot currently register themselves, but you can manually create "
753
  "users here."
@@ -756,52 +751,52 @@ msgstr ""
756
  "handmatig gebruikers aanmaken."
757
 
758
  # @ profilebuilder
759
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1252
760
  msgid "Only an administrator can add new users."
761
  msgstr "Alleen een beheerder kan nieuwe gebruikers toevoegen."
762
 
763
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1275
764
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
765
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
766
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
767
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
768
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
769
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
770
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
771
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
772
  msgid ""
773
  "This field must be filled out before registering (It was marked as required "
774
  "by the administrator)"
775
  msgstr ""
776
 
777
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1296
778
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1320
779
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1344
780
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1371
781
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1395
782
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1419
783
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1443
784
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1467
785
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1494
786
  msgid "This field is marked as required by the administrator"
787
  msgstr ""
788
 
789
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1569
790
  msgid "Anti-Spam"
791
  msgstr ""
792
 
793
  # @ profilebuilder
794
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1590
795
  msgid "Send these credentials via email."
796
  msgstr "Verstuur deze gegevens via e-mail."
797
 
798
  # @ profilebuilder
799
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
800
  msgid "Add User"
801
  msgstr "Gebruiker Toevoegen"
802
 
803
  # @ profilebuilder
804
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
805
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
806
  msgid "Register"
807
  msgstr "Registreren"
@@ -843,8 +838,6 @@ msgstr "Standaard"
843
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
844
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
845
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
846
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:33
847
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:415
848
  msgid "Show"
849
  msgstr "Tonen"
850
 
@@ -862,8 +855,6 @@ msgstr "Tonen"
862
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
863
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
864
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
865
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:34
866
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:416
867
  msgid "Hide"
868
  msgstr "Verbergen"
869
 
@@ -871,12 +862,10 @@ msgstr "Verbergen"
871
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
872
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
873
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
874
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:59
875
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
876
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:377
877
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:650
878
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
879
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:401
880
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
881
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
882
  msgid "Save Changes"
@@ -1153,7 +1142,7 @@ msgstr "Nieuw Wachtwoord"
1153
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1154
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1155
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1156
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:39
1157
  msgid "General Settings"
1158
  msgstr ""
1159
 
@@ -1261,24 +1250,20 @@ msgid "Status"
1261
  msgstr ""
1262
 
1263
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
 
1264
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
1265
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:32
1266
  msgid "User-Listing"
1267
  msgstr ""
1268
 
1269
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1270
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1271
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
1272
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:43
1273
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:50
1274
  msgid "Active"
1275
  msgstr ""
1276
 
1277
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1278
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1279
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
1280
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:44
1281
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:51
1282
  msgid "Inactive"
1283
  msgstr ""
1284
 
@@ -1294,18 +1279,6 @@ msgstr ""
1294
  msgid "reCAPTCHA"
1295
  msgstr ""
1296
 
1297
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:41
1298
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:42
1299
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:43
1300
- msgid "User Email Customizer"
1301
- msgstr ""
1302
-
1303
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:48
1304
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:424
1305
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:425
1306
- msgid "Admin Email Customizer"
1307
- msgstr ""
1308
-
1309
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1310
  msgid "Redirects on custom page requests:"
1311
  msgstr ""
@@ -1385,210 +1358,6 @@ msgid ""
1385
  "manage options)."
1386
  msgstr ""
1387
 
1388
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:11
1389
- #, php-format
1390
- msgid ""
1391
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1392
- ">Before you can access your account, an administrator needs to approve it. "
1393
- "You will be notified via email."
1394
- msgstr ""
1395
-
1396
- # @ profilebuilder
1397
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:12
1398
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1399
- #, fuzzy, php-format
1400
- msgid "Your account on %1$s has been approved!"
1401
- msgstr "Gebruikers account is gemaakt voor"
1402
-
1403
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:13
1404
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1405
- #, php-format
1406
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1407
- msgstr ""
1408
-
1409
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:15
1410
- #, php-format
1411
- msgid ""
1412
- "To activate your user, please click the following link:\n"
1413
- "\n"
1414
- "%s\n"
1415
- "\n"
1416
- "After you activate, you will receive *another email* with your login.\n"
1417
- "\n"
1418
- msgstr ""
1419
-
1420
- # @ profilebuilder
1421
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:16
1422
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:55
1423
- #, fuzzy, php-format
1424
- msgid "Your account on %1$s has been unapproved!"
1425
- msgstr "Gebruikers account is gemaakt voor"
1426
-
1427
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:17
1428
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:56
1429
- #, php-format
1430
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1431
- msgstr ""
1432
-
1433
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:18
1434
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:20
1435
- #, php-format
1436
- msgid "[%1$s] A new subscriber has (been) registered!"
1437
- msgstr ""
1438
-
1439
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:21
1440
- #, php-format
1441
- msgid ""
1442
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1443
- "\"Admin Approval\" feature was activated at the time of registration, so "
1444
- "please remember that you need to approve this user before he/she can log in!"
1445
- msgstr ""
1446
-
1447
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:46
1448
- msgid "Here you can customize all the emails sent the users."
1449
- msgstr ""
1450
-
1451
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:49
1452
- msgid ""
1453
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1454
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1455
- "save.</span>"
1456
- msgstr ""
1457
-
1458
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:52
1459
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:434
1460
- msgid "From (name): "
1461
- msgstr ""
1462
-
1463
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:60
1464
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:76
1465
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:119
1466
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:175
1467
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:231
1468
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:291
1469
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:336
1470
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:442
1471
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:458
1472
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:502
1473
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:555
1474
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:609
1475
- msgid "Available Merge Tags"
1476
- msgstr ""
1477
-
1478
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:68
1479
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:450
1480
- msgid "From (reply-to email): "
1481
- msgstr ""
1482
-
1483
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:92
1484
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:475
1485
- msgid "Default Registration"
1486
- msgstr ""
1487
-
1488
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:100
1489
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:156
1490
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:212
1491
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:272
1492
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:317
1493
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:483
1494
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:536
1495
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:590
1496
- msgid "Email Subject: "
1497
- msgstr ""
1498
-
1499
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:108
1500
- msgid ""
1501
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1502
- "<span style=\"color:red\">user</span> upon registration.</span>"
1503
- msgstr ""
1504
-
1505
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:147
1506
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:528
1507
- msgid "Registration with Email Confirmation"
1508
- msgstr ""
1509
-
1510
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:164
1511
- msgid ""
1512
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1513
- "<span style=\"color:red\">user</span> upon registration with email "
1514
- "confirmation.</span>"
1515
- msgstr ""
1516
-
1517
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:203
1518
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:582
1519
- msgid "Registration with Admin Approval"
1520
- msgstr ""
1521
-
1522
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:220
1523
- msgid ""
1524
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1525
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1526
- "</span>"
1527
- msgstr ""
1528
-
1529
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:259
1530
- msgid "Admin Approval Notificaitons (on status change)"
1531
- msgstr ""
1532
-
1533
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:267
1534
- msgid "Message Sent to the User Upon Approval"
1535
- msgstr ""
1536
-
1537
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:280
1538
- msgid ""
1539
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1540
- "<span style=\"color:red\">user</span> upon approval.</span>"
1541
- msgstr ""
1542
-
1543
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:312
1544
- msgid "Message Sent to the User Upon Unapproval"
1545
- msgstr ""
1546
-
1547
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:325
1548
- msgid ""
1549
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1550
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1551
- msgstr ""
1552
-
1553
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:428
1554
- msgid "Here you can customize all the emails sent the administrator."
1555
- msgstr ""
1556
-
1557
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:431
1558
- msgid ""
1559
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1560
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1561
- "</span>"
1562
- msgstr ""
1563
-
1564
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:491
1565
- msgid ""
1566
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1567
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1568
- msgstr ""
1569
-
1570
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:544
1571
- msgid ""
1572
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1573
- "<span style=\"color:red\">administrator</span> upon user registration with "
1574
- "email confirmation.</span>"
1575
- msgstr ""
1576
-
1577
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:598
1578
- msgid ""
1579
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1580
- "<span style=\"color:red\">administrator</span> upon user registration with "
1581
- "admin approval.</span>"
1582
- msgstr ""
1583
-
1584
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:752
1585
- msgid "approved"
1586
- msgstr ""
1587
-
1588
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:761
1589
- msgid "unapproved"
1590
- msgstr ""
1591
-
1592
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1593
  msgid "Could not open socket!"
1594
  msgstr ""
@@ -1642,194 +1411,190 @@ msgstr ""
1642
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1643
  msgstr ""
1644
 
1645
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1646
  msgid ""
1647
  "To create a page containing the users registered to this current site/blog, "
1648
  "insert the following shortcode in a (blank) page: "
1649
  msgstr ""
1650
 
1651
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1652
  msgid ""
1653
  "For instance, to create a userlisting shortcode listing only the editors and "
1654
  "authors, visible to only the users currently logged in, you would use:"
1655
  msgstr ""
1656
 
1657
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1658
  msgid ""
1659
  "You can also create a userlisting page that displays users having a certain "
1660
  "meta-value within a certain (extra) meta-field like so:"
1661
  msgstr ""
1662
 
1663
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1664
  msgid ""
1665
  "Remember though, that the field-value combination must exist in the database."
1666
  msgstr ""
1667
 
1668
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:41
1669
  msgid "These settings are applied to the front-end userlisting."
1670
  msgstr ""
1671
 
1672
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:47
1673
  msgid "Number of Users/Page: "
1674
  msgstr ""
1675
 
1676
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:64
1677
- msgid "Default Sorting Criteria: "
1678
- msgstr ""
1679
-
1680
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:94
1681
  msgid "Default Sorting Order: "
1682
  msgstr ""
1683
 
1684
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:105
1685
  msgid "\"All-Userlisting\" Template"
1686
  msgstr ""
1687
 
1688
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:107
1689
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:249
1690
  msgid ""
1691
  "With the userlisting templates you can customize the look, feel and "
1692
  "information listed by the shortcode."
1693
  msgstr ""
1694
 
1695
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:108
1696
  msgid ""
1697
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1698
  "on each page access where the shortcode is present."
1699
  msgstr ""
1700
 
1701
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:112
1702
  msgid "Avatar size: "
1703
  msgstr ""
1704
 
1705
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:128
1706
  msgid "Insert \"Sort By\" Field:"
1707
  msgstr ""
1708
 
1709
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1710
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:255
1711
  msgid "Insert \"User-Meta\" Field:"
1712
  msgstr ""
1713
 
1714
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:187
1715
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:293
1716
  msgid "Insert Extra Functions:"
1717
  msgstr ""
1718
 
1719
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:202
1720
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1721
  msgstr ""
1722
 
1723
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:204
1724
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:307
1725
  msgid ""
1726
  "If you wish to use a default userlisting, just copy the following code and "
1727
  "paste it in the textarea below:"
1728
  msgstr ""
1729
 
1730
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:247
1731
  msgid "\"Single-Userlisting\" Template"
1732
  msgstr ""
1733
 
1734
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:250
1735
  msgid ""
1736
  "The \"Single User Listing\" template is used to list an individual user. "
1737
  "It's displayed when clickin on the \"more info\" link."
1738
  msgstr ""
1739
 
1740
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:305
1741
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1742
  msgstr ""
1743
 
1744
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1745
  msgid ""
1746
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1747
  msgstr ""
1748
 
1749
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1750
  msgid "You can find it in Profile Builder's menu."
1751
  msgstr ""
1752
 
1753
  # @ profilebuilder
1754
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:436
1755
  #, fuzzy
1756
  msgid "You need to be logged in to view the userlisting!"
1757
  msgstr "U moet ingelogd zijn om uw profiel te kunnen bewerken."
1758
 
1759
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:472
1760
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
1761
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1762
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1354
1763
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1440
1764
  msgid "Search Users by All Fields"
1765
  msgstr ""
1766
 
1767
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1768
  msgid "Leave Blank and Press Search to List All Users"
1769
  msgstr ""
1770
 
1771
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:520
1772
  msgid "Search"
1773
  msgstr ""
1774
 
1775
  # @ profilebuilder
1776
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:533
1777
  #, fuzzy
1778
  msgid "First/Lastname"
1779
  msgstr "Voornaam"
1780
 
1781
  # @ profilebuilder
1782
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:539
1783
  #, fuzzy
1784
  msgid "Email"
1785
  msgstr "E-mail"
1786
 
1787
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:545
1788
  msgid "Sign-up Date"
1789
  msgstr ""
1790
 
1791
  # @ profilebuilder
1792
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:551
1793
  #, fuzzy
1794
  msgid "Firstname"
1795
  msgstr "Voornaam"
1796
 
1797
  # @ profilebuilder
1798
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:557
1799
  #, fuzzy
1800
  msgid "Lastname"
1801
  msgstr "Achternaam"
1802
 
1803
  # @ profilebuilder
1804
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:563
1805
  #, fuzzy
1806
  msgid "Display Name"
1807
  msgstr "Voornaam"
1808
 
1809
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:581
1810
  msgid "Posts"
1811
  msgstr ""
1812
 
1813
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1814
  msgid "Click here to see more information about this user"
1815
  msgstr ""
1816
 
1817
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1818
  msgid "More..."
1819
  msgstr ""
1820
 
1821
  # @ profilebuilder
1822
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:824
1823
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1824
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1825
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1826
  #, fuzzy
1827
  msgid "No uploaded attachment"
1828
  msgstr "De bijlage"
1829
 
1830
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:826
1831
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1832
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1189
1833
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1834
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1835
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
@@ -1838,18 +1603,18 @@ msgstr "De bijlage"
1838
  msgid "Click to see the current attachment"
1839
  msgstr ""
1840
 
1841
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1842
  msgid "Click here to go back"
1843
  msgstr ""
1844
 
1845
  # @ profilebuilder
1846
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1847
  #, fuzzy
1848
  msgid "Back"
1849
  msgstr "Zwart"
1850
 
1851
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1852
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1853
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1854
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1855
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
@@ -1858,119 +1623,119 @@ msgstr "Zwart"
1858
  msgid "Current file"
1859
  msgstr ""
1860
 
1861
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1187
1862
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1863
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1864
  msgid "Avatar"
1865
  msgstr ""
1866
 
1867
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1244
1868
  msgid "No results found!"
1869
  msgstr ""
1870
 
1871
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1337
1872
  msgid "&laquo;&laquo; First"
1873
  msgstr ""
1874
 
1875
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1338
1876
  msgid "&laquo; Prev"
1877
  msgstr ""
1878
 
1879
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1339
1880
  msgid "Next &raquo; "
1881
  msgstr ""
1882
 
1883
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1340
1884
  msgid "Last &raquo;&raquo;"
1885
  msgstr ""
1886
 
1887
  # @ profilebuilder
1888
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1889
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1890
  #, fuzzy
1891
  msgid "You must give your option a title."
1892
  msgstr "U moet ingelogd zijn om uw profiel te kunnen bewerken."
1893
 
1894
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1895
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1896
  msgid "You have entered an invalid meta-key format!"
1897
  msgstr ""
1898
 
1899
  # @ profilebuilder
1900
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:298
1901
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:441
1902
  #, fuzzy
1903
  msgid "You must enter a valid meta-key."
1904
  msgstr "U moet een geldig e-mail adres invullen."
1905
 
1906
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:304
1907
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:314
1908
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:451
1909
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:463
1910
  msgid "That meta-key is already in use."
1911
  msgstr ""
1912
 
1913
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:321
1914
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:471
1915
  msgid ""
1916
  "There is already an avatar input-type. You can only have one avatar present."
1917
  msgstr ""
1918
 
1919
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:328
1920
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:478
1921
  msgid ""
1922
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1923
  "have one present."
1924
  msgstr ""
1925
 
1926
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1927
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1928
  msgid "The textarea row value must be numeric."
1929
  msgstr ""
1930
 
1931
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:337
1932
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:487
1933
  msgid "The maxlength attribute must be numeric."
1934
  msgstr ""
1935
 
1936
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:344
1937
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:494
1938
  msgid "The value must be between 20 and 200!"
1939
  msgstr ""
1940
 
1941
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1942
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1943
  msgid "The width component of the entered value must be numeric!"
1944
  msgstr ""
1945
 
1946
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1947
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1948
  msgid "The height component of the entered value must be numeric!"
1949
  msgstr ""
1950
 
1951
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1952
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1953
  msgid "The width component of the entered value must be between 20 and 200!"
1954
  msgstr ""
1955
 
1956
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:355
1957
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:505
1958
  msgid "The height component of the entered value must be between 20 and 200!"
1959
  msgstr ""
1960
 
1961
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:357
1962
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:507
1963
  msgid "The pair of values entered didn't have the right format (width,height)!"
1964
  msgstr ""
1965
 
1966
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:360
1967
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:510
1968
  msgid "The entered avatar size must be numeric!"
1969
  msgstr ""
1970
 
1971
  # @ profilebuilder
1972
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:394
1973
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:570
1974
  #, fuzzy
1975
  msgid "There was an error, please try again."
1976
  msgstr "Foutmelding tijdens het uploaden van uw avatar afbeelding."
@@ -1983,40 +1748,62 @@ msgstr ""
1983
  msgid "the current user?"
1984
  msgstr ""
1985
 
1986
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:122
1987
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1988
  msgid "Approve"
1989
  msgstr ""
1990
 
1991
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:123
1992
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:213
1993
  msgid "Unapproved"
1994
  msgstr ""
1995
 
1996
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:134
1997
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:164
1998
  msgid "Unapprove"
1999
  msgstr ""
2000
 
2001
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:135
2002
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:210
2003
  msgid "Approved"
2004
  msgstr ""
2005
 
2006
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:163
2007
  msgid "unapprove"
2008
  msgstr ""
2009
 
2010
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
2011
  msgid "approve"
2012
  msgstr ""
2013
 
2014
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
2015
  #, php-format
2016
  msgid "Are you sure you want to %1$s this user?"
2017
  msgstr ""
2018
 
2019
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:232
2020
  msgid ""
2021
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
2022
  "before you can log in."
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-01-10 11:29+0200\n"
6
+ "PO-Revision-Date: 2013-01-10 11:29+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:585
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
132
 
133
  # @ profilebuilder
134
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
135
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:897
136
  #, fuzzy
137
  msgid "There was an error while trying to upload the following attachment(s)"
138
  msgstr "Foutmelding tijdens het uploaden van de volgende attachments:"
146
 
147
  # @ profilebuilder
148
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
149
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1277
150
  msgid "Name"
151
  msgstr "Naam"
152
 
153
  # @ profilebuilder
154
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
155
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
156
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1298
157
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
158
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
159
  msgid "Username"
160
  msgstr "Gebruikersnaam"
161
 
205
 
206
  # @ profilebuilder
207
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
208
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1322
209
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
210
  msgid "First Name"
211
  msgstr "Voornaam"
212
 
213
  # @ profilebuilder
214
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
215
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1346
216
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
217
  msgid "Last Name"
218
  msgstr "Achternaam"
219
 
220
  # @ profilebuilder
221
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
222
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1370
223
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
224
  msgid "Nickname"
225
  msgstr "Bijnaam"
231
 
232
  # @ profilebuilder
233
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
234
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1376
235
  msgid "Contact Info"
236
  msgstr "Contact Informatie"
237
 
238
  # @ profilebuilder
239
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
240
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1397
241
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
242
  msgid "E-mail"
243
  msgstr "E-mail"
249
 
250
  # @ profilebuilder
251
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
252
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1421
253
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
254
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:540
255
  msgid "Website"
256
  msgstr "Website"
257
 
258
  # @ profilebuilder
259
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
260
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1445
261
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
262
  msgid "AIM"
263
  msgstr "AIM"
264
 
265
  # @ profilebuilder
266
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
267
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1469
268
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
269
  msgid "Yahoo IM"
270
  msgstr "Yahoo IM"
271
 
272
  # @ profilebuilder
273
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
274
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1493
275
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
276
  msgid "Jabber / Google Talk"
277
  msgstr "Jabber / Google Talk"
278
 
279
  # @ profilebuilder
280
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
281
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1499
282
  msgid "About Yourself"
283
  msgstr "Over Jezelf"
284
 
285
  # @ profilebuilder
286
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
287
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1520
288
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
289
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:546
290
  msgid "Biographical Info"
291
  msgstr "Biografie"
292
 
299
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
300
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
301
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
302
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1558
303
  msgid "Repeat Password"
304
  msgstr "Herhaal Wachtwoord"
305
 
344
  # @ profilebuilder
345
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
346
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
347
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
348
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
349
  msgid "here"
350
  msgstr "hier"
351
 
364
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
365
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
366
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
367
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1553
368
  msgid "Password"
369
  msgstr "Wachtwoord"
370
 
391
  msgstr "FOUT"
392
 
393
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
394
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:248
395
  msgid ""
396
  "Your account has to be confirmed by an administrator before you can use the "
397
  "\"Password Reset\" feature."
480
 
481
  # @ profilebuilder
482
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
483
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:894
484
  msgid "The entered passwords don't match!"
485
  msgstr "De ingevoerde wachtwoorden komen niet overeen!"
486
 
515
  msgid "Get New Password"
516
  msgstr "Nieuw wachtwoord"
517
 
518
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:386
 
 
 
 
 
 
519
  #, php-format
520
  msgid ""
521
  "To activate your user, please click the following link:\n"
526
  "\n"
527
  msgstr ""
528
 
529
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
530
+ #, php-format
531
+ msgid "[%1$s] Activate %2$s"
532
+ msgstr ""
533
+
534
  # @ profilebuilder
535
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:418
536
  #, fuzzy
537
  msgid "Invalid activation key!"
538
  msgstr "Ongeldige sleutel!"
539
 
540
  # @ profilebuilder
541
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:422
542
  #, fuzzy
543
  msgid "The user is already active!"
544
  msgstr "Gebruikers is NIET aangemaakt!"
545
 
546
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:437
547
  msgid "Could not create user!"
548
  msgstr ""
549
 
550
  # @ profilebuilder
551
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:447
552
  #, fuzzy
553
  msgid "That username is already activated!"
554
  msgstr "Sorry, die gebruikersnaam bestaat al!"
555
 
556
  # @ profilebuilder
557
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:463
558
  #, fuzzy
559
  msgid "The user was successfully activated."
560
  msgstr "De avatar is succesvol verwijderd."
561
 
562
  # @ profilebuilder
563
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:465
564
  #, fuzzy
565
  msgid "There was an error while trying to activate the user."
566
  msgstr "Foutmelding opgetreden tijdens verzenden van activatie link naar "
567
 
568
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
 
569
  #, php-format
570
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
571
  msgstr ""
572
 
573
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
574
  msgid ""
575
  "The \"Admin Approval\" feature was activated at the time of registration, so "
576
  "please remember that you need to approve this user before he/she can log in!"
577
  msgstr ""
578
 
579
  # @ default
580
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:504
581
  msgid "A new subscriber has (been) registered!"
582
  msgstr ""
583
 
584
  # @ profilebuilder
585
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:522
 
 
586
  #, fuzzy
587
  msgid "A new account has been created for you."
588
  msgstr "Gebruikers account is gemaakt voor"
589
 
590
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:525
 
591
  #, php-format
592
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
593
  msgstr ""
594
 
595
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:527
596
  msgid ""
597
  "Before you can access your account, an administrator needs to approve it. "
598
  "You will be notified via email."
599
  msgstr ""
600
 
601
  # @ profilebuilder
602
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:883
603
  msgid "A username is required for registration."
604
  msgstr "Een gebruikersnaam is vereist voor registratie."
605
 
606
  # @ profilebuilder
607
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
608
  msgid "Sorry, that username already exists!"
609
  msgstr "Sorry, die gebruikersnaam bestaat al!"
610
 
611
  # @ profilebuilder
612
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:887
613
  msgid "You must enter a valid email address."
614
  msgstr "U moet een geldig e-mail adres invullen."
615
 
616
  # @ profilebuilder
617
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:889
618
  msgid "Sorry, that email address is already used!"
619
  msgstr "Sorry, dat e-mail adres is al in gebruik!"
620
 
621
  # @ profilebuilder
622
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
623
  msgid "You didn't complete one of the password-fields!"
624
  msgstr "Je hebt een van de wachtwoord-velden niet volledig ingevuld!"
625
 
626
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
627
  msgid "Only files with the following extension(s) can be uploaded:"
628
  msgstr ""
629
 
630
  # @ profilebuilder
631
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
632
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
633
  msgid "The account was NOT created!"
634
  msgstr "Account is NIET aangemaakt!"
635
 
636
  # @ profilebuilder
637
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:908
638
  msgid "You must agree to the terms and conditions before registering!"
639
  msgstr "U moet akkoord gaan met de voorwaarden voordat u registreert!"
640
 
641
  # @ profilebuilder
642
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
643
  msgid "(Several required fields were left uncompleted)"
644
  msgstr "(Diverse verplichte velden zijn onvolledig ingevuld)"
645
 
646
  # @ profilebuilder
647
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
648
  #, fuzzy
649
  msgid "This username is already reserved to be used soon."
650
  msgstr ""
651
  "Het ingetoetste e-mail adres is al geregistreerd bij een andere gebruiker."
652
 
653
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
654
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
655
  msgid "Please try a different one!"
656
  msgstr ""
657
 
658
  # @ profilebuilder
659
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
660
  #, fuzzy
661
  msgid "This email address is already reserved to be used soon."
662
  msgstr ""
663
  "Het ingetoetste e-mail adres is al geregistreerd bij een andere gebruiker."
664
 
665
  # @ profilebuilder
666
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
667
  msgid "You are logged in as"
668
  msgstr "U bent ingelogd als"
669
 
670
  # @ profilebuilder
671
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
672
  msgid "You don't need another account."
673
  msgstr "U heeft geen ander account nodig"
674
 
675
  # @ profilebuilder
676
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
677
  msgid "Log out of this account."
678
  msgstr "Uitloggen van dit account"
679
 
680
  # @ profilebuilder
681
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
682
  msgid "Logout"
683
  msgstr "Uitloggen"
684
 
685
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1168
686
  #, php-format
687
  msgid ""
688
  "An email has been sent to %1$s with information on how to activate his/her "
690
  msgstr ""
691
 
692
  # @ profilebuilder
693
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1172
694
  #, fuzzy, php-format
695
  msgid "A user account has been created for %1$s."
696
  msgstr "Gebruikers account is gemaakt voor"
697
 
698
  # @ profilebuilder
699
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
700
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
701
  #, fuzzy, php-format
702
  msgid ""
703
  "You will soon be redirected automatically. If you see this page for more "
706
  "U wordt automatisch doorgestuurd. Als u deze pagina meer dan 1 seconde ziet, "
707
  "klik svp op"
708
 
709
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1197
710
  msgid ""
711
  "An email has been sent to you with information on how to activate your "
712
  "account."
713
  msgstr ""
714
 
715
  # @ profilebuilder
716
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1201
717
  #, fuzzy, php-format
718
  msgid "Thank you for registering %1$s."
719
  msgstr "Bedankt voor registreren"
720
 
721
  # @ profilebuilder
722
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1228
723
  msgid "An error occured while trying to send the notification email."
724
  msgstr "Fout opgetreden tijdens verzenden van notificatie e-mail."
725
 
726
  # @ profilebuilder
727
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1233
728
  #, fuzzy
729
  msgid "An email containing activation instructions was successfully sent."
730
  msgstr "Een e-mail met gebruikersnaam en wachtwoord is succesvol verzonden."
731
 
732
  # @ profilebuilder
733
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1238
734
  msgid "An email containing the username and password was successfully sent."
735
  msgstr "Een e-mail met gebruikersnaam en wachtwoord is succesvol verzonden."
736
 
737
  # @ profilebuilder
738
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1254
739
  msgid "Users can register themselves or you can manually create users here."
740
  msgstr ""
741
  "Gebruikers kunnen zich registreren of je kunt hier handmatig gebruikers "
742
  "aanmaken."
743
 
744
  # @ profilebuilder
745
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1259
746
  msgid ""
747
  "Users cannot currently register themselves, but you can manually create "
748
  "users here."
751
  "handmatig gebruikers aanmaken."
752
 
753
  # @ profilebuilder
754
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1264
755
  msgid "Only an administrator can add new users."
756
  msgstr "Alleen een beheerder kan nieuwe gebruikers toevoegen."
757
 
758
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1287
759
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1311
760
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1335
761
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1359
762
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1410
763
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1434
764
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1458
765
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1482
766
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1509
767
  msgid ""
768
  "This field must be filled out before registering (It was marked as required "
769
  "by the administrator)"
770
  msgstr ""
771
 
772
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1308
773
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1332
774
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1356
775
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1383
776
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1407
777
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1431
778
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1455
779
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1479
780
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1506
781
  msgid "This field is marked as required by the administrator"
782
  msgstr ""
783
 
784
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1581
785
  msgid "Anti-Spam"
786
  msgstr ""
787
 
788
  # @ profilebuilder
789
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1602
790
  msgid "Send these credentials via email."
791
  msgstr "Verstuur deze gegevens via e-mail."
792
 
793
  # @ profilebuilder
794
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
795
  msgid "Add User"
796
  msgstr "Gebruiker Toevoegen"
797
 
798
  # @ profilebuilder
799
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
800
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
801
  msgid "Register"
802
  msgstr "Registreren"
838
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
839
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
840
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
 
 
841
  msgid "Show"
842
  msgstr "Tonen"
843
 
855
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
856
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
857
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
 
 
858
  msgid "Hide"
859
  msgstr "Verbergen"
860
 
862
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
863
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
864
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
865
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:45
866
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
 
 
867
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
868
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:370
869
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
870
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
871
  msgid "Save Changes"
1142
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1144
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1145
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:38
1146
  msgid "General Settings"
1147
  msgstr ""
1148
 
1250
  msgstr ""
1251
 
1252
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
1253
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:30
1254
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
 
1255
  msgid "User-Listing"
1256
  msgstr ""
1257
 
1258
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1259
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1260
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
 
 
1261
  msgid "Active"
1262
  msgstr ""
1263
 
1264
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1265
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1266
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
 
 
1267
  msgid "Inactive"
1268
  msgstr ""
1269
 
1279
  msgid "reCAPTCHA"
1280
  msgstr ""
1281
 
 
 
 
 
 
 
 
 
 
 
 
 
1282
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1283
  msgid "Redirects on custom page requests:"
1284
  msgstr ""
1358
  "manage options)."
1359
  msgstr ""
1360
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1361
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1362
  msgid "Could not open socket!"
1363
  msgstr ""
1411
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1412
  msgstr ""
1413
 
1414
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:33
1415
  msgid ""
1416
  "To create a page containing the users registered to this current site/blog, "
1417
  "insert the following shortcode in a (blank) page: "
1418
  msgstr ""
1419
 
1420
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1421
  msgid ""
1422
  "For instance, to create a userlisting shortcode listing only the editors and "
1423
  "authors, visible to only the users currently logged in, you would use:"
1424
  msgstr ""
1425
 
1426
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1427
  msgid ""
1428
  "You can also create a userlisting page that displays users having a certain "
1429
  "meta-value within a certain (extra) meta-field like so:"
1430
  msgstr ""
1431
 
1432
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1433
  msgid ""
1434
  "Remember though, that the field-value combination must exist in the database."
1435
  msgstr ""
1436
 
1437
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:40
1438
  msgid "These settings are applied to the front-end userlisting."
1439
  msgstr ""
1440
 
1441
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:46
1442
  msgid "Number of Users/Page: "
1443
  msgstr ""
1444
 
1445
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:63
 
 
 
 
1446
  msgid "Default Sorting Order: "
1447
  msgstr ""
1448
 
1449
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:74
1450
  msgid "\"All-Userlisting\" Template"
1451
  msgstr ""
1452
 
1453
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:76
1454
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:218
1455
  msgid ""
1456
  "With the userlisting templates you can customize the look, feel and "
1457
  "information listed by the shortcode."
1458
  msgstr ""
1459
 
1460
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:77
1461
  msgid ""
1462
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1463
  "on each page access where the shortcode is present."
1464
  msgstr ""
1465
 
1466
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:81
1467
  msgid "Avatar size: "
1468
  msgstr ""
1469
 
1470
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:97
1471
  msgid "Insert \"Sort By\" Field:"
1472
  msgstr ""
1473
 
1474
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:125
1475
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:224
1476
  msgid "Insert \"User-Meta\" Field:"
1477
  msgstr ""
1478
 
1479
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1480
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:262
1481
  msgid "Insert Extra Functions:"
1482
  msgstr ""
1483
 
1484
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:171
1485
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1486
  msgstr ""
1487
 
1488
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:173
1489
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:276
1490
  msgid ""
1491
  "If you wish to use a default userlisting, just copy the following code and "
1492
  "paste it in the textarea below:"
1493
  msgstr ""
1494
 
1495
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:216
1496
  msgid "\"Single-Userlisting\" Template"
1497
  msgstr ""
1498
 
1499
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:219
1500
  msgid ""
1501
  "The \"Single User Listing\" template is used to list an individual user. "
1502
  "It's displayed when clickin on the \"more info\" link."
1503
  msgstr ""
1504
 
1505
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:274
1506
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1507
  msgstr ""
1508
 
1509
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1510
  msgid ""
1511
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1512
  msgstr ""
1513
 
1514
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1515
  msgid "You can find it in Profile Builder's menu."
1516
  msgstr ""
1517
 
1518
  # @ profilebuilder
1519
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:405
1520
  #, fuzzy
1521
  msgid "You need to be logged in to view the userlisting!"
1522
  msgstr "U moet ingelogd zijn om uw profiel te kunnen bewerken."
1523
 
1524
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:443
1525
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:469
1526
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1527
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1328
1528
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1414
1529
  msgid "Search Users by All Fields"
1530
  msgstr ""
1531
 
1532
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1533
  msgid "Leave Blank and Press Search to List All Users"
1534
  msgstr ""
1535
 
1536
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:491
1537
  msgid "Search"
1538
  msgstr ""
1539
 
1540
  # @ profilebuilder
1541
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:504
1542
  #, fuzzy
1543
  msgid "First/Lastname"
1544
  msgstr "Voornaam"
1545
 
1546
  # @ profilebuilder
1547
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:510
1548
  #, fuzzy
1549
  msgid "Email"
1550
  msgstr "E-mail"
1551
 
1552
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1553
  msgid "Sign-up Date"
1554
  msgstr ""
1555
 
1556
  # @ profilebuilder
1557
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:522
1558
  #, fuzzy
1559
  msgid "Firstname"
1560
  msgstr "Voornaam"
1561
 
1562
  # @ profilebuilder
1563
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:528
1564
  #, fuzzy
1565
  msgid "Lastname"
1566
  msgstr "Achternaam"
1567
 
1568
  # @ profilebuilder
1569
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:534
1570
  #, fuzzy
1571
  msgid "Display Name"
1572
  msgstr "Voornaam"
1573
 
1574
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:552
1575
  msgid "Posts"
1576
  msgstr ""
1577
 
1578
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1579
  msgid "Click here to see more information about this user"
1580
  msgstr ""
1581
 
1582
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1583
  msgid "More..."
1584
  msgstr ""
1585
 
1586
  # @ profilebuilder
1587
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:795
1588
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1589
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1590
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1591
  #, fuzzy
1592
  msgid "No uploaded attachment"
1593
  msgstr "De bijlage"
1594
 
1595
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:797
1596
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1597
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1160
1598
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1599
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1600
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1603
  msgid "Click to see the current attachment"
1604
  msgstr ""
1605
 
1606
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1607
  msgid "Click here to go back"
1608
  msgstr ""
1609
 
1610
  # @ profilebuilder
1611
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1612
  #, fuzzy
1613
  msgid "Back"
1614
  msgstr "Zwart"
1615
 
1616
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1617
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1618
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1619
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1620
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1623
  msgid "Current file"
1624
  msgstr ""
1625
 
1626
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1158
1627
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1628
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1629
  msgid "Avatar"
1630
  msgstr ""
1631
 
1632
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1215
1633
  msgid "No results found!"
1634
  msgstr ""
1635
 
1636
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1311
1637
  msgid "&laquo;&laquo; First"
1638
  msgstr ""
1639
 
1640
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1312
1641
  msgid "&laquo; Prev"
1642
  msgstr ""
1643
 
1644
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1313
1645
  msgid "Next &raquo; "
1646
  msgstr ""
1647
 
1648
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1314
1649
  msgid "Last &raquo;&raquo;"
1650
  msgstr ""
1651
 
1652
  # @ profilebuilder
1653
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:286
1654
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:429
1655
  #, fuzzy
1656
  msgid "You must give your option a title."
1657
  msgstr "U moet ingelogd zijn om uw profiel te kunnen bewerken."
1658
 
1659
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1660
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1661
  msgid "You have entered an invalid meta-key format!"
1662
  msgstr ""
1663
 
1664
  # @ profilebuilder
1665
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1666
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1667
  #, fuzzy
1668
  msgid "You must enter a valid meta-key."
1669
  msgstr "U moet een geldig e-mail adres invullen."
1670
 
1671
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:300
1672
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:310
1673
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:447
1674
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:459
1675
  msgid "That meta-key is already in use."
1676
  msgstr ""
1677
 
1678
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:317
1679
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:467
1680
  msgid ""
1681
  "There is already an avatar input-type. You can only have one avatar present."
1682
  msgstr ""
1683
 
1684
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:324
1685
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:474
1686
  msgid ""
1687
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1688
  "have one present."
1689
  msgstr ""
1690
 
1691
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:329
1692
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:479
1693
  msgid "The textarea row value must be numeric."
1694
  msgstr ""
1695
 
1696
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1697
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1698
  msgid "The maxlength attribute must be numeric."
1699
  msgstr ""
1700
 
1701
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:340
1702
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:490
1703
  msgid "The value must be between 20 and 200!"
1704
  msgstr ""
1705
 
1706
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:345
1707
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:495
1708
  msgid "The width component of the entered value must be numeric!"
1709
  msgstr ""
1710
 
1711
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:347
1712
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:497
1713
  msgid "The height component of the entered value must be numeric!"
1714
  msgstr ""
1715
 
1716
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1717
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1718
  msgid "The width component of the entered value must be between 20 and 200!"
1719
  msgstr ""
1720
 
1721
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1722
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1723
  msgid "The height component of the entered value must be between 20 and 200!"
1724
  msgstr ""
1725
 
1726
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1727
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1728
  msgid "The pair of values entered didn't have the right format (width,height)!"
1729
  msgstr ""
1730
 
1731
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:356
1732
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:506
1733
  msgid "The entered avatar size must be numeric!"
1734
  msgstr ""
1735
 
1736
  # @ profilebuilder
1737
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:390
1738
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:566
1739
  #, fuzzy
1740
  msgid "There was an error, please try again."
1741
  msgstr "Foutmelding tijdens het uploaden van uw avatar afbeelding."
1748
  msgid "the current user?"
1749
  msgstr ""
1750
 
1751
+ # @ profilebuilder
1752
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1753
+ #, fuzzy, php-format
1754
+ msgid "Your account on %1$s has been approved!"
1755
+ msgstr "Gebruikers account is gemaakt voor"
1756
+
1757
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1758
+ #, php-format
1759
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
1760
+ msgstr ""
1761
+
1762
+ # @ profilebuilder
1763
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:58
1764
+ #, fuzzy, php-format
1765
+ msgid "Your account on %1$s has been unapproved!"
1766
+ msgstr "Gebruikers account is gemaakt voor"
1767
+
1768
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:59
1769
+ #, php-format
1770
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1771
+ msgstr ""
1772
+
1773
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:126
1774
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:172
1775
  msgid "Approve"
1776
  msgstr ""
1777
 
1778
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:127
1779
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:217
1780
  msgid "Unapproved"
1781
  msgstr ""
1782
 
1783
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:138
1784
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
1785
  msgid "Unapprove"
1786
  msgstr ""
1787
 
1788
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:139
1789
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:214
1790
  msgid "Approved"
1791
  msgstr ""
1792
 
1793
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1794
  msgid "unapprove"
1795
  msgstr ""
1796
 
1797
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1798
  msgid "approve"
1799
  msgstr ""
1800
 
1801
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:175
1802
  #, php-format
1803
  msgid "Are you sure you want to %1$s this user?"
1804
  msgstr ""
1805
 
1806
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:236
1807
  msgid ""
1808
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1809
  "before you can log in."
translation/profilebuilder-pl_PL.mo CHANGED
Binary file
translation/profilebuilder-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:46+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:46+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
@@ -11,12 +11,12 @@ msgstr ""
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:576
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
@@ -124,7 +124,7 @@ msgid "The avatar was"
124
  msgstr ""
125
 
126
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
127
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
128
  #, fuzzy
129
  msgid "There was an error while trying to upload the following attachment(s)"
130
  msgstr "Wystąpił błąd podczas wgrywania następujących załączników:<br/>"
@@ -137,15 +137,15 @@ msgid ""
137
  msgstr ""
138
 
139
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
140
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1265
141
  msgid "Name"
142
  msgstr "Imię"
143
 
144
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
145
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
146
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1286
147
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
148
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:527
149
  msgid "Username"
150
  msgstr "Nazwa użytkownika"
151
 
@@ -194,19 +194,19 @@ msgid ""
194
  msgstr ""
195
 
196
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
197
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1310
198
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
199
  msgid "First Name"
200
  msgstr "Imię"
201
 
202
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
203
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1334
204
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
205
  msgid "Last Name"
206
  msgstr "Nazwisko"
207
 
208
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
209
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1358
210
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
211
  msgid "Nickname"
212
  msgstr "Ksywa"
@@ -216,12 +216,12 @@ msgid "Display name publicly as"
216
  msgstr "Pokaż publicznie jako"
217
 
218
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
219
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1364
220
  msgid "Contact Info"
221
  msgstr "Dane kontaktowe"
222
 
223
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
224
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1385
225
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
226
  msgid "E-mail"
227
  msgstr "E-mail"
@@ -231,39 +231,39 @@ msgid "(required)"
231
  msgstr "(wymagane)"
232
 
233
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
234
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1409
235
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
236
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:569
237
  msgid "Website"
238
  msgstr "Strona www"
239
 
240
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
241
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1433
242
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
243
  msgid "AIM"
244
  msgstr "AIM"
245
 
246
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
247
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1457
248
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
249
  msgid "Yahoo IM"
250
  msgstr "Komunikator Yahoo"
251
 
252
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
253
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1481
254
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
255
  msgid "Jabber / Google Talk"
256
  msgstr "Jabber / GTalk"
257
 
258
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
259
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1487
260
  msgid "About Yourself"
261
  msgstr "O sobie"
262
 
263
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
264
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1508
265
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
266
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:575
267
  msgid "Biographical Info"
268
  msgstr "Informacje biograficzne"
269
 
@@ -274,7 +274,7 @@ msgstr "Nowe hasło"
274
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
275
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
276
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
277
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1546
278
  msgid "Repeat Password"
279
  msgstr "Powtórz hasło"
280
 
@@ -311,8 +311,8 @@ msgstr ""
311
 
312
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
313
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
314
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
315
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
316
  msgid "here"
317
  msgstr ""
318
 
@@ -328,7 +328,7 @@ msgstr ""
328
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
329
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
330
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
331
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1541
332
  msgid "Password"
333
  msgstr "Hasło"
334
 
@@ -351,7 +351,7 @@ msgid "ERROR"
351
  msgstr ""
352
 
353
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
354
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:244
355
  msgid ""
356
  "Your account has to be confirmed by an administrator before you can use the "
357
  "\"Password Reset\" feature."
@@ -432,7 +432,7 @@ msgid ""
432
  msgstr ""
433
 
434
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
435
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:882
436
  msgid "The entered passwords don't match!"
437
  msgstr "Wprowadzone hasła nie zgadzają się!"
438
 
@@ -465,13 +465,7 @@ msgstr "Nazwa użytkownika"
465
  msgid "Get New Password"
466
  msgstr "Nowe hasło"
467
 
468
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:387
469
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:14
470
- #, php-format
471
- msgid "[%1$s] Activate %2$s"
472
- msgstr ""
473
-
474
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
475
  #, php-format
476
  msgid ""
477
  "To activate your user, please click the following link:\n"
@@ -482,186 +476,187 @@ msgid ""
482
  "\n"
483
  msgstr ""
484
 
485
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:415
 
 
 
 
 
486
  msgid "Invalid activation key!"
487
  msgstr ""
488
 
489
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:419
490
  msgid "The user is already active!"
491
  msgstr ""
492
 
493
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:434
494
  msgid "Could not create user!"
495
  msgstr ""
496
 
497
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:444
498
  #, fuzzy
499
  msgid "That username is already activated!"
500
  msgstr "Podany użytkownik już istnieje!"
501
 
502
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:460
503
  #, fuzzy
504
  msgid "The user was successfully activated."
505
  msgstr "Avatar został poprawnie usunięty."
506
 
507
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:462
508
  #, fuzzy
509
  msgid "There was an error while trying to activate the user."
510
  msgstr "Wystąpił błąd podczas wgrywania następujących załączników:<br/>"
511
 
512
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:496
513
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:19
514
  #, php-format
515
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
516
  msgstr ""
517
 
518
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
519
  msgid ""
520
  "The \"Admin Approval\" feature was activated at the time of registration, so "
521
  "please remember that you need to approve this user before he/she can log in!"
522
  msgstr ""
523
 
524
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
525
  msgid "A new subscriber has (been) registered!"
526
  msgstr ""
527
 
528
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:515
529
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:8
530
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:10
531
  #, fuzzy
532
  msgid "A new account has been created for you."
533
  msgstr "Konto dla %1$s zostało założone."
534
 
535
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:518
536
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:9
537
  #, php-format
538
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
539
  msgstr ""
540
 
541
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:520
542
  msgid ""
543
  "Before you can access your account, an administrator needs to approve it. "
544
  "You will be notified via email."
545
  msgstr ""
546
 
547
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:871
548
  msgid "A username is required for registration."
549
  msgstr "Nazwa użytkownika jest wymagana do rejestracji."
550
 
551
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:873
552
  msgid "Sorry, that username already exists!"
553
  msgstr "Podany użytkownik już istnieje!"
554
 
555
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:875
556
  msgid "You must enter a valid email address."
557
  msgstr "Musisz podać poprawny adres email."
558
 
559
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:877
560
  msgid "Sorry, that email address is already used!"
561
  msgstr "Podany adres email został już wykorzystany!"
562
 
563
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
564
  msgid "You didn't complete one of the password-fields!"
565
  msgstr "Nie wypełniłeś jednego z pól z hasłem!"
566
 
567
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
568
  msgid "Only files with the following extension(s) can be uploaded:"
569
  msgstr ""
570
 
571
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
572
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
573
  #, fuzzy
574
  msgid "The account was NOT created!"
575
  msgstr "Konto dla %1$s zostało założone."
576
 
577
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:896
578
  msgid "You must agree to the terms and conditions before registering!"
579
  msgstr ""
580
 
581
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
582
  msgid "(Several required fields were left uncompleted)"
583
  msgstr ""
584
 
585
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
586
  msgid "This username is already reserved to be used soon."
587
  msgstr ""
588
 
589
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
590
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
591
  msgid "Please try a different one!"
592
  msgstr ""
593
 
594
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
595
  #, fuzzy
596
  msgid "This email address is already reserved to be used soon."
597
  msgstr "Podany adres email został już wykorzystany!"
598
 
599
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
600
  msgid "You are logged in as"
601
  msgstr ""
602
 
603
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
604
  msgid "You don't need another account."
605
  msgstr ""
606
 
607
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
608
  #, fuzzy
609
  msgid "Log out of this account."
610
  msgstr "Wyloguj się z konta"
611
 
612
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
613
  #, fuzzy
614
  msgid "Logout"
615
  msgstr "Wyloguj się &raquo;"
616
 
617
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1156
618
  #, php-format
619
  msgid ""
620
  "An email has been sent to %1$s with information on how to activate his/her "
621
  "account."
622
  msgstr ""
623
 
624
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
625
  #, fuzzy, php-format
626
  msgid "A user account has been created for %1$s."
627
  msgstr "Konto dla %1$s zostało założone."
628
 
629
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
630
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
631
  #, php-format
632
  msgid ""
633
  "You will soon be redirected automatically. If you see this page for more "
634
  "than 3 seconds, please click %1$s.%2$s"
635
  msgstr ""
636
 
637
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1185
638
  msgid ""
639
  "An email has been sent to you with information on how to activate your "
640
  "account."
641
  msgstr ""
642
 
643
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1189
644
  #, fuzzy, php-format
645
  msgid "Thank you for registering %1$s."
646
  msgstr "Dziękujemy za rejestrację, %1$s."
647
 
648
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1216
649
  msgid "An error occured while trying to send the notification email."
650
  msgstr ""
651
 
652
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
653
  msgid "An email containing activation instructions was successfully sent."
654
  msgstr ""
655
 
656
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1226
657
  msgid "An email containing the username and password was successfully sent."
658
  msgstr ""
659
 
660
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1242
661
  msgid "Users can register themselves or you can manually create users here."
662
  msgstr "Użytkownicy mogą zarejestrować się sami albo możesz dodać ich tutaj."
663
 
664
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1247
665
  msgid ""
666
  "Users cannot currently register themselves, but you can manually create "
667
  "users here."
@@ -669,49 +664,49 @@ msgstr ""
669
  "Aktualnie użytkownicy nie mogą zarejestrować się sami, ale możesz dodać ich "
670
  "tutaj."
671
 
672
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1252
673
  msgid "Only an administrator can add new users."
674
  msgstr "Tylko administrator może dodać nowych użytkowników."
675
 
676
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1275
677
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
678
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
679
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
680
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
681
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
682
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
683
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
684
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
685
  msgid ""
686
  "This field must be filled out before registering (It was marked as required "
687
  "by the administrator)"
688
  msgstr ""
689
 
690
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1296
691
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1320
692
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1344
693
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1371
694
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1395
695
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1419
696
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1443
697
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1467
698
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1494
699
  msgid "This field is marked as required by the administrator"
700
  msgstr ""
701
 
702
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1569
703
  msgid "Anti-Spam"
704
  msgstr ""
705
 
706
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1590
707
  msgid "Send these credentials via email."
708
  msgstr "Wyślij hasło i login emailem."
709
 
710
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
711
  msgid "Add User"
712
  msgstr "Dodaj użytkownika"
713
 
714
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
715
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
716
  msgid "Register"
717
  msgstr "Zarejestruj się"
@@ -748,8 +743,6 @@ msgstr "Domyślny"
748
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
749
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
750
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
751
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:33
752
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:415
753
  msgid "Show"
754
  msgstr "Pokaż"
755
 
@@ -766,20 +759,16 @@ msgstr "Pokaż"
766
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
767
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
768
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
769
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:34
770
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:416
771
  msgid "Hide"
772
  msgstr "Ukryj"
773
 
774
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
775
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
776
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
777
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:59
778
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
779
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:377
780
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:650
781
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
782
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:401
783
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
784
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
785
  msgid "Save Changes"
@@ -1022,7 +1011,7 @@ msgstr "Nowe hasło"
1022
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1023
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1024
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1025
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:39
1026
  msgid "General Settings"
1027
  msgstr ""
1028
 
@@ -1121,24 +1110,20 @@ msgid "Status"
1121
  msgstr ""
1122
 
1123
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
 
1124
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
1125
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:32
1126
  msgid "User-Listing"
1127
  msgstr ""
1128
 
1129
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1130
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1131
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
1132
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:43
1133
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:50
1134
  msgid "Active"
1135
  msgstr ""
1136
 
1137
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1138
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1139
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
1140
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:44
1141
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:51
1142
  msgid "Inactive"
1143
  msgstr ""
1144
 
@@ -1154,18 +1139,6 @@ msgstr ""
1154
  msgid "reCAPTCHA"
1155
  msgstr ""
1156
 
1157
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:41
1158
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:42
1159
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:43
1160
- msgid "User Email Customizer"
1161
- msgstr ""
1162
-
1163
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:48
1164
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:424
1165
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:425
1166
- msgid "Admin Email Customizer"
1167
- msgstr ""
1168
-
1169
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1170
  msgid "Redirects on custom page requests:"
1171
  msgstr ""
@@ -1243,208 +1216,6 @@ msgid ""
1243
  "manage options)."
1244
  msgstr ""
1245
 
1246
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:11
1247
- #, php-format
1248
- msgid ""
1249
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1250
- ">Before you can access your account, an administrator needs to approve it. "
1251
- "You will be notified via email."
1252
- msgstr ""
1253
-
1254
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:12
1255
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1256
- #, fuzzy, php-format
1257
- msgid "Your account on %1$s has been approved!"
1258
- msgstr "Konto dla %1$s zostało założone."
1259
-
1260
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:13
1261
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1262
- #, php-format
1263
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1264
- msgstr ""
1265
-
1266
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:15
1267
- #, php-format
1268
- msgid ""
1269
- "To activate your user, please click the following link:\n"
1270
- "\n"
1271
- "%s\n"
1272
- "\n"
1273
- "After you activate, you will receive *another email* with your login.\n"
1274
- "\n"
1275
- msgstr ""
1276
-
1277
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:16
1278
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:55
1279
- #, fuzzy, php-format
1280
- msgid "Your account on %1$s has been unapproved!"
1281
- msgstr "Konto dla %1$s zostało założone."
1282
-
1283
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:17
1284
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:56
1285
- #, php-format
1286
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1287
- msgstr ""
1288
-
1289
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:18
1290
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:20
1291
- #, php-format
1292
- msgid "[%1$s] A new subscriber has (been) registered!"
1293
- msgstr ""
1294
-
1295
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:21
1296
- #, php-format
1297
- msgid ""
1298
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1299
- "\"Admin Approval\" feature was activated at the time of registration, so "
1300
- "please remember that you need to approve this user before he/she can log in!"
1301
- msgstr ""
1302
-
1303
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:46
1304
- msgid "Here you can customize all the emails sent the users."
1305
- msgstr ""
1306
-
1307
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:49
1308
- msgid ""
1309
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1310
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1311
- "save.</span>"
1312
- msgstr ""
1313
-
1314
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:52
1315
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:434
1316
- msgid "From (name): "
1317
- msgstr ""
1318
-
1319
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:60
1320
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:76
1321
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:119
1322
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:175
1323
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:231
1324
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:291
1325
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:336
1326
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:442
1327
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:458
1328
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:502
1329
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:555
1330
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:609
1331
- msgid "Available Merge Tags"
1332
- msgstr ""
1333
-
1334
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:68
1335
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:450
1336
- msgid "From (reply-to email): "
1337
- msgstr ""
1338
-
1339
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:92
1340
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:475
1341
- msgid "Default Registration"
1342
- msgstr ""
1343
-
1344
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:100
1345
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:156
1346
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:212
1347
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:272
1348
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:317
1349
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:483
1350
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:536
1351
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:590
1352
- msgid "Email Subject: "
1353
- msgstr ""
1354
-
1355
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:108
1356
- msgid ""
1357
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1358
- "<span style=\"color:red\">user</span> upon registration.</span>"
1359
- msgstr ""
1360
-
1361
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:147
1362
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:528
1363
- msgid "Registration with Email Confirmation"
1364
- msgstr ""
1365
-
1366
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:164
1367
- msgid ""
1368
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1369
- "<span style=\"color:red\">user</span> upon registration with email "
1370
- "confirmation.</span>"
1371
- msgstr ""
1372
-
1373
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:203
1374
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:582
1375
- msgid "Registration with Admin Approval"
1376
- msgstr ""
1377
-
1378
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:220
1379
- msgid ""
1380
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1381
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1382
- "</span>"
1383
- msgstr ""
1384
-
1385
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:259
1386
- msgid "Admin Approval Notificaitons (on status change)"
1387
- msgstr ""
1388
-
1389
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:267
1390
- msgid "Message Sent to the User Upon Approval"
1391
- msgstr ""
1392
-
1393
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:280
1394
- msgid ""
1395
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1396
- "<span style=\"color:red\">user</span> upon approval.</span>"
1397
- msgstr ""
1398
-
1399
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:312
1400
- msgid "Message Sent to the User Upon Unapproval"
1401
- msgstr ""
1402
-
1403
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:325
1404
- msgid ""
1405
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1406
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1407
- msgstr ""
1408
-
1409
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:428
1410
- msgid "Here you can customize all the emails sent the administrator."
1411
- msgstr ""
1412
-
1413
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:431
1414
- msgid ""
1415
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1416
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1417
- "</span>"
1418
- msgstr ""
1419
-
1420
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:491
1421
- msgid ""
1422
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1423
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1424
- msgstr ""
1425
-
1426
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:544
1427
- msgid ""
1428
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1429
- "<span style=\"color:red\">administrator</span> upon user registration with "
1430
- "email confirmation.</span>"
1431
- msgstr ""
1432
-
1433
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:598
1434
- msgid ""
1435
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1436
- "<span style=\"color:red\">administrator</span> upon user registration with "
1437
- "admin approval.</span>"
1438
- msgstr ""
1439
-
1440
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:752
1441
- msgid "approved"
1442
- msgstr ""
1443
-
1444
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:761
1445
- msgid "unapproved"
1446
- msgstr ""
1447
-
1448
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1449
  msgid "Could not open socket!"
1450
  msgstr ""
@@ -1498,187 +1269,183 @@ msgstr ""
1498
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1499
  msgstr ""
1500
 
1501
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1502
  msgid ""
1503
  "To create a page containing the users registered to this current site/blog, "
1504
  "insert the following shortcode in a (blank) page: "
1505
  msgstr ""
1506
 
1507
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1508
  msgid ""
1509
  "For instance, to create a userlisting shortcode listing only the editors and "
1510
  "authors, visible to only the users currently logged in, you would use:"
1511
  msgstr ""
1512
 
1513
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1514
  msgid ""
1515
  "You can also create a userlisting page that displays users having a certain "
1516
  "meta-value within a certain (extra) meta-field like so:"
1517
  msgstr ""
1518
 
1519
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1520
  msgid ""
1521
  "Remember though, that the field-value combination must exist in the database."
1522
  msgstr ""
1523
 
1524
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:41
1525
  msgid "These settings are applied to the front-end userlisting."
1526
  msgstr ""
1527
 
1528
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:47
1529
  msgid "Number of Users/Page: "
1530
  msgstr ""
1531
 
1532
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:64
1533
- msgid "Default Sorting Criteria: "
1534
- msgstr ""
1535
-
1536
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:94
1537
  msgid "Default Sorting Order: "
1538
  msgstr ""
1539
 
1540
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:105
1541
  msgid "\"All-Userlisting\" Template"
1542
  msgstr ""
1543
 
1544
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:107
1545
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:249
1546
  msgid ""
1547
  "With the userlisting templates you can customize the look, feel and "
1548
  "information listed by the shortcode."
1549
  msgstr ""
1550
 
1551
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:108
1552
  msgid ""
1553
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1554
  "on each page access where the shortcode is present."
1555
  msgstr ""
1556
 
1557
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:112
1558
  msgid "Avatar size: "
1559
  msgstr ""
1560
 
1561
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:128
1562
  msgid "Insert \"Sort By\" Field:"
1563
  msgstr ""
1564
 
1565
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1566
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:255
1567
  msgid "Insert \"User-Meta\" Field:"
1568
  msgstr ""
1569
 
1570
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:187
1571
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:293
1572
  msgid "Insert Extra Functions:"
1573
  msgstr ""
1574
 
1575
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:202
1576
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1577
  msgstr ""
1578
 
1579
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:204
1580
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:307
1581
  msgid ""
1582
  "If you wish to use a default userlisting, just copy the following code and "
1583
  "paste it in the textarea below:"
1584
  msgstr ""
1585
 
1586
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:247
1587
  msgid "\"Single-Userlisting\" Template"
1588
  msgstr ""
1589
 
1590
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:250
1591
  msgid ""
1592
  "The \"Single User Listing\" template is used to list an individual user. "
1593
  "It's displayed when clickin on the \"more info\" link."
1594
  msgstr ""
1595
 
1596
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:305
1597
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1598
  msgstr ""
1599
 
1600
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1601
  msgid ""
1602
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1603
  msgstr ""
1604
 
1605
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1606
  msgid "You can find it in Profile Builder's menu."
1607
  msgstr ""
1608
 
1609
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:436
1610
  #, fuzzy
1611
  msgid "You need to be logged in to view the userlisting!"
1612
  msgstr "Musisz być zalogowany żeby edytować swój profil."
1613
 
1614
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:472
1615
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
1616
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1617
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1354
1618
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1440
1619
  msgid "Search Users by All Fields"
1620
  msgstr ""
1621
 
1622
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1623
  msgid "Leave Blank and Press Search to List All Users"
1624
  msgstr ""
1625
 
1626
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:520
1627
  msgid "Search"
1628
  msgstr ""
1629
 
1630
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:533
1631
  #, fuzzy
1632
  msgid "First/Lastname"
1633
  msgstr "Imię"
1634
 
1635
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:539
1636
  #, fuzzy
1637
  msgid "Email"
1638
  msgstr "E-mail"
1639
 
1640
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:545
1641
  msgid "Sign-up Date"
1642
  msgstr ""
1643
 
1644
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:551
1645
  #, fuzzy
1646
  msgid "Firstname"
1647
  msgstr "Imię"
1648
 
1649
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:557
1650
  #, fuzzy
1651
  msgid "Lastname"
1652
  msgstr "Nazwisko"
1653
 
1654
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:563
1655
  #, fuzzy
1656
  msgid "Display Name"
1657
  msgstr "Imię"
1658
 
1659
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:581
1660
  msgid "Posts"
1661
  msgstr ""
1662
 
1663
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1664
  msgid "Click here to see more information about this user"
1665
  msgstr ""
1666
 
1667
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1668
  msgid "More..."
1669
  msgstr ""
1670
 
1671
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:824
1672
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1673
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1674
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1675
  #, fuzzy
1676
  msgid "No uploaded attachment"
1677
  msgstr "Załącznik \""
1678
 
1679
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:826
1680
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1681
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1189
1682
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1683
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1684
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
@@ -1687,17 +1454,17 @@ msgstr "Załącznik \""
1687
  msgid "Click to see the current attachment"
1688
  msgstr ""
1689
 
1690
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1691
  msgid "Click here to go back"
1692
  msgstr ""
1693
 
1694
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1695
  #, fuzzy
1696
  msgid "Back"
1697
  msgstr "Czarny"
1698
 
1699
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1700
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1701
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1702
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1703
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
@@ -1706,118 +1473,118 @@ msgstr "Czarny"
1706
  msgid "Current file"
1707
  msgstr ""
1708
 
1709
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1187
1710
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1711
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1712
  msgid "Avatar"
1713
  msgstr ""
1714
 
1715
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1244
1716
  msgid "No results found!"
1717
  msgstr ""
1718
 
1719
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1337
1720
  msgid "&laquo;&laquo; First"
1721
  msgstr ""
1722
 
1723
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1338
1724
  msgid "&laquo; Prev"
1725
  msgstr ""
1726
 
1727
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1339
1728
  #, fuzzy
1729
  msgid "Next &raquo; "
1730
  msgstr "Wyloguj się &raquo;"
1731
 
1732
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1340
1733
  #, fuzzy
1734
  msgid "Last &raquo;&raquo;"
1735
  msgstr "Wyloguj się &raquo;"
1736
 
1737
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1738
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1739
  #, fuzzy
1740
  msgid "You must give your option a title."
1741
  msgstr "Musisz być zalogowany żeby edytować swój profil."
1742
 
1743
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1744
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1745
  msgid "You have entered an invalid meta-key format!"
1746
  msgstr ""
1747
 
1748
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:298
1749
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:441
1750
  #, fuzzy
1751
  msgid "You must enter a valid meta-key."
1752
  msgstr "Musisz podać poprawny adres email."
1753
 
1754
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:304
1755
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:314
1756
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:451
1757
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:463
1758
  msgid "That meta-key is already in use."
1759
  msgstr ""
1760
 
1761
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:321
1762
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:471
1763
  msgid ""
1764
  "There is already an avatar input-type. You can only have one avatar present."
1765
  msgstr ""
1766
 
1767
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:328
1768
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:478
1769
  msgid ""
1770
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1771
  "have one present."
1772
  msgstr ""
1773
 
1774
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1775
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1776
  msgid "The textarea row value must be numeric."
1777
  msgstr ""
1778
 
1779
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:337
1780
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:487
1781
  msgid "The maxlength attribute must be numeric."
1782
  msgstr ""
1783
 
1784
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:344
1785
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:494
1786
  msgid "The value must be between 20 and 200!"
1787
  msgstr ""
1788
 
1789
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1790
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1791
  msgid "The width component of the entered value must be numeric!"
1792
  msgstr ""
1793
 
1794
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1795
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1796
  msgid "The height component of the entered value must be numeric!"
1797
  msgstr ""
1798
 
1799
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1800
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1801
  msgid "The width component of the entered value must be between 20 and 200!"
1802
  msgstr ""
1803
 
1804
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:355
1805
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:505
1806
  msgid "The height component of the entered value must be between 20 and 200!"
1807
  msgstr ""
1808
 
1809
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:357
1810
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:507
1811
  msgid "The pair of values entered didn't have the right format (width,height)!"
1812
  msgstr ""
1813
 
1814
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:360
1815
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:510
1816
  msgid "The entered avatar size must be numeric!"
1817
  msgstr ""
1818
 
1819
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:394
1820
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:570
1821
  msgid "There was an error, please try again."
1822
  msgstr ""
1823
 
@@ -1829,40 +1596,60 @@ msgstr ""
1829
  msgid "the current user?"
1830
  msgstr ""
1831
 
1832
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:122
1833
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1834
  msgid "Approve"
1835
  msgstr ""
1836
 
1837
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:123
1838
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:213
1839
  msgid "Unapproved"
1840
  msgstr ""
1841
 
1842
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:134
1843
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:164
1844
  msgid "Unapprove"
1845
  msgstr ""
1846
 
1847
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:135
1848
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:210
1849
  msgid "Approved"
1850
  msgstr ""
1851
 
1852
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:163
1853
  msgid "unapprove"
1854
  msgstr ""
1855
 
1856
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1857
  msgid "approve"
1858
  msgstr ""
1859
 
1860
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1861
  #, php-format
1862
  msgid "Are you sure you want to %1$s this user?"
1863
  msgstr ""
1864
 
1865
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:232
1866
  msgid ""
1867
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1868
  "before you can log in."
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-01-10 11:27+0200\n"
6
+ "PO-Revision-Date: 2013-01-10 11:28+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:585
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
124
  msgstr ""
125
 
126
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
127
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:897
128
  #, fuzzy
129
  msgid "There was an error while trying to upload the following attachment(s)"
130
  msgstr "Wystąpił błąd podczas wgrywania następujących załączników:<br/>"
137
  msgstr ""
138
 
139
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
140
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1277
141
  msgid "Name"
142
  msgstr "Imię"
143
 
144
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
145
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
146
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1298
147
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
148
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
149
  msgid "Username"
150
  msgstr "Nazwa użytkownika"
151
 
194
  msgstr ""
195
 
196
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
197
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1322
198
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
199
  msgid "First Name"
200
  msgstr "Imię"
201
 
202
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
203
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1346
204
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
205
  msgid "Last Name"
206
  msgstr "Nazwisko"
207
 
208
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
209
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1370
210
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
211
  msgid "Nickname"
212
  msgstr "Ksywa"
216
  msgstr "Pokaż publicznie jako"
217
 
218
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
219
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1376
220
  msgid "Contact Info"
221
  msgstr "Dane kontaktowe"
222
 
223
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
224
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1397
225
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
226
  msgid "E-mail"
227
  msgstr "E-mail"
231
  msgstr "(wymagane)"
232
 
233
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
234
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1421
235
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
236
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:540
237
  msgid "Website"
238
  msgstr "Strona www"
239
 
240
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
241
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1445
242
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
243
  msgid "AIM"
244
  msgstr "AIM"
245
 
246
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
247
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1469
248
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
249
  msgid "Yahoo IM"
250
  msgstr "Komunikator Yahoo"
251
 
252
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
253
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1493
254
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
255
  msgid "Jabber / Google Talk"
256
  msgstr "Jabber / GTalk"
257
 
258
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
259
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1499
260
  msgid "About Yourself"
261
  msgstr "O sobie"
262
 
263
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
264
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1520
265
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
266
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:546
267
  msgid "Biographical Info"
268
  msgstr "Informacje biograficzne"
269
 
274
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
275
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
276
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
277
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1558
278
  msgid "Repeat Password"
279
  msgstr "Powtórz hasło"
280
 
311
 
312
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
313
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
314
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
315
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
316
  msgid "here"
317
  msgstr ""
318
 
328
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
329
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
330
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
331
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1553
332
  msgid "Password"
333
  msgstr "Hasło"
334
 
351
  msgstr ""
352
 
353
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
354
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:248
355
  msgid ""
356
  "Your account has to be confirmed by an administrator before you can use the "
357
  "\"Password Reset\" feature."
432
  msgstr ""
433
 
434
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
435
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:894
436
  msgid "The entered passwords don't match!"
437
  msgstr "Wprowadzone hasła nie zgadzają się!"
438
 
465
  msgid "Get New Password"
466
  msgstr "Nowe hasło"
467
 
468
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:386
 
 
 
 
 
 
469
  #, php-format
470
  msgid ""
471
  "To activate your user, please click the following link:\n"
476
  "\n"
477
  msgstr ""
478
 
479
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
480
+ #, php-format
481
+ msgid "[%1$s] Activate %2$s"
482
+ msgstr ""
483
+
484
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:418
485
  msgid "Invalid activation key!"
486
  msgstr ""
487
 
488
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:422
489
  msgid "The user is already active!"
490
  msgstr ""
491
 
492
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:437
493
  msgid "Could not create user!"
494
  msgstr ""
495
 
496
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:447
497
  #, fuzzy
498
  msgid "That username is already activated!"
499
  msgstr "Podany użytkownik już istnieje!"
500
 
501
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:463
502
  #, fuzzy
503
  msgid "The user was successfully activated."
504
  msgstr "Avatar został poprawnie usunięty."
505
 
506
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:465
507
  #, fuzzy
508
  msgid "There was an error while trying to activate the user."
509
  msgstr "Wystąpił błąd podczas wgrywania następujących załączników:<br/>"
510
 
511
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
 
512
  #, php-format
513
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
514
  msgstr ""
515
 
516
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
517
  msgid ""
518
  "The \"Admin Approval\" feature was activated at the time of registration, so "
519
  "please remember that you need to approve this user before he/she can log in!"
520
  msgstr ""
521
 
522
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:504
523
  msgid "A new subscriber has (been) registered!"
524
  msgstr ""
525
 
526
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:522
 
 
527
  #, fuzzy
528
  msgid "A new account has been created for you."
529
  msgstr "Konto dla %1$s zostało założone."
530
 
531
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:525
 
532
  #, php-format
533
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
534
  msgstr ""
535
 
536
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:527
537
  msgid ""
538
  "Before you can access your account, an administrator needs to approve it. "
539
  "You will be notified via email."
540
  msgstr ""
541
 
542
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:883
543
  msgid "A username is required for registration."
544
  msgstr "Nazwa użytkownika jest wymagana do rejestracji."
545
 
546
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
547
  msgid "Sorry, that username already exists!"
548
  msgstr "Podany użytkownik już istnieje!"
549
 
550
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:887
551
  msgid "You must enter a valid email address."
552
  msgstr "Musisz podać poprawny adres email."
553
 
554
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:889
555
  msgid "Sorry, that email address is already used!"
556
  msgstr "Podany adres email został już wykorzystany!"
557
 
558
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
559
  msgid "You didn't complete one of the password-fields!"
560
  msgstr "Nie wypełniłeś jednego z pól z hasłem!"
561
 
562
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
563
  msgid "Only files with the following extension(s) can be uploaded:"
564
  msgstr ""
565
 
566
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
567
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
568
  #, fuzzy
569
  msgid "The account was NOT created!"
570
  msgstr "Konto dla %1$s zostało założone."
571
 
572
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:908
573
  msgid "You must agree to the terms and conditions before registering!"
574
  msgstr ""
575
 
576
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
577
  msgid "(Several required fields were left uncompleted)"
578
  msgstr ""
579
 
580
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
581
  msgid "This username is already reserved to be used soon."
582
  msgstr ""
583
 
584
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
585
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
586
  msgid "Please try a different one!"
587
  msgstr ""
588
 
589
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
590
  #, fuzzy
591
  msgid "This email address is already reserved to be used soon."
592
  msgstr "Podany adres email został już wykorzystany!"
593
 
594
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
595
  msgid "You are logged in as"
596
  msgstr ""
597
 
598
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
599
  msgid "You don't need another account."
600
  msgstr ""
601
 
602
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
603
  #, fuzzy
604
  msgid "Log out of this account."
605
  msgstr "Wyloguj się z konta"
606
 
607
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
608
  #, fuzzy
609
  msgid "Logout"
610
  msgstr "Wyloguj się &raquo;"
611
 
612
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1168
613
  #, php-format
614
  msgid ""
615
  "An email has been sent to %1$s with information on how to activate his/her "
616
  "account."
617
  msgstr ""
618
 
619
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1172
620
  #, fuzzy, php-format
621
  msgid "A user account has been created for %1$s."
622
  msgstr "Konto dla %1$s zostało założone."
623
 
624
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
625
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
626
  #, php-format
627
  msgid ""
628
  "You will soon be redirected automatically. If you see this page for more "
629
  "than 3 seconds, please click %1$s.%2$s"
630
  msgstr ""
631
 
632
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1197
633
  msgid ""
634
  "An email has been sent to you with information on how to activate your "
635
  "account."
636
  msgstr ""
637
 
638
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1201
639
  #, fuzzy, php-format
640
  msgid "Thank you for registering %1$s."
641
  msgstr "Dziękujemy za rejestrację, %1$s."
642
 
643
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1228
644
  msgid "An error occured while trying to send the notification email."
645
  msgstr ""
646
 
647
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1233
648
  msgid "An email containing activation instructions was successfully sent."
649
  msgstr ""
650
 
651
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1238
652
  msgid "An email containing the username and password was successfully sent."
653
  msgstr ""
654
 
655
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1254
656
  msgid "Users can register themselves or you can manually create users here."
657
  msgstr "Użytkownicy mogą zarejestrować się sami albo możesz dodać ich tutaj."
658
 
659
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1259
660
  msgid ""
661
  "Users cannot currently register themselves, but you can manually create "
662
  "users here."
664
  "Aktualnie użytkownicy nie mogą zarejestrować się sami, ale możesz dodać ich "
665
  "tutaj."
666
 
667
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1264
668
  msgid "Only an administrator can add new users."
669
  msgstr "Tylko administrator może dodać nowych użytkowników."
670
 
671
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1287
672
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1311
673
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1335
674
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1359
675
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1410
676
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1434
677
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1458
678
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1482
679
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1509
680
  msgid ""
681
  "This field must be filled out before registering (It was marked as required "
682
  "by the administrator)"
683
  msgstr ""
684
 
685
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1308
686
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1332
687
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1356
688
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1383
689
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1407
690
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1431
691
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1455
692
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1479
693
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1506
694
  msgid "This field is marked as required by the administrator"
695
  msgstr ""
696
 
697
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1581
698
  msgid "Anti-Spam"
699
  msgstr ""
700
 
701
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1602
702
  msgid "Send these credentials via email."
703
  msgstr "Wyślij hasło i login emailem."
704
 
705
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
706
  msgid "Add User"
707
  msgstr "Dodaj użytkownika"
708
 
709
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
710
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
711
  msgid "Register"
712
  msgstr "Zarejestruj się"
743
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
744
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
745
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
 
 
746
  msgid "Show"
747
  msgstr "Pokaż"
748
 
759
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
760
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
761
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
 
 
762
  msgid "Hide"
763
  msgstr "Ukryj"
764
 
765
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
766
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
767
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
768
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:45
769
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
 
 
770
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
771
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:370
772
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
773
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
774
  msgid "Save Changes"
1011
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1012
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1013
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1014
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:38
1015
  msgid "General Settings"
1016
  msgstr ""
1017
 
1110
  msgstr ""
1111
 
1112
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
1113
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:30
1114
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
 
1115
  msgid "User-Listing"
1116
  msgstr ""
1117
 
1118
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1119
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1120
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
 
 
1121
  msgid "Active"
1122
  msgstr ""
1123
 
1124
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1125
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1126
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
 
 
1127
  msgid "Inactive"
1128
  msgstr ""
1129
 
1139
  msgid "reCAPTCHA"
1140
  msgstr ""
1141
 
 
 
 
 
 
 
 
 
 
 
 
 
1142
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1143
  msgid "Redirects on custom page requests:"
1144
  msgstr ""
1216
  "manage options)."
1217
  msgstr ""
1218
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1219
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1220
  msgid "Could not open socket!"
1221
  msgstr ""
1269
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1270
  msgstr ""
1271
 
1272
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:33
1273
  msgid ""
1274
  "To create a page containing the users registered to this current site/blog, "
1275
  "insert the following shortcode in a (blank) page: "
1276
  msgstr ""
1277
 
1278
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1279
  msgid ""
1280
  "For instance, to create a userlisting shortcode listing only the editors and "
1281
  "authors, visible to only the users currently logged in, you would use:"
1282
  msgstr ""
1283
 
1284
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1285
  msgid ""
1286
  "You can also create a userlisting page that displays users having a certain "
1287
  "meta-value within a certain (extra) meta-field like so:"
1288
  msgstr ""
1289
 
1290
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1291
  msgid ""
1292
  "Remember though, that the field-value combination must exist in the database."
1293
  msgstr ""
1294
 
1295
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:40
1296
  msgid "These settings are applied to the front-end userlisting."
1297
  msgstr ""
1298
 
1299
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:46
1300
  msgid "Number of Users/Page: "
1301
  msgstr ""
1302
 
1303
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:63
 
 
 
 
1304
  msgid "Default Sorting Order: "
1305
  msgstr ""
1306
 
1307
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:74
1308
  msgid "\"All-Userlisting\" Template"
1309
  msgstr ""
1310
 
1311
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:76
1312
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:218
1313
  msgid ""
1314
  "With the userlisting templates you can customize the look, feel and "
1315
  "information listed by the shortcode."
1316
  msgstr ""
1317
 
1318
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:77
1319
  msgid ""
1320
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1321
  "on each page access where the shortcode is present."
1322
  msgstr ""
1323
 
1324
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:81
1325
  msgid "Avatar size: "
1326
  msgstr ""
1327
 
1328
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:97
1329
  msgid "Insert \"Sort By\" Field:"
1330
  msgstr ""
1331
 
1332
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:125
1333
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:224
1334
  msgid "Insert \"User-Meta\" Field:"
1335
  msgstr ""
1336
 
1337
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1338
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:262
1339
  msgid "Insert Extra Functions:"
1340
  msgstr ""
1341
 
1342
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:171
1343
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1344
  msgstr ""
1345
 
1346
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:173
1347
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:276
1348
  msgid ""
1349
  "If you wish to use a default userlisting, just copy the following code and "
1350
  "paste it in the textarea below:"
1351
  msgstr ""
1352
 
1353
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:216
1354
  msgid "\"Single-Userlisting\" Template"
1355
  msgstr ""
1356
 
1357
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:219
1358
  msgid ""
1359
  "The \"Single User Listing\" template is used to list an individual user. "
1360
  "It's displayed when clickin on the \"more info\" link."
1361
  msgstr ""
1362
 
1363
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:274
1364
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1365
  msgstr ""
1366
 
1367
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1368
  msgid ""
1369
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1370
  msgstr ""
1371
 
1372
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1373
  msgid "You can find it in Profile Builder's menu."
1374
  msgstr ""
1375
 
1376
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:405
1377
  #, fuzzy
1378
  msgid "You need to be logged in to view the userlisting!"
1379
  msgstr "Musisz być zalogowany żeby edytować swój profil."
1380
 
1381
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:443
1382
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:469
1383
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1384
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1328
1385
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1414
1386
  msgid "Search Users by All Fields"
1387
  msgstr ""
1388
 
1389
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1390
  msgid "Leave Blank and Press Search to List All Users"
1391
  msgstr ""
1392
 
1393
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:491
1394
  msgid "Search"
1395
  msgstr ""
1396
 
1397
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:504
1398
  #, fuzzy
1399
  msgid "First/Lastname"
1400
  msgstr "Imię"
1401
 
1402
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:510
1403
  #, fuzzy
1404
  msgid "Email"
1405
  msgstr "E-mail"
1406
 
1407
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1408
  msgid "Sign-up Date"
1409
  msgstr ""
1410
 
1411
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:522
1412
  #, fuzzy
1413
  msgid "Firstname"
1414
  msgstr "Imię"
1415
 
1416
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:528
1417
  #, fuzzy
1418
  msgid "Lastname"
1419
  msgstr "Nazwisko"
1420
 
1421
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:534
1422
  #, fuzzy
1423
  msgid "Display Name"
1424
  msgstr "Imię"
1425
 
1426
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:552
1427
  msgid "Posts"
1428
  msgstr ""
1429
 
1430
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1431
  msgid "Click here to see more information about this user"
1432
  msgstr ""
1433
 
1434
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1435
  msgid "More..."
1436
  msgstr ""
1437
 
1438
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:795
1439
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1440
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1441
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1442
  #, fuzzy
1443
  msgid "No uploaded attachment"
1444
  msgstr "Załącznik \""
1445
 
1446
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:797
1447
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1448
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1160
1449
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1450
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1451
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1454
  msgid "Click to see the current attachment"
1455
  msgstr ""
1456
 
1457
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1458
  msgid "Click here to go back"
1459
  msgstr ""
1460
 
1461
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1462
  #, fuzzy
1463
  msgid "Back"
1464
  msgstr "Czarny"
1465
 
1466
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1467
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1468
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1469
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1470
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1473
  msgid "Current file"
1474
  msgstr ""
1475
 
1476
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1158
1477
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1478
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1479
  msgid "Avatar"
1480
  msgstr ""
1481
 
1482
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1215
1483
  msgid "No results found!"
1484
  msgstr ""
1485
 
1486
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1311
1487
  msgid "&laquo;&laquo; First"
1488
  msgstr ""
1489
 
1490
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1312
1491
  msgid "&laquo; Prev"
1492
  msgstr ""
1493
 
1494
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1313
1495
  #, fuzzy
1496
  msgid "Next &raquo; "
1497
  msgstr "Wyloguj się &raquo;"
1498
 
1499
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1314
1500
  #, fuzzy
1501
  msgid "Last &raquo;&raquo;"
1502
  msgstr "Wyloguj się &raquo;"
1503
 
1504
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:286
1505
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:429
1506
  #, fuzzy
1507
  msgid "You must give your option a title."
1508
  msgstr "Musisz być zalogowany żeby edytować swój profil."
1509
 
1510
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1511
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1512
  msgid "You have entered an invalid meta-key format!"
1513
  msgstr ""
1514
 
1515
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1516
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1517
  #, fuzzy
1518
  msgid "You must enter a valid meta-key."
1519
  msgstr "Musisz podać poprawny adres email."
1520
 
1521
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:300
1522
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:310
1523
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:447
1524
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:459
1525
  msgid "That meta-key is already in use."
1526
  msgstr ""
1527
 
1528
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:317
1529
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:467
1530
  msgid ""
1531
  "There is already an avatar input-type. You can only have one avatar present."
1532
  msgstr ""
1533
 
1534
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:324
1535
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:474
1536
  msgid ""
1537
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1538
  "have one present."
1539
  msgstr ""
1540
 
1541
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:329
1542
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:479
1543
  msgid "The textarea row value must be numeric."
1544
  msgstr ""
1545
 
1546
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1547
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1548
  msgid "The maxlength attribute must be numeric."
1549
  msgstr ""
1550
 
1551
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:340
1552
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:490
1553
  msgid "The value must be between 20 and 200!"
1554
  msgstr ""
1555
 
1556
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:345
1557
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:495
1558
  msgid "The width component of the entered value must be numeric!"
1559
  msgstr ""
1560
 
1561
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:347
1562
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:497
1563
  msgid "The height component of the entered value must be numeric!"
1564
  msgstr ""
1565
 
1566
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1567
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1568
  msgid "The width component of the entered value must be between 20 and 200!"
1569
  msgstr ""
1570
 
1571
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1572
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1573
  msgid "The height component of the entered value must be between 20 and 200!"
1574
  msgstr ""
1575
 
1576
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1577
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1578
  msgid "The pair of values entered didn't have the right format (width,height)!"
1579
  msgstr ""
1580
 
1581
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:356
1582
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:506
1583
  msgid "The entered avatar size must be numeric!"
1584
  msgstr ""
1585
 
1586
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:390
1587
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:566
1588
  msgid "There was an error, please try again."
1589
  msgstr ""
1590
 
1596
  msgid "the current user?"
1597
  msgstr ""
1598
 
1599
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1600
+ #, fuzzy, php-format
1601
+ msgid "Your account on %1$s has been approved!"
1602
+ msgstr "Konto dla %1$s zostało założone."
1603
+
1604
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1605
+ #, php-format
1606
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
1607
+ msgstr ""
1608
+
1609
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:58
1610
+ #, fuzzy, php-format
1611
+ msgid "Your account on %1$s has been unapproved!"
1612
+ msgstr "Konto dla %1$s zostało założone."
1613
+
1614
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:59
1615
+ #, php-format
1616
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1617
+ msgstr ""
1618
+
1619
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:126
1620
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:172
1621
  msgid "Approve"
1622
  msgstr ""
1623
 
1624
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:127
1625
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:217
1626
  msgid "Unapproved"
1627
  msgstr ""
1628
 
1629
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:138
1630
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
1631
  msgid "Unapprove"
1632
  msgstr ""
1633
 
1634
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:139
1635
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:214
1636
  msgid "Approved"
1637
  msgstr ""
1638
 
1639
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1640
  msgid "unapprove"
1641
  msgstr ""
1642
 
1643
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1644
  msgid "approve"
1645
  msgstr ""
1646
 
1647
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:175
1648
  #, php-format
1649
  msgid "Are you sure you want to %1$s this user?"
1650
  msgstr ""
1651
 
1652
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:236
1653
  msgid ""
1654
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1655
  "before you can log in."
translation/profilebuilder-pt_BR.mo CHANGED
Binary file
translation/profilebuilder-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Profile Builder Pro v1.1.57\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:46+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:46+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina <webmaster@>\n"
9
  "MIME-Version: 1.0\n"
@@ -15,11 +15,11 @@ msgstr ""
15
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Textdomain-Support: yes\n"
18
- "X-Generator: Poedit 1.5.5\n"
19
  "X-Poedit-SearchPath-0: C:/Users/Gabriel/Desktop/test/profile-builder-pro\n"
20
 
21
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:83
22
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:576
23
  #, php-format
24
  msgid ""
25
  "The information size you were trying to submit was larger than %1$sb!<br/"
@@ -140,7 +140,7 @@ msgstr ""
140
 
141
  # @ profilebuilder
142
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:648
143
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:885
144
  #, fuzzy
145
  msgid "There was an error while trying to upload the following attachment(s)"
146
  msgstr "Ocorreu um erro ao carregar os seguintes arquivos anexos:<br/>"
@@ -154,16 +154,16 @@ msgstr ""
154
 
155
  # @ profilebuilder
156
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:670
157
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1265
158
  msgid "Name"
159
  msgstr "Informações do Usuário"
160
 
161
  # @ profilebuilder
162
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:676
163
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.login.php:122
164
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1286
165
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:27
166
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:527
167
  msgid "Username"
168
  msgstr "Usuário"
169
 
@@ -215,21 +215,21 @@ msgstr ""
215
 
216
  # @ profilebuilder
217
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:696
218
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1310
219
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:40
220
  msgid "First Name"
221
  msgstr "Nome"
222
 
223
  # @ profilebuilder
224
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:716
225
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1334
226
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:53
227
  msgid "Last Name"
228
  msgstr "Sobrenomes"
229
 
230
  # @ profilebuilder
231
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:736
232
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1358
233
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:66
234
  msgid "Nickname"
235
  msgstr "Apelido (usuário)"
@@ -241,13 +241,13 @@ msgstr "Mostrar nome público como"
241
 
242
  # @ profilebuilder
243
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:789
244
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1364
245
  msgid "Contact Info"
246
  msgstr "Informação de contato"
247
 
248
  # @ profilebuilder
249
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:806
250
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1385
251
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:98
252
  msgid "E-mail"
253
  msgstr "Email"
@@ -259,44 +259,44 @@ msgstr "(obrigatorio)"
259
 
260
  # @ profilebuilder
261
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:825
262
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1409
263
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:111
264
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:569
265
  msgid "Website"
266
  msgstr "Página Web"
267
 
268
  # @ profilebuilder
269
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:843
270
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1433
271
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:127
272
  msgid "AIM"
273
  msgstr "AIM"
274
 
275
  # @ profilebuilder
276
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:861
277
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1457
278
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:140
279
  msgid "Yahoo IM"
280
  msgstr "Yahoo IM"
281
 
282
  # @ profilebuilder
283
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:879
284
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1481
285
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:153
286
  msgid "Jabber / Google Talk"
287
  msgstr "Jabber/Google Talk"
288
 
289
  # @ profilebuilder
290
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:885
291
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1487
292
  msgid "About Yourself"
293
  msgstr "Sobre você"
294
 
295
  # @ profilebuilder
296
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:900
297
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1508
298
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:172
299
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:575
300
  msgid "Biographical Info"
301
  msgstr "Informação Biográfica"
302
 
@@ -309,7 +309,7 @@ msgstr "Nova Senha"
309
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:915
310
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.recover.password.php:328
311
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.recover.password.php:358
312
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1546
313
  msgid "Repeat Password"
314
  msgstr "Repetir a Senha"
315
 
@@ -354,8 +354,8 @@ msgstr ""
354
  # @ profilebuilder
355
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.login.php:69
356
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.login.php:81
357
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1179
358
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1209
359
  msgid "here"
360
  msgstr "aqui"
361
 
@@ -374,7 +374,7 @@ msgstr "O campo do usuário esta vazio"
374
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.login.php:130
375
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.recover.password.php:323
376
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.recover.password.php:353
377
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1541
378
  msgid "Password"
379
  msgstr "Senha"
380
 
@@ -402,7 +402,7 @@ msgstr "ERRO"
402
 
403
  # @ profilebuilder
404
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.recover.password.php:113
405
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:244
406
  msgid ""
407
  "Your account has to be confirmed by an administrator before you can use the "
408
  "\"Password Reset\" feature."
@@ -498,7 +498,7 @@ msgstr ""
498
 
499
  # @ profilebuilder
500
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.recover.password.php:288
501
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:882
502
  msgid "The entered passwords don't match!"
503
  msgstr "As senham não coincidem"
504
 
@@ -534,14 +534,7 @@ msgid "Get New Password"
534
  msgstr "Obter Nova Senha"
535
 
536
  # @ profilebuilder
537
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:387
538
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:14
539
- #, php-format
540
- msgid "[%1$s] Activate %2$s"
541
- msgstr "O site [%1$s], quer ativar a conta do %2$s"
542
-
543
- # @ profilebuilder
544
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:388
545
  #, fuzzy, php-format
546
  msgid ""
547
  "To activate your user, please click the following link:\n"
@@ -560,68 +553,70 @@ msgstr ""
560
  "\n"
561
 
562
  # @ profilebuilder
563
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:415
 
 
 
 
 
 
564
  msgid "Invalid activation key!"
565
  msgstr ""
566
 
567
  # @ profilebuilder
568
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:419
569
  msgid "The user is already active!"
570
  msgstr "O usuário já esta ativado!"
571
 
572
  # @ profilebuilder
573
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:434
574
  msgid "Could not create user!"
575
  msgstr "Não foi possível criar o usuário!"
576
 
577
  # @ profilebuilder
578
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:444
579
  msgid "That username is already activated!"
580
  msgstr "Desculpe, este nome de usuário já existe!"
581
 
582
  # @ profilebuilder
583
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:460
584
  msgid "The user was successfully activated."
585
  msgstr "A conta do usuário foi ativada com sucesso."
586
 
587
  # @ profilebuilder
588
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:462
589
  msgid "There was an error while trying to activate the user."
590
  msgstr "Houve um erro ao tentar ativar o usuário."
591
 
592
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:496
593
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:19
594
  #, php-format
595
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
596
  msgstr ""
597
 
598
  # @ profilebuilder
599
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:498
600
  msgid ""
601
  "The \"Admin Approval\" feature was activated at the time of registration, so "
602
  "please remember that you need to approve this user before he/she can log in!"
603
  msgstr ""
604
 
605
  # @ default
606
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:501
607
  msgid "A new subscriber has (been) registered!"
608
  msgstr "Um novo assinante foi registrado!"
609
 
610
  # @ profilebuilder
611
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:515
612
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:8
613
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:10
614
  msgid "A new account has been created for you."
615
  msgstr "Uma nova conta foi criada para você"
616
 
617
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:518
618
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:9
619
  #, php-format
620
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
621
  msgstr ""
622
 
623
  # @ profilebuilder
624
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:520
625
  msgid ""
626
  "Before you can access your account, an administrator needs to approve it. "
627
  "You will be notified via email."
@@ -630,92 +625,92 @@ msgstr ""
630
  "Você será notificado via e-mail."
631
 
632
  # @ profilebuilder
633
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:871
634
  msgid "A username is required for registration."
635
  msgstr "O nome de usuário é obrigatório para a inscrição."
636
 
637
  # @ profilebuilder
638
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:873
639
  msgid "Sorry, that username already exists!"
640
  msgstr "Desculpe, este nome de usuário já existe!"
641
 
642
  # @ profilebuilder
643
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:875
644
  msgid "You must enter a valid email address."
645
  msgstr "Você precisa digitar um endereço de e-mail válido."
646
 
647
  # @ profilebuilder
648
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:877
649
  msgid "Sorry, that email address is already used!"
650
  msgstr "Desculpe, mais este email já está sendo usado!"
651
 
652
  # @ profilebuilder
653
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:880
654
  msgid "You didn't complete one of the password-fields!"
655
  msgstr "Você não completou os campos da senha!"
656
 
657
  # @ profilebuilder
658
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:892
659
  msgid "Only files with the following extension(s) can be uploaded:"
660
  msgstr ""
661
 
662
  # @ profilebuilder
663
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:892
664
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:898
665
  msgid "The account was NOT created!"
666
  msgstr "A conta NÃO foi creada!"
667
 
668
  # @ profilebuilder
669
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:896
670
  msgid "You must agree to the terms and conditions before registering!"
671
  msgstr ""
672
 
673
  # @ profilebuilder
674
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:898
675
  msgid "(Several required fields were left uncompleted)"
676
  msgstr ""
677
 
678
  # @ profilebuilder
679
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:916
680
  msgid "This username is already reserved to be used soon."
681
  msgstr ""
682
  "Este nome de usuário já exite ou esta reservado para ser usado em breve."
683
 
684
  # @ profilebuilder
685
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:916
686
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:920
687
  msgid "Please try a different one!"
688
  msgstr "Por favor tente outro usuário!"
689
 
690
  # @ profilebuilder
691
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:920
692
  msgid "This email address is already reserved to be used soon."
693
  msgstr ""
694
  "Desculpe, mais este endereço de e-mail já está reservado para ser usado em "
695
  "breve"
696
 
697
  # @ profilebuilder
698
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1148
699
  msgid "You are logged in as"
700
  msgstr "Você esta conectado como "
701
 
702
  # @ profilebuilder
703
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1148
704
  msgid "You don't need another account."
705
  msgstr ""
706
 
707
  # @ profilebuilder
708
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1148
709
  msgid "Log out of this account."
710
  msgstr "Desconectar desta conta."
711
 
712
  # @ profilebuilder
713
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1148
714
  msgid "Logout"
715
  msgstr "Sair &raquo;"
716
 
717
  # @ profilebuilder
718
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1156
719
  #, fuzzy, php-format
720
  msgid ""
721
  "An email has been sent to %1$s with information on how to activate his/her "
@@ -724,14 +719,14 @@ msgstr ""
724
  "Um email foi enviado para você com informações sobre como ativar a sua conta"
725
 
726
  # @ profilebuilder
727
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1160
728
  #, fuzzy, php-format
729
  msgid "A user account has been created for %1$s."
730
  msgstr "Foi criada a conta de usuário para "
731
 
732
  # @ profilebuilder
733
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1179
734
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1209
735
  #, fuzzy, php-format
736
  msgid ""
737
  "You will soon be redirected automatically. If you see this page for more "
@@ -741,7 +736,7 @@ msgstr ""
741
  "por mais de 3 segundos, por favor clique"
742
 
743
  # @ profilebuilder
744
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1185
745
  #, fuzzy
746
  msgid ""
747
  "An email has been sent to you with information on how to activate your "
@@ -750,35 +745,35 @@ msgstr ""
750
  "Um email foi enviado para você com informações sobre como ativar a sua conta"
751
 
752
  # @ profilebuilder
753
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1189
754
  #, fuzzy, php-format
755
  msgid "Thank you for registering %1$s."
756
  msgstr "Obrigado por registrar-se no nosso site, %1$s."
757
 
758
  # @ profilebuilder
759
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1216
760
  msgid "An error occured while trying to send the notification email."
761
  msgstr "Ocorreu um erro ao tentar enviar o e-mail de notificação."
762
 
763
  # @ profilebuilder
764
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1221
765
  msgid "An email containing activation instructions was successfully sent."
766
  msgstr "Um e-mail contendo as instruções de ativação foi enviada com sucesso."
767
 
768
  # @ profilebuilder
769
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1226
770
  msgid "An email containing the username and password was successfully sent."
771
  msgstr "Um e-mail contendo o nome de usuário e senha foi enviada com sucesso."
772
 
773
  # @ profilebuilder
774
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1242
775
  msgid "Users can register themselves or you can manually create users here."
776
  msgstr ""
777
  "Os usuários podem se registrar, mais você podes criar os usuário manualmente "
778
  "aqui."
779
 
780
  # @ profilebuilder
781
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1247
782
  msgid ""
783
  "Users cannot currently register themselves, but you can manually create "
784
  "users here."
@@ -787,55 +782,55 @@ msgstr ""
787
  "usuários aqui."
788
 
789
  # @ profilebuilder
790
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1252
791
  msgid "Only an administrator can add new users."
792
  msgstr "Somente o administrador pode criar novos usuários."
793
 
794
  # @ profilebuilder
795
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1275
796
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1299
797
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1323
798
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1347
799
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1398
800
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1422
801
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1446
802
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1470
803
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1497
804
  msgid ""
805
  "This field must be filled out before registering (It was marked as required "
806
  "by the administrator)"
807
  msgstr ""
808
 
809
  # @ profilebuilder
810
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1296
811
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1320
812
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1344
813
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1371
814
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1395
815
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1419
816
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1443
817
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1467
818
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1494
819
  msgid "This field is marked as required by the administrator"
820
  msgstr ""
821
 
822
  # @ profilebuilder
823
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1569
824
  msgid "Anti-Spam"
825
  msgstr "Anti-Spam"
826
 
827
  # @ profilebuilder
828
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1590
829
  msgid "Send these credentials via email."
830
  msgstr "Enviar essas credenciais via e-mail."
831
 
832
  # @ profilebuilder
833
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1604
834
  msgid "Add User"
835
  msgstr "Adicionar usuario"
836
 
837
  # @ profilebuilder
838
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1604
839
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/login.widget.php:43
840
  msgid "Register"
841
  msgstr "Registrar"
@@ -877,8 +872,6 @@ msgstr "Padrão"
877
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:156
878
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:175
879
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:189
880
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:33
881
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:415
882
  msgid "Show"
883
  msgstr "Mostrar"
884
 
@@ -896,8 +889,6 @@ msgstr "Mostrar"
896
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:157
897
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:176
898
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:190
899
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:34
900
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:416
901
  msgid "Hide"
902
  msgstr "Ocultar"
903
 
@@ -905,12 +896,10 @@ msgstr "Ocultar"
905
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/admin.bar.php:43
906
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:202
907
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/general.settings.php:58
908
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:59
909
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/custom.redirects.php:147
910
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:377
911
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:650
912
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/recaptcha.php:284
913
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:401
914
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/register.version.php:35
915
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/register.version.php:76
916
  msgid "Save Changes"
@@ -1191,7 +1180,7 @@ msgstr "Nova Senha"
1191
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/general.settings.php:10
1192
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/general.settings.php:11
1193
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/options.php:87
1194
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:39
1195
  msgid "General Settings"
1196
  msgstr "Configurações Gerais"
1197
 
@@ -1308,8 +1297,8 @@ msgstr "Status"
1308
 
1309
  # @ profilebuilder
1310
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:20
 
1311
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:31
1312
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:32
1313
  msgid "User-Listing"
1314
  msgstr ""
1315
 
@@ -1317,8 +1306,6 @@ msgstr ""
1317
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:22
1318
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:29
1319
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:36
1320
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:43
1321
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:50
1322
  msgid "Active"
1323
  msgstr "Ativo"
1324
 
@@ -1326,8 +1313,6 @@ msgstr "Ativo"
1326
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:23
1327
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:30
1328
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:37
1329
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:44
1330
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:51
1331
  msgid "Inactive"
1332
  msgstr ""
1333
 
@@ -1345,18 +1330,6 @@ msgstr "Redirecionamento"
1345
  msgid "reCAPTCHA"
1346
  msgstr "reCAPTCHA"
1347
 
1348
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:41
1349
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:42
1350
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:43
1351
- msgid "User Email Customizer"
1352
- msgstr ""
1353
-
1354
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:48
1355
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:424
1356
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:425
1357
- msgid "Admin Email Customizer"
1358
- msgstr ""
1359
-
1360
  # @ profilebuilder
1361
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/custom.redirects.php:35
1362
  msgid "Redirects on custom page requests:"
@@ -1447,226 +1420,6 @@ msgid ""
1447
  "manage options)."
1448
  msgstr ""
1449
 
1450
- # @ profilebuilder
1451
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:11
1452
- #, fuzzy, php-format
1453
- msgid ""
1454
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1455
- ">Before you can access your account, an administrator needs to approve it. "
1456
- "You will be notified via email."
1457
- msgstr ""
1458
- "Antes que você possa acessar sua conta, um administrador precisa aprovar. "
1459
- "Você será notificado via e-mail."
1460
-
1461
- # @ profilebuilder
1462
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:12
1463
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:48
1464
- #, fuzzy, php-format
1465
- msgid "Your account on %1$s has been approved!"
1466
- msgstr "Foi criada a conta de usuário para "
1467
-
1468
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:13
1469
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:49
1470
- #, php-format
1471
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1472
- msgstr ""
1473
-
1474
- # @ profilebuilder
1475
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:15
1476
- #, fuzzy, php-format
1477
- msgid ""
1478
- "To activate your user, please click the following link:\n"
1479
- "\n"
1480
- "%s\n"
1481
- "\n"
1482
- "After you activate, you will receive *another email* with your login.\n"
1483
- "\n"
1484
- msgstr ""
1485
- "Para ativar a sua conta de usuário, por favor clique no link abaixo:\n"
1486
- "\n"
1487
- "%s\n"
1488
- "\n"
1489
- "Após a sua ativação, você receberá * outro email * com as informações do seu "
1490
- "login.\n"
1491
- "\n"
1492
-
1493
- # @ profilebuilder
1494
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:16
1495
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:55
1496
- #, fuzzy, php-format
1497
- msgid "Your account on %1$s has been unapproved!"
1498
- msgstr "Foi criada a conta de usuário para "
1499
-
1500
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:17
1501
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:56
1502
- #, php-format
1503
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1504
- msgstr ""
1505
-
1506
- # @ default
1507
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:18
1508
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:20
1509
- #, fuzzy, php-format
1510
- msgid "[%1$s] A new subscriber has (been) registered!"
1511
- msgstr "Um novo assinante foi registrado!"
1512
-
1513
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:21
1514
- #, php-format
1515
- msgid ""
1516
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1517
- "\"Admin Approval\" feature was activated at the time of registration, so "
1518
- "please remember that you need to approve this user before he/she can log in!"
1519
- msgstr ""
1520
-
1521
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:46
1522
- msgid "Here you can customize all the emails sent the users."
1523
- msgstr ""
1524
-
1525
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:49
1526
- msgid ""
1527
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1528
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1529
- "save.</span>"
1530
- msgstr ""
1531
-
1532
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:52
1533
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:434
1534
- msgid "From (name): "
1535
- msgstr ""
1536
-
1537
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:60
1538
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:76
1539
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:119
1540
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:175
1541
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:231
1542
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:291
1543
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:336
1544
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:442
1545
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:458
1546
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:502
1547
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:555
1548
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:609
1549
- msgid "Available Merge Tags"
1550
- msgstr ""
1551
-
1552
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:68
1553
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:450
1554
- msgid "From (reply-to email): "
1555
- msgstr ""
1556
-
1557
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:92
1558
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:475
1559
- msgid "Default Registration"
1560
- msgstr ""
1561
-
1562
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:100
1563
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:156
1564
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:212
1565
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:272
1566
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:317
1567
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:483
1568
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:536
1569
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:590
1570
- msgid "Email Subject: "
1571
- msgstr ""
1572
-
1573
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:108
1574
- msgid ""
1575
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1576
- "<span style=\"color:red\">user</span> upon registration.</span>"
1577
- msgstr ""
1578
-
1579
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:147
1580
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:528
1581
- msgid "Registration with Email Confirmation"
1582
- msgstr ""
1583
-
1584
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:164
1585
- msgid ""
1586
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1587
- "<span style=\"color:red\">user</span> upon registration with email "
1588
- "confirmation.</span>"
1589
- msgstr ""
1590
-
1591
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:203
1592
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:582
1593
- msgid "Registration with Admin Approval"
1594
- msgstr ""
1595
-
1596
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:220
1597
- msgid ""
1598
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1599
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1600
- "</span>"
1601
- msgstr ""
1602
-
1603
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:259
1604
- msgid "Admin Approval Notificaitons (on status change)"
1605
- msgstr ""
1606
-
1607
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:267
1608
- msgid "Message Sent to the User Upon Approval"
1609
- msgstr ""
1610
-
1611
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:280
1612
- msgid ""
1613
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1614
- "<span style=\"color:red\">user</span> upon approval.</span>"
1615
- msgstr ""
1616
-
1617
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:312
1618
- msgid "Message Sent to the User Upon Unapproval"
1619
- msgstr ""
1620
-
1621
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:325
1622
- msgid ""
1623
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1624
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1625
- msgstr ""
1626
-
1627
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:428
1628
- msgid "Here you can customize all the emails sent the administrator."
1629
- msgstr ""
1630
-
1631
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:431
1632
- msgid ""
1633
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1634
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1635
- "</span>"
1636
- msgstr ""
1637
-
1638
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:491
1639
- msgid ""
1640
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1641
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1642
- msgstr ""
1643
-
1644
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:544
1645
- msgid ""
1646
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1647
- "<span style=\"color:red\">administrator</span> upon user registration with "
1648
- "email confirmation.</span>"
1649
- msgstr ""
1650
-
1651
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:598
1652
- msgid ""
1653
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1654
- "<span style=\"color:red\">administrator</span> upon user registration with "
1655
- "admin approval.</span>"
1656
- msgstr ""
1657
-
1658
- # @ profilebuilder
1659
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:752
1660
- #, fuzzy
1661
- msgid "approved"
1662
- msgstr "Aprovar"
1663
-
1664
- # @ profilebuilder
1665
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/email.customizer.php:761
1666
- #, fuzzy
1667
- msgid "unapproved"
1668
- msgstr "Aprovar"
1669
-
1670
  # @ profilebuilder
1671
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/recaptcha.php:49
1672
  msgid "Could not open socket!"
@@ -1733,7 +1486,7 @@ msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1733
  msgstr ""
1734
 
1735
  # @ profilebuilder
1736
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:34
1737
  msgid ""
1738
  "To create a page containing the users registered to this current site/blog, "
1739
  "insert the following shortcode in a (blank) page: "
@@ -1742,208 +1495,202 @@ msgstr ""
1742
  "atual, insira o seguinte código curto em uma página (em branco): "
1743
 
1744
  # @ profilebuilder
1745
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:35
1746
  msgid ""
1747
  "For instance, to create a userlisting shortcode listing only the editors and "
1748
  "authors, visible to only the users currently logged in, you would use:"
1749
  msgstr ""
1750
 
1751
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:36
1752
  msgid ""
1753
  "You can also create a userlisting page that displays users having a certain "
1754
  "meta-value within a certain (extra) meta-field like so:"
1755
  msgstr ""
1756
 
1757
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:36
1758
  msgid ""
1759
  "Remember though, that the field-value combination must exist in the database."
1760
  msgstr ""
1761
 
1762
  # @ profilebuilder
1763
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:41
1764
  msgid "These settings are applied to the front-end userlisting."
1765
  msgstr ""
1766
 
1767
  # @ profilebuilder
1768
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:47
1769
  msgid "Number of Users/Page: "
1770
  msgstr "Número de Usuários/Página: "
1771
 
1772
  # @ profilebuilder
1773
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:64
1774
- #, fuzzy
1775
- msgid "Default Sorting Criteria: "
1776
- msgstr "Ordem Padrão da classificação: "
1777
-
1778
- # @ profilebuilder
1779
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:94
1780
  msgid "Default Sorting Order: "
1781
  msgstr "Ordem Padrão da classificação: "
1782
 
1783
  # @ profilebuilder
1784
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:105
1785
  msgid "\"All-Userlisting\" Template"
1786
  msgstr ""
1787
 
1788
  # @ profilebuilder
1789
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:107
1790
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:249
1791
  msgid ""
1792
  "With the userlisting templates you can customize the look, feel and "
1793
  "information listed by the shortcode."
1794
  msgstr ""
1795
 
1796
  # @ profilebuilder
1797
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:108
1798
  msgid ""
1799
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1800
  "on each page access where the shortcode is present."
1801
  msgstr ""
1802
 
1803
  # @ profilebuilder
1804
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:112
1805
  msgid "Avatar size: "
1806
  msgstr "Tamanho do Avatar: "
1807
 
1808
  # @ profilebuilder
1809
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:128
1810
  msgid "Insert \"Sort By\" Field:"
1811
  msgstr ""
1812
 
1813
  # @ profilebuilder
1814
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:156
1815
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:255
1816
  msgid "Insert \"User-Meta\" Field:"
1817
  msgstr ""
1818
 
1819
  # @ profilebuilder
1820
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:187
1821
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:293
1822
  msgid "Insert Extra Functions:"
1823
  msgstr ""
1824
 
1825
  # @ profilebuilder
1826
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:202
1827
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1828
  msgstr ""
1829
 
1830
  # @ profilebuilder
1831
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:204
1832
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:307
1833
  msgid ""
1834
  "If you wish to use a default userlisting, just copy the following code and "
1835
  "paste it in the textarea below:"
1836
  msgstr ""
1837
 
1838
  # @ profilebuilder
1839
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:247
1840
  msgid "\"Single-Userlisting\" Template"
1841
  msgstr ""
1842
 
1843
  # @ profilebuilder
1844
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:250
1845
  msgid ""
1846
  "The \"Single User Listing\" template is used to list an individual user. "
1847
  "It's displayed when clickin on the \"more info\" link."
1848
  msgstr ""
1849
 
1850
  # @ profilebuilder
1851
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:305
1852
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1853
  msgstr ""
1854
 
1855
  # @ profilebuilder
1856
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:411
1857
  msgid ""
1858
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1859
  msgstr ""
1860
 
1861
  # @ profilebuilder
1862
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:411
1863
  msgid "You can find it in Profile Builder's menu."
1864
  msgstr ""
1865
 
1866
  # @ profilebuilder
1867
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:436
1868
  msgid "You need to be logged in to view the userlisting!"
1869
  msgstr ""
1870
 
1871
  # @ profilebuilder
1872
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:472
1873
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:498
1874
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:516
1875
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1354
1876
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1440
1877
  msgid "Search Users by All Fields"
1878
  msgstr ""
1879
 
1880
  # @ profilebuilder
1881
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:516
1882
  msgid "Leave Blank and Press Search to List All Users"
1883
  msgstr ""
1884
 
1885
  # @ profilebuilder
1886
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:520
1887
  msgid "Search"
1888
  msgstr "Pesquisa"
1889
 
1890
  # @ profilebuilder
1891
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:533
1892
  msgid "First/Lastname"
1893
  msgstr "Nome/Sobrenome"
1894
 
1895
  # @ profilebuilder
1896
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:539
1897
  msgid "Email"
1898
  msgstr "E-mail"
1899
 
1900
  # @ profilebuilder
1901
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:545
1902
  msgid "Sign-up Date"
1903
  msgstr ""
1904
 
1905
  # @ profilebuilder
1906
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:551
1907
  msgid "Firstname"
1908
  msgstr "Nome"
1909
 
1910
  # @ profilebuilder
1911
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:557
1912
  msgid "Lastname"
1913
  msgstr "Sobrenome"
1914
 
1915
  # @ profilebuilder
1916
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:563
1917
  msgid "Display Name"
1918
  msgstr ""
1919
 
1920
  # @ profilebuilder
1921
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:581
1922
  msgid "Posts"
1923
  msgstr ""
1924
 
1925
  # @ profilebuilder
1926
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:623
1927
  msgid "Click here to see more information about this user"
1928
  msgstr "Clique aqui para ver mais informações sobre este usuário"
1929
 
1930
  # @ profilebuilder
1931
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:623
1932
  msgid "More..."
1933
  msgstr "Mais..."
1934
 
1935
  # @ profilebuilder
1936
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:824
1937
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1131
1938
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:577
1939
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:610
1940
  msgid "No uploaded attachment"
1941
  msgstr ""
1942
 
1943
  # @ profilebuilder
1944
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:826
1945
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1133
1946
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1189
1947
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:581
1948
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:614
1949
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:617
@@ -1953,18 +1700,18 @@ msgid "Click to see the current attachment"
1953
  msgstr ""
1954
 
1955
  # @ profilebuilder
1956
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:952
1957
  msgid "Click here to go back"
1958
  msgstr "Clique aqui para voltar"
1959
 
1960
  # @ profilebuilder
1961
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:952
1962
  msgid "Back"
1963
  msgstr ""
1964
 
1965
  # @ profilebuilder
1966
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1131
1967
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1133
1968
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:577
1969
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:581
1970
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:610
@@ -1974,73 +1721,73 @@ msgid "Current file"
1974
  msgstr ""
1975
 
1976
  # @ profilebuilder
1977
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1187
1978
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:687
1979
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:719
1980
  msgid "Avatar"
1981
  msgstr "Avatar"
1982
 
1983
  # @ profilebuilder
1984
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1244
1985
  msgid "No results found!"
1986
  msgstr ""
1987
 
1988
  # @ profilebuilder
1989
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1337
1990
  msgid "&laquo;&laquo; First"
1991
  msgstr ""
1992
 
1993
  # @ profilebuilder
1994
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1338
1995
  msgid "&laquo; Prev"
1996
  msgstr ""
1997
 
1998
  # @ profilebuilder
1999
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1339
2000
  msgid "Next &raquo; "
2001
  msgstr "Seguinte &raquo; "
2002
 
2003
  # @ profilebuilder
2004
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1340
2005
  msgid "Last &raquo;&raquo;"
2006
  msgstr ""
2007
 
2008
  # @ profilebuilder
2009
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:290
2010
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:433
2011
  msgid "You must give your option a title."
2012
  msgstr ""
2013
 
2014
  # @ profilebuilder
2015
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:294
2016
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:437
2017
  msgid "You have entered an invalid meta-key format!"
2018
  msgstr ""
2019
 
2020
  # @ profilebuilder
2021
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:298
2022
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:441
2023
  msgid "You must enter a valid meta-key."
2024
  msgstr ""
2025
 
2026
  # @ profilebuilder
2027
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:304
2028
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:314
2029
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:451
2030
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:463
2031
  msgid "That meta-key is already in use."
2032
  msgstr ""
2033
 
2034
  # @ profilebuilder
2035
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:321
2036
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:471
2037
  msgid ""
2038
  "There is already an avatar input-type. You can only have one avatar present."
2039
  msgstr "Já existe um avatar em uso. Você só pode ter um avatar presente ."
2040
 
2041
  # @ profilebuilder
2042
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:328
2043
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:478
2044
  msgid ""
2045
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
2046
  "have one present."
@@ -2049,62 +1796,62 @@ msgstr ""
2049
  "pode ter um presente."
2050
 
2051
  # @ profilebuilder
2052
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:333
2053
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:483
2054
  msgid "The textarea row value must be numeric."
2055
  msgstr ""
2056
 
2057
  # @ profilebuilder
2058
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:337
2059
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:487
2060
  msgid "The maxlength attribute must be numeric."
2061
  msgstr ""
2062
 
2063
  # @ profilebuilder
2064
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:344
2065
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:494
2066
  msgid "The value must be between 20 and 200!"
2067
  msgstr ""
2068
 
2069
  # @ profilebuilder
2070
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:349
2071
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:499
2072
  msgid "The width component of the entered value must be numeric!"
2073
  msgstr ""
2074
 
2075
  # @ profilebuilder
2076
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:351
2077
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:501
2078
  msgid "The height component of the entered value must be numeric!"
2079
  msgstr ""
2080
 
2081
  # @ profilebuilder
2082
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:353
2083
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:503
2084
  msgid "The width component of the entered value must be between 20 and 200!"
2085
  msgstr ""
2086
 
2087
  # @ profilebuilder
2088
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:355
2089
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:505
2090
  msgid "The height component of the entered value must be between 20 and 200!"
2091
  msgstr ""
2092
 
2093
  # @ profilebuilder
2094
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:357
2095
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:507
2096
  msgid "The pair of values entered didn't have the right format (width,height)!"
2097
  msgstr ""
2098
 
2099
  # @ profilebuilder
2100
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:360
2101
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:510
2102
  msgid "The entered avatar size must be numeric!"
2103
  msgstr ""
2104
 
2105
  # @ profilebuilder
2106
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:394
2107
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:570
2108
  msgid "There was an error, please try again."
2109
  msgstr "Houve um erro, por favor tente novamente."
2110
 
@@ -2119,46 +1866,68 @@ msgid "the current user?"
2119
  msgstr ""
2120
 
2121
  # @ profilebuilder
2122
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:122
2123
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2124
  msgid "Approve"
2125
  msgstr "Aprovar"
2126
 
2127
  # @ profilebuilder
2128
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:123
2129
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:213
2130
  msgid "Unapproved"
2131
  msgstr ""
2132
 
2133
  # @ profilebuilder
2134
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:134
2135
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:164
2136
  msgid "Unapprove"
2137
  msgstr ""
2138
 
2139
  # @ profilebuilder
2140
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:135
2141
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:210
2142
  msgid "Approved"
2143
  msgstr ""
2144
 
2145
  # @ profilebuilder
2146
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:163
2147
  msgid "unapprove"
2148
  msgstr ""
2149
 
2150
  # @ profilebuilder
2151
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:167
2152
  msgid "approve"
2153
  msgstr ""
2154
 
2155
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:171
2156
  #, php-format
2157
  msgid "Are you sure you want to %1$s this user?"
2158
  msgstr ""
2159
 
2160
  # @ profilebuilder
2161
- #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:232
2162
  msgid ""
2163
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
2164
  "before you can log in."
2
  msgstr ""
3
  "Project-Id-Version: Profile Builder Pro v1.1.57\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-01-10 11:28+0200\n"
6
+ "PO-Revision-Date: 2013-01-10 11:29+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina <webmaster@>\n"
9
  "MIME-Version: 1.0\n"
15
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Textdomain-Support: yes\n"
18
+ "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: C:/Users/Gabriel/Desktop/test/profile-builder-pro\n"
20
 
21
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:83
22
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:585
23
  #, php-format
24
  msgid ""
25
  "The information size you were trying to submit was larger than %1$sb!<br/"
140
 
141
  # @ profilebuilder
142
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:648
143
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:897
144
  #, fuzzy
145
  msgid "There was an error while trying to upload the following attachment(s)"
146
  msgstr "Ocorreu um erro ao carregar os seguintes arquivos anexos:<br/>"
154
 
155
  # @ profilebuilder
156
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:670
157
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1277
158
  msgid "Name"
159
  msgstr "Informações do Usuário"
160
 
161
  # @ profilebuilder
162
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:676
163
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.login.php:122
164
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1298
165
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:27
166
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:498
167
  msgid "Username"
168
  msgstr "Usuário"
169
 
215
 
216
  # @ profilebuilder
217
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:696
218
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1322
219
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:40
220
  msgid "First Name"
221
  msgstr "Nome"
222
 
223
  # @ profilebuilder
224
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:716
225
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1346
226
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:53
227
  msgid "Last Name"
228
  msgstr "Sobrenomes"
229
 
230
  # @ profilebuilder
231
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:736
232
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1370
233
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:66
234
  msgid "Nickname"
235
  msgstr "Apelido (usuário)"
241
 
242
  # @ profilebuilder
243
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:789
244
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1376
245
  msgid "Contact Info"
246
  msgstr "Informação de contato"
247
 
248
  # @ profilebuilder
249
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:806
250
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1397
251
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:98
252
  msgid "E-mail"
253
  msgstr "Email"
259
 
260
  # @ profilebuilder
261
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:825
262
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1421
263
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:111
264
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:540
265
  msgid "Website"
266
  msgstr "Página Web"
267
 
268
  # @ profilebuilder
269
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:843
270
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1445
271
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:127
272
  msgid "AIM"
273
  msgstr "AIM"
274
 
275
  # @ profilebuilder
276
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:861
277
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1469
278
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:140
279
  msgid "Yahoo IM"
280
  msgstr "Yahoo IM"
281
 
282
  # @ profilebuilder
283
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:879
284
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1493
285
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:153
286
  msgid "Jabber / Google Talk"
287
  msgstr "Jabber/Google Talk"
288
 
289
  # @ profilebuilder
290
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:885
291
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1499
292
  msgid "About Yourself"
293
  msgstr "Sobre você"
294
 
295
  # @ profilebuilder
296
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:900
297
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1520
298
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:172
299
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:546
300
  msgid "Biographical Info"
301
  msgstr "Informação Biográfica"
302
 
309
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.edit.profile.php:915
310
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.recover.password.php:328
311
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.recover.password.php:358
312
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1558
313
  msgid "Repeat Password"
314
  msgstr "Repetir a Senha"
315
 
354
  # @ profilebuilder
355
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.login.php:69
356
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.login.php:81
357
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1191
358
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1221
359
  msgid "here"
360
  msgstr "aqui"
361
 
374
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.login.php:130
375
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.recover.password.php:323
376
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.recover.password.php:353
377
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1553
378
  msgid "Password"
379
  msgstr "Senha"
380
 
402
 
403
  # @ profilebuilder
404
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.recover.password.php:113
405
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:248
406
  msgid ""
407
  "Your account has to be confirmed by an administrator before you can use the "
408
  "\"Password Reset\" feature."
498
 
499
  # @ profilebuilder
500
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.recover.password.php:288
501
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:894
502
  msgid "The entered passwords don't match!"
503
  msgstr "As senham não coincidem"
504
 
534
  msgstr "Obter Nova Senha"
535
 
536
  # @ profilebuilder
537
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:386
 
 
 
 
 
 
 
538
  #, fuzzy, php-format
539
  msgid ""
540
  "To activate your user, please click the following link:\n"
553
  "\n"
554
 
555
  # @ profilebuilder
556
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:388
557
+ #, php-format
558
+ msgid "[%1$s] Activate %2$s"
559
+ msgstr "O site [%1$s], quer ativar a conta do %2$s"
560
+
561
+ # @ profilebuilder
562
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:418
563
  msgid "Invalid activation key!"
564
  msgstr ""
565
 
566
  # @ profilebuilder
567
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:422
568
  msgid "The user is already active!"
569
  msgstr "O usuário já esta ativado!"
570
 
571
  # @ profilebuilder
572
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:437
573
  msgid "Could not create user!"
574
  msgstr "Não foi possível criar o usuário!"
575
 
576
  # @ profilebuilder
577
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:447
578
  msgid "That username is already activated!"
579
  msgstr "Desculpe, este nome de usuário já existe!"
580
 
581
  # @ profilebuilder
582
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:463
583
  msgid "The user was successfully activated."
584
  msgstr "A conta do usuário foi ativada com sucesso."
585
 
586
  # @ profilebuilder
587
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:465
588
  msgid "There was an error while trying to activate the user."
589
  msgstr "Houve um erro ao tentar ativar o usuário."
590
 
591
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:499
 
592
  #, php-format
593
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
594
  msgstr ""
595
 
596
  # @ profilebuilder
597
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:501
598
  msgid ""
599
  "The \"Admin Approval\" feature was activated at the time of registration, so "
600
  "please remember that you need to approve this user before he/she can log in!"
601
  msgstr ""
602
 
603
  # @ default
604
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:504
605
  msgid "A new subscriber has (been) registered!"
606
  msgstr "Um novo assinante foi registrado!"
607
 
608
  # @ profilebuilder
609
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:522
 
 
610
  msgid "A new account has been created for you."
611
  msgstr "Uma nova conta foi criada para você"
612
 
613
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:525
 
614
  #, php-format
615
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
616
  msgstr ""
617
 
618
  # @ profilebuilder
619
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:527
620
  msgid ""
621
  "Before you can access your account, an administrator needs to approve it. "
622
  "You will be notified via email."
625
  "Você será notificado via e-mail."
626
 
627
  # @ profilebuilder
628
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:883
629
  msgid "A username is required for registration."
630
  msgstr "O nome de usuário é obrigatório para a inscrição."
631
 
632
  # @ profilebuilder
633
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:885
634
  msgid "Sorry, that username already exists!"
635
  msgstr "Desculpe, este nome de usuário já existe!"
636
 
637
  # @ profilebuilder
638
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:887
639
  msgid "You must enter a valid email address."
640
  msgstr "Você precisa digitar um endereço de e-mail válido."
641
 
642
  # @ profilebuilder
643
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:889
644
  msgid "Sorry, that email address is already used!"
645
  msgstr "Desculpe, mais este email já está sendo usado!"
646
 
647
  # @ profilebuilder
648
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:892
649
  msgid "You didn't complete one of the password-fields!"
650
  msgstr "Você não completou os campos da senha!"
651
 
652
  # @ profilebuilder
653
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:904
654
  msgid "Only files with the following extension(s) can be uploaded:"
655
  msgstr ""
656
 
657
  # @ profilebuilder
658
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:904
659
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:910
660
  msgid "The account was NOT created!"
661
  msgstr "A conta NÃO foi creada!"
662
 
663
  # @ profilebuilder
664
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:908
665
  msgid "You must agree to the terms and conditions before registering!"
666
  msgstr ""
667
 
668
  # @ profilebuilder
669
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:910
670
  msgid "(Several required fields were left uncompleted)"
671
  msgstr ""
672
 
673
  # @ profilebuilder
674
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:928
675
  msgid "This username is already reserved to be used soon."
676
  msgstr ""
677
  "Este nome de usuário já exite ou esta reservado para ser usado em breve."
678
 
679
  # @ profilebuilder
680
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:928
681
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:932
682
  msgid "Please try a different one!"
683
  msgstr "Por favor tente outro usuário!"
684
 
685
  # @ profilebuilder
686
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:932
687
  msgid "This email address is already reserved to be used soon."
688
  msgstr ""
689
  "Desculpe, mais este endereço de e-mail já está reservado para ser usado em "
690
  "breve"
691
 
692
  # @ profilebuilder
693
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1160
694
  msgid "You are logged in as"
695
  msgstr "Você esta conectado como "
696
 
697
  # @ profilebuilder
698
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1160
699
  msgid "You don't need another account."
700
  msgstr ""
701
 
702
  # @ profilebuilder
703
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1160
704
  msgid "Log out of this account."
705
  msgstr "Desconectar desta conta."
706
 
707
  # @ profilebuilder
708
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1160
709
  msgid "Logout"
710
  msgstr "Sair &raquo;"
711
 
712
  # @ profilebuilder
713
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1168
714
  #, fuzzy, php-format
715
  msgid ""
716
  "An email has been sent to %1$s with information on how to activate his/her "
719
  "Um email foi enviado para você com informações sobre como ativar a sua conta"
720
 
721
  # @ profilebuilder
722
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1172
723
  #, fuzzy, php-format
724
  msgid "A user account has been created for %1$s."
725
  msgstr "Foi criada a conta de usuário para "
726
 
727
  # @ profilebuilder
728
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1191
729
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1221
730
  #, fuzzy, php-format
731
  msgid ""
732
  "You will soon be redirected automatically. If you see this page for more "
736
  "por mais de 3 segundos, por favor clique"
737
 
738
  # @ profilebuilder
739
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1197
740
  #, fuzzy
741
  msgid ""
742
  "An email has been sent to you with information on how to activate your "
745
  "Um email foi enviado para você com informações sobre como ativar a sua conta"
746
 
747
  # @ profilebuilder
748
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1201
749
  #, fuzzy, php-format
750
  msgid "Thank you for registering %1$s."
751
  msgstr "Obrigado por registrar-se no nosso site, %1$s."
752
 
753
  # @ profilebuilder
754
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1228
755
  msgid "An error occured while trying to send the notification email."
756
  msgstr "Ocorreu um erro ao tentar enviar o e-mail de notificação."
757
 
758
  # @ profilebuilder
759
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1233
760
  msgid "An email containing activation instructions was successfully sent."
761
  msgstr "Um e-mail contendo as instruções de ativação foi enviada com sucesso."
762
 
763
  # @ profilebuilder
764
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1238
765
  msgid "An email containing the username and password was successfully sent."
766
  msgstr "Um e-mail contendo o nome de usuário e senha foi enviada com sucesso."
767
 
768
  # @ profilebuilder
769
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1254
770
  msgid "Users can register themselves or you can manually create users here."
771
  msgstr ""
772
  "Os usuários podem se registrar, mais você podes criar os usuário manualmente "
773
  "aqui."
774
 
775
  # @ profilebuilder
776
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1259
777
  msgid ""
778
  "Users cannot currently register themselves, but you can manually create "
779
  "users here."
782
  "usuários aqui."
783
 
784
  # @ profilebuilder
785
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1264
786
  msgid "Only an administrator can add new users."
787
  msgstr "Somente o administrador pode criar novos usuários."
788
 
789
  # @ profilebuilder
790
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1287
791
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1311
792
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1335
793
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1359
794
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1410
795
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1434
796
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1458
797
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1482
798
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1509
799
  msgid ""
800
  "This field must be filled out before registering (It was marked as required "
801
  "by the administrator)"
802
  msgstr ""
803
 
804
  # @ profilebuilder
805
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1308
806
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1332
807
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1356
808
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1383
809
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1407
810
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1431
811
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1455
812
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1479
813
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1506
814
  msgid "This field is marked as required by the administrator"
815
  msgstr ""
816
 
817
  # @ profilebuilder
818
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1581
819
  msgid "Anti-Spam"
820
  msgstr "Anti-Spam"
821
 
822
  # @ profilebuilder
823
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1602
824
  msgid "Send these credentials via email."
825
  msgstr "Enviar essas credenciais via e-mail."
826
 
827
  # @ profilebuilder
828
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1616
829
  msgid "Add User"
830
  msgstr "Adicionar usuario"
831
 
832
  # @ profilebuilder
833
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/front-end/wppb.register.php:1616
834
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/login.widget.php:43
835
  msgid "Register"
836
  msgstr "Registrar"
872
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:156
873
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:175
874
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:189
 
 
875
  msgid "Show"
876
  msgstr "Mostrar"
877
 
889
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:157
890
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:176
891
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:190
 
 
892
  msgid "Hide"
893
  msgstr "Ocultar"
894
 
896
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/admin.bar.php:43
897
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/default.settings.php:202
898
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/general.settings.php:58
899
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:45
900
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/custom.redirects.php:147
 
 
901
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/recaptcha.php:284
902
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:370
903
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/register.version.php:35
904
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/register.version.php:76
905
  msgid "Save Changes"
1180
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/general.settings.php:10
1181
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/general.settings.php:11
1182
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/functions/options.php:87
1183
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:38
1184
  msgid "General Settings"
1185
  msgstr "Configurações Gerais"
1186
 
1297
 
1298
  # @ profilebuilder
1299
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:20
1300
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:30
1301
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:31
 
1302
  msgid "User-Listing"
1303
  msgstr ""
1304
 
1306
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:22
1307
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:29
1308
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:36
 
 
1309
  msgid "Active"
1310
  msgstr "Ativo"
1311
 
1313
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:23
1314
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:30
1315
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/addon.php:37
 
 
1316
  msgid "Inactive"
1317
  msgstr ""
1318
 
1330
  msgid "reCAPTCHA"
1331
  msgstr "reCAPTCHA"
1332
 
 
 
 
 
 
 
 
 
 
 
 
 
1333
  # @ profilebuilder
1334
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/custom.redirects.php:35
1335
  msgid "Redirects on custom page requests:"
1420
  "manage options)."
1421
  msgstr ""
1422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1423
  # @ profilebuilder
1424
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/recaptcha.php:49
1425
  msgid "Could not open socket!"
1486
  msgstr ""
1487
 
1488
  # @ profilebuilder
1489
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:33
1490
  msgid ""
1491
  "To create a page containing the users registered to this current site/blog, "
1492
  "insert the following shortcode in a (blank) page: "
1495
  "atual, insira o seguinte código curto em uma página (em branco): "
1496
 
1497
  # @ profilebuilder
1498
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:34
1499
  msgid ""
1500
  "For instance, to create a userlisting shortcode listing only the editors and "
1501
  "authors, visible to only the users currently logged in, you would use:"
1502
  msgstr ""
1503
 
1504
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:35
1505
  msgid ""
1506
  "You can also create a userlisting page that displays users having a certain "
1507
  "meta-value within a certain (extra) meta-field like so:"
1508
  msgstr ""
1509
 
1510
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:35
1511
  msgid ""
1512
  "Remember though, that the field-value combination must exist in the database."
1513
  msgstr ""
1514
 
1515
  # @ profilebuilder
1516
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:40
1517
  msgid "These settings are applied to the front-end userlisting."
1518
  msgstr ""
1519
 
1520
  # @ profilebuilder
1521
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:46
1522
  msgid "Number of Users/Page: "
1523
  msgstr "Número de Usuários/Página: "
1524
 
1525
  # @ profilebuilder
1526
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:63
 
 
 
 
 
 
1527
  msgid "Default Sorting Order: "
1528
  msgstr "Ordem Padrão da classificação: "
1529
 
1530
  # @ profilebuilder
1531
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:74
1532
  msgid "\"All-Userlisting\" Template"
1533
  msgstr ""
1534
 
1535
  # @ profilebuilder
1536
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:76
1537
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:218
1538
  msgid ""
1539
  "With the userlisting templates you can customize the look, feel and "
1540
  "information listed by the shortcode."
1541
  msgstr ""
1542
 
1543
  # @ profilebuilder
1544
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:77
1545
  msgid ""
1546
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1547
  "on each page access where the shortcode is present."
1548
  msgstr ""
1549
 
1550
  # @ profilebuilder
1551
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:81
1552
  msgid "Avatar size: "
1553
  msgstr "Tamanho do Avatar: "
1554
 
1555
  # @ profilebuilder
1556
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:97
1557
  msgid "Insert \"Sort By\" Field:"
1558
  msgstr ""
1559
 
1560
  # @ profilebuilder
1561
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:125
1562
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:224
1563
  msgid "Insert \"User-Meta\" Field:"
1564
  msgstr ""
1565
 
1566
  # @ profilebuilder
1567
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:156
1568
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:262
1569
  msgid "Insert Extra Functions:"
1570
  msgstr ""
1571
 
1572
  # @ profilebuilder
1573
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:171
1574
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1575
  msgstr ""
1576
 
1577
  # @ profilebuilder
1578
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:173
1579
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:276
1580
  msgid ""
1581
  "If you wish to use a default userlisting, just copy the following code and "
1582
  "paste it in the textarea below:"
1583
  msgstr ""
1584
 
1585
  # @ profilebuilder
1586
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:216
1587
  msgid "\"Single-Userlisting\" Template"
1588
  msgstr ""
1589
 
1590
  # @ profilebuilder
1591
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:219
1592
  msgid ""
1593
  "The \"Single User Listing\" template is used to list an individual user. "
1594
  "It's displayed when clickin on the \"more info\" link."
1595
  msgstr ""
1596
 
1597
  # @ profilebuilder
1598
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:274
1599
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1600
  msgstr ""
1601
 
1602
  # @ profilebuilder
1603
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:380
1604
  msgid ""
1605
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1606
  msgstr ""
1607
 
1608
  # @ profilebuilder
1609
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:380
1610
  msgid "You can find it in Profile Builder's menu."
1611
  msgstr ""
1612
 
1613
  # @ profilebuilder
1614
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:405
1615
  msgid "You need to be logged in to view the userlisting!"
1616
  msgstr ""
1617
 
1618
  # @ profilebuilder
1619
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:443
1620
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:469
1621
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:487
1622
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1328
1623
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1414
1624
  msgid "Search Users by All Fields"
1625
  msgstr ""
1626
 
1627
  # @ profilebuilder
1628
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:487
1629
  msgid "Leave Blank and Press Search to List All Users"
1630
  msgstr ""
1631
 
1632
  # @ profilebuilder
1633
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:491
1634
  msgid "Search"
1635
  msgstr "Pesquisa"
1636
 
1637
  # @ profilebuilder
1638
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:504
1639
  msgid "First/Lastname"
1640
  msgstr "Nome/Sobrenome"
1641
 
1642
  # @ profilebuilder
1643
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:510
1644
  msgid "Email"
1645
  msgstr "E-mail"
1646
 
1647
  # @ profilebuilder
1648
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:516
1649
  msgid "Sign-up Date"
1650
  msgstr ""
1651
 
1652
  # @ profilebuilder
1653
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:522
1654
  msgid "Firstname"
1655
  msgstr "Nome"
1656
 
1657
  # @ profilebuilder
1658
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:528
1659
  msgid "Lastname"
1660
  msgstr "Sobrenome"
1661
 
1662
  # @ profilebuilder
1663
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:534
1664
  msgid "Display Name"
1665
  msgstr ""
1666
 
1667
  # @ profilebuilder
1668
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:552
1669
  msgid "Posts"
1670
  msgstr ""
1671
 
1672
  # @ profilebuilder
1673
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:594
1674
  msgid "Click here to see more information about this user"
1675
  msgstr "Clique aqui para ver mais informações sobre este usuário"
1676
 
1677
  # @ profilebuilder
1678
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:594
1679
  msgid "More..."
1680
  msgstr "Mais..."
1681
 
1682
  # @ profilebuilder
1683
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:795
1684
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1102
1685
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:577
1686
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:610
1687
  msgid "No uploaded attachment"
1688
  msgstr ""
1689
 
1690
  # @ profilebuilder
1691
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:797
1692
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1104
1693
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1160
1694
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:581
1695
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:614
1696
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:617
1700
  msgstr ""
1701
 
1702
  # @ profilebuilder
1703
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:923
1704
  msgid "Click here to go back"
1705
  msgstr "Clique aqui para voltar"
1706
 
1707
  # @ profilebuilder
1708
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:923
1709
  msgid "Back"
1710
  msgstr ""
1711
 
1712
  # @ profilebuilder
1713
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1102
1714
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1104
1715
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:577
1716
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:581
1717
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:610
1721
  msgstr ""
1722
 
1723
  # @ profilebuilder
1724
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1158
1725
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:687
1726
  #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/extra.fields.php:719
1727
  msgid "Avatar"
1728
  msgstr "Avatar"
1729
 
1730
  # @ profilebuilder
1731
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1215
1732
  msgid "No results found!"
1733
  msgstr ""
1734
 
1735
  # @ profilebuilder
1736
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1311
1737
  msgid "&laquo;&laquo; First"
1738
  msgstr ""
1739
 
1740
  # @ profilebuilder
1741
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1312
1742
  msgid "&laquo; Prev"
1743
  msgstr ""
1744
 
1745
  # @ profilebuilder
1746
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1313
1747
  msgid "Next &raquo; "
1748
  msgstr "Seguinte &raquo; "
1749
 
1750
  # @ profilebuilder
1751
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/addons/userlisting.php:1314
1752
  msgid "Last &raquo;&raquo;"
1753
  msgstr ""
1754
 
1755
  # @ profilebuilder
1756
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:286
1757
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:429
1758
  msgid "You must give your option a title."
1759
  msgstr ""
1760
 
1761
  # @ profilebuilder
1762
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:290
1763
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:433
1764
  msgid "You have entered an invalid meta-key format!"
1765
  msgstr ""
1766
 
1767
  # @ profilebuilder
1768
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:294
1769
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:437
1770
  msgid "You must enter a valid meta-key."
1771
  msgstr ""
1772
 
1773
  # @ profilebuilder
1774
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:300
1775
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:310
1776
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:447
1777
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:459
1778
  msgid "That meta-key is already in use."
1779
  msgstr ""
1780
 
1781
  # @ profilebuilder
1782
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:317
1783
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:467
1784
  msgid ""
1785
  "There is already an avatar input-type. You can only have one avatar present."
1786
  msgstr "Já existe um avatar em uso. Você só pode ter um avatar presente ."
1787
 
1788
  # @ profilebuilder
1789
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:324
1790
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:474
1791
  msgid ""
1792
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1793
  "have one present."
1796
  "pode ter um presente."
1797
 
1798
  # @ profilebuilder
1799
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:329
1800
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:479
1801
  msgid "The textarea row value must be numeric."
1802
  msgstr ""
1803
 
1804
  # @ profilebuilder
1805
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:333
1806
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:483
1807
  msgid "The maxlength attribute must be numeric."
1808
  msgstr ""
1809
 
1810
  # @ profilebuilder
1811
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:340
1812
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:490
1813
  msgid "The value must be between 20 and 200!"
1814
  msgstr ""
1815
 
1816
  # @ profilebuilder
1817
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:345
1818
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:495
1819
  msgid "The width component of the entered value must be numeric!"
1820
  msgstr ""
1821
 
1822
  # @ profilebuilder
1823
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:347
1824
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:497
1825
  msgid "The height component of the entered value must be numeric!"
1826
  msgstr ""
1827
 
1828
  # @ profilebuilder
1829
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:349
1830
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:499
1831
  msgid "The width component of the entered value must be between 20 and 200!"
1832
  msgstr ""
1833
 
1834
  # @ profilebuilder
1835
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:351
1836
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:501
1837
  msgid "The height component of the entered value must be between 20 and 200!"
1838
  msgstr ""
1839
 
1840
  # @ profilebuilder
1841
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:353
1842
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:503
1843
  msgid "The pair of values entered didn't have the right format (width,height)!"
1844
  msgstr ""
1845
 
1846
  # @ profilebuilder
1847
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:356
1848
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:506
1849
  msgid "The entered avatar size must be numeric!"
1850
  msgstr ""
1851
 
1852
  # @ profilebuilder
1853
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:390
1854
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/classes/premium.class.admin.php:566
1855
  msgid "There was an error, please try again."
1856
  msgstr "Houve um erro, por favor tente novamente."
1857
 
1866
  msgstr ""
1867
 
1868
  # @ profilebuilder
1869
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:48
1870
+ #, fuzzy, php-format
1871
+ msgid "Your account on %1$s has been approved!"
1872
+ msgstr "Foi criada a conta de usuário para "
1873
+
1874
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:49
1875
+ #, php-format
1876
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
1877
+ msgstr ""
1878
+
1879
+ # @ profilebuilder
1880
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:58
1881
+ #, fuzzy, php-format
1882
+ msgid "Your account on %1$s has been unapproved!"
1883
+ msgstr "Foi criada a conta de usuário para "
1884
+
1885
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:59
1886
+ #, php-format
1887
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1888
+ msgstr ""
1889
+
1890
+ # @ profilebuilder
1891
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:126
1892
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:172
1893
  msgid "Approve"
1894
  msgstr "Aprovar"
1895
 
1896
  # @ profilebuilder
1897
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:127
1898
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:217
1899
  msgid "Unapproved"
1900
  msgstr ""
1901
 
1902
  # @ profilebuilder
1903
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:138
1904
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:168
1905
  msgid "Unapprove"
1906
  msgstr ""
1907
 
1908
  # @ profilebuilder
1909
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:139
1910
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:214
1911
  msgid "Approved"
1912
  msgstr ""
1913
 
1914
  # @ profilebuilder
1915
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:167
1916
  msgid "unapprove"
1917
  msgstr ""
1918
 
1919
  # @ profilebuilder
1920
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:171
1921
  msgid "approve"
1922
  msgstr ""
1923
 
1924
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:175
1925
  #, php-format
1926
  msgid "Are you sure you want to %1$s this user?"
1927
  msgstr ""
1928
 
1929
  # @ profilebuilder
1930
+ #: C:/Users/Gabriel/Desktop/test/profile-builder-pro/premium/functions/admin.approval.php:236
1931
  msgid ""
1932
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1933
  "before you can log in."
translation/profilebuilder-ro_RO.mo CHANGED
Binary file
translation/profilebuilder-ro_RO.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:46+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:46+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
@@ -11,12 +11,12 @@ msgstr ""
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:576
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
@@ -113,7 +113,7 @@ msgid "The avatar was"
113
  msgstr "Avatarul a fost"
114
 
115
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
116
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
117
  msgid "There was an error while trying to upload the following attachment(s)"
118
  msgstr ""
119
  "A existat o eroare in timp ce se incerca incarcarea urmatoarelor atasamente"
@@ -126,15 +126,15 @@ msgid ""
126
  msgstr ""
127
 
128
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
129
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1265
130
  msgid "Name"
131
  msgstr "Name"
132
 
133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
134
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
135
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1286
136
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
137
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:527
138
  msgid "Username"
139
  msgstr "Utilizator"
140
 
@@ -185,19 +185,19 @@ msgstr ""
185
  "ca obligatoriu de catre administrator)"
186
 
187
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
188
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1310
189
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
190
  msgid "First Name"
191
  msgstr "Prenume"
192
 
193
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
194
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1334
195
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
196
  msgid "Last Name"
197
  msgstr "Nume"
198
 
199
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
200
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1358
201
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
202
  msgid "Nickname"
203
  msgstr "Porecla"
@@ -207,12 +207,12 @@ msgid "Display name publicly as"
207
  msgstr "Afiseaza numele ca"
208
 
209
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
210
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1364
211
  msgid "Contact Info"
212
  msgstr "Informatii contact"
213
 
214
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
215
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1385
216
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
217
  msgid "E-mail"
218
  msgstr "E-mail"
@@ -222,39 +222,39 @@ msgid "(required)"
222
  msgstr "(necesar)"
223
 
224
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
225
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1409
226
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
227
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:569
228
  msgid "Website"
229
  msgstr "Website"
230
 
231
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
232
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1433
233
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
234
  msgid "AIM"
235
  msgstr "AIM"
236
 
237
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
238
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1457
239
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
240
  msgid "Yahoo IM"
241
  msgstr "Yahoo IM"
242
 
243
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
244
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1481
245
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
246
  msgid "Jabber / Google Talk"
247
  msgstr "Jabber / Google Talk"
248
 
249
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
250
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1487
251
  msgid "About Yourself"
252
  msgstr "Despre tine"
253
 
254
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
255
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1508
256
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
257
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:575
258
  msgid "Biographical Info"
259
  msgstr "Informatii biografice"
260
 
@@ -265,7 +265,7 @@ msgstr "Parola noua"
265
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
266
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
267
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
268
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1546
269
  msgid "Repeat Password"
270
  msgstr "Repeta parola"
271
 
@@ -303,8 +303,8 @@ msgstr ""
303
 
304
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
305
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
306
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
307
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
308
  msgid "here"
309
  msgstr "aici"
310
 
@@ -320,7 +320,7 @@ msgstr "Campul utilizator este gol"
320
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
321
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
322
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
323
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1541
324
  msgid "Password"
325
  msgstr "Parola"
326
 
@@ -343,7 +343,7 @@ msgid "ERROR"
343
  msgstr "Eroare"
344
 
345
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
346
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:244
347
  msgid ""
348
  "Your account has to be confirmed by an administrator before you can use the "
349
  "\"Password Reset\" feature."
@@ -420,7 +420,7 @@ msgid ""
420
  msgstr "a cerut o modificare a parolei"
421
 
422
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
423
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:882
424
  msgid "The entered passwords don't match!"
425
  msgstr "Parolele introduse nu corespund!"
426
 
@@ -449,13 +449,7 @@ msgstr "Utilizator sau Email"
449
  msgid "Get New Password"
450
  msgstr "Primeste parola noua"
451
 
452
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:387
453
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:14
454
- #, php-format
455
- msgid "[%1$s] Activate %2$s"
456
- msgstr ""
457
-
458
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
459
  #, php-format
460
  msgid ""
461
  "To activate your user, please click the following link:\n"
@@ -466,153 +460,154 @@ msgid ""
466
  "\n"
467
  msgstr ""
468
 
469
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:415
 
 
 
 
 
470
  #, fuzzy
471
  msgid "Invalid activation key!"
472
  msgstr "Cheie invalida!"
473
 
474
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:419
475
  #, fuzzy
476
  msgid "The user is already active!"
477
  msgstr "Utilizatorul nu a fost creat"
478
 
479
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:434
480
  msgid "Could not create user!"
481
  msgstr ""
482
 
483
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:444
484
  #, fuzzy
485
  msgid "That username is already activated!"
486
  msgstr "Numele acesta de utilizator exista deja!"
487
 
488
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:460
489
  #, fuzzy
490
  msgid "The user was successfully activated."
491
  msgstr "Codul introdus a fost validat!"
492
 
493
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:462
494
  #, fuzzy
495
  msgid "There was an error while trying to activate the user."
496
  msgstr "A existat o eroare la trimiterea linkului de activare catre"
497
 
498
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:496
499
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:19
500
  #, php-format
501
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
502
  msgstr ""
503
 
504
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
505
  msgid ""
506
  "The \"Admin Approval\" feature was activated at the time of registration, so "
507
  "please remember that you need to approve this user before he/she can log in!"
508
  msgstr ""
509
 
510
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
511
  msgid "A new subscriber has (been) registered!"
512
  msgstr "Un nou utilizator s-a inregistrat!"
513
 
514
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:515
515
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:8
516
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:10
517
  #, fuzzy
518
  msgid "A new account has been created for you."
519
  msgstr "Un cont de utilizator a fost creat pentru"
520
 
521
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:518
522
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:9
523
  #, php-format
524
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
525
  msgstr ""
526
 
527
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:520
528
  msgid ""
529
  "Before you can access your account, an administrator needs to approve it. "
530
  "You will be notified via email."
531
  msgstr ""
532
 
533
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:871
534
  msgid "A username is required for registration."
535
  msgstr "Un nume de utilizator e necesar pentru inregistrare."
536
 
537
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:873
538
  msgid "Sorry, that username already exists!"
539
  msgstr "Numele acesta de utilizator exista deja!"
540
 
541
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:875
542
  msgid "You must enter a valid email address."
543
  msgstr "Trebuie sa introduci o adresa de email valida."
544
 
545
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:877
546
  msgid "Sorry, that email address is already used!"
547
  msgstr "Adresa de email introdusa este folosita deja."
548
 
549
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
550
  msgid "You didn't complete one of the password-fields!"
551
  msgstr "Nu ai completat unul dintre campurile parola."
552
 
553
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
554
  msgid "Only files with the following extension(s) can be uploaded:"
555
  msgstr "Doar fisierele cu urmatoarele extensii pot si incarcate:"
556
 
557
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
558
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
559
  msgid "The account was NOT created!"
560
  msgstr "Contul NU a fost creat!"
561
 
562
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:896
563
  msgid "You must agree to the terms and conditions before registering!"
564
  msgstr ""
565
  "Trebuie sa fii de acord cu termenii si conditiile inainte de inregistrare!"
566
 
567
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
568
  msgid "(Several required fields were left uncompleted)"
569
  msgstr "(Mai multe campuri obligatorii au ramas necompletate)"
570
 
571
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
572
  #, fuzzy
573
  msgid "This username is already reserved to be used soon."
574
  msgstr "Adresa de email introdusa este folosita deja de alt utilizator."
575
 
576
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
577
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
578
  msgid "Please try a different one!"
579
  msgstr ""
580
 
581
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
582
  #, fuzzy
583
  msgid "This email address is already reserved to be used soon."
584
  msgstr "Adresa de email introdusa este folosita deja de alt utilizator."
585
 
586
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
587
  msgid "You are logged in as"
588
  msgstr "Esti autentificat ca"
589
 
590
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
591
  msgid "You don't need another account."
592
  msgstr "Nu ai nevoie de alt cont"
593
 
594
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
595
  msgid "Log out of this account."
596
  msgstr "Iesire din cont"
597
 
598
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
599
  msgid "Logout"
600
  msgstr "Iesi din cont"
601
 
602
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1156
603
  #, php-format
604
  msgid ""
605
  "An email has been sent to %1$s with information on how to activate his/her "
606
  "account."
607
  msgstr ""
608
 
609
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
610
  #, fuzzy, php-format
611
  msgid "A user account has been created for %1$s."
612
  msgstr "Un cont de utilizator a fost creat pentru"
613
 
614
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
615
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
616
  #, fuzzy, php-format
617
  msgid ""
618
  "You will soon be redirected automatically. If you see this page for more "
@@ -621,35 +616,35 @@ msgstr ""
621
  "Vei fi redirectionat in curand. Daca vizualizezi pagina pentru mai mult de 1 "
622
  "secunda click"
623
 
624
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1185
625
  msgid ""
626
  "An email has been sent to you with information on how to activate your "
627
  "account."
628
  msgstr ""
629
 
630
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1189
631
  #, fuzzy, php-format
632
  msgid "Thank you for registering %1$s."
633
  msgstr "Multumim pentru inregistrare"
634
 
635
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1216
636
  msgid "An error occured while trying to send the notification email."
637
  msgstr "A aparut o eroare in timp ce a fost trimis emailul de notificare."
638
 
639
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
640
  #, fuzzy
641
  msgid "An email containing activation instructions was successfully sent."
642
  msgstr "Un email cu numele de utilizator si parola a fost trimis."
643
 
644
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1226
645
  msgid "An email containing the username and password was successfully sent."
646
  msgstr "Un email cu numele de utilizator si parola a fost trimis."
647
 
648
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1242
649
  msgid "Users can register themselves or you can manually create users here."
650
  msgstr "Utilizatorii se pot inregistra singuri sau ii poti adauga manual aici."
651
 
652
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1247
653
  msgid ""
654
  "Users cannot currently register themselves, but you can manually create "
655
  "users here."
@@ -657,19 +652,19 @@ msgstr ""
657
  "Utilizatorii nu se pot inregistra singuri, dat puteti crea manual "
658
  "utilizatori aici."
659
 
660
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1252
661
  msgid "Only an administrator can add new users."
662
  msgstr "Doar un administrator poate adauga noi utilizatori."
663
 
664
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1275
665
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
666
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
667
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
668
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
669
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
670
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
671
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
672
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
673
  #, fuzzy
674
  msgid ""
675
  "This field must be filled out before registering (It was marked as required "
@@ -678,32 +673,32 @@ msgstr ""
678
  "Campul nu a fost actualizat deoarece ati introdus in sir gol (a fost marcat "
679
  "ca obligatoriu de catre administrator)"
680
 
681
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1296
682
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1320
683
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1344
684
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1371
685
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1395
686
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1419
687
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1443
688
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1467
689
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1494
690
  #, fuzzy
691
  msgid "This field is marked as required by the administrator"
692
  msgstr "Campul este marcat ca obligatoriu de catre administrator."
693
 
694
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1569
695
  msgid "Anti-Spam"
696
  msgstr ""
697
 
698
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1590
699
  msgid "Send these credentials via email."
700
  msgstr "Trimite informatiile via email."
701
 
702
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
703
  msgid "Add User"
704
  msgstr "Adauga utilizator"
705
 
706
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
707
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
708
  msgid "Register"
709
  msgstr "Inregistreaza-te"
@@ -740,8 +735,6 @@ msgstr "Standard"
740
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
741
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
742
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
743
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:33
744
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:415
745
  msgid "Show"
746
  msgstr "Arata"
747
 
@@ -758,20 +751,16 @@ msgstr "Arata"
758
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
759
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
760
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
761
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:34
762
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:416
763
  msgid "Hide"
764
  msgstr "Ascunde"
765
 
766
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
767
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
768
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
769
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:59
770
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
771
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:377
772
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:650
773
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
774
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:401
775
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
776
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
777
  msgid "Save Changes"
@@ -1011,7 +1000,7 @@ msgstr "Parola noua"
1011
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1012
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1013
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1014
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:39
1015
  msgid "General Settings"
1016
  msgstr "Setari Generale"
1017
 
@@ -1112,24 +1101,20 @@ msgid "Status"
1112
  msgstr "Status"
1113
 
1114
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
 
1115
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
1116
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:32
1117
  msgid "User-Listing"
1118
  msgstr "Listare Utilizatori"
1119
 
1120
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1121
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1122
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
1123
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:43
1124
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:50
1125
  msgid "Active"
1126
  msgstr "Activ"
1127
 
1128
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1129
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1130
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
1131
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:44
1132
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:51
1133
  msgid "Inactive"
1134
  msgstr "Inactiv"
1135
 
@@ -1145,18 +1130,6 @@ msgstr "Redirectari custom"
1145
  msgid "reCAPTCHA"
1146
  msgstr ""
1147
 
1148
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:41
1149
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:42
1150
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:43
1151
- msgid "User Email Customizer"
1152
- msgstr ""
1153
-
1154
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:48
1155
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:424
1156
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:425
1157
- msgid "Admin Email Customizer"
1158
- msgstr ""
1159
-
1160
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1161
  msgid "Redirects on custom page requests:"
1162
  msgstr ""
@@ -1237,209 +1210,6 @@ msgid ""
1237
  "manage options)."
1238
  msgstr "Redirectioneaza"
1239
 
1240
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:11
1241
- #, php-format
1242
- msgid ""
1243
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1244
- ">Before you can access your account, an administrator needs to approve it. "
1245
- "You will be notified via email."
1246
- msgstr ""
1247
-
1248
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:12
1249
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1250
- #, fuzzy, php-format
1251
- msgid "Your account on %1$s has been approved!"
1252
- msgstr "Un cont de utilizator a fost creat pentru"
1253
-
1254
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:13
1255
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1256
- #, php-format
1257
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1258
- msgstr ""
1259
-
1260
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:15
1261
- #, php-format
1262
- msgid ""
1263
- "To activate your user, please click the following link:\n"
1264
- "\n"
1265
- "%s\n"
1266
- "\n"
1267
- "After you activate, you will receive *another email* with your login.\n"
1268
- "\n"
1269
- msgstr ""
1270
-
1271
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:16
1272
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:55
1273
- #, fuzzy, php-format
1274
- msgid "Your account on %1$s has been unapproved!"
1275
- msgstr "Un cont de utilizator a fost creat pentru"
1276
-
1277
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:17
1278
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:56
1279
- #, php-format
1280
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1281
- msgstr ""
1282
-
1283
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:18
1284
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:20
1285
- #, fuzzy, php-format
1286
- msgid "[%1$s] A new subscriber has (been) registered!"
1287
- msgstr "Un nou utilizator s-a inregistrat!"
1288
-
1289
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:21
1290
- #, php-format
1291
- msgid ""
1292
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1293
- "\"Admin Approval\" feature was activated at the time of registration, so "
1294
- "please remember that you need to approve this user before he/she can log in!"
1295
- msgstr ""
1296
-
1297
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:46
1298
- msgid "Here you can customize all the emails sent the users."
1299
- msgstr ""
1300
-
1301
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:49
1302
- msgid ""
1303
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1304
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1305
- "save.</span>"
1306
- msgstr ""
1307
-
1308
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:52
1309
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:434
1310
- msgid "From (name): "
1311
- msgstr ""
1312
-
1313
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:60
1314
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:76
1315
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:119
1316
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:175
1317
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:231
1318
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:291
1319
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:336
1320
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:442
1321
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:458
1322
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:502
1323
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:555
1324
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:609
1325
- msgid "Available Merge Tags"
1326
- msgstr ""
1327
-
1328
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:68
1329
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:450
1330
- msgid "From (reply-to email): "
1331
- msgstr ""
1332
-
1333
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:92
1334
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:475
1335
- #, fuzzy
1336
- msgid "Default Registration"
1337
- msgstr "Dupa inregistrare:"
1338
-
1339
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:100
1340
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:156
1341
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:212
1342
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:272
1343
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:317
1344
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:483
1345
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:536
1346
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:590
1347
- msgid "Email Subject: "
1348
- msgstr ""
1349
-
1350
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:108
1351
- msgid ""
1352
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1353
- "<span style=\"color:red\">user</span> upon registration.</span>"
1354
- msgstr ""
1355
-
1356
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:147
1357
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:528
1358
- msgid "Registration with Email Confirmation"
1359
- msgstr ""
1360
-
1361
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:164
1362
- msgid ""
1363
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1364
- "<span style=\"color:red\">user</span> upon registration with email "
1365
- "confirmation.</span>"
1366
- msgstr ""
1367
-
1368
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:203
1369
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:582
1370
- msgid "Registration with Admin Approval"
1371
- msgstr ""
1372
-
1373
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:220
1374
- msgid ""
1375
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1376
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1377
- "</span>"
1378
- msgstr ""
1379
-
1380
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:259
1381
- msgid "Admin Approval Notificaitons (on status change)"
1382
- msgstr ""
1383
-
1384
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:267
1385
- msgid "Message Sent to the User Upon Approval"
1386
- msgstr ""
1387
-
1388
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:280
1389
- msgid ""
1390
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1391
- "<span style=\"color:red\">user</span> upon approval.</span>"
1392
- msgstr ""
1393
-
1394
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:312
1395
- msgid "Message Sent to the User Upon Unapproval"
1396
- msgstr ""
1397
-
1398
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:325
1399
- msgid ""
1400
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1401
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1402
- msgstr ""
1403
-
1404
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:428
1405
- msgid "Here you can customize all the emails sent the administrator."
1406
- msgstr ""
1407
-
1408
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:431
1409
- msgid ""
1410
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1411
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1412
- "</span>"
1413
- msgstr ""
1414
-
1415
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:491
1416
- msgid ""
1417
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1418
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1419
- msgstr ""
1420
-
1421
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:544
1422
- msgid ""
1423
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1424
- "<span style=\"color:red\">administrator</span> upon user registration with "
1425
- "email confirmation.</span>"
1426
- msgstr ""
1427
-
1428
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:598
1429
- msgid ""
1430
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1431
- "<span style=\"color:red\">administrator</span> upon user registration with "
1432
- "admin approval.</span>"
1433
- msgstr ""
1434
-
1435
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:752
1436
- msgid "approved"
1437
- msgstr ""
1438
-
1439
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:761
1440
- msgid "unapproved"
1441
- msgstr ""
1442
-
1443
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1444
  msgid "Could not open socket!"
1445
  msgstr ""
@@ -1493,7 +1263,7 @@ msgstr ""
1493
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1494
  msgstr ""
1495
 
1496
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1497
  msgid ""
1498
  "To create a page containing the users registered to this current site/blog, "
1499
  "insert the following shortcode in a (blank) page: "
@@ -1501,7 +1271,7 @@ msgstr ""
1501
  "Pentru a crea o pagina cu utilizatorii inregistrati pe site/blog, insereaza "
1502
  "urmatorul cod intr-o pagina (goala):"
1503
 
1504
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1505
  msgid ""
1506
  "For instance, to create a userlisting shortcode listing only the editors and "
1507
  "authors, visible to only the users currently logged in, you would use:"
@@ -1509,42 +1279,37 @@ msgstr ""
1509
  "De exemplu, pentru a lista doar editorii si autorii, vizibila doar pentru "
1510
  "utilizatorii inregistrati, veti folosi:"
1511
 
1512
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1513
  msgid ""
1514
  "You can also create a userlisting page that displays users having a certain "
1515
  "meta-value within a certain (extra) meta-field like so:"
1516
  msgstr ""
1517
 
1518
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1519
  msgid ""
1520
  "Remember though, that the field-value combination must exist in the database."
1521
  msgstr ""
1522
 
1523
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:41
1524
  msgid "These settings are applied to the front-end userlisting."
1525
  msgstr ""
1526
  "Aceste setari sunt aplicate pentru listarea de utilzatori din front-end."
1527
 
1528
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:47
1529
  msgid "Number of Users/Page: "
1530
  msgstr "Numar de utilizatori/pagina:"
1531
 
1532
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:64
1533
- #, fuzzy
1534
- msgid "Default Sorting Criteria: "
1535
- msgstr "Modul de sortare standard:"
1536
-
1537
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:94
1538
  msgid "Default Sorting Order: "
1539
  msgstr "Modul de sortare standard:"
1540
 
1541
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:105
1542
  #, fuzzy
1543
  msgid "\"All-Userlisting\" Template"
1544
  msgstr "Template \"Listare Toti Utilizatorii\" "
1545
 
1546
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:107
1547
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:249
1548
  msgid ""
1549
  "With the userlisting templates you can customize the look, feel and "
1550
  "information listed by the shortcode."
@@ -1552,7 +1317,7 @@ msgstr ""
1552
  "Folosind templaturile de listare utilizatori puteti personaliza felul cum "
1553
  "arata sau infomatia afisata de cod."
1554
 
1555
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:108
1556
  msgid ""
1557
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1558
  "on each page access where the shortcode is present."
@@ -1560,31 +1325,31 @@ msgstr ""
1560
  "Template-ul \"Listare Toti Utilizatorii\" este folosit pentru listarea "
1561
  "tuturor utilizatorilor. Este afisat pe fiecare pagina ce contine codul."
1562
 
1563
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:112
1564
  msgid "Avatar size: "
1565
  msgstr "Dimensiune avatar:"
1566
 
1567
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:128
1568
  msgid "Insert \"Sort By\" Field:"
1569
  msgstr "Insereaza camp \"Sorteaza dupa\" :"
1570
 
1571
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1572
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:255
1573
  msgid "Insert \"User-Meta\" Field:"
1574
  msgstr "Insereaza camp \"User-Meta\" :"
1575
 
1576
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:187
1577
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:293
1578
  msgid "Insert Extra Functions:"
1579
  msgstr "Inserare functii extra:"
1580
 
1581
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:202
1582
  #, fuzzy
1583
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1584
  msgstr "Afiseaza/Ascunde Codul standard \"Listare toti utilizatorii\""
1585
 
1586
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:204
1587
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:307
1588
  msgid ""
1589
  "If you wish to use a default userlisting, just copy the following code and "
1590
  "paste it in the textarea below:"
@@ -1592,12 +1357,12 @@ msgstr ""
1592
  "Daca doresti sa folosesti listarea standard de utilizatori, copiaza codul "
1593
  "acesta mai jos:"
1594
 
1595
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:247
1596
  #, fuzzy
1597
  msgid "\"Single-Userlisting\" Template"
1598
  msgstr "Template \"Afisare Utilizator Individual\""
1599
 
1600
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:250
1601
  msgid ""
1602
  "The \"Single User Listing\" template is used to list an individual user. "
1603
  "It's displayed when clickin on the \"more info\" link."
@@ -1606,91 +1371,91 @@ msgstr ""
1606
  "informatiilor despre un utilizator individual. E afisat cand se da click pe "
1607
  "link-ul \"mai multe informatii\"."
1608
 
1609
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:305
1610
  #, fuzzy
1611
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1612
  msgstr "Afiseaza/Ascunde codul standard \"Listare utilizator individual\""
1613
 
1614
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1615
  msgid ""
1616
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1617
  msgstr ""
1618
 
1619
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1620
  msgid "You can find it in Profile Builder's menu."
1621
  msgstr ""
1622
 
1623
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:436
1624
  msgid "You need to be logged in to view the userlisting!"
1625
  msgstr "Trebuie sa fii inregistrat pentru a vedea lista de utilizatori!"
1626
 
1627
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:472
1628
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
1629
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1630
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1354
1631
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1440
1632
  msgid "Search Users by All Fields"
1633
  msgstr "Cauta Utilizatori dupa Toate Campurile"
1634
 
1635
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1636
  msgid "Leave Blank and Press Search to List All Users"
1637
  msgstr "Lasati gol si apasati Cauta pentru a lista toti utilizatorii"
1638
 
1639
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:520
1640
  msgid "Search"
1641
  msgstr "Cauta"
1642
 
1643
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:533
1644
  #, fuzzy
1645
  msgid "First/Lastname"
1646
  msgstr "Prenume"
1647
 
1648
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:539
1649
  #, fuzzy
1650
  msgid "Email"
1651
  msgstr "E-mail"
1652
 
1653
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:545
1654
  msgid "Sign-up Date"
1655
  msgstr ""
1656
 
1657
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:551
1658
  #, fuzzy
1659
  msgid "Firstname"
1660
  msgstr "Prenume"
1661
 
1662
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:557
1663
  #, fuzzy
1664
  msgid "Lastname"
1665
  msgstr "Nume"
1666
 
1667
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:563
1668
  #, fuzzy
1669
  msgid "Display Name"
1670
  msgstr "Prenume"
1671
 
1672
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:581
1673
  msgid "Posts"
1674
  msgstr ""
1675
 
1676
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1677
  msgid "Click here to see more information about this user"
1678
  msgstr "Click aici pentru a vedea mai mutle informatii despre acest utilizator"
1679
 
1680
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1681
  msgid "More..."
1682
  msgstr "Mai mult..."
1683
 
1684
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:824
1685
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1686
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1687
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1688
  msgid "No uploaded attachment"
1689
  msgstr "Niciun atasament incarcat"
1690
 
1691
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:826
1692
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1693
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1189
1694
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1695
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1696
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
@@ -1699,16 +1464,16 @@ msgstr "Niciun atasament incarcat"
1699
  msgid "Click to see the current attachment"
1700
  msgstr "Click pentru a vedea atasamentul curent"
1701
 
1702
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1703
  msgid "Click here to go back"
1704
  msgstr "Click pentru a merge inapoi"
1705
 
1706
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1707
  msgid "Back"
1708
  msgstr "Inapoi"
1709
 
1710
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1711
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1712
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1713
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1714
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
@@ -1717,116 +1482,116 @@ msgstr "Inapoi"
1717
  msgid "Current file"
1718
  msgstr "Fisier curent"
1719
 
1720
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1187
1721
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1722
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1723
  msgid "Avatar"
1724
  msgstr "Avatar"
1725
 
1726
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1244
1727
  msgid "No results found!"
1728
  msgstr "Niciun rezultat gasit!"
1729
 
1730
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1337
1731
  msgid "&laquo;&laquo; First"
1732
  msgstr "&laquo;&laquo; Primele"
1733
 
1734
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1338
1735
  msgid "&laquo; Prev"
1736
  msgstr "&laquo; Anterior"
1737
 
1738
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1339
1739
  msgid "Next &raquo; "
1740
  msgstr "Urmator &raquo; "
1741
 
1742
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1340
1743
  msgid "Last &raquo;&raquo;"
1744
  msgstr "Ultimul &raquo;&raquo;"
1745
 
1746
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1747
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1748
  #, fuzzy
1749
  msgid "You must give your option a title."
1750
  msgstr "Trebuie sa fii inregistrat pentru a-ti edita profilul."
1751
 
1752
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1753
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1754
  msgid "You have entered an invalid meta-key format!"
1755
  msgstr ""
1756
 
1757
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:298
1758
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:441
1759
  #, fuzzy
1760
  msgid "You must enter a valid meta-key."
1761
  msgstr "Trebuie sa introduci o adresa de email valida."
1762
 
1763
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:304
1764
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:314
1765
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:451
1766
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:463
1767
  msgid "That meta-key is already in use."
1768
  msgstr ""
1769
 
1770
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:321
1771
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:471
1772
  msgid ""
1773
  "There is already an avatar input-type. You can only have one avatar present."
1774
  msgstr ""
1775
 
1776
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:328
1777
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:478
1778
  msgid ""
1779
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1780
  "have one present."
1781
  msgstr ""
1782
 
1783
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1784
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1785
  msgid "The textarea row value must be numeric."
1786
  msgstr ""
1787
 
1788
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:337
1789
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:487
1790
  msgid "The maxlength attribute must be numeric."
1791
  msgstr ""
1792
 
1793
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:344
1794
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:494
1795
  msgid "The value must be between 20 and 200!"
1796
  msgstr ""
1797
 
1798
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1799
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1800
  msgid "The width component of the entered value must be numeric!"
1801
  msgstr ""
1802
 
1803
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1804
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1805
  msgid "The height component of the entered value must be numeric!"
1806
  msgstr ""
1807
 
1808
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1809
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1810
  msgid "The width component of the entered value must be between 20 and 200!"
1811
  msgstr ""
1812
 
1813
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:355
1814
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:505
1815
  msgid "The height component of the entered value must be between 20 and 200!"
1816
  msgstr ""
1817
 
1818
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:357
1819
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:507
1820
  msgid "The pair of values entered didn't have the right format (width,height)!"
1821
  msgstr ""
1822
 
1823
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:360
1824
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:510
1825
  msgid "The entered avatar size must be numeric!"
1826
  msgstr ""
1827
 
1828
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:394
1829
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:570
1830
  #, fuzzy
1831
  msgid "There was an error, please try again."
1832
  msgstr "S-a inregistrat o eroare in timpul incarcarii imaginii avatar."
@@ -1839,40 +1604,60 @@ msgstr ""
1839
  msgid "the current user?"
1840
  msgstr ""
1841
 
1842
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:122
1843
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1844
  msgid "Approve"
1845
  msgstr ""
1846
 
1847
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:123
1848
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:213
1849
  msgid "Unapproved"
1850
  msgstr ""
1851
 
1852
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:134
1853
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:164
1854
  msgid "Unapprove"
1855
  msgstr ""
1856
 
1857
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:135
1858
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:210
1859
  msgid "Approved"
1860
  msgstr ""
1861
 
1862
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:163
1863
  msgid "unapprove"
1864
  msgstr ""
1865
 
1866
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1867
  msgid "approve"
1868
  msgstr ""
1869
 
1870
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1871
  #, php-format
1872
  msgid "Are you sure you want to %1$s this user?"
1873
  msgstr ""
1874
 
1875
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:232
1876
  msgid ""
1877
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1878
  "before you can log in."
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-01-10 11:28+0200\n"
6
+ "PO-Revision-Date: 2013-01-10 11:28+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:585
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
113
  msgstr "Avatarul a fost"
114
 
115
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
116
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:897
117
  msgid "There was an error while trying to upload the following attachment(s)"
118
  msgstr ""
119
  "A existat o eroare in timp ce se incerca incarcarea urmatoarelor atasamente"
126
  msgstr ""
127
 
128
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
129
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1277
130
  msgid "Name"
131
  msgstr "Name"
132
 
133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
134
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
135
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1298
136
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
137
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
138
  msgid "Username"
139
  msgstr "Utilizator"
140
 
185
  "ca obligatoriu de catre administrator)"
186
 
187
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
188
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1322
189
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
190
  msgid "First Name"
191
  msgstr "Prenume"
192
 
193
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
194
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1346
195
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
196
  msgid "Last Name"
197
  msgstr "Nume"
198
 
199
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
200
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1370
201
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
202
  msgid "Nickname"
203
  msgstr "Porecla"
207
  msgstr "Afiseaza numele ca"
208
 
209
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
210
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1376
211
  msgid "Contact Info"
212
  msgstr "Informatii contact"
213
 
214
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
215
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1397
216
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
217
  msgid "E-mail"
218
  msgstr "E-mail"
222
  msgstr "(necesar)"
223
 
224
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
225
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1421
226
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
227
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:540
228
  msgid "Website"
229
  msgstr "Website"
230
 
231
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
232
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1445
233
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
234
  msgid "AIM"
235
  msgstr "AIM"
236
 
237
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
238
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1469
239
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
240
  msgid "Yahoo IM"
241
  msgstr "Yahoo IM"
242
 
243
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
244
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1493
245
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
246
  msgid "Jabber / Google Talk"
247
  msgstr "Jabber / Google Talk"
248
 
249
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
250
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1499
251
  msgid "About Yourself"
252
  msgstr "Despre tine"
253
 
254
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
255
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1520
256
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
257
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:546
258
  msgid "Biographical Info"
259
  msgstr "Informatii biografice"
260
 
265
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
266
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
267
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
268
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1558
269
  msgid "Repeat Password"
270
  msgstr "Repeta parola"
271
 
303
 
304
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
305
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
306
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
307
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
308
  msgid "here"
309
  msgstr "aici"
310
 
320
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
321
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
322
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
323
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1553
324
  msgid "Password"
325
  msgstr "Parola"
326
 
343
  msgstr "Eroare"
344
 
345
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
346
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:248
347
  msgid ""
348
  "Your account has to be confirmed by an administrator before you can use the "
349
  "\"Password Reset\" feature."
420
  msgstr "a cerut o modificare a parolei"
421
 
422
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
423
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:894
424
  msgid "The entered passwords don't match!"
425
  msgstr "Parolele introduse nu corespund!"
426
 
449
  msgid "Get New Password"
450
  msgstr "Primeste parola noua"
451
 
452
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:386
 
 
 
 
 
 
453
  #, php-format
454
  msgid ""
455
  "To activate your user, please click the following link:\n"
460
  "\n"
461
  msgstr ""
462
 
463
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
464
+ #, php-format
465
+ msgid "[%1$s] Activate %2$s"
466
+ msgstr ""
467
+
468
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:418
469
  #, fuzzy
470
  msgid "Invalid activation key!"
471
  msgstr "Cheie invalida!"
472
 
473
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:422
474
  #, fuzzy
475
  msgid "The user is already active!"
476
  msgstr "Utilizatorul nu a fost creat"
477
 
478
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:437
479
  msgid "Could not create user!"
480
  msgstr ""
481
 
482
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:447
483
  #, fuzzy
484
  msgid "That username is already activated!"
485
  msgstr "Numele acesta de utilizator exista deja!"
486
 
487
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:463
488
  #, fuzzy
489
  msgid "The user was successfully activated."
490
  msgstr "Codul introdus a fost validat!"
491
 
492
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:465
493
  #, fuzzy
494
  msgid "There was an error while trying to activate the user."
495
  msgstr "A existat o eroare la trimiterea linkului de activare catre"
496
 
497
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
 
498
  #, php-format
499
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
500
  msgstr ""
501
 
502
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
503
  msgid ""
504
  "The \"Admin Approval\" feature was activated at the time of registration, so "
505
  "please remember that you need to approve this user before he/she can log in!"
506
  msgstr ""
507
 
508
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:504
509
  msgid "A new subscriber has (been) registered!"
510
  msgstr "Un nou utilizator s-a inregistrat!"
511
 
512
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:522
 
 
513
  #, fuzzy
514
  msgid "A new account has been created for you."
515
  msgstr "Un cont de utilizator a fost creat pentru"
516
 
517
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:525
 
518
  #, php-format
519
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
520
  msgstr ""
521
 
522
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:527
523
  msgid ""
524
  "Before you can access your account, an administrator needs to approve it. "
525
  "You will be notified via email."
526
  msgstr ""
527
 
528
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:883
529
  msgid "A username is required for registration."
530
  msgstr "Un nume de utilizator e necesar pentru inregistrare."
531
 
532
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
533
  msgid "Sorry, that username already exists!"
534
  msgstr "Numele acesta de utilizator exista deja!"
535
 
536
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:887
537
  msgid "You must enter a valid email address."
538
  msgstr "Trebuie sa introduci o adresa de email valida."
539
 
540
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:889
541
  msgid "Sorry, that email address is already used!"
542
  msgstr "Adresa de email introdusa este folosita deja."
543
 
544
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
545
  msgid "You didn't complete one of the password-fields!"
546
  msgstr "Nu ai completat unul dintre campurile parola."
547
 
548
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
549
  msgid "Only files with the following extension(s) can be uploaded:"
550
  msgstr "Doar fisierele cu urmatoarele extensii pot si incarcate:"
551
 
552
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
553
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
554
  msgid "The account was NOT created!"
555
  msgstr "Contul NU a fost creat!"
556
 
557
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:908
558
  msgid "You must agree to the terms and conditions before registering!"
559
  msgstr ""
560
  "Trebuie sa fii de acord cu termenii si conditiile inainte de inregistrare!"
561
 
562
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
563
  msgid "(Several required fields were left uncompleted)"
564
  msgstr "(Mai multe campuri obligatorii au ramas necompletate)"
565
 
566
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
567
  #, fuzzy
568
  msgid "This username is already reserved to be used soon."
569
  msgstr "Adresa de email introdusa este folosita deja de alt utilizator."
570
 
571
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
572
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
573
  msgid "Please try a different one!"
574
  msgstr ""
575
 
576
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
577
  #, fuzzy
578
  msgid "This email address is already reserved to be used soon."
579
  msgstr "Adresa de email introdusa este folosita deja de alt utilizator."
580
 
581
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
582
  msgid "You are logged in as"
583
  msgstr "Esti autentificat ca"
584
 
585
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
586
  msgid "You don't need another account."
587
  msgstr "Nu ai nevoie de alt cont"
588
 
589
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
590
  msgid "Log out of this account."
591
  msgstr "Iesire din cont"
592
 
593
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
594
  msgid "Logout"
595
  msgstr "Iesi din cont"
596
 
597
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1168
598
  #, php-format
599
  msgid ""
600
  "An email has been sent to %1$s with information on how to activate his/her "
601
  "account."
602
  msgstr ""
603
 
604
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1172
605
  #, fuzzy, php-format
606
  msgid "A user account has been created for %1$s."
607
  msgstr "Un cont de utilizator a fost creat pentru"
608
 
609
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
610
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
611
  #, fuzzy, php-format
612
  msgid ""
613
  "You will soon be redirected automatically. If you see this page for more "
616
  "Vei fi redirectionat in curand. Daca vizualizezi pagina pentru mai mult de 1 "
617
  "secunda click"
618
 
619
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1197
620
  msgid ""
621
  "An email has been sent to you with information on how to activate your "
622
  "account."
623
  msgstr ""
624
 
625
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1201
626
  #, fuzzy, php-format
627
  msgid "Thank you for registering %1$s."
628
  msgstr "Multumim pentru inregistrare"
629
 
630
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1228
631
  msgid "An error occured while trying to send the notification email."
632
  msgstr "A aparut o eroare in timp ce a fost trimis emailul de notificare."
633
 
634
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1233
635
  #, fuzzy
636
  msgid "An email containing activation instructions was successfully sent."
637
  msgstr "Un email cu numele de utilizator si parola a fost trimis."
638
 
639
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1238
640
  msgid "An email containing the username and password was successfully sent."
641
  msgstr "Un email cu numele de utilizator si parola a fost trimis."
642
 
643
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1254
644
  msgid "Users can register themselves or you can manually create users here."
645
  msgstr "Utilizatorii se pot inregistra singuri sau ii poti adauga manual aici."
646
 
647
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1259
648
  msgid ""
649
  "Users cannot currently register themselves, but you can manually create "
650
  "users here."
652
  "Utilizatorii nu se pot inregistra singuri, dat puteti crea manual "
653
  "utilizatori aici."
654
 
655
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1264
656
  msgid "Only an administrator can add new users."
657
  msgstr "Doar un administrator poate adauga noi utilizatori."
658
 
659
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1287
660
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1311
661
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1335
662
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1359
663
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1410
664
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1434
665
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1458
666
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1482
667
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1509
668
  #, fuzzy
669
  msgid ""
670
  "This field must be filled out before registering (It was marked as required "
673
  "Campul nu a fost actualizat deoarece ati introdus in sir gol (a fost marcat "
674
  "ca obligatoriu de catre administrator)"
675
 
676
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1308
677
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1332
678
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1356
679
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1383
680
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1407
681
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1431
682
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1455
683
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1479
684
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1506
685
  #, fuzzy
686
  msgid "This field is marked as required by the administrator"
687
  msgstr "Campul este marcat ca obligatoriu de catre administrator."
688
 
689
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1581
690
  msgid "Anti-Spam"
691
  msgstr ""
692
 
693
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1602
694
  msgid "Send these credentials via email."
695
  msgstr "Trimite informatiile via email."
696
 
697
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
698
  msgid "Add User"
699
  msgstr "Adauga utilizator"
700
 
701
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
702
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
703
  msgid "Register"
704
  msgstr "Inregistreaza-te"
735
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
736
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
737
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
 
 
738
  msgid "Show"
739
  msgstr "Arata"
740
 
751
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
752
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
753
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
 
 
754
  msgid "Hide"
755
  msgstr "Ascunde"
756
 
757
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
758
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
759
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
760
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:45
761
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
 
 
762
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
763
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:370
764
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
765
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
766
  msgid "Save Changes"
1000
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1001
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1002
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1003
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:38
1004
  msgid "General Settings"
1005
  msgstr "Setari Generale"
1006
 
1101
  msgstr "Status"
1102
 
1103
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
1104
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:30
1105
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
 
1106
  msgid "User-Listing"
1107
  msgstr "Listare Utilizatori"
1108
 
1109
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1110
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1111
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
 
 
1112
  msgid "Active"
1113
  msgstr "Activ"
1114
 
1115
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1116
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1117
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
 
 
1118
  msgid "Inactive"
1119
  msgstr "Inactiv"
1120
 
1130
  msgid "reCAPTCHA"
1131
  msgstr ""
1132
 
 
 
 
 
 
 
 
 
 
 
 
 
1133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1134
  msgid "Redirects on custom page requests:"
1135
  msgstr ""
1210
  "manage options)."
1211
  msgstr "Redirectioneaza"
1212
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1213
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1214
  msgid "Could not open socket!"
1215
  msgstr ""
1263
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1264
  msgstr ""
1265
 
1266
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:33
1267
  msgid ""
1268
  "To create a page containing the users registered to this current site/blog, "
1269
  "insert the following shortcode in a (blank) page: "
1271
  "Pentru a crea o pagina cu utilizatorii inregistrati pe site/blog, insereaza "
1272
  "urmatorul cod intr-o pagina (goala):"
1273
 
1274
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1275
  msgid ""
1276
  "For instance, to create a userlisting shortcode listing only the editors and "
1277
  "authors, visible to only the users currently logged in, you would use:"
1279
  "De exemplu, pentru a lista doar editorii si autorii, vizibila doar pentru "
1280
  "utilizatorii inregistrati, veti folosi:"
1281
 
1282
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1283
  msgid ""
1284
  "You can also create a userlisting page that displays users having a certain "
1285
  "meta-value within a certain (extra) meta-field like so:"
1286
  msgstr ""
1287
 
1288
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1289
  msgid ""
1290
  "Remember though, that the field-value combination must exist in the database."
1291
  msgstr ""
1292
 
1293
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:40
1294
  msgid "These settings are applied to the front-end userlisting."
1295
  msgstr ""
1296
  "Aceste setari sunt aplicate pentru listarea de utilzatori din front-end."
1297
 
1298
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:46
1299
  msgid "Number of Users/Page: "
1300
  msgstr "Numar de utilizatori/pagina:"
1301
 
1302
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:63
 
 
 
 
 
1303
  msgid "Default Sorting Order: "
1304
  msgstr "Modul de sortare standard:"
1305
 
1306
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:74
1307
  #, fuzzy
1308
  msgid "\"All-Userlisting\" Template"
1309
  msgstr "Template \"Listare Toti Utilizatorii\" "
1310
 
1311
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:76
1312
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:218
1313
  msgid ""
1314
  "With the userlisting templates you can customize the look, feel and "
1315
  "information listed by the shortcode."
1317
  "Folosind templaturile de listare utilizatori puteti personaliza felul cum "
1318
  "arata sau infomatia afisata de cod."
1319
 
1320
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:77
1321
  msgid ""
1322
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1323
  "on each page access where the shortcode is present."
1325
  "Template-ul \"Listare Toti Utilizatorii\" este folosit pentru listarea "
1326
  "tuturor utilizatorilor. Este afisat pe fiecare pagina ce contine codul."
1327
 
1328
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:81
1329
  msgid "Avatar size: "
1330
  msgstr "Dimensiune avatar:"
1331
 
1332
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:97
1333
  msgid "Insert \"Sort By\" Field:"
1334
  msgstr "Insereaza camp \"Sorteaza dupa\" :"
1335
 
1336
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:125
1337
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:224
1338
  msgid "Insert \"User-Meta\" Field:"
1339
  msgstr "Insereaza camp \"User-Meta\" :"
1340
 
1341
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1342
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:262
1343
  msgid "Insert Extra Functions:"
1344
  msgstr "Inserare functii extra:"
1345
 
1346
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:171
1347
  #, fuzzy
1348
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1349
  msgstr "Afiseaza/Ascunde Codul standard \"Listare toti utilizatorii\""
1350
 
1351
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:173
1352
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:276
1353
  msgid ""
1354
  "If you wish to use a default userlisting, just copy the following code and "
1355
  "paste it in the textarea below:"
1357
  "Daca doresti sa folosesti listarea standard de utilizatori, copiaza codul "
1358
  "acesta mai jos:"
1359
 
1360
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:216
1361
  #, fuzzy
1362
  msgid "\"Single-Userlisting\" Template"
1363
  msgstr "Template \"Afisare Utilizator Individual\""
1364
 
1365
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:219
1366
  msgid ""
1367
  "The \"Single User Listing\" template is used to list an individual user. "
1368
  "It's displayed when clickin on the \"more info\" link."
1371
  "informatiilor despre un utilizator individual. E afisat cand se da click pe "
1372
  "link-ul \"mai multe informatii\"."
1373
 
1374
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:274
1375
  #, fuzzy
1376
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1377
  msgstr "Afiseaza/Ascunde codul standard \"Listare utilizator individual\""
1378
 
1379
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1380
  msgid ""
1381
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1382
  msgstr ""
1383
 
1384
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1385
  msgid "You can find it in Profile Builder's menu."
1386
  msgstr ""
1387
 
1388
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:405
1389
  msgid "You need to be logged in to view the userlisting!"
1390
  msgstr "Trebuie sa fii inregistrat pentru a vedea lista de utilizatori!"
1391
 
1392
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:443
1393
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:469
1394
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1395
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1328
1396
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1414
1397
  msgid "Search Users by All Fields"
1398
  msgstr "Cauta Utilizatori dupa Toate Campurile"
1399
 
1400
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1401
  msgid "Leave Blank and Press Search to List All Users"
1402
  msgstr "Lasati gol si apasati Cauta pentru a lista toti utilizatorii"
1403
 
1404
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:491
1405
  msgid "Search"
1406
  msgstr "Cauta"
1407
 
1408
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:504
1409
  #, fuzzy
1410
  msgid "First/Lastname"
1411
  msgstr "Prenume"
1412
 
1413
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:510
1414
  #, fuzzy
1415
  msgid "Email"
1416
  msgstr "E-mail"
1417
 
1418
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1419
  msgid "Sign-up Date"
1420
  msgstr ""
1421
 
1422
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:522
1423
  #, fuzzy
1424
  msgid "Firstname"
1425
  msgstr "Prenume"
1426
 
1427
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:528
1428
  #, fuzzy
1429
  msgid "Lastname"
1430
  msgstr "Nume"
1431
 
1432
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:534
1433
  #, fuzzy
1434
  msgid "Display Name"
1435
  msgstr "Prenume"
1436
 
1437
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:552
1438
  msgid "Posts"
1439
  msgstr ""
1440
 
1441
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1442
  msgid "Click here to see more information about this user"
1443
  msgstr "Click aici pentru a vedea mai mutle informatii despre acest utilizator"
1444
 
1445
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1446
  msgid "More..."
1447
  msgstr "Mai mult..."
1448
 
1449
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:795
1450
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1451
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1452
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1453
  msgid "No uploaded attachment"
1454
  msgstr "Niciun atasament incarcat"
1455
 
1456
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:797
1457
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1458
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1160
1459
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1460
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1461
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1464
  msgid "Click to see the current attachment"
1465
  msgstr "Click pentru a vedea atasamentul curent"
1466
 
1467
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1468
  msgid "Click here to go back"
1469
  msgstr "Click pentru a merge inapoi"
1470
 
1471
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1472
  msgid "Back"
1473
  msgstr "Inapoi"
1474
 
1475
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1476
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1477
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1478
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1479
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1482
  msgid "Current file"
1483
  msgstr "Fisier curent"
1484
 
1485
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1158
1486
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:687
1487
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:719
1488
  msgid "Avatar"
1489
  msgstr "Avatar"
1490
 
1491
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1215
1492
  msgid "No results found!"
1493
  msgstr "Niciun rezultat gasit!"
1494
 
1495
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1311
1496
  msgid "&laquo;&laquo; First"
1497
  msgstr "&laquo;&laquo; Primele"
1498
 
1499
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1312
1500
  msgid "&laquo; Prev"
1501
  msgstr "&laquo; Anterior"
1502
 
1503
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1313
1504
  msgid "Next &raquo; "
1505
  msgstr "Urmator &raquo; "
1506
 
1507
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1314
1508
  msgid "Last &raquo;&raquo;"
1509
  msgstr "Ultimul &raquo;&raquo;"
1510
 
1511
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:286
1512
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:429
1513
  #, fuzzy
1514
  msgid "You must give your option a title."
1515
  msgstr "Trebuie sa fii inregistrat pentru a-ti edita profilul."
1516
 
1517
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:290
1518
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:433
1519
  msgid "You have entered an invalid meta-key format!"
1520
  msgstr ""
1521
 
1522
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:294
1523
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:437
1524
  #, fuzzy
1525
  msgid "You must enter a valid meta-key."
1526
  msgstr "Trebuie sa introduci o adresa de email valida."
1527
 
1528
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:300
1529
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:310
1530
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:447
1531
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:459
1532
  msgid "That meta-key is already in use."
1533
  msgstr ""
1534
 
1535
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:317
1536
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:467
1537
  msgid ""
1538
  "There is already an avatar input-type. You can only have one avatar present."
1539
  msgstr ""
1540
 
1541
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:324
1542
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:474
1543
  msgid ""
1544
  "There is already an \"Agree to Terms and Conditions\" checkbox. You can only "
1545
  "have one present."
1546
  msgstr ""
1547
 
1548
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:329
1549
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:479
1550
  msgid "The textarea row value must be numeric."
1551
  msgstr ""
1552
 
1553
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:333
1554
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:483
1555
  msgid "The maxlength attribute must be numeric."
1556
  msgstr ""
1557
 
1558
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:340
1559
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:490
1560
  msgid "The value must be between 20 and 200!"
1561
  msgstr ""
1562
 
1563
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:345
1564
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:495
1565
  msgid "The width component of the entered value must be numeric!"
1566
  msgstr ""
1567
 
1568
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:347
1569
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:497
1570
  msgid "The height component of the entered value must be numeric!"
1571
  msgstr ""
1572
 
1573
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:349
1574
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:499
1575
  msgid "The width component of the entered value must be between 20 and 200!"
1576
  msgstr ""
1577
 
1578
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:351
1579
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:501
1580
  msgid "The height component of the entered value must be between 20 and 200!"
1581
  msgstr ""
1582
 
1583
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:353
1584
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:503
1585
  msgid "The pair of values entered didn't have the right format (width,height)!"
1586
  msgstr ""
1587
 
1588
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:356
1589
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:506
1590
  msgid "The entered avatar size must be numeric!"
1591
  msgstr ""
1592
 
1593
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:390
1594
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/classes/premium.class.admin.php:566
1595
  #, fuzzy
1596
  msgid "There was an error, please try again."
1597
  msgstr "S-a inregistrat o eroare in timpul incarcarii imaginii avatar."
1604
  msgid "the current user?"
1605
  msgstr ""
1606
 
1607
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1608
+ #, fuzzy, php-format
1609
+ msgid "Your account on %1$s has been approved!"
1610
+ msgstr "Un cont de utilizator a fost creat pentru"
1611
+
1612
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1613
+ #, php-format
1614
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
1615
+ msgstr ""
1616
+
1617
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:58
1618
+ #, fuzzy, php-format
1619
+ msgid "Your account on %1$s has been unapproved!"
1620
+ msgstr "Un cont de utilizator a fost creat pentru"
1621
+
1622
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:59
1623
+ #, php-format
1624
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1625
+ msgstr ""
1626
+
1627
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:126
1628
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:172
1629
  msgid "Approve"
1630
  msgstr ""
1631
 
1632
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:127
1633
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:217
1634
  msgid "Unapproved"
1635
  msgstr ""
1636
 
1637
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:138
1638
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:168
1639
  msgid "Unapprove"
1640
  msgstr ""
1641
 
1642
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:139
1643
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:214
1644
  msgid "Approved"
1645
  msgstr ""
1646
 
1647
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:167
1648
  msgid "unapprove"
1649
  msgstr ""
1650
 
1651
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:171
1652
  msgid "approve"
1653
  msgstr ""
1654
 
1655
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:175
1656
  #, php-format
1657
  msgid "Are you sure you want to %1$s this user?"
1658
  msgstr ""
1659
 
1660
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:236
1661
  msgid ""
1662
  "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1663
  "before you can log in."
translation/profilebuilder-ru_RU.mo CHANGED
Binary file
translation/profilebuilder-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-02-11 16:46+0200\n"
6
- "PO-Revision-Date: 2013-02-11 16:46+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
@@ -11,12 +11,12 @@ msgstr ""
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:576
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
@@ -114,7 +114,7 @@ msgid "The avatar was"
114
  msgstr "Аватар"
115
 
116
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
117
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
118
  msgid "There was an error while trying to upload the following attachment(s)"
119
  msgstr "Произошла ошибка при попытке загрузки следующих вложений:"
120
 
@@ -126,15 +126,15 @@ msgid ""
126
  msgstr ""
127
 
128
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
129
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1265
130
  msgid "Name"
131
  msgstr "Имя"
132
 
133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
134
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
135
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1286
136
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
137
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:527
138
  msgid "Username"
139
  msgstr "Имя пользователя"
140
 
@@ -184,19 +184,19 @@ msgstr ""
184
  "заполнения)."
185
 
186
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
187
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1310
188
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
189
  msgid "First Name"
190
  msgstr "Имя"
191
 
192
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
193
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1334
194
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
195
  msgid "Last Name"
196
  msgstr "Фамилия"
197
 
198
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
199
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1358
200
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
201
  msgid "Nickname"
202
  msgstr "Псевдоним"
@@ -206,12 +206,12 @@ msgid "Display name publicly as"
206
  msgstr "Отображать мое имя как"
207
 
208
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
209
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1364
210
  msgid "Contact Info"
211
  msgstr "Контактные данные"
212
 
213
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
214
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1385
215
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
216
  msgid "E-mail"
217
  msgstr "Адрес эл. почты"
@@ -221,39 +221,39 @@ msgid "(required)"
221
  msgstr "(обязательно)"
222
 
223
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
224
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1409
225
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
226
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:569
227
  msgid "Website"
228
  msgstr "Сайт"
229
 
230
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
231
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1433
232
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
233
  msgid "AIM"
234
  msgstr "AIM"
235
 
236
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
237
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1457
238
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
239
  msgid "Yahoo IM"
240
  msgstr "Yahoo IM"
241
 
242
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
243
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1481
244
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
245
  msgid "Jabber / Google Talk"
246
  msgstr "Jabber / Google Talk"
247
 
248
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
249
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1487
250
  msgid "About Yourself"
251
  msgstr "О себе"
252
 
253
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
254
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1508
255
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
256
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:575
257
  msgid "Biographical Info"
258
  msgstr "Биография"
259
 
@@ -264,7 +264,7 @@ msgstr "Новый пароль"
264
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
265
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
266
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
267
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1546
268
  msgid "Repeat Password"
269
  msgstr "Введите пароль повторно"
270
 
@@ -302,8 +302,8 @@ msgstr ""
302
 
303
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
304
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
305
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
306
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
307
  msgid "here"
308
  msgstr "ссылку"
309
 
@@ -319,7 +319,7 @@ msgstr "Не заполнено поле «Имя пользователя»"
319
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
320
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
321
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
322
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1541
323
  msgid "Password"
324
  msgstr "Пароль"
325
 
@@ -342,7 +342,7 @@ msgid "ERROR"
342
  msgstr "ОШИБКА"
343
 
344
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
345
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:244
346
  msgid ""
347
  "Your account has to be confirmed by an administrator before you can use the "
348
  "\"Password Reset\" feature."
@@ -419,7 +419,7 @@ msgid ""
419
  msgstr "запросил смену пароля с помощью ссылки на сброс пароля."
420
 
421
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
422
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:882
423
  msgid "The entered passwords don't match!"
424
  msgstr "Введенные вами пароли не совпадают!"
425
 
@@ -450,13 +450,7 @@ msgstr "Имя пользователя или адрес эл. почты"
450
  msgid "Get New Password"
451
  msgstr "Получить новый пароль"
452
 
453
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:387
454
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:14
455
- #, php-format
456
- msgid "[%1$s] Activate %2$s"
457
- msgstr "[%1$s] Активация пользователя %2$s"
458
-
459
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
460
  #, fuzzy, php-format
461
  msgid ""
462
  "To activate your user, please click the following link:\n"
@@ -473,145 +467,146 @@ msgstr ""
473
  "После активации вы получите еще одно письмо с вашим логином..\n"
474
  "\n"
475
 
476
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:415
 
 
 
 
 
477
  msgid "Invalid activation key!"
478
  msgstr "Неверный ключ активации!"
479
 
480
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:419
481
  msgid "The user is already active!"
482
  msgstr "Пользователь уже активирован!"
483
 
484
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:434
485
  msgid "Could not create user!"
486
  msgstr "Не могу создать пользователя!"
487
 
488
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:444
489
  msgid "That username is already activated!"
490
  msgstr "Извините, но это имя пользователя уже активировано!"
491
 
492
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:460
493
  msgid "The user was successfully activated."
494
  msgstr "Пользователь был успешно активирован."
495
 
496
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:462
497
  msgid "There was an error while trying to activate the user."
498
  msgstr "Произошла ошибка при попытке активации пользователя."
499
 
500
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:496
501
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:19
502
  #, php-format
503
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
504
  msgstr ""
505
 
506
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
507
  msgid ""
508
  "The \"Admin Approval\" feature was activated at the time of registration, so "
509
  "please remember that you need to approve this user before he/she can log in!"
510
  msgstr ""
511
 
512
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
513
  msgid "A new subscriber has (been) registered!"
514
  msgstr "Был зарегистрирован новый подписчик!"
515
 
516
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:515
517
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:8
518
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:10
519
  #, fuzzy
520
  msgid "A new account has been created for you."
521
  msgstr "Был создан новый аккаунт"
522
 
523
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:518
524
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:9
525
  #, php-format
526
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
527
  msgstr ""
528
 
529
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:520
530
  msgid ""
531
  "Before you can access your account, an administrator needs to approve it. "
532
  "You will be notified via email."
533
  msgstr ""
534
 
535
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:871
536
  msgid "A username is required for registration."
537
  msgstr "Для регистрации необходимо ввести имя пользователя."
538
 
539
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:873
540
  msgid "Sorry, that username already exists!"
541
  msgstr "Извините, но это имя пользователя уже занято!"
542
 
543
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:875
544
  msgid "You must enter a valid email address."
545
  msgstr "Вы должны ввести настоящий адрес эл. почты."
546
 
547
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:877
548
  msgid "Sorry, that email address is already used!"
549
  msgstr "Извините, но этот адрес эл. почты уже используется!"
550
 
551
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:880
552
  msgid "You didn't complete one of the password-fields!"
553
  msgstr "Вы не заполнили одно из полей с паролем!"
554
 
555
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
556
  msgid "Only files with the following extension(s) can be uploaded:"
557
  msgstr "Могут быть загружены только файлы следующих расширений:"
558
 
559
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
560
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
561
  msgid "The account was NOT created!"
562
  msgstr "Аккаунт НЕ БЫЛ создан!"
563
 
564
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:896
565
  msgid "You must agree to the terms and conditions before registering!"
566
  msgstr "Перед регистрацией вы должны принять пользовательское соглашение!"
567
 
568
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:898
569
  msgid "(Several required fields were left uncompleted)"
570
  msgstr "(несколько обязательных полей не было заполнено)"
571
 
572
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
573
  msgid "This username is already reserved to be used soon."
574
  msgstr "Введенное вами имя пользователя зарезервировано."
575
 
576
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:916
577
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
578
  msgid "Please try a different one!"
579
  msgstr "Пожалуйста, попробуйте ввести другие данные."
580
 
581
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
582
  msgid "This email address is already reserved to be used soon."
583
  msgstr "Введенный вами адрес эл. почты зарезервирован."
584
 
585
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
586
  msgid "You are logged in as"
587
  msgstr "Вы вошли как"
588
 
589
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
590
  msgid "You don't need another account."
591
  msgstr "Вам не нужен еще один аккаунт."
592
 
593
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
594
  msgid "Log out of this account."
595
  msgstr "Выйти из этого аккаунта."
596
 
597
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1148
598
  msgid "Logout"
599
  msgstr "Выйти"
600
 
601
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1156
602
  #, fuzzy, php-format
603
  msgid ""
604
  "An email has been sent to %1$s with information on how to activate his/her "
605
  "account."
606
  msgstr "Вам было отправлено письмо с информацией об активации вашего аккаунта"
607
 
608
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
609
  #, fuzzy, php-format
610
  msgid "A user account has been created for %1$s."
611
  msgstr "Был создан новый аккаунт"
612
 
613
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1179
614
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1209
615
  #, fuzzy, php-format
616
  msgid ""
617
  "You will soon be redirected automatically. If you see this page for more "
@@ -620,40 +615,40 @@ msgstr ""
620
  "В ближайшее время вы будете перенаправлены на другую страницу. Если прошло "
621
  "более 1 секунды, то нажмите на эту"
622
 
623
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1185
624
  #, fuzzy
625
  msgid ""
626
  "An email has been sent to you with information on how to activate your "
627
  "account."
628
  msgstr "Вам было отправлено письмо с информацией об активации вашего аккаунта"
629
 
630
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1189
631
  #, fuzzy, php-format
632
  msgid "Thank you for registering %1$s."
633
  msgstr "Спасибо за регистрацию"
634
 
635
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1216
636
  msgid "An error occured while trying to send the notification email."
637
  msgstr "Произошла ошибка при попытке отправки письма с уведомлением."
638
 
639
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
640
  msgid "An email containing activation instructions was successfully sent."
641
  msgstr ""
642
  "Письмо, содержащее инструкции по активации аккаунта отправлено на адрес эл. "
643
  "почты."
644
 
645
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1226
646
  msgid "An email containing the username and password was successfully sent."
647
  msgstr ""
648
  "Письмо, содержащее имя пользователя и пароль, отправлено на адрес эл. почты."
649
 
650
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1242
651
  msgid "Users can register themselves or you can manually create users here."
652
  msgstr ""
653
  "Здесь пользователи могут самостоятельно регистрироваться; вы тоже можете "
654
  "создать здесь нового пользователя."
655
 
656
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1247
657
  msgid ""
658
  "Users cannot currently register themselves, but you can manually create "
659
  "users here."
@@ -661,19 +656,19 @@ msgstr ""
661
  "Пользователи не могут самостоятельно регистрироваться, но вы можете создать "
662
  "здесь нового пользователя."
663
 
664
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1252
665
  msgid "Only an administrator can add new users."
666
  msgstr "Только администратор имеет право на добавление новых пользователей."
667
 
668
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1275
669
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1299
670
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1323
671
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1347
672
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1398
673
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1422
674
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1446
675
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1470
676
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1497
677
  msgid ""
678
  "This field must be filled out before registering (It was marked as required "
679
  "by the administrator)"
@@ -681,31 +676,31 @@ msgstr ""
681
  "Это поле должно быть заполнено перед регистрацией (оно обязательно для "
682
  "заполнения)"
683
 
684
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1296
685
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1320
686
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1344
687
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1371
688
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1395
689
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1419
690
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1443
691
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1467
692
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1494
693
  msgid "This field is marked as required by the administrator"
694
  msgstr "Это поле является обязательным для заполнения"
695
 
696
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1569
697
  msgid "Anti-Spam"
698
  msgstr ""
699
 
700
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1590
701
  msgid "Send these credentials via email."
702
  msgstr "Отправить данные регистрации на мой адрес эл. почты."
703
 
704
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
705
  msgid "Add User"
706
  msgstr "Добавить пользователя"
707
 
708
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1604
709
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
710
  msgid "Register"
711
  msgstr "Зарегистрироваться"
@@ -742,8 +737,6 @@ msgstr "По умолчанию"
742
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
743
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
744
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
745
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:33
746
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:415
747
  msgid "Show"
748
  msgstr "Показывать"
749
 
@@ -760,20 +753,16 @@ msgstr "Показывать"
760
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
761
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
762
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
763
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:34
764
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:416
765
  msgid "Hide"
766
  msgstr "Скрывать"
767
 
768
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
769
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
770
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
771
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:59
772
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
773
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:377
774
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:650
775
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
776
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:401
777
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
778
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
779
  msgid "Save Changes"
@@ -1020,7 +1009,7 @@ msgstr "Новый пароль"
1020
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1021
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1022
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1023
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:39
1024
  msgid "General Settings"
1025
  msgstr "Общие настройки"
1026
 
@@ -1122,24 +1111,20 @@ msgid "Status"
1122
  msgstr "Статус"
1123
 
1124
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
 
1125
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
1126
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:32
1127
  msgid "User-Listing"
1128
  msgstr "Список пользователей"
1129
 
1130
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1131
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1132
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
1133
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:43
1134
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:50
1135
  msgid "Active"
1136
  msgstr "Активно"
1137
 
1138
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1139
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1140
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
1141
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:44
1142
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:51
1143
  msgid "Inactive"
1144
  msgstr "Неактивно"
1145
 
@@ -1155,18 +1140,6 @@ msgstr "Пользовательские перенаправления"
1155
  msgid "reCAPTCHA"
1156
  msgstr ""
1157
 
1158
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:41
1159
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:42
1160
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:43
1161
- msgid "User Email Customizer"
1162
- msgstr ""
1163
-
1164
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:48
1165
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:424
1166
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:425
1167
- msgid "Admin Email Customizer"
1168
- msgstr ""
1169
-
1170
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1171
  msgid "Redirects on custom page requests:"
1172
  msgstr ""
@@ -1252,215 +1225,6 @@ msgstr ""
1252
  "Перенаправляет всех пользователей КРОМЕ администраторов (пользователей, "
1253
  "способных изменить настройки плагина)."
1254
 
1255
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:11
1256
- #, php-format
1257
- msgid ""
1258
- "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s<br/"
1259
- ">Before you can access your account, an administrator needs to approve it. "
1260
- "You will be notified via email."
1261
- msgstr ""
1262
-
1263
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:12
1264
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:48
1265
- #, fuzzy, php-format
1266
- msgid "Your account on %1$s has been approved!"
1267
- msgstr "Был создан новый аккаунт"
1268
-
1269
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:13
1270
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:49
1271
- #, php-format
1272
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1273
- msgstr ""
1274
-
1275
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:15
1276
- #, fuzzy, php-format
1277
- msgid ""
1278
- "To activate your user, please click the following link:\n"
1279
- "\n"
1280
- "%s\n"
1281
- "\n"
1282
- "After you activate, you will receive *another email* with your login.\n"
1283
- "\n"
1284
- msgstr ""
1285
- "Чтобы активировать вашу учётную запись, перейдите по ссылке:\n"
1286
- "\n"
1287
- "%s\n"
1288
- "\n"
1289
- "После активации вы получите еще одно письмо с вашим логином..\n"
1290
- "\n"
1291
-
1292
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:16
1293
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:55
1294
- #, fuzzy, php-format
1295
- msgid "Your account on %1$s has been unapproved!"
1296
- msgstr "Был создан новый аккаунт"
1297
-
1298
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:17
1299
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:56
1300
- #, php-format
1301
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1302
- msgstr ""
1303
-
1304
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:18
1305
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:20
1306
- #, fuzzy, php-format
1307
- msgid "[%1$s] A new subscriber has (been) registered!"
1308
- msgstr "Был зарегистрирован новый подписчик!"
1309
-
1310
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:21
1311
- #, php-format
1312
- msgid ""
1313
- "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/><br/>The "
1314
- "\"Admin Approval\" feature was activated at the time of registration, so "
1315
- "please remember that you need to approve this user before he/she can log in!"
1316
- msgstr ""
1317
-
1318
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:46
1319
- msgid "Here you can customize all the emails sent the users."
1320
- msgstr ""
1321
-
1322
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:49
1323
- msgid ""
1324
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1325
- "are also replicated in the \"Admin Email Customizer\" settings-page upon "
1326
- "save.</span>"
1327
- msgstr ""
1328
-
1329
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:52
1330
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:434
1331
- msgid "From (name): "
1332
- msgstr ""
1333
-
1334
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:60
1335
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:76
1336
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:119
1337
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:175
1338
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:231
1339
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:291
1340
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:336
1341
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:442
1342
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:458
1343
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:502
1344
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:555
1345
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:609
1346
- msgid "Available Merge Tags"
1347
- msgstr ""
1348
-
1349
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:68
1350
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:450
1351
- msgid "From (reply-to email): "
1352
- msgstr ""
1353
-
1354
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:92
1355
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:475
1356
- #, fuzzy
1357
- msgid "Default Registration"
1358
- msgstr "После регистрации:"
1359
-
1360
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:100
1361
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:156
1362
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:212
1363
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:272
1364
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:317
1365
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:483
1366
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:536
1367
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:590
1368
- msgid "Email Subject: "
1369
- msgstr ""
1370
-
1371
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:108
1372
- msgid ""
1373
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1374
- "<span style=\"color:red\">user</span> upon registration.</span>"
1375
- msgstr ""
1376
-
1377
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:147
1378
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:528
1379
- msgid "Registration with Email Confirmation"
1380
- msgstr ""
1381
-
1382
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:164
1383
- msgid ""
1384
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1385
- "<span style=\"color:red\">user</span> upon registration with email "
1386
- "confirmation.</span>"
1387
- msgstr ""
1388
-
1389
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:203
1390
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:582
1391
- msgid "Registration with Admin Approval"
1392
- msgstr ""
1393
-
1394
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:220
1395
- msgid ""
1396
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1397
- "<span style=\"color:red\">user</span> upon registration with admin approval."
1398
- "</span>"
1399
- msgstr ""
1400
-
1401
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:259
1402
- msgid "Admin Approval Notificaitons (on status change)"
1403
- msgstr ""
1404
-
1405
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:267
1406
- msgid "Message Sent to the User Upon Approval"
1407
- msgstr ""
1408
-
1409
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:280
1410
- msgid ""
1411
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1412
- "<span style=\"color:red\">user</span> upon approval.</span>"
1413
- msgstr ""
1414
-
1415
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:312
1416
- msgid "Message Sent to the User Upon Unapproval"
1417
- msgstr ""
1418
-
1419
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:325
1420
- msgid ""
1421
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1422
- "<span style=\"color:red\">user</span> upon unapproval.</span>"
1423
- msgstr ""
1424
-
1425
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:428
1426
- msgid "Here you can customize all the emails sent the administrator."
1427
- msgstr ""
1428
-
1429
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:431
1430
- msgid ""
1431
- "Common Settings: <span style=\"color:gray; font-size:11px;\">These settings "
1432
- "are also replicated in the \"User Email Customizer\" settings-page upon save."
1433
- "</span>"
1434
- msgstr ""
1435
-
1436
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:491
1437
- msgid ""
1438
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1439
- "<span style=\"color:red\">administrator</span> upon user registration.</span>"
1440
- msgstr ""
1441
-
1442
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:544
1443
- msgid ""
1444
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1445
- "<span style=\"color:red\">administrator</span> upon user registration with "
1446
- "email confirmation.</span>"
1447
- msgstr ""
1448
-
1449
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:598
1450
- msgid ""
1451
- "Email Content: <span style=\"color:gray\">This is the email sent to the "
1452
- "<span style=\"color:red\">administrator</span> upon user registration with "
1453
- "admin approval.</span>"
1454
- msgstr ""
1455
-
1456
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:752
1457
- msgid "approved"
1458
- msgstr ""
1459
-
1460
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/email.customizer.php:761
1461
- msgid "unapproved"
1462
- msgstr ""
1463
-
1464
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1465
  #, fuzzy
1466
  msgid "Could not open socket!"
@@ -1515,7 +1279,7 @@ msgstr ""
1515
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1516
  msgstr ""
1517
 
1518
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1519
  msgid ""
1520
  "To create a page containing the users registered to this current site/blog, "
1521
  "insert the following shortcode in a (blank) page: "
@@ -1523,7 +1287,7 @@ msgstr ""
1523
  "Чтобы создать страницу, отображающую список зарегистрированных пользователей "
1524
  "на вашем сайте, вставьте следующий шорткод на (пустую) страницу:"
1525
 
1526
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1527
  msgid ""
1528
  "For instance, to create a userlisting shortcode listing only the editors and "
1529
  "authors, visible to only the users currently logged in, you would use:"
@@ -1531,40 +1295,35 @@ msgstr ""
1531
  "Например, чтобы создать список, отображающий только редакторов и авторов в "
1532
  "настоящее время находящихся на сайте, используйте следующий шорткод:"
1533
 
1534
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1535
  msgid ""
1536
  "You can also create a userlisting page that displays users having a certain "
1537
  "meta-value within a certain (extra) meta-field like so:"
1538
  msgstr ""
1539
 
1540
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:36
1541
  msgid ""
1542
  "Remember though, that the field-value combination must exist in the database."
1543
  msgstr ""
1544
 
1545
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:41
1546
  msgid "These settings are applied to the front-end userlisting."
1547
  msgstr "Эти настройки применяются к списку пользователей на сайте."
1548
 
1549
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:47
1550
  msgid "Number of Users/Page: "
1551
  msgstr "Число пользователей на страницу:"
1552
 
1553
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:64
1554
- #, fuzzy
1555
- msgid "Default Sorting Criteria: "
1556
- msgstr "Сортировка по умолчанию:"
1557
-
1558
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:94
1559
  msgid "Default Sorting Order: "
1560
  msgstr "Сортировка по умолчанию:"
1561
 
1562
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:105
1563
  msgid "\"All-Userlisting\" Template"
1564
  msgstr "Шаблон \"Все пользователи\""
1565
 
1566
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:107
1567
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:249
1568
  msgid ""
1569
  "With the userlisting templates you can customize the look, feel and "
1570
  "information listed by the shortcode."
@@ -1572,7 +1331,7 @@ msgstr ""
1572
  "С помощью шаблона списка пользователей вы сможете изменить вид и информацию, "
1573
  "выводимую шорткодом."
1574
 
1575
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:108
1576
  msgid ""
1577
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1578
  "on each page access where the shortcode is present."
@@ -1580,30 +1339,30 @@ msgstr ""
1580
  "Шаблон \"Все пользователи\" используется для отображения всех пользователей. "
1581
  "Он будет отображаться на каждой странице с шорткодом."
1582
 
1583
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:112
1584
  msgid "Avatar size: "
1585
  msgstr "Размер аватара:"
1586
 
1587
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:128
1588
  msgid "Insert \"Sort By\" Field:"
1589
  msgstr "Вставить поле \"Сортировать по\":"
1590
 
1591
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1592
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:255
1593
  msgid "Insert \"User-Meta\" Field:"
1594
  msgstr "Вставить поле \"Данные пользователя\":"
1595
 
1596
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:187
1597
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:293
1598
  msgid "Insert Extra Functions:"
1599
  msgstr "Вставить дополнительные функции:"
1600
 
1601
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:202
1602
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1603
  msgstr "Показать/скрыть код шаблона \"Все пользователи\" по умолчанию"
1604
 
1605
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:204
1606
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:307
1607
  msgid ""
1608
  "If you wish to use a default userlisting, just copy the following code and "
1609
  "paste it in the textarea below:"
@@ -1611,11 +1370,11 @@ msgstr ""
1611
  "Если вы хотите использовать отображение по умолчанию, то вставьте данный код "
1612
  "в форму ниже:"
1613
 
1614
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:247
1615
  msgid "\"Single-Userlisting\" Template"
1616
  msgstr "Шаблон \"Один пользователь\""
1617
 
1618
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:250
1619
  msgid ""
1620
  "The \"Single User Listing\" template is used to list an individual user. "
1621
  "It's displayed when clickin on the \"more info\" link."
@@ -1623,91 +1382,91 @@ msgstr ""
1623
  "Шаблон \"Один пользователь\" используется для отображения отдельного "
1624
  "пользователя. Он выводится при нажатии на ссылку \"Подробнее\"."
1625
 
1626
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:305
1627
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1628
  msgstr "Показать/скрыть код шаблона \"Один пользователь\" по умолчанию"
1629
 
1630
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1631
  msgid ""
1632
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1633
  msgstr ""
1634
  "Вам нужно активировать функция Список пользователей во вкладке \"Дополнения"
1635
  "\"!"
1636
 
1637
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:411
1638
  msgid "You can find it in Profile Builder's menu."
1639
  msgstr "Вы можете найти его в меню Profile Builder."
1640
 
1641
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:436
1642
  msgid "You need to be logged in to view the userlisting!"
1643
  msgstr "Вы должны войти, чтобы просмотреть список пользователей!"
1644
 
1645
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:472
1646
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
1647
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1648
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1354
1649
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1440
1650
  msgid "Search Users by All Fields"
1651
  msgstr "Искать пользователей по всем полям"
1652
 
1653
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1654
  msgid "Leave Blank and Press Search to List All Users"
1655
  msgstr ""
1656
  "Оставьте поля пустыми и нажмите «Поиск», чтобы увидеть список всех "
1657
  "пользователей"
1658
 
1659
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:520
1660
  msgid "Search"
1661
  msgstr "Поиск"
1662
 
1663
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:533
1664
  msgid "First/Lastname"
1665
  msgstr "Имя/Фамилия"
1666
 
1667
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:539
1668
  msgid "Email"
1669
  msgstr "Адрес эл. почты"
1670
 
1671
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:545
1672
  msgid "Sign-up Date"
1673
  msgstr "Дата регистрации"
1674
 
1675
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:551
1676
  msgid "Firstname"
1677
  msgstr "Имя"
1678
 
1679
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:557
1680
  msgid "Lastname"
1681
  msgstr "Фамилия"
1682
 
1683
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:563
1684
  msgid "Display Name"
1685
  msgstr "Публичное имя"
1686
 
1687
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:581
1688
  msgid "Posts"
1689
  msgstr "Число записей"
1690
 
1691
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1692
  msgid "Click here to see more information about this user"
1693
  msgstr ""
1694
  "Нажмите здесь, чтобы просмотреть более подробную информацию об этом "
1695
  "пользователе"
1696
 
1697
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:623
1698
  msgid "More..."
1699
  msgstr "Подробнее..."
1700
 
1701
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:824
1702
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1131
1703
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1704
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1705
  msgid "No uploaded attachment"
1706
  msgstr "Нет загруженных вложений"
1707
 
1708
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:826
1709
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1133
1710
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1189
1711
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1712
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1713
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
@@ -1716,16 +1475,16 @@ msgstr "Нет загруженных вложений"
1716
  msgid "Click to see the current attachment"
1717
  msgstr "Нажмите здесь, чтобы увидеть текущее вложение"
1718
 
1719
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
1720
  msgid "Click here to go back"
1721
  msgstr "Нажмите здесь, чтобы вернуться назад"
1722
 
1723
- #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:952
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-01-10 11:27+0200\n"
6
+ "PO-Revision-Date: 2013-01-10 11:27+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
  "Language-Team: Reflection Media, Gabriel Barina\n"
9
  "MIME-Version: 1.0\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SearchPath-0: C:\\Users\\Gabriel\\Desktop\\test\\profile-builder-"
16
  "pro\n"
17
 
18
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
19
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:585
20
  #, php-format
21
  msgid ""
22
  "The information size you were trying to submit was larger than %1$sb!<br/"
114
  msgstr "Аватар"
115
 
116
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:648
117
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:897
118
  msgid "There was an error while trying to upload the following attachment(s)"
119
  msgstr "Произошла ошибка при попытке загрузки следующих вложений:"
120
 
126
  msgstr ""
127
 
128
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
129
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1277
130
  msgid "Name"
131
  msgstr "Имя"
132
 
133
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
134
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:122
135
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1298
136
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:27
137
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:498
138
  msgid "Username"
139
  msgstr "Имя пользователя"
140
 
184
  "заполнения)."
185
 
186
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:696
187
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1322
188
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:40
189
  msgid "First Name"
190
  msgstr "Имя"
191
 
192
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:716
193
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1346
194
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:53
195
  msgid "Last Name"
196
  msgstr "Фамилия"
197
 
198
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:736
199
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1370
200
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:66
201
  msgid "Nickname"
202
  msgstr "Псевдоним"
206
  msgstr "Отображать мое имя как"
207
 
208
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:789
209
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1376
210
  msgid "Contact Info"
211
  msgstr "Контактные данные"
212
 
213
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:806
214
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1397
215
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:98
216
  msgid "E-mail"
217
  msgstr "Адрес эл. почты"
221
  msgstr "(обязательно)"
222
 
223
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:825
224
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1421
225
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:111
226
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:540
227
  msgid "Website"
228
  msgstr "Сайт"
229
 
230
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:843
231
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1445
232
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:127
233
  msgid "AIM"
234
  msgstr "AIM"
235
 
236
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:861
237
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1469
238
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:140
239
  msgid "Yahoo IM"
240
  msgstr "Yahoo IM"
241
 
242
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:879
243
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1493
244
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:153
245
  msgid "Jabber / Google Talk"
246
  msgstr "Jabber / Google Talk"
247
 
248
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:885
249
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1499
250
  msgid "About Yourself"
251
  msgstr "О себе"
252
 
253
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:900
254
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1520
255
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:172
256
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:546
257
  msgid "Biographical Info"
258
  msgstr "Биография"
259
 
264
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:915
265
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:328
266
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:358
267
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1558
268
  msgid "Repeat Password"
269
  msgstr "Введите пароль повторно"
270
 
302
 
303
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:69
304
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:81
305
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
306
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
307
  msgid "here"
308
  msgstr "ссылку"
309
 
319
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.login.php:130
320
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:323
321
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:353
322
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1553
323
  msgid "Password"
324
  msgstr "Пароль"
325
 
342
  msgstr "ОШИБКА"
343
 
344
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:113
345
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/admin.approval.php:248
346
  msgid ""
347
  "Your account has to be confirmed by an administrator before you can use the "
348
  "\"Password Reset\" feature."
419
  msgstr "запросил смену пароля с помощью ссылки на сброс пароля."
420
 
421
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
422
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:894
423
  msgid "The entered passwords don't match!"
424
  msgstr "Введенные вами пароли не совпадают!"
425
 
450
  msgid "Get New Password"
451
  msgstr "Получить новый пароль"
452
 
453
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:386
 
 
 
 
 
 
454
  #, fuzzy, php-format
455
  msgid ""
456
  "To activate your user, please click the following link:\n"
467
  "После активации вы получите еще одно письмо с вашим логином..\n"
468
  "\n"
469
 
470
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:388
471
+ #, php-format
472
+ msgid "[%1$s] Activate %2$s"
473
+ msgstr "[%1$s] Активация пользователя %2$s"
474
+
475
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:418
476
  msgid "Invalid activation key!"
477
  msgstr "Неверный ключ активации!"
478
 
479
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:422
480
  msgid "The user is already active!"
481
  msgstr "Пользователь уже активирован!"
482
 
483
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:437
484
  msgid "Could not create user!"
485
  msgstr "Не могу создать пользователя!"
486
 
487
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:447
488
  msgid "That username is already activated!"
489
  msgstr "Извините, но это имя пользователя уже активировано!"
490
 
491
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:463
492
  msgid "The user was successfully activated."
493
  msgstr "Пользователь был успешно активирован."
494
 
495
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:465
496
  msgid "There was an error while trying to activate the user."
497
  msgstr "Произошла ошибка при попытке активации пользователя."
498
 
499
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
 
500
  #, php-format
501
  msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
502
  msgstr ""
503
 
504
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:501
505
  msgid ""
506
  "The \"Admin Approval\" feature was activated at the time of registration, so "
507
  "please remember that you need to approve this user before he/she can log in!"
508
  msgstr ""
509
 
510
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:504
511
  msgid "A new subscriber has (been) registered!"
512
  msgstr "Был зарегистрирован новый подписчик!"
513
 
514
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:522
 
 
515
  #, fuzzy
516
  msgid "A new account has been created for you."
517
  msgstr "Был создан новый аккаунт"
518
 
519
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:525
 
520
  #, php-format
521
  msgid "Welcome to %1$s!<br/><br/> Your username is:%2$s and password:%3$s"
522
  msgstr ""
523
 
524
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:527
525
  msgid ""
526
  "Before you can access your account, an administrator needs to approve it. "
527
  "You will be notified via email."
528
  msgstr ""
529
 
530
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:883
531
  msgid "A username is required for registration."
532
  msgstr "Для регистрации необходимо ввести имя пользователя."
533
 
534
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:885
535
  msgid "Sorry, that username already exists!"
536
  msgstr "Извините, но это имя пользователя уже занято!"
537
 
538
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:887
539
  msgid "You must enter a valid email address."
540
  msgstr "Вы должны ввести настоящий адрес эл. почты."
541
 
542
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:889
543
  msgid "Sorry, that email address is already used!"
544
  msgstr "Извините, но этот адрес эл. почты уже используется!"
545
 
546
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:892
547
  msgid "You didn't complete one of the password-fields!"
548
  msgstr "Вы не заполнили одно из полей с паролем!"
549
 
550
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
551
  msgid "Only files with the following extension(s) can be uploaded:"
552
  msgstr "Могут быть загружены только файлы следующих расширений:"
553
 
554
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:904
555
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
556
  msgid "The account was NOT created!"
557
  msgstr "Аккаунт НЕ БЫЛ создан!"
558
 
559
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:908
560
  msgid "You must agree to the terms and conditions before registering!"
561
  msgstr "Перед регистрацией вы должны принять пользовательское соглашение!"
562
 
563
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:910
564
  msgid "(Several required fields were left uncompleted)"
565
  msgstr "(несколько обязательных полей не было заполнено)"
566
 
567
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
568
  msgid "This username is already reserved to be used soon."
569
  msgstr "Введенное вами имя пользователя зарезервировано."
570
 
571
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:928
572
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
573
  msgid "Please try a different one!"
574
  msgstr "Пожалуйста, попробуйте ввести другие данные."
575
 
576
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
577
  msgid "This email address is already reserved to be used soon."
578
  msgstr "Введенный вами адрес эл. почты зарезервирован."
579
 
580
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
581
  msgid "You are logged in as"
582
  msgstr "Вы вошли как"
583
 
584
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
585
  msgid "You don't need another account."
586
  msgstr "Вам не нужен еще один аккаунт."
587
 
588
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
589
  msgid "Log out of this account."
590
  msgstr "Выйти из этого аккаунта."
591
 
592
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1160
593
  msgid "Logout"
594
  msgstr "Выйти"
595
 
596
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1168
597
  #, fuzzy, php-format
598
  msgid ""
599
  "An email has been sent to %1$s with information on how to activate his/her "
600
  "account."
601
  msgstr "Вам было отправлено письмо с информацией об активации вашего аккаунта"
602
 
603
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1172
604
  #, fuzzy, php-format
605
  msgid "A user account has been created for %1$s."
606
  msgstr "Был создан новый аккаунт"
607
 
608
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1191
609
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1221
610
  #, fuzzy, php-format
611
  msgid ""
612
  "You will soon be redirected automatically. If you see this page for more "
615
  "В ближайшее время вы будете перенаправлены на другую страницу. Если прошло "
616
  "более 1 секунды, то нажмите на эту"
617
 
618
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1197
619
  #, fuzzy
620
  msgid ""
621
  "An email has been sent to you with information on how to activate your "
622
  "account."
623
  msgstr "Вам было отправлено письмо с информацией об активации вашего аккаунта"
624
 
625
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1201
626
  #, fuzzy, php-format
627
  msgid "Thank you for registering %1$s."
628
  msgstr "Спасибо за регистрацию"
629
 
630
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1228
631
  msgid "An error occured while trying to send the notification email."
632
  msgstr "Произошла ошибка при попытке отправки письма с уведомлением."
633
 
634
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1233
635
  msgid "An email containing activation instructions was successfully sent."
636
  msgstr ""
637
  "Письмо, содержащее инструкции по активации аккаунта отправлено на адрес эл. "
638
  "почты."
639
 
640
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1238
641
  msgid "An email containing the username and password was successfully sent."
642
  msgstr ""
643
  "Письмо, содержащее имя пользователя и пароль, отправлено на адрес эл. почты."
644
 
645
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1254
646
  msgid "Users can register themselves or you can manually create users here."
647
  msgstr ""
648
  "Здесь пользователи могут самостоятельно регистрироваться; вы тоже можете "
649
  "создать здесь нового пользователя."
650
 
651
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1259
652
  msgid ""
653
  "Users cannot currently register themselves, but you can manually create "
654
  "users here."
656
  "Пользователи не могут самостоятельно регистрироваться, но вы можете создать "
657
  "здесь нового пользователя."
658
 
659
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1264
660
  msgid "Only an administrator can add new users."
661
  msgstr "Только администратор имеет право на добавление новых пользователей."
662
 
663
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1287
664
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1311
665
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1335
666
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1359
667
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1410
668
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1434
669
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1458
670
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1482
671
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1509
672
  msgid ""
673
  "This field must be filled out before registering (It was marked as required "
674
  "by the administrator)"
676
  "Это поле должно быть заполнено перед регистрацией (оно обязательно для "
677
  "заполнения)"
678
 
679
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1308
680
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1332
681
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1356
682
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1383
683
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1407
684
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1431
685
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1455
686
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1479
687
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1506
688
  msgid "This field is marked as required by the administrator"
689
  msgstr "Это поле является обязательным для заполнения"
690
 
691
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1581
692
  msgid "Anti-Spam"
693
  msgstr ""
694
 
695
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1602
696
  msgid "Send these credentials via email."
697
  msgstr "Отправить данные регистрации на мой адрес эл. почты."
698
 
699
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
700
  msgid "Add User"
701
  msgstr "Добавить пользователя"
702
 
703
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/front-end/wppb.register.php:1616
704
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/login.widget.php:43
705
  msgid "Register"
706
  msgstr "Зарегистрироваться"
737
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:156
738
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:175
739
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:189
 
 
740
  msgid "Show"
741
  msgstr "Показывать"
742
 
753
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:157
754
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:176
755
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:190
 
 
756
  msgid "Hide"
757
  msgstr "Скрывать"
758
 
759
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/admin.bar.php:43
760
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/default.settings.php:202
761
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:58
762
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:45
763
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:147
 
 
764
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:284
765
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:370
766
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:35
767
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/register.version.php:76
768
  msgid "Save Changes"
1009
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:10
1010
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/general.settings.php:11
1011
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/functions/options.php:87
1012
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:38
1013
  msgid "General Settings"
1014
  msgstr "Общие настройки"
1015
 
1111
  msgstr "Статус"
1112
 
1113
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:20
1114
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:30
1115
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:31
 
1116
  msgid "User-Listing"
1117
  msgstr "Список пользователей"
1118
 
1119
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:22
1120
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:29
1121
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:36
 
 
1122
  msgid "Active"
1123
  msgstr "Активно"
1124
 
1125
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:23
1126
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:30
1127
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/addon.php:37
 
 
1128
  msgid "Inactive"
1129
  msgstr "Неактивно"
1130
 
1140
  msgid "reCAPTCHA"
1141
  msgstr ""
1142
 
 
 
 
 
 
 
 
 
 
 
 
 
1143
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/custom.redirects.php:35
1144
  msgid "Redirects on custom page requests:"
1145
  msgstr ""
1225
  "Перенаправляет всех пользователей КРОМЕ администраторов (пользователей, "
1226
  "способных изменить настройки плагина)."
1227
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1228
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/recaptcha.php:49
1229
  #, fuzzy
1230
  msgid "Could not open socket!"
1279
  msgid "The reCAPTCHA wasn't entered correctly. Go back and try it again!"
1280
  msgstr ""
1281
 
1282
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:33
1283
  msgid ""
1284
  "To create a page containing the users registered to this current site/blog, "
1285
  "insert the following shortcode in a (blank) page: "
1287
  "Чтобы создать страницу, отображающую список зарегистрированных пользователей "
1288
  "на вашем сайте, вставьте следующий шорткод на (пустую) страницу:"
1289
 
1290
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:34
1291
  msgid ""
1292
  "For instance, to create a userlisting shortcode listing only the editors and "
1293
  "authors, visible to only the users currently logged in, you would use:"
1295
  "Например, чтобы создать список, отображающий только редакторов и авторов в "
1296
  "настоящее время находящихся на сайте, используйте следующий шорткод:"
1297
 
1298
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1299
  msgid ""
1300
  "You can also create a userlisting page that displays users having a certain "
1301
  "meta-value within a certain (extra) meta-field like so:"
1302
  msgstr ""
1303
 
1304
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:35
1305
  msgid ""
1306
  "Remember though, that the field-value combination must exist in the database."
1307
  msgstr ""
1308
 
1309
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:40
1310
  msgid "These settings are applied to the front-end userlisting."
1311
  msgstr "Эти настройки применяются к списку пользователей на сайте."
1312
 
1313
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:46
1314
  msgid "Number of Users/Page: "
1315
  msgstr "Число пользователей на страницу:"
1316
 
1317
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:63
 
 
 
 
 
1318
  msgid "Default Sorting Order: "
1319
  msgstr "Сортировка по умолчанию:"
1320
 
1321
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:74
1322
  msgid "\"All-Userlisting\" Template"
1323
  msgstr "Шаблон \"Все пользователи\""
1324
 
1325
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:76
1326
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:218
1327
  msgid ""
1328
  "With the userlisting templates you can customize the look, feel and "
1329
  "information listed by the shortcode."
1331
  "С помощью шаблона списка пользователей вы сможете изменить вид и информацию, "
1332
  "выводимую шорткодом."
1333
 
1334
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:77
1335
  msgid ""
1336
  "The \"All Users Listing\" template is used to list all users. It's displayed "
1337
  "on each page access where the shortcode is present."
1339
  "Шаблон \"Все пользователи\" используется для отображения всех пользователей. "
1340
  "Он будет отображаться на каждой странице с шорткодом."
1341
 
1342
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:81
1343
  msgid "Avatar size: "
1344
  msgstr "Размер аватара:"
1345
 
1346
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:97
1347
  msgid "Insert \"Sort By\" Field:"
1348
  msgstr "Вставить поле \"Сортировать по\":"
1349
 
1350
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:125
1351
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:224
1352
  msgid "Insert \"User-Meta\" Field:"
1353
  msgstr "Вставить поле \"Данные пользователя\":"
1354
 
1355
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:156
1356
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:262
1357
  msgid "Insert Extra Functions:"
1358
  msgstr "Вставить дополнительные функции:"
1359
 
1360
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:171
1361
  msgid "Show/Hide Default \"All-Userlisting\" Code"
1362
  msgstr "Показать/скрыть код шаблона \"Все пользователи\" по умолчанию"
1363
 
1364
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:173
1365
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:276
1366
  msgid ""
1367
  "If you wish to use a default userlisting, just copy the following code and "
1368
  "paste it in the textarea below:"
1370
  "Если вы хотите использовать отображение по умолчанию, то вставьте данный код "
1371
  "в форму ниже:"
1372
 
1373
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:216
1374
  msgid "\"Single-Userlisting\" Template"
1375
  msgstr "Шаблон \"Один пользователь\""
1376
 
1377
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:219
1378
  msgid ""
1379
  "The \"Single User Listing\" template is used to list an individual user. "
1380
  "It's displayed when clickin on the \"more info\" link."
1382
  "Шаблон \"Один пользователь\" используется для отображения отдельного "
1383
  "пользователя. Он выводится при нажатии на ссылку \"Подробнее\"."
1384
 
1385
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:274
1386
  msgid "Show/Hide Default \"Single-Userlisting\" Code"
1387
  msgstr "Показать/скрыть код шаблона \"Один пользователь\" по умолчанию"
1388
 
1389
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1390
  msgid ""
1391
  "You need to activate the User-Listing feature from within the \"Addons\" tab!"
1392
  msgstr ""
1393
  "Вам нужно активировать функция Список пользователей во вкладке \"Дополнения"
1394
  "\"!"
1395
 
1396
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:380
1397
  msgid "You can find it in Profile Builder's menu."
1398
  msgstr "Вы можете найти его в меню Profile Builder."
1399
 
1400
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:405
1401
  msgid "You need to be logged in to view the userlisting!"
1402
  msgstr "Вы должны войти, чтобы просмотреть список пользователей!"
1403
 
1404
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:443
1405
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:469
1406
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1407
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1328
1408
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1414
1409
  msgid "Search Users by All Fields"
1410
  msgstr "Искать пользователей по всем полям"
1411
 
1412
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:487
1413
  msgid "Leave Blank and Press Search to List All Users"
1414
  msgstr ""
1415
  "Оставьте поля пустыми и нажмите «Поиск», чтобы увидеть список всех "
1416
  "пользователей"
1417
 
1418
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:491
1419
  msgid "Search"
1420
  msgstr "Поиск"
1421
 
1422
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:504
1423
  msgid "First/Lastname"
1424
  msgstr "Имя/Фамилия"
1425
 
1426
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:510
1427
  msgid "Email"
1428
  msgstr "Адрес эл. почты"
1429
 
1430
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:516
1431
  msgid "Sign-up Date"
1432
  msgstr "Дата регистрации"
1433
 
1434
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:522
1435
  msgid "Firstname"
1436
  msgstr "Имя"
1437
 
1438
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:528
1439
  msgid "Lastname"
1440
  msgstr "Фамилия"
1441
 
1442
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:534
1443
  msgid "Display Name"
1444
  msgstr "Публичное имя"
1445
 
1446
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:552
1447
  msgid "Posts"
1448
  msgstr "Число записей"
1449
 
1450
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1451
  msgid "Click here to see more information about this user"
1452
  msgstr ""
1453
  "Нажмите здесь, чтобы просмотреть более подробную информацию об этом "
1454
  "пользователе"
1455
 
1456
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:594
1457
  msgid "More..."
1458
  msgstr "Подробнее..."
1459
 
1460
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:795
1461
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1102
1462
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:577
1463
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
1464
  msgid "No uploaded attachment"
1465
  msgstr "Нет загруженных вложений"
1466
 
1467
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:797
1468
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1104
1469
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:1160
1470
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:581
1471
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:614
1472
  #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:617
1475
  msgid "Click to see the current attachment"
1476
  msgstr "Нажмите здесь, чтобы увидеть текущее вложение"
1477
 
1478
+ #: C:\Users\Gabriel\Desktop\test\profile-builder-pro/premium/addons/userlisting.php:923
1479
  msgid "Click here to go back"
1480
  msgstr "Нажмите здесь, чтобы вернуться назад"
1481
 
1482
+ #: C:\Users\Gabriel\Desktop