User registration & user profile – Profile Builder - Version 1.1.23

Version Description

Consecutive bugfixes.

Download this release

Release Info

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

Code changes from version 1.1.22 to 1.1.23

assets/css/front.end.css CHANGED
@@ -250,11 +250,5 @@ The global Profile Builder class is: wppb_holder
250
  background-color: #FFDFDF;
251
  border: 1px dotted #C89797;
252
  margin-bottom: 6px !important;
253
- padding: 6px 0px 4px 5px !important;
254
- }
255
- #wppb_recover_password p.errorHolder{
256
- background-color: #FFDFDF;
257
- border: 1px dotted #C89797;
258
- margin-bottom: 6px !important;
259
  padding: 6px 0px 4px !important;
260
  }
250
  background-color: #FFDFDF;
251
  border: 1px dotted #C89797;
252
  margin-bottom: 6px !important;
 
 
 
 
 
 
253
  padding: 6px 0px 4px !important;
254
  }
assets/css/premium.style.css CHANGED
@@ -1,1102 +1,1087 @@
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.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
- /* Content Inner */
260
- #framework_wrap #content {
261
- padding: 0;
262
- width: 785px;
263
- border-bottom: 1px solid #e3e3e3;
264
- position: relative;
265
- }
266
- .screenshot {
267
- float: right;
268
- margin-left: 1px;
269
- position: relative;
270
- width: 344px;
271
- }
272
- .screenshot img {
273
- max-width: 334px;
274
- padding: 4px;
275
- border: 1px solid #ccc;
276
- background: #fafafa;
277
- border-color: #ccc #eee #eee #ccc;
278
- -webkit-border-radius: 4px;
279
- -moz-border-radius: 4px;
280
- border-radius: 4px;
281
- float: right;
282
- }
283
- .screenshot a {
284
- text-decoration: none;
285
- padding-left: 20px;
286
- }
287
- .screenshot a.remove {
288
- background: url(../images/icon_delete.png) no-repeat 0 0;
289
- display: block;
290
- height: 16px;
291
- width: 16px;
292
- position: absolute;
293
- bottom: -4px;
294
- right: -4px;
295
- text-indent: -9999px;
296
- float: left;
297
- padding: 0;
298
- border: none;
299
- }
300
- .screenshot .no_image a.remove {
301
- left: 0;
302
- top: 2px;
303
- }
304
- .option-upload .element {
305
- padding-bottom: 5px;
306
- }
307
- #framework_wrap #content h2 {
308
- margin-bottom: 10px;
309
- border-bottom: 1px solid #e5e5e5;
310
- }
311
- #framework_wrap #content h3 {
312
- border-bottom: 1px solid #eee;
313
- margin: 0 0 15px 0;
314
- padding-bottom: 10px;
315
- clear: both;
316
- font-size: 14px;
317
- }
318
- h3.text-title {
319
- font: italic 20px/30px Georgia,"Times New Roman","Bitstream Charter",Times,serif !important;
320
- }
321
- #framework_wrap #content tbody tr.inline-edit-option td h3 {
322
- border-bottom-color: #ddd;
323
- }
324
- #framework_wrap #content .block {
325
- display: block;
326
- overflow: hidden;
327
- padding: 20px;
328
- }
329
- #framework_wrap #content p {
330
- font-size: 11px;
331
- color: #555;
332
- padding-bottom: 20px;
333
- margin: 0;
334
- }
335
- #framework_wrap #content table {
336
- border: 1px solid #dfdfdf;
337
- width: 100%;
338
- text-align: left;
339
- border-spacing: 0;
340
- border-style: solid;
341
- border-width: 1px;
342
- font-size: 11px !important;
343
- text-shadow: 0 1px 0 #fff;
344
- -webkit-border-radius: 4px;
345
- -moz-border-radius: 4px;
346
- border-radius: 4px;
347
- }
348
- #framework_wrap #content2 table {
349
- border: 0px solid #dfdfdf;
350
- width: 100%;
351
- text-align: left;
352
- border-spacing: 0;
353
- border-style: solid;
354
- border-width: 1px;
355
- font-size: 11px !important;
356
- text-shadow: 0 1px 0 #fff;
357
- -webkit-border-radius: 4px;
358
- -moz-border-radius: 4px;
359
- border-radius: 4px;
360
- }
361
-
362
- #framework_wrap #content .has-table table th {
363
- background: #f1f1f1;
364
- background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
365
- background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
366
- }
367
- tbody tr:hover {
368
- cursor: pointer;
369
- }
370
- tbody tr.inline-edit-option {
371
- }
372
- tbody tr.inline-edit-option td {
373
- background: #f1f1f1;
374
- border-top: 1px solid #fff;
375
- border-left: 1px solid #fff;
376
- border-right: 1px solid #fff;
377
- }
378
- tbody tr:hover.inline-edit-option {
379
- cursor: default;
380
- }
381
- #framework_wrap #content .has-table table #framework-settings .dragging {
382
- background: #666 url(../images/black_px.png) repeat-x 0 0;
383
- color: #fff;
384
- text-shadow: 0 1px 0 #000;
385
- }
386
- #framework_wrap #content .has-table table #framework-settings .dragging td {
387
- border-color: #000;
388
- }
389
- #framework_wrap #content .has-table table #framework-settings .dragging .col-edit {
390
- background: url(../images/icon_up_down.png) no-repeat 63px center;
391
- }
392
- #framework_wrap #content .has-table table #framework-settings .dragging a.edit-inline,
393
- #framework_wrap #content .has-table table #framework-settings .dragging a.delete-inline {
394
- display: none;
395
- }
396
- .col-title {
397
- padding-left: 10px !important;
398
- width: 200px;
399
- }
400
- .col-type {
401
- width: 60px;
402
- }
403
- .col-edit {
404
- width: 45px;
405
- padding-left: 40px !important;
406
- padding-right: 0px !important;
407
- }
408
- .has-table table tr:first-child {
409
- cursor: default;
410
- }
411
- .has-table table .col-heading {
412
- background: #eaf3fa;
413
- }
414
- .has-table table .col-heading td:first-child {
415
- font-weight: bold;
416
- background: transparent url(../images/icon_header.png) no-repeat 10px 11px;
417
- padding-left: 30px !important;
418
- }
419
- .has-table table thead th,
420
- .has-table table td {
421
- border-bottom: 1px solid #dfdfdf;
422
- }
423
- .has-table table tr,
424
- .has-table table td,
425
- .has-table table th {
426
- padding: 10px 10px;
427
- font-size: 11px !important;
428
- }
429
- .has-table table th {
430
- padding: 6px 10px;
431
- font-size: 11px !important;
432
- }
433
- .has-table table a {
434
- text-decoration: none;
435
- }
436
- /* Inline Edit */
437
- .inline-edit-option {
438
- display: none;
439
- }
440
- a.edit-inline,
441
- a.delete-inline,
442
- a.add-option {
443
- background: url(../images/icon_edit.png) no-repeat 0 0;
444
- display: block;
445
- height: 16px;
446
- width: 16px;
447
- text-indent: -9999px;
448
- float: left;
449
- margin-right: 5px;
450
- display: block;
451
- }
452
- a.delete-inline {
453
- background-image: url(../images/icon_delete.png);
454
- }
455
- a.add-option {
456
- background-image: url(../images/icon_add.png);
457
- margin-left: 21px;
458
- }
459
- a:hover.edit-inline {
460
- border-color: #666;
461
- }
462
- a:hover.delete-inline {
463
- border-color: #d54e45;
464
- }
465
- #framework_wrap #content .option {
466
- padding-bottom: 15px;
467
- }
468
- #framework_wrap #content .option .section {
469
- overflow: hidden;
470
- font-size: 11px;
471
- }
472
- #framework_wrap #content .option .section .element {
473
- float: left;
474
- margin: 0 15px 0 0;
475
- width: 345px;
476
- }
477
- #framework_wrap #content .option-checkbox .section .element {
478
- width: 25px;
479
- }
480
- #framework_wrap #content .option .section .description {
481
- color: #555;
482
- float: left;
483
- font-size: 11px;
484
- padding: 2px 10px 0 0;
485
- width: 370px;
486
- }
487
- div.desc-text p {
488
- color: #555;
489
- font-size: 11px !important;
490
- }
491
- #framework_wrap #content .inline-edit-option .option .section .description {
492
- width: 325px;
493
- padding-top: 0px;
494
- }
495
- #framework_wrap #content .option-checkbox .section .description {
496
- width: 540px;
497
- }
498
- #framework_wrap #content label {
499
-
500
- }
501
- .input_wrap {
502
- padding: 4px 10px 12px 0;
503
- float: left;
504
- width: 350px;
505
- }
506
- .option-checbox .input_wrap,
507
- .option-radio .input_wrap {
508
- padding: 4px 10px 4px 0;
509
- width: 325px;
510
- }
511
- .option-checbox .element {
512
- border: none;
513
- max-height: 260px;
514
- height: auto !important;
515
- height: expression( document.body.clientHeight > 260 ? "260px" : "auto" );
516
- overflow-y: auto;
517
- overflow-x: hidden;
518
- }
519
- .input_wrap input[type="checkbox"],
520
- .input_wrap input[type="radio"] {
521
- float: left;
522
- width: 20px;
523
- margin-top: 3px;
524
- vertical-align: bottom;
525
- }
526
- .input_wrap input[type="radio"] {
527
- margin-top: 4px;
528
- }
529
- .input_wrap label {
530
- float: left;
531
- width: 325px;
532
- }
533
- .option-checbox .input_wrap label,
534
- .option-radio .input_wrap label {
535
- width: 300px;
536
- }
537
- #framework_wrap #content label input {
538
- margin-right: 5px;
539
- display: block;
540
- float: left;
541
- }
542
- #framework_wrap #content input[type="text"],
543
- #framework_wrap #content select,
544
- #framework_wrap #content textarea {
545
- background: #fafafa;
546
- border-color: #ccc #eee #eee #ccc;
547
- border-style: solid;
548
- border-width: 1px;
549
- font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
550
- font-size: 12px;
551
- margin-bottom: 9px !important;
552
- padding: 5px;
553
- width: 344px;
554
- display: block;
555
- color: #888;
556
- resize: none;
557
- }
558
- #framework_wrap #content tbody tr.inline-edit-option td input[type="text"],
559
- #framework_wrap #content tbody tr.inline-edit-option td select,
560
- #framework_wrap #content tbody tr.inline-edit-option td textarea {
561
- background: #fff;
562
- }
563
- #framework_wrap #content input[type="text"].upload {
564
- width: 281px;
565
- float: left;
566
- }
567
- #framework_wrap #content input[type="text"].cp_input {
568
- width: 312px !important;
569
- float: left;
570
- }
571
- .cp_box {
572
- float: right;
573
- width: 25px;
574
- height: 25px;
575
- position: relative;
576
- top: 1px;
577
- border: 1px solid #ccc;
578
- border-color: #ccc #eee #eee #ccc;
579
- background: #fafafa;
580
- -webkit-border-radius: 4px;
581
- -moz-border-radius: 4px;
582
- border-radius: 4px;
583
- }
584
- .cp_box div {
585
- width: 13px;
586
- height: 13px;
587
- border: 1px solid #bbb;
588
- border-color: #eee #ccc #ccc #eee;
589
- background: #fafafa url(../images/empty.gif);
590
- position: absolute;
591
- left: 5px;
592
- top: 5px;
593
- box-shadow: 1px 1px 0px #ccc;
594
- -webkit-box-shadow: 1px 1px 0px #ccc;
595
- -moz-box-shadow: 1px 1px 0px #ccc;
596
- }
597
- #framework_wrap #content .element small {
598
- float: left;
599
- font-size: 9px;
600
- line-height: 9px;
601
- color: #999;
602
- position: relative;
603
- top: -5px;
604
- left: 2px;
605
- }
606
- .upload_button,
607
- .upload_file_button,
608
- .ob_button {
609
- float: right;
610
- padding: 5px;
611
- cursor: pointer;
612
- color: #444;
613
- text-shadow: 0 1px 0 #fff;
614
- background: #f3f3f3 url(../images/btn.png) repeat-x 0 0 !important;
615
- border: 1px solid #bbb;
616
- position: relative;
617
- right: -1px;
618
- height: 27px;
619
- }
620
- #framework_wrap #content select {
621
- height: 28px;
622
- padding: 4px 5px;
623
- }
624
- #framework_wrap #content input[type="text"]:focus,
625
- #framework_wrap #content select:focus,
626
- #framework_wrap #content textarea:focus,
627
- #framework_wrap #content input[type="text"]:hover,
628
- #framework_wrap #content select:hover,
629
- #framework_wrap #content textarea:hover {
630
- background: #fff;
631
- border-color: #bbb #eee #eee #bbb;
632
- color: #333;
633
- }
634
- #framework_wrap *:focus {
635
- outline: none;
636
- }
637
- #framework_wrap *::-moz-focus-inner {
638
- border: none;
639
- }
640
- .bottom_btn {
641
- float: left;
642
- width: 100%;
643
- padding-top: 15px;
644
- }
645
- #framework_wrap #content .select_wrapper {
646
- -moz-border-radius: 4px;
647
- -webkit-border-radius: 4px;
648
- border-radius: 4px;
649
- font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
650
- font-size: 12px;
651
- background: #fafafa url(../images/select.png) no-repeat right center;
652
- border-color: #ccc #eee #eee #ccc;
653
- border-style: solid;
654
- border-width: 1px;
655
- float: left;
656
- height: 26px;
657
- width: 344px;
658
- margin: 0;
659
- margin-bottom: 9px !important;
660
- width: 344px;
661
- display: block;
662
- color: #888;
663
- }
664
- #framework_wrap #content .option-type .select_wrapper {
665
- background-color: #fff;
666
- }
667
- #framework_wrap #content .select_wrapper.measurement {
668
- width: 65px;
669
- float: right;
670
- margin-top: 1px;
671
- }
672
- #framework_wrap #content input.measurement {
673
- width: 269px;
674
- float: left;
675
- padding-top: 6px;
676
- }
677
- #framework_wrap #content .select_wrapper:hover {
678
- background-color: #fff;
679
- border-color: #bbb #eee #eee #bbb;
680
- color: #333;
681
- }
682
- #framework_wrap #content select.select {
683
- cursor: pointer;
684
- height: 28px;
685
- margin: 0;
686
- -moz-opacity: 0;
687
- filter: alpha(opacity: 0);
688
- opacity: 0;
689
- padding: 0;
690
- position: relative;
691
- width: inherit;
692
- z-index: 4;
693
- }
694
- #framework_wrap #content .select_wrapper span {
695
- height: 26px;
696
- line-height: 26px;
697
- position: absolute;
698
- z-index: 2;
699
- padding-left: 6px;
700
- }
701
- /* Image Slider */
702
- .option-tree-slider {
703
- background: #eaf3fa;
704
- padding: 0px 10px;
705
- margin-bottom: 8px;
706
- text-shadow: 0 1px 0 #fff;
707
- position: relative;
708
- /* CSS3 */
709
- -webkit-border-radius: 4px;
710
- -moz-border-radius: 4px;
711
- border-radius: 4px;
712
- -moz-box-shadow: 1px 1px 0px #ccc;
713
- -webkit-box-shadow: 1px 1px 0px #ccc;
714
- box-shadow: 1px 1px 0px #ccc;
715
- }
716
- .option-tree-slider p {
717
- padding-bottom: 5px !important;
718
- margin-bottom: 0px !important;
719
- }
720
- #framework_wrap #content .option-option-tree-slider .section .element input[type="text"],
721
- #framework_wrap #content .option-option-tree-slider .section .element textarea {
722
- background: #fff;
723
- width: 323px;
724
- }
725
- .option-tree-slider-wrap .edit {
726
- position: absolute;
727
- height: 16px;
728
- width: 16px;
729
- display: block;
730
- text-indent: -9999px;
731
- background: url(../images/icon_edit.png);
732
- top: 6px;
733
- right: 27px;
734
- z-index: 10;
735
- }
736
- .option-tree-slider-wrap .edit.down {
737
- background: url(../images/icon_up.png) !important;
738
- }
739
- .option-tree-slider-wrap .trash {
740
- position: absolute;
741
- height: 16px;
742
- width: 16px;
743
- display: block;
744
- text-indent: -9999px;
745
- background: url(../images/icon_delete.png);
746
- top: 6px;
747
- right: 6px;
748
- z-index: 10;
749
- }
750
- .option-tree-slider-wrap .open {
751
- padding: 5px 0px;
752
- padding-right: 40px;
753
- display: block;
754
- font-size: 11px;
755
- }
756
- .option-tree-slider-wrap .option-tree-slider-body {
757
- display: ;
758
- }
759
- /* Docs */
760
- #framework_wrap #options_tabs.docs {
761
- font-size: 11px !important;
762
- color: #555;
763
- }
764
- #framework_wrap code {
765
- font-size: 10px;
766
- }
767
- #framework_wrap ul.doc_list {
768
- font-size: 11px !important;
769
- padding-bottom: 20px;
770
- }
771
- #framework_wrap .doc_list li {
772
- padding-bottom: 0px;
773
- line-height: 12px;
774
- list-style: disc;
775
- margin-left: 16px;
776
- }
777
- #framework_wrap code {
778
- background-color: #f1f1f1;
779
- color: #000;
780
- }
781
- #framework_wrap pre {
782
- font-size: 13px;
783
- padding: 0;
784
- margin: 0;
785
- line-height: 18px;
786
- overflow: auto;
787
- overflow-Y: hidden;
788
- padding-top: 18px;
789
- background: #f1f1f1;
790
- border-bottom: 1px solid #f1f1f1;
791
- margin-bottom: 20px;
792
- color: #000;
793
- white-space:pre-wrap;
794
- word-wrap:break-word;
795
- }
796
- #framework_wrap pre code {
797
- padding: 0 18px 18px 18px;
798
- display: block;
799
- background: url(../images/pre_bg.gif) repeat left top; /*--Background of lined paper--*/
800
- }
801
- /* Tabs */
802
- .options_tabs {
803
- display: none;
804
- }
805
- .ui-tabs {
806
- zoom: 1;
807
- background: url(../images/tabs_bg.png) repeat-y 0 0;
808
- }
809
- .ui-tabs .options_tabs {
810
- display: block;
811
- }
812
- .ui-tabs-panel .description {
813
- width: 225px !important;
814
- }
815
- .ui-tabs-panel .inline-edit-option .description {
816
- width: 200px !important;
817
- }
818
- .ui-tabs-panel h2 {
819
- display: none;
820
- }
821
- .ui-tabs .ui-tabs-nav {
822
- list-style: none;
823
- position: relative;
824
- float: left;
825
- width: 148px;
826
- word-wrap: break-word;
827
- }
828
- .ui-tabs .ui-tabs-nav li {
829
- position: relative;
830
- float: left;
831
- display: block;
832
- margin: 0;
833
- padding: 0;
834
- overflow: visible;
835
- }
836
- .ui-tabs .ui-tabs-nav li a {
837
- float: left;
838
- text-decoration: none;
839
- display: block;
840
- width: 127px;
841
- padding: 8px 10px;
842
- border-bottom: 1px solid #e3e3e3;
843
- color: #21759B;
844
- text-shadow: 0 1px 0 #fff;
845
- background-image: url(../images/white_px.png);
846
- background-repeat: repeat-x;
847
- background-position: 0 0;
848
- font-size: 11px;
849
- }
850
- .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
851
- .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
852
- background: #fff;
853
- color: #d54e45;
854
- width: 128px;
855
- }
856
- .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
857
- .ui-tabs .ui-tabs-nav li.ui-state-processing a {
858
- cursor: text;
859
- }
860
- .ui-tabs .ui-tabs-nav li a,
861
- .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
862
- cursor: pointer;
863
- }
864
- .ui-tabs .ui-tabs-nav li.ui-state-hover a {
865
- background-color: #eaf2fa;
866
- color: #555;
867
- }
868
- .ui-tabs .ui-tabs-panel {
869
- display: block;
870
- float: right;
871
- width: 595px;
872
- min-height: 400px;
873
- }
874
- .ui-tabs .ui-tabs-hide {
875
- display: none !important;
876
- }
877
- .options_tabs li.ui-tabs-selected span {
878
- position: absolute;
879
- left: -1px;
880
- top: 12px;
881
- height: 9px;
882
- width: 8px;
883
- background: url(../images/icon_arrow.png) no-repeat 0 0;
884
- }
885
-
886
-
887
-
888
- /* file input */
889
- div.file_wrap {
890
- position: relative;
891
- float: left;
892
- width: 345px;
893
- }
894
- div.fake_file {
895
- position: absolute;
896
- top: 0px;
897
- left: 0px;
898
- z-index: 1;
899
- }
900
- div.fake_file input.upload {
901
- margin-right: 3px;
902
- width: 279px !important;
903
- }
904
- input.file {
905
- background: none;
906
- position: relative;
907
- text-align: right;
908
- float: right;
909
- height: 28px;
910
- -moz-opacity: 0;
911
- filter: alpha(opacity: 0);
912
- opacity: 0;
913
- z-index: 2;
914
- }
915
-
916
- #register-profile-builder .validateStatus{
917
- position:relative;
918
- top:3px;
919
- }
920
- .wppb-serialnumber-descr{
921
- padding-left:100px;
922
- }
923
- #wppb_profile_builder_pro_serial{
924
- width:335px;
925
- }
926
-
927
- #framework_wrap #content #customRedirect .afterRegistrationText{
928
- position:relative;
929
- vertical-align:middle;
930
- display:inline-block !important;
931
- margin-bottom:0 !important;
932
- width: 400px;
933
- *display:inline !important;
934
- zoom:1;
935
- }
936
-
937
- #framework_wrap #content #customRedirect .afterLoginText{
938
- position:relative;
939
- left:37px;
940
- vertical-align:middle;
941
- display:inline-block !important;
942
- margin-bottom:0 !important;
943
- width: 400px;
944
- *display:inline !important;
945
- zoom:1;
946
- }
947
- #customRedirect #afterRegisterDescription{
948
- vertical-align:middle;
949
- }
950
-
951
- #customRedirect #afterLoginDescription{
952
- vertical-align:middle;
953
- }
954
-
955
- #framework_wrap #content #userListing .sortingOrderSelect{
956
- vertical-align:left;
957
- display:inline-block !important;
958
- margin-bottom:0 !important;
959
- width: 110px;
960
- *display:inline !important;
961
- zoom:1;
962
- font-size: 11px;
963
- }
964
-
965
- #framework_wrap #content #userListing .sortingOrderCriteria{
966
- vertical-align:left;
967
- display:inline-block !important;
968
- margin-bottom:0 !important;
969
- width: 140px;
970
- *display:inline !important;
971
- zoom:1;
972
- font-size: 11px;
973
- }
974
-
975
- #framework_wrap #content #userListing .sortingNumberSelect{
976
- vertical-align:left;
977
- display:inline-block !important;
978
- margin-bottom:0 !important;
979
- width: 75px;
980
- *display:inline !important;
981
- zoom:1;
982
- font-size: 11px;
983
- }
984
-
985
- #userListing #sortingCriteria{
986
- vertical-align:middle;
987
- }
988
-
989
- #userListing #sortingOrder{
990
- vertical-align:middle;
991
- }
992
-
993
- #userListing #sortingNumber{
994
- vertical-align:middle;
995
- }
996
-
997
- #plugin-layout 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"], #customRedirect input[type="submit"], #userListing input[type="submit"], #disableLoginAndRegistration input[type="submit"]{
998
- position:absolute;
999
- bottom:0;
1000
- right:0;
1001
- margin-bottom:-30px;
1002
- margin-right:25px;
1003
- }
1004
-
1005
- #ui-datepicker-div{
1006
- font: 70% "Trebuchet MS", sans-serif;
1007
- }
1008
-
1009
- #addonHeader{
1010
- width:70%;
1011
- }
1012
- #framework_wrap #content .wppb_default_style{
1013
- position:relative;
1014
- left:18px;
1015
- vertical-align:middle;
1016
- display:inline-block !important;
1017
- margin-bottom:0 !important;
1018
- width: 100px;
1019
- *display:inline !important;
1020
- zoom:1;
1021
- }
1022
- #framework_wrap #content .sortingTable{
1023
- border: 0px !important;
1024
- }
1025
- #framework_wrap #content .sortingTableCell1, .sortingTableCell2{
1026
- border: 0px !important;
1027
- }
1028
-
1029
- .redirectTableCell1{
1030
- width:120px;
1031
- }
1032
- .sortingTableCell1{
1033
- width: 115px;
1034
- }
1035
-
1036
- #framework_wrap #content #customRedirect .redirectFirstInput{
1037
- vertical-align:left;
1038
- display:inline-block !important;
1039
- margin-bottom:0 !important;
1040
- width: 320px;
1041
- *display:inline !important;
1042
- zoom:1;
1043
- }
1044
- #framework_wrap #content #customRedirect .redirectSecondInput{
1045
- vertical-align:left;
1046
- display:inline-block !important;
1047
- margin-bottom:0 !important;
1048
- width: 320px;
1049
- *display:inline !important;
1050
- zoom:1;
1051
- }
1052
- #framework_wrap #content #customRedirect .redirectThirdInput{
1053
- vertical-align:left;
1054
- display:inline-block !important;
1055
- margin-bottom:0 !important;
1056
- width: 320px;
1057
- *display:inline !important;
1058
- zoom:1;
1059
- }
1060
- #framework_wrap #content #customRedirect .registerRedirectTarget{
1061
- vertical-align:left;
1062
- display:inline-block !important;
1063
- margin-bottom:0 !important;
1064
- width: 310px;
1065
- *display:inline !important;
1066
- zoom:1;
1067
- }
1068
- #framework_wrap #content #customRedirect .loginRedirectTarget{
1069
- vertical-align:left;
1070
- display:inline-block !important;
1071
- margin-bottom:0 !important;
1072
- width: 310px;
1073
- *display:inline !important;
1074
- zoom:1;
1075
- }
1076
-
1077
- #framework_wrap #content #customRedirect .dashboardRedirectTarget{
1078
- vertical-align:left;
1079
- display:inline-block !important;
1080
- margin-bottom:0 !important;
1081
- width: 310px;
1082
- *display:inline !important;
1083
- zoom:1;
1084
- }
1085
-
1086
- #secondColumn, #thirdColumn{
1087
- width:25%;
1088
- }
1089
- #internal_id{
1090
- width:24% !important;
1091
- text-align:center;
1092
- }
1093
- #layoutNotice{
1094
- color:grey;
1095
- }
1096
- #layoutNoticeDiv{
1097
- position: absolute;
1098
- bottom: 20px;
1099
- }
1100
- .options_tabs{
1101
- margin:0;
1102
- }
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: 8px;
49
+ -webkit-border-top-right-radius: 8px;
50
+ -moz-border-radius-topleft: 8px;
51
+ -moz-border-radius-topright: 8px;
52
+ border-top-left-radius: 8px;
53
+ border-top-right-radius: 8px;
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.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
+ /* Content Inner */
260
+ #framework_wrap #content {
261
+ padding: 0;
262
+ width: 785px;
263
+ border-bottom: 1px solid #e3e3e3;
264
+ position: relative;
265
+ }
266
+ .screenshot {
267
+ float: right;
268
+ margin-left: 1px;
269
+ position: relative;
270
+ width: 344px;
271
+ }
272
+ .screenshot img {
273
+ max-width: 334px;
274
+ padding: 4px;
275
+ border: 1px solid #ccc;
276
+ background: #fafafa;
277
+ border-color: #ccc #eee #eee #ccc;
278
+ -webkit-border-radius: 4px;
279
+ -moz-border-radius: 4px;
280
+ border-radius: 4px;
281
+ float: right;
282
+ }
283
+ .screenshot a {
284
+ text-decoration: none;
285
+ padding-left: 20px;
286
+ }
287
+ .screenshot a.remove {
288
+ background: url(../images/icon_delete.png) no-repeat 0 0;
289
+ display: block;
290
+ height: 16px;
291
+ width: 16px;
292
+ position: absolute;
293
+ bottom: -4px;
294
+ right: -4px;
295
+ text-indent: -9999px;
296
+ float: left;
297
+ padding: 0;
298
+ border: none;
299
+ }
300
+ .screenshot .no_image a.remove {
301
+ left: 0;
302
+ top: 2px;
303
+ }
304
+ .option-upload .element {
305
+ padding-bottom: 5px;
306
+ }
307
+ #framework_wrap #content h2 {
308
+ margin-bottom: 10px;
309
+ border-bottom: 1px solid #e5e5e5;
310
+ }
311
+ #framework_wrap #content h3 {
312
+ border-bottom: 1px solid #eee;
313
+ margin: 0 0 15px 0;
314
+ padding-bottom: 10px;
315
+ clear: both;
316
+ font-size: 14px;
317
+ }
318
+ h3.text-title {
319
+ font: italic 20px/30px Georgia,"Times New Roman","Bitstream Charter",Times,serif !important;
320
+ }
321
+ #framework_wrap #content tbody tr.inline-edit-option td h3 {
322
+ border-bottom-color: #ddd;
323
+ }
324
+ #framework_wrap #content .block {
325
+ display: block;
326
+ overflow: hidden;
327
+ padding: 20px;
328
+ }
329
+ #framework_wrap #content p {
330
+ font-size: 11px;
331
+ color: #555;
332
+ padding-bottom: 20px;
333
+ margin: 0;
334
+ }
335
+ #framework_wrap #content table {
336
+ border: 1px solid #dfdfdf;
337
+ width: 100%;
338
+ text-align: left;
339
+ border-spacing: 0;
340
+ border-style: solid;
341
+ border-width: 1px;
342
+ font-size: 11px !important;
343
+ text-shadow: 0 1px 0 #fff;
344
+ -webkit-border-radius: 4px;
345
+ -moz-border-radius: 4px;
346
+ border-radius: 4px;
347
+ }
348
+ #framework_wrap #content2 table {
349
+ border: 0px solid #dfdfdf;
350
+ width: 100%;
351
+ text-align: left;
352
+ border-spacing: 0;
353
+ border-style: solid;
354
+ border-width: 1px;
355
+ font-size: 11px !important;
356
+ text-shadow: 0 1px 0 #fff;
357
+ -webkit-border-radius: 4px;
358
+ -moz-border-radius: 4px;
359
+ border-radius: 4px;
360
+ }
361
+
362
+ #framework_wrap #content .has-table table th {
363
+ background: #f1f1f1;
364
+ background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
365
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
366
+ }
367
+ tbody tr:hover {
368
+ cursor: pointer;
369
+ }
370
+ tbody tr.inline-edit-option {
371
+ }
372
+ tbody tr.inline-edit-option td {
373
+ background: #f1f1f1;
374
+ border-top: 1px solid #fff;
375
+ border-left: 1px solid #fff;
376
+ border-right: 1px solid #fff;
377
+ }
378
+ tbody tr:hover.inline-edit-option {
379
+ cursor: default;
380
+ }
381
+ #framework_wrap #content .has-table table #framework-settings .dragging {
382
+ background: #666 url(../images/black_px.png) repeat-x 0 0;
383
+ color: #fff;
384
+ text-shadow: 0 1px 0 #000;
385
+ }
386
+ #framework_wrap #content .has-table table #framework-settings .dragging td {
387
+ border-color: #000;
388
+ }
389
+ #framework_wrap #content .has-table table #framework-settings .dragging .col-edit {
390
+ background: url(../images/icon_up_down.png) no-repeat 63px center;
391
+ }
392
+ #framework_wrap #content .has-table table #framework-settings .dragging a.edit-inline,
393
+ #framework_wrap #content .has-table table #framework-settings .dragging a.delete-inline {
394
+ display: none;
395
+ }
396
+ .col-title {
397
+ padding-left: 10px !important;
398
+ width: 200px;
399
+ }
400
+ .col-type {
401
+ width: 60px;
402
+ }
403
+ .col-edit {
404
+ width: 45px;
405
+ padding-left: 40px !important;
406
+ padding-right: 0px !important;
407
+ }
408
+ .has-table table tr:first-child {
409
+ cursor: default;
410
+ }
411
+ .has-table table .col-heading {
412
+ background: #eaf3fa;
413
+ }
414
+ .has-table table .col-heading td:first-child {
415
+ font-weight: bold;
416
+ background: transparent url(../images/icon_header.png) no-repeat 10px 11px;
417
+ padding-left: 30px !important;
418
+ }
419
+ .has-table table thead th,
420
+ .has-table table td {
421
+ border-bottom: 1px solid #dfdfdf;
422
+ }
423
+ .has-table table tr,
424
+ .has-table table td,
425
+ .has-table table th {
426
+ padding: 10px 10px;
427
+ font-size: 11px !important;
428
+ }
429
+ .has-table table th {
430
+ padding: 6px 10px;
431
+ font-size: 11px !important;
432
+ }
433
+ .has-table table a {
434
+ text-decoration: none;
435
+ }
436
+ /* Inline Edit */
437
+ .inline-edit-option {
438
+ display: none;
439
+ }
440
+ a.edit-inline,
441
+ a.delete-inline,
442
+ a.add-option {
443
+ background: url(../images/icon_edit.png) no-repeat 0 0;
444
+ display: block;
445
+ height: 16px;
446
+ width: 16px;
447
+ text-indent: -9999px;
448
+ float: left;
449
+ margin-right: 5px;
450
+ display: block;
451
+ }
452
+ a.delete-inline {
453
+ background-image: url(../images/icon_delete.png);
454
+ }
455
+ a.add-option {
456
+ background-image: url(../images/icon_add.png);
457
+ margin-left: 21px;
458
+ }
459
+ a:hover.edit-inline {
460
+ border-color: #666;
461
+ }
462
+ a:hover.delete-inline {
463
+ border-color: #d54e45;
464
+ }
465
+ #framework_wrap #content .option {
466
+ padding-bottom: 15px;
467
+ }
468
+ #framework_wrap #content .option .section {
469
+ overflow: hidden;
470
+ font-size: 11px;
471
+ }
472
+ #framework_wrap #content .option .section .element {
473
+ float: left;
474
+ margin: 0 15px 0 0;
475
+ width: 345px;
476
+ }
477
+ #framework_wrap #content .option-checkbox .section .element {
478
+ width: 25px;
479
+ }
480
+ #framework_wrap #content .option .section .description {
481
+ color: #555;
482
+ float: left;
483
+ font-size: 11px;
484
+ padding: 2px 10px 0 0;
485
+ width: 370px;
486
+ }
487
+ div.desc-text p {
488
+ color: #555;
489
+ font-size: 11px !important;
490
+ }
491
+ #framework_wrap #content .inline-edit-option .option .section .description {
492
+ width: 325px;
493
+ padding-top: 0px;
494
+ }
495
+ #framework_wrap #content .option-checkbox .section .description {
496
+ width: 540px;
497
+ }
498
+ #framework_wrap #content label {
499
+
500
+ }
501
+ .input_wrap {
502
+ padding: 4px 10px 12px 0;
503
+ float: left;
504
+ width: 350px;
505
+ }
506
+ .option-checbox .input_wrap,
507
+ .option-radio .input_wrap {
508
+ padding: 4px 10px 4px 0;
509
+ width: 325px;
510
+ }
511
+ .option-checbox .element {
512
+ border: none;
513
+ max-height: 260px;
514
+ height: auto !important;
515
+ height: expression( document.body.clientHeight > 260 ? "260px" : "auto" );
516
+ overflow-y: auto;
517
+ overflow-x: hidden;
518
+ }
519
+ .input_wrap input[type="checkbox"],
520
+ .input_wrap input[type="radio"] {
521
+ float: left;
522
+ width: 20px;
523
+ margin-top: 3px;
524
+ vertical-align: bottom;
525
+ }
526
+ .input_wrap input[type="radio"] {
527
+ margin-top: 4px;
528
+ }
529
+ .input_wrap label {
530
+ float: left;
531
+ width: 325px;
532
+ }
533
+ .option-checbox .input_wrap label,
534
+ .option-radio .input_wrap label {
535
+ width: 300px;
536
+ }
537
+ #framework_wrap #content label input {
538
+ margin-right: 5px;
539
+ display: block;
540
+ float: left;
541
+ }
542
+ #framework_wrap #content input[type="text"],
543
+ #framework_wrap #content select,
544
+ #framework_wrap #content textarea {
545
+ background: #fafafa;
546
+ border-color: #ccc #eee #eee #ccc;
547
+ border-style: solid;
548
+ border-width: 1px;
549
+ font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
550
+ font-size: 12px;
551
+ margin-bottom: 9px !important;
552
+ padding: 5px;
553
+ width: 344px;
554
+ display: block;
555
+ color: #888;
556
+ resize: none;
557
+ }
558
+ #framework_wrap #content tbody tr.inline-edit-option td input[type="text"],
559
+ #framework_wrap #content tbody tr.inline-edit-option td select,
560
+ #framework_wrap #content tbody tr.inline-edit-option td textarea {
561
+ background: #fff;
562
+ }
563
+ #framework_wrap #content input[type="text"].upload {
564
+ width: 281px;
565
+ float: left;
566
+ }
567
+ #framework_wrap #content input[type="text"].cp_input {
568
+ width: 312px !important;
569
+ float: left;
570
+ }
571
+ .cp_box {
572
+ float: right;
573
+ width: 25px;
574
+ height: 25px;
575
+ position: relative;
576
+ top: 1px;
577
+ border: 1px solid #ccc;
578
+ border-color: #ccc #eee #eee #ccc;
579
+ background: #fafafa;
580
+ -webkit-border-radius: 4px;
581
+ -moz-border-radius: 4px;
582
+ border-radius: 4px;
583
+ }
584
+ .cp_box div {
585
+ width: 13px;
586
+ height: 13px;
587
+ border: 1px solid #bbb;
588
+ border-color: #eee #ccc #ccc #eee;
589
+ background: #fafafa url(../images/empty.gif);
590
+ position: absolute;
591
+ left: 5px;
592
+ top: 5px;
593
+ box-shadow: 1px 1px 0px #ccc;
594
+ -webkit-box-shadow: 1px 1px 0px #ccc;
595
+ -moz-box-shadow: 1px 1px 0px #ccc;
596
+ }
597
+ #framework_wrap #content .element small {
598
+ float: left;
599
+ font-size: 9px;
600
+ line-height: 9px;
601
+ color: #999;
602
+ position: relative;
603
+ top: -5px;
604
+ left: 2px;
605
+ }
606
+ .upload_button,
607
+ .upload_file_button,
608
+ .ob_button {
609
+ float: right;
610
+ padding: 5px;
611
+ cursor: pointer;
612
+ color: #444;
613
+ text-shadow: 0 1px 0 #fff;
614
+ background: #f3f3f3 url(../images/btn.png) repeat-x 0 0 !important;
615
+ border: 1px solid #bbb;
616
+ position: relative;
617
+ right: -1px;
618
+ height: 27px;
619
+ }
620
+ #framework_wrap #content select {
621
+ height: 28px;
622
+ padding: 4px 5px;
623
+ }
624
+ #framework_wrap #content input[type="text"]:focus,
625
+ #framework_wrap #content select:focus,
626
+ #framework_wrap #content textarea:focus,
627
+ #framework_wrap #content input[type="text"]:hover,
628
+ #framework_wrap #content select:hover,
629
+ #framework_wrap #content textarea:hover {
630
+ background: #fff;
631
+ border-color: #bbb #eee #eee #bbb;
632
+ color: #333;
633
+ }
634
+ #framework_wrap *:focus {
635
+ outline: none;
636
+ }
637
+ #framework_wrap *::-moz-focus-inner {
638
+ border: none;
639
+ }
640
+ .bottom_btn {
641
+ float: left;
642
+ width: 100%;
643
+ padding-top: 15px;
644
+ }
645
+ #framework_wrap #content .select_wrapper {
646
+ -moz-border-radius: 4px;
647
+ -webkit-border-radius: 4px;
648
+ border-radius: 4px;
649
+ font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
650
+ font-size: 12px;
651
+ background: #fafafa url(../images/select.png) no-repeat right center;
652
+ border-color: #ccc #eee #eee #ccc;
653
+ border-style: solid;
654
+ border-width: 1px;
655
+ float: left;
656
+ height: 26px;
657
+ width: 344px;
658
+ margin: 0;
659
+ margin-bottom: 9px !important;
660
+ width: 344px;
661
+ display: block;
662
+ color: #888;
663
+ }
664
+ #framework_wrap #content .option-type .select_wrapper {
665
+ background-color: #fff;
666
+ }
667
+ #framework_wrap #content .select_wrapper.measurement {
668
+ width: 65px;
669
+ float: right;
670
+ margin-top: 1px;
671
+ }
672
+ #framework_wrap #content input.measurement {
673
+ width: 269px;
674
+ float: left;
675
+ padding-top: 6px;
676
+ }
677
+ #framework_wrap #content .select_wrapper:hover {
678
+ background-color: #fff;
679
+ border-color: #bbb #eee #eee #bbb;
680
+ color: #333;
681
+ }
682
+ #framework_wrap #content select.select {
683
+ cursor: pointer;
684
+ height: 28px;
685
+ margin: 0;
686
+ -moz-opacity: 0;
687
+ filter: alpha(opacity: 0);
688
+ opacity: 0;
689
+ padding: 0;
690
+ position: relative;
691
+ width: inherit;
692
+ z-index: 4;
693
+ }
694
+ #framework_wrap #content .select_wrapper span {
695
+ height: 26px;
696
+ line-height: 26px;
697
+ position: absolute;
698
+ z-index: 2;
699
+ padding-left: 6px;
700
+ }
701
+ /* Image Slider */
702
+ .option-tree-slider {
703
+ background: #eaf3fa;
704
+ padding: 0px 10px;
705
+ margin-bottom: 8px;
706
+ text-shadow: 0 1px 0 #fff;
707
+ position: relative;
708
+ /* CSS3 */
709
+ -webkit-border-radius: 4px;
710
+ -moz-border-radius: 4px;
711
+ border-radius: 4px;
712
+ -moz-box-shadow: 1px 1px 0px #ccc;
713
+ -webkit-box-shadow: 1px 1px 0px #ccc;
714
+ box-shadow: 1px 1px 0px #ccc;
715
+ }
716
+ .option-tree-slider p {
717
+ padding-bottom: 5px !important;
718
+ margin-bottom: 0px !important;
719
+ }
720
+ #framework_wrap #content .option-option-tree-slider .section .element input[type="text"],
721
+ #framework_wrap #content .option-option-tree-slider .section .element textarea {
722
+ background: #fff;
723
+ width: 323px;
724
+ }
725
+ .option-tree-slider-wrap .edit {
726
+ position: absolute;
727
+ height: 16px;
728
+ width: 16px;
729
+ display: block;
730
+ text-indent: -9999px;
731
+ background: url(../images/icon_edit.png);
732
+ top: 6px;
733
+ right: 27px;
734
+ z-index: 10;
735
+ }
736
+ .option-tree-slider-wrap .edit.down {
737
+ background: url(../images/icon_up.png) !important;
738
+ }
739
+ .option-tree-slider-wrap .trash {
740
+ position: absolute;
741
+ height: 16px;
742
+ width: 16px;
743
+ display: block;
744
+ text-indent: -9999px;
745
+ background: url(../images/icon_delete.png);
746
+ top: 6px;
747
+ right: 6px;
748
+ z-index: 10;
749
+ }
750
+ .option-tree-slider-wrap .open {
751
+ padding: 5px 0px;
752
+ padding-right: 40px;
753
+ display: block;
754
+ font-size: 11px;
755
+ }
756
+ .option-tree-slider-wrap .option-tree-slider-body {
757
+ display: ;
758
+ }
759
+ /* Docs */
760
+ #framework_wrap #options_tabs.docs {
761
+ font-size: 11px !important;
762
+ color: #555;
763
+ }
764
+ #framework_wrap code {
765
+ font-size: 10px;
766
+ }
767
+ #framework_wrap ul.doc_list {
768
+ font-size: 11px !important;
769
+ padding-bottom: 20px;
770
+ }
771
+ #framework_wrap .doc_list li {
772
+ padding-bottom: 0px;
773
+ line-height: 12px;
774
+ list-style: disc;
775
+ margin-left: 16px;
776
+ }
777
+ #framework_wrap code {
778
+ background-color: #f1f1f1;
779
+ color: #000;
780
+ }
781
+ #framework_wrap pre {
782
+ font-size: 13px;
783
+ padding: 0;
784
+ margin: 0;
785
+ line-height: 18px;
786
+ overflow: auto;
787
+ overflow-Y: hidden;
788
+ padding-top: 18px;
789
+ background: #f1f1f1;
790
+ border-bottom: 1px solid #f1f1f1;
791
+ margin-bottom: 20px;
792
+ color: #000;
793
+ white-space:pre-wrap;
794
+ word-wrap:break-word;
795
+ }
796
+ #framework_wrap pre code {
797
+ padding: 0 18px 18px 18px;
798
+ display: block;
799
+ background: url(../images/pre_bg.gif) repeat left top; /*--Background of lined paper--*/
800
+ }
801
+ /* Tabs */
802
+ .options_tabs {
803
+ display: none;
804
+ }
805
+ .ui-tabs {
806
+ zoom: 1;
807
+ background: url(../images/tabs_bg.png) repeat-y 0 0;
808
+ }
809
+ .ui-tabs .options_tabs {
810
+ display: block;
811
+ }
812
+ .ui-tabs-panel .description {
813
+ width: 225px !important;
814
+ }
815
+ .ui-tabs-panel .inline-edit-option .description {
816
+ width: 200px !important;
817
+ }
818
+ .ui-tabs-panel h2 {
819
+ display: none;
820
+ }
821
+ .ui-tabs .ui-tabs-nav {
822
+ list-style: none;
823
+ position: relative;
824
+ float: left;
825
+ width: 148px;
826
+ word-wrap: break-word;
827
+ }
828
+ .ui-tabs .ui-tabs-nav li {
829
+ position: relative;
830
+ float: left;
831
+ display: block;
832
+ margin: 0;
833
+ padding: 0;
834
+ overflow: visible;
835
+ }
836
+ .ui-tabs .ui-tabs-nav li a {
837
+ float: left;
838
+ text-decoration: none;
839
+ display: block;
840
+ width: 127px;
841
+ padding: 8px 10px;
842
+ border-bottom: 1px solid #e3e3e3;
843
+ color: #21759B;
844
+ text-shadow: 0 1px 0 #fff;
845
+ background-image: url(../images/white_px.png);
846
+ background-repeat: repeat-x;
847
+ background-position: 0 0;
848
+ font-size: 11px;
849
+ }
850
+ .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
851
+ .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
852
+ background: #fff;
853
+ color: #d54e45;
854
+ width: 128px;
855
+ }
856
+ .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
857
+ .ui-tabs .ui-tabs-nav li.ui-state-processing a {
858
+ cursor: text;
859
+ }
860
+ .ui-tabs .ui-tabs-nav li a,
861
+ .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
862
+ cursor: pointer;
863
+ }
864
+ .ui-tabs .ui-tabs-nav li.ui-state-hover a {
865
+ background-color: #eaf2fa;
866
+ color: #555;
867
+ }
868
+ .ui-tabs .ui-tabs-panel {
869
+ display: block;
870
+ float: right;
871
+ width: 595px;
872
+ min-height: 400px;
873
+ }
874
+ .ui-tabs .ui-tabs-hide {
875
+ display: none !important;
876
+ }
877
+ .options_tabs li.ui-tabs-selected span {
878
+ position: absolute;
879
+ left: -1px;
880
+ top: 12px;
881
+ height: 9px;
882
+ width: 8px;
883
+ background: url(../images/icon_arrow.png) no-repeat 0 0;
884
+ }
885
+
886
+
887
+
888
+ /* file input */
889
+ div.file_wrap {
890
+ position: relative;
891
+ float: left;
892
+ width: 345px;
893
+ }
894
+ div.fake_file {
895
+ position: absolute;
896
+ top: 0px;
897
+ left: 0px;
898
+ z-index: 1;
899
+ }
900
+ div.fake_file input.upload {
901
+ margin-right: 3px;
902
+ width: 279px !important;
903
+ }
904
+ input.file {
905
+ background: none;
906
+ position: relative;
907
+ text-align: right;
908
+ float: right;
909
+ height: 28px;
910
+ -moz-opacity: 0;
911
+ filter: alpha(opacity: 0);
912
+ opacity: 0;
913
+ z-index: 2;
914
+ }
915
+
916
+ #register-profile-builder .validateStatus{
917
+
918
+ }
919
+ .wppb-serialnumber-descr{
920
+ padding-left:100px;
921
+ }
922
+ #wppb_profile_builder_pro_serial{
923
+ width:335px;
924
+ }
925
+
926
+ #framework_wrap #content #customRedirect .afterRegistrationText{
927
+ position:relative;
928
+ vertical-align:middle;
929
+ display:inline-block !important;
930
+ margin-bottom:0 !important;
931
+ width: 400px;
932
+ *display:inline !important;
933
+ zoom:1;
934
+ }
935
+
936
+ #framework_wrap #content #customRedirect .afterLoginText{
937
+ position:relative;
938
+ left:37px;
939
+ vertical-align:middle;
940
+ display:inline-block !important;
941
+ margin-bottom:0 !important;
942
+ width: 400px;
943
+ *display:inline !important;
944
+ zoom:1;
945
+ }
946
+ #customRedirect #afterRegisterDescription{
947
+ vertical-align:middle;
948
+ }
949
+
950
+ #customRedirect #afterLoginDescription{
951
+ vertical-align:middle;
952
+ }
953
+
954
+ #framework_wrap #content #userListing .sortingOrderSelect{
955
+ vertical-align:left;
956
+ display:inline-block !important;
957
+ margin-bottom:0 !important;
958
+ width: 110px;
959
+ *display:inline !important;
960
+ zoom:1;
961
+ font-size: 11px;
962
+ }
963
+
964
+ #framework_wrap #content #userListing .sortingOrderCriteria{
965
+ vertical-align:left;
966
+ display:inline-block !important;
967
+ margin-bottom:0 !important;
968
+ width: 140px;
969
+ *display:inline !important;
970
+ zoom:1;
971
+ font-size: 11px;
972
+ }
973
+
974
+ #framework_wrap #content #userListing .sortingNumberSelect{
975
+ vertical-align:left;
976
+ display:inline-block !important;
977
+ margin-bottom:0 !important;
978
+ width: 75px;
979
+ *display:inline !important;
980
+ zoom:1;
981
+ font-size: 11px;
982
+ }
983
+
984
+ #userListing #sortingCriteria{
985
+ vertical-align:middle;
986
+ }
987
+
988
+ #userListing #sortingOrder{
989
+ vertical-align:middle;
990
+ }
991
+
992
+ #userListing #sortingNumber{
993
+ vertical-align:middle;
994
+ }
995
+
996
+ #plugin-layout 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"], #customRedirect input[type="submit"], #userListing input[type="submit"], #disableLoginAndRegistration input[type="submit"]{
997
+ position:absolute;
998
+ bottom:0;
999
+ right:0;
1000
+ margin-bottom:-30px;
1001
+ margin-right:25px;
1002
+ }
1003
+
1004
+ #ui-datepicker-div{
1005
+ font: 70% "Trebuchet MS", sans-serif;
1006
+ }
1007
+
1008
+ #addonHeader{
1009
+ width:70%;
1010
+ }
1011
+ #framework_wrap #content .wppb_default_style{
1012
+ position:relative;
1013
+ left:18px;
1014
+ vertical-align:middle;
1015
+ display:inline-block !important;
1016
+ margin-bottom:0 !important;
1017
+ width: 100px;
1018
+ *display:inline !important;
1019
+ zoom:1;
1020
+ }
1021
+ #framework_wrap #content .sortingTable{
1022
+ border: 0px !important;
1023
+ }
1024
+ #framework_wrap #content .sortingTableCell1, .sortingTableCell2{
1025
+ border: 0px !important;
1026
+ }
1027
+
1028
+ .redirectTableCell1{
1029
+ width:120px;
1030
+ }
1031
+ .sortingTableCell1{
1032
+ width: 115px;
1033
+ }
1034
+
1035
+ #framework_wrap #content #customRedirect .redirectFirstInput{
1036
+ vertical-align:left;
1037
+ display:inline-block !important;
1038
+ margin-bottom:0 !important;
1039
+ width: 320px;
1040
+ *display:inline !important;
1041
+ zoom:1;
1042
+ }
1043
+ #framework_wrap #content #customRedirect .redirectSecondInput{
1044
+ vertical-align:left;
1045
+ display:inline-block !important;
1046
+ margin-bottom:0 !important;
1047
+ width: 320px;
1048
+ *display:inline !important;
1049
+ zoom:1;
1050
+ }
1051
+ #framework_wrap #content #customRedirect .redirectThirdInput{
1052
+ vertical-align:left;
1053
+ display:inline-block !important;
1054
+ margin-bottom:0 !important;
1055
+ width: 320px;
1056
+ *display:inline !important;
1057
+ zoom:1;
1058
+ }
1059
+ #framework_wrap #content #customRedirect .registerRedirectTarget{
1060
+ vertical-align:left;
1061
+ display:inline-block !important;
1062
+ margin-bottom:0 !important;
1063
+ width: 320px;
1064
+ *display:inline !important;
1065
+ zoom:1;
1066
+ }
1067
+ #framework_wrap #content #customRedirect .loginRedirectTarget{
1068
+ vertical-align:left;
1069
+ display:inline-block !important;
1070
+ margin-bottom:0 !important;
1071
+ width: 320px;
1072
+ *display:inline !important;
1073
+ zoom:1;
1074
+ }
1075
+
1076
+ #framework_wrap #content #customRedirect .dashboardRedirectTarget{
1077
+ vertical-align:left;
1078
+ display:inline-block !important;
1079
+ margin-bottom:0 !important;
1080
+ width: 320px;
1081
+ *display:inline !important;
1082
+ zoom:1;
1083
+ }
1084
+
1085
+ #secondColumn, #thirdColumn{
1086
+ width:25%;
1087
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/style.css CHANGED
@@ -1,940 +1,949 @@
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_free.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
- /* Content Inner */
260
- #framework_wrap #content {
261
- padding: 0;
262
- width: 785px;
263
- border-bottom: 1px solid #e3e3e3;
264
- position: relative;
265
- }
266
- .screenshot {
267
- float: right;
268
- margin-left: 1px;
269
- position: relative;
270
- width: 344px;
271
- }
272
- .screenshot img {
273
- max-width: 334px;
274
- padding: 4px;
275
- border: 1px solid #ccc;
276
- background: #fafafa;
277
- border-color: #ccc #eee #eee #ccc;
278
- -webkit-border-radius: 4px;
279
- -moz-border-radius: 4px;
280
- border-radius: 4px;
281
- float: right;
282
- }
283
- .screenshot a {
284
- text-decoration: none;
285
- padding-left: 20px;
286
- }
287
- .screenshot a.remove {
288
- background: url(../images/icon_delete.png) no-repeat 0 0;
289
- display: block;
290
- height: 16px;
291
- width: 16px;
292
- position: absolute;
293
- bottom: -4px;
294
- right: -4px;
295
- text-indent: -9999px;
296
- float: left;
297
- padding: 0;
298
- border: none;
299
- }
300
- .screenshot .no_image a.remove {
301
- left: 0;
302
- top: 2px;
303
- }
304
- .option-upload .element {
305
- padding-bottom: 5px;
306
- }
307
- #framework_wrap #content h2 {
308
- margin-bottom: 10px;
309
- border-bottom: 1px solid #e5e5e5;
310
- }
311
- #framework_wrap #content h3 {
312
- border-bottom: 1px solid #eee;
313
- margin: 0 0 15px 0;
314
- padding-bottom: 10px;
315
- clear: both;
316
- font-size: 14px;
317
- }
318
- h3.text-title {
319
- font: italic 20px/30px Georgia,"Times New Roman","Bitstream Charter",Times,serif !important;
320
- }
321
- #framework_wrap #content tbody tr.inline-edit-option td h3 {
322
- border-bottom-color: #ddd;
323
- }
324
- #framework_wrap #content .block {
325
- display: block;
326
- overflow: hidden;
327
- padding: 20px;
328
- }
329
- #framework_wrap #content p {
330
- font-size: 11px;
331
- color: #555;
332
- padding-bottom: 20px;
333
- margin: 0;
334
- }
335
- #framework_wrap #content table {
336
- border: 1px solid #dfdfdf;
337
- width: 100%;
338
- text-align: left;
339
- border-spacing: 0;
340
- border-style: solid;
341
- border-width: 1px;
342
- font-size: 11px !important;
343
- text-shadow: 0 1px 0 #fff;
344
- -webkit-border-radius: 4px;
345
- -moz-border-radius: 4px;
346
- border-radius: 4px;
347
- }
348
- #framework_wrap #content2 table {
349
- border: 0px solid #dfdfdf;
350
- width: 100%;
351
- text-align: left;
352
- border-spacing: 0;
353
- border-style: solid;
354
- border-width: 1px;
355
- font-size: 11px !important;
356
- text-shadow: 0 1px 0 #fff;
357
- -webkit-border-radius: 4px;
358
- -moz-border-radius: 4px;
359
- border-radius: 4px;
360
- }
361
-
362
- #framework_wrap #content .has-table table th {
363
- background: #f1f1f1;
364
- background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
365
- background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
366
- }
367
- tbody tr:hover {
368
- cursor: pointer;
369
- }
370
- tbody tr.inline-edit-option {
371
- }
372
- tbody tr.inline-edit-option td {
373
- background: #f1f1f1;
374
- border-top: 1px solid #fff;
375
- border-left: 1px solid #fff;
376
- border-right: 1px solid #fff;
377
- }
378
- tbody tr:hover.inline-edit-option {
379
- cursor: default;
380
- }
381
- #framework_wrap #content .has-table table #framework-settings .dragging {
382
- background: #666 url(../images/black_px.png) repeat-x 0 0;
383
- color: #fff;
384
- text-shadow: 0 1px 0 #000;
385
- }
386
- #framework_wrap #content .has-table table #framework-settings .dragging td {
387
- border-color: #000;
388
- }
389
- #framework_wrap #content .has-table table #framework-settings .dragging .col-edit {
390
- background: url(../images/icon_up_down.png) no-repeat 63px center;
391
- }
392
- #framework_wrap #content .has-table table #framework-settings .dragging a.edit-inline,
393
- #framework_wrap #content .has-table table #framework-settings .dragging a.delete-inline {
394
- display: none;
395
- }
396
- .col-title {
397
- padding-left: 10px !important;
398
- width: 200px;
399
- }
400
- .col-type {
401
- width: 60px;
402
- }
403
- .col-edit {
404
- width: 45px;
405
- padding-left: 40px !important;
406
- padding-right: 0px !important;
407
- }
408
- .has-table table tr:first-child {
409
- cursor: default;
410
- }
411
- .has-table table .col-heading {
412
- background: #eaf3fa;
413
- }
414
- .has-table table .col-heading td:first-child {
415
- font-weight: bold;
416
- background: transparent url(../images/icon_header.png) no-repeat 10px 11px;
417
- padding-left: 30px !important;
418
- }
419
- .has-table table thead th,
420
- .has-table table td {
421
- border-bottom: 1px solid #dfdfdf;
422
- }
423
- .has-table table tr,
424
- .has-table table td,
425
- .has-table table th {
426
- padding: 10px 10px;
427
- font-size: 11px !important;
428
- }
429
- .has-table table th {
430
- padding: 6px 10px;
431
- font-size: 11px !important;
432
- }
433
- .has-table table a {
434
- text-decoration: none;
435
- }
436
- /* Inline Edit */
437
- .inline-edit-option {
438
- display: none;
439
- }
440
- a.edit-inline,
441
- a.delete-inline,
442
- a.add-option {
443
- background: url(../images/icon_edit.png) no-repeat 0 0;
444
- display: block;
445
- height: 16px;
446
- width: 16px;
447
- text-indent: -9999px;
448
- float: left;
449
- margin-right: 5px;
450
- display: block;
451
- }
452
- a.delete-inline {
453
- background-image: url(../images/icon_delete.png);
454
- }
455
- a.add-option {
456
- background-image: url(../images/icon_add.png);
457
- margin-left: 21px;
458
- }
459
- a:hover.edit-inline {
460
- border-color: #666;
461
- }
462
- a:hover.delete-inline {
463
- border-color: #d54e45;
464
- }
465
- #framework_wrap #content .option {
466
- padding-bottom: 15px;
467
- }
468
- #framework_wrap #content .option .section {
469
- overflow: hidden;
470
- font-size: 11px;
471
- }
472
- #framework_wrap #content .option .section .element {
473
- float: left;
474
- margin: 0 15px 0 0;
475
- width: 345px;
476
- }
477
- #framework_wrap #content .option-checkbox .section .element {
478
- width: 25px;
479
- }
480
- #framework_wrap #content .option .section .description {
481
- color: #555;
482
- float: left;
483
- font-size: 11px;
484
- padding: 2px 10px 0 0;
485
- width: 370px;
486
- }
487
- div.desc-text p {
488
- color: #555;
489
- font-size: 11px !important;
490
- }
491
- #framework_wrap #content .inline-edit-option .option .section .description {
492
- width: 325px;
493
- padding-top: 0px;
494
- }
495
- #framework_wrap #content .option-checkbox .section .description {
496
- width: 540px;
497
- }
498
- #framework_wrap #content label {
499
-
500
- }
501
- .input_wrap {
502
- padding: 4px 10px 12px 0;
503
- float: left;
504
- width: 350px;
505
- }
506
- .option-checbox .input_wrap,
507
- .option-radio .input_wrap {
508
- padding: 4px 10px 4px 0;
509
- width: 325px;
510
- }
511
- .option-checbox .element {
512
- border: none;
513
- max-height: 260px;
514
- height: auto !important;
515
- height: expression( document.body.clientHeight > 260 ? "260px" : "auto" );
516
- overflow-y: auto;
517
- overflow-x: hidden;
518
- }
519
- .input_wrap input[type="checkbox"],
520
- .input_wrap input[type="radio"] {
521
- float: left;
522
- width: 20px;
523
- margin-top: 3px;
524
- vertical-align: bottom;
525
- }
526
- .input_wrap input[type="radio"] {
527
- margin-top: 4px;
528
- }
529
- .input_wrap label {
530
- float: left;
531
- width: 325px;
532
- }
533
- .option-checbox .input_wrap label,
534
- .option-radio .input_wrap label {
535
- width: 300px;
536
- }
537
- #framework_wrap #content label input {
538
- margin-right: 5px;
539
- display: block;
540
- float: left;
541
- }
542
- #framework_wrap #content input[type="text"],
543
- #framework_wrap #content select,
544
- #framework_wrap #content textarea {
545
- background: #fafafa;
546
- border-color: #ccc #eee #eee #ccc;
547
- border-style: solid;
548
- border-width: 1px;
549
- font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
550
- font-size: 12px;
551
- margin-bottom: 9px !important;
552
- padding: 5px;
553
- width: 344px;
554
- display: block;
555
- color: #888;
556
- resize: none;
557
- }
558
- #framework_wrap #content tbody tr.inline-edit-option td input[type="text"],
559
- #framework_wrap #content tbody tr.inline-edit-option td select,
560
- #framework_wrap #content tbody tr.inline-edit-option td textarea {
561
- background: #fff;
562
- }
563
- #framework_wrap #content input[type="text"].upload {
564
- width: 281px;
565
- float: left;
566
- }
567
- #framework_wrap #content input[type="text"].cp_input {
568
- width: 312px !important;
569
- float: left;
570
- }
571
- .cp_box {
572
- float: right;
573
- width: 25px;
574
- height: 25px;
575
- position: relative;
576
- top: 1px;
577
- border: 1px solid #ccc;
578
- border-color: #ccc #eee #eee #ccc;
579
- background: #fafafa;
580
- -webkit-border-radius: 4px;
581
- -moz-border-radius: 4px;
582
- border-radius: 4px;
583
- }
584
- .cp_box div {
585
- width: 13px;
586
- height: 13px;
587
- border: 1px solid #bbb;
588
- border-color: #eee #ccc #ccc #eee;
589
- background: #fafafa url(../images/empty.gif);
590
- position: absolute;
591
- left: 5px;
592
- top: 5px;
593
- box-shadow: 1px 1px 0px #ccc;
594
- -webkit-box-shadow: 1px 1px 0px #ccc;
595
- -moz-box-shadow: 1px 1px 0px #ccc;
596
- }
597
- #framework_wrap #content .element small {
598
- float: left;
599
- font-size: 9px;
600
- line-height: 9px;
601
- color: #999;
602
- position: relative;
603
- top: -5px;
604
- left: 2px;
605
- }
606
- .upload_button,
607
- .upload_file_button,
608
- .ob_button {
609
- float: right;
610
- padding: 5px;
611
- cursor: pointer;
612
- color: #444;
613
- text-shadow: 0 1px 0 #fff;
614
- background: #f3f3f3 url(../images/btn.png) repeat-x 0 0 !important;
615
- border: 1px solid #bbb;
616
- position: relative;
617
- right: -1px;
618
- height: 27px;
619
- }
620
- #framework_wrap #content select {
621
- height: 28px;
622
- padding: 4px 5px;
623
- }
624
- #framework_wrap #content input[type="text"]:focus,
625
- #framework_wrap #content select:focus,
626
- #framework_wrap #content textarea:focus,
627
- #framework_wrap #content input[type="text"]:hover,
628
- #framework_wrap #content select:hover,
629
- #framework_wrap #content textarea:hover {
630
- background: #fff;
631
- border-color: #bbb #eee #eee #bbb;
632
- color: #333;
633
- }
634
- #framework_wrap *:focus {
635
- outline: none;
636
- }
637
- #framework_wrap *::-moz-focus-inner {
638
- border: none;
639
- }
640
- .bottom_btn {
641
- float: left;
642
- width: 100%;
643
- padding-top: 15px;
644
- }
645
- #framework_wrap #content .select_wrapper {
646
- -moz-border-radius: 4px;
647
- -webkit-border-radius: 4px;
648
- border-radius: 4px;
649
- font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
650
- font-size: 12px;
651
- background: #fafafa url(../images/select.png) no-repeat right center;
652
- border-color: #ccc #eee #eee #ccc;
653
- border-style: solid;
654
- border-width: 1px;
655
- float: left;
656
- height: 26px;
657
- width: 344px;
658
- margin: 0;
659
- margin-bottom: 9px !important;
660
- width: 344px;
661
- display: block;
662
- color: #888;
663
- }
664
- #framework_wrap #content .option-type .select_wrapper {
665
- background-color: #fff;
666
- }
667
- #framework_wrap #content .select_wrapper.measurement {
668
- width: 65px;
669
- float: right;
670
- margin-top: 1px;
671
- }
672
- #framework_wrap #content input.measurement {
673
- width: 269px;
674
- float: left;
675
- padding-top: 6px;
676
- }
677
- #framework_wrap #content .select_wrapper:hover {
678
- background-color: #fff;
679
- border-color: #bbb #eee #eee #bbb;
680
- color: #333;
681
- }
682
- #framework_wrap #content select.select {
683
- cursor: pointer;
684
- height: 28px;
685
- margin: 0;
686
- -moz-opacity: 0;
687
- filter: alpha(opacity: 0);
688
- opacity: 0;
689
- padding: 0;
690
- position: relative;
691
- width: inherit;
692
- z-index: 4;
693
- }
694
- #framework_wrap #content .select_wrapper span {
695
- height: 26px;
696
- line-height: 26px;
697
- position: absolute;
698
- z-index: 2;
699
- padding-left: 6px;
700
- }
701
- /* Image Slider */
702
- .option-tree-slider {
703
- background: #eaf3fa;
704
- padding: 0px 10px;
705
- margin-bottom: 8px;
706
- text-shadow: 0 1px 0 #fff;
707
- position: relative;
708
- /* CSS3 */
709
- -webkit-border-radius: 4px;
710
- -moz-border-radius: 4px;
711
- border-radius: 4px;
712
- -moz-box-shadow: 1px 1px 0px #ccc;
713
- -webkit-box-shadow: 1px 1px 0px #ccc;
714
- box-shadow: 1px 1px 0px #ccc;
715
- }
716
- .option-tree-slider p {
717
- padding-bottom: 5px !important;
718
- margin-bottom: 0px !important;
719
- }
720
- #framework_wrap #content .option-option-tree-slider .section .element input[type="text"],
721
- #framework_wrap #content .option-option-tree-slider .section .element textarea {
722
- background: #fff;
723
- width: 323px;
724
- }
725
- .option-tree-slider-wrap .edit {
726
- position: absolute;
727
- height: 16px;
728
- width: 16px;
729
- display: block;
730
- text-indent: -9999px;
731
- background: url(../images/icon_edit.png);
732
- top: 6px;
733
- right: 27px;
734
- z-index: 10;
735
- }
736
- .option-tree-slider-wrap .edit.down {
737
- background: url(../images/icon_up.png) !important;
738
- }
739
- .option-tree-slider-wrap .trash {
740
- position: absolute;
741
- height: 16px;
742
- width: 16px;
743
- display: block;
744
- text-indent: -9999px;
745
- background: url(../images/icon_delete.png);
746
- top: 6px;
747
- right: 6px;
748
- z-index: 10;
749
- }
750
- .option-tree-slider-wrap .open {
751
- padding: 5px 0px;
752
- padding-right: 40px;
753
- display: block;
754
- font-size: 11px;
755
- }
756
- .option-tree-slider-wrap .option-tree-slider-body {
757
- display: ;
758
- }
759
- /* Docs */
760
- #framework_wrap #options_tabs.docs {
761
- font-size: 11px !important;
762
- color: #555;
763
- }
764
- #framework_wrap code {
765
- font-size: 10px;
766
- }
767
- #framework_wrap ul.doc_list {
768
- font-size: 11px !important;
769
- padding-bottom: 20px;
770
- }
771
- #framework_wrap .doc_list li {
772
- padding-bottom: 0px;
773
- line-height: 12px;
774
- list-style: disc;
775
- margin-left: 16px;
776
- }
777
- #framework_wrap code {
778
- background-color: #f1f1f1;
779
- color: #000;
780
- }
781
- #framework_wrap pre {
782
- font-size: 13px;
783
- padding: 0;
784
- margin: 0;
785
- line-height: 18px;
786
- overflow: auto;
787
- overflow-Y: hidden;
788
- padding-top: 18px;
789
- background: #f1f1f1;
790
- border-bottom: 1px solid #f1f1f1;
791
- margin-bottom: 20px;
792
- color: #000;
793
- white-space:pre-wrap;
794
- word-wrap:break-word;
795
- }
796
- #framework_wrap pre code {
797
- padding: 0 18px 18px 18px;
798
- display: block;
799
- background: url(../images/pre_bg.gif) repeat left top; /*--Background of lined paper--*/
800
- }
801
- /* Tabs */
802
- .options_tabs {
803
- display: none;
804
- }
805
- .ui-tabs {
806
- zoom: 1;
807
- background: url(../images/tabs_bg.png) repeat-y 0 0;
808
- }
809
- .ui-tabs .options_tabs {
810
- display: block;
811
- }
812
- .ui-tabs-panel .description {
813
- width: 225px !important;
814
- }
815
- .ui-tabs-panel .inline-edit-option .description {
816
- width: 200px !important;
817
- }
818
- .ui-tabs-panel h2 {
819
- display: none;
820
- }
821
- .ui-tabs .ui-tabs-nav {
822
- list-style: none;
823
- position: relative;
824
- float: left;
825
- width: 148px;
826
- word-wrap: break-word;
827
- }
828
- .ui-tabs .ui-tabs-nav li {
829
- position: relative;
830
- float: left;
831
- display: block;
832
- margin: 0;
833
- padding: 0;
834
- overflow: visible;
835
- }
836
- .ui-tabs .ui-tabs-nav li a {
837
- float: left;
838
- text-decoration: none;
839
- display: block;
840
- width: 127px;
841
- padding: 8px 10px;
842
- border-bottom: 1px solid #e3e3e3;
843
- color: #21759B;
844
- text-shadow: 0 1px 0 #fff;
845
- background-image: url(../images/white_px.png);
846
- background-repeat: repeat-x;
847
- background-position: 0 0;
848
- font-size: 11px;
849
- }
850
- .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
851
- .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
852
- background: #fff;
853
- color: #d54e45;
854
- width: 128px;
855
- }
856
- .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
857
- .ui-tabs .ui-tabs-nav li.ui-state-processing a {
858
- cursor: text;
859
- }
860
- .ui-tabs .ui-tabs-nav li a,
861
- .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
862
- cursor: pointer;
863
- }
864
- .ui-tabs .ui-tabs-nav li.ui-state-hover a {
865
- background-color: #eaf2fa;
866
- color: #555;
867
- }
868
- .ui-tabs .ui-tabs-panel {
869
- display: block;
870
- float: right;
871
- width: 595px;
872
- min-height: 400px;
873
- }
874
- .ui-tabs .ui-tabs-hide {
875
- display: none !important;
876
- }
877
- .options_tabs li.ui-tabs-selected span {
878
- position: absolute;
879
- left: -1px;
880
- top: 12px;
881
- height: 9px;
882
- width: 8px;
883
- background: url(../images/icon_arrow.png) no-repeat 0 0;
884
- }
885
-
886
-
887
-
888
- /* file input */
889
- div.file_wrap {
890
- position: relative;
891
- float: left;
892
- width: 345px;
893
- }
894
- div.fake_file {
895
- position: absolute;
896
- top: 0px;
897
- left: 0px;
898
- z-index: 1;
899
- }
900
- div.fake_file input.upload {
901
- margin-right: 3px;
902
- width: 279px !important;
903
- }
904
- input.file {
905
- background: none;
906
- position: relative;
907
- text-align: right;
908
- float: right;
909
- height: 28px;
910
- -moz-opacity: 0;
911
- filter: alpha(opacity: 0);
912
- opacity: 0;
913
- z-index: 2;
914
- }
915
-
916
- #register-profile-builder .validateStatus{
917
- position:relative;
918
- top:3px;
919
- }
920
- .wppb-serialnumber-descr{
921
- padding-left:100px;
922
- }
923
- #wppb_profile_builder_pro_serial{
924
- width:335px;
925
- }
926
-
927
- #plugin-layout input[type="submit"], #show-hide-admin-bar input[type="submit"], #default-fields input[type="submit"], #register-profile-builder input[type="submit"] {
928
- position:absolute;
929
- bottom:0;
930
- right:0;
931
- margin-bottom:-30px;
932
- margin-right:25px;
933
- }
934
-
935
- #secondColumn, #thirdColumn{
936
- width:25%;
937
- }
938
- .options_tabs{
939
- margin:0;
 
 
 
 
 
 
 
 
 
940
  }
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: 8px;
49
+ -webkit-border-top-right-radius: 8px;
50
+ -moz-border-radius-topleft: 8px;
51
+ -moz-border-radius-topright: 8px;
52
+ border-top-left-radius: 8px;
53
+ border-top-right-radius: 8px;
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_free.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
+ /* Content Inner */
260
+ #framework_wrap #content {
261
+ padding: 0;
262
+ width: 785px;
263
+ border-bottom: 1px solid #e3e3e3;
264
+ position: relative;
265
+ }
266
+ .screenshot {
267
+ float: right;
268
+ margin-left: 1px;
269
+ position: relative;
270
+ width: 344px;
271
+ }
272
+ .screenshot img {
273
+ max-width: 334px;
274
+ padding: 4px;
275
+ border: 1px solid #ccc;
276
+ background: #fafafa;
277
+ border-color: #ccc #eee #eee #ccc;
278
+ -webkit-border-radius: 4px;
279
+ -moz-border-radius: 4px;
280
+ border-radius: 4px;
281
+ float: right;
282
+ }
283
+ .screenshot a {
284
+ text-decoration: none;
285
+ padding-left: 20px;
286
+ }
287
+ .screenshot a.remove {
288
+ background: url(../images/icon_delete.png) no-repeat 0 0;
289
+ display: block;
290
+ height: 16px;
291
+ width: 16px;
292
+ position: absolute;
293
+ bottom: -4px;
294
+ right: -4px;
295
+ text-indent: -9999px;
296
+ float: left;
297
+ padding: 0;
298
+ border: none;
299
+ }
300
+ .screenshot .no_image a.remove {
301
+ left: 0;
302
+ top: 2px;
303
+ }
304
+ .option-upload .element {
305
+ padding-bottom: 5px;
306
+ }
307
+ #framework_wrap #content h2 {
308
+ margin-bottom: 10px;
309
+ border-bottom: 1px solid #e5e5e5;
310
+ }
311
+ #framework_wrap #content h3 {
312
+ border-bottom: 1px solid #eee;
313
+ margin: 0 0 15px 0;
314
+ padding-bottom: 10px;
315
+ clear: both;
316
+ font-size: 14px;
317
+ }
318
+ h3.text-title {
319
+ font: italic 20px/30px Georgia,"Times New Roman","Bitstream Charter",Times,serif !important;
320
+ }
321
+ #framework_wrap #content tbody tr.inline-edit-option td h3 {
322
+ border-bottom-color: #ddd;
323
+ }
324
+ #framework_wrap #content .block {
325
+ display: block;
326
+ overflow: hidden;
327
+ padding: 20px;
328
+ }
329
+ #framework_wrap #content p {
330
+ font-size: 11px;
331
+ color: #555;
332
+ padding-bottom: 20px;
333
+ margin: 0;
334
+ }
335
+ #framework_wrap #content table {
336
+ border: 1px solid #dfdfdf;
337
+ width: 100%;
338
+ text-align: left;
339
+ border-spacing: 0;
340
+ border-style: solid;
341
+ border-width: 1px;
342
+ font-size: 11px !important;
343
+ text-shadow: 0 1px 0 #fff;
344
+ -webkit-border-radius: 4px;
345
+ -moz-border-radius: 4px;
346
+ border-radius: 4px;
347
+ }
348
+ #framework_wrap #content2 table {
349
+ border: 0px solid #dfdfdf;
350
+ width: 100%;
351
+ text-align: left;
352
+ border-spacing: 0;
353
+ border-style: solid;
354
+ border-width: 1px;
355
+ font-size: 11px !important;
356
+ text-shadow: 0 1px 0 #fff;
357
+ -webkit-border-radius: 4px;
358
+ -moz-border-radius: 4px;
359
+ border-radius: 4px;
360
+ }
361
+
362
+ #framework_wrap #content .has-table table th {
363
+ background: #f1f1f1;
364
+ background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
365
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
366
+ }
367
+ tbody tr:hover {
368
+ cursor: pointer;
369
+ }
370
+ tbody tr.inline-edit-option {
371
+ }
372
+ tbody tr.inline-edit-option td {
373
+ background: #f1f1f1;
374
+ border-top: 1px solid #fff;
375
+ border-left: 1px solid #fff;
376
+ border-right: 1px solid #fff;
377
+ }
378
+ tbody tr:hover.inline-edit-option {
379
+ cursor: default;
380
+ }
381
+ #framework_wrap #content .has-table table #framework-settings .dragging {
382
+ background: #666 url(../images/black_px.png) repeat-x 0 0;
383
+ color: #fff;
384
+ text-shadow: 0 1px 0 #000;
385
+ }
386
+ #framework_wrap #content .has-table table #framework-settings .dragging td {
387
+ border-color: #000;
388
+ }
389
+ #framework_wrap #content .has-table table #framework-settings .dragging .col-edit {
390
+ background: url(../images/icon_up_down.png) no-repeat 63px center;
391
+ }
392
+ #framework_wrap #content .has-table table #framework-settings .dragging a.edit-inline,
393
+ #framework_wrap #content .has-table table #framework-settings .dragging a.delete-inline {
394
+ display: none;
395
+ }
396
+ .col-title {
397
+ padding-left: 10px !important;
398
+ width: 200px;
399
+ }
400
+ .col-type {
401
+ width: 60px;
402
+ }
403
+ .col-edit {
404
+ width: 45px;
405
+ padding-left: 40px !important;
406
+ padding-right: 0px !important;
407
+ }
408
+ .has-table table tr:first-child {
409
+ cursor: default;
410
+ }
411
+ .has-table table .col-heading {
412
+ background: #eaf3fa;
413
+ }
414
+ .has-table table .col-heading td:first-child {
415
+ font-weight: bold;
416
+ background: transparent url(../images/icon_header.png) no-repeat 10px 11px;
417
+ padding-left: 30px !important;
418
+ }
419
+ .has-table table thead th,
420
+ .has-table table td {
421
+ border-bottom: 1px solid #dfdfdf;
422
+ }
423
+ .has-table table tr,
424
+ .has-table table td,
425
+ .has-table table th {
426
+ padding: 10px 10px;
427
+ font-size: 11px !important;
428
+ }
429
+ .has-table table th {
430
+ padding: 6px 10px;
431
+ font-size: 11px !important;
432
+ }
433
+ .has-table table a {
434
+ text-decoration: none;
435
+ }
436
+ /* Inline Edit */
437
+ .inline-edit-option {
438
+ display: none;
439
+ }
440
+ a.edit-inline,
441
+ a.delete-inline,
442
+ a.add-option {
443
+ background: url(../images/icon_edit.png) no-repeat 0 0;
444
+ display: block;
445
+ height: 16px;
446
+ width: 16px;
447
+ text-indent: -9999px;
448
+ float: left;
449
+ margin-right: 5px;
450
+ display: block;
451
+ }
452
+ a.delete-inline {
453
+ background-image: url(../images/icon_delete.png);
454
+ }
455
+ a.add-option {
456
+ background-image: url(../images/icon_add.png);
457
+ margin-left: 21px;
458
+ }
459
+ a:hover.edit-inline {
460
+ border-color: #666;
461
+ }
462
+ a:hover.delete-inline {
463
+ border-color: #d54e45;
464
+ }
465
+ #framework_wrap #content .option {
466
+ padding-bottom: 15px;
467
+ }
468
+ #framework_wrap #content .option .section {
469
+ overflow: hidden;
470
+ font-size: 11px;
471
+ }
472
+ #framework_wrap #content .option .section .element {
473
+ float: left;
474
+ margin: 0 15px 0 0;
475
+ width: 345px;
476
+ }
477
+ #framework_wrap #content .option-checkbox .section .element {
478
+ width: 25px;
479
+ }
480
+ #framework_wrap #content .option .section .description {
481
+ color: #555;
482
+ float: left;
483
+ font-size: 11px;
484
+ padding: 2px 10px 0 0;
485
+ width: 370px;
486
+ }
487
+ div.desc-text p {
488
+ color: #555;
489
+ font-size: 11px !important;
490
+ }
491
+ #framework_wrap #content .inline-edit-option .option .section .description {
492
+ width: 325px;
493
+ padding-top: 0px;
494
+ }
495
+ #framework_wrap #content .option-checkbox .section .description {
496
+ width: 540px;
497
+ }
498
+ #framework_wrap #content label {
499
+
500
+ }
501
+ .input_wrap {
502
+ padding: 4px 10px 12px 0;
503
+ float: left;
504
+ width: 350px;
505
+ }
506
+ .option-checbox .input_wrap,
507
+ .option-radio .input_wrap {
508
+ padding: 4px 10px 4px 0;
509
+ width: 325px;
510
+ }
511
+ .option-checbox .element {
512
+ border: none;
513
+ max-height: 260px;
514
+ height: auto !important;
515
+ height: expression( document.body.clientHeight > 260 ? "260px" : "auto" );
516
+ overflow-y: auto;
517
+ overflow-x: hidden;
518
+ }
519
+ .input_wrap input[type="checkbox"],
520
+ .input_wrap input[type="radio"] {
521
+ float: left;
522
+ width: 20px;
523
+ margin-top: 3px;
524
+ vertical-align: bottom;
525
+ }
526
+ .input_wrap input[type="radio"] {
527
+ margin-top: 4px;
528
+ }
529
+ .input_wrap label {
530
+ float: left;
531
+ width: 325px;
532
+ }
533
+ .option-checbox .input_wrap label,
534
+ .option-radio .input_wrap label {
535
+ width: 300px;
536
+ }
537
+ #framework_wrap #content label input {
538
+ margin-right: 5px;
539
+ display: block;
540
+ float: left;
541
+ }
542
+ #framework_wrap #content input[type="text"],
543
+ #framework_wrap #content select,
544
+ #framework_wrap #content textarea {
545
+ background: #fafafa;
546
+ border-color: #ccc #eee #eee #ccc;
547
+ border-style: solid;
548
+ border-width: 1px;
549
+ font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
550
+ font-size: 12px;
551
+ margin-bottom: 9px !important;
552
+ padding: 5px;
553
+ width: 344px;
554
+ display: block;
555
+ color: #888;
556
+ resize: none;
557
+ }
558
+ #framework_wrap #content tbody tr.inline-edit-option td input[type="text"],
559
+ #framework_wrap #content tbody tr.inline-edit-option td select,
560
+ #framework_wrap #content tbody tr.inline-edit-option td textarea {
561
+ background: #fff;
562
+ }
563
+ #framework_wrap #content input[type="text"].upload {
564
+ width: 281px;
565
+ float: left;
566
+ }
567
+ #framework_wrap #content input[type="text"].cp_input {
568
+ width: 312px !important;
569
+ float: left;
570
+ }
571
+ .cp_box {
572
+ float: right;
573
+ width: 25px;
574
+ height: 25px;
575
+ position: relative;
576
+ top: 1px;
577
+ border: 1px solid #ccc;
578
+ border-color: #ccc #eee #eee #ccc;
579
+ background: #fafafa;
580
+ -webkit-border-radius: 4px;
581
+ -moz-border-radius: 4px;
582
+ border-radius: 4px;
583
+ }
584
+ .cp_box div {
585
+ width: 13px;
586
+ height: 13px;
587
+ border: 1px solid #bbb;
588
+ border-color: #eee #ccc #ccc #eee;
589
+ background: #fafafa url(../images/empty.gif);
590
+ position: absolute;
591
+ left: 5px;
592
+ top: 5px;
593
+ box-shadow: 1px 1px 0px #ccc;
594
+ -webkit-box-shadow: 1px 1px 0px #ccc;
595
+ -moz-box-shadow: 1px 1px 0px #ccc;
596
+ }
597
+ #framework_wrap #content .element small {
598
+ float: left;
599
+ font-size: 9px;
600
+ line-height: 9px;
601
+ color: #999;
602
+ position: relative;
603
+ top: -5px;
604
+ left: 2px;
605
+ }
606
+ .upload_button,
607
+ .upload_file_button,
608
+ .ob_button {
609
+ float: right;
610
+ padding: 5px;
611
+ cursor: pointer;
612
+ color: #444;
613
+ text-shadow: 0 1px 0 #fff;
614
+ background: #f3f3f3 url(../images/btn.png) repeat-x 0 0 !important;
615
+ border: 1px solid #bbb;
616
+ position: relative;
617
+ right: -1px;
618
+ height: 27px;
619
+ }
620
+ #framework_wrap #content select {
621
+ height: 28px;
622
+ padding: 4px 5px;
623
+ }
624
+ #framework_wrap #content input[type="text"]:focus,
625
+ #framework_wrap #content select:focus,
626
+ #framework_wrap #content textarea:focus,
627
+ #framework_wrap #content input[type="text"]:hover,
628
+ #framework_wrap #content select:hover,
629
+ #framework_wrap #content textarea:hover {
630
+ background: #fff;
631
+ border-color: #bbb #eee #eee #bbb;
632
+ color: #333;
633
+ }
634
+ #framework_wrap *:focus {
635
+ outline: none;
636
+ }
637
+ #framework_wrap *::-moz-focus-inner {
638
+ border: none;
639
+ }
640
+ .bottom_btn {
641
+ float: left;
642
+ width: 100%;
643
+ padding-top: 15px;
644
+ }
645
+ #framework_wrap #content .select_wrapper {
646
+ -moz-border-radius: 4px;
647
+ -webkit-border-radius: 4px;
648
+ border-radius: 4px;
649
+ font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
650
+ font-size: 12px;
651
+ background: #fafafa url(../images/select.png) no-repeat right center;
652
+ border-color: #ccc #eee #eee #ccc;
653
+ border-style: solid;
654
+ border-width: 1px;
655
+ float: left;
656
+ height: 26px;
657
+ width: 344px;
658
+ margin: 0;
659
+ margin-bottom: 9px !important;
660
+ width: 344px;
661
+ display: block;
662
+ color: #888;
663
+ }
664
+ #framework_wrap #content .option-type .select_wrapper {
665
+ background-color: #fff;
666
+ }
667
+ #framework_wrap #content .select_wrapper.measurement {
668
+ width: 65px;
669
+ float: right;
670
+ margin-top: 1px;
671
+ }
672
+ #framework_wrap #content input.measurement {
673
+ width: 269px;
674
+ float: left;
675
+ padding-top: 6px;
676
+ }
677
+ #framework_wrap #content .select_wrapper:hover {
678
+ background-color: #fff;
679
+ border-color: #bbb #eee #eee #bbb;
680
+ color: #333;
681
+ }
682
+ #framework_wrap #content select.select {
683
+ cursor: pointer;
684
+ height: 28px;
685
+ margin: 0;
686
+ -moz-opacity: 0;
687
+ filter: alpha(opacity: 0);
688
+ opacity: 0;
689
+ padding: 0;
690
+ position: relative;
691
+ width: inherit;
692
+ z-index: 4;
693
+ }
694
+ #framework_wrap #content .select_wrapper span {
695
+ height: 26px;
696
+ line-height: 26px;
697
+ position: absolute;
698
+ z-index: 2;
699
+ padding-left: 6px;
700
+ }
701
+ /* Image Slider */
702
+ .option-tree-slider {
703
+ background: #eaf3fa;
704
+ padding: 0px 10px;
705
+ margin-bottom: 8px;
706
+ text-shadow: 0 1px 0 #fff;
707
+ position: relative;
708
+ /* CSS3 */
709
+ -webkit-border-radius: 4px;
710
+ -moz-border-radius: 4px;
711
+ border-radius: 4px;
712
+ -moz-box-shadow: 1px 1px 0px #ccc;
713
+ -webkit-box-shadow: 1px 1px 0px #ccc;
714
+ box-shadow: 1px 1px 0px #ccc;
715
+ }
716
+ .option-tree-slider p {
717
+ padding-bottom: 5px !important;
718
+ margin-bottom: 0px !important;
719
+ }
720
+ #framework_wrap #content .option-option-tree-slider .section .element input[type="text"],
721
+ #framework_wrap #content .option-option-tree-slider .section .element textarea {
722
+ background: #fff;
723
+ width: 323px;
724
+ }
725
+ .option-tree-slider-wrap .edit {
726
+ position: absolute;
727
+ height: 16px;
728
+ width: 16px;
729
+ display: block;
730
+ text-indent: -9999px;
731
+ background: url(../images/icon_edit.png);
732
+ top: 6px;
733
+ right: 27px;
734
+ z-index: 10;
735
+ }
736
+ .option-tree-slider-wrap .edit.down {
737
+ background: url(../images/icon_up.png) !important;
738
+ }
739
+ .option-tree-slider-wrap .trash {
740
+ position: absolute;
741
+ height: 16px;
742
+ width: 16px;
743
+ display: block;
744
+ text-indent: -9999px;
745
+ background: url(../images/icon_delete.png);
746
+ top: 6px;
747
+ right: 6px;
748
+ z-index: 10;
749
+ }
750
+ .option-tree-slider-wrap .open {
751
+ padding: 5px 0px;
752
+ padding-right: 40px;
753
+ display: block;
754
+ font-size: 11px;
755
+ }
756
+ .option-tree-slider-wrap .option-tree-slider-body {
757
+ display: ;
758
+ }
759
+ /* Docs */
760
+ #framework_wrap #options_tabs.docs {
761
+ font-size: 11px !important;
762
+ color: #555;
763
+ }
764
+ #framework_wrap code {
765
+ font-size: 10px;
766
+ }
767
+ #framework_wrap ul.doc_list {
768
+ font-size: 11px !important;
769
+ padding-bottom: 20px;
770
+ }
771
+ #framework_wrap .doc_list li {
772
+ padding-bottom: 0px;
773
+ line-height: 12px;
774
+ list-style: disc;
775
+ margin-left: 16px;
776
+ }
777
+ #framework_wrap code {
778
+ background-color: #f1f1f1;
779
+ color: #000;
780
+ }
781
+ #framework_wrap pre {
782
+ font-size: 13px;
783
+ padding: 0;
784
+ margin: 0;
785
+ line-height: 18px;
786
+ overflow: auto;
787
+ overflow-Y: hidden;
788
+ padding-top: 18px;
789
+ background: #f1f1f1;
790
+ border-bottom: 1px solid #f1f1f1;
791
+ margin-bottom: 20px;
792
+ color: #000;
793
+ white-space:pre-wrap;
794
+ word-wrap:break-word;
795
+ }
796
+ #framework_wrap pre code {
797
+ padding: 0 18px 18px 18px;
798
+ display: block;
799
+ background: url(../images/pre_bg.gif) repeat left top; /*--Background of lined paper--*/
800
+ }
801
+ /* Tabs */
802
+ .options_tabs {
803
+ display: none;
804
+ }
805
+ .ui-tabs {
806
+ zoom: 1;
807
+ background: url(../images/tabs_bg.png) repeat-y 0 0;
808
+ }
809
+ .ui-tabs .options_tabs {
810
+ display: block;
811
+ }
812
+ .ui-tabs-panel .description {
813
+ width: 225px !important;
814
+ }
815
+ .ui-tabs-panel .inline-edit-option .description {
816
+ width: 200px !important;
817
+ }
818
+ .ui-tabs-panel h2 {
819
+ display: none;
820
+ }
821
+ .ui-tabs .ui-tabs-nav {
822
+ list-style: none;
823
+ position: relative;
824
+ float: left;
825
+ width: 148px;
826
+ word-wrap: break-word;
827
+ }
828
+ .ui-tabs .ui-tabs-nav li {
829
+ position: relative;
830
+ float: left;
831
+ display: block;
832
+ margin: 0;
833
+ padding: 0;
834
+ overflow: visible;
835
+ }
836
+ .ui-tabs .ui-tabs-nav li a {
837
+ float: left;
838
+ text-decoration: none;
839
+ display: block;
840
+ width: 127px;
841
+ padding: 8px 10px;
842
+ border-bottom: 1px solid #e3e3e3;
843
+ color: #21759B;
844
+ text-shadow: 0 1px 0 #fff;
845
+ background-image: url(../images/white_px.png);
846
+ background-repeat: repeat-x;
847
+ background-position: 0 0;
848
+ font-size: 11px;
849
+ }
850
+ .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
851
+ .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
852
+ background: #fff;
853
+ color: #d54e45;
854
+ width: 128px;
855
+ }
856
+ .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
857
+ .ui-tabs .ui-tabs-nav li.ui-state-processing a {
858
+ cursor: text;
859
+ }
860
+ .ui-tabs .ui-tabs-nav li a,
861
+ .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
862
+ cursor: pointer;
863
+ }
864
+ .ui-tabs .ui-tabs-nav li.ui-state-hover a {
865
+ background-color: #eaf2fa;
866
+ color: #555;
867
+ }
868
+ .ui-tabs .ui-tabs-panel {
869
+ display: block;
870
+ float: right;
871
+ width: 595px;
872
+ min-height: 400px;
873
+ }
874
+ .ui-tabs .ui-tabs-hide {
875
+ display: none !important;
876
+ }
877
+ .options_tabs li.ui-tabs-selected span {
878
+ position: absolute;
879
+ left: -1px;
880
+ top: 12px;
881
+ height: 9px;
882
+ width: 8px;
883
+ background: url(../images/icon_arrow.png) no-repeat 0 0;
884
+ }
885
+
886
+
887
+
888
+ /* file input */
889
+ div.file_wrap {
890
+ position: relative;
891
+ float: left;
892
+ width: 345px;
893
+ }
894
+ div.fake_file {
895
+ position: absolute;
896
+ top: 0px;
897
+ left: 0px;
898
+ z-index: 1;
899
+ }
900
+ div.fake_file input.upload {
901
+ margin-right: 3px;
902
+ width: 279px !important;
903
+ }
904
+ input.file {
905
+ background: none;
906
+ position: relative;
907
+ text-align: right;
908
+ float: right;
909
+ height: 28px;
910
+ -moz-opacity: 0;
911
+ filter: alpha(opacity: 0);
912
+ opacity: 0;
913
+ z-index: 2;
914
+ }
915
+
916
+ #register-profile-builder .validateStatus{
917
+
918
+ }
919
+ .wppb-serialnumber-descr{
920
+ padding-left:100px;
921
+ }
922
+ #wppb_profile_builder_pro_serial{
923
+ width:335px;
924
+ }
925
+
926
+ #plugin-layout input[type="submit"], #show-hide-admin-bar input[type="submit"], #default-fields input[type="submit"], #register-profile-builder input[type="submit"] {
927
+ position:absolute;
928
+ bottom:0;
929
+ right:0;
930
+ margin-bottom:-30px;
931
+ margin-right:25px;
932
+ }
933
+
934
+ #secondColumn, #thirdColumn{
935
+ width:25%;
936
+ }
937
+
938
+ #framework_wrap #content .wppb_default_style {
939
+ display: inline-block !important;
940
+ left: 18px;
941
+ margin-bottom: 0 !important;
942
+ position: relative;
943
+ vertical-align: middle;
944
+ width: 100px;
945
+ }
946
+ #framework_wrap #content select {
947
+ height: 28px;
948
+ padding: 4px 5px;
949
  }
assets/js/jquery.extra.fields.js CHANGED
@@ -1,707 +1,707 @@
1
-
2
- /**
3
- *
4
- * Delay
5
- *
6
- * Creates a way to delay events
7
- * Dependencies: jQuery
8
- *
9
- */
10
-
11
- /*
12
- Original Plugin Name: OptionTree
13
- Original Plugin URI: http://wp.envato.com
14
- Original Author: Derek Herman
15
- Original Author URI: http://valendesigns.com
16
- */
17
-
18
- (function ($) {
19
- $.fn.delay = function(time,func){
20
- return this.each(function(){
21
- setTimeout(func,time);
22
- });
23
- };
24
- })(jQuery);
25
-
26
- /**
27
- *
28
- * Center AJAX
29
- *
30
- * Creates a way to center the AJAX message
31
- * Dependencies: jQuery
32
- *
33
- */
34
- (function ($) {
35
- $.fn.ajaxMessage = function(html){
36
- if (html) {
37
- return $(this).animate({"top":( $(window).height() - $(this).height() ) / 2 - 200 + $(window).scrollTop() + "px"},100).fadeIn('fast').html(html).delay(3000, function(){$('.ajax-message').fadeOut()});
38
- } else {
39
- return $(this).animate({"top":( $(window).height() - $(this).height() ) / 2 - 200 + $(window).scrollTop() + "px"},100).fadeIn('fast').delay(3000, function(){$('.ajax-message').fadeOut()});
40
- }
41
- };
42
- })(jQuery);
43
-
44
- /**
45
- *
46
- * Style File
47
- *
48
- * Creates a way to cover file input with a better styled version
49
- * Dependencies: jQuery
50
- *
51
- */
52
- (function ($) {
53
- styleFile = {
54
- init: function () {
55
- $('input.file').each(function(){
56
- var uploadbutton = '<input class="upload_file_button" type="button" value="Upload" />';
57
- $(this).wrap('<div class="file_wrap" />');
58
- $(this).addClass('file').css('opacity', 0); //set to invisible
59
- $(this).parent().append($('<div class="fake_file" />').append($('<input type="text" class="upload" />').attr('id',$(this).attr('id')+'_file')).append(uploadbutton));
60
-
61
- $(this).bind('change', function() {
62
- $('#'+$(this).attr('id')+'_file').val($(this).val());;
63
- });
64
- $(this).bind('mouseout', function() {
65
- $('#'+$(this).attr('id')+'_file').val($(this).val());;
66
- });
67
- });
68
- }
69
- };
70
- $(document).ready(function () {
71
- styleFile.init()
72
- })
73
- })(jQuery);
74
-
75
- /**
76
- *
77
- * Style Select
78
- *
79
- * Replace Select text
80
- * Dependencies: jQuery
81
- *
82
- */
83
- (function ($) {
84
- styleSelect = {
85
- init: function () {
86
- $('.select_wrapper').each(function () {
87
- $(this).prepend('<span>' + $(this).find('.select option:selected').text() + '</span>');
88
- });
89
- $('.select').live('change', function () {
90
- $(this).prev('span').replaceWith('<span>' + $(this).find('option:selected').text() + '</span>');
91
- });
92
- $('.select').bind($.browser.msie ? 'click' : 'change', function(event) {
93
- $(this).prev('span').replaceWith('<span>' + $(this).find('option:selected').text() + '</span>');
94
- });
95
- }
96
- };
97
- $(document).ready(function () {
98
- styleSelect.init()
99
- })
100
- })(jQuery);
101
-
102
- /**
103
- *
104
- * Activate Tabs
105
- *
106
- * Tab style UI toggle
107
- * Dependencies: jQuery, jQuery UI Core, jQuery UI Tabs
108
- *
109
- */
110
- (function ($) {
111
- activateTabs = {
112
- init: function () {
113
- // Activate
114
- $("#options_tabs").tabs();
115
- // Append Toggle Button
116
- $('.top-info').append('<a href="" class="toggle_tabs">Tabs</a>');
117
- // Toggle Tabs
118
- $('.toggle_tabs').toggle(function() {
119
- $("#options_tabs").tabs('destroy');
120
- $(this).addClass('off');
121
- }, function() {
122
- $("#options_tabs").tabs();
123
- $(this).removeClass('off');
124
- });
125
- }
126
- };
127
- $(document).ready(function () {
128
- activateTabs.init()
129
- })
130
- })(jQuery);
131
-
132
- /**
133
- *
134
- * Upload Option
135
- *
136
- * Allows window.send_to_editor to function properly using a private post_id
137
- * Dependencies: jQuery, Media Upload, Thickbox
138
- *
139
- */
140
- (function ($) {
141
- uploadOption = {
142
- init: function () {
143
- var formfield,
144
- formID,
145
- btnContent = true;
146
- // On Click
147
- $('.upload_button').live("click", function () {
148
- formfield = $(this).prev('input').attr('name');
149
- formID = $(this).attr('rel');
150
- tb_show('', 'media-upload.php?post_id='+formID+'&type=image&amp;TB_iframe=1');
151
- return false;
152
- });
153
-
154
- window.original_send_to_editor = window.send_to_editor;
155
- window.send_to_editor = function(html) {
156
- if (formfield) {
157
- itemurl = $(html).attr('href');
158
- var image = /(^.*\.jpg|jpeg|png|gif|ico*)/gi;
159
- var document = /(^.*\.pdf|doc|docx|ppt|pptx|odt*)/gi;
160
- var audio = /(^.*\.mp3|m4a|ogg|wav*)/gi;
161
- var video = /(^.*\.mp4|m4v|mov|wmv|avi|mpg|ogv|3gp|3g2*)/gi;
162
- if (itemurl.match(image)) {
163
- btnContent = '<img src="'+itemurl+'" alt="" /><a href="" class="remove">Remove Image</a>';
164
- } else {
165
- btnContent = '<div class="no_image">'+html+'<a href="" class="remove">Remove</a></div>';
166
- }
167
- $('#' + formfield).val(itemurl);
168
- $('#' + formfield).next().next('div').slideDown().html(btnContent);
169
- tb_remove();
170
- } else {
171
- window.original_send_to_editor(html);
172
- }
173
- }
174
- }
175
- };
176
- $(document).ready(function () {
177
- uploadOption.init()
178
- })
179
- })(jQuery);
180
-
181
- /**
182
- *
183
- * Inline Edit Options
184
- *
185
- * Creates & Updates Options via Ajax
186
- * Dependencies: jQuery
187
- *
188
- */
189
- (function ($) {
190
- inlineEditOption = {
191
- init: function () {
192
- var c = this,
193
- d = $("tr.inline-edit-option");
194
- $('.save-options', '#the-theme-options').live("click", function () {
195
- inlineEditOption.save_options(this);
196
- return false;
197
- });
198
- $("a.edit-inline").live("click", function (event) {
199
- if ($("a.edit-inline").hasClass('disable')) {
200
- event.preventDefault();
201
- return false;
202
- } else {
203
- inlineEditOption.edit(this);
204
- return false;
205
- }
206
- });
207
- $("a.save").live("click", function () {
208
- if ($("a.save").hasClass('add-save')) {
209
- inlineEditOption.addSave(this);
210
- return false;
211
- } else {
212
- inlineEditOption.editSave(this);
213
- return false;
214
- }
215
- });
216
- $("a.cancel").live("click", function () {
217
- if ($("a.cancel").hasClass('undo-add')) {
218
- inlineEditOption.undoAdd();
219
- return false;
220
- } else {
221
- inlineEditOption.revert();
222
- return false;
223
- }
224
- });
225
- $("a.add-option").live("click", function (event) {
226
- if ($(this).hasClass('disable')) {
227
- event.preventDefault();
228
- return false;
229
- } else {
230
- $.post(
231
- ajaxurl,
232
- { action:'profile_builder_next_id', _ajax_nonce: $("#_ajax_nonce").val() },
233
- function (response) {
234
- c = parseInt(response) + 1;
235
- inlineEditOption.add(c);
236
- }
237
- );
238
- return false;
239
- }
240
- });
241
- $('.delete-inline').live("click", function (event) {
242
- if ($("a.delete-inline").hasClass('disable')) {
243
- event.preventDefault();
244
- return false;
245
- } else {
246
- var agree = confirm("Are you sure you want to delete this input?");
247
- if (agree) {
248
- inlineEditOption.remove(this);
249
- return false;
250
- } else {
251
- return false;
252
- }
253
- }
254
- });
255
- // Fade out message div
256
- if ($('.ajax-message').hasClass('show')) {
257
- $('.ajax-message').ajaxMessage();
258
- }
259
- // Remove Uploaded Image
260
- $('.remove').live('click', function(event) {
261
- $(this).hide();
262
- $(this).parents().prev().prev('.upload').attr('value', '');
263
- $(this).parents('.screenshot').slideUp();
264
- });
265
- },
266
- save_options: function (e) {
267
- var d = {
268
- action: "profile_builder_array_save"
269
- };
270
- b = $(':input', '#the-theme-options').serialize();
271
- d = b + "&" + $.param(d);
272
- $.post(ajaxurl, d, function (r) {
273
- if (r != -1) {
274
- $('.ajax-message').ajaxMessage('<div class="message"><span>&nbsp;</span>Theme Options were saved</div>');
275
- $(".option-tree-slider-body").hide();
276
- $('.option-tree-slider .edit').removeClass('down');
277
- } else {
278
- $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>Theme Options could not be saved</div>');
279
- }
280
- });
281
- return false;
282
- },
283
- remove: function (b) {
284
- var c = true;
285
-
286
- // Set ID
287
- c = $(b).parents("tr:first").attr('id');
288
- c = c.substr(c.lastIndexOf("-") + 1);
289
-
290
- d = {
291
- action: "profile_builder_delete",
292
- id: c,
293
- _ajax_nonce: $("#_ajax_nonce").val()
294
- };
295
- $.post(ajaxurl, d, function (r) {
296
- if (r) {
297
- if (r == 'removed') {
298
- $("#option-" + c).remove();
299
- $('.ajax-message').ajaxMessage('<div class="message"><span>&nbsp;</span>Input deleted.</div>');
300
- } else {
301
- $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>'+r+'</div>');
302
- }
303
- } else {
304
- $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>'+r+'</div>');
305
- }
306
- });
307
- return false;
308
- },
309
- add: function (c) {
310
- var e = this,
311
- addRow, editRow = true, temp_select;
312
- e.revert();
313
-
314
- // Clone the blank main row
315
- addRow = $('#inline-add').clone(true);
316
- addRow = $(addRow).attr('id', 'option-'+c);
317
-
318
- // Clone the blank edit row
319
- editRow = $('#inline-edit').clone(true);
320
-
321
- $('a.cancel', editRow).addClass('undo-add');
322
- $('a.save', editRow).addClass('add-save');
323
- $('a.edit-inline').addClass('disable');
324
- $('a.delete-inline').addClass('disable');
325
- $('a.add-option').addClass('disable');
326
-
327
- // Set Colspan to 5
328
- $('td', editRow).attr('colspan', 5);
329
-
330
- // Add Row
331
- $("#framework-settings tr:last").after(addRow);
332
-
333
- // Add Row and hide
334
- $(addRow).hide().after(editRow);
335
-
336
- $('.item-data', addRow).attr('id', 'inline_'+c);
337
-
338
- // Show The Editor
339
- $(editRow).attr('id', 'edit-'+c).addClass('inline-editor').show();
340
-
341
- $('.item_title', '#edit-'+c).focus();
342
-
343
- $('.select').each(function () {
344
- temp_select = $(this).prev('span').text();
345
- if (temp_select == 'Heading') {
346
- $('.option-desc', '#edit-'+c).hide();
347
- $('.option-options', '#edit-'+c).hide();
348
- }
349
- });
350
-
351
- $('.select').live('change', function () {
352
- temp_select = $(this).prev('span').text();
353
- if (temp_select == 'Heading') {
354
- $('.option-desc', '#edit-'+c).hide();
355
- $('.option-options', '#edit-'+c).hide();
356
- } else if (
357
- temp_select == 'Checkbox' ||
358
- temp_select == 'Radio' ||
359
- temp_select == 'Select'
360
- ) {
361
- $('.alternative').hide();
362
- $('.regular').show();
363
- $('.option-desc', '#edit-'+c).show();
364
- $('.option-options', '#edit-'+c).show();
365
- /* avatar */
366
- }else if (temp_select == 'Avatar'){
367
- $('.regular').hide();
368
- $('.alternative').show().html('<strong>Avatar Size:</strong> Enter a pair of values (between 20 and 200), separated (only) by a comma in the following format: width,height. If you only specify one number, the avatar will be square.');
369
- $('.option-desc', editRow).show();
370
- $('.option-options', editRow).show();
371
- /* end avatar */
372
- } else {
373
- if (temp_select == 'Textarea') {
374
- $('.regular').hide();
375
- $('.alternative').show().html('<strong>Row Count:</strong> Enter a numeric value for the number of rows in your textarea.');
376
- $('.option-desc', '#edit-'+c).show();
377
- $('.option-options', '#edit-'+c).show();
378
- } else if (
379
- temp_select == 'Custom Post' ||
380
- temp_select == 'Custom Posts'
381
- ) {
382
- $('.regular').hide();
383
- $('.alternative').show().html('<strong>Post Type:</strong> Enter your custom post_type.');
384
- $('.option-desc', '#edit-'+c).show();
385
- $('.option-options', '#edit-'+c).show();
386
- } else {
387
- $('.option-desc', '#edit-'+c).show();
388
- $('.option-options', '#edit-'+c).hide();
389
- }
390
- }
391
- });
392
-
393
- // Scroll
394
- $('html, body').animate({ scrollTop: 2000 }, 500);
395
-
396
- return false;
397
- },
398
- undoAdd: function (b) {
399
- var e = this,
400
- c = true;
401
- e.revert();
402
- c = $("#framework-settings tr:last").attr('id');
403
- c = c.substr(c.lastIndexOf("-") + 1);
404
-
405
- $("a.edit-inline").removeClass('disable');
406
- $("a.delete-inline").removeClass('disable');
407
- $("a.add-option").removeClass('disable');
408
- $("#option-" + c).remove();
409
-
410
- return false;
411
- },
412
- addSave: function (e) {
413
- var d, b, c, f, g, itemId;
414
- e = $("tr.inline-editor").attr("id");
415
- e = e.substr(e.lastIndexOf("-") + 1);
416
- f = $("#edit-" + e);
417
- g = $("#inline_" + e);
418
- itemId = $.trim($("input.item_id", f).val().toLowerCase()).replace(/(\s+)/g,'_');
419
- if (!itemId) {
420
- itemId = $.trim($("input.item_title", f).val().toLowerCase()).replace(/(\s+)/g,'_');
421
- }
422
- d = {
423
- action: "profile_builder_add",
424
- id: e,
425
- item_id: itemId,
426
- item_title: $("input.item_title", f).val(),
427
- item_desc: $("textarea.item_desc", f).val(),
428
- item_type: $("select.item_type", f).val(),
429
- item_options: $("input.item_options", f).val()
430
- };
431
- b = $("#edit-" + e + " :input").serialize();
432
- d = b + "&" + $.param(d);
433
- $.post(ajaxurl, d, function (r) {
434
- if (r) {
435
- if (r == 'updated') {
436
- inlineEditOption.afterSave(e);
437
- $("#edit-" + e).remove();
438
- $("#option-" + e).show();
439
- $('.ajax-message').ajaxMessage('<div class="message"><span>&nbsp;</span>Input added.</div>');
440
- $('#framework-settings').tableDnD({
441
- onDragClass: "dragging",
442
- onDrop: function(table, row) {
443
- d = {
444
- action: "profile_builder_sort",
445
- id: $.tableDnD.serialize(),
446
- _ajax_nonce: $("#_ajax_nonce").val()
447
- };
448
- $.post(ajaxurl, d, function (response) {
449
-
450
- }, "html");
451
- }
452
- });
453
- } else {
454
- $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>'+r+'</div>');
455
- }
456
- } else {
457
- $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>'+r+'</div>');
458
- }
459
- });
460
-
461
- return false;
462
- },
463
- edit: function (b) {
464
- var e = this,
465
- c, editRow, rowData, item_title, item_id, item_type, item_desc, item_options = true, temp_select;
466
- e.revert();
467
-
468
- c = $(b).parents("tr:first").attr('id');
469
- c = c.substr(c.lastIndexOf("-") + 1);
470
-
471
- // Clone the blank row
472
- editRow = $('#inline-edit').clone(true);
473
- $('td', editRow).attr('colspan', 5);
474
- $("#option-" + c).hide().after(editRow);
475
-
476
- // First Option Settings
477
- if ("#option-" + c == '#option-1') {
478
- $('.option').hide();
479
- $('.option-title').show().css({"paddingBottom":"1px"});
480
- $('.description', editRow).html('First item must be a heading.');
481
- }
482
-
483
- // Populate the option data
484
- rowData = $('#inline_' + c);
485
-
486
- // Item Title
487
- item_title = $('.item_title', rowData).text();
488
- $('.item_title', editRow).attr('value', item_title);
489
-
490
- // Item ID
491
- item_id = $('.item_id', rowData).text();
492
- $('.item_id', editRow).attr('value', item_id);
493
-
494
- // Item Type
495
- item_type = $('.item_type', rowData).text();
496
- $('select[name=item_type] option[value='+item_type+']', editRow).attr('selected', true);
497
- var temp_item_type = $('select[name=item_type] option[value='+item_type+']', editRow).text();
498
- $('.select_wrapper span', editRow).text(temp_item_type);
499
-
500
- // Item Description
501
- item_desc = $('.item_desc', rowData).text();
502
- $('.item_desc', editRow).attr('value', item_desc);
503
-
504
- // Avatar size
505
- item_avatar = $('.item_avatar', rowData).text();
506
- $('.item_avatar', editRow).attr('value', item_avatar);
507
-
508
- // Item Options
509
- item_options = $('.item_options', rowData).text();
510
- $('.item_options', editRow).attr('value', item_options);
511
-
512
-
513
- $('.select', editRow).each(function () {
514
- temp_select = $(this).prev('span').text();
515
- if (temp_select == 'Heading') {
516
- $('.option-desc', editRow).hide();
517
- $('.option-options', editRow).hide();
518
- } else if (
519
- temp_select == 'Checkbox' ||
520
- temp_select == 'Radio' ||
521
- temp_select == 'Select'
522
- ) {
523
- $('.option-desc', editRow).show();
524
- $('.option-options', editRow).show();
525
- /*avatar */
526
- } else if (temp_select == 'Avatar'){
527
- $('.regular').hide();
528
- $('.alternative').show().html('<strong>Avatar Size:</strong> Enter a pair of values (between 20 and 200), separated (only) by a comma in the following format: width,height. If you only specify one number, the avatar will be square.');
529
- $('.option-desc', editRow).show();
530
- $('.option-options', editRow).show();
531
- /* end avatar */
532
- } else {
533
- if (temp_select == 'Textarea') {
534
- $('.regular').hide();
535
- $('.alternative').show().html('<strong>Row Count:</strong> Enter a numeric value for the number of rows in your textarea.');
536
- $('.option-desc', editRow).show();
537
- $('.option-options', editRow).show();
538
- } else if (
539
- temp_select == 'Custom Post' ||
540
- temp_select == 'Custom Posts'
541
- ) {
542
- $('.regular').hide();
543
- $('.alternative').show().html('<strong>Post Type:</strong> Enter your custom post_type.');
544
- $('.option-desc', editRow).show();
545
- $('.option-options', editRow).show();
546
- } else {
547
- $('.option-desc', editRow).show();
548
- $('.option-options', editRow).hide();
549
- }
550
- }
551
- });
552
-
553
- $('.select').live('change', function () {
554
- temp_select = $(this).prev('span').text();
555
- if (temp_select == 'Heading') {
556
- $('.option-desc', editRow).hide();
557
- $('.option-options', editRow).hide();
558
- } else if (
559
- temp_select == 'Checkbox' ||
560
- temp_select == 'Radio' ||
561
- temp_select == 'Select'
562
- ) {
563
- $('.alternative').hide();
564
- $('.regular').show();
565
- $('.option-desc', editRow).show();
566
- $('.option-options', editRow).show();
567
- /*avatar */
568
- } else if (temp_select == 'Avatar'){
569
- $('.regular').hide();
570
- $('.alternative').show().html('<strong>Avatar Size:</strong> Enter a pair of values (between 20 and 200), separated (only) by a comma in the following format: width,height. If you only specify one number, the avatar will be square.');
571
- $('.option-desc', editRow).show();
572
- $('.option-options', editRow).show();
573
- /* end avatar */
574
- } else {
575
- if (temp_select == 'Textarea') {
576
- $('.regular').hide();
577
- $('.alternative').show().html('<strong>Row Count:</strong> Enter a numeric value for the number of rows in your textarea.');
578
- $('.option-desc', editRow).show();
579
- $('.option-options', editRow).show();
580
- } else if (
581
- temp_select == 'Custom Post' ||
582
- temp_select == 'Custom Posts'
583
- ) {
584
- $('.regular').hide();
585
- $('.alternative').show().html('<strong>Post Type:</strong> Enter your custom post_type.');
586
- $('.option-desc', editRow).show();
587
- $('.option-options', editRow).show();
588
- } else {
589
- $('.option-desc', editRow).show();
590
- $('.option-options', editRow).hide();
591
- }
592
- }
593
- });
594
-
595
- // Show The Editor
596
- $(editRow).attr('id', 'edit-'+c).addClass('inline-editor').show();
597
-
598
- // Scroll
599
- var target = $('#edit-'+c);
600
- if (c > 1) {
601
- var top = target.offset().top;
602
- $('html,body').animate({scrollTop: top}, 500);
603
- return false;
604
- }
605
-
606
- return false;
607
- },
608
- editSave: function (e) {
609
- var d, b, c, f, g, itemId;
610
- e = $("tr.inline-editor").attr("id");
611
- e = e.substr(e.lastIndexOf("-") + 1);
612
- f = $("#edit-" + e);
613
- g = $("#inline_" + e);
614
- itemId = $.trim($("input.item_id", f).val().toLowerCase()).replace(/(\s+)/g,'_');
615
- if (!itemId) {
616
- itemId = $.trim($("input.item_title", f).val().toLowerCase()).replace(/(\s+)/g,'_');
617
- }
618
- d = {
619
- action: "profile_builder_edit",
620
- id: e,
621
- item_id: itemId,
622
- item_title: $("input.item_title", f).val(),
623
- item_desc: $("textarea.item_desc", f).val(),
624
- item_type: $("select.item_type", f).val(),
625
- item_options: $("input.item_options", f).val()
626
- };
627
- b = $("#edit-" + e + " :input").serialize();
628
- d = b + "&" + $.param(d);
629
- $.post(ajaxurl, d, function (r) {
630
- if (r) {
631
- if (r == 'updated') {
632
- inlineEditOption.afterSave(e);
633
- $("#edit-" + e).remove();
634
- $("#option-" + e).show();
635
- $('.ajax-message').ajaxMessage('<div class="message"><span>&nbsp;</span>Option Saved.</div>');
636
- } else {
637
- $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>'+r+'</div>');
638
- }
639
- } else {
640
- $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>'+r+'</div>');
641
- }
642
- });
643
- return false;
644
- },
645
- afterSave: function (e) {
646
- var x, y, z,
647
- n, m, o, p, q, r = true;
648
- x = $("#edit-" + e);
649
- y = $("#option-" + e);
650
- z = $("#inline_" + e);
651
- $('.option').show();
652
- $('a.cancel', x).removeClass('undo-add');
653
- $('a.save', x).removeClass('add-save');
654
- $("a.add-option").removeClass('disable');
655
- $('a.edit-inline').removeClass('disable');
656
- $('a.delete-inline').removeClass('disable');
657
- if (n = $("input.item_title", x).val()) {
658
- if ($("select.item_type", x).val() != 'heading') {
659
- $(y).removeClass('col-heading');
660
- $('.col-title', y).attr('colspan', 1);
661
- $(".col-key", y).show();
662
- $(".col-type", y).show();
663
- $(".col-title", y).text('- ' + n);
664
- } else {
665
- $(y).addClass('col-heading');
666
- $('.col-title', y).attr('colspan', 3);
667
- $(".col-key", y).hide();
668
- $(".col-type", y).hide();
669
- $(".col-title", y).text(n);
670
- }
671
- $(".item_title", z).text(n);
672
- }
673
- if (m = $.trim($("input.item_id", x).val().toLowerCase()).replace(/(\s+)/g,'_')) {
674
- $(".col-key", y).text(m);
675
- $(".item_id", z).text(m);
676
- } else {
677
- m = $.trim($("input.item_title", x).val().toLowerCase()).replace(/(\s+)/g,'_');
678
- $(".col-key", y).text(m);
679
- $(".item_id", z).text(m);
680
- }
681
- if (o = $("select.item_type option:selected", x).val()) {
682
- $(".col-type", y).text(o);
683
- $(".item_type", z).text(o);
684
- }
685
- if (p = $("textarea.item_desc", x).val()) {
686
- $(".item_desc", z).text(p);
687
- }
688
- if (r = $("input.item_options", x).val()) {
689
- $(".item_options", z).text(r);
690
- }
691
- },
692
- revert: function () {
693
- var b,
694
- n, m, o, p, q, r = true;
695
- if (b = $(".inline-editor").attr("id")) {
696
- $('#'+ b).remove();
697
- b = b.substr(b.lastIndexOf("-") + 1);
698
- $('.option').show();
699
- $("#option-" + b).show();
700
- }
701
- return false;
702
- }
703
- };
704
- $(document).ready(function () {
705
- inlineEditOption.init();
706
- })
707
  })(jQuery);
1
+
2
+ /**
3
+ *
4
+ * Delay
5
+ *
6
+ * Creates a way to delay events
7
+ * Dependencies: jQuery
8
+ *
9
+ */
10
+
11
+ /*
12
+ Original Plugin Name: OptionTree
13
+ Original Plugin URI: http://wp.envato.com
14
+ Original Author: Derek Herman
15
+ Original Author URI: http://valendesigns.com
16
+ */
17
+
18
+ (function ($) {
19
+ $.fn.delay = function(time,func){
20
+ return this.each(function(){
21
+ setTimeout(func,time);
22
+ });
23
+ };
24
+ })(jQuery);
25
+
26
+ /**
27
+ *
28
+ * Center AJAX
29
+ *
30
+ * Creates a way to center the AJAX message
31
+ * Dependencies: jQuery
32
+ *
33
+ */
34
+ (function ($) {
35
+ $.fn.ajaxMessage = function(html){
36
+ if (html) {
37
+ return $(this).animate({"top":( $(window).height() - $(this).height() ) / 2 - 200 + $(window).scrollTop() + "px"},100).fadeIn('fast').html(html).delay(3000, function(){$('.ajax-message').fadeOut()});
38
+ } else {
39
+ return $(this).animate({"top":( $(window).height() - $(this).height() ) / 2 - 200 + $(window).scrollTop() + "px"},100).fadeIn('fast').delay(3000, function(){$('.ajax-message').fadeOut()});
40
+ }
41
+ };
42
+ })(jQuery);
43
+
44
+ /**
45
+ *
46
+ * Style File
47
+ *
48
+ * Creates a way to cover file input with a better styled version
49
+ * Dependencies: jQuery
50
+ *
51
+ */
52
+ (function ($) {
53
+ styleFile = {
54
+ init: function () {
55
+ $('input.file').each(function(){
56
+ var uploadbutton = '<input class="upload_file_button" type="button" value="Upload" />';
57
+ $(this).wrap('<div class="file_wrap" />');
58
+ $(this).addClass('file').css('opacity', 0); //set to invisible
59
+ $(this).parent().append($('<div class="fake_file" />').append($('<input type="text" class="upload" />').attr('id',$(this).attr('id')+'_file')).append(uploadbutton));
60
+
61
+ $(this).bind('change', function() {
62
+ $('#'+$(this).attr('id')+'_file').val($(this).val());;
63
+ });
64
+ $(this).bind('mouseout', function() {
65
+ $('#'+$(this).attr('id')+'_file').val($(this).val());;
66
+ });
67
+ });
68
+ }
69
+ };
70
+ $(document).ready(function () {
71
+ styleFile.init()
72
+ })
73
+ })(jQuery);
74
+
75
+ /**
76
+ *
77
+ * Style Select
78
+ *
79
+ * Replace Select text
80
+ * Dependencies: jQuery
81
+ *
82
+ */
83
+ (function ($) {
84
+ styleSelect = {
85
+ init: function () {
86
+ $('.select_wrapper').each(function () {
87
+ $(this).prepend('<span>' + $(this).find('.select option:selected').text() + '</span>');
88
+ });
89
+ $('.select').live('change', function () {
90
+ $(this).prev('span').replaceWith('<span>' + $(this).find('option:selected').text() + '</span>');
91
+ });
92
+ $('.select').bind($.browser.msie ? 'click' : 'change', function(event) {
93
+ $(this).prev('span').replaceWith('<span>' + $(this).find('option:selected').text() + '</span>');
94
+ });
95
+ }
96
+ };
97
+ $(document).ready(function () {
98
+ styleSelect.init()
99
+ })
100
+ })(jQuery);
101
+
102
+ /**
103
+ *
104
+ * Activate Tabs
105
+ *
106
+ * Tab style UI toggle
107
+ * Dependencies: jQuery, jQuery UI Core, jQuery UI Tabs
108
+ *
109
+ */
110
+ (function ($) {
111
+ activateTabs = {
112
+ init: function () {
113
+ // Activate
114
+ $("#options_tabs").tabs();
115
+ // Append Toggle Button
116
+ $('.top-info').append('<a href="" class="toggle_tabs">Tabs</a>');
117
+ // Toggle Tabs
118
+ $('.toggle_tabs').toggle(function() {
119
+ $("#options_tabs").tabs('destroy');
120
+ $(this).addClass('off');
121
+ }, function() {
122
+ $("#options_tabs").tabs();
123
+ $(this).removeClass('off');
124
+ });
125
+ }
126
+ };
127
+ $(document).ready(function () {
128
+ activateTabs.init()
129
+ })
130
+ })(jQuery);
131
+
132
+ /**
133
+ *
134
+ * Upload Option
135
+ *
136
+ * Allows window.send_to_editor to function properly using a private post_id
137
+ * Dependencies: jQuery, Media Upload, Thickbox
138
+ *
139
+ */
140
+ (function ($) {
141
+ uploadOption = {
142
+ init: function () {
143
+ var formfield,
144
+ formID,
145
+ btnContent = true;
146
+ // On Click
147
+ $('.upload_button').live("click", function () {
148
+ formfield = $(this).prev('input').attr('name');
149
+ formID = $(this).attr('rel');
150
+ tb_show('', 'media-upload.php?post_id='+formID+'&type=image&amp;TB_iframe=1');
151
+ return false;
152
+ });
153
+
154
+ window.original_send_to_editor = window.send_to_editor;
155
+ window.send_to_editor = function(html) {
156
+ if (formfield) {
157
+ itemurl = $(html).attr('href');
158
+ var image = /(^.*\.jpg|jpeg|png|gif|ico*)/gi;
159
+ var document = /(^.*\.pdf|doc|docx|ppt|pptx|odt*)/gi;
160
+ var audio = /(^.*\.mp3|m4a|ogg|wav*)/gi;
161
+ var video = /(^.*\.mp4|m4v|mov|wmv|avi|mpg|ogv|3gp|3g2*)/gi;
162
+ if (itemurl.match(image)) {
163
+ btnContent = '<img src="'+itemurl+'" alt="" /><a href="" class="remove">Remove Image</a>';
164
+ } else {
165
+ btnContent = '<div class="no_image">'+html+'<a href="" class="remove">Remove</a></div>';
166
+ }
167
+ $('#' + formfield).val(itemurl);
168
+ $('#' + formfield).next().next('div').slideDown().html(btnContent);
169
+ tb_remove();
170
+ } else {
171
+ window.original_send_to_editor(html);
172
+ }
173
+ }
174
+ }
175
+ };
176
+ $(document).ready(function () {
177
+ uploadOption.init()
178
+ })
179
+ })(jQuery);
180
+
181
+ /**
182
+ *
183
+ * Inline Edit Options
184
+ *
185
+ * Creates & Updates Options via Ajax
186
+ * Dependencies: jQuery
187
+ *
188
+ */
189
+ (function ($) {
190
+ inlineEditOption = {
191
+ init: function () {
192
+ var c = this,
193
+ d = $("tr.inline-edit-option");
194
+ $('.save-options', '#the-theme-options').live("click", function () {
195
+ inlineEditOption.save_options(this);
196
+ return false;
197
+ });
198
+ $("a.edit-inline").live("click", function (event) {
199
+ if ($("a.edit-inline").hasClass('disable')) {
200
+ event.preventDefault();
201
+ return false;
202
+ } else {
203
+ inlineEditOption.edit(this);
204
+ return false;
205
+ }
206
+ });
207
+ $("a.save").live("click", function () {
208
+ if ($("a.save").hasClass('add-save')) {
209
+ inlineEditOption.addSave(this);
210
+ return false;
211
+ } else {
212
+ inlineEditOption.editSave(this);
213
+ return false;
214
+ }
215
+ });
216
+ $("a.cancel").live("click", function () {
217
+ if ($("a.cancel").hasClass('undo-add')) {
218
+ inlineEditOption.undoAdd();
219
+ return false;
220
+ } else {
221
+ inlineEditOption.revert();
222
+ return false;
223
+ }
224
+ });
225
+ $("a.add-option").live("click", function (event) {
226
+ if ($(this).hasClass('disable')) {
227
+ event.preventDefault();
228
+ return false;
229
+ } else {
230
+ $.post(
231
+ ajaxurl,
232
+ { action:'profile_builder_next_id', _ajax_nonce: $("#_ajax_nonce").val() },
233
+ function (response) {
234
+ c = parseInt(response) + 1;
235
+ inlineEditOption.add(c);
236
+ }
237
+ );
238
+ return false;
239
+ }
240
+ });
241
+ $('.delete-inline').live("click", function (event) {
242
+ if ($("a.delete-inline").hasClass('disable')) {
243
+ event.preventDefault();
244
+ return false;
245
+ } else {
246
+ var agree = confirm("Are you sure you want to delete this input?");
247
+ if (agree) {
248
+ inlineEditOption.remove(this);
249
+ return false;
250
+ } else {
251
+ return false;
252
+ }
253
+ }
254
+ });
255
+ // Fade out message div
256
+ if ($('.ajax-message').hasClass('show')) {
257
+ $('.ajax-message').ajaxMessage();
258
+ }
259
+ // Remove Uploaded Image
260
+ $('.remove').live('click', function(event) {
261
+ $(this).hide();
262
+ $(this).parents().prev().prev('.upload').attr('value', '');
263
+ $(this).parents('.screenshot').slideUp();
264
+ });
265
+ },
266
+ save_options: function (e) {
267
+ var d = {
268
+ action: "profile_builder_array_save"
269
+ };
270
+ b = $(':input', '#the-theme-options').serialize();
271
+ d = b + "&" + $.param(d);
272
+ $.post(ajaxurl, d, function (r) {
273
+ if (r != -1) {
274
+ $('.ajax-message').ajaxMessage('<div class="message"><span>&nbsp;</span>Theme Options were saved</div>');
275
+ $(".option-tree-slider-body").hide();
276
+ $('.option-tree-slider .edit').removeClass('down');
277
+ } else {
278
+ $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>Theme Options could not be saved</div>');
279
+ }
280
+ });
281
+ return false;
282
+ },
283
+ remove: function (b) {
284
+ var c = true;
285
+
286
+ // Set ID
287
+ c = $(b).parents("tr:first").attr('id');
288
+ c = c.substr(c.lastIndexOf("-") + 1);
289
+
290
+ d = {
291
+ action: "profile_builder_delete",
292
+ id: c,
293
+ _ajax_nonce: $("#_ajax_nonce").val()
294
+ };
295
+ $.post(ajaxurl, d, function (r) {
296
+ if (r) {
297
+ if (r == 'removed') {
298
+ $("#option-" + c).remove();
299
+ $('.ajax-message').ajaxMessage('<div class="message"><span>&nbsp;</span>Input deleted.</div>');
300
+ } else {
301
+ $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>'+r+'</div>');
302
+ }
303
+ } else {
304
+ $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>'+r+'</div>');
305
+ }
306
+ });
307
+ return false;
308
+ },
309
+ add: function (c) {
310
+ var e = this,
311
+ addRow, editRow = true, temp_select;
312
+ e.revert();
313
+
314
+ // Clone the blank main row
315
+ addRow = $('#inline-add').clone(true);
316
+ addRow = $(addRow).attr('id', 'option-'+c);
317
+
318
+ // Clone the blank edit row
319
+ editRow = $('#inline-edit').clone(true);
320
+
321
+ $('a.cancel', editRow).addClass('undo-add');
322
+ $('a.save', editRow).addClass('add-save');
323
+ $('a.edit-inline').addClass('disable');
324
+ $('a.delete-inline').addClass('disable');
325
+ $('a.add-option').addClass('disable');
326
+
327
+ // Set Colspan to 5
328
+ $('td', editRow).attr('colspan', 5);
329
+
330
+ // Add Row
331
+ $("#framework-settings tr:last").after(addRow);
332
+
333
+ // Add Row and hide
334
+ $(addRow).hide().after(editRow);
335
+
336
+ $('.item-data', addRow).attr('id', 'inline_'+c);
337
+
338
+ // Show The Editor
339
+ $(editRow).attr('id', 'edit-'+c).addClass('inline-editor').show();
340
+
341
+ $('.item_title', '#edit-'+c).focus();
342
+
343
+ $('.select').each(function () {
344
+ temp_select = $(this).prev('span').text();
345
+ if (temp_select == 'Heading') {
346
+ $('.option-desc', '#edit-'+c).hide();
347
+ $('.option-options', '#edit-'+c).hide();
348
+ }
349
+ });
350
+
351
+ $('.select').live('change', function () {
352
+ temp_select = $(this).prev('span').text();
353
+ if (temp_select == 'Heading') {
354
+ $('.option-desc', '#edit-'+c).hide();
355
+ $('.option-options', '#edit-'+c).hide();
356
+ } else if (
357
+ temp_select == 'Checkbox' ||
358
+ temp_select == 'Radio' ||
359
+ temp_select == 'Select'
360
+ ) {
361
+ $('.alternative').hide();
362
+ $('.regular').show();
363
+ $('.option-desc', '#edit-'+c).show();
364
+ $('.option-options', '#edit-'+c).show();
365
+ /* avatar */
366
+ }else if (temp_select == 'Avatar'){
367
+ $('.regular').hide();
368
+ $('.alternative').show().html('<strong>Avatar Size:</strong> Enter a numeric value (between 20 and 200) for the avatar size.');
369
+ $('.option-desc', editRow).show();
370
+ $('.option-options', editRow).show();
371
+ /* end avatar */
372
+ } else {
373
+ if (temp_select == 'Textarea') {
374
+ $('.regular').hide();
375
+ $('.alternative').show().html('<strong>Row Count:</strong> Enter a numeric value for the number of rows in your textarea.');
376
+ $('.option-desc', '#edit-'+c).show();
377
+ $('.option-options', '#edit-'+c).show();
378
+ } else if (
379
+ temp_select == 'Custom Post' ||
380
+ temp_select == 'Custom Posts'
381
+ ) {
382
+ $('.regular').hide();
383
+ $('.alternative').show().html('<strong>Post Type:</strong> Enter your custom post_type.');
384
+ $('.option-desc', '#edit-'+c).show();
385
+ $('.option-options', '#edit-'+c).show();
386
+ } else {
387
+ $('.option-desc', '#edit-'+c).show();
388
+ $('.option-options', '#edit-'+c).hide();
389
+ }
390
+ }
391
+ });
392
+
393
+ // Scroll
394
+ $('html, body').animate({ scrollTop: 2000 }, 500);
395
+
396
+ return false;
397
+ },
398
+ undoAdd: function (b) {
399
+ var e = this,
400
+ c = true;
401
+ e.revert();
402
+ c = $("#framework-settings tr:last").attr('id');
403
+ c = c.substr(c.lastIndexOf("-") + 1);
404
+
405
+ $("a.edit-inline").removeClass('disable');
406
+ $("a.delete-inline").removeClass('disable');
407
+ $("a.add-option").removeClass('disable');
408
+ $("#option-" + c).remove();
409
+
410
+ return false;
411
+ },
412
+ addSave: function (e) {
413
+ var d, b, c, f, g, itemId;
414
+ e = $("tr.inline-editor").attr("id");
415
+ e = e.substr(e.lastIndexOf("-") + 1);
416
+ f = $("#edit-" + e);
417
+ g = $("#inline_" + e);
418
+ itemId = $.trim($("input.item_id", f).val().toLowerCase()).replace(/(\s+)/g,'_');
419
+ if (!itemId) {
420
+ itemId = $.trim($("input.item_title", f).val().toLowerCase()).replace(/(\s+)/g,'_');
421
+ }
422
+ d = {
423
+ action: "profile_builder_add",
424
+ id: e,
425
+ item_id: itemId,
426
+ item_title: $("input.item_title", f).val(),
427
+ item_desc: $("textarea.item_desc", f).val(),
428
+ item_type: $("select.item_type", f).val(),
429
+ item_options: $("input.item_options", f).val()
430
+ };
431
+ b = $("#edit-" + e + " :input").serialize();
432
+ d = b + "&" + $.param(d);
433
+ $.post(ajaxurl, d, function (r) {
434
+ if (r) {
435
+ if (r == 'updated') {
436
+ inlineEditOption.afterSave(e);
437
+ $("#edit-" + e).remove();
438
+ $("#option-" + e).show();
439
+ $('.ajax-message').ajaxMessage('<div class="message"><span>&nbsp;</span>Input added.</div>');
440
+ $('#framework-settings').tableDnD({
441
+ onDragClass: "dragging",
442
+ onDrop: function(table, row) {
443
+ d = {
444
+ action: "profile_builder_sort",
445
+ id: $.tableDnD.serialize(),
446
+ _ajax_nonce: $("#_ajax_nonce").val()
447
+ };
448
+ $.post(ajaxurl, d, function (response) {
449
+
450
+ }, "html");
451
+ }
452
+ });
453
+ } else {
454
+ $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>'+r+'</div>');
455
+ }
456
+ } else {
457
+ $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>'+r+'</div>');
458
+ }
459
+ });
460
+
461
+ return false;
462
+ },
463
+ edit: function (b) {
464
+ var e = this,
465
+ c, editRow, rowData, item_title, item_id, item_type, item_desc, item_options = true, temp_select;
466
+ e.revert();
467
+
468
+ c = $(b).parents("tr:first").attr('id');
469
+ c = c.substr(c.lastIndexOf("-") + 1);
470
+
471
+ // Clone the blank row
472
+ editRow = $('#inline-edit').clone(true);
473
+ $('td', editRow).attr('colspan', 5);
474
+ $("#option-" + c).hide().after(editRow);
475
+
476
+ // First Option Settings
477
+ if ("#option-" + c == '#option-1') {
478
+ $('.option').hide();
479
+ $('.option-title').show().css({"paddingBottom":"1px"});
480
+ $('.description', editRow).html('First item must be a heading.');
481
+ }
482
+
483
+ // Populate the option data
484
+ rowData = $('#inline_' + c);
485
+
486
+ // Item Title
487
+ item_title = $('.item_title', rowData).text();
488
+ $('.item_title', editRow).attr('value', item_title);
489
+
490
+ // Item ID
491
+ item_id = $('.item_id', rowData).text();
492
+ $('.item_id', editRow).attr('value', item_id);
493
+
494
+ // Item Type
495
+ item_type = $('.item_type', rowData).text();
496
+ $('select[name=item_type] option[value='+item_type+']', editRow).attr('selected', true);
497
+ var temp_item_type = $('select[name=item_type] option[value='+item_type+']', editRow).text();
498
+ $('.select_wrapper span', editRow).text(temp_item_type);
499
+
500
+ // Item Description
501
+ item_desc = $('.item_desc', rowData).text();
502
+ $('.item_desc', editRow).attr('value', item_desc);
503
+
504
+ // Avatar size
505
+ item_avatar = $('.item_avatar', rowData).text();
506
+ $('.item_avatar', editRow).attr('value', item_avatar);
507
+
508
+ // Item Options
509
+ item_options = $('.item_options', rowData).text();
510
+ $('.item_options', editRow).attr('value', item_options);
511
+
512
+
513
+ $('.select', editRow).each(function () {
514
+ temp_select = $(this).prev('span').text();
515
+ if (temp_select == 'Heading') {
516
+ $('.option-desc', editRow).hide();
517
+ $('.option-options', editRow).hide();
518
+ } else if (
519
+ temp_select == 'Checkbox' ||
520
+ temp_select == 'Radio' ||
521
+ temp_select == 'Select'
522
+ ) {
523
+ $('.option-desc', editRow).show();
524
+ $('.option-options', editRow).show();
525
+ /*avatar */
526
+ } else if (temp_select == 'Avatar'){
527
+ $('.regular').hide();
528
+ $('.alternative').show().html('<strong>Avatar Size:</strong> Enter a numeric value (between 20 and 200) for size of the avatar.');
529
+ $('.option-desc', editRow).show();
530
+ $('.option-options', editRow).show();
531
+ /* end avatar */
532
+ } else {
533
+ if (temp_select == 'Textarea') {
534
+ $('.regular').hide();
535
+ $('.alternative').show().html('<strong>Row Count:</strong> Enter a numeric value for the number of rows in your textarea.');
536
+ $('.option-desc', editRow).show();
537
+ $('.option-options', editRow).show();
538
+ } else if (
539
+ temp_select == 'Custom Post' ||
540
+ temp_select == 'Custom Posts'
541
+ ) {
542
+ $('.regular').hide();
543
+ $('.alternative').show().html('<strong>Post Type:</strong> Enter your custom post_type.');
544
+ $('.option-desc', editRow).show();
545
+ $('.option-options', editRow).show();
546
+ } else {
547
+ $('.option-desc', editRow).show();
548
+ $('.option-options', editRow).hide();
549
+ }
550
+ }
551
+ });
552
+
553
+ $('.select').live('change', function () {
554
+ temp_select = $(this).prev('span').text();
555
+ if (temp_select == 'Heading') {
556
+ $('.option-desc', editRow).hide();
557
+ $('.option-options', editRow).hide();
558
+ } else if (
559
+ temp_select == 'Checkbox' ||
560
+ temp_select == 'Radio' ||
561
+ temp_select == 'Select'
562
+ ) {
563
+ $('.alternative').hide();
564
+ $('.regular').show();
565
+ $('.option-desc', editRow).show();
566
+ $('.option-options', editRow).show();
567
+ /*avatar */
568
+ } else if (temp_select == 'Avatar'){
569
+ $('.regular').hide();
570
+ $('.alternative').show().html('<strong>Avatar Size:</strong> Enter a numeric value (between 20 and 200) for size of the avatar.');
571
+ $('.option-desc', editRow).show();
572
+ $('.option-options', editRow).show();
573
+ /* end avatar */
574
+ } else {
575
+ if (temp_select == 'Textarea') {
576
+ $('.regular').hide();
577
+ $('.alternative').show().html('<strong>Row Count:</strong> Enter a numeric value for the number of rows in your textarea.');
578
+ $('.option-desc', editRow).show();
579
+ $('.option-options', editRow).show();
580
+ } else if (
581
+ temp_select == 'Custom Post' ||
582
+ temp_select == 'Custom Posts'
583
+ ) {
584
+ $('.regular').hide();
585
+ $('.alternative').show().html('<strong>Post Type:</strong> Enter your custom post_type.');
586
+ $('.option-desc', editRow).show();
587
+ $('.option-options', editRow).show();
588
+ } else {
589
+ $('.option-desc', editRow).show();
590
+ $('.option-options', editRow).hide();
591
+ }
592
+ }
593
+ });
594
+
595
+ // Show The Editor
596
+ $(editRow).attr('id', 'edit-'+c).addClass('inline-editor').show();
597
+
598
+ // Scroll
599
+ var target = $('#edit-'+c);
600
+ if (c > 1) {
601
+ var top = target.offset().top;
602
+ $('html,body').animate({scrollTop: top}, 500);
603
+ return false;
604
+ }
605
+
606
+ return false;
607
+ },
608
+ editSave: function (e) {
609
+ var d, b, c, f, g, itemId;
610
+ e = $("tr.inline-editor").attr("id");
611
+ e = e.substr(e.lastIndexOf("-") + 1);
612
+ f = $("#edit-" + e);
613
+ g = $("#inline_" + e);
614
+ itemId = $.trim($("input.item_id", f).val().toLowerCase()).replace(/(\s+)/g,'_');
615
+ if (!itemId) {
616
+ itemId = $.trim($("input.item_title", f).val().toLowerCase()).replace(/(\s+)/g,'_');
617
+ }
618
+ d = {
619
+ action: "profile_builder_edit",
620
+ id: e,
621
+ item_id: itemId,
622
+ item_title: $("input.item_title", f).val(),
623
+ item_desc: $("textarea.item_desc", f).val(),
624
+ item_type: $("select.item_type", f).val(),
625
+ item_options: $("input.item_options", f).val()
626
+ };
627
+ b = $("#edit-" + e + " :input").serialize();
628
+ d = b + "&" + $.param(d);
629
+ $.post(ajaxurl, d, function (r) {
630
+ if (r) {
631
+ if (r == 'updated') {
632
+ inlineEditOption.afterSave(e);
633
+ $("#edit-" + e).remove();
634
+ $("#option-" + e).show();
635
+ $('.ajax-message').ajaxMessage('<div class="message"><span>&nbsp;</span>Option Saved.</div>');
636
+ } else {
637
+ $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>'+r+'</div>');
638
+ }
639
+ } else {
640
+ $('.ajax-message').ajaxMessage('<div class="message warning"><span>&nbsp;</span>'+r+'</div>');
641
+ }
642
+ });
643
+ return false;
644
+ },
645
+ afterSave: function (e) {
646
+ var x, y, z,
647
+ n, m, o, p, q, r = true;
648
+ x = $("#edit-" + e);
649
+ y = $("#option-" + e);
650
+ z = $("#inline_" + e);
651
+ $('.option').show();
652
+ $('a.cancel', x).removeClass('undo-add');
653
+ $('a.save', x).removeClass('add-save');
654
+ $("a.add-option").removeClass('disable');
655
+ $('a.edit-inline').removeClass('disable');
656
+ $('a.delete-inline').removeClass('disable');
657
+ if (n = $("input.item_title", x).val()) {
658
+ if ($("select.item_type", x).val() != 'heading') {
659
+ $(y).removeClass('col-heading');
660
+ $('.col-title', y).attr('colspan', 1);
661
+ $(".col-key", y).show();
662
+ $(".col-type", y).show();
663
+ $(".col-title", y).text('- ' + n);
664
+ } else {
665
+ $(y).addClass('col-heading');
666
+ $('.col-title', y).attr('colspan', 3);
667
+ $(".col-key", y).hide();
668
+ $(".col-type", y).hide();
669
+ $(".col-title", y).text(n);
670
+ }
671
+ $(".item_title", z).text(n);
672
+ }
673
+ if (m = $.trim($("input.item_id", x).val().toLowerCase()).replace(/(\s+)/g,'_')) {
674
+ $(".col-key", y).text(m);
675
+ $(".item_id", z).text(m);
676
+ } else {
677
+ m = $.trim($("input.item_title", x).val().toLowerCase()).replace(/(\s+)/g,'_');
678
+ $(".col-key", y).text(m);
679
+ $(".item_id", z).text(m);
680
+ }
681
+ if (o = $("select.item_type option:selected", x).val()) {
682
+ $(".col-type", y).text(o);
683
+ $(".item_type", z).text(o);
684
+ }
685
+ if (p = $("textarea.item_desc", x).val()) {
686
+ $(".item_desc", z).text(p);
687
+ }
688
+ if (r = $("input.item_options", x).val()) {
689
+ $(".item_options", z).text(r);
690
+ }
691
+ },
692
+ revert: function () {
693
+ var b,
694
+ n, m, o, p, q, r = true;
695
+ if (b = $(".inline-editor").attr("id")) {
696
+ $('#'+ b).remove();
697
+ b = b.substr(b.lastIndexOf("-") + 1);
698
+ $('.option').show();
699
+ $("#option-" + b).show();
700
+ }
701
+ return false;
702
+ }
703
+ };
704
+ $(document).ready(function () {
705
+ inlineEditOption.init();
706
+ })
707
  })(jQuery);
classes/class.admin.php CHANGED
@@ -1,175 +1,175 @@
1
- <?php if (!defined('ProfileBuilderVersion')) exit('No direct script access allowed');
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
-
9
- /**
10
- * Profile Builder Admin
11
- *
12
- */
13
-
14
- class PB_Admin{
15
- private $version = NULL;
16
-
17
- function __construct(){
18
- $this->version = ProfileBuilderVersion;
19
- }
20
-
21
- /**
22
- * Initiate Plugin & setup main options
23
- *
24
- * @uses get_option()
25
- * @uses add_option()
26
- * @uses profile_builder_activate()
27
- * @uses wp_redirect()
28
- * @uses admin_url()
29
- *
30
- * @access public
31
- *
32
- *
33
- * @return bool
34
- */
35
- function profile_builder_initialize(){
36
- // check for activation
37
- $check = get_option( 'profile_builder_activation' );
38
-
39
- // redirect on activation
40
- if ($check != "set") {
41
- // add theme options
42
- add_option( 'profile_builder_activation', 'set');
43
-
44
- // load DB activation function if updating plugin
45
- $this->profile_builder_activate();
46
-
47
- // Redirect
48
- wp_redirect( admin_url().'users.php?page=ProfileBuilderOptionsAndSettings' );
49
- }
50
- return false;
51
- }
52
-
53
-
54
- /**
55
- * Plugin Activation
56
- *
57
- *
58
- *
59
- * @return void
60
- */
61
- function profile_builder_activate(){
62
- global $wp_roles;
63
-
64
- // check for installed version
65
- $installed_ver = get_option( 'profile_builder_version' );
66
-
67
- // New Version Update
68
- if ( $installed_ver != $this->version ){
69
- update_option( 'profile_builder_version', $this->version );
70
- }
71
- else if ( !$installed_ver ) {
72
- add_option( 'profile_builder_version', $this->version );
73
- }
74
-
75
-
76
- $wppb_default_settings = array(
77
- 'username' => 'show',
78
- 'usernameRequired' => 'no',
79
- 'firstname' => 'show',
80
- 'firstnameRequired' => 'no',
81
- 'lastname' => 'show',
82
- 'lastnameRequired' => 'no',
83
- 'nickname' => 'show',
84
- 'nicknameRequired' => 'no',
85
- 'dispname' => 'show',
86
- 'dispnameRequired' => 'no',
87
- 'email' => 'show',
88
- 'emailRequired' => 'no',
89
- 'website' => 'show',
90
- 'websiteRequired' => 'no',
91
- 'aim' => 'show',
92
- 'aimRequired' => 'no',
93
- 'yahoo' => 'show',
94
- 'yahooRequired' => 'no',
95
- 'jabber' => 'show',
96
- 'jabberRequired' => 'no',
97
- 'bio' => 'show',
98
- 'bioRequired' => 'no',
99
- 'password' => 'show',
100
- 'passwordRequired' => 'no'
101
- );
102
- add_option( 'wppb_default_settings', $wppb_default_settings ); //set all fields visible on first activation of the plugin
103
- add_option( 'wppb_default_style', 'yes');
104
- $all_roles = $wp_roles->roles;
105
- $editable_roles = apply_filters('editable_roles', $all_roles);
106
-
107
- $admintSettingsPresent = get_option('wppb_display_admin_settings','not_found');
108
-
109
- if ($admintSettingsPresent == 'not_found'){ // if the field doesn't exists, then create it
110
- $rolesArray = array();
111
- foreach ( $editable_roles as $key => $data )
112
- $rolesArray = array( $key => 'show' ) + $rolesArray;
113
- $rolesArray = array_reverse($rolesArray,true);
114
- add_option( 'wppb_display_admin_settings', $rolesArray);
115
- }
116
-
117
- }
118
-
119
- /**
120
- * Plugin Deactivation delete options
121
- *
122
- * @uses delete_option()
123
- *
124
- * @access public
125
- *
126
- *
127
- * @return void
128
- */
129
- function profile_builder_deactivate() {
130
- // remove activation check & version
131
- delete_option( 'profile_builder_activation' );
132
- delete_option( 'profile_builder_version' );
133
- }
134
-
135
- /**
136
- * Add Admin Menu Items & Test Actions
137
- *
138
- *
139
- * @return void
140
- */
141
- function profile_builder_admin(){
142
- // create menu item
143
- $profile_builder_options = add_submenu_page( 'users.php', 'Profile Builder', 'Profile Builder', 'delete_users', 'ProfileBuilderOptionsAndSettings', array( $this, 'profile_builder_options_page' ) );
144
-
145
- // add menu item
146
- add_action( "admin_print_styles-$profile_builder_options", array( $this, 'profile_builder_load' ) );
147
- }
148
-
149
- /**
150
- * Load Scripts & Styles
151
- *
152
- * @uses wp_enqueue_style()
153
- *
154
- *
155
- * @return void
156
- */
157
- function profile_builder_load(){
158
- // enqueue styles
159
- wp_enqueue_style( 'profile-builder-style', WPPB_PLUGIN_URL.'/assets/css/style.css', false, $this->version, 'screen');
160
-
161
- // enqueue scripts
162
- add_thickbox();
163
- wp_enqueue_script( 'jquery-extra-profile-fields', WPPB_PLUGIN_URL.'/assets/js/jquery.extra.fields.js', array('jquery','media-upload','thickbox','jquery-ui-core','jquery-ui-tabs', 'jquery-ui-sortable'), $this->version );
164
-
165
- // remove GD star rating conflicts
166
- wp_deregister_style( 'gdsr-jquery-ui-core' );
167
- wp_deregister_style( 'gdsr-jquery-ui-theme' );
168
- }
169
-
170
- function profile_builder_options_page() {
171
- // Grab Options Page
172
- include( WPPB_PLUGIN_DIR.'/front-end/options.php' );
173
- }
174
-
175
  }
1
+ <?php if (!defined('ProfileBuilderVersion')) exit('No direct script access allowed');
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
+
9
+ /**
10
+ * Profile Builder Admin
11
+ *
12
+ */
13
+
14
+ class PB_Admin{
15
+ private $version = NULL;
16
+
17
+ function __construct(){
18
+ $this->version = ProfileBuilderVersion;
19
+ }
20
+
21
+ /**
22
+ * Initiate Plugin & setup main options
23
+ *
24
+ * @uses get_option()
25
+ * @uses add_option()
26
+ * @uses profile_builder_activate()
27
+ * @uses wp_redirect()
28
+ * @uses admin_url()
29
+ *
30
+ * @access public
31
+ *
32
+ *
33
+ * @return bool
34
+ */
35
+ function profile_builder_initialize(){
36
+ // check for activation
37
+ $check = get_option( 'profile_builder_activation' );
38
+
39
+ // redirect on activation
40
+ if ($check != "set") {
41
+ // add theme options
42
+ add_option( 'profile_builder_activation', 'set');
43
+
44
+ // load DB activation function if updating plugin
45
+ $this->profile_builder_activate();
46
+
47
+ // Redirect
48
+ wp_redirect( admin_url().'users.php?page=ProfileBuilderOptionsAndSettings' );
49
+ }
50
+ return false;
51
+ }
52
+
53
+
54
+ /**
55
+ * Plugin Activation
56
+ *
57
+ *
58
+ *
59
+ * @return void
60
+ */
61
+ function profile_builder_activate(){
62
+ global $wp_roles;
63
+
64
+ // check for installed version
65
+ $installed_ver = get_option( 'profile_builder_version' );
66
+
67
+ // New Version Update
68
+ if ( $installed_ver != $this->version ){
69
+ update_option( 'profile_builder_version', $this->version );
70
+ }
71
+ else if ( !$installed_ver ) {
72
+ add_option( 'profile_builder_version', $this->version );
73
+ }
74
+
75
+
76
+ $wppb_default_settings = array(
77
+ 'username' => 'show',
78
+ 'usernameRequired' => 'no',
79
+ 'firstname' => 'show',
80
+ 'firstnameRequired' => 'no',
81
+ 'lastname' => 'show',
82
+ 'lastnameRequired' => 'no',
83
+ 'nickname' => 'show',
84
+ 'nicknameRequired' => 'no',
85
+ 'dispname' => 'show',
86
+ 'dispnameRequired' => 'no',
87
+ 'email' => 'show',
88
+ 'emailRequired' => 'no',
89
+ 'website' => 'show',
90
+ 'websiteRequired' => 'no',
91
+ 'aim' => 'show',
92
+ 'aimRequired' => 'no',
93
+ 'yahoo' => 'show',
94
+ 'yahooRequired' => 'no',
95
+ 'jabber' => 'show',
96
+ 'jabberRequired' => 'no',
97
+ 'bio' => 'show',
98
+ 'bioRequired' => 'no',
99
+ 'password' => 'show',
100
+ 'passwordRequired' => 'no'
101
+ );
102
+ add_option( 'wppb_default_settings', $wppb_default_settings ); //set all fields visible on first activation of the plugin
103
+ add_option( 'wppb_default_style', 'yes');
104
+ $all_roles = $wp_roles->roles;
105
+ $editable_roles = apply_filters('editable_roles', $all_roles);
106
+
107
+ $admintSettingsPresent = get_option('wppb_display_admin_settings','not_found');
108
+
109
+ if ($admintSettingsPresent == 'not_found'){ // if the field doesn't exists, then create it
110
+ $rolesArray = array();
111
+ foreach ( $editable_roles as $key => $data )
112
+ $rolesArray = array( $key => 'show' ) + $rolesArray;
113
+ $rolesArray = array_reverse($rolesArray,true);
114
+ add_option( 'wppb_display_admin_settings', $rolesArray);
115
+ }
116
+
117
+ }
118
+
119
+ /**
120
+ * Plugin Deactivation delete options
121
+ *
122
+ * @uses delete_option()
123
+ *
124
+ * @access public
125
+ *
126
+ *
127
+ * @return void
128
+ */
129
+ function profile_builder_deactivate() {
130
+ // remove activation check & version
131
+ delete_option( 'profile_builder_activation' );
132
+ delete_option( 'profile_builder_version' );
133
+ }
134
+
135
+ /**
136
+ * Add Admin Menu Items & Test Actions
137
+ *
138
+ *
139
+ * @return void
140
+ */
141
+ function profile_builder_admin(){
142
+ // create menu item
143
+ $profile_builder_options = add_submenu_page( 'users.php', 'Profile Builder', 'Profile Builder', 'delete_users', 'ProfileBuilderOptionsAndSettings', array( $this, 'profile_builder_options_page' ) );
144
+
145
+ // add menu item
146
+ add_action( "admin_print_styles-$profile_builder_options", array( $this, 'profile_builder_load' ) );
147
+ }
148
+
149
+ /**
150
+ * Load Scripts & Styles
151
+ *
152
+ * @uses wp_enqueue_style()
153
+ *
154
+ *
155
+ * @return void
156
+ */
157
+ function profile_builder_load(){
158
+ // enqueue styles
159
+ wp_enqueue_style( 'profile-builder-style', wppb_plugin_url.'/assets/css/style.css', false, $this->version, 'screen');
160
+
161
+ // enqueue scripts
162
+ add_thickbox();
163
+ wp_enqueue_script( 'jquery-extra-profile-fields', wppb_plugin_url.'/assets/js/jquery.extra.fields.js', array('jquery','media-upload','thickbox','jquery-ui-core','jquery-ui-tabs', 'jquery-ui-sortable'), $this->version );
164
+
165
+ // remove GD star rating conflicts
166
+ wp_deregister_style( 'gdsr-jquery-ui-core' );
167
+ wp_deregister_style( 'gdsr-jquery-ui-theme' );
168
+ }
169
+
170
+ function profile_builder_options_page() {
171
+ // Grab Options Page
172
+ include( wppb_plugin_dir.'/front-end/options.php' );
173
+ }
174
+
175
  }
front-end/wppb.login.php CHANGED
@@ -1,172 +1,173 @@
1
- <?php
2
- if(!function_exists('wppb_curpageurl')){
3
- function wppb_curpageurl() {
4
- $pageURL = 'http';
5
- if ((isset($_SERVER["HTTPS"])) && ($_SERVER["HTTPS"] == "on")) {
6
- $pageURL .= "s";
7
- }
8
- $pageURL .= "://";
9
- if ($_SERVER["SERVER_PORT"] != "80") {
10
- $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
11
- } else {
12
- $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
13
- }
14
- return $pageURL;
15
- }
16
- }
17
-
18
- /* wp_signon can only be executed before anything is outputed in the page because of that we're adding it to the init hook */
19
- global $wppb_login;
20
- $wppb_login = false;
21
-
22
- function wppb_signon(){
23
- global $error;
24
- global $wppb_login;
25
-
26
- if ( 'POST' == $_SERVER['REQUEST_METHOD'] && !empty( $_POST['action'] ) && $_POST['action'] == 'log-in' && wp_verify_nonce($_POST['login_nonce_field'],'verify_true_login')){
27
- if (isset($_POST['remember-me']))
28
- $remember = $_POST['remember-me'];
29
- else $remember = false;
30
- $wppb_login = wp_signon( array( 'user_login' => $_POST['user-name'], 'user_password' => $_POST['password'], 'remember' => $_POST['remember-me'] ), false );
31
-
32
- }elseif (isset($_GET['userName']) && isset($_GET['passWord'])){
33
- $remember = true;
34
- $username = $_GET['userName'];
35
- $password = base64_decode($_GET['passWord']);
36
- $wppb_login = wp_signon( array( 'user_login' => $username, 'user_password' => $password, 'remember' => $remember ), false );
37
- }
38
- }
39
- add_action('init', 'wppb_signon');
40
-
41
- function wppb_front_end_login(){
42
- $loginFilterArray = array();
43
- ob_start();
44
- global $wppb_login;
45
-
46
- echo '<div class="wppb_holder" id="wppb_login">';
47
-
48
- if ( is_user_logged_in() ) : // Already logged in
49
- global $user_ID;
50
- $wppb_user = get_userdata( $user_ID );
51
- if($wppb_user->display_name == ''){
52
- $wppb_user->display_name = $wppb_user->user_login;
53
- }
54
-
55
- ?>
56
- <?php
57
- $loginFilterArray['loginMessage1'] = '
58
- <p class="alert">'.
59
- __('You are currently logged in as', 'profilebuilder').' <a href="'.$authorPostsUrl = get_author_posts_url( $wppb_user->ID ).'" title="'.$wppb_user->display_name.'">'.$wppb_user->display_name.'</a>.
60
- <a href="'.wp_logout_url( get_permalink() ).'" title="'. __('Log out of this account', 'profilebuilder').'">'. __('Log out', 'profilebuilder').' &raquo;</a>
61
- </p><!-- .alert-->';
62
-
63
- $loginFilterArray['loginMessage1'] = apply_filters('wppb_login_login_message1', $loginFilterArray['loginMessage1']);
64
- echo $loginFilterArray['loginMessage1'];
65
- ?>
66
-
67
- <?php elseif ( $wppb_login->ID ) : // Successful login ?>
68
- <?php
69
- if($wppb_login->display_name == ''){
70
- $wppb_login->display_name = $wppb_login->user_login;
71
- }
72
-
73
- ?>
74
-
75
- <?php
76
- $loginFilterArray['loginMessage2'] = '
77
- <p class="success">'.
78
- __('You have successfully logged in as', 'profilebuilder').' <a href="'.$authorPostsUrl = get_author_posts_url( $wppb_login->ID ).'" title="'.$wppb_login->display_name.'">'.$wppb_login->display_name.'</a>.
79
- </p><!-- .success-->';
80
-
81
- $loginFilterArray['loginMessage2'] = apply_filters('wppb_login_login_message2', $loginFilterArray['loginMessage2']);
82
- echo $loginFilterArray['loginMessage2'];
83
- ?>
84
-
85
-
86
- <?php
87
- $permaLnk2 = get_permalink();
88
- $wppb_addons = WPPB_PLUGIN_DIR . '/premium/addon/';
89
- if (file_exists ( $wppb_addons.'addon.php' )){
90
- //check to see if the redirecting addon is present and activated
91
- $wppb_premium_addon_settings = get_option('wppb_premium_addon_settings'); //fetch the descriptions array
92
- if ($wppb_premium_addon_settings['customRedirect'] == 'show'){
93
- //check to see if the redirect location is not an empty string and is activated
94
- $customRedirectSettings = get_option('customRedirectSettings');
95
- if ((trim($customRedirectSettings['afterLoginTarget']) != '') && ($customRedirectSettings['afterLogin'] == 'yes')){
96
- $permaLnk2 = trim($customRedirectSettings['afterLoginTarget']);
97
- $findHttp = strpos($permaLnk2, 'http');
98
- if ($findHttp === false)
99
- $permaLnk2 = 'http://'. $permaLnk2;
100
- }
101
- }
102
- }
103
-
104
- $loginFilterArray['redirectMessage'] = '
105
- <font color="black">'. __('You will soon be redirected automatically. If you see this page for more than 1 second, please click', 'profilebuilder').' <a href="'.$permaLnk2.'">'. __('here', 'profilebuilder').'</a>.<meta http-equiv="Refresh" content="1;url='.$permaLnk2.'" /></font><br/><br/>';
106
- $loginFilterArray['redirectMessage'] = apply_filters('wppb_login_redirect_message', $loginFilterArray['redirectMessage']);
107
- echo $loginFilterArray['redirectMessage'];
108
- ?>
109
- <?php else : // Not logged in ?>
110
-
111
- <?php if (!empty( $_POST['action'] )): ?>
112
- <p class="error">
113
- <?php if ( trim($_POST['user-name']) == '') echo '<strong>'. __('ERROR:','profilebuilder').'</strong> '. __('The username field is empty', 'profilebuilder').'. '; ?>
114
- <?php if ( is_wp_error($wppb_login) ) echo $wppb_login->get_error_message();?>
115
- </p><!-- .error -->
116
- <?php endif; ?>
117
-
118
- <?php /* use this action hook to add extra content before the login form. */ ?>
119
- <?php do_action( 'wppb_before_login' ); ?>
120
-
121
- <form action="<?php wppb_curpageurl(); ?>" method="post" class="sign-in">
122
- <p class="login-form-username">
123
- <label for="user-name"><?php _e('Username', 'profilebuilder'); ?></label>
124
- <?php
125
- if (isset($_POST['user-name']))
126
- $userName = esc_html( $_POST['user-name'] );
127
- else $userName = '';
128
- ?>
129
- <?php echo '<input type="text" name="user-name" id="user-name" class="text-input" value="'.$userName.'" />'; ?>
130
- </p><!-- .form-username -->
131
-
132
- <p class="login-form-password">
133
- <label for="password"><?php _e('Password', 'profilebuilder'); ?></label>
134
- <input type="password" name="password" id="password" class="text-input" />
135
- </p><!-- .form-password -->
136
- <p class="login-form-submit">
137
- <input type="submit" name="submit" class="submit button" value="<?php _e('Log in', 'profilebuilder'); ?>" />
138
- <?php
139
- $loginFilterArray['rememberMe'] = '
140
- <input class="remember-me checkbox" name="remember-me" id="remember-me" type="checkbox" checked="checked" value="forever" />
141
- <label for="remember-me">'. __('Remember me', 'profilebuilder').'</label>';
142
- $loginFilterArray['rememberMe'] = apply_filters('wppb_login_remember_me', $loginFilterArray['rememberMe']);
143
- echo $loginFilterArray['rememberMe'];
144
- ?>
145
-
146
- <input type="hidden" name="action" value="log-in" />
147
- </p><!-- .form-submit -->
148
- <?php
149
- $loginFilterArray['loginURL'] = '
150
- <p>
151
- <a href="'.$siteURL=get_option('siteurl').'/wp-login.php?action=lostpassword">'. __('Lost password?', 'profilebuilder').'</a>
152
- </p>';
153
- $loginFilterArray['loginURL'] = apply_filters('wppb_login_url', $loginFilterArray['loginURL']);
154
- echo $loginFilterArray['loginURL'];
155
- ?>
156
- <?php wp_nonce_field('verify_true_login','login_nonce_field'); ?>
157
- </form><!-- .sign-in -->
158
-
159
- <?php endif;?>
160
-
161
- <?php /* use this action hook to add extra content after the login form. */ ?>
162
- <?php do_action( 'wppb_after_login' ); ?>
163
-
164
- </div>
165
- <?php
166
- $output = ob_get_contents();
167
- ob_end_clean();
168
-
169
- $loginFilterArray = apply_filters('wppb_login', $loginFilterArray);
170
-
171
- return $output;
 
172
  }
1
+ <?php
2
+ if(!function_exists('wppb_curpageurl')){
3
+ function wppb_curpageurl() {
4
+ $pageURL = 'http';
5
+ if ((isset($_SERVER["HTTPS"])) && ($_SERVER["HTTPS"] == "on")) {
6
+ $pageURL .= "s";
7
+ }
8
+ $pageURL .= "://";
9
+ if ($_SERVER["SERVER_PORT"] != "80") {
10
+ $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
11
+ } else {
12
+ $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
13
+ }
14
+ return $pageURL;
15
+ }
16
+ }
17
+
18
+ /* wp_signon can only be executed before anything is outputed in the page because of that we're adding it to the init hook */
19
+ global $wppb_login;
20
+ $wppb_login = false;
21
+
22
+ function wppb_signon(){
23
+ global $error;
24
+ global $wppb_login;
25
+
26
+ if ( 'POST' == $_SERVER['REQUEST_METHOD'] && !empty( $_POST['action'] ) && $_POST['action'] == 'log-in' && wp_verify_nonce($_POST['login_nonce_field'],'verify_true_login')){
27
+ if (isset($_POST['remember-me']))
28
+ $remember = $_POST['remember-me'];
29
+ else $remember = false;
30
+ $wppb_login = wp_signon( array( 'user_login' => $_POST['user-name'], 'user_password' => $_POST['password'], 'remember' => $_POST['remember-me'] ), false );
31
+
32
+ }elseif (isset($_GET['userName']) && isset($_GET['passWord'])){
33
+ $remember = true;
34
+ $username = $_GET['userName'];
35
+ $password = base64_decode($_GET['passWord']);
36
+ $wppb_login = wp_signon( array( 'user_login' => $username, 'user_password' => $password, 'remember' => $remember ), false );
37
+ }
38
+ }
39
+ add_action('init', 'wppb_signon');
40
+
41
+ function wppb_front_end_login(){
42
+ $loginFilterArray = array();
43
+ ob_start();
44
+ global $wppb_login;
45
+
46
+ echo '<div class="wppb_holder" id="wppb_login">';
47
+
48
+ if ( is_user_logged_in() ) : // Already logged in
49
+ global $user_ID;
50
+ $wppb_user = get_userdata( $user_ID );
51
+ if($wppb_user->display_name == ''){
52
+ $wppb_user->display_name = $wppb_user->user_login;
53
+ }
54
+
55
+ ?>
56
+ <?php
57
+ $loginFilterArray['loginMessage1'] = '
58
+ <p class="alert">'.
59
+ __('You are currently logged in as', 'profilebuilder').' <a href="'.$authorPostsUrl = get_author_posts_url( $wppb_user->ID ).'" title="'.$wppb_user->display_name.'">'.$wppb_user->display_name.'</a>.
60
+ <a href="'.wp_logout_url( get_permalink() ).'" title="'. __('Log out of this account', 'profilebuilder').'">'. __('Log out', 'profilebuilder').' &raquo;</a>
61
+ </p><!-- .alert-->';
62
+
63
+ $loginFilterArray['loginMessage1'] = apply_filters('wppb_login_login_message1', $loginFilterArray['loginMessage1']);
64
+ echo $loginFilterArray['loginMessage1'];
65
+ ?>
66
+
67
+ <?php elseif ( $wppb_login->ID ) : // Successful login ?>
68
+ <?php
69
+ //$wppb_login = get_userdata( $wppb_login->ID );
70
+ if($wppb_login->display_name == ''){
71
+ $wppb_login->display_name = $wppb_login->user_login;
72
+ }
73
+
74
+ ?>
75
+
76
+ <?php
77
+ $loginFilterArray['loginMessage2'] = '
78
+ <p class="success">'.
79
+ __('You have successfully logged in as', 'profilebuilder').' <a href="'.$authorPostsUrl = get_author_posts_url( $wppb_login->ID ).'" title="'.$wppb_login->display_name.'">'.$wppb_login->display_name.'</a>.
80
+ </p><!-- .success-->';
81
+
82
+ $loginFilterArray['loginMessage2'] = apply_filters('wppb_login_login_message2', $loginFilterArray['loginMessage2']);
83
+ echo $loginFilterArray['loginMessage2'];
84
+ ?>
85
+
86
+
87
+ <?php
88
+ $permaLnk2 = get_permalink();
89
+ $wppb_addons = wppb_plugin_dir . '/premium/addon/';
90
+ if (file_exists ( $wppb_addons.'addon.php' )){
91
+ //check to see if the redirecting addon is present and activated
92
+ $wppb_premium_addon_settings = get_option('wppb_premium_addon_settings'); //fetch the descriptions array
93
+ if ($wppb_premium_addon_settings['customRedirect'] == 'show'){
94
+ //check to see if the redirect location is not an empty string and is activated
95
+ $customRedirectSettings = get_option('customRedirectSettings');
96
+ if ((trim($customRedirectSettings['afterLoginTarget']) != '') && ($customRedirectSettings['afterLogin'] == 'yes')){
97
+ $permaLnk2 = trim($customRedirectSettings['afterLoginTarget']);
98
+ $findHttp = strpos($permaLnk2, 'http');
99
+ if ($findHttp === false)
100
+ $permaLnk2 = 'http://'. $permaLnk2;
101
+ }
102
+ }
103
+ }
104
+
105
+ $loginFilterArray['redirectMessage'] = '
106
+ <font color="black">'. __('You will soon be redirected automatically. If you see this page for more than 1 second, please click', 'profilebuilder').' <a href="'.$permaLnk2.'">'. __('here', 'profilebuilder').'</a>.<meta http-equiv="Refresh" content="1;url='.$permaLnk2.'" /></font><br/><br/>';
107
+ $loginFilterArray['redirectMessage'] = apply_filters('wppb_login_redirect_message', $loginFilterArray['redirectMessage']);
108
+ echo $loginFilterArray['redirectMessage'];
109
+ ?>
110
+ <?php else : // Not logged in ?>
111
+
112
+ <?php if (!empty( $_POST['action'] )): ?>
113
+ <p class="error">
114
+ <?php if ( trim($_POST['user-name']) == '') echo '<strong>'. __('ERROR:','profilebuilder').'</strong> '. __('The username field is empty', 'profilebuilder').'. '; ?>
115
+ <?php if ( is_wp_error($wppb_login) ) echo $wppb_login->get_error_message();?>
116
+ </p><!-- .error -->
117
+ <?php endif; ?>
118
+
119
+ <?php /* use this action hook to add extra content before the login form. */ ?>
120
+ <?php do_action( 'wppb_before_login' ); ?>
121
+
122
+ <form action="<?php wppb_curpageurl(); ?>" method="post" class="sign-in">
123
+ <p class="login-form-username">
124
+ <label for="user-name"><?php _e('Username', 'profilebuilder'); ?></label>
125
+ <?php
126
+ if (isset($_POST['user-name']))
127
+ $userName = esc_html( $_POST['user-name'] );
128
+ else $userName = '';
129
+ ?>
130
+ <?php echo '<input type="text" name="user-name" id="user-name" class="text-input" value="'.$userName.'" />'; ?>
131
+ </p><!-- .form-username -->
132
+
133
+ <p class="login-form-password">
134
+ <label for="password"><?php _e('Password', 'profilebuilder'); ?></label>
135
+ <input type="password" name="password" id="password" class="text-input" />
136
+ </p><!-- .form-password -->
137
+ <p class="login-form-submit">
138
+ <input type="submit" name="submit" class="submit button" value="<?php _e('Log in', 'profilebuilder'); ?>" />
139
+ <?php
140
+ $loginFilterArray['rememberMe'] = '
141
+ <input class="remember-me checkbox" name="remember-me" id="remember-me" type="checkbox" checked="checked" value="forever" />
142
+ <label for="remember-me">'. __('Remember me', 'profilebuilder').'</label>';
143
+ $loginFilterArray['rememberMe'] = apply_filters('wppb_login_remember_me', $loginFilterArray['rememberMe']);
144
+ echo $loginFilterArray['rememberMe'];
145
+ ?>
146
+
147
+ <input type="hidden" name="action" value="log-in" />
148
+ </p><!-- .form-submit -->
149
+ <?php
150
+ $loginFilterArray['loginURL'] = '
151
+ <p>
152
+ <a href="'.$siteURL=get_option('siteurl').'/wp-login.php?action=lostpassword">'. __('Lost password?', 'profilebuilder').'</a>
153
+ </p>';
154
+ $loginFilterArray['loginURL'] = apply_filters('wppb_login_url', $loginFilterArray['loginURL']);
155
+ echo $loginFilterArray['loginURL'];
156
+ ?>
157
+ <?php wp_nonce_field('verify_true_login','login_nonce_field'); ?>
158
+ </form><!-- .sign-in -->
159
+
160
+ <?php endif;?>
161
+
162
+ <?php /* use this action hook to add extra content after the login form. */ ?>
163
+ <?php do_action( 'wppb_after_login' ); ?>
164
+
165
+ </div>
166
+ <?php
167
+ $output = ob_get_contents();
168
+ ob_end_clean();
169
+
170
+ $loginFilterArray = apply_filters('wppb_login', $loginFilterArray);
171
+
172
+ return $output;
173
  }
functions/functions.load.php CHANGED
@@ -1,185 +1,185 @@
1
- <?php if (!defined('ProfileBuilderVersion')) exit('No direct script access allowed');
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
-
9
- /**
10
- * Functions Load
11
- *
12
- */
13
- /* whitelist options, you can add more register_settings changing the second parameter */
14
-
15
- function wppb_register_settings() {
16
- $premiumPresent = WPPB_PLUGIN_DIR . '/premium/premium.php';
17
- $addonPresent = WPPB_PLUGIN_DIR . '/premium/addon/addon.php';
18
-
19
- register_setting( 'wppb_option_group', 'wppb_default_settings' );
20
- register_setting( 'wppb_default_style', 'wppb_default_style' );
21
- register_setting( 'wppb_display_admin_settings', 'wppb_display_admin_settings' );
22
- if (file_exists($premiumPresent)){
23
- register_setting( 'wppb_profile_builder_pro_serial', 'wppb_profile_builder_pro_serial' );
24
- }
25
- if (file_exists($addonPresent)){
26
- register_setting( 'wppb_premium_addon_settings', 'wppb_premium_addon_settings' );
27
- register_setting( 'customRedirectSettings', 'customRedirectSettings' );
28
- register_setting( 'userListingSettings', 'userListingSettings' );
29
- }
30
-
31
-
32
- }
33
-
34
- $wppb_premiumAdmin = WPPB_PLUGIN_DIR . '/premium/functions/';
35
- if (file_exists ( $wppb_premiumAdmin.'premium.functions.load.php' ))
36
- include_once($wppb_premiumAdmin.'premium.functions.load.php');
37
-
38
- function wppb_add_plugin_stylesheet() {
39
- $wppb_showDefaultCss = get_option('wppb_default_style');
40
- $styleUrl_default = WPPB_PLUGIN_URL . '/assets/css/front.end.css';
41
- $styleUrl_white = WPPB_PLUGIN_URL . '/premium/assets/css/front.end.white.css';
42
- $styleUrl_black = WPPB_PLUGIN_URL . '/premium/assets/css/front.end.black.css';
43
- $styleFile_default = WPPB_PLUGIN_DIR . '/assets/css/front.end.css';
44
- $styleFile_white = WPPB_PLUGIN_DIR . '/premium/assets/css/front.end.white.css';
45
- $styleFile_black = WPPB_PLUGIN_DIR . '/premium/assets/css/front.end.black.css';
46
- if ( (file_exists($styleFile_default)) && ($wppb_showDefaultCss == 'yes') ) {
47
- wp_register_style('wppb_stylesheet', $styleUrl_default);
48
- wp_enqueue_style( 'wppb_stylesheet');
49
- }elseif ( (file_exists($styleFile_white)) && ($wppb_showDefaultCss == 'white') ) {
50
- wp_register_style('wppb_stylesheet', $styleUrl_white);
51
- wp_enqueue_style( 'wppb_stylesheet');
52
- }elseif ( (file_exists($styleFile_black)) && ($wppb_showDefaultCss == 'black') ) {
53
- wp_register_style('wppb_stylesheet', $styleUrl_black);
54
- wp_enqueue_style( 'wppb_stylesheet');
55
- }
56
- }
57
-
58
-
59
- function wppb_show_admin_bar($content){
60
- global $current_user;
61
- global $wpdb;
62
- $admintSettingsPresent = get_option('wppb_display_admin_settings','not_found');
63
-
64
- if ($admintSettingsPresent != 'not_found'){
65
- if ($current_user->ID != 0){
66
- $capabilityName = $wpdb->prefix.'capabilities';
67
- $userRole = ($current_user->data->$capabilityName);
68
- if ($userRole != NULL){
69
- $currentRole = key($userRole);
70
- $getSettings = $admintSettingsPresent[$currentRole];
71
- if ($getSettings == 'show')
72
- return true;
73
- elseif ($getSettings == 'hide')
74
- return false;
75
- }elseif ($userRole == NULL){ // this is for the WP v.3.3
76
- $userRole = ($current_user->roles[0]);
77
- if ($userRole != NULL){
78
- $getSettings = $admintSettingsPresent[$userRole];
79
- if ($getSettings == 'show')
80
- return true;
81
- elseif ($getSettings == 'hide')
82
- return false;
83
- }
84
- }else
85
- return true;
86
- }
87
- }
88
- else
89
- return true;
90
- }
91
-
92
- if(!function_exists('wppb_curpageurl')){
93
- function wppb_curpageurl() {
94
- $pageURL = 'http';
95
- if ((isset($_SERVER["HTTPS"])) && ($_SERVER["HTTPS"] == "on")) {
96
- $pageURL .= "s";
97
- }
98
- $pageURL .= "://";
99
- if ($_SERVER["SERVER_PORT"] != "80") {
100
- $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
101
- } else {
102
- $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
103
- }
104
- return $pageURL;
105
- }
106
- }
107
-
108
-
109
-
110
- if ( is_admin() ){
111
- /* include the css for the datepicker */
112
- $wppb_premiumDatepicker = WPPB_PLUGIN_DIR . '/premium/assets/css/';
113
- if (file_exists ( $wppb_premiumDatepicker.'datepicker.style.css' ))
114
- wp_enqueue_style( 'profile-builder-admin-datepicker-style', WPPB_PLUGIN_URL.'/premium/assets/css/datepicker.style.css', false, ProfileBuilderVersion);
115
-
116
-
117
-
118
- /* register the settings for the menu only display sidebar menu for a user with a certain capability, in this case only the "admin" */
119
- add_action('admin_init', 'wppb_register_settings');
120
-
121
-
122
- /* display the same extra profile fields in the admin panel also */
123
- $wppb_premium = WPPB_PLUGIN_DIR . '/premium/functions/';
124
- if (file_exists ( $wppb_premium.'extra.fields.php' )){
125
- include( $wppb_premium.'extra.fields.php' );
126
- add_action( 'show_user_profile', 'display_profile_extra_fields_in_admin', 10 );
127
- add_action( 'edit_user_profile', 'display_profile_extra_fields_in_admin', 10 );
128
- add_action( 'personal_options_update', 'save_profile_extra_fields_in_admin', 10 );
129
- add_action( 'edit_user_profile_update', 'save_profile_extra_fields_in_admin', 10 );
130
-
131
- /* check to see if the inserted serial number is valid or not; purely for visual needs */
132
- add_action('admin_init', 'wppb_check_serial_number');
133
- }
134
-
135
- }
136
- else if ( !is_admin() ){
137
- /* include the stylesheet */
138
- add_action('wp_print_styles', 'wppb_add_plugin_stylesheet');
139
-
140
- $wppb_plugin = WPPB_PLUGIN_DIR . '/';
141
-
142
- /* include the menu file for the profile informations */
143
- include_once($wppb_plugin.'front-end/wppb.edit.profile.php');
144
- add_shortcode('wppb-edit-profile', 'wppb_front_end_profile_info');
145
-
146
- /*include the menu file for the login screen */
147
- include_once($wppb_plugin.'front-end/wppb.login.php');
148
- add_shortcode('wppb-login', 'wppb_front_end_login');
149
-
150
- /* include the menu file for the register screen */
151
- include_once($wppb_plugin.'front-end/wppb.register.php');
152
- add_shortcode('wppb-register', 'wppb_front_end_register');
153
-
154
- /* include the menu file for the recover password screen */
155
- include_once($wppb_plugin.'front-end/wppb.recover.password.php');
156
- add_shortcode('wppb-recover-password', 'wppb_front_end_password_recovery');
157
-
158
- /* set the front-end admin bar to show/hide */
159
- add_filter( 'show_admin_bar' , 'wppb_show_admin_bar');
160
-
161
- /* Shortcodes used for the widget area. Just uncomment whichever you need */
162
- add_filter('widget_text', 'do_shortcode', 11);
163
-
164
- /* check to see if the premium functions are present */
165
- $wppb_premiumAdmin = WPPB_PLUGIN_DIR . '/premium/functions/';
166
- if (file_exists ( $wppb_premiumAdmin.'premium.functions.load.php' )){
167
-
168
- include_once($wppb_premiumAdmin.'premium.functions.load.php');
169
-
170
- /* filter to set current users custom avatar */
171
- add_filter('get_avatar', 'wppb_changeDefaultAvatar', 21, 5);
172
- }
173
-
174
- $wppb_premiumAddon = WPPB_PLUGIN_DIR . '/premium/addon/';
175
- if (file_exists ( $wppb_premiumAddon.'addon.functions.php' )){
176
- //include the file containing the addon functions
177
- include_once($wppb_premiumAddon.'addon.functions.php');
178
-
179
- $wppb_addonOptions = get_option('wppb_premium_addon_settings');
180
- if ($wppb_addonOptions['userListing'] == 'show'){
181
- //add shortcode for the user-listing functionality
182
- add_shortcode('wppb-list-users', 'wppb_list_all_users');
183
- }
184
- }
185
  }
1
+ <?php if (!defined('ProfileBuilderVersion')) exit('No direct script access allowed');
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
+
9
+ /**
10
+ * Functions Load
11
+ *
12
+ */
13
+ /* whitelist options, you can add more register_settings changing the second parameter */
14
+
15
+ function wppb_register_settings() {
16
+ $premiumPresent = wppb_plugin_dir . '/premium/premium.php';
17
+ $addonPresent = wppb_plugin_dir . '/premium/addon/addon.php';
18
+
19
+ register_setting( 'wppb_option_group', 'wppb_default_settings' );
20
+ register_setting( 'wppb_default_style', 'wppb_default_style' );
21
+ register_setting( 'wppb_display_admin_settings', 'wppb_display_admin_settings' );
22
+ if (file_exists($premiumPresent)){
23
+ register_setting( 'wppb_profile_builder_pro_serial', 'wppb_profile_builder_pro_serial' );
24
+ }
25
+ if (file_exists($addonPresent)){
26
+ register_setting( 'wppb_premium_addon_settings', 'wppb_premium_addon_settings' );
27
+ register_setting( 'customRedirectSettings', 'customRedirectSettings' );
28
+ register_setting( 'userListingSettings', 'userListingSettings' );
29
+ }
30
+
31
+
32
+ }
33
+
34
+
35
+ function wppb_add_plugin_stylesheet() {
36
+ $wppb_showDefaultCss = get_option('wppb_default_style');
37
+ $styleUrl_default = wppb_plugin_url . '/assets/css/front.end.css';
38
+ $styleUrl_white = wppb_plugin_url . '/premium/assets/css/front.end.white.css';
39
+ $styleUrl_black = wppb_plugin_url . '/premium/assets/css/front.end.black.css';
40
+ $styleFile_default = wppb_plugin_dir . '/assets/css/front.end.css';
41
+ $styleFile_white = wppb_plugin_dir . '/premium/assets/css/front.end.white.css';
42
+ $styleFile_black = wppb_plugin_dir . '/premium/assets/css/front.end.black.css';
43
+ if ( (file_exists($styleFile_default)) && ($wppb_showDefaultCss == 'yes') ) {
44
+ wp_register_style('wppb_stylesheet', $styleUrl_default);
45
+ wp_enqueue_style( 'wppb_stylesheet');
46
+ }elseif ( (file_exists($styleFile_white)) && ($wppb_showDefaultCss == 'white') ) {
47
+ wp_register_style('wppb_stylesheet', $styleUrl_white);
48
+ wp_enqueue_style( 'wppb_stylesheet');
49
+ }elseif ( (file_exists($styleFile_black)) && ($wppb_showDefaultCss == 'black') ) {
50
+ wp_register_style('wppb_stylesheet', $styleUrl_black);
51
+ wp_enqueue_style( 'wppb_stylesheet');
52
+ }
53
+ }
54
+
55
+
56
+ function wppb_show_admin_bar($content){
57
+ global $current_user;
58
+ $admintSettingsPresent = get_option('wppb_display_admin_settings','not_found');
59
+ if ($admintSettingsPresent != 'not_found'){
60
+ $wppb_showAdminBar = get_option('wppb_display_admin_settings');
61
+ if ($current_user->ID != 0){
62
+ $userRole = ($current_user->data->wp_capabilities);
63
+ if ($userRole != NULL){
64
+ $currentRole = key($userRole);
65
+ $getSettings = $wppb_showAdminBar[$currentRole];
66
+ if ($getSettings == 'show')
67
+ return true;
68
+ elseif ($getSettings == 'hide')
69
+ return false;
70
+ }
71
+ }
72
+ }
73
+ else
74
+ return true;
75
+ }
76
+
77
+ if(!function_exists('wppb_curpageurl')){
78
+ function wppb_curpageurl() {
79
+ $pageURL = 'http';
80
+ if ((isset($_SERVER["HTTPS"])) && ($_SERVER["HTTPS"] == "on")) {
81
+ $pageURL .= "s";
82
+ }
83
+ $pageURL .= "://";
84
+ if ($_SERVER["SERVER_PORT"] != "80") {
85
+ $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
86
+ } else {
87
+ $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
88
+ }
89
+ return $pageURL;
90
+ }
91
+ }
92
+
93
+
94
+
95
+ if ( is_admin() ){
96
+ /* include the css for the datepicker */
97
+ $wppb_premiumDatepicker = wppb_plugin_dir . '/premium/assets/css/';
98
+ if (file_exists ( $wppb_premiumDatepicker.'datepicker.style.css' ))
99
+ wp_enqueue_style( 'profile-builder-admin-datepicker-style', wppb_plugin_url.'/premium/assets/css/datepicker.style.css', false, ProfileBuilderVersion);
100
+
101
+
102
+
103
+ /* register the settings for the menu only display sidebar menu for a user with a certain capability, in this case only the "admin" */
104
+ add_action('admin_init', 'wppb_register_settings');
105
+
106
+ $wppb_premiumAdmin = wppb_plugin_dir . '/premium/functions/';
107
+ if (file_exists ( $wppb_premiumAdmin.'premium.functions.load.php' )){
108
+ include_once($wppb_premiumAdmin.'premium.functions.load.php');
109
+
110
+ /* check whether a delete attachment has been requested */
111
+ add_action('admin_init', 'wppb_deleteAttachment');
112
+
113
+ /* check whether a delete avatar has been requested */
114
+ add_action('admin_init', 'wppb_deleteAvatar');
115
+
116
+ }
117
+
118
+
119
+ /* display the same extra profile fields in the admin panel also */
120
+ $wppb_premium = wppb_plugin_dir . '/premium/functions/';
121
+ if (file_exists ( $wppb_premium.'extra.fields.php' )){
122
+ include( $wppb_premium.'extra.fields.php' );
123
+ add_action( 'show_user_profile', 'display_profile_extra_fields', 10 );
124
+ add_action( 'edit_user_profile', 'display_profile_extra_fields', 10 );
125
+ add_action( 'personal_options_update', 'save_extra_profile_fields', 10 );
126
+ add_action( 'edit_user_profile_update', 'save_extra_profile_fields', 10 );
127
+
128
+ /* check to see if the inserted serial number is valid or not; purely for visual needs */
129
+ add_action('admin_init', 'wppb_check_serial_number');
130
+ }
131
+
132
+ }
133
+ else if ( !is_admin() ){
134
+ /* include the stylesheet */
135
+ add_action('wp_print_styles', 'wppb_add_plugin_stylesheet');
136
+
137
+ $wppb_plugin = wppb_plugin_dir . '/';
138
+
139
+ /* include the menu file for the profile informations */
140
+ include_once($wppb_plugin.'front-end/wppb.edit.profile.php');
141
+ add_shortcode('wppb-edit-profile', 'wppb_front_end_profile_info');
142
+
143
+ /*include the menu file for the login screen */
144
+ include_once($wppb_plugin.'front-end/wppb.login.php');
145
+ add_shortcode('wppb-login', 'wppb_front_end_login');
146
+
147
+ /* include the menu file for the register screen */
148
+ include_once($wppb_plugin.'front-end/wppb.register.php');
149
+ add_shortcode('wppb-register', 'wppb_front_end_register');
150
+
151
+ /* include the menu file for the recover password screen */
152
+ include_once($wppb_plugin.'front-end/wppb.recover.password.php');
153
+ add_shortcode('wppb-recover-password', 'wppb_front_end_password_recovery');
154
+
155
+ /* set the front-end admin bar to show/hide */
156
+ add_filter( 'show_admin_bar' , 'wppb_show_admin_bar');
157
+
158
+ /* Shortcodes used for the widget area. Just uncomment whichever you need */
159
+ add_filter('widget_text', 'do_shortcode', 11);
160
+
161
+ /* check to see if the premium functions are present */
162
+ $wppb_premiumAdmin = wppb_plugin_dir . '/premium/functions/';
163
+ if (file_exists ( $wppb_premiumAdmin.'premium.functions.load.php' )){
164
+
165
+ include_once($wppb_premiumAdmin.'premium.functions.load.php');
166
+
167
+ /* filter to set current users custom avatar */
168
+ add_filter('get_avatar', 'wppb_changeDefaultAvatar', 21, 5);
169
+
170
+ /* check if there is a need to resize the current avatar image for all the users*/
171
+ add_action('init', 'wppb_resize_avatar');
172
+ }
173
+
174
+ $wppb_premiumAddon = wppb_plugin_dir . '/premium/addon/';
175
+ if (file_exists ( $wppb_premiumAddon.'addon.functions.php' )){
176
+ //include the file containing the addon functions
177
+ include_once($wppb_premiumAddon.'addon.functions.php');
178
+
179
+ $wppb_addonOptions = get_option('wppb_premium_addon_settings');
180
+ if ($wppb_addonOptions['userListing'] == 'show'){
181
+ //add shortcode for the user-listing functionality
182
+ add_shortcode('wppb-list-users', 'wppb_list_all_users');
183
+ }
184
+ }
185
  }
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.22
7
  Author: Reflection Media, Barina Gabriel
8
  Author URI: http://www.reflectionmedia.ro
9
  License: GPL2
@@ -54,7 +54,7 @@ function return_bytes($val) {
54
  }
55
 
56
 
57
- define( 'ProfileBuilderVersion', '1.1.22' );
58
  define( 'wppb_plugin_dir', WP_PLUGIN_DIR . '/' . dirname( plugin_basename( __FILE__ ) ) );
59
  define( 'wppb_plugin_url', WP_PLUGIN_URL . '/' . dirname( plugin_basename( __FILE__ ) ) );
60
  define( 'ServerMaxUploadSizeByte', return_bytes( ini_get( 'upload_max_filesize') ) );
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.23
7
  Author: Reflection Media, Barina Gabriel
8
  Author URI: http://www.reflectionmedia.ro
9
  License: GPL2
54
  }
55
 
56
 
57
+ define( 'ProfileBuilderVersion', '1.1.23' );
58
  define( 'wppb_plugin_dir', WP_PLUGIN_DIR . '/' . dirname( plugin_basename( __FILE__ ) ) );
59
  define( 'wppb_plugin_url', WP_PLUGIN_URL . '/' . dirname( plugin_basename( __FILE__ ) ) );
60
  define( 'ServerMaxUploadSizeByte', return_bytes( ini_get( 'upload_max_filesize') ) );
readme.txt CHANGED
@@ -7,9 +7,9 @@ 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.3
10
- Stable tag: 1.1.22
11
 
12
- Simple to use profile plugin allowing front-end login, registration and edit profile by using shortcodes.
13
 
14
  == Description ==
15
 
@@ -89,17 +89,8 @@ This plugin only adds/removes fields in the front-end. The default information-f
89
  7. Logged in Page: screenshot7.jpg
90
 
91
  == Changelog ==
92
- = 1.1.22 =
93
- Changes.
94
-
95
- = 1.1.21 =
96
- Bugfix.
97
-
98
- = 1.1.20 =
99
- Consecutive updates.
100
-
101
- = 1.1.15 =
102
- Minor change to index file.
103
 
104
  = 1.1.14 =
105
  Compatibility fix for WP version 3.3
7
  front-end register, front-end registration, frontend edit profile, edit profile
8
  Requires at least: 3.1
9
  Tested up to: 3.3
10
+ Stable tag: 1.1.23
11
 
12
+ Simple to use profile plugin allowing front-end login, registration and edit profile by using shortcodes.
13
 
14
  == Description ==
15
 
89
  7. Logged in Page: screenshot7.jpg
90
 
91
  == Changelog ==
92
+ = 1.1.23 =
93
+ Consecutive bugfixes.
 
 
 
 
 
 
 
 
 
94
 
95
  = 1.1.14 =
96
  Compatibility fix for WP version 3.3
translation/profilebuilder-cs_CZ.po CHANGED
@@ -1,841 +1,841 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Profile Builder Pro v1.1\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2011-08-18 13:04+0100\n"
7
- "Last-Translator: Martin Jurica <martin@jurica.info>\n"
8
- "Language-Team: Martin Jurica <martin@jurica.info>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: Czech\n"
14
- "X-Poedit-Country: CZECH REPUBLIC\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_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"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- #@ profilebuilder
22
- #: front-end/menu.file.php:5
23
- #: front-end/menu.file.php:8
24
- msgid "Profile Builder"
25
- msgstr "Profile Builder"
26
-
27
- #@ profilebuilder
28
- #: front-end/menu.file.php:6
29
- msgid "Welcome to Profile Builder!"
30
- msgstr "Vítá vás Profile Builder!"
31
-
32
- #@ profilebuilder
33
- #: front-end/menu.file.php:8
34
- msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
35
- msgstr " umožňuje přidat front-end menu pro všechny uživatele vašeho webu. To usnadňuje úpravu profilu a zjednodušuje registraci nových uživatelů."
36
-
37
- #@ profilebuilder
38
- #: front-end/menu.file.php:9
39
- msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
40
- msgstr "Uživatelé s administrátorskými právy mohou upravovat stávající pole v profilu a vytvářet nová."
41
-
42
- #@ profilebuilder
43
- #: front-end/menu.file.php:10
44
- msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
45
- msgstr "Pro úpravu profilu přímo na webu (ne v administraci) stačí vytvořit novu Stránku (a pojmenovat ji například Upravit profil)."
46
-
47
- #@ profilebuilder
48
- #: front-end/menu.file.php:11
49
- msgid "Now all you need to do is add the following shortcode(for the previous example): "
50
- msgstr "Do vytvořené stránky (nebo widgetu) pak stačí umístit následující kód: "
51
-
52
- #@ profilebuilder
53
- #: front-end/menu.file.php:12
54
- msgid "Publish your page and you are ready to go!"
55
- msgstr "Nyní vytvořenou stránku publikujte a jste hotovi."
56
-
57
- #@ profilebuilder
58
- #: front-end/menu.file.php:13
59
- msgid "You can use the following shortcodes:"
60
- msgstr "K dispozici jsou následující kódy:"
61
-
62
- #@ profilebuilder
63
- #: front-end/menu.file.php:14
64
- msgid "for a log-in form."
65
- msgstr " pro přihlašovací formulář."
66
-
67
- #@ profilebuilder
68
- #: front-end/menu.file.php:15
69
- msgid "to add a registration form."
70
- msgstr " pro registrační formulář."
71
-
72
- #@ profilebuilder
73
- #: front-end/menu.file.php:16
74
- msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
75
- msgstr "pro poskytnutí přístupu k vlastnímu profilu (pouze pro přihlášené uživatele)."
76
-
77
- #@ profilebuilder
78
- #: front-end/menu.file.php:18
79
- msgid "Users with administrator rights have access to the following features:"
80
- msgstr "Uživatelé s administrátorskými právy mohou také:"
81
-
82
- #@ profilebuilder
83
- #: front-end/menu.file.php:19
84
- msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
85
- msgstr "přidat/zahrnout vlastní CSS styl z aktuální šablony nebo použít některý ze stylů Profile Builder (výchozí, bílý, černý)."
86
-
87
- #@ profilebuilder
88
- #: front-end/menu.file.php:20
89
- msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
90
- msgstr "zvolit, zda zobrazovat administrační menu ve front-endu - v závislosti na uživatelské skupině."
91
-
92
- #@ profilebuilder
93
- #: front-end/menu.file.php:21
94
- msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
95
- msgstr "určit, která pole mohou uživatelé vidět/upravovat. Obsah skrytých polí zůstane beze změny."
96
-
97
- #@ profilebuilder
98
- #: front-end/menu.file.php:22
99
- msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
100
- msgstr "přidat další uživatelská pole k již existujícím polím profilu. K dispozici jsou typy polí: nadpis, text, textarea, select, check-box, radio a upload."
101
-
102
- #@ profilebuilder
103
- #: front-end/menu.file.php:23
104
- msgid "add an avatar field."
105
- msgstr "přidat pole pro avatar."
106
-
107
- #@ profilebuilder
108
- #: front-end/menu.file.php:26
109
- msgid "NOTE:"
110
- msgstr "POZNÁMKA:"
111
-
112
- #@ profilebuilder
113
- #: front-end/menu.file.php:27
114
- msgid "this plugin only adds/removes fields in the front-end."
115
- msgstr "tento plugin pouze přidává/odstraňuje pole ve front-endu."
116
-
117
- #@ profilebuilder
118
- #: front-end/menu.file.php:28
119
- msgid "The default information-fields will still be visible(and thus modifiable)"
120
- msgstr "Výchozí pole budou i nadále dostupná (včetně možnosti úprav)"
121
-
122
- #@ profilebuilder
123
- #: front-end/menu.file.php:29
124
- msgid "from the back-end, while custom fields will only be visible in the front-end."
125
- msgstr "v administraci. Vlastní pole budou přístupná ve front-endu (na webu)."
126
-
127
- #@ profilebuilder
128
- #: front-end/menu.file.php:43
129
- #: front-end/menu.file.php:44
130
- #: front-end/options.php:58
131
- msgid "Plugin Layout"
132
- msgstr "Nastavení vzhledu"
133
-
134
- #@ profilebuilder
135
- #: front-end/menu.file.php:50
136
- msgid "Stylesheet used:"
137
- msgstr "CSS styl:"
138
-
139
- #@ profilebuilder
140
- #: front-end/menu.file.php:53
141
- msgid "Default"
142
- msgstr "Výchozí"
143
-
144
- #@ profilebuilder
145
- #: front-end/menu.file.php:58
146
- msgid "White"
147
- msgstr "Bílý"
148
-
149
- #@ profilebuilder
150
- #: front-end/menu.file.php:59
151
- msgid "Black"
152
- msgstr "Černý"
153
-
154
- #@ profilebuilder
155
- #: front-end/menu.file.php:63
156
- msgid "None"
157
- msgstr "Žádný"
158
-
159
- #@ default
160
- #: front-end/menu.file.php:72
161
- #: front-end/menu.file.php:119
162
- #: front-end/menu.file.php:287
163
- #: premium/premium.php:177
164
- msgid "Save Changes"
165
- msgstr "Uložit změny"
166
-
167
- #@ profilebuilder
168
- #: front-end/menu.file.php:90
169
- #: front-end/menu.file.php:91
170
- msgid "Show/Hide the Admin Bar on Front End"
171
- msgstr "Administrační lišta ve front-endu"
172
-
173
- #@ profilebuilder
174
- #: front-end/menu.file.php:95
175
- msgid "User-group"
176
- msgstr "Skupina"
177
-
178
- #@ profilebuilder
179
- #: front-end/menu.file.php:96
180
- #: front-end/menu.file.php:143
181
- msgid "Visibility"
182
- msgstr "Viditelnost"
183
-
184
- #@ profilebuilder
185
- #: front-end/menu.file.php:108
186
- #: front-end/menu.file.php:159
187
- #: front-end/menu.file.php:168
188
- #: front-end/menu.file.php:177
189
- #: front-end/menu.file.php:186
190
- #: front-end/menu.file.php:195
191
- #: front-end/menu.file.php:212
192
- #: front-end/menu.file.php:221
193
- #: front-end/menu.file.php:233
194
- #: front-end/menu.file.php:242
195
- #: front-end/menu.file.php:251
196
- #: front-end/menu.file.php:268
197
- #: front-end/menu.file.php:278
198
- msgid "Show"
199
- msgstr "Zobrazit"
200
-
201
- #@ profilebuilder
202
- #: front-end/menu.file.php:109
203
- #: front-end/menu.file.php:160
204
- #: front-end/menu.file.php:169
205
- #: front-end/menu.file.php:178
206
- #: front-end/menu.file.php:187
207
- #: front-end/menu.file.php:196
208
- #: front-end/menu.file.php:213
209
- #: front-end/menu.file.php:222
210
- #: front-end/menu.file.php:234
211
- #: front-end/menu.file.php:243
212
- #: front-end/menu.file.php:252
213
- #: front-end/menu.file.php:269
214
- #: front-end/menu.file.php:279
215
- msgid "Hide"
216
- msgstr "Skrýt"
217
-
218
- #@ profilebuilder
219
- #: front-end/menu.file.php:137
220
- #: front-end/menu.file.php:138
221
- #: front-end/options.php:60
222
- msgid "Default Profile Fields"
223
- msgstr "Výchozí pole profilu"
224
-
225
- #@ profilebuilder
226
- #: front-end/menu.file.php:142
227
- msgid "Input Field Name"
228
- msgstr "Název pole"
229
-
230
- #@ profilebuilder
231
- #: front-end/menu.file.php:149
232
- msgid "Name:"
233
- msgstr "Jméno:"
234
-
235
- #@ profilebuilder
236
- #: front-end/menu.file.php:156
237
- #: front-end/wppb.edit.profile.php:385
238
- #: front-end/wppb.login.php:76
239
- #: front-end/wppb.register.php:244
240
- msgid "Username"
241
- msgstr "Uživatelské jméno"
242
-
243
- #@ profilebuilder
244
- #: front-end/menu.file.php:165
245
- #: front-end/wppb.edit.profile.php:394
246
- #: front-end/wppb.register.php:259
247
- msgid "First Name"
248
- msgstr "Křestní jméno"
249
-
250
- #@ profilebuilder
251
- #: front-end/menu.file.php:174
252
- #: front-end/wppb.edit.profile.php:403
253
- #: front-end/wppb.register.php:273
254
- msgid "Last Name"
255
- msgstr "Příjmení"
256
-
257
- #@ profilebuilder
258
- #: front-end/menu.file.php:183
259
- #: front-end/wppb.edit.profile.php:412
260
- #: front-end/wppb.register.php:287
261
- msgid "Nickname"
262
- msgstr "Přezdívka"
263
-
264
- #@ profilebuilder
265
- #: front-end/menu.file.php:192
266
- msgid "Display name publicly as..."
267
- msgstr "Veřejně zobrazovat jako..."
268
-
269
- #@ profilebuilder
270
- #: front-end/menu.file.php:202
271
- msgid "Contact Info:"
272
- msgstr "Kontaktní informace:"
273
-
274
- #@ profilebuilder
275
- #: front-end/menu.file.php:209
276
- #: front-end/wppb.edit.profile.php:457
277
- #: front-end/wppb.register.php:305
278
- msgid "E-mail"
279
- msgstr "E-mail"
280
-
281
- #@ profilebuilder
282
- #: front-end/menu.file.php:218
283
- #: front-end/wppb.edit.profile.php:467
284
- #: front-end/wppb.register.php:320
285
- msgid "Website"
286
- msgstr "Web"
287
-
288
- #@ profilebuilder
289
- #: front-end/menu.file.php:230
290
- #: front-end/wppb.edit.profile.php:476
291
- #: front-end/wppb.register.php:334
292
- msgid "AIM"
293
- msgstr "AIM (AOL Instant Messenger)"
294
-
295
- #@ profilebuilder
296
- #: front-end/menu.file.php:239
297
- #: front-end/wppb.edit.profile.php:485
298
- #: front-end/wppb.register.php:348
299
- msgid "Yahoo IM"
300
- msgstr "Yahoo IM"
301
-
302
- #@ profilebuilder
303
- #: front-end/menu.file.php:248
304
- #: front-end/wppb.edit.profile.php:494
305
- #: front-end/wppb.register.php:362
306
- msgid "Jabber / Google Talk"
307
- msgstr "Jabber / Google Talk"
308
-
309
- #@ profilebuilder
310
- #: front-end/menu.file.php:258
311
- msgid "About Yourself:"
312
- msgstr "O vás:"
313
-
314
- #@ profilebuilder
315
- #: front-end/menu.file.php:265
316
- #: front-end/wppb.edit.profile.php:507
317
- #: front-end/wppb.register.php:380
318
- msgid "Biographical Info"
319
- msgstr "Osobní informace"
320
-
321
- #@ profilebuilder
322
- #: front-end/menu.file.php:275
323
- #: front-end/wppb.edit.profile.php:516
324
- msgid "New Password"
325
- msgstr "Nové heslo"
326
-
327
- #@ profilebuilder
328
- #: front-end/options.php:57
329
- msgid "Basic Information"
330
- msgstr "Základní informace"
331
-
332
- #@ profilebuilder
333
- #: front-end/options.php:59
334
- msgid "Show/Hide the Admin Bar on Front-end"
335
- msgstr "Zobrazit/skrýt administrační lištu ve front-endu"
336
-
337
- #@ profilebuilder
338
- #: front-end/options.php:63
339
- #: premium/premium.php:5
340
- #: premium/premium.php:6
341
- msgid "Extra Profile Fields"
342
- msgstr "Vlastní pole profilu"
343
-
344
- #@ profilebuilder
345
- #: front-end/options.php:64
346
- msgid "Register Your Version"
347
- msgstr "Registrace"
348
-
349
- #@ profilebuilder
350
- #: front-end/wppb.edit.profile.php:269
351
- msgid "You must be logged in to edit your profile."
352
- msgstr "Pro úpravu profilu je nutné se přihlásit."
353
-
354
- #@ profilebuilder
355
- #: front-end/wppb.edit.profile.php:278
356
- msgid "The avatar was successfully deleted."
357
- msgstr "Avatar byl úspěšně odstraněn."
358
-
359
- #@ profilebuilder
360
- #: front-end/wppb.edit.profile.php:283
361
- msgid "The attachment \""
362
- msgstr "Příloha \""
363
-
364
- #@ profilebuilder
365
- #: front-end/wppb.edit.profile.php:285
366
- msgid "\" was successfully deleted."
367
- msgstr "\" byla úspěšně odstraněna."
368
-
369
- #@ profilebuilder
370
- #: front-end/wppb.edit.profile.php:298
371
- msgid "The changes have been successfully saved."
372
- msgstr "Změny byly úspěšně uloženy."
373
-
374
- #@ profilebuilder
375
- #: front-end/wppb.edit.profile.php:303
376
- msgid "The email address you entered is already registered to a different user.<br/>The email address was "
377
- msgstr "Zadaný e-mail má již zaregistrován jiný uživatel. <br/> E-mailová adresa"
378
-
379
- #@ profilebuilder
380
- #: front-end/wppb.edit.profile.php:304
381
- #: front-end/wppb.edit.profile.php:314
382
- #: front-end/wppb.edit.profile.php:324
383
- #: front-end/wppb.edit.profile.php:333
384
- #: front-end/wppb.edit.profile.php:355
385
- #: front-end/wppb.edit.profile.php:363
386
- msgid "NOT"
387
- msgstr "NEBYLA"
388
-
389
- #@ profilebuilder
390
- #: front-end/wppb.edit.profile.php:305
391
- #: front-end/wppb.edit.profile.php:315
392
- #: front-end/wppb.edit.profile.php:325
393
- #: front-end/wppb.edit.profile.php:334
394
- #: front-end/wppb.edit.profile.php:356
395
- #: front-end/wppb.edit.profile.php:364
396
- msgid " updated along with the rest of the information."
397
- msgstr " aktualizována spolu s ostatními informacemi."
398
-
399
- #@ profilebuilder
400
- #: front-end/wppb.edit.profile.php:313
401
- msgid "The email address you entered is invalid. <br/> The email address was "
402
- msgstr "Zadaný e-mail není platný. <br/> Adresa "
403
-
404
- #@ profilebuilder
405
- #: front-end/wppb.edit.profile.php:323
406
- msgid "The passwords you entered do not match. <br/> The password was "
407
- msgstr "Zadaná hesla se neshodují. <br/> Zadané heslo "
408
-
409
- #@ profilebuilder
410
- #: front-end/wppb.edit.profile.php:332
411
- msgid "You didn't complete both password fields. <br/> The password was "
412
- msgstr "Nevyplnili jste obě pole pro heslo. <br/> Zadané heslo "
413
-
414
- #@ profilebuilder
415
- #: front-end/wppb.edit.profile.php:344
416
- msgid "There was an error while trying to upload the following attachments:<br/>"
417
- msgstr "Došlo k chybě při pokusu nahrát tyto přílohy: <br/>"
418
-
419
- #@ profilebuilder
420
- #: front-end/wppb.edit.profile.php:352
421
- msgid "<br/>Possible cause: the size was bigger than "
422
- msgstr "<br/> Možná příčina: velikost byla větší než "
423
-
424
- #@ profilebuilder
425
- #: front-end/wppb.edit.profile.php:354
426
- msgid "b.<br/>The listed attachements were "
427
- msgstr "B. <br/> Příloha (přílohy) "
428
-
429
- #@ profilebuilder
430
- #: front-end/wppb.edit.profile.php:362
431
- msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
432
- msgstr "Došlo k chybě při pokusu nahrát avatar. <br/> Možná příčina: Velikost/nesprávný typu souboru. <br/> Ikona avataru "
433
-
434
- #@ profilebuilder
435
- #: front-end/wppb.edit.profile.php:380
436
- #: front-end/wppb.register.php:233
437
- msgid "Name"
438
- msgstr "Jméno"
439
-
440
- #@ default
441
- #: front-end/wppb.edit.profile.php:386
442
- msgid " Usernames cannot be changed."
443
- msgstr "Uživatelská jména nelze měnit."
444
-
445
- #@ profilebuilder
446
- #: front-end/wppb.edit.profile.php:414
447
- #: front-end/wppb.edit.profile.php:459
448
- #: front-end/wppb.register.php:246
449
- #: front-end/wppb.register.php:307
450
- msgid "(required)"
451
- msgstr "(vyžadováno)"
452
-
453
- #@ profilebuilder
454
- #: front-end/wppb.edit.profile.php:422
455
- msgid "Display name publicly as"
456
- msgstr "Veřejně zobrazovat jako"
457
-
458
- #@ profilebuilder
459
- #: front-end/wppb.edit.profile.php:451
460
- #: front-end/wppb.register.php:294
461
- msgid "Contact Info"
462
- msgstr "Kontaktní informace"
463
-
464
- #@ profilebuilder
465
- #: front-end/wppb.edit.profile.php:501
466
- #: front-end/wppb.register.php:369
467
- msgid "About Yourself"
468
- msgstr "O vás"
469
-
470
- #@ profilebuilder
471
- #: front-end/wppb.edit.profile.php:521
472
- #: front-end/wppb.register.php:403
473
- msgid "Repeat Password"
474
- msgstr "Heslo ještě jednou"
475
-
476
- #@ profilebuilder
477
- #: front-end/wppb.edit.profile.php:537
478
- msgid "Update"
479
- msgstr "Aktualizovat"
480
-
481
- #@ profilebuilder
482
- #: front-end/wppb.login.php:47
483
- #, php-format
484
- msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
485
- msgstr "Jste přihlášeni jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
486
-
487
- #@ profilebuilder
488
- #: front-end/wppb.login.php:47
489
- #: front-end/wppb.register.php:171
490
- msgid "Log out of this account"
491
- msgstr "Odhlásit se"
492
-
493
- #@ profilebuilder
494
- #: front-end/wppb.login.php:47
495
- msgid "Log out &raquo;"
496
- msgstr "Odhlásit se &raquo;"
497
-
498
- #@ profilebuilder
499
- #: front-end/wppb.login.php:60
500
- #, php-format
501
- msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
502
- msgstr "Úspěšné přihlášení jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
503
-
504
- #@ profilebuilder
505
- #: front-end/wppb.login.php:86
506
- #: front-end/wppb.register.php:398
507
- msgid "Password"
508
- msgstr "Heslo"
509
-
510
- #@ profilebuilder
511
- #: front-end/wppb.login.php:90
512
- msgid "Log in"
513
- msgstr "Přihlásit se"
514
-
515
- #@ profilebuilder
516
- #: front-end/wppb.login.php:92
517
- msgid "Remember me"
518
- msgstr "Pamatovat si mě"
519
-
520
- #@ profilebuilder
521
- #: front-end/wppb.login.php:96
522
- msgid "Lost password?"
523
- msgstr "Zapomněli jste heslo?"
524
-
525
- #@ profilebuilder
526
- #: front-end/wppb.register.php:39
527
- msgid "A username is required for registration."
528
- msgstr "Uživatelské jméno je nutné pro registraci."
529
-
530
- #@ profilebuilder
531
- #: front-end/wppb.register.php:41
532
- msgid "Sorry, that username already exists!"
533
- msgstr "Omlouváme se, ale toto uživatelské jméno již existuje."
534
-
535
- #@ profilebuilder
536
- #: front-end/wppb.register.php:44
537
- msgid "You must enter a valid email address."
538
- msgstr "Musíte zadat platnou e-mailovou adresu."
539
-
540
- #@ profilebuilder
541
- #: front-end/wppb.register.php:46
542
- msgid "Sorry, that email address is already used!"
543
- msgstr "Omlouváme se, ale tato e-mailová adresa je již zaregistrována."
544
-
545
- #@ profilebuilder
546
- #: front-end/wppb.register.php:49
547
- msgid "You didn't complete one of the password-fields!"
548
- msgstr "Nebyla vyplněna obě pole hesla."
549
-
550
- #@ profilebuilder
551
- #: front-end/wppb.register.php:51
552
- msgid "The entered passwords don't match!"
553
- msgstr "Zadaná hesla se neshodují."
554
-
555
- #@ profilebuilder
556
- #: front-end/wppb.register.php:171
557
- #, php-format
558
- msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
559
- msgstr "Jste přihlášeni jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Není třeba zakládat další účet..."
560
-
561
- #@ profilebuilder
562
- #: front-end/wppb.register.php:171
563
- msgid "Logout &raquo;"
564
- msgstr "Odhlásit se &raquo;"
565
-
566
- #@ profilebuilder
567
- #: front-end/wppb.register.php:181
568
- #, php-format
569
- msgid "A user account for %1$s has been created."
570
- msgstr "Uživatelský účet pro %1$s byl vytvořen."
571
-
572
- #@ profilebuilder
573
- #: front-end/wppb.register.php:183
574
- #, php-format
575
- msgid "Thank you for registering, %1$s."
576
- msgstr "Děkujeme za registraci, %1$s."
577
-
578
- #@ profilebuilder
579
- #: front-end/wppb.register.php:211
580
- msgid "Users can register themselves or you can manually create users here."
581
- msgstr "Uživatelé se mohou zaregistrovat sami, případně můžete manuálně vytvářet uživatele zde."
582
-
583
- #@ profilebuilder
584
- #: front-end/wppb.register.php:215
585
- msgid "Users cannot currently register themselves, but you can manually create users here."
586
- msgstr "Uživatelé se nemohou sami zaregistrovat, ale můžete je ručně vytvářet zde."
587
-
588
- #@ profilebuilder
589
- #: front-end/wppb.register.php:219
590
- msgid "Only an administrator can add new users."
591
- msgstr "Pouze administrátor může přidávat nové uživatele."
592
-
593
- #@ profilebuilder
594
- #: front-end/wppb.register.php:422
595
- msgid " Send these credentials via email."
596
- msgstr "Odeslat tyto přihlašovací údaje e-mailem."
597
-
598
- #@ profilebuilder
599
- #: front-end/wppb.register.php:428
600
- msgid "Add User"
601
- msgstr "Přidat uživatele"
602
-
603
- #@ profilebuilder
604
- #: front-end/wppb.register.php:428
605
- msgid "Register"
606
- msgstr "Registrovat"
607
-
608
- #@ profilebuilder
609
- #: premium/functions/extra.fields.php:25
610
- #: premium/functions/extra.fields.php:31
611
- #: premium/functions/extra.fields.php:46
612
- #: premium/functions/extra.fields.php:62
613
- #: premium/functions/extra.fields.php:78
614
- #: premium/functions/extra.fields.php:93
615
- #: premium/functions/extra.fields.php:109
616
- #: premium/functions/extra.fields.php:133
617
- #: premium/functions/extra.fields.php:167
618
- #: premium/functions/extra.fields.php:177
619
- #: premium/functions/extra.fields.php:188
620
- #: premium/functions/extra.fields.php:203
621
- #: premium/functions/extra.fields.php:217
622
- #: premium/functions/extra.fields.php:237
623
- #: premium/functions/extra.fields.php:248
624
- #: premium/functions/extra.fields.php:258
625
- #: premium/functions/extra.fields.php:302
626
- #: premium/functions/extra.fields.php:310
627
- #: premium/functions/extra.fields.php:326
628
- #: premium/functions/extra.fields.php:347
629
- #: premium/functions/extra.fields.php:368
630
- #: premium/functions/extra.fields.php:387
631
- #: premium/functions/extra.fields.php:407
632
- #: premium/functions/extra.fields.php:432
633
- msgid "item_title"
634
- msgstr "item_title"
635
-
636
- #@ profilebuilder
637
- #: premium/functions/extra.fields.php:36
638
- #: premium/functions/extra.fields.php:53
639
- #: premium/functions/extra.fields.php:69
640
- #: premium/functions/extra.fields.php:86
641
- #: premium/functions/extra.fields.php:97
642
- #: premium/functions/extra.fields.php:112
643
- #: premium/functions/extra.fields.php:136
644
- #: premium/functions/extra.fields.php:180
645
- #: premium/functions/extra.fields.php:195
646
- #: premium/functions/extra.fields.php:210
647
- #: premium/functions/extra.fields.php:226
648
- #: premium/functions/extra.fields.php:241
649
- #: premium/functions/extra.fields.php:251
650
- #: premium/functions/extra.fields.php:261
651
- #: premium/functions/extra.fields.php:313
652
- #: premium/functions/extra.fields.php:335
653
- #: premium/functions/extra.fields.php:356
654
- #: premium/functions/extra.fields.php:377
655
- #: premium/functions/extra.fields.php:391
656
- #: premium/functions/extra.fields.php:410
657
- #: premium/functions/extra.fields.php:435
658
- msgid "item_desc"
659
- msgstr "item_desc"
660
-
661
- #@ profilebuilder
662
- #: premium/functions/extra.fields.php:114
663
- #: premium/functions/extra.fields.php:117
664
- #: premium/functions/extra.fields.php:412
665
- #: premium/functions/extra.fields.php:415
666
- msgid "Current file"
667
- msgstr "Aktuální soubor"
668
-
669
- #@ profilebuilder
670
- #: premium/functions/extra.fields.php:138
671
- #: premium/functions/extra.fields.php:437
672
- msgid "Current avatar"
673
- msgstr "Aktuální avatar"
674
-
675
- #@ profilebuilder
676
- #: premium/premium.php:7
677
- msgid "You can create as many extra fields as your project requires. To break your custom fields into sections (on the front-end), add a \""
678
- msgstr "Můžete vytvořit libovolné množství vlastních polí. K jejich rozdělení do tématických celků (ve front-endu) použijte pole \""
679
-
680
- #@ profilebuilder
681
- #: premium/premium.php:7
682
- msgid "heading"
683
- msgstr "záhlaví"
684
-
685
- #@ profilebuilder
686
- #: premium/premium.php:7
687
- msgid "\" custom field."
688
- msgstr "\"."
689
-
690
- #@ profilebuilder
691
- #: premium/premium.php:8
692
- msgid "All of the fields can be sorted and rearranged to your liking with "
693
- msgstr "Všechna pole lze třídit pomocí "
694
-
695
- #@ profilebuilder
696
- #: premium/premium.php:8
697
- msgid "Drag"
698
- msgstr "Drag"
699
-
700
- #@ profilebuilder
701
- #: premium/premium.php:8
702
- msgid "Drop"
703
- msgstr "Drop"
704
-
705
- #@ profilebuilder
706
- #: premium/premium.php:8
707
- msgid ". Don't worry about the order in which you create your custom fields, you can always reorder them."
708
- msgstr ". Není proto třeba se starat o pořadí, ve kterém vytvoříte vlastní pole, můžete jej kdykoli změnit."
709
-
710
- #@ profilebuilder
711
- #: premium/premium.php:12
712
- #: premium/premium.php:20
713
- msgid "Title"
714
- msgstr "Název"
715
-
716
- #@ profilebuilder
717
- #: premium/premium.php:13
718
- #: premium/premium.php:21
719
- msgid "Key"
720
- msgstr "Klíč"
721
-
722
- #@ profilebuilder
723
- #: premium/premium.php:14
724
- #: premium/premium.php:22
725
- msgid "Type"
726
- msgstr "Typ"
727
-
728
- #@ profilebuilder
729
- #: premium/premium.php:15
730
- #: premium/premium.php:23
731
- msgid "Add Option"
732
- msgstr "Přidat volbu"
733
-
734
- #@ profilebuilder
735
- #: premium/premium.php:37
736
- #: premium/premium.php:137
737
- msgid "Edit"
738
- msgstr "Upravit"
739
-
740
- #@ profilebuilder
741
- #: premium/premium.php:38
742
- #: premium/premium.php:138
743
- msgid "Delete"
744
- msgstr "Odstranit"
745
-
746
- #@ profilebuilder
747
- #: premium/premium.php:61
748
- msgid "Title:"
749
- msgstr "Název:"
750
-
751
- #@ profilebuilder
752
- #: premium/premium.php:61
753
- msgid "The title of the item."
754
- msgstr "Název vlastního pole."
755
-
756
- #@ profilebuilder
757
- #: premium/premium.php:71
758
- msgid "Option Key:"
759
- msgstr "Klíč vlastního pole:"
760
-
761
- #@ profilebuilder
762
- #: premium/premium.php:71
763
- msgid "Unique alphanumeric key, underscores are acceptable."
764
- msgstr "Unikátní alfanumerický klíč, můžete použít i podtržítka."
765
-
766
- #@ profilebuilder
767
- #: premium/premium.php:99
768
- msgid "Option Type:"
769
- msgstr "Typ vlastního pole:"
770
-
771
- #@ profilebuilder
772
- #: premium/premium.php:99
773
- msgid "Choose one of the supported option types."
774
- msgstr "Vyberte jednu z nabízených možností."
775
-
776
- #@ profilebuilder
777
- #: premium/premium.php:109
778
- msgid "Description:"
779
- msgstr "Popis:"
780
-
781
- #@ profilebuilder
782
- #: premium/premium.php:109
783
- msgid "Enter a detailed description of the option for end users to read(optional)."
784
- msgstr "Zadejte podrobný popis vlastního pole pro uživatele (volitelné)."
785
-
786
- #@ profilebuilder
787
- #: premium/premium.php:119
788
- msgid "Options:"
789
- msgstr "Možnosti:"
790
-
791
- #@ profilebuilder
792
- #: premium/premium.php:119
793
- msgid "Enter a comma separated list of options. For example, you could have \"One,Two,Three\" or just a single value like \"Yes\" for a checkbox."
794
- msgstr "Zadejte čárkami oddělený seznam možností. Například \"Jedna, dva, tři\" nebo jen jednu hodnotu (např. \"Ano\" u check-boxu)."
795
-
796
- #@ profilebuilder
797
- #: premium/premium.php:127
798
- msgid "Cancel"
799
- msgstr "Zrušit"
800
-
801
- #@ profilebuilder
802
- #: premium/premium.php:128
803
- msgid "Save"
804
- msgstr "Uložit"
805
-
806
- #@ profilebuilder
807
- #: premium/premium.php:158
808
- #: premium/premium.php:159
809
- msgid "Register your version of Profile Builder Pro"
810
- msgstr "Zaregistrujte si svou verzi Profile Builder Pro"
811
-
812
- #@ profilebuilder
813
- #: premium/premium.php:160
814
- msgid "Now that you acquired a copy of Profile Builder Pro, you should take the time and register it with the serial number you received in the e-mail."
815
- msgstr "Nyní, když jste získali svou kopii Profile Builder Pro, zvažte výhody registrace této kopie zadáním sériového čísla, které jste obdrželi v e-mailu."
816
-
817
- #@ profilebuilder
818
- #: premium/premium.php:161
819
- msgid "If you register this version of Profile Builder, you'll receive information regarding eventual upgrades, patches, and - if needed - technical support."
820
- msgstr "Pokud si zaregistrujete tuto verzi Profile Builder, budete dostávat informace o aktualizacích, nových verzích a získáte přístup k technické podpoře."
821
-
822
- #@ profilebuilder
823
- #: premium/premium.php:162
824
- msgid "Serial Number:"
825
- msgstr "Sériové číslo:"
826
-
827
- #@ profilebuilder
828
- #: premium/premium.php:167
829
- msgid "The serial number couldn't be validated or isn't valid!"
830
- msgstr "Sériové číslo nemůže být ověřeno nebo není platné!"
831
-
832
- #@ profilebuilder
833
- #: premium/premium.php:169
834
- msgid "The serial number was successfully validated!"
835
- msgstr "Sériové číslo bylo úspěšně ověřeno! Děkujeme."
836
-
837
- #@ profilebuilder
838
- #: premium/premium.php:172
839
- msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
840
- msgstr "(například RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
841
-
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Profile Builder Pro v1.1\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2011-08-18 13:04+0100\n"
7
+ "Last-Translator: Martin Jurica <martin@jurica.info>\n"
8
+ "Language-Team: Martin Jurica <martin@jurica.info>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Czech\n"
14
+ "X-Poedit-Country: CZECH REPUBLIC\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_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"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ #@ profilebuilder
22
+ #: front-end/menu.file.php:5
23
+ #: front-end/menu.file.php:8
24
+ msgid "Profile Builder"
25
+ msgstr "Profile Builder"
26
+
27
+ #@ profilebuilder
28
+ #: front-end/menu.file.php:6
29
+ msgid "Welcome to Profile Builder!"
30
+ msgstr "Vítá vás Profile Builder!"
31
+
32
+ #@ profilebuilder
33
+ #: front-end/menu.file.php:8
34
+ msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
35
+ msgstr " umožňuje přidat front-end menu pro všechny uživatele vašeho webu. To usnadňuje úpravu profilu a zjednodušuje registraci nových uživatelů."
36
+
37
+ #@ profilebuilder
38
+ #: front-end/menu.file.php:9
39
+ msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
40
+ msgstr "Uživatelé s administrátorskými právy mohou upravovat stávající pole v profilu a vytvářet nová."
41
+
42
+ #@ profilebuilder
43
+ #: front-end/menu.file.php:10
44
+ msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
45
+ msgstr "Pro úpravu profilu přímo na webu (ne v administraci) stačí vytvořit novu Stránku (a pojmenovat ji například Upravit profil)."
46
+
47
+ #@ profilebuilder
48
+ #: front-end/menu.file.php:11
49
+ msgid "Now all you need to do is add the following shortcode(for the previous example): "
50
+ msgstr "Do vytvořené stránky (nebo widgetu) pak stačí umístit následující kód: "
51
+
52
+ #@ profilebuilder
53
+ #: front-end/menu.file.php:12
54
+ msgid "Publish your page and you are ready to go!"
55
+ msgstr "Nyní vytvořenou stránku publikujte a jste hotovi."
56
+
57
+ #@ profilebuilder
58
+ #: front-end/menu.file.php:13
59
+ msgid "You can use the following shortcodes:"
60
+ msgstr "K dispozici jsou následující kódy:"
61
+
62
+ #@ profilebuilder
63
+ #: front-end/menu.file.php:14
64
+ msgid "for a log-in form."
65
+ msgstr " pro přihlašovací formulář."
66
+
67
+ #@ profilebuilder
68
+ #: front-end/menu.file.php:15
69
+ msgid "to add a registration form."
70
+ msgstr " pro registrační formulář."
71
+
72
+ #@ profilebuilder
73
+ #: front-end/menu.file.php:16
74
+ msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
75
+ msgstr "pro poskytnutí přístupu k vlastnímu profilu (pouze pro přihlášené uživatele)."
76
+
77
+ #@ profilebuilder
78
+ #: front-end/menu.file.php:18
79
+ msgid "Users with administrator rights have access to the following features:"
80
+ msgstr "Uživatelé s administrátorskými právy mohou také:"
81
+
82
+ #@ profilebuilder
83
+ #: front-end/menu.file.php:19
84
+ msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
85
+ msgstr "přidat/zahrnout vlastní CSS styl z aktuální šablony nebo použít některý ze stylů Profile Builder (výchozí, bílý, černý)."
86
+
87
+ #@ profilebuilder
88
+ #: front-end/menu.file.php:20
89
+ msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
90
+ msgstr "zvolit, zda zobrazovat administrační menu ve front-endu - v závislosti na uživatelské skupině."
91
+
92
+ #@ profilebuilder
93
+ #: front-end/menu.file.php:21
94
+ msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
95
+ msgstr "určit, která pole mohou uživatelé vidět/upravovat. Obsah skrytých polí zůstane beze změny."
96
+
97
+ #@ profilebuilder
98
+ #: front-end/menu.file.php:22
99
+ msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
100
+ msgstr "přidat další uživatelská pole k již existujícím polím profilu. K dispozici jsou typy polí: nadpis, text, textarea, select, check-box, radio a upload."
101
+
102
+ #@ profilebuilder
103
+ #: front-end/menu.file.php:23
104
+ msgid "add an avatar field."
105
+ msgstr "přidat pole pro avatar."
106
+
107
+ #@ profilebuilder
108
+ #: front-end/menu.file.php:26
109
+ msgid "NOTE:"
110
+ msgstr "POZNÁMKA:"
111
+
112
+ #@ profilebuilder
113
+ #: front-end/menu.file.php:27
114
+ msgid "this plugin only adds/removes fields in the front-end."
115
+ msgstr "tento plugin pouze přidává/odstraňuje pole ve front-endu."
116
+
117
+ #@ profilebuilder
118
+ #: front-end/menu.file.php:28
119
+ msgid "The default information-fields will still be visible(and thus modifiable)"
120
+ msgstr "Výchozí pole budou i nadále dostupná (včetně možnosti úprav)"
121
+
122
+ #@ profilebuilder
123
+ #: front-end/menu.file.php:29
124
+ msgid "from the back-end, while custom fields will only be visible in the front-end."
125
+ msgstr "v administraci. Vlastní pole budou přístupná ve front-endu (na webu)."
126
+
127
+ #@ profilebuilder
128
+ #: front-end/menu.file.php:43
129
+ #: front-end/menu.file.php:44
130
+ #: front-end/options.php:58
131
+ msgid "Plugin Layout"
132
+ msgstr "Nastavení vzhledu"
133
+
134
+ #@ profilebuilder
135
+ #: front-end/menu.file.php:50
136
+ msgid "Stylesheet used:"
137
+ msgstr "CSS styl:"
138
+
139
+ #@ profilebuilder
140
+ #: front-end/menu.file.php:53
141
+ msgid "Default"
142
+ msgstr "Výchozí"
143
+
144
+ #@ profilebuilder
145
+ #: front-end/menu.file.php:58
146
+ msgid "White"
147
+ msgstr "Bílý"
148
+
149
+ #@ profilebuilder
150
+ #: front-end/menu.file.php:59
151
+ msgid "Black"
152
+ msgstr "Černý"
153
+
154
+ #@ profilebuilder
155
+ #: front-end/menu.file.php:63
156
+ msgid "None"
157
+ msgstr "Žádný"
158
+
159
+ #@ default
160
+ #: front-end/menu.file.php:72
161
+ #: front-end/menu.file.php:119
162
+ #: front-end/menu.file.php:287
163
+ #: premium/premium.php:177
164
+ msgid "Save Changes"
165
+ msgstr "Uložit změny"
166
+
167
+ #@ profilebuilder
168
+ #: front-end/menu.file.php:90
169
+ #: front-end/menu.file.php:91
170
+ msgid "Show/Hide the Admin Bar on Front End"
171
+ msgstr "Administrační lišta ve front-endu"
172
+
173
+ #@ profilebuilder
174
+ #: front-end/menu.file.php:95
175
+ msgid "User-group"
176
+ msgstr "Skupina"
177
+
178
+ #@ profilebuilder
179
+ #: front-end/menu.file.php:96
180
+ #: front-end/menu.file.php:143
181
+ msgid "Visibility"
182
+ msgstr "Viditelnost"
183
+
184
+ #@ profilebuilder
185
+ #: front-end/menu.file.php:108
186
+ #: front-end/menu.file.php:159
187
+ #: front-end/menu.file.php:168
188
+ #: front-end/menu.file.php:177
189
+ #: front-end/menu.file.php:186
190
+ #: front-end/menu.file.php:195
191
+ #: front-end/menu.file.php:212
192
+ #: front-end/menu.file.php:221
193
+ #: front-end/menu.file.php:233
194
+ #: front-end/menu.file.php:242
195
+ #: front-end/menu.file.php:251
196
+ #: front-end/menu.file.php:268
197
+ #: front-end/menu.file.php:278
198
+ msgid "Show"
199
+ msgstr "Zobrazit"
200
+
201
+ #@ profilebuilder
202
+ #: front-end/menu.file.php:109
203
+ #: front-end/menu.file.php:160
204
+ #: front-end/menu.file.php:169
205
+ #: front-end/menu.file.php:178
206
+ #: front-end/menu.file.php:187
207
+ #: front-end/menu.file.php:196
208
+ #: front-end/menu.file.php:213
209
+ #: front-end/menu.file.php:222
210
+ #: front-end/menu.file.php:234
211
+ #: front-end/menu.file.php:243
212
+ #: front-end/menu.file.php:252
213
+ #: front-end/menu.file.php:269
214
+ #: front-end/menu.file.php:279
215
+ msgid "Hide"
216
+ msgstr "Skrýt"
217
+
218
+ #@ profilebuilder
219
+ #: front-end/menu.file.php:137
220
+ #: front-end/menu.file.php:138
221
+ #: front-end/options.php:60
222
+ msgid "Default Profile Fields"
223
+ msgstr "Výchozí pole profilu"
224
+
225
+ #@ profilebuilder
226
+ #: front-end/menu.file.php:142
227
+ msgid "Input Field Name"
228
+ msgstr "Název pole"
229
+
230
+ #@ profilebuilder
231
+ #: front-end/menu.file.php:149
232
+ msgid "Name:"
233
+ msgstr "Jméno:"
234
+
235
+ #@ profilebuilder
236
+ #: front-end/menu.file.php:156
237
+ #: front-end/wppb.edit.profile.php:385
238
+ #: front-end/wppb.login.php:76
239
+ #: front-end/wppb.register.php:244
240
+ msgid "Username"
241
+ msgstr "Uživatelské jméno"
242
+
243
+ #@ profilebuilder
244
+ #: front-end/menu.file.php:165
245
+ #: front-end/wppb.edit.profile.php:394
246
+ #: front-end/wppb.register.php:259
247
+ msgid "First Name"
248
+ msgstr "Křestní jméno"
249
+
250
+ #@ profilebuilder
251
+ #: front-end/menu.file.php:174
252
+ #: front-end/wppb.edit.profile.php:403
253
+ #: front-end/wppb.register.php:273
254
+ msgid "Last Name"
255
+ msgstr "Příjmení"
256
+
257
+ #@ profilebuilder
258
+ #: front-end/menu.file.php:183
259
+ #: front-end/wppb.edit.profile.php:412
260
+ #: front-end/wppb.register.php:287
261
+ msgid "Nickname"
262
+ msgstr "Přezdívka"
263
+
264
+ #@ profilebuilder
265
+ #: front-end/menu.file.php:192
266
+ msgid "Display name publicly as..."
267
+ msgstr "Veřejně zobrazovat jako..."
268
+
269
+ #@ profilebuilder
270
+ #: front-end/menu.file.php:202
271
+ msgid "Contact Info:"
272
+ msgstr "Kontaktní informace:"
273
+
274
+ #@ profilebuilder
275
+ #: front-end/menu.file.php:209
276
+ #: front-end/wppb.edit.profile.php:457
277
+ #: front-end/wppb.register.php:305
278
+ msgid "E-mail"
279
+ msgstr "E-mail"
280
+
281
+ #@ profilebuilder
282
+ #: front-end/menu.file.php:218
283
+ #: front-end/wppb.edit.profile.php:467
284
+ #: front-end/wppb.register.php:320
285
+ msgid "Website"
286
+ msgstr "Web"
287
+
288
+ #@ profilebuilder
289
+ #: front-end/menu.file.php:230
290
+ #: front-end/wppb.edit.profile.php:476
291
+ #: front-end/wppb.register.php:334
292
+ msgid "AIM"
293
+ msgstr "AIM (AOL Instant Messenger)"
294
+
295
+ #@ profilebuilder
296
+ #: front-end/menu.file.php:239
297
+ #: front-end/wppb.edit.profile.php:485
298
+ #: front-end/wppb.register.php:348
299
+ msgid "Yahoo IM"
300
+ msgstr "Yahoo IM"
301
+
302
+ #@ profilebuilder
303
+ #: front-end/menu.file.php:248
304
+ #: front-end/wppb.edit.profile.php:494
305
+ #: front-end/wppb.register.php:362
306
+ msgid "Jabber / Google Talk"
307
+ msgstr "Jabber / Google Talk"
308
+
309
+ #@ profilebuilder
310
+ #: front-end/menu.file.php:258
311
+ msgid "About Yourself:"
312
+ msgstr "O vás:"
313
+
314
+ #@ profilebuilder
315
+ #: front-end/menu.file.php:265
316
+ #: front-end/wppb.edit.profile.php:507
317
+ #: front-end/wppb.register.php:380
318
+ msgid "Biographical Info"
319
+ msgstr "Osobní informace"
320
+
321
+ #@ profilebuilder
322
+ #: front-end/menu.file.php:275
323
+ #: front-end/wppb.edit.profile.php:516
324
+ msgid "New Password"
325
+ msgstr "Nové heslo"
326
+
327
+ #@ profilebuilder
328
+ #: front-end/options.php:57
329
+ msgid "Basic Information"
330
+ msgstr "Základní informace"
331
+
332
+ #@ profilebuilder
333
+ #: front-end/options.php:59
334
+ msgid "Show/Hide the Admin Bar on Front-end"
335
+ msgstr "Zobrazit/skrýt administrační lištu ve front-endu"
336
+
337
+ #@ profilebuilder
338
+ #: front-end/options.php:63
339
+ #: premium/premium.php:5
340
+ #: premium/premium.php:6
341
+ msgid "Extra Profile Fields"
342
+ msgstr "Vlastní pole profilu"
343
+
344
+ #@ profilebuilder
345
+ #: front-end/options.php:64
346
+ msgid "Register Your Version"
347
+ msgstr "Registrace"
348
+
349
+ #@ profilebuilder
350
+ #: front-end/wppb.edit.profile.php:269
351
+ msgid "You must be logged in to edit your profile."
352
+ msgstr "Pro úpravu profilu je nutné se přihlásit."
353
+
354
+ #@ profilebuilder
355
+ #: front-end/wppb.edit.profile.php:278
356
+ msgid "The avatar was successfully deleted."
357
+ msgstr "Avatar byl úspěšně odstraněn."
358
+
359
+ #@ profilebuilder
360
+ #: front-end/wppb.edit.profile.php:283
361
+ msgid "The attachment \""
362
+ msgstr "Příloha \""
363
+
364
+ #@ profilebuilder
365
+ #: front-end/wppb.edit.profile.php:285
366
+ msgid "\" was successfully deleted."
367
+ msgstr "\" byla úspěšně odstraněna."
368
+
369
+ #@ profilebuilder
370
+ #: front-end/wppb.edit.profile.php:298
371
+ msgid "The changes have been successfully saved."
372
+ msgstr "Změny byly úspěšně uloženy."
373
+
374
+ #@ profilebuilder
375
+ #: front-end/wppb.edit.profile.php:303
376
+ msgid "The email address you entered is already registered to a different user.<br/>The email address was "
377
+ msgstr "Zadaný e-mail má již zaregistrován jiný uživatel. <br/> E-mailová adresa"
378
+
379
+ #@ profilebuilder
380
+ #: front-end/wppb.edit.profile.php:304
381
+ #: front-end/wppb.edit.profile.php:314
382
+ #: front-end/wppb.edit.profile.php:324
383
+ #: front-end/wppb.edit.profile.php:333
384
+ #: front-end/wppb.edit.profile.php:355
385
+ #: front-end/wppb.edit.profile.php:363
386
+ msgid "NOT"
387
+ msgstr "NEBYLA"
388
+
389
+ #@ profilebuilder
390
+ #: front-end/wppb.edit.profile.php:305
391
+ #: front-end/wppb.edit.profile.php:315
392
+ #: front-end/wppb.edit.profile.php:325
393
+ #: front-end/wppb.edit.profile.php:334
394
+ #: front-end/wppb.edit.profile.php:356
395
+ #: front-end/wppb.edit.profile.php:364
396
+ msgid " updated along with the rest of the information."
397
+ msgstr " aktualizována spolu s ostatními informacemi."
398
+
399
+ #@ profilebuilder
400
+ #: front-end/wppb.edit.profile.php:313
401
+ msgid "The email address you entered is invalid. <br/> The email address was "
402
+ msgstr "Zadaný e-mail není platný. <br/> Adresa "
403
+
404
+ #@ profilebuilder
405
+ #: front-end/wppb.edit.profile.php:323
406
+ msgid "The passwords you entered do not match. <br/> The password was "
407
+ msgstr "Zadaná hesla se neshodují. <br/> Zadané heslo "
408
+
409
+ #@ profilebuilder
410
+ #: front-end/wppb.edit.profile.php:332
411
+ msgid "You didn't complete both password fields. <br/> The password was "
412
+ msgstr "Nevyplnili jste obě pole pro heslo. <br/> Zadané heslo "
413
+
414
+ #@ profilebuilder
415
+ #: front-end/wppb.edit.profile.php:344
416
+ msgid "There was an error while trying to upload the following attachments:<br/>"
417
+ msgstr "Došlo k chybě při pokusu nahrát tyto přílohy: <br/>"
418
+
419
+ #@ profilebuilder
420
+ #: front-end/wppb.edit.profile.php:352
421
+ msgid "<br/>Possible cause: the size was bigger than "
422
+ msgstr "<br/> Možná příčina: velikost byla větší než "
423
+
424
+ #@ profilebuilder
425
+ #: front-end/wppb.edit.profile.php:354
426
+ msgid "b.<br/>The listed attachements were "
427
+ msgstr "B. <br/> Příloha (přílohy) "
428
+
429
+ #@ profilebuilder
430
+ #: front-end/wppb.edit.profile.php:362
431
+ msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
432
+ msgstr "Došlo k chybě při pokusu nahrát avatar. <br/> Možná příčina: Velikost/nesprávný typu souboru. <br/> Ikona avataru "
433
+
434
+ #@ profilebuilder
435
+ #: front-end/wppb.edit.profile.php:380
436
+ #: front-end/wppb.register.php:233
437
+ msgid "Name"
438
+ msgstr "Jméno"
439
+
440
+ #@ default
441
+ #: front-end/wppb.edit.profile.php:386
442
+ msgid " Usernames cannot be changed."
443
+ msgstr "Uživatelská jména nelze měnit."
444
+
445
+ #@ profilebuilder
446
+ #: front-end/wppb.edit.profile.php:414
447
+ #: front-end/wppb.edit.profile.php:459
448
+ #: front-end/wppb.register.php:246
449
+ #: front-end/wppb.register.php:307
450
+ msgid "(required)"
451
+ msgstr "(vyžadováno)"
452
+
453
+ #@ profilebuilder
454
+ #: front-end/wppb.edit.profile.php:422
455
+ msgid "Display name publicly as"
456
+ msgstr "Veřejně zobrazovat jako"
457
+
458
+ #@ profilebuilder
459
+ #: front-end/wppb.edit.profile.php:451
460
+ #: front-end/wppb.register.php:294
461
+ msgid "Contact Info"
462
+ msgstr "Kontaktní informace"
463
+
464
+ #@ profilebuilder
465
+ #: front-end/wppb.edit.profile.php:501
466
+ #: front-end/wppb.register.php:369
467
+ msgid "About Yourself"
468
+ msgstr "O vás"
469
+
470
+ #@ profilebuilder
471
+ #: front-end/wppb.edit.profile.php:521
472
+ #: front-end/wppb.register.php:403
473
+ msgid "Repeat Password"
474
+ msgstr "Heslo ještě jednou"
475
+
476
+ #@ profilebuilder
477
+ #: front-end/wppb.edit.profile.php:537
478
+ msgid "Update"
479
+ msgstr "Aktualizovat"
480
+
481
+ #@ profilebuilder
482
+ #: front-end/wppb.login.php:47
483
+ #, php-format
484
+ msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
485
+ msgstr "Jste přihlášeni jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
486
+
487
+ #@ profilebuilder
488
+ #: front-end/wppb.login.php:47
489
+ #: front-end/wppb.register.php:171
490
+ msgid "Log out of this account"
491
+ msgstr "Odhlásit se"
492
+
493
+ #@ profilebuilder
494
+ #: front-end/wppb.login.php:47
495
+ msgid "Log out &raquo;"
496
+ msgstr "Odhlásit se &raquo;"
497
+
498
+ #@ profilebuilder
499
+ #: front-end/wppb.login.php:60
500
+ #, php-format
501
+ msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
502
+ msgstr "Úspěšné přihlášení jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
503
+
504
+ #@ profilebuilder
505
+ #: front-end/wppb.login.php:86
506
+ #: front-end/wppb.register.php:398
507
+ msgid "Password"
508
+ msgstr "Heslo"
509
+
510
+ #@ profilebuilder
511
+ #: front-end/wppb.login.php:90
512
+ msgid "Log in"
513
+ msgstr "Přihlásit se"
514
+
515
+ #@ profilebuilder
516
+ #: front-end/wppb.login.php:92
517
+ msgid "Remember me"
518
+ msgstr "Pamatovat si mě"
519
+
520
+ #@ profilebuilder
521
+ #: front-end/wppb.login.php:96
522
+ msgid "Lost password?"
523
+ msgstr "Zapomněli jste heslo?"
524
+
525
+ #@ profilebuilder
526
+ #: front-end/wppb.register.php:39
527
+ msgid "A username is required for registration."
528
+ msgstr "Uživatelské jméno je nutné pro registraci."
529
+
530
+ #@ profilebuilder
531
+ #: front-end/wppb.register.php:41
532
+ msgid "Sorry, that username already exists!"
533
+ msgstr "Omlouváme se, ale toto uživatelské jméno již existuje."
534
+
535
+ #@ profilebuilder
536
+ #: front-end/wppb.register.php:44
537
+ msgid "You must enter a valid email address."
538
+ msgstr "Musíte zadat platnou e-mailovou adresu."
539
+
540
+ #@ profilebuilder
541
+ #: front-end/wppb.register.php:46
542
+ msgid "Sorry, that email address is already used!"
543
+ msgstr "Omlouváme se, ale tato e-mailová adresa je již zaregistrována."
544
+
545
+ #@ profilebuilder
546
+ #: front-end/wppb.register.php:49
547
+ msgid "You didn't complete one of the password-fields!"
548
+ msgstr "Nebyla vyplněna obě pole hesla."
549
+
550
+ #@ profilebuilder
551
+ #: front-end/wppb.register.php:51
552
+ msgid "The entered passwords don't match!"
553
+ msgstr "Zadaná hesla se neshodují."
554
+
555
+ #@ profilebuilder
556
+ #: front-end/wppb.register.php:171
557
+ #, php-format
558
+ msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
559
+ msgstr "Jste přihlášeni jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Není třeba zakládat další účet..."
560
+
561
+ #@ profilebuilder
562
+ #: front-end/wppb.register.php:171
563
+ msgid "Logout &raquo;"
564
+ msgstr "Odhlásit se &raquo;"
565
+
566
+ #@ profilebuilder
567
+ #: front-end/wppb.register.php:181
568
+ #, php-format
569
+ msgid "A user account for %1$s has been created."
570
+ msgstr "Uživatelský účet pro %1$s byl vytvořen."
571
+
572
+ #@ profilebuilder
573
+ #: front-end/wppb.register.php:183
574
+ #, php-format
575
+ msgid "Thank you for registering, %1$s."
576
+ msgstr "Děkujeme za registraci, %1$s."
577
+
578
+ #@ profilebuilder
579
+ #: front-end/wppb.register.php:211
580
+ msgid "Users can register themselves or you can manually create users here."
581
+ msgstr "Uživatelé se mohou zaregistrovat sami, případně můžete manuálně vytvářet uživatele zde."
582
+
583
+ #@ profilebuilder
584
+ #: front-end/wppb.register.php:215
585
+ msgid "Users cannot currently register themselves, but you can manually create users here."
586
+ msgstr "Uživatelé se nemohou sami zaregistrovat, ale můžete je ručně vytvářet zde."
587
+
588
+ #@ profilebuilder
589
+ #: front-end/wppb.register.php:219
590
+ msgid "Only an administrator can add new users."
591
+ msgstr "Pouze administrátor může přidávat nové uživatele."
592
+
593
+ #@ profilebuilder
594
+ #: front-end/wppb.register.php:422
595
+ msgid " Send these credentials via email."
596
+ msgstr "Odeslat tyto přihlašovací údaje e-mailem."
597
+
598
+ #@ profilebuilder
599
+ #: front-end/wppb.register.php:428
600
+ msgid "Add User"
601
+ msgstr "Přidat uživatele"
602
+
603
+ #@ profilebuilder
604
+ #: front-end/wppb.register.php:428
605
+ msgid "Register"
606
+ msgstr "Registrovat"
607
+
608
+ #@ profilebuilder
609
+ #: premium/functions/extra.fields.php:25
610
+ #: premium/functions/extra.fields.php:31
611
+ #: premium/functions/extra.fields.php:46
612
+ #: premium/functions/extra.fields.php:62
613
+ #: premium/functions/extra.fields.php:78
614
+ #: premium/functions/extra.fields.php:93
615
+ #: premium/functions/extra.fields.php:109
616
+ #: premium/functions/extra.fields.php:133
617
+ #: premium/functions/extra.fields.php:167
618
+ #: premium/functions/extra.fields.php:177
619
+ #: premium/functions/extra.fields.php:188
620
+ #: premium/functions/extra.fields.php:203
621
+ #: premium/functions/extra.fields.php:217
622
+ #: premium/functions/extra.fields.php:237
623
+ #: premium/functions/extra.fields.php:248
624
+ #: premium/functions/extra.fields.php:258
625
+ #: premium/functions/extra.fields.php:302
626
+ #: premium/functions/extra.fields.php:310
627
+ #: premium/functions/extra.fields.php:326
628
+ #: premium/functions/extra.fields.php:347
629
+ #: premium/functions/extra.fields.php:368
630
+ #: premium/functions/extra.fields.php:387
631
+ #: premium/functions/extra.fields.php:407
632
+ #: premium/functions/extra.fields.php:432
633
+ msgid "item_title"
634
+ msgstr "item_title"
635
+
636
+ #@ profilebuilder
637
+ #: premium/functions/extra.fields.php:36
638
+ #: premium/functions/extra.fields.php:53
639
+ #: premium/functions/extra.fields.php:69
640
+ #: premium/functions/extra.fields.php:86
641
+ #: premium/functions/extra.fields.php:97
642
+ #: premium/functions/extra.fields.php:112
643
+ #: premium/functions/extra.fields.php:136
644
+ #: premium/functions/extra.fields.php:180
645
+ #: premium/functions/extra.fields.php:195
646
+ #: premium/functions/extra.fields.php:210
647
+ #: premium/functions/extra.fields.php:226
648
+ #: premium/functions/extra.fields.php:241
649
+ #: premium/functions/extra.fields.php:251
650
+ #: premium/functions/extra.fields.php:261
651
+ #: premium/functions/extra.fields.php:313
652
+ #: premium/functions/extra.fields.php:335
653
+ #: premium/functions/extra.fields.php:356
654
+ #: premium/functions/extra.fields.php:377
655
+ #: premium/functions/extra.fields.php:391
656
+ #: premium/functions/extra.fields.php:410
657
+ #: premium/functions/extra.fields.php:435
658
+ msgid "item_desc"
659
+ msgstr "item_desc"
660
+
661
+ #@ profilebuilder
662
+ #: premium/functions/extra.fields.php:114
663
+ #: premium/functions/extra.fields.php:117
664
+ #: premium/functions/extra.fields.php:412
665
+ #: premium/functions/extra.fields.php:415
666
+ msgid "Current file"
667
+ msgstr "Aktuální soubor"
668
+
669
+ #@ profilebuilder
670
+ #: premium/functions/extra.fields.php:138
671
+ #: premium/functions/extra.fields.php:437
672
+ msgid "Current avatar"
673
+ msgstr "Aktuální avatar"
674
+
675
+ #@ profilebuilder
676
+ #: premium/premium.php:7
677
+ msgid "You can create as many extra fields as your project requires. To break your custom fields into sections (on the front-end), add a \""
678
+ msgstr "Můžete vytvořit libovolné množství vlastních polí. K jejich rozdělení do tématických celků (ve front-endu) použijte pole \""
679
+
680
+ #@ profilebuilder
681
+ #: premium/premium.php:7
682
+ msgid "heading"
683
+ msgstr "záhlaví"
684
+
685
+ #@ profilebuilder
686
+ #: premium/premium.php:7
687
+ msgid "\" custom field."
688
+ msgstr "\"."
689
+
690
+ #@ profilebuilder
691
+ #: premium/premium.php:8
692
+ msgid "All of the fields can be sorted and rearranged to your liking with "
693
+ msgstr "Všechna pole lze třídit pomocí "
694
+
695
+ #@ profilebuilder
696
+ #: premium/premium.php:8
697
+ msgid "Drag"
698
+ msgstr "Drag"
699
+
700
+ #@ profilebuilder
701
+ #: premium/premium.php:8
702
+ msgid "Drop"
703
+ msgstr "Drop"
704
+
705
+ #@ profilebuilder
706
+ #: premium/premium.php:8
707
+ msgid ". Don't worry about the order in which you create your custom fields, you can always reorder them."
708
+ msgstr ". Není proto třeba se starat o pořadí, ve kterém vytvoříte vlastní pole, můžete jej kdykoli změnit."
709
+
710
+ #@ profilebuilder
711
+ #: premium/premium.php:12
712
+ #: premium/premium.php:20
713
+ msgid "Title"
714
+ msgstr "Název"
715
+
716
+ #@ profilebuilder
717
+ #: premium/premium.php:13
718
+ #: premium/premium.php:21
719
+ msgid "Key"
720
+ msgstr "Klíč"
721
+
722
+ #@ profilebuilder
723
+ #: premium/premium.php:14
724
+ #: premium/premium.php:22
725
+ msgid "Type"
726
+ msgstr "Typ"
727
+
728
+ #@ profilebuilder
729
+ #: premium/premium.php:15
730
+ #: premium/premium.php:23
731
+ msgid "Add Option"
732
+ msgstr "Přidat volbu"
733
+
734
+ #@ profilebuilder
735
+ #: premium/premium.php:37
736
+ #: premium/premium.php:137
737
+ msgid "Edit"
738
+ msgstr "Upravit"
739
+
740
+ #@ profilebuilder
741
+ #: premium/premium.php:38
742
+ #: premium/premium.php:138
743
+ msgid "Delete"
744
+ msgstr "Odstranit"
745
+
746
+ #@ profilebuilder
747
+ #: premium/premium.php:61
748
+ msgid "Title:"
749
+ msgstr "Název:"
750
+
751
+ #@ profilebuilder
752
+ #: premium/premium.php:61
753
+ msgid "The title of the item."
754
+ msgstr "Název vlastního pole."
755
+
756
+ #@ profilebuilder
757
+ #: premium/premium.php:71
758
+ msgid "Option Key:"
759
+ msgstr "Klíč vlastního pole:"
760
+
761
+ #@ profilebuilder
762
+ #: premium/premium.php:71
763
+ msgid "Unique alphanumeric key, underscores are acceptable."
764
+ msgstr "Unikátní alfanumerický klíč, můžete použít i podtržítka."
765
+
766
+ #@ profilebuilder
767
+ #: premium/premium.php:99
768
+ msgid "Option Type:"
769
+ msgstr "Typ vlastního pole:"
770
+
771
+ #@ profilebuilder
772
+ #: premium/premium.php:99
773
+ msgid "Choose one of the supported option types."
774
+ msgstr "Vyberte jednu z nabízených možností."
775
+
776
+ #@ profilebuilder
777
+ #: premium/premium.php:109
778
+ msgid "Description:"
779
+ msgstr "Popis:"
780
+
781
+ #@ profilebuilder
782
+ #: premium/premium.php:109
783
+ msgid "Enter a detailed description of the option for end users to read(optional)."
784
+ msgstr "Zadejte podrobný popis vlastního pole pro uživatele (volitelné)."
785
+
786
+ #@ profilebuilder
787
+ #: premium/premium.php:119
788
+ msgid "Options:"
789
+ msgstr "Možnosti:"
790
+
791
+ #@ profilebuilder
792
+ #: premium/premium.php:119
793
+ msgid "Enter a comma separated list of options. For example, you could have \"One,Two,Three\" or just a single value like \"Yes\" for a checkbox."
794
+ msgstr "Zadejte čárkami oddělený seznam možností. Například \"Jedna, dva, tři\" nebo jen jednu hodnotu (např. \"Ano\" u check-boxu)."
795
+
796
+ #@ profilebuilder
797
+ #: premium/premium.php:127
798
+ msgid "Cancel"
799
+ msgstr "Zrušit"
800
+
801
+ #@ profilebuilder
802
+ #: premium/premium.php:128
803
+ msgid "Save"
804
+ msgstr "Uložit"
805
+
806
+ #@ profilebuilder
807
+ #: premium/premium.php:158
808
+ #: premium/premium.php:159
809
+ msgid "Register your version of Profile Builder Pro"
810
+ msgstr "Zaregistrujte si svou verzi Profile Builder Pro"
811
+
812
+ #@ profilebuilder
813
+ #: premium/premium.php:160
814
+ msgid "Now that you acquired a copy of Profile Builder Pro, you should take the time and register it with the serial number you received in the e-mail."
815
+ msgstr "Nyní, když jste získali svou kopii Profile Builder Pro, zvažte výhody registrace této kopie zadáním sériového čísla, které jste obdrželi v e-mailu."
816
+
817
+ #@ profilebuilder
818
+ #: premium/premium.php:161
819
+ msgid "If you register this version of Profile Builder, you'll receive information regarding eventual upgrades, patches, and - if needed - technical support."
820
+ msgstr "Pokud si zaregistrujete tuto verzi Profile Builder, budete dostávat informace o aktualizacích, nových verzích a získáte přístup k technické podpoře."
821
+
822
+ #@ profilebuilder
823
+ #: premium/premium.php:162
824
+ msgid "Serial Number:"
825
+ msgstr "Sériové číslo:"
826
+
827
+ #@ profilebuilder
828
+ #: premium/premium.php:167
829
+ msgid "The serial number couldn't be validated or isn't valid!"
830
+ msgstr "Sériové číslo nemůže být ověřeno nebo není platné!"
831
+
832
+ #@ profilebuilder
833
+ #: premium/premium.php:169
834
+ msgid "The serial number was successfully validated!"
835
+ msgstr "Sériové číslo bylo úspěšně ověřeno! Děkujeme."
836
+
837
+ #@ profilebuilder
838
+ #: premium/premium.php:172
839
+ msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
840
+ msgstr "(například RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
841
+
translation/profilebuilder-de_DE.po CHANGED
@@ -1,499 +1,499 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Profile Builder\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-07-06 14:23+0200\n"
6
- "PO-Revision-Date: 2011-08-16 18:29+0100\n"
7
- "Last-Translator: \n"
8
- "Language-Team: ReflectionMedia\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: C:\\Users\\Cristi\\Desktop\\free\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
16
-
17
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
18
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
19
- msgid "Profile Builder"
20
- msgstr ""
21
-
22
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
23
- msgid "Welcome to Profile Builder!"
24
- msgstr ""
25
-
26
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
27
- msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
28
- msgstr ""
29
-
30
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
31
- msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
32
- msgstr ""
33
-
34
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
35
- msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
36
- msgstr ""
37
-
38
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
39
- msgid "Now all you need to do is add the following shortcode(for the previous example): "
40
- msgstr ""
41
-
42
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
43
- msgid "Publish your page and you are ready to go!"
44
- msgstr ""
45
-
46
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
47
- msgid "You can use the following shortcodes:"
48
- msgstr ""
49
-
50
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
51
- msgid "for a log-in form."
52
- msgstr ""
53
-
54
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
55
- msgid "to add a registration form."
56
- msgstr ""
57
-
58
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
59
- msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
60
- msgstr ""
61
-
62
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
63
- msgid "Users with administrator rights have access to the following features:"
64
- msgstr ""
65
-
66
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
67
- msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
68
- msgstr ""
69
-
70
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
71
- msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
72
- msgstr ""
73
-
74
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
75
- msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
76
- msgstr ""
77
-
78
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
79
- msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
80
- msgstr ""
81
-
82
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
83
- msgid "add an avatar field."
84
- msgstr ""
85
-
86
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
87
- msgid "NOTE:"
88
- msgstr ""
89
-
90
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
91
- msgid "this plugin only adds/removes fields in the front-end."
92
- msgstr ""
93
-
94
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
95
- msgid "The default information-fields will still be visible(and thus modifiable)"
96
- msgstr ""
97
-
98
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
99
- msgid "from the back-end, while custom fields will only be visible in the front-end."
100
- msgstr ""
101
-
102
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
103
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
104
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:58
105
- msgid "Plugin Layout"
106
- msgstr ""
107
-
108
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
109
- msgid "Stylesheet used:"
110
- msgstr ""
111
-
112
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
113
- msgid "Default"
114
- msgstr ""
115
-
116
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
117
- msgid "White"
118
- msgstr ""
119
-
120
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
121
- msgid "Black"
122
- msgstr ""
123
-
124
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
125
- msgid "None"
126
- msgstr ""
127
-
128
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
129
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
130
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
131
- msgid "Save Changes"
132
- msgstr ""
133
-
134
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
135
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
136
- msgid "Show/Hide the Admin Bar on Front End"
137
- msgstr ""
138
-
139
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
140
- msgid "User-group"
141
- msgstr ""
142
-
143
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
144
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
145
- msgid "Visibility"
146
- msgstr ""
147
-
148
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
149
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
150
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
151
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
152
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
153
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
154
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
155
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
156
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
157
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
158
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
159
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
160
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
161
- msgid "Show"
162
- msgstr ""
163
-
164
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
165
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
166
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
167
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
168
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
169
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
170
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
171
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
172
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
173
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
174
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
175
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
176
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
177
- msgid "Hide"
178
- msgstr ""
179
-
180
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
181
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
182
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:60
183
- msgid "Default Profile Fields"
184
- msgstr ""
185
-
186
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
187
- msgid "Input Field Name"
188
- msgstr ""
189
-
190
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
191
- msgid "Name:"
192
- msgstr ""
193
-
194
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
195
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
196
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
197
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
198
- msgid "Username"
199
- msgstr "Benutzername"
200
-
201
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
202
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
203
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
204
- msgid "First Name"
205
- msgstr ""
206
-
207
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
208
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
209
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
210
- msgid "Last Name"
211
- msgstr ""
212
-
213
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
214
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
215
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
216
- msgid "Nickname"
217
- msgstr ""
218
-
219
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
220
- msgid "Display name publicly as..."
221
- msgstr ""
222
-
223
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
224
- msgid "Contact Info:"
225
- msgstr "Kontakt:"
226
-
227
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
228
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
229
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
230
- msgid "E-mail"
231
- msgstr ""
232
-
233
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
234
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
235
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
236
- msgid "Website"
237
- msgstr ""
238
-
239
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
240
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
241
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
242
- msgid "AIM"
243
- msgstr ""
244
-
245
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
246
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
247
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
248
- msgid "Yahoo IM"
249
- msgstr ""
250
-
251
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
252
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
253
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
254
- msgid "Jabber / Google Talk"
255
- msgstr ""
256
-
257
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
258
- msgid "About Yourself:"
259
- msgstr ""
260
-
261
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
262
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
263
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
264
- msgid "Biographical Info"
265
- msgstr ""
266
-
267
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
268
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
269
- msgid "New Password"
270
- msgstr ""
271
-
272
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:57
273
- msgid "Basic Information"
274
- msgstr ""
275
-
276
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:59
277
- msgid "Show/Hide the Admin Bar on Front-end"
278
- msgstr ""
279
-
280
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:63
281
- msgid "Extra Profile Fields"
282
- msgstr ""
283
-
284
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:64
285
- msgid "Register Your Version"
286
- msgstr ""
287
-
288
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
289
- msgid "You must be logged in to edit your profile."
290
- msgstr ""
291
-
292
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
293
- msgid "The avatar was successfully deleted."
294
- msgstr ""
295
-
296
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
297
- msgid "The attachment \""
298
- msgstr ""
299
-
300
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
301
- msgid "\" was successfully deleted."
302
- msgstr ""
303
-
304
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
305
- msgid "The changes have been successfully saved."
306
- msgstr ""
307
-
308
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
309
- msgid "The email address you entered is already registered to a different user.<br/>The email address was "
310
- msgstr ""
311
-
312
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
313
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
314
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
315
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
316
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
317
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
318
- msgid "NOT"
319
- msgstr ""
320
-
321
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
322
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
323
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
324
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
325
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
326
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
327
- msgid " updated along with the rest of the information."
328
- msgstr ""
329
-
330
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
331
- msgid "The email address you entered is invalid. <br/> The email address was "
332
- msgstr ""
333
-
334
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
335
- msgid "The passwords you entered do not match. <br/> The password was "
336
- msgstr ""
337
-
338
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
339
- msgid "You didn't complete both password fields. <br/> The password was "
340
- msgstr ""
341
-
342
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
343
- msgid "There was an error while trying to upload the following attachments:<br/>"
344
- msgstr ""
345
-
346
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
347
- msgid "<br/>Possible cause: the size was bigger than "
348
- msgstr ""
349
-
350
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
351
- msgid "b.<br/>The listed attachements were "
352
- msgstr ""
353
-
354
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
355
- msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
356
- msgstr ""
357
-
358
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
359
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
360
- msgid "Name"
361
- msgstr ""
362
-
363
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
364
- msgid " Usernames cannot be changed."
365
- msgstr ""
366
-
367
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
368
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
369
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
370
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
371
- msgid "(required)"
372
- msgstr ""
373
-
374
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
375
- msgid "Display name publicly as"
376
- msgstr ""
377
-
378
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
379
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
380
- msgid "Contact Info"
381
- msgstr ""
382
-
383
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
384
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
385
- msgid "About Yourself"
386
- msgstr ""
387
-
388
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
389
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
390
- msgid "Repeat Password"
391
- msgstr ""
392
-
393
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
394
- msgid "Update"
395
- msgstr ""
396
-
397
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
398
- #, php-format
399
- msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
400
- msgstr ""
401
-
402
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
403
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
404
- msgid "Log out of this account"
405
- msgstr ""
406
-
407
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
408
- msgid "Log out &raquo;"
409
- msgstr ""
410
-
411
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
412
- #, php-format
413
- msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
414
- msgstr ""
415
-
416
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
417
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
418
- msgid "Password"
419
- msgstr ""
420
-
421
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
422
- msgid "Log in"
423
- msgstr ""
424
-
425
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
426
- msgid "Remember me"
427
- msgstr ""
428
-
429
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
430
- msgid "Lost password?"
431
- msgstr ""
432
-
433
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
434
- msgid "A username is required for registration."
435
- msgstr ""
436
-
437
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
438
- msgid "Sorry, that username already exists!"
439
- msgstr ""
440
-
441
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
442
- msgid "You must enter a valid email address."
443
- msgstr ""
444
-
445
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
446
- msgid "Sorry, that email address is already used!"
447
- msgstr ""
448
-
449
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
450
- msgid "You didn't complete one of the password-fields!"
451
- msgstr ""
452
-
453
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
454
- msgid "The entered passwords don't match!"
455
- msgstr ""
456
-
457
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
458
- #, php-format
459
- msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
460
- msgstr ""
461
-
462
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
463
- msgid "Logout &raquo;"
464
- msgstr ""
465
-
466
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
467
- #, php-format
468
- msgid "A user account for %1$s has been created."
469
- msgstr ""
470
-
471
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
472
- #, php-format
473
- msgid "Thank you for registering, %1$s."
474
- msgstr ""
475
-
476
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
477
- msgid "Users can register themselves or you can manually create users here."
478
- msgstr ""
479
-
480
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
481
- msgid "Users cannot currently register themselves, but you can manually create users here."
482
- msgstr ""
483
-
484
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
485
- msgid "Only an administrator can add new users."
486
- msgstr ""
487
-
488
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
489
- msgid " Send these credentials via email."
490
- msgstr ""
491
-
492
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
493
- msgid "Add User"
494
- msgstr ""
495
-
496
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
497
- msgid "Register"
498
- msgstr ""
499
-
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Profile Builder\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-06 14:23+0200\n"
6
+ "PO-Revision-Date: 2011-08-16 18:29+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: ReflectionMedia\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: C:\\Users\\Cristi\\Desktop\\free\n"
14
+ "X-Poedit-Language: English\n"
15
+ "X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
16
+
17
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
18
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
19
+ msgid "Profile Builder"
20
+ msgstr ""
21
+
22
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
23
+ msgid "Welcome to Profile Builder!"
24
+ msgstr ""
25
+
26
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
27
+ msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
28
+ msgstr ""
29
+
30
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
31
+ msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
32
+ msgstr ""
33
+
34
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
35
+ msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
36
+ msgstr ""
37
+
38
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
39
+ msgid "Now all you need to do is add the following shortcode(for the previous example): "
40
+ msgstr ""
41
+
42
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
43
+ msgid "Publish your page and you are ready to go!"
44
+ msgstr ""
45
+
46
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
47
+ msgid "You can use the following shortcodes:"
48
+ msgstr ""
49
+
50
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
51
+ msgid "for a log-in form."
52
+ msgstr ""
53
+
54
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
55
+ msgid "to add a registration form."
56
+ msgstr ""
57
+
58
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
59
+ msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
60
+ msgstr ""
61
+
62
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
63
+ msgid "Users with administrator rights have access to the following features:"
64
+ msgstr ""
65
+
66
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
67
+ msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
68
+ msgstr ""
69
+
70
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
71
+ msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
72
+ msgstr ""
73
+
74
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
75
+ msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
76
+ msgstr ""
77
+
78
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
79
+ msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
80
+ msgstr ""
81
+
82
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
83
+ msgid "add an avatar field."
84
+ msgstr ""
85
+
86
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
87
+ msgid "NOTE:"
88
+ msgstr ""
89
+
90
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
91
+ msgid "this plugin only adds/removes fields in the front-end."
92
+ msgstr ""
93
+
94
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
95
+ msgid "The default information-fields will still be visible(and thus modifiable)"
96
+ msgstr ""
97
+
98
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
99
+ msgid "from the back-end, while custom fields will only be visible in the front-end."
100
+ msgstr ""
101
+
102
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
103
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
104
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:58
105
+ msgid "Plugin Layout"
106
+ msgstr ""
107
+
108
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
109
+ msgid "Stylesheet used:"
110
+ msgstr ""
111
+
112
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
113
+ msgid "Default"
114
+ msgstr ""
115
+
116
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
117
+ msgid "White"
118
+ msgstr ""
119
+
120
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
121
+ msgid "Black"
122
+ msgstr ""
123
+
124
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
125
+ msgid "None"
126
+ msgstr ""
127
+
128
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
129
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
130
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
131
+ msgid "Save Changes"
132
+ msgstr ""
133
+
134
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
135
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
136
+ msgid "Show/Hide the Admin Bar on Front End"
137
+ msgstr ""
138
+
139
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
140
+ msgid "User-group"
141
+ msgstr ""
142
+
143
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
144
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
145
+ msgid "Visibility"
146
+ msgstr ""
147
+
148
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
149
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
150
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
151
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
152
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
153
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
154
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
155
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
156
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
157
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
158
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
159
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
160
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
161
+ msgid "Show"
162
+ msgstr ""
163
+
164
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
165
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
166
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
167
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
168
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
169
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
170
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
171
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
172
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
173
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
174
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
175
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
176
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
177
+ msgid "Hide"
178
+ msgstr ""
179
+
180
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
181
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
182
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:60
183
+ msgid "Default Profile Fields"
184
+ msgstr ""
185
+
186
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
187
+ msgid "Input Field Name"
188
+ msgstr ""
189
+
190
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
191
+ msgid "Name:"
192
+ msgstr ""
193
+
194
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
195
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
196
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
197
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
198
+ msgid "Username"
199
+ msgstr "Benutzername"
200
+
201
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
202
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
203
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
204
+ msgid "First Name"
205
+ msgstr ""
206
+
207
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
208
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
209
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
210
+ msgid "Last Name"
211
+ msgstr ""
212
+
213
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
214
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
215
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
216
+ msgid "Nickname"
217
+ msgstr ""
218
+
219
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
220
+ msgid "Display name publicly as..."
221
+ msgstr ""
222
+
223
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
224
+ msgid "Contact Info:"
225
+ msgstr "Kontakt:"
226
+
227
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
228
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
229
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
230
+ msgid "E-mail"
231
+ msgstr ""
232
+
233
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
234
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
235
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
236
+ msgid "Website"
237
+ msgstr ""
238
+
239
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
240
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
241
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
242
+ msgid "AIM"
243
+ msgstr ""
244
+
245
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
246
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
247
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
248
+ msgid "Yahoo IM"
249
+ msgstr ""
250
+
251
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
252
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
253
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
254
+ msgid "Jabber / Google Talk"
255
+ msgstr ""
256
+
257
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
258
+ msgid "About Yourself:"
259
+ msgstr ""
260
+
261
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
262
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
263
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
264
+ msgid "Biographical Info"
265
+ msgstr ""
266
+
267
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
268
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
269
+ msgid "New Password"
270
+ msgstr ""
271
+
272
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:57
273
+ msgid "Basic Information"
274
+ msgstr ""
275
+
276
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:59
277
+ msgid "Show/Hide the Admin Bar on Front-end"
278
+ msgstr ""
279
+
280
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:63
281
+ msgid "Extra Profile Fields"
282
+ msgstr ""
283
+
284
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:64
285
+ msgid "Register Your Version"
286
+ msgstr ""
287
+
288
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
289
+ msgid "You must be logged in to edit your profile."
290
+ msgstr ""
291
+
292
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
293
+ msgid "The avatar was successfully deleted."
294
+ msgstr ""
295
+
296
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
297
+ msgid "The attachment \""
298
+ msgstr ""
299
+
300
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
301
+ msgid "\" was successfully deleted."
302
+ msgstr ""
303
+
304
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
305
+ msgid "The changes have been successfully saved."
306
+ msgstr ""
307
+
308
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
309
+ msgid "The email address you entered is already registered to a different user.<br/>The email address was "
310
+ msgstr ""
311
+
312
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
313
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
314
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
315
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
316
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
317
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
318
+ msgid "NOT"
319
+ msgstr ""
320
+
321
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
322
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
323
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
324
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
325
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
326
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
327
+ msgid " updated along with the rest of the information."
328
+ msgstr ""
329
+
330
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
331
+ msgid "The email address you entered is invalid. <br/> The email address was "
332
+ msgstr ""
333
+
334
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
335
+ msgid "The passwords you entered do not match. <br/> The password was "
336
+ msgstr ""
337
+
338
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
339
+ msgid "You didn't complete both password fields. <br/> The password was "
340
+ msgstr ""
341
+
342
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
343
+ msgid "There was an error while trying to upload the following attachments:<br/>"
344
+ msgstr ""
345
+
346
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
347
+ msgid "<br/>Possible cause: the size was bigger than "
348
+ msgstr ""
349
+
350
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
351
+ msgid "b.<br/>The listed attachements were "
352
+ msgstr ""
353
+
354
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
355
+ msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
356
+ msgstr ""
357
+
358
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
359
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
360
+ msgid "Name"
361
+ msgstr ""
362
+
363
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
364
+ msgid " Usernames cannot be changed."
365
+ msgstr ""
366
+
367
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
368
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
369
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
370
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
371
+ msgid "(required)"
372
+ msgstr ""
373
+
374
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
375
+ msgid "Display name publicly as"
376
+ msgstr ""
377
+
378
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
379
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
380
+ msgid "Contact Info"
381
+ msgstr ""
382
+
383
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
384
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
385
+ msgid "About Yourself"
386
+ msgstr ""
387
+
388
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
389
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
390
+ msgid "Repeat Password"
391
+ msgstr ""
392
+
393
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
394
+ msgid "Update"
395
+ msgstr ""
396
+
397
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
398
+ #, php-format
399
+ msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
400
+ msgstr ""
401
+
402
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
403
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
404
+ msgid "Log out of this account"
405
+ msgstr ""
406
+
407
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
408
+ msgid "Log out &raquo;"
409
+ msgstr ""
410
+
411
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
412
+ #, php-format
413
+ msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
414
+ msgstr ""
415
+
416
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
417
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
418
+ msgid "Password"
419
+ msgstr ""
420
+
421
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
422
+ msgid "Log in"
423
+ msgstr ""
424
+
425
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
426
+ msgid "Remember me"
427
+ msgstr ""
428
+
429
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
430
+ msgid "Lost password?"
431
+ msgstr ""
432
+
433
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
434
+ msgid "A username is required for registration."
435
+ msgstr ""
436
+
437
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
438
+ msgid "Sorry, that username already exists!"
439
+ msgstr ""
440
+
441
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
442
+ msgid "You must enter a valid email address."
443
+ msgstr ""
444
+
445
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
446
+ msgid "Sorry, that email address is already used!"
447
+ msgstr ""
448
+
449
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
450
+ msgid "You didn't complete one of the password-fields!"
451
+ msgstr ""
452
+
453
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
454
+ msgid "The entered passwords don't match!"
455
+ msgstr ""
456
+
457
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
458
+ #, php-format
459
+ msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
460
+ msgstr ""
461
+
462
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
463
+ msgid "Logout &raquo;"
464
+ msgstr ""
465
+
466
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
467
+ #, php-format
468
+ msgid "A user account for %1$s has been created."
469
+ msgstr ""
470
+
471
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
472
+ #, php-format
473
+ msgid "Thank you for registering, %1$s."
474
+ msgstr ""
475
+
476
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
477
+ msgid "Users can register themselves or you can manually create users here."
478
+ msgstr ""
479
+
480
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
481
+ msgid "Users cannot currently register themselves, but you can manually create users here."
482
+ msgstr ""
483
+
484
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
485
+ msgid "Only an administrator can add new users."
486
+ msgstr ""
487
+
488
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
489
+ msgid " Send these credentials via email."
490
+ msgstr ""
491
+
492
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
493
+ msgid "Add User"
494
+ msgstr ""
495
+
496
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
497
+ msgid "Register"
498
+ msgstr ""
499
+
translation/profilebuilder-en_US.mo CHANGED
Binary file
translation/profilebuilder-en_US.po CHANGED
@@ -2,10 +2,10 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-12-20 16:26+0200\n"
6
- "PO-Revision-Date: 2011-12-20 16:26+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"
@@ -13,343 +13,320 @@ msgstr ""
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SearchPath-0: C:\\Users\\Gabi\\Desktop\\test\\profile-builder-pro\n"
15
 
16
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:25
17
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:28
18
  msgid "Profile Builder"
19
  msgstr ""
20
 
21
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:26
22
  msgid "Welcome to Profile Builder!"
23
  msgstr ""
24
 
25
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:28
26
  msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
27
  msgstr ""
28
 
29
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:29
30
  msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
31
  msgstr ""
32
 
33
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:30
34
  msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
35
  msgstr ""
36
 
37
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:31
38
  msgid "Now all you need to do is add the following shortcode(for the previous example): "
39
  msgstr ""
40
 
41
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:32
42
  msgid "Publish your page and you are ready to go!"
43
  msgstr ""
44
 
45
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:33
46
  msgid "You can use the following shortcodes:"
47
  msgstr ""
48
 
49
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:34
50
  msgid "for a log-in form."
51
  msgstr ""
52
 
53
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:35
54
  msgid "to add a registration form."
55
  msgstr ""
56
 
57
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:36
58
  msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
59
  msgstr ""
60
 
61
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:37
62
  msgid "to add a password recovery form."
63
  msgstr ""
64
 
65
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:39
66
  msgid "Users with administrator rights have access to the following features:"
67
  msgstr ""
68
 
69
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:40
70
  msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
71
  msgstr ""
72
 
73
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:41
74
  msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
75
  msgstr ""
76
 
77
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:42
78
  msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
79
  msgstr ""
80
 
81
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:43
82
  msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
83
  msgstr ""
84
 
85
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:44
86
  msgid "add an avatar field."
87
  msgstr ""
88
 
89
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:45
90
- msgid "create custom redirects."
91
- msgstr ""
92
-
93
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:46
94
- msgid "front-end userlisting using the"
95
- msgstr ""
96
-
97
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:46
98
- msgid "shortcode."
99
- msgstr ""
100
-
101
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:49
102
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:84
103
  msgid "NOTE:"
104
  msgstr ""
105
 
106
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:50
107
  msgid "this plugin only adds/removes fields in the front-end."
108
  msgstr ""
109
 
110
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:51
111
  msgid "The default information-fields will still be visible(and thus modifiable)"
112
  msgstr ""
113
 
114
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:52
115
  msgid "from the back-end, while custom fields will only be visible in the front-end."
116
  msgstr ""
117
 
118
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:66
119
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:67
120
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:58
121
  msgid "Plugin Layout"
122
  msgstr ""
123
 
124
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:68
125
  msgid "Stylesheet used:"
126
  msgstr ""
127
 
128
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:70
129
  msgid "Default"
130
  msgstr ""
131
 
132
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:75
133
  msgid "White"
134
  msgstr ""
135
 
136
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:76
137
  msgid "Black"
138
  msgstr ""
139
 
140
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:80
141
  msgid "None"
142
  msgstr ""
143
 
144
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:84
145
- msgid "The black stylesheet is intended for sites/blogs with a dark background."
146
- msgstr ""
147
-
148
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:84
149
- msgid "The white stylesheet is intended for a sites/blogs with a light background color."
150
- msgstr ""
151
-
152
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:89
153
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:135
154
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:346
155
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:248
156
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:42
157
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:118
158
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:272
159
  msgid "Save Changes"
160
  msgstr ""
161
 
162
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:107
163
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:108
164
  msgid "Show/Hide the Admin Bar on Front End"
165
  msgstr ""
166
 
167
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:112
168
  msgid "User-group"
169
  msgstr ""
170
 
171
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:113
172
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:159
173
  msgid "Visibility"
174
  msgstr ""
175
 
176
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:124
 
 
177
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:174
178
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:187
179
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:200
180
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:213
181
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:226
182
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:245
183
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:258
184
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:274
185
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:287
186
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:300
187
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:319
188
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:333
189
  msgid "Show"
190
  msgstr ""
191
 
192
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:125
 
 
193
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:175
194
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:188
195
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:201
196
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:214
197
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:227
198
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:246
199
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:259
200
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:275
201
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:288
202
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:301
203
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:320
204
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:334
205
  msgid "Hide"
206
  msgstr ""
207
 
208
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:153
209
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:154
210
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:60
211
  msgid "Default Profile Fields"
212
  msgstr ""
213
 
214
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:158
215
  msgid "Input Field Name"
216
  msgstr ""
217
 
218
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:160
219
  msgid "Required"
220
  msgstr ""
221
 
222
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:165
223
  msgid "Name:"
224
  msgstr ""
225
 
226
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:171
227
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:630
228
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:117
229
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:464
230
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:633
231
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:114
232
  msgid "Username"
233
  msgstr ""
234
 
 
 
235
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:178
236
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:191
237
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:204
238
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:217
239
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:230
240
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:249
241
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:262
242
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:278
243
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:291
244
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:304
245
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:323
246
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:337
247
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:174
248
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:182
249
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:192
250
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:221
251
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:233
252
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:245
253
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:257
254
  msgid "Yes"
255
  msgstr ""
256
 
 
 
257
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:179
258
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:192
259
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:205
260
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:218
261
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:231
262
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:250
263
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:263
264
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:279
265
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:292
266
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:305
267
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:324
268
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:338
269
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:175
270
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:183
271
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:193
272
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:222
273
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:234
274
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:246
275
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:258
276
  msgid "No"
277
  msgstr ""
278
 
279
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:184
280
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:650
281
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:657
282
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:131
283
  msgid "First Name"
284
  msgstr ""
285
 
286
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:197
287
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:670
288
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:681
289
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:148
290
  msgid "Last Name"
291
  msgstr ""
292
 
293
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:210
294
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:690
295
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:705
296
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:165
297
  msgid "Nickname"
298
  msgstr ""
299
 
300
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:223
301
  msgid "Display name publicly as..."
302
  msgstr ""
303
 
304
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:236
305
  msgid "Contact Info:"
306
  msgstr ""
307
 
308
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:242
309
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:761
310
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:465
311
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:732
312
  msgid "E-mail"
313
  msgstr ""
314
 
315
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:255
316
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:780
317
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:756
318
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:208
319
  msgid "Website"
320
  msgstr ""
321
 
322
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:271
323
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:798
324
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:780
325
  msgid "AIM"
326
  msgstr ""
327
 
328
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:284
329
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:816
330
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:804
331
  msgid "Yahoo IM"
332
  msgstr ""
333
 
334
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:297
335
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:834
336
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:828
337
  msgid "Jabber / Google Talk"
338
  msgstr ""
339
 
340
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:310
341
  msgid "About Yourself:"
342
  msgstr ""
343
 
344
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:316
345
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:855
346
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:855
347
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:236
348
  msgid "Biographical Info"
349
  msgstr ""
350
 
351
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:330
352
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:865
353
  msgid "New Password"
354
  msgstr ""
355
 
@@ -375,158 +352,160 @@ msgstr ""
375
  msgid "Register Your Version"
376
  msgstr ""
377
 
378
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:84
379
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:44
380
  msgid "The information size you were trying to submit was larger than"
381
  msgstr ""
382
 
383
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:85
384
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:45
385
  msgid "This is usually caused by a large file(s) trying to be uploaded."
386
  msgstr ""
387
 
388
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:86
389
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:46
390
  msgid "Since it was also larger than"
391
  msgstr ""
392
 
393
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:86
394
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:46
395
  msgid "no additional information is available."
396
  msgstr ""
397
 
398
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:505
399
  msgid "You must be logged in to edit your profile."
400
  msgstr ""
401
 
402
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:515
403
  msgid "The avatar was successfully deleted."
404
  msgstr ""
405
 
406
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:522
407
  msgid "The attachment"
408
  msgstr ""
409
 
410
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:522
411
  msgid "was successfully deleted."
412
  msgstr ""
413
 
414
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:537
415
  msgid "The changes have been successfully saved."
416
  msgstr ""
417
 
418
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:544
419
  msgid "The email address you entered is already registered to a different user."
420
  msgstr ""
421
 
422
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:544
423
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:554
424
  msgid "The email address was"
425
  msgstr ""
426
 
427
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:544
428
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:554
429
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:564
430
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:573
431
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:599
432
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:607
 
 
 
433
  msgid "NOT"
434
  msgstr ""
435
 
436
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:544
437
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:554
438
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:564
439
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:573
440
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:599
441
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:607
 
 
 
442
  msgid "updated along with the rest of the information."
443
  msgstr ""
444
 
445
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:554
446
  msgid "The email address you entered is invalid."
447
  msgstr ""
448
 
449
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:564
450
  msgid "The passwords you entered do not match."
451
  msgstr ""
452
 
453
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:564
454
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:573
455
  msgid "The password was"
456
  msgstr ""
457
 
458
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:573
459
  msgid "You didn't complete both password fields."
460
  msgstr ""
461
 
462
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:580
463
  msgid "Your profile was NOT updated!"
464
  msgstr ""
465
 
466
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:589
467
  msgid "There was an error while trying to upload the following attachments:"
468
  msgstr ""
469
 
470
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:599
471
  msgid "Possible cause: the size was bigger than"
472
  msgstr ""
473
 
474
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:599
475
  msgid "The listed attachements were"
476
  msgstr ""
477
 
478
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:607
479
  msgid "There was an error while trying to upload your avatar picture."
480
  msgstr ""
481
 
482
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:607
483
  msgid "Possible cause: size/incorrect file-type."
484
  msgstr ""
485
 
486
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:607
487
  msgid "The avatar was"
488
  msgstr ""
489
 
490
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:624
491
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:613
492
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:101
493
  msgid "Name"
494
  msgstr ""
495
 
496
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:631
497
  msgid "Usernames cannot be changed."
498
  msgstr ""
499
 
500
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:692
501
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:763
 
 
502
  msgid "(required)"
503
  msgstr ""
504
 
505
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:712
506
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:182
507
  msgid "Display name publicly as"
508
  msgstr ""
509
 
510
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:744
511
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:711
512
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:196
513
  msgid "Contact Info"
514
  msgstr ""
515
 
516
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:840
517
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:834
518
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:222
519
  msgid "About Yourself"
520
  msgstr ""
521
 
522
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:870
523
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:281
524
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:312
525
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:889
526
  msgid "Repeat Password"
527
  msgstr ""
528
 
529
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:901
530
  msgid "Update"
531
  msgstr ""
532
 
@@ -542,43 +521,43 @@ msgstr ""
542
  msgid "Log out"
543
  msgstr ""
544
 
545
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:72
546
  msgid "You have successfully logged in as"
547
  msgstr ""
548
 
549
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:99
550
  msgid "You will soon be redirected automatically. If you see this page for more than 1 second, please click"
551
  msgstr ""
552
 
553
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:99
554
  msgid "here"
555
  msgstr ""
556
 
557
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:107
558
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:327
559
  msgid "ERROR:"
560
  msgstr ""
561
 
562
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:107
563
  msgid "The username field is empty"
564
  msgstr ""
565
 
566
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:127
567
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:276
568
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:307
569
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:884
570
  msgid "Password"
571
  msgstr ""
572
 
573
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:131
574
  msgid "Log in"
575
  msgstr ""
576
 
577
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:135
578
  msgid "Remember me"
579
  msgstr ""
580
 
581
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:145
582
  msgid "Lost password?"
583
  msgstr ""
584
 
@@ -665,7 +644,7 @@ msgid "His/her new password is:"
665
  msgstr ""
666
 
667
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:243
668
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:311
669
  msgid "The entered passwords don't match!"
670
  msgstr ""
671
 
@@ -686,111 +665,111 @@ msgstr ""
686
  msgid "You will receive a link to create a new password via email."
687
  msgstr ""
688
 
689
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:350
690
  msgid "Username or E-mail"
691
  msgstr ""
692
 
693
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:359
694
  msgid "Get New Password"
695
  msgstr ""
696
 
697
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:47
698
  msgid "The user was NOT created!"
699
  msgstr ""
700
 
701
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:300
702
  msgid "A username is required for registration."
703
  msgstr ""
704
 
705
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:302
706
  msgid "Sorry, that username already exists!"
707
  msgstr ""
708
 
709
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:304
710
  msgid "You must enter a valid email address."
711
  msgstr ""
712
 
713
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:306
714
  msgid "Sorry, that email address is already used!"
715
  msgstr ""
716
 
717
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:309
718
  msgid "You didn't complete one of the password-fields!"
719
  msgstr ""
720
 
721
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:314
722
  msgid "You must agree to the terms and conditions before registering!"
723
  msgstr ""
724
 
725
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:316
726
  msgid "The account was NOT created!"
727
  msgstr ""
728
 
729
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:316
730
  msgid "(Several required fields were left uncompleted)"
731
  msgstr ""
732
 
733
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:463
734
  msgid "New subscriber on"
735
  msgstr ""
736
 
737
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:468
738
  msgid "A new subscriber has (been) registered!"
739
  msgstr ""
740
 
741
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:512
742
  msgid "You are logged in as"
743
  msgstr ""
744
 
745
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:512
746
  msgid "You don't need another account."
747
  msgstr ""
748
 
749
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:512
750
  msgid "Log out of this account."
751
  msgstr ""
752
 
753
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:512
754
  msgid "Logout"
755
  msgstr ""
756
 
757
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:519
758
  msgid "A user account has been created for"
759
  msgstr ""
760
 
761
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:544
762
  msgid "Thank you for registering"
763
  msgstr ""
764
 
765
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:571
766
  msgid "An error occured while trying to send the notification email."
767
  msgstr ""
768
 
769
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:575
770
  msgid "An email containing the username and password was successfully sent."
771
  msgstr ""
772
 
773
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:590
774
  msgid "Users can register themselves or you can manually create users here."
775
  msgstr ""
776
 
777
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:595
778
  msgid "Users cannot currently register themselves, but you can manually create users here."
779
  msgstr ""
780
 
781
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:600
782
  msgid "Only an administrator can add new users."
783
  msgstr ""
784
 
785
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:920
786
  msgid "Send these credentials via email."
787
  msgstr ""
788
 
789
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
790
  msgid "Add User"
791
  msgstr ""
792
 
793
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:932
794
  msgid "Register"
795
  msgstr ""
796
 
@@ -829,17 +808,17 @@ msgstr ""
829
 
830
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:14
831
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:24
832
- msgid "Type"
833
  msgstr ""
834
 
835
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:15
836
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:25
837
- msgid "Meta-Key"
838
  msgstr ""
839
 
840
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:16
841
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:26
842
- msgid "ID"
843
  msgstr ""
844
 
845
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:17
@@ -852,175 +831,127 @@ msgstr ""
852
  msgid "Add Option"
853
  msgstr ""
854
 
855
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:40
856
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:73
857
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:206
858
  msgid "Edit"
859
  msgstr ""
860
 
861
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:41
862
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:74
863
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:207
864
  msgid "Delete"
865
  msgstr ""
866
 
867
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:101
868
  msgid "Title:"
869
  msgstr ""
870
 
871
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:101
872
  msgid "The title of the item."
873
  msgstr ""
874
 
875
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:111
876
  msgid "Meta-Key:"
877
  msgstr ""
878
 
879
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:111
880
- msgid "Use this in conjuction with WordPress functions to display the value in the page of your choosing. Auto-completed but editable - in this case it must be uniqe.<br/>Changing this might take long in case of a very big user-count."
881
- msgstr ""
882
-
883
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:144
884
- msgid "Option Type:"
885
  msgstr ""
886
 
887
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:144
888
- msgid "Choose one of the supported option types."
889
  msgstr ""
890
 
891
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:154
892
- msgid "Description:"
893
  msgstr ""
894
 
895
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:154
896
- msgid "Enter a detailed description of the option for end users to read(optional)."
897
  msgstr ""
898
 
899
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:155
900
- msgid "You can only insert links using standard HTML syntax:"
901
  msgstr ""
902
 
903
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:155
904
- msgid "address"
905
  msgstr ""
906
 
907
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:155
908
- msgid "name"
909
  msgstr ""
910
 
911
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:165
912
  msgid "Options:"
913
  msgstr ""
914
 
915
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:165
916
  msgid "Enter a comma separated list of options. For example, you could have \"One,Two,Three\" or just a single value like \"Yes\" for a checkbox."
917
  msgstr ""
918
 
919
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:176
920
- msgid "ID:"
921
- msgstr ""
922
-
923
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:176
924
- msgid "This is the internal ID for this input. You can use this in conjuction with filters to target this element if needed.<br/>Can't be edited."
925
- msgstr ""
926
-
927
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:187
928
  msgid "Required:"
929
  msgstr ""
930
 
931
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:187
932
  msgid "Check this box to make this field required."
933
  msgstr ""
934
 
935
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:194
936
  msgid "Cancel"
937
  msgstr ""
938
 
939
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:195
940
  msgid "Save"
941
  msgstr ""
942
 
943
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:229
944
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:230
945
  msgid "Register your version of Profile Builder Pro"
946
  msgstr ""
947
 
948
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:231
949
  msgid "Now that you acquired a copy of Profile Builder Pro, you should take the time and register it with the serial number you received in the e-mail."
950
  msgstr ""
951
 
952
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:232
953
  msgid "If you register this version of Profile Builder, you'll receive information regarding eventual upgrades, patches, and - if needed - technical support."
954
  msgstr ""
955
 
956
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:233
957
  msgid "Serial Number:"
958
  msgstr ""
959
 
960
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:238
961
  msgid "The serial number couldn't be validated or isn't valid!"
962
  msgstr ""
963
 
964
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:240
965
  msgid "The serial number was successfully validated!"
966
  msgstr ""
967
 
968
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:243
969
  msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
970
  msgstr ""
971
 
972
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:526
973
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:529
974
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:539
975
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:542
976
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:571
977
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:592
978
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:594
979
  msgid "Current file"
980
  msgstr ""
981
 
982
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:526
983
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:539
984
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:571
985
- msgid "No uploaded attachment"
986
- msgstr ""
987
-
988
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:529
989
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:601
990
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:542
991
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:592
992
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:594
993
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:663
994
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:695
995
- msgid "Click to see the current attachment"
996
- msgstr ""
997
-
998
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:599
999
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:661
1000
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:692
1001
- msgid "Avatar"
1002
- msgstr ""
1003
-
1004
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:656
1005
  msgid "Users listed by:"
1006
  msgstr ""
1007
 
1008
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:673
1009
- msgid "Displaying"
1010
- msgstr ""
1011
-
1012
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:688
1013
- msgid "users/page"
1014
- msgstr ""
1015
-
1016
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:691
1017
  msgid "Reorder"
1018
  msgstr ""
1019
 
1020
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:708
1021
- msgid "Click here to see more information about this user."
1022
- msgstr ""
1023
-
1024
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:9
1025
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:10
1026
  msgid "Activate/Deactivate Addons"
@@ -1051,8 +982,8 @@ msgid "Inactive"
1051
  msgstr ""
1052
 
1053
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:30
1054
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:155
1055
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:156
1056
  msgid "Custom Redirects"
1057
  msgstr ""
1058
 
@@ -1076,107 +1007,45 @@ msgstr ""
1076
  msgid "Users/Page: "
1077
  msgstr ""
1078
 
1079
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:166
1080
  msgid "Action"
1081
  msgstr ""
1082
 
1083
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:167
1084
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:212
1085
  msgid "Redirect"
1086
  msgstr ""
1087
 
1088
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:168
1089
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:213
1090
  msgid "URL"
1091
  msgstr ""
1092
 
1093
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:172
1094
  msgid "After Registration:"
1095
  msgstr ""
1096
 
1097
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:180
1098
  msgid "After Login:"
1099
  msgstr ""
1100
 
1101
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:200
1102
  msgid "When activated this feature will redirect the user on both the default Wordpress password recovery page and the \"Lost password?\" link used by Profile Builder on the front-end login page."
1103
  msgstr ""
1104
 
1105
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:211
1106
  msgid "Requested WP Page"
1107
  msgstr ""
1108
 
1109
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:265
1110
- msgid "Before login. Works best if used in conjuction with \"After logout\"."
1111
- msgstr ""
1112
-
1113
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:266
1114
- msgid "After logout. Works best if used in conjuction with \"Before logout\"."
1115
  msgstr ""
1116
 
1117
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:267
1118
  msgid "Redirects every user-role EXCEPT the ones with administrator privilages (can manage options)."
1119
  msgstr ""
1120
 
1121
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:41
1122
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:128
1123
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:194
1124
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:259
1125
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:324
1126
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:390
1127
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:444
1128
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:492
1129
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:554
1130
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:675
1131
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:734
1132
- msgid "This field is marked as required by the administrator."
1133
- msgstr ""
1134
-
1135
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:44
1136
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:131
1137
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:197
1138
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:262
1139
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:327
1140
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:393
1141
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:447
1142
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:495
1143
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:557
1144
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:678
1145
- msgid "This field wasn't updated because you entered and empty string (It was marked as required by the administrator)"
1146
- msgstr ""
1147
-
1148
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:536
1149
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:567
1150
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:654
1151
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:684
1152
- msgid "max upload size"
1153
- msgstr ""
1154
-
1155
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:542
1156
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:594
1157
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:663
1158
- msgid "Click to delete the current attachment"
1159
- msgstr ""
1160
-
1161
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:657
1162
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:688
1163
  msgid "Current avatar"
1164
  msgstr ""
1165
 
1166
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:657
1167
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:688
1168
- msgid "No uploaded avatar"
1169
- msgstr ""
1170
-
1171
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:695
1172
- msgid "The avatar image can't be deleted (It was marked as required by the administrator)."
1173
- msgstr ""
1174
-
1175
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:712
1176
- msgid "Click to see the current avatar"
1177
- msgstr ""
1178
-
1179
- #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:712
1180
- msgid "Click to delete the avatar"
1181
- msgstr ""
1182
-
2
  msgstr ""
3
  "Project-Id-Version: ProfileBuilder\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-09-21 16:32+0200\n"
6
+ "PO-Revision-Date: 2011-09-21 16:33+0200\n"
7
  "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
+ "Language-Team: Reflection Media, Barina Gabriel\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SearchPath-0: C:\\Users\\Gabi\\Desktop\\test\\profile-builder-pro\n"
15
 
16
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:5
17
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:8
18
  msgid "Profile Builder"
19
  msgstr ""
20
 
21
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:6
22
  msgid "Welcome to Profile Builder!"
23
  msgstr ""
24
 
25
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:8
26
  msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
27
  msgstr ""
28
 
29
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:9
30
  msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
31
  msgstr ""
32
 
33
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:10
34
  msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
35
  msgstr ""
36
 
37
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:11
38
  msgid "Now all you need to do is add the following shortcode(for the previous example): "
39
  msgstr ""
40
 
41
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:12
42
  msgid "Publish your page and you are ready to go!"
43
  msgstr ""
44
 
45
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:13
46
  msgid "You can use the following shortcodes:"
47
  msgstr ""
48
 
49
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:14
50
  msgid "for a log-in form."
51
  msgstr ""
52
 
53
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:15
54
  msgid "to add a registration form."
55
  msgstr ""
56
 
57
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:16
58
  msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
59
  msgstr ""
60
 
61
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:17
62
  msgid "to add a password recovery form."
63
  msgstr ""
64
 
65
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:19
66
  msgid "Users with administrator rights have access to the following features:"
67
  msgstr ""
68
 
69
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:20
70
  msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
71
  msgstr ""
72
 
73
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:21
74
  msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
75
  msgstr ""
76
 
77
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:22
78
  msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
79
  msgstr ""
80
 
81
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:23
82
  msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
83
  msgstr ""
84
 
85
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:24
86
  msgid "add an avatar field."
87
  msgstr ""
88
 
89
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:27
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "NOTE:"
91
  msgstr ""
92
 
93
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:28
94
  msgid "this plugin only adds/removes fields in the front-end."
95
  msgstr ""
96
 
97
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:29
98
  msgid "The default information-fields will still be visible(and thus modifiable)"
99
  msgstr ""
100
 
101
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:30
102
  msgid "from the back-end, while custom fields will only be visible in the front-end."
103
  msgstr ""
104
 
105
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:44
106
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:45
107
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:58
108
  msgid "Plugin Layout"
109
  msgstr ""
110
 
111
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:46
112
  msgid "Stylesheet used:"
113
  msgstr ""
114
 
115
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:48
116
  msgid "Default"
117
  msgstr ""
118
 
119
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:53
120
  msgid "White"
121
  msgstr ""
122
 
123
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:54
124
  msgid "Black"
125
  msgstr ""
126
 
127
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:58
128
  msgid "None"
129
  msgstr ""
130
 
131
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:63
132
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:109
133
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:320
134
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:224
 
 
 
 
 
 
 
 
135
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:42
136
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:118
137
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:256
138
  msgid "Save Changes"
139
  msgstr ""
140
 
141
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:81
142
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:82
143
  msgid "Show/Hide the Admin Bar on Front End"
144
  msgstr ""
145
 
146
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:86
147
  msgid "User-group"
148
  msgstr ""
149
 
150
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:87
151
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:133
152
  msgid "Visibility"
153
  msgstr ""
154
 
155
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:98
156
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:148
157
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:161
158
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:174
159
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:187
160
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:200
161
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:219
162
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:232
163
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:248
164
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:261
165
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:274
166
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:293
167
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:307
 
 
168
  msgid "Show"
169
  msgstr ""
170
 
171
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:99
172
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:149
173
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:162
174
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:175
175
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:188
176
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:201
177
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:220
178
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:233
179
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:249
180
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:262
181
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:275
182
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:294
183
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:308
 
 
184
  msgid "Hide"
185
  msgstr ""
186
 
187
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:127
188
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:128
189
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:60
190
  msgid "Default Profile Fields"
191
  msgstr ""
192
 
193
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:132
194
  msgid "Input Field Name"
195
  msgstr ""
196
 
197
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:134
198
  msgid "Required"
199
  msgstr ""
200
 
201
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:139
202
  msgid "Name:"
203
  msgstr ""
204
 
205
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:145
206
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:660
207
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:118
208
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:422
209
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:583
210
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:110
211
  msgid "Username"
212
  msgstr ""
213
 
214
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:152
215
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:165
216
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:178
217
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:191
218
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:204
219
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:223
220
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:236
221
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:252
222
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:265
223
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:278
224
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:297
225
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:311
226
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:172
227
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:180
228
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:190
229
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:219
230
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:231
231
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:243
 
 
 
232
  msgid "Yes"
233
  msgstr ""
234
 
235
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:153
236
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:166
237
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:179
238
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:192
239
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:205
240
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:224
241
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:237
242
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:253
243
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:266
244
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:279
245
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:298
246
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:312
247
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:173
248
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:181
249
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:191
250
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:220
251
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:232
252
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:244
 
 
 
253
  msgid "No"
254
  msgstr ""
255
 
256
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:158
257
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:679
258
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:604
259
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:125
260
  msgid "First Name"
261
  msgstr ""
262
 
263
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:171
264
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:698
265
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:624
266
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:141
267
  msgid "Last Name"
268
  msgstr ""
269
 
270
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:184
271
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:717
272
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:644
273
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:157
274
  msgid "Nickname"
275
  msgstr ""
276
 
277
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:197
278
  msgid "Display name publicly as..."
279
  msgstr ""
280
 
281
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:210
282
  msgid "Contact Info:"
283
  msgstr ""
284
 
285
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:216
286
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:780
287
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:423
288
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:666
289
  msgid "E-mail"
290
  msgstr ""
291
 
292
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:229
293
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:800
294
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:687
295
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:200
296
  msgid "Website"
297
  msgstr ""
298
 
299
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:245
300
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:819
301
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:707
302
  msgid "AIM"
303
  msgstr ""
304
 
305
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:258
306
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:838
307
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:727
308
  msgid "Yahoo IM"
309
  msgstr ""
310
 
311
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:271
312
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:857
313
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:747
314
  msgid "Jabber / Google Talk"
315
  msgstr ""
316
 
317
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:284
318
  msgid "About Yourself:"
319
  msgstr ""
320
 
321
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:290
322
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:880
323
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:771
324
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:229
325
  msgid "Biographical Info"
326
  msgstr ""
327
 
328
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:304
329
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:891
330
  msgid "New Password"
331
  msgstr ""
332
 
352
  msgid "Register Your Version"
353
  msgstr ""
354
 
355
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:81
356
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:39
357
  msgid "The information size you were trying to submit was larger than"
358
  msgstr ""
359
 
360
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:82
361
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:40
362
  msgid "This is usually caused by a large file(s) trying to be uploaded."
363
  msgstr ""
364
 
365
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
366
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:41
367
  msgid "Since it was also larger than"
368
  msgstr ""
369
 
370
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:83
371
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:41
372
  msgid "no additional information is available."
373
  msgstr ""
374
 
375
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:534
376
  msgid "You must be logged in to edit your profile."
377
  msgstr ""
378
 
379
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:544
380
  msgid "The avatar was successfully deleted."
381
  msgstr ""
382
 
383
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:551
384
  msgid "The attachment"
385
  msgstr ""
386
 
387
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:551
388
  msgid "was successfully deleted."
389
  msgstr ""
390
 
391
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:566
392
  msgid "The changes have been successfully saved."
393
  msgstr ""
394
 
395
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:573
396
  msgid "The email address you entered is already registered to a different user."
397
  msgstr ""
398
 
399
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:573
400
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:583
401
  msgid "The email address was"
402
  msgstr ""
403
 
 
 
 
404
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:573
405
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:583
406
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:593
407
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:602
408
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:628
409
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:636
410
  msgid "NOT"
411
  msgstr ""
412
 
 
 
 
413
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:573
414
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:583
415
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:593
416
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:602
417
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:628
418
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:636
419
  msgid "updated along with the rest of the information."
420
  msgstr ""
421
 
422
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:583
423
  msgid "The email address you entered is invalid."
424
  msgstr ""
425
 
426
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:593
427
  msgid "The passwords you entered do not match."
428
  msgstr ""
429
 
430
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:593
431
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:602
432
  msgid "The password was"
433
  msgstr ""
434
 
435
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:602
436
  msgid "You didn't complete both password fields."
437
  msgstr ""
438
 
439
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:609
440
  msgid "Your profile was NOT updated!"
441
  msgstr ""
442
 
443
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:618
444
  msgid "There was an error while trying to upload the following attachments:"
445
  msgstr ""
446
 
447
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:628
448
  msgid "Possible cause: the size was bigger than"
449
  msgstr ""
450
 
451
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:628
452
  msgid "The listed attachements were"
453
  msgstr ""
454
 
455
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:636
456
  msgid "There was an error while trying to upload your avatar picture."
457
  msgstr ""
458
 
459
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:636
460
  msgid "Possible cause: size/incorrect file-type."
461
  msgstr ""
462
 
463
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:636
464
  msgid "The avatar was"
465
  msgstr ""
466
 
467
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:653
468
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:571
469
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:98
470
  msgid "Name"
471
  msgstr ""
472
 
473
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:661
474
  msgid "Usernames cannot be changed."
475
  msgstr ""
476
 
477
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:719
478
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:782
479
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:585
480
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:668
481
  msgid "(required)"
482
  msgstr ""
483
 
484
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:737
485
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:173
486
  msgid "Display name publicly as"
487
  msgstr ""
488
 
489
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:764
490
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:651
491
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:188
492
  msgid "Contact Info"
493
  msgstr ""
494
 
495
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:864
496
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:754
497
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:216
498
  msgid "About Yourself"
499
  msgstr ""
500
 
501
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:896
502
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:281
503
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:312
504
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:791
505
  msgid "Repeat Password"
506
  msgstr ""
507
 
508
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:913
509
  msgid "Update"
510
  msgstr ""
511
 
521
  msgid "Log out"
522
  msgstr ""
523
 
524
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:73
525
  msgid "You have successfully logged in as"
526
  msgstr ""
527
 
528
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:100
529
  msgid "You will soon be redirected automatically. If you see this page for more than 1 second, please click"
530
  msgstr ""
531
 
532
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:100
533
  msgid "here"
534
  msgstr ""
535
 
536
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:108
537
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:327
538
  msgid "ERROR:"
539
  msgstr ""
540
 
541
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:108
542
  msgid "The username field is empty"
543
  msgstr ""
544
 
545
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:128
546
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:276
547
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:307
548
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:786
549
  msgid "Password"
550
  msgstr ""
551
 
552
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:132
553
  msgid "Log in"
554
  msgstr ""
555
 
556
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:136
557
  msgid "Remember me"
558
  msgstr ""
559
 
560
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:146
561
  msgid "Lost password?"
562
  msgstr ""
563
 
644
  msgstr ""
645
 
646
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:243
647
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:273
648
  msgid "The entered passwords don't match!"
649
  msgstr ""
650
 
665
  msgid "You will receive a link to create a new password via email."
666
  msgstr ""
667
 
668
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:347
669
  msgid "Username or E-mail"
670
  msgstr ""
671
 
672
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:356
673
  msgid "Get New Password"
674
  msgstr ""
675
 
676
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:42
677
  msgid "The user was NOT created!"
678
  msgstr ""
679
 
680
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:262
681
  msgid "A username is required for registration."
682
  msgstr ""
683
 
684
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:264
685
  msgid "Sorry, that username already exists!"
686
  msgstr ""
687
 
688
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:266
689
  msgid "You must enter a valid email address."
690
  msgstr ""
691
 
692
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:268
693
  msgid "Sorry, that email address is already used!"
694
  msgstr ""
695
 
696
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:271
697
  msgid "You didn't complete one of the password-fields!"
698
  msgstr ""
699
 
700
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:276
701
  msgid "You must agree to the terms and conditions before registering!"
702
  msgstr ""
703
 
704
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:278
705
  msgid "The account was NOT created!"
706
  msgstr ""
707
 
708
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:278
709
  msgid "(Several required fields were left uncompleted)"
710
  msgstr ""
711
 
712
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:421
713
  msgid "New subscriber on"
714
  msgstr ""
715
 
716
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:426
717
  msgid "A new subscriber has (been) registered!"
718
  msgstr ""
719
 
720
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:470
721
  msgid "You are logged in as"
722
  msgstr ""
723
 
724
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:470
725
  msgid "You don't need another account."
726
  msgstr ""
727
 
728
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:470
729
  msgid "Log out of this account."
730
  msgstr ""
731
 
732
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:470
733
  msgid "Logout"
734
  msgstr ""
735
 
736
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:477
737
  msgid "A user account has been created for"
738
  msgstr ""
739
 
740
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:502
741
  msgid "Thank you for registering"
742
  msgstr ""
743
 
744
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:529
745
  msgid "An error occured while trying to send the notification email."
746
  msgstr ""
747
 
748
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:533
749
  msgid "An email containing the username and password was successfully sent."
750
  msgstr ""
751
 
752
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:548
753
  msgid "Users can register themselves or you can manually create users here."
754
  msgstr ""
755
 
756
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:553
757
  msgid "Users cannot currently register themselves, but you can manually create users here."
758
  msgstr ""
759
 
760
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:558
761
  msgid "Only an administrator can add new users."
762
  msgstr ""
763
 
764
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:811
765
  msgid "Send these credentials via email."
766
  msgstr ""
767
 
768
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:819
769
  msgid "Add User"
770
  msgstr ""
771
 
772
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:819
773
  msgid "Register"
774
  msgstr ""
775
 
808
 
809
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:14
810
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:24
811
+ msgid "Key"
812
  msgstr ""
813
 
814
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:15
815
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:25
816
+ msgid "Type"
817
  msgstr ""
818
 
819
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:16
820
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:26
821
+ msgid "Meta-Key"
822
  msgstr ""
823
 
824
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:17
831
  msgid "Add Option"
832
  msgstr ""
833
 
834
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:51
835
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:182
 
836
  msgid "Edit"
837
  msgstr ""
838
 
839
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:52
840
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:183
 
841
  msgid "Delete"
842
  msgstr ""
843
 
844
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:79
845
  msgid "Title:"
846
  msgstr ""
847
 
848
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:79
849
  msgid "The title of the item."
850
  msgstr ""
851
 
852
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:89
853
  msgid "Meta-Key:"
854
  msgstr ""
855
 
856
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:89
857
+ msgid "Use this in conjuction with WordPress functions to display the value in the page of your choosing. Auto-completed."
 
 
 
 
858
  msgstr ""
859
 
860
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:99
861
+ msgid "Option Key:"
862
  msgstr ""
863
 
864
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:99
865
+ msgid "Unique alphanumeric key, underscores are acceptable."
866
  msgstr ""
867
 
868
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:132
869
+ msgid "Option Type:"
870
  msgstr ""
871
 
872
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:132
873
+ msgid "Choose one of the supported option types."
874
  msgstr ""
875
 
876
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:142
877
+ msgid "Description:"
878
  msgstr ""
879
 
880
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:142
881
+ msgid "Enter a detailed description of the option for end users to read(optional)."
882
  msgstr ""
883
 
884
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:152
885
  msgid "Options:"
886
  msgstr ""
887
 
888
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:152
889
  msgid "Enter a comma separated list of options. For example, you could have \"One,Two,Three\" or just a single value like \"Yes\" for a checkbox."
890
  msgstr ""
891
 
892
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:163
 
 
 
 
 
 
 
 
893
  msgid "Required:"
894
  msgstr ""
895
 
896
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:163
897
  msgid "Check this box to make this field required."
898
  msgstr ""
899
 
900
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:170
901
  msgid "Cancel"
902
  msgstr ""
903
 
904
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:171
905
  msgid "Save"
906
  msgstr ""
907
 
908
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:205
909
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:206
910
  msgid "Register your version of Profile Builder Pro"
911
  msgstr ""
912
 
913
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:207
914
  msgid "Now that you acquired a copy of Profile Builder Pro, you should take the time and register it with the serial number you received in the e-mail."
915
  msgstr ""
916
 
917
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:208
918
  msgid "If you register this version of Profile Builder, you'll receive information regarding eventual upgrades, patches, and - if needed - technical support."
919
  msgstr ""
920
 
921
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:209
922
  msgid "Serial Number:"
923
  msgstr ""
924
 
925
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:214
926
  msgid "The serial number couldn't be validated or isn't valid!"
927
  msgstr ""
928
 
929
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:216
930
  msgid "The serial number was successfully validated!"
931
  msgstr ""
932
 
933
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:219
934
  msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
935
  msgstr ""
936
 
937
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:606
938
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:609
939
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:545
940
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:549
941
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:551
942
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:1665
943
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:1668
944
  msgid "Current file"
945
  msgstr ""
946
 
947
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:701
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
948
  msgid "Users listed by:"
949
  msgstr ""
950
 
951
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:732
 
 
 
 
 
 
 
 
952
  msgid "Reorder"
953
  msgstr ""
954
 
 
 
 
 
955
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:9
956
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:10
957
  msgid "Activate/Deactivate Addons"
982
  msgstr ""
983
 
984
  #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:30
985
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:153
986
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:154
987
  msgid "Custom Redirects"
988
  msgstr ""
989
 
1007
  msgid "Users/Page: "
1008
  msgstr ""
1009
 
1010
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:164
1011
  msgid "Action"
1012
  msgstr ""
1013
 
1014
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:165
1015
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:210
1016
  msgid "Redirect"
1017
  msgstr ""
1018
 
1019
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:166
 
1020
  msgid "URL"
1021
  msgstr ""
1022
 
1023
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:170
1024
  msgid "After Registration:"
1025
  msgstr ""
1026
 
1027
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:178
1028
  msgid "After Login:"
1029
  msgstr ""
1030
 
1031
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:198
1032
  msgid "When activated this feature will redirect the user on both the default Wordpress password recovery page and the \"Lost password?\" link used by Profile Builder on the front-end login page."
1033
  msgstr ""
1034
 
1035
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:209
1036
  msgid "Requested WP Page"
1037
  msgstr ""
1038
 
1039
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:211
1040
+ msgid "Target Page"
 
 
 
 
1041
  msgstr ""
1042
 
1043
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:251
1044
  msgid "Redirects every user-role EXCEPT the ones with administrator privilages (can manage options)."
1045
  msgstr ""
1046
 
1047
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:580
1048
+ #: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:1690
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1049
  msgid "Current avatar"
1050
  msgstr ""
1051
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
translation/profilebuilder-fr_FR.po CHANGED
@@ -1,499 +1,499 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Profile Builder\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-07-06 14:23+0200\n"
6
- "PO-Revision-Date: 2011-08-22 11:52+0100\n"
7
- "Last-Translator: Sébastien CEZARD <foxyflying@gmail.com>\n"
8
- "Language-Team: ReflectionMedia\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: C:\\Users\\Cristi\\Desktop\\free\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
16
-
17
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
18
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
19
- msgid "Profile Builder"
20
- msgstr "Profile Builder"
21
-
22
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
23
- msgid "Welcome to Profile Builder!"
24
- msgstr "Bienvenue dans Profile Builder !"
25
-
26
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
27
- msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
28
- msgstr " vous permet de personnaliser votre site en y ajoutant un menu visible par les utilisateurs, leur permettant de modifier de manière plus flexible les informations les concernant ou encore, de permettre l'enregistrement de nouveaux utilisateurs."
29
-
30
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
31
- msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
32
- msgstr "Il permet également aux utilisateurs dotés de droits d'administrateurs de personnaliser les champs de base ou d'en ajouter d'autre à leur guise."
33
-
34
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
35
- msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
36
- msgstr "Pour mettre en place le dispositif, créez simplement une nouvelle page et donnez-lui un nom évocateur (par exemple, \"Modifier le Profil\")."
37
-
38
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
39
- msgid "Now all you need to do is add the following shortcode(for the previous example): "
40
- msgstr "Tout ce qu'il vous reste à faire ensuite est d'ajouter le shortcode suivant (pour l'exemple précédent): [wppb-edit-profile]."
41
-
42
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
43
- msgid "Publish your page and you are ready to go!"
44
- msgstr "Publiez votre page et le tour est joué !"
45
-
46
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
47
- msgid "You can use the following shortcodes:"
48
- msgstr "Vous pouvez utiliser les shortcodes suivant:"
49
-
50
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
51
- msgid "for a log-in form."
52
- msgstr "pour un formulaire de connexion."
53
-
54
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
55
- msgid "to add a registration form."
56
- msgstr "pour ajouter un formulaire d'enregistrement."
57
-
58
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
59
- msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
60
- msgstr "pour permettre aux utilisateurs d'accéder à leurs données personnelles (l'utilisateur doit être connecté)."
61
-
62
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
63
- msgid "Users with administrator rights have access to the following features:"
64
- msgstr "Les utilisateurs possédant des droits d'administrateurs ont accés aux fonctions suivantes:"
65
-
66
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
67
- msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
68
- msgstr "ajout de feuilles de styles personnalisées/héritées du thème courant ou incluses par défaut dans le plugin: défaut, blanc ou noir."
69
-
70
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
71
- msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
72
- msgstr "possibilité d'afficher ou non la Barre d'Administration sur le Front-End pour un groupe d'utilisateurs spécifique enregistré sur le site."
73
-
74
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
75
- msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
76
- msgstr "choix du type de champ pouvant être affiché ou modifié. Les valeurs entrées dans les champs masqués demeurent non modifiées."
77
-
78
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
79
- msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
80
- msgstr "ajout de champs personnalisés, avec le choix entre différents types: titre, texte, zone de texte, sélection, case à cocher, bouton, et/ou téléversement."
81
-
82
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
83
- msgid "add an avatar field."
84
- msgstr "ajout d'un champ d'avatar"
85
-
86
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
87
- msgid "NOTE:"
88
- msgstr "NOTE:"
89
-
90
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
91
- msgid "this plugin only adds/removes fields in the front-end."
92
- msgstr "ce plugin ajoute/retire des champs uniquement sur le Front-End."
93
-
94
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
95
- msgid "The default information-fields will still be visible(and thus modifiable)"
96
- msgstr "Les champs d'informations par défaut seront encore visibles (donc modifiables)"
97
-
98
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
99
- msgid "from the back-end, while custom fields will only be visible in the front-end."
100
- msgstr "depuis le Back-End, alors que les champs personnalisés ne seront visibles que sur le Front-End. "
101
-
102
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
103
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
104
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:58
105
- msgid "Plugin Layout"
106
- msgstr "Apparence du Plugin"
107
-
108
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
109
- msgid "Stylesheet used:"
110
- msgstr "Feuille de style utilisée"
111
-
112
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
113
- msgid "Default"
114
- msgstr "Défaut"
115
-
116
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
117
- msgid "White"
118
- msgstr "Blanc"
119
-
120
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
121
- msgid "Black"
122
- msgstr "Noir"
123
-
124
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
125
- msgid "None"
126
- msgstr "Aucune"
127
-
128
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
129
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
130
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
131
- msgid "Save Changes"
132
- msgstr "Sauvegarder les modifications"
133
-
134
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
135
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
136
- msgid "Show/Hide the Admin Bar on Front End"
137
- msgstr "Afficher/Masquer la Barre d'Administration sur le Front-End"
138
-
139
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
140
- msgid "User-group"
141
- msgstr "Groupe d'Utilisateurs"
142
-
143
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
144
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
145
- msgid "Visibility"
146
- msgstr "Visibilité"
147
-
148
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
149
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
150
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
151
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
152
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
153
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
154
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
155
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
156
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
157
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
158
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
159
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
160
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
161
- msgid "Show"
162
- msgstr "Afficher"
163
-
164
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
165
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
166
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
167
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
168
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
169
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
170
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
171
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
172
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
173
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
174
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
175
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
176
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
177
- msgid "Hide"
178
- msgstr "Masquer"
179
-
180
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
181
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
182
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:60
183
- msgid "Default Profile Fields"
184
- msgstr "Champs de Profil par Défaut"
185
-
186
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
187
- msgid "Input Field Name"
188
- msgstr "Nom du Champ de Saisie"
189
-
190
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
191
- msgid "Name:"
192
- msgstr "Nom:"
193
-
194
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
195
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
196
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
197
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
198
- msgid "Username"
199
- msgstr "Nom d'Utilisateur"
200
-
201
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
202
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
203
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
204
- msgid "First Name"
205
- msgstr "Prénom"
206
-
207
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
208
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
209
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
210
- msgid "Last Name"
211
- msgstr "Nom"
212
-
213
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
214
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
215
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
216
- msgid "Nickname"
217
- msgstr "Pseudo"
218
-
219
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
220
- msgid "Display name publicly as..."
221
- msgstr "Apparaître publiquement en tant que..."
222
-
223
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
224
- msgid "Contact Info:"
225
- msgstr "Infos de Contact"
226
-
227
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
228
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
229
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
230
- msgid "E-mail"
231
- msgstr "Courriel"
232
-
233
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
234
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
235
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
236
- msgid "Website"
237
- msgstr "Site Web"
238
-
239
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
240
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
241
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
242
- msgid "AIM"
243
- msgstr "AIM"
244
-
245
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
246
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
247
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
248
- msgid "Yahoo IM"
249
- msgstr "Yahoo IM"
250
-
251
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
252
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
253
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
254
- msgid "Jabber / Google Talk"
255
- msgstr "Jabber / Google Talk"
256
-
257
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
258
- msgid "About Yourself:"
259
- msgstr "À propos de vous:"
260
-
261
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
262
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
263
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
264
- msgid "Biographical Info"
265
- msgstr "Infos Biographiques"
266
-
267
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
268
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
269
- msgid "New Password"
270
- msgstr "Nouveau Mot de Passe"
271
-
272
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:57
273
- msgid "Basic Information"
274
- msgstr "Informations de Base"
275
-
276
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:59
277
- msgid "Show/Hide the Admin Bar on Front-end"
278
- msgstr "Afficher/Masquer la Barre d'Administration sur le Front-End"
279
-
280
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:63
281
- msgid "Extra Profile Fields"
282
- msgstr "Champs de Profile Supplémentaires"
283
-
284
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:64
285
- msgid "Register Your Version"
286
- msgstr "Enregistrer Votre Version"
287
-
288
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
289
- msgid "You must be logged in to edit your profile."
290
- msgstr "Vous devez être connecté(e) pour modifier votre profil."
291
-
292
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
293
- msgid "The avatar was successfully deleted."
294
- msgstr "L'avatar a bien été supprimé."
295
-
296
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
297
- msgid "The attachment \""
298
- msgstr "La pièce jointe \""
299
-
300
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
301
- msgid "\" was successfully deleted."
302
- msgstr "\" a bien été supprimée."
303
-
304
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
305
- msgid "The changes have been successfully saved."
306
- msgstr "Les modifications ont bien été sauvegardées."
307
-
308
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
309
- msgid "The email address you entered is already registered to a different user.<br/>The email address was "
310
- msgstr "L'adresse de courriel indiquée appartient déjà à un autre utilisateur.<br/>L'adresse de courriel était "
311
-
312
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
313
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
314
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
315
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
316
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
317
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
318
- msgid "NOT"
319
- msgstr "PAS"
320
-
321
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
322
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
323
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
324
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
325
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
326
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
327
- msgid " updated along with the rest of the information."
328
- msgstr " mis à jour avec le reste des informations."
329
-
330
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
331
- msgid "The email address you entered is invalid. <br/> The email address was "
332
- msgstr "L'adresse de courriel n'est pas valide. <br/> L'adresse de courriel était "
333
-
334
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
335
- msgid "The passwords you entered do not match. <br/> The password was "
336
- msgstr "Les mots de passe ne correspondent pas. <br/> Les mots de passe étaient "
337
-
338
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
339
- msgid "You didn't complete both password fields. <br/> The password was "
340
- msgstr "Vous n'avez pas renseigné les champs de mots de passe. <br/> Les mots de passe étaient "
341
-
342
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
343
- msgid "There was an error while trying to upload the following attachments:<br/>"
344
- msgstr "Une erreur est survenue durant le téléversement des fichiers suivante:<br/>"
345
-
346
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
347
- msgid "<br/>Possible cause: the size was bigger than "
348
- msgstr "<br/>Cause possible: la taille est supérieur à "
349
-
350
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
351
- msgid "b.<br/>The listed attachements were "
352
- msgstr "b.<br/>les fichiers étaient "
353
-
354
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
355
- msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
356
- msgstr "Une erreur est survenue durant le téléversement de l'image.<br/>Cause possible: taille/type de fichier incorrect.<br/>L'avatar était "
357
-
358
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
359
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
360
- msgid "Name"
361
- msgstr "Nom"
362
-
363
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
364
- msgid " Usernames cannot be changed."
365
- msgstr " Les noms d'utilisateurs ne peuvent être modifiés."
366
-
367
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
368
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
369
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
370
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
371
- msgid "(required)"
372
- msgstr "(requis)"
373
-
374
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
375
- msgid "Display name publicly as"
376
- msgstr "Apparaître publiquement en tant que"
377
-
378
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
379
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
380
- msgid "Contact Info"
381
- msgstr "Infos de Contact"
382
-
383
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
384
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
385
- msgid "About Yourself"
386
- msgstr "À Propos de Vous"
387
-
388
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
389
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
390
- msgid "Repeat Password"
391
- msgstr "Répéter le Mot de Passe"
392
-
393
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
394
- msgid "Update"
395
- msgstr "Mettre à Jour"
396
-
397
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
398
- #, php-format
399
- msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
400
- msgstr "Vous êtes actuellement connecté(e) en tant que <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
401
-
402
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
403
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
404
- msgid "Log out of this account"
405
- msgstr "Se déconnecter de ce compte"
406
-
407
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
408
- msgid "Log out &raquo;"
409
- msgstr "Déconnexion &raquo;"
410
-
411
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
412
- #, php-format
413
- msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
414
- msgstr "Vous vous êtes connecté en tant que <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
415
-
416
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
417
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
418
- msgid "Password"
419
- msgstr "Mot de Passe"
420
-
421
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
422
- msgid "Log in"
423
- msgstr "Connexion"
424
-
425
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
426
- msgid "Remember me"
427
- msgstr "Se souvenir de moi"
428
-
429
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
430
- msgid "Lost password?"
431
- msgstr "Mot de passe oublié ?"
432
-
433
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
434
- msgid "A username is required for registration."
435
- msgstr "Un nom d'utilisateur est requis pour l'enregistrement."
436
-
437
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
438
- msgid "Sorry, that username already exists!"
439
- msgstr "Désolé, ce nom d'utilisateur existe déjà !"
440
-
441
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
442
- msgid "You must enter a valid email address."
443
- msgstr "Vous devez entrer une adresse de courriel valide."
444
-
445
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
446
- msgid "Sorry, that email address is already used!"
447
- msgstr "Désolé, cette adresse de courriel est déjà utilisée !"
448
-
449
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
450
- msgid "You didn't complete one of the password-fields!"
451
- msgstr "Vous n'avez pas renseigné un des champs de mot de passe !"
452
-
453
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
454
- msgid "The entered passwords don't match!"
455
- msgstr "Les mots de passe ne correspondent pas !"
456
-
457
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
458
- #, php-format
459
- msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
460
- msgstr "Vous êtes connecté(e) en tant que <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Vous n'avez pas besoin de créer un autre compte."
461
-
462
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
463
- msgid "Logout &raquo;"
464
- msgstr "Déconnexion &raquo;"
465
-
466
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
467
- #, php-format
468
- msgid "A user account for %1$s has been created."
469
- msgstr "Un compte utilisateur pour %1$s a été créé."
470
-
471
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
472
- #, php-format
473
- msgid "Thank you for registering, %1$s."
474
- msgstr "Merci de vous être enregistré, %1$s."
475
-
476
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
477
- msgid "Users can register themselves or you can manually create users here."
478
- msgstr "Les utilisateurs peuvent s'enregistrer ou bien vous pouvez les créer manuellement ici."
479
-
480
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
481
- msgid "Users cannot currently register themselves, but you can manually create users here."
482
- msgstr "Les utilisateurs ne peuvent actuellement pas s'enregistrer eux-même, mais vous pouvez les créer manuellement ici."
483
-
484
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
485
- msgid "Only an administrator can add new users."
486
- msgstr "Seul un administrateur peut ajouter de nouveaux utilisateurs."
487
-
488
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
489
- msgid " Send these credentials via email."
490
- msgstr " Envoyer ces données par courriel."
491
-
492
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
493
- msgid "Add User"
494
- msgstr "Ajouter un Utilisateur"
495
-
496
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
497
- msgid "Register"
498
- msgstr "Enregistrement"
499
-
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Profile Builder\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-06 14:23+0200\n"
6
+ "PO-Revision-Date: 2011-08-22 11:52+0100\n"
7
+ "Last-Translator: Sébastien CEZARD <foxyflying@gmail.com>\n"
8
+ "Language-Team: ReflectionMedia\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: C:\\Users\\Cristi\\Desktop\\free\n"
14
+ "X-Poedit-Language: English\n"
15
+ "X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
16
+
17
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
18
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
19
+ msgid "Profile Builder"
20
+ msgstr "Profile Builder"
21
+
22
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
23
+ msgid "Welcome to Profile Builder!"
24
+ msgstr "Bienvenue dans Profile Builder !"
25
+
26
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
27
+ msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
28
+ msgstr " vous permet de personnaliser votre site en y ajoutant un menu visible par les utilisateurs, leur permettant de modifier de manière plus flexible les informations les concernant ou encore, de permettre l'enregistrement de nouveaux utilisateurs."
29
+
30
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
31
+ msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
32
+ msgstr "Il permet également aux utilisateurs dotés de droits d'administrateurs de personnaliser les champs de base ou d'en ajouter d'autre à leur guise."
33
+
34
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
35
+ msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
36
+ msgstr "Pour mettre en place le dispositif, créez simplement une nouvelle page et donnez-lui un nom évocateur (par exemple, \"Modifier le Profil\")."
37
+
38
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
39
+ msgid "Now all you need to do is add the following shortcode(for the previous example): "
40
+ msgstr "Tout ce qu'il vous reste à faire ensuite est d'ajouter le shortcode suivant (pour l'exemple précédent): [wppb-edit-profile]."
41
+
42
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
43
+ msgid "Publish your page and you are ready to go!"
44
+ msgstr "Publiez votre page et le tour est joué !"
45
+
46
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
47
+ msgid "You can use the following shortcodes:"
48
+ msgstr "Vous pouvez utiliser les shortcodes suivant:"
49
+
50
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
51
+ msgid "for a log-in form."
52
+ msgstr "pour un formulaire de connexion."
53
+
54
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
55
+ msgid "to add a registration form."
56
+ msgstr "pour ajouter un formulaire d'enregistrement."
57
+
58
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
59
+ msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
60
+ msgstr "pour permettre aux utilisateurs d'accéder à leurs données personnelles (l'utilisateur doit être connecté)."
61
+
62
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
63
+ msgid "Users with administrator rights have access to the following features:"
64
+ msgstr "Les utilisateurs possédant des droits d'administrateurs ont accés aux fonctions suivantes:"
65
+
66
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
67
+ msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
68
+ msgstr "ajout de feuilles de styles personnalisées/héritées du thème courant ou incluses par défaut dans le plugin: défaut, blanc ou noir."
69
+
70
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
71
+ msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
72
+ msgstr "possibilité d'afficher ou non la Barre d'Administration sur le Front-End pour un groupe d'utilisateurs spécifique enregistré sur le site."
73
+
74
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
75
+ msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
76
+ msgstr "choix du type de champ pouvant être affiché ou modifié. Les valeurs entrées dans les champs masqués demeurent non modifiées."
77
+
78
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
79
+ msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
80
+ msgstr "ajout de champs personnalisés, avec le choix entre différents types: titre, texte, zone de texte, sélection, case à cocher, bouton, et/ou téléversement."
81
+
82
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
83
+ msgid "add an avatar field."
84
+ msgstr "ajout d'un champ d'avatar"
85
+
86
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
87
+ msgid "NOTE:"
88
+ msgstr "NOTE:"
89
+
90
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
91
+ msgid "this plugin only adds/removes fields in the front-end."
92
+ msgstr "ce plugin ajoute/retire des champs uniquement sur le Front-End."
93
+
94
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
95
+ msgid "The default information-fields will still be visible(and thus modifiable)"
96
+ msgstr "Les champs d'informations par défaut seront encore visibles (donc modifiables)"
97
+
98
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
99
+ msgid "from the back-end, while custom fields will only be visible in the front-end."
100
+ msgstr "depuis le Back-End, alors que les champs personnalisés ne seront visibles que sur le Front-End. "
101
+
102
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
103
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
104
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:58
105
+ msgid "Plugin Layout"
106
+ msgstr "Apparence du Plugin"
107
+
108
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
109
+ msgid "Stylesheet used:"
110
+ msgstr "Feuille de style utilisée"
111
+
112
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
113
+ msgid "Default"
114
+ msgstr "Défaut"
115
+
116
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
117
+ msgid "White"
118
+ msgstr "Blanc"
119
+
120
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
121
+ msgid "Black"
122
+ msgstr "Noir"
123
+
124
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
125
+ msgid "None"
126
+ msgstr "Aucune"
127
+
128
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
129
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
130
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
131
+ msgid "Save Changes"
132
+ msgstr "Sauvegarder les modifications"
133
+
134
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
135
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
136
+ msgid "Show/Hide the Admin Bar on Front End"
137
+ msgstr "Afficher/Masquer la Barre d'Administration sur le Front-End"
138
+
139
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
140
+ msgid "User-group"
141
+ msgstr "Groupe d'Utilisateurs"
142
+
143
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
144
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
145
+ msgid "Visibility"
146
+ msgstr "Visibilité"
147
+
148
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
149
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
150
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
151
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
152
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
153
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
154
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
155
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
156
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
157
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
158
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
159
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
160
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
161
+ msgid "Show"
162
+ msgstr "Afficher"
163
+
164
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
165
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
166
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
167
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
168
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
169
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
170
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
171
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
172
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
173
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
174
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
175
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
176
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
177
+ msgid "Hide"
178
+ msgstr "Masquer"
179
+
180
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
181
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
182
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:60
183
+ msgid "Default Profile Fields"
184
+ msgstr "Champs de Profil par Défaut"
185
+
186
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
187
+ msgid "Input Field Name"
188
+ msgstr "Nom du Champ de Saisie"
189
+
190
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
191
+ msgid "Name:"
192
+ msgstr "Nom:"
193
+
194
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
195
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
196
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
197
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
198
+ msgid "Username"
199
+ msgstr "Nom d'Utilisateur"
200
+
201
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
202
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
203
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
204
+ msgid "First Name"
205
+ msgstr "Prénom"
206
+
207
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
208
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
209
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
210
+ msgid "Last Name"
211
+ msgstr "Nom"
212
+
213
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
214
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
215
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
216
+ msgid "Nickname"
217
+ msgstr "Pseudo"
218
+
219
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
220
+ msgid "Display name publicly as..."
221
+ msgstr "Apparaître publiquement en tant que..."
222
+
223
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
224
+ msgid "Contact Info:"
225
+ msgstr "Infos de Contact"
226
+
227
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
228
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
229
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
230
+ msgid "E-mail"
231
+ msgstr "Courriel"
232
+
233
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
234
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
235
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
236
+ msgid "Website"
237
+ msgstr "Site Web"
238
+
239
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
240
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
241
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
242
+ msgid "AIM"
243
+ msgstr "AIM"
244
+
245
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
246
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
247
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
248
+ msgid "Yahoo IM"
249
+ msgstr "Yahoo IM"
250
+
251
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
252
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
253
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
254
+ msgid "Jabber / Google Talk"
255
+ msgstr "Jabber / Google Talk"
256
+
257
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
258
+ msgid "About Yourself:"
259
+ msgstr "À propos de vous:"
260
+
261
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
262
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
263
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
264
+ msgid "Biographical Info"
265
+ msgstr "Infos Biographiques"
266
+
267
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
268
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
269
+ msgid "New Password"
270
+ msgstr "Nouveau Mot de Passe"
271
+
272
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:57
273
+ msgid "Basic Information"
274
+ msgstr "Informations de Base"
275
+
276
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:59
277
+ msgid "Show/Hide the Admin Bar on Front-end"
278
+ msgstr "Afficher/Masquer la Barre d'Administration sur le Front-End"
279
+
280
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:63
281
+ msgid "Extra Profile Fields"
282
+ msgstr "Champs de Profile Supplémentaires"
283
+
284
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:64
285
+ msgid "Register Your Version"
286
+ msgstr "Enregistrer Votre Version"
287
+
288
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
289
+ msgid "You must be logged in to edit your profile."
290
+ msgstr "Vous devez être connecté(e) pour modifier votre profil."
291
+
292
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
293
+ msgid "The avatar was successfully deleted."
294
+ msgstr "L'avatar a bien été supprimé."
295
+
296
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
297
+ msgid "The attachment \""
298
+ msgstr "La pièce jointe \""
299
+
300
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
301
+ msgid "\" was successfully deleted."
302
+ msgstr "\" a bien été supprimée."
303
+
304
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
305
+ msgid "The changes have been successfully saved."
306
+ msgstr "Les modifications ont bien été sauvegardées."
307
+
308
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
309
+ msgid "The email address you entered is already registered to a different user.<br/>The email address was "
310
+ msgstr "L'adresse de courriel indiquée appartient déjà à un autre utilisateur.<br/>L'adresse de courriel était "
311
+
312
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
313
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
314
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
315
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
316
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
317
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
318
+ msgid "NOT"
319
+ msgstr "PAS"
320
+
321
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
322
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
323
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
324
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
325
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
326
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
327
+ msgid " updated along with the rest of the information."
328
+ msgstr " mis à jour avec le reste des informations."
329
+
330
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
331
+ msgid "The email address you entered is invalid. <br/> The email address was "
332
+ msgstr "L'adresse de courriel n'est pas valide. <br/> L'adresse de courriel était "
333
+
334
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
335
+ msgid "The passwords you entered do not match. <br/> The password was "
336
+ msgstr "Les mots de passe ne correspondent pas. <br/> Les mots de passe étaient "
337
+
338
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
339
+ msgid "You didn't complete both password fields. <br/> The password was "
340
+ msgstr "Vous n'avez pas renseigné les champs de mots de passe. <br/> Les mots de passe étaient "
341
+
342
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
343
+ msgid "There was an error while trying to upload the following attachments:<br/>"
344
+ msgstr "Une erreur est survenue durant le téléversement des fichiers suivante:<br/>"
345
+
346
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
347
+ msgid "<br/>Possible cause: the size was bigger than "
348
+ msgstr "<br/>Cause possible: la taille est supérieur à "
349
+
350
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
351
+ msgid "b.<br/>The listed attachements were "
352
+ msgstr "b.<br/>les fichiers étaient "
353
+
354
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
355
+ msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
356
+ msgstr "Une erreur est survenue durant le téléversement de l'image.<br/>Cause possible: taille/type de fichier incorrect.<br/>L'avatar était "
357
+
358
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
359
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
360
+ msgid "Name"
361
+ msgstr "Nom"
362
+
363
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
364
+ msgid " Usernames cannot be changed."
365
+ msgstr " Les noms d'utilisateurs ne peuvent être modifiés."
366
+
367
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
368
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
369
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
370
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
371
+ msgid "(required)"
372
+ msgstr "(requis)"
373
+
374
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
375
+ msgid "Display name publicly as"
376
+ msgstr "Apparaître publiquement en tant que"
377
+
378
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
379
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
380
+ msgid "Contact Info"
381
+ msgstr "Infos de Contact"
382
+
383
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
384
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
385
+ msgid "About Yourself"
386
+ msgstr "À Propos de Vous"
387
+
388
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
389
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
390
+ msgid "Repeat Password"
391
+ msgstr "Répéter le Mot de Passe"
392
+
393
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
394
+ msgid "Update"
395
+ msgstr "Mettre à Jour"
396
+
397
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
398
+ #, php-format
399
+ msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
400
+ msgstr "Vous êtes actuellement connecté(e) en tant que <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
401
+
402
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
403
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
404
+ msgid "Log out of this account"
405
+ msgstr "Se déconnecter de ce compte"
406
+
407
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
408
+ msgid "Log out &raquo;"
409
+ msgstr "Déconnexion &raquo;"
410
+
411
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
412
+ #, php-format
413
+ msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
414
+ msgstr "Vous vous êtes connecté en tant que <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
415
+
416
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
417
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
418
+ msgid "Password"
419
+ msgstr "Mot de Passe"
420
+
421
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
422
+ msgid "Log in"
423
+ msgstr "Connexion"
424
+
425
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
426
+ msgid "Remember me"
427
+ msgstr "Se souvenir de moi"
428
+
429
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
430
+ msgid "Lost password?"
431
+ msgstr "Mot de passe oublié ?"
432
+
433
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
434
+ msgid "A username is required for registration."
435
+ msgstr "Un nom d'utilisateur est requis pour l'enregistrement."
436
+
437
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
438
+ msgid "Sorry, that username already exists!"
439
+ msgstr "Désolé, ce nom d'utilisateur existe déjà !"
440
+
441
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
442
+ msgid "You must enter a valid email address."
443
+ msgstr "Vous devez entrer une adresse de courriel valide."
444
+
445
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
446
+ msgid "Sorry, that email address is already used!"
447
+ msgstr "Désolé, cette adresse de courriel est déjà utilisée !"
448
+
449
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
450
+ msgid "You didn't complete one of the password-fields!"
451
+ msgstr "Vous n'avez pas renseigné un des champs de mot de passe !"
452
+
453
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
454
+ msgid "The entered passwords don't match!"
455
+ msgstr "Les mots de passe ne correspondent pas !"
456
+
457
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
458
+ #, php-format
459
+ msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
460
+ msgstr "Vous êtes connecté(e) en tant que <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Vous n'avez pas besoin de créer un autre compte."
461
+
462
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
463
+ msgid "Logout &raquo;"
464
+ msgstr "Déconnexion &raquo;"
465
+
466
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
467
+ #, php-format
468
+ msgid "A user account for %1$s has been created."
469
+ msgstr "Un compte utilisateur pour %1$s a été créé."
470
+
471
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
472
+ #, php-format
473
+ msgid "Thank you for registering, %1$s."
474
+ msgstr "Merci de vous être enregistré, %1$s."
475
+
476
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
477
+ msgid "Users can register themselves or you can manually create users here."
478
+ msgstr "Les utilisateurs peuvent s'enregistrer ou bien vous pouvez les créer manuellement ici."
479
+
480
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
481
+ msgid "Users cannot currently register themselves, but you can manually create users here."
482
+ msgstr "Les utilisateurs ne peuvent actuellement pas s'enregistrer eux-même, mais vous pouvez les créer manuellement ici."
483
+
484
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
485
+ msgid "Only an administrator can add new users."
486
+ msgstr "Seul un administrateur peut ajouter de nouveaux utilisateurs."
487
+
488
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
489
+ msgid " Send these credentials via email."
490
+ msgstr " Envoyer ces données par courriel."
491
+
492
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
493
+ msgid "Add User"
494
+ msgstr "Ajouter un Utilisateur"
495
+
496
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
497
+ msgid "Register"
498
+ msgstr "Enregistrement"
499
+
translation/profilebuilder-hu_HU.po CHANGED
@@ -1,499 +1,499 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Profile Builder\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-07-06 14:23+0200\n"
6
- "PO-Revision-Date: 2011-07-07 16:12+0200\n"
7
- "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
- "Language-Team: ReflectionMedia\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: C:\\Users\\Cristi\\Desktop\\free\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
16
-
17
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
18
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
19
- msgid "Profile Builder"
20
- msgstr "Profile Builder"
21
-
22
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
23
- msgid "Welcome to Profile Builder!"
24
- msgstr "Üdv.a Profile Buliderben!"
25
-
26
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
27
- msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
28
- msgstr "testreszabhatod a weboldaladat egy új menü létrehozásával, amely minden felhasználónak biztosítja az adatai rugalmasabb szerkesztését."
29
-
30
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
31
- msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
32
- msgstr "Az adminisztrátor jogú felhasználók testreszabhatják az alap mezőket, vagy újakat adhatnak hozzá"
33
-
34
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
35
- msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
36
- msgstr "Ennek elérése érdekében hozz létre egy új oldalt, és adj neki egy nevet (pl. Profil szerkesztése)"
37
-
38
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
39
- msgid "Now all you need to do is add the following shortcode(for the previous example): "
40
- msgstr "Most mindössze annyit kell tennie, hogy a következő rövidkódot beilleszti (az előző példában):"
41
-
42
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
43
- msgid "Publish your page and you are ready to go!"
44
- msgstr "Az oldal közzététele és már mehet is!"
45
-
46
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
47
- msgid "You can use the following shortcodes:"
48
- msgstr "A következő rövidkódokat használhatod:"
49
-
50
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
51
- msgid "for a log-in form."
52
- msgstr "bejelentkezési űrlaphoz."
53
-
54
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
55
- msgid "to add a registration form."
56
- msgstr "regisztrációs űrlap hozzáadásához."
57
-
58
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
59
- msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
60
- msgstr "a felhasználóknak lehetőséget biztosít a személyes adataik eléréséhez (bejelentkezés szükséges)."
61
-
62
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
63
- msgid "Users with administrator rights have access to the following features:"
64
- msgstr "Az adminisztrátor jogú felhasználók ezeket a funkciókat is elérhetik:"
65
-
66
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
67
- msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
68
- msgstr "Saját stíluslap használata a jelenlegi témából, vagy a következő bővítménybe épített stíluslapok: szokásos, fehér, vagy fekete."
69
-
70
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
71
- msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
72
- msgstr "Válaszd ki, hogy az admin sáv megjelenjen-e egy adott felhasználói csoportnak amely regisztrált az oldalra. "
73
-
74
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
75
- msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
76
- msgstr "Válaszd ki, mely információs mezőket láthat/módosíthat a felhasználó. A rejtett mezők értéke változatlan marad."
77
-
78
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
79
- msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
80
- msgstr "Egyéni mezők hozzáadása a meglévőkhöz, amit a következők közül lehet kiválasztani: heading, text, textarea, select, checkbox, radio, and/or upload."
81
-
82
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
83
- msgid "add an avatar field."
84
- msgstr "Avatar mező hozzáadása."
85
-
86
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
87
- msgid "NOTE:"
88
- msgstr "MEGJEGYZÉS:"
89
-
90
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
91
- msgid "this plugin only adds/removes fields in the front-end."
92
- msgstr "Ez a bővítmény csak hozzáad/eltávolít mezőket a felhasználó elől. "
93
-
94
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
95
- msgid "The default information-fields will still be visible(and thus modifiable)"
96
- msgstr "Az alap információs mezők továbbra is láthatóak (és módosíthatóak)"
97
-
98
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
99
- msgid "from the back-end, while custom fields will only be visible in the front-end."
100
- msgstr "Az egyedi mezők csak a felhasználók számára lesznek láthatók. "
101
-
102
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
103
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
104
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:58
105
- msgid "Plugin Layout"
106
- msgstr "Bővítény megjelenítés"
107
-
108
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
109
- msgid "Stylesheet used:"
110
- msgstr "Stíluslap használata:"
111
-
112
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
113
- msgid "Default"
114
- msgstr "Szokásos"
115
-
116
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
117
- msgid "White"
118
- msgstr "Fehér"
119
-
120
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
121
- msgid "Black"
122
- msgstr "Fekete"
123
-
124
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
125
- msgid "None"
126
- msgstr "Nincs"
127
-
128
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
129
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
130
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
131
- msgid "Save Changes"
132
- msgstr "Módosítások mentése"
133
-
134
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
135
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
136
- msgid "Show/Hide the Admin Bar on Front End"
137
- msgstr "Admin sáv elrejt/mutat a felhasználó előtt"
138
-
139
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
140
- msgid "User-group"
141
- msgstr "Felhasználói csoport"
142
-
143
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
144
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
145
- msgid "Visibility"
146
- msgstr "Láthatóság"
147
-
148
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
149
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
150
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
151
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
152
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
153
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
154
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
155
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
156
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
157
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
158
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
159
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
160
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
161
- msgid "Show"
162
- msgstr "Mutat"
163
-
164
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
165
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
166
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
167
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
168
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
169
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
170
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
171
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
172
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
173
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
174
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
175
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
176
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
177
- msgid "Hide"
178
- msgstr "Elrejt"
179
-
180
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
181
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
182
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:60
183
- msgid "Default Profile Fields"
184
- msgstr "Alap profil mezők"
185
-
186
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
187
- msgid "Input Field Name"
188
- msgstr "Beviteli mező neve"
189
-
190
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
191
- msgid "Name:"
192
- msgstr "Név:"
193
-
194
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
195
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
196
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
197
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
198
- msgid "Username"
199
- msgstr "Felhasználónév"
200
-
201
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
202
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
203
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
204
- msgid "First Name"
205
- msgstr "Keresztnév"
206
-
207
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
208
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
209
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
210
- msgid "Last Name"
211
- msgstr "Vezetéknév"
212
-
213
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
214
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
215
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
216
- msgid "Nickname"
217
- msgstr "Loginnév"
218
-
219
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
220
- msgid "Display name publicly as..."
221
- msgstr "A nevem publikus megjelenítése, mint"
222
-
223
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
224
- msgid "Contact Info:"
225
- msgstr "Kapcsolati adatok"
226
-
227
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
228
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
229
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
230
- msgid "E-mail"
231
- msgstr "E-mail"
232
-
233
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
234
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
235
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
236
- msgid "Website"
237
- msgstr "Weboldal"
238
-
239
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
240
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
241
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
242
- msgid "AIM"
243
- msgstr "AIM"
244
-
245
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
246
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
247
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
248
- msgid "Yahoo IM"
249
- msgstr "Yahoo IM"
250
-
251
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
252
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
253
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
254
- msgid "Jabber / Google Talk"
255
- msgstr "Jabber / Google Talk"
256
-
257
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
258
- msgid "About Yourself:"
259
- msgstr "Magadról:"
260
-
261
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
262
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
263
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
264
- msgid "Biographical Info"
265
- msgstr "Életrajzi információk"
266
-
267
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
268
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
269
- msgid "New Password"
270
- msgstr "Új jelszó"
271
-
272
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:57
273
- msgid "Basic Information"
274
- msgstr "Alapadatok"
275
-
276
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:59
277
- msgid "Show/Hide the Admin Bar on Front-end"
278
- msgstr "Admin sáv elrejt/mutat a felhasználó előtt"
279
-
280
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:63
281
- msgid "Extra Profile Fields"
282
- msgstr "Extra profil mezők"
283
-
284
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:64
285
- msgid "Register Your Version"
286
- msgstr "Regisztráld a verziódat!"
287
-
288
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
289
- msgid "You must be logged in to edit your profile."
290
- msgstr "Be kell jelentkezned a profilod szerkesztéséhez!"
291
-
292
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
293
- msgid "The avatar was successfully deleted."
294
- msgstr "Az avatar sikeresen törölve."
295
-
296
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
297
- msgid "The attachment \""
298
- msgstr "A csatolmány \""
299
-
300
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
301
- msgid "\" was successfully deleted."
302
- msgstr "\" sikeresen törölve."
303
-
304
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
305
- msgid "The changes have been successfully saved."
306
- msgstr "A változások sikeresen mentve."
307
-
308
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
309
- msgid "The email address you entered is already registered to a different user.<br/>The email address was "
310
- msgstr "Az email címmel, amit megadtál már egy másik felhasználó regisztrált. <br/> Az email cím"
311
-
312
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
313
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
314
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
315
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
316
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
317
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
318
- msgid "NOT"
319
- msgstr "NEM"
320
-
321
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
322
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
323
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
324
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
325
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
326
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
327
- msgid " updated along with the rest of the information."
328
- msgstr "lett a többi információval együtt frissítve."
329
-
330
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
331
- msgid "The email address you entered is invalid. <br/> The email address was "
332
- msgstr "Az email cím, amit megadtál érvénytelen. <br/> Ez az email cím"
333
-
334
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
335
- msgid "The passwords you entered do not match. <br/> The password was "
336
- msgstr "Az általad megadott jelszavak nem egyeznek <br/> A jelszó"
337
-
338
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
339
- msgid "You didn't complete both password fields. <br/> The password was "
340
- msgstr "Nem töltötted ki mindkét jelszó mezőt. <br/> A jelszó"
341
-
342
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
343
- msgid "There was an error while trying to upload the following attachments:<br/>"
344
- msgstr "Hiba történt a következő csatolmányok feltöltésekor: <br/>"
345
-
346
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
347
- msgid "<br/>Possible cause: the size was bigger than "
348
- msgstr "<br/>Lehetséges okok: A mérete nagyobb volt, mint"
349
-
350
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
351
- msgid "b.<br/>The listed attachements were "
352
- msgstr "b.<br/>A felsorolt csatolmányok"
353
-
354
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
355
- msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
356
- msgstr "Hiba történt az avatar kép feltöltésekor: <br/>Lehetséges okok: méret/helytelen fájltípus <br/> Az avatar"
357
-
358
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
359
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
360
- msgid "Name"
361
- msgstr "Név"
362
-
363
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
364
- msgid " Usernames cannot be changed."
365
- msgstr "A Felhasználónév nem változtatható."
366
-
367
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
368
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
369
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
370
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
371
- msgid "(required)"
372
- msgstr "(kötelező)"
373
-
374
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
375
- msgid "Display name publicly as"
376
- msgstr "Név megjelenítése publikusan, mint"
377
-
378
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
379
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
380
- msgid "Contact Info"
381
- msgstr "Kapcsolati információ"
382
-
383
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
384
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
385
- msgid "About Yourself"
386
- msgstr "Magadról"
387
-
388
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
389
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
390
- msgid "Repeat Password"
391
- msgstr "Jelszó, mégegyszer"
392
-
393
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
394
- msgid "Update"
395
- msgstr "Frissítés"
396
-
397
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
398
- #, php-format
399
- msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
400
- msgstr "Jelenleg be vagy jelentkezve, mint <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
401
-
402
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
403
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
404
- msgid "Log out of this account"
405
- msgstr "Kijelentkezés ebből a fiókból"
406
-
407
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
408
- msgid "Log out &raquo;"
409
- msgstr "Kijelentkezés &raquo;"
410
-
411
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
412
- #, php-format
413
- msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
414
- msgstr "Sikeresen bejelentkeztél, mint <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
415
-
416
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
417
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
418
- msgid "Password"
419
- msgstr "Jelszó"
420
-
421
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
422
- msgid "Log in"
423
- msgstr "Bejelentkezés"
424
-
425
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
426
- msgid "Remember me"
427
- msgstr "Emlékezz rám!"
428
-
429
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
430
- msgid "Lost password?"
431
- msgstr "Elvesztett jelszó?"
432
-
433
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
434
- msgid "A username is required for registration."
435
- msgstr "Felhasználónév megadása kötelező a regisztrációhoz."
436
-
437
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
438
- msgid "Sorry, that username already exists!"
439
- msgstr "Bocs, de ez a felhasználónév foglalt!"
440
-
441
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
442
- msgid "You must enter a valid email address."
443
- msgstr "Valós email címet kell beírnod!"
444
-
445
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
446
- msgid "Sorry, that email address is already used!"
447
- msgstr "Bocs, de ez az email cím már használatban van!"
448
-
449
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
450
- msgid "You didn't complete one of the password-fields!"
451
- msgstr "Nem töltötted ki az egyik jelszó mezőt!"
452
-
453
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
454
- msgid "The entered passwords don't match!"
455
- msgstr "A beírt jelszavak nem egyeznek!"
456
-
457
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
458
- #, php-format
459
- msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
460
- msgstr "Be vagy jelentkezve, mint <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Nincs szükséged másik fiókra. "
461
-
462
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
463
- msgid "Logout &raquo;"
464
- msgstr "Kijelentkezés &raquo;"
465
-
466
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
467
- #, php-format
468
- msgid "A user account for %1$s has been created."
469
- msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
470
-
471
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
472
- #, php-format
473
- msgid "Thank you for registering, %1$s."
474
- msgstr "Kösz a regisztrációt, %1$s!"
475
-
476
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
477
- msgid "Users can register themselves or you can manually create users here."
478
- msgstr "A felhasználók önmagukat tudják regisztrálni, vagy sajátkezűleg készíthetsz felhasználókat itt."
479
-
480
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
481
- msgid "Users cannot currently register themselves, but you can manually create users here."
482
- msgstr "A felhasználók jelenleg nem tudják magukat regisztrálni, de te tudsz itt létrehozni új felhasználót."
483
-
484
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
485
- msgid "Only an administrator can add new users."
486
- msgstr "Csak egy adminisztrátor tud felhasználót hozzáadni."
487
-
488
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
489
- msgid " Send these credentials via email."
490
- msgstr "Hitelesítő adatok küldése emailben. "
491
-
492
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
493
- msgid "Add User"
494
- msgstr "Felhasználó hozzáadása"
495
-
496
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
497
- msgid "Register"
498
- msgstr "Regisztráció"
499
-
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Profile Builder\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-06 14:23+0200\n"
6
+ "PO-Revision-Date: 2011-07-07 16:12+0200\n"
7
+ "Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
8
+ "Language-Team: ReflectionMedia\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: C:\\Users\\Cristi\\Desktop\\free\n"
14
+ "X-Poedit-Language: English\n"
15
+ "X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
16
+
17
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
18
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
19
+ msgid "Profile Builder"
20
+ msgstr "Profile Builder"
21
+
22
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
23
+ msgid "Welcome to Profile Builder!"
24
+ msgstr "Üdv.a Profile Buliderben!"
25
+
26
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
27
+ msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
28
+ msgstr "testreszabhatod a weboldaladat egy új menü létrehozásával, amely minden felhasználónak biztosítja az adatai rugalmasabb szerkesztését."
29
+
30
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
31
+ msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
32
+ msgstr "Az adminisztrátor jogú felhasználók testreszabhatják az alap mezőket, vagy újakat adhatnak hozzá"
33
+
34
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
35
+ msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
36
+ msgstr "Ennek elérése érdekében hozz létre egy új oldalt, és adj neki egy nevet (pl. Profil szerkesztése)"
37
+
38
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
39
+ msgid "Now all you need to do is add the following shortcode(for the previous example): "
40
+ msgstr "Most mindössze annyit kell tennie, hogy a következő rövidkódot beilleszti (az előző példában):"
41
+
42
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
43
+ msgid "Publish your page and you are ready to go!"
44
+ msgstr "Az oldal közzététele és már mehet is!"
45
+
46
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
47
+ msgid "You can use the following shortcodes:"
48
+ msgstr "A következő rövidkódokat használhatod:"
49
+
50
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
51
+ msgid "for a log-in form."
52
+ msgstr "bejelentkezési űrlaphoz."
53
+
54
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
55
+ msgid "to add a registration form."
56
+ msgstr "regisztrációs űrlap hozzáadásához."
57
+
58
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
59
+ msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
60
+ msgstr "a felhasználóknak lehetőséget biztosít a személyes adataik eléréséhez (bejelentkezés szükséges)."
61
+
62
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
63
+ msgid "Users with administrator rights have access to the following features:"
64
+ msgstr "Az adminisztrátor jogú felhasználók ezeket a funkciókat is elérhetik:"
65
+
66
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
67
+ msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
68
+ msgstr "Saját stíluslap használata a jelenlegi témából, vagy a következő bővítménybe épített stíluslapok: szokásos, fehér, vagy fekete."
69
+
70
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
71
+ msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
72
+ msgstr "Válaszd ki, hogy az admin sáv megjelenjen-e egy adott felhasználói csoportnak amely regisztrált az oldalra. "
73
+
74
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
75
+ msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
76
+ msgstr "Válaszd ki, mely információs mezőket láthat/módosíthat a felhasználó. A rejtett mezők értéke változatlan marad."
77
+
78
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
79
+ msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
80
+ msgstr "Egyéni mezők hozzáadása a meglévőkhöz, amit a következők közül lehet kiválasztani: heading, text, textarea, select, checkbox, radio, and/or upload."
81
+
82
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
83
+ msgid "add an avatar field."
84
+ msgstr "Avatar mező hozzáadása."
85
+
86
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
87
+ msgid "NOTE:"
88
+ msgstr "MEGJEGYZÉS:"
89
+
90
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
91
+ msgid "this plugin only adds/removes fields in the front-end."
92
+ msgstr "Ez a bővítmény csak hozzáad/eltávolít mezőket a felhasználó elől. "
93
+
94
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
95
+ msgid "The default information-fields will still be visible(and thus modifiable)"
96
+ msgstr "Az alap információs mezők továbbra is láthatóak (és módosíthatóak)"
97
+
98
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
99
+ msgid "from the back-end, while custom fields will only be visible in the front-end."
100
+ msgstr "Az egyedi mezők csak a felhasználók számára lesznek láthatók. "
101
+
102
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
103
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
104
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:58
105
+ msgid "Plugin Layout"
106
+ msgstr "Bővítény megjelenítés"
107
+
108
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
109
+ msgid "Stylesheet used:"
110
+ msgstr "Stíluslap használata:"
111
+
112
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
113
+ msgid "Default"
114
+ msgstr "Szokásos"
115
+
116
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
117
+ msgid "White"
118
+ msgstr "Fehér"
119
+
120
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
121
+ msgid "Black"
122
+ msgstr "Fekete"
123
+
124
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
125
+ msgid "None"
126
+ msgstr "Nincs"
127
+
128
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
129
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
130
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
131
+ msgid "Save Changes"
132
+ msgstr "Módosítások mentése"
133
+
134
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
135
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
136
+ msgid "Show/Hide the Admin Bar on Front End"
137
+ msgstr "Admin sáv elrejt/mutat a felhasználó előtt"
138
+
139
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
140
+ msgid "User-group"
141
+ msgstr "Felhasználói csoport"
142
+
143
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
144
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
145
+ msgid "Visibility"
146
+ msgstr "Láthatóság"
147
+
148
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
149
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
150
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
151
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
152
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
153
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
154
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
155
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
156
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
157
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
158
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
159
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
160
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
161
+ msgid "Show"
162
+ msgstr "Mutat"
163
+
164
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
165
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
166
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
167
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
168
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
169
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
170
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
171
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
172
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
173
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
174
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
175
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
176
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
177
+ msgid "Hide"
178
+ msgstr "Elrejt"
179
+
180
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
181
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
182
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:60
183
+ msgid "Default Profile Fields"
184
+ msgstr "Alap profil mezők"
185
+
186
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
187
+ msgid "Input Field Name"
188
+ msgstr "Beviteli mező neve"
189
+
190
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
191
+ msgid "Name:"
192
+ msgstr "Név:"
193
+
194
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
195
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
196
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
197
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
198
+ msgid "Username"
199
+ msgstr "Felhasználónév"
200
+
201
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
202
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
203
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
204
+ msgid "First Name"
205
+ msgstr "Keresztnév"
206
+
207
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
208
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
209
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
210
+ msgid "Last Name"
211
+ msgstr "Vezetéknév"
212
+
213
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
214
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
215
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
216
+ msgid "Nickname"
217
+ msgstr "Loginnév"
218
+
219
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
220
+ msgid "Display name publicly as..."
221
+ msgstr "A nevem publikus megjelenítése, mint"
222
+
223
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
224
+ msgid "Contact Info:"
225
+ msgstr "Kapcsolati adatok"
226
+
227
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
228
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
229
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
230
+ msgid "E-mail"
231
+ msgstr "E-mail"
232
+
233
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
234
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
235
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
236
+ msgid "Website"
237
+ msgstr "Weboldal"
238
+
239
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
240
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
241
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
242
+ msgid "AIM"
243
+ msgstr "AIM"
244
+
245
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
246
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
247
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
248
+ msgid "Yahoo IM"
249
+ msgstr "Yahoo IM"
250
+
251
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
252
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
253
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
254
+ msgid "Jabber / Google Talk"
255
+ msgstr "Jabber / Google Talk"
256
+
257
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
258
+ msgid "About Yourself:"
259
+ msgstr "Magadról:"
260
+
261
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
262
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
263
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
264
+ msgid "Biographical Info"
265
+ msgstr "Életrajzi információk"
266
+
267
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
268
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
269
+ msgid "New Password"
270
+ msgstr "Új jelszó"
271
+
272
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:57
273
+ msgid "Basic Information"
274
+ msgstr "Alapadatok"
275
+
276
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:59
277
+ msgid "Show/Hide the Admin Bar on Front-end"
278
+ msgstr "Admin sáv elrejt/mutat a felhasználó előtt"
279
+
280
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:63
281
+ msgid "Extra Profile Fields"
282
+ msgstr "Extra profil mezők"
283
+
284
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:64
285
+ msgid "Register Your Version"
286
+ msgstr "Regisztráld a verziódat!"
287
+
288
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
289
+ msgid "You must be logged in to edit your profile."
290
+ msgstr "Be kell jelentkezned a profilod szerkesztéséhez!"
291
+
292
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
293
+ msgid "The avatar was successfully deleted."
294
+ msgstr "Az avatar sikeresen törölve."
295
+
296
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
297
+ msgid "The attachment \""
298
+ msgstr "A csatolmány \""
299
+
300
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
301
+ msgid "\" was successfully deleted."
302
+ msgstr "\" sikeresen törölve."
303
+
304
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
305
+ msgid "The changes have been successfully saved."
306
+ msgstr "A változások sikeresen mentve."
307
+
308
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
309
+ msgid "The email address you entered is already registered to a different user.<br/>The email address was "
310
+ msgstr "Az email címmel, amit megadtál már egy másik felhasználó regisztrált. <br/> Az email cím"
311
+
312
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
313
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
314
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
315
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
316
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
317
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
318
+ msgid "NOT"
319
+ msgstr "NEM"
320
+
321
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
322
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
323
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
324
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
325
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
326
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
327
+ msgid " updated along with the rest of the information."
328
+ msgstr "lett a többi információval együtt frissítve."
329
+
330
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
331
+ msgid "The email address you entered is invalid. <br/> The email address was "
332
+ msgstr "Az email cím, amit megadtál érvénytelen. <br/> Ez az email cím"
333
+
334
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
335
+ msgid "The passwords you entered do not match. <br/> The password was "
336
+ msgstr "Az általad megadott jelszavak nem egyeznek <br/> A jelszó"
337
+
338
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
339
+ msgid "You didn't complete both password fields. <br/> The password was "
340
+ msgstr "Nem töltötted ki mindkét jelszó mezőt. <br/> A jelszó"
341
+
342
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
343
+ msgid "There was an error while trying to upload the following attachments:<br/>"
344
+ msgstr "Hiba történt a következő csatolmányok feltöltésekor: <br/>"
345
+
346
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
347
+ msgid "<br/>Possible cause: the size was bigger than "
348
+ msgstr "<br/>Lehetséges okok: A mérete nagyobb volt, mint"
349
+
350
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
351
+ msgid "b.<br/>The listed attachements were "
352
+ msgstr "b.<br/>A felsorolt csatolmányok"
353
+
354
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
355
+ msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
356
+ msgstr "Hiba történt az avatar kép feltöltésekor: <br/>Lehetséges okok: méret/helytelen fájltípus <br/> Az avatar"
357
+
358
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
359
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
360
+ msgid "Name"
361
+ msgstr "Név"
362
+
363
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
364
+ msgid " Usernames cannot be changed."
365
+ msgstr "A Felhasználónév nem változtatható."
366
+
367
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
368
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
369
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
370
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
371
+ msgid "(required)"
372
+ msgstr "(kötelező)"
373
+
374
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
375
+ msgid "Display name publicly as"
376
+ msgstr "Név megjelenítése publikusan, mint"
377
+
378
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
379
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
380
+ msgid "Contact Info"
381
+ msgstr "Kapcsolati információ"
382
+
383
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
384
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
385
+ msgid "About Yourself"
386
+ msgstr "Magadról"
387
+
388
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
389
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
390
+ msgid "Repeat Password"
391
+ msgstr "Jelszó, mégegyszer"
392
+
393
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
394
+ msgid "Update"
395
+ msgstr "Frissítés"
396
+
397
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
398
+ #, php-format
399
+ msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
400
+ msgstr "Jelenleg be vagy jelentkezve, mint <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
401
+
402
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
403
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
404
+ msgid "Log out of this account"
405
+ msgstr "Kijelentkezés ebből a fiókból"
406
+
407
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
408
+ msgid "Log out &raquo;"
409
+ msgstr "Kijelentkezés &raquo;"
410
+
411
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
412
+ #, php-format
413
+ msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
414
+ msgstr "Sikeresen bejelentkeztél, mint <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
415
+
416
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
417
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
418
+ msgid "Password"
419
+ msgstr "Jelszó"
420
+
421
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
422
+ msgid "Log in"
423
+ msgstr "Bejelentkezés"
424
+
425
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
426
+ msgid "Remember me"
427
+ msgstr "Emlékezz rám!"
428
+
429
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
430
+ msgid "Lost password?"
431
+ msgstr "Elvesztett jelszó?"
432
+
433
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
434
+ msgid "A username is required for registration."
435
+ msgstr "Felhasználónév megadása kötelező a regisztrációhoz."
436
+
437
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
438
+ msgid "Sorry, that username already exists!"
439
+ msgstr "Bocs, de ez a felhasználónév foglalt!"
440
+
441
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
442
+ msgid "You must enter a valid email address."
443
+ msgstr "Valós email címet kell beírnod!"
444
+
445
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
446
+ msgid "Sorry, that email address is already used!"
447
+ msgstr "Bocs, de ez az email cím már használatban van!"
448
+
449
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
450
+ msgid "You didn't complete one of the password-fields!"
451
+ msgstr "Nem töltötted ki az egyik jelszó mezőt!"
452
+
453
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
454
+ msgid "The entered passwords don't match!"
455
+ msgstr "A beírt jelszavak nem egyeznek!"
456
+
457
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
458
+ #, php-format
459
+ msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
460
+ msgstr "Be vagy jelentkezve, mint <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Nincs szükséged másik fiókra. "
461
+
462
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
463
+ msgid "Logout &raquo;"
464
+ msgstr "Kijelentkezés &raquo;"
465
+
466
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
467
+ #, php-format
468
+ msgid "A user account for %1$s has been created."
469
+ msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
470
+
471
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
472
+ #, php-format
473
+ msgid "Thank you for registering, %1$s."
474
+ msgstr "Kösz a regisztrációt, %1$s!"
475
+
476
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
477
+ msgid "Users can register themselves or you can manually create users here."
478
+ msgstr "A felhasználók önmagukat tudják regisztrálni, vagy sajátkezűleg készíthetsz felhasználókat itt."
479
+
480
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
481
+ msgid "Users cannot currently register themselves, but you can manually create users here."
482
+ msgstr "A felhasználók jelenleg nem tudják magukat regisztrálni, de te tudsz itt létrehozni új felhasználót."
483
+
484
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
485
+ msgid "Only an administrator can add new users."
486
+ msgstr "Csak egy adminisztrátor tud felhasználót hozzáadni."
487
+
488
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
489
+ msgid " Send these credentials via email."
490
+ msgstr "Hitelesítő adatok küldése emailben. "
491
+
492
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
493
+ msgid "Add User"
494
+ msgstr "Felhasználó hozzáadása"
495
+
496
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
497
+ msgid "Register"
498
+ msgstr "Regisztráció"
499
+
translation/profilebuilder-it_IT.po CHANGED
@@ -1,499 +1,499 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Profile Builder\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-07-06 14:23+0200\n"
6
- "PO-Revision-Date: 2011-09-04 09:49+0100\n"
7
- "Last-Translator: Gabriele <globalwebadvices@gmail.com>\n"
8
- "Language-Team: ReflectionMedia\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: C:\\Users\\Cristi\\Desktop\\free\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
16
-
17
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
18
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
19
- msgid "Profile Builder"
20
- msgstr "Profile Builder"
21
-
22
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
23
- msgid "Welcome to Profile Builder!"
24
- msgstr "Benvenuto su Profile Builder!"
25
-
26
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
27
- msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
28
- msgstr "Consente di personalizzare il vostro sito con l'aggiunta di un front-end menu per tutti gli utenti, permettendo di modificare le proprie informazioni-utente in maniera più flessibile o per far registrare nuovi utenti."
29
-
30
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
31
- msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
32
- msgstr "Inoltre, concede agli utenti con diritti di amministratore di personalizzare i campi base o di aggiungerne di nuovi."
33
-
34
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
35
- msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
36
- msgstr "Per ottenere ciò, basta creare una nuova pagina, e dare ad essa un nome intuitivo (ad esempio Modifica profilo)."
37
-
38
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
39
- msgid "Now all you need to do is add the following shortcode(for the previous example): "
40
- msgstr "Ora tutto quello che dovete fare è aggiungere il seguente shortcode (per l'esempio precedente):"
41
-
42
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
43
- msgid "Publish your page and you are ready to go!"
44
- msgstr "Pubblica la tua pagina e sei è pronto a partire!"
45
-
46
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
47
- msgid "You can use the following shortcodes:"
48
- msgstr "È possibile utilizzare i seguenti codici brevi:"
49
-
50
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
51
- msgid "for a log-in form."
52
- msgstr "per form del login."
53
-
54
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
55
- msgid "to add a registration form."
56
- msgstr "per inserire un form di registrazione."
57
-
58
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
59
- msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
60
- msgstr "per concedere agli utenti un accesso front-end ai propri dati personali (l'utente deve essere loggato)."
61
-
62
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
63
- msgid "Users with administrator rights have access to the following features:"
64
- msgstr "Gli utenti con diritti di amministratore ha accesso alle seguenti funzionalità:"
65
-
66
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
67
- msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
68
- msgstr "aggiungere un foglio di stile personalizzato / ereditano i valori dal tema corrente oppure utilizzare una delle seguenti opzioni incorporate in questo plugin: di default, bianco o nero."
69
-
70
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
71
- msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
72
- msgstr "scegliere se visualizzare o meno la barra di amministrazione di front-end per uno specifico gruppo di utenti registrati al sito."
73
-
74
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
75
- msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
76
- msgstr "selezionare le informazioni sul campo utenti che si possono vedere / modificare. I valori dei campi nascosti 'non vengono modificati."
77
-
78
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
79
- msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
80
- msgstr "aggiungere campi personalizzati a quelli esistenti, con diversi tipi tra cui scegliere: voce, testo, textarea, select, checkbox, radio e / o upload."
81
-
82
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
83
- msgid "add an avatar field."
84
- msgstr "aggiungi un campo per l'avatar."
85
-
86
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
87
- msgid "NOTE:"
88
- msgstr "NOTA:"
89
-
90
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
91
- msgid "this plugin only adds/removes fields in the front-end."
92
- msgstr "Questo plugin aggiunge / rimuove i campi del front-end."
93
-
94
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
95
- msgid "The default information-fields will still be visible(and thus modifiable)"
96
- msgstr "Il valore predefinito di campi di informazione saranno ancora visibili (e quindi modificabili)"
97
-
98
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
99
- msgid "from the back-end, while custom fields will only be visible in the front-end."
100
- msgstr "dal back-end, mentre i campi personalizzati saranno visibili solo nel front-end."
101
-
102
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
103
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
104
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:58
105
- msgid "Plugin Layout"
106
- msgstr "Plugin Layout"
107
-
108
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
109
- msgid "Stylesheet used:"
110
- msgstr "Stylesheet usato:"
111
-
112
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
113
- msgid "Default"
114
- msgstr "Default"
115
-
116
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
117
- msgid "White"
118
- msgstr "Bianco"
119
-
120
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
121
- msgid "Black"
122
- msgstr "Nero"
123
-
124
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
125
- msgid "None"
126
- msgstr "Nessuno"
127
-
128
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
129
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
130
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
131
- msgid "Save Changes"
132
- msgstr "Salva modifiche"
133
-
134
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
135
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
136
- msgid "Show/Hide the Admin Bar on Front End"
137
- msgstr "Mostra / Nascondi la barra di amministrazione di Front End"
138
-
139
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
140
- msgid "User-group"
141
- msgstr "Gruppi di utenti"
142
-
143
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
144
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
145
- msgid "Visibility"
146
- msgstr "Visibilità"
147
-
148
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
149
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
150
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
151
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
152
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
153
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
154
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
155
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
156
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
157
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
158
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
159
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
160
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
161
- msgid "Show"
162
- msgstr "Mostra"
163
-
164
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
165
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
166
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
167
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
168
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
169
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
170
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
171
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
172
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
173
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
174
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
175
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
176
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
177
- msgid "Hide"
178
- msgstr "Nascondi"
179
-
180
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
181
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
182
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:60
183
- msgid "Default Profile Fields"
184
- msgstr "Campi profilo di default"
185
-
186
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
187
- msgid "Input Field Name"
188
- msgstr "Inserisci campo nome"
189
-
190
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
191
- msgid "Name:"
192
- msgstr "Nome:"
193
-
194
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
195
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
196
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
197
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
198
- msgid "Username"
199
- msgstr "Username"
200
-
201
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
202
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
203
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
204
- msgid "First Name"
205
- msgstr "Nome"
206
-
207
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
208
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
209
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
210
- msgid "Last Name"
211
- msgstr "Cognome"
212
-
213
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
214
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
215
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
216
- msgid "Nickname"
217
- msgstr "Nickname"
218
-
219
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
220
- msgid "Display name publicly as..."
221
- msgstr "Nome visualizzato pubblicamente come ..."
222
-
223
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
224
- msgid "Contact Info:"
225
- msgstr "Informazioni di contatto:"
226
-
227
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
228
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
229
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
230
- msgid "E-mail"
231
- msgstr "E-mail:"
232
-
233
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
234
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
235
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
236
- msgid "Website"
237
- msgstr "Sito web:"
238
-
239
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
240
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
241
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
242
- msgid "AIM"
243
- msgstr "AIM"
244
-
245
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
246
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
247
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
248
- msgid "Yahoo IM"
249
- msgstr "Yahoo IM"
250
-
251
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
252
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
253
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
254
- msgid "Jabber / Google Talk"
255
- msgstr "Google Talk"
256
-
257
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
258
- msgid "About Yourself:"
259
- msgstr "Su di te:"
260
-
261
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
262
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
263
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
264
- msgid "Biographical Info"
265
- msgstr "Informazioni biografiche"
266
-
267
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
268
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
269
- msgid "New Password"
270
- msgstr "Nuova Password"
271
-
272
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:57
273
- msgid "Basic Information"
274
- msgstr "Informazioni di base"
275
-
276
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:59
277
- msgid "Show/Hide the Admin Bar on Front-end"
278
- msgstr "Mostra / Nascondi la barra di amministrazione di front-end"
279
-
280
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:63
281
- msgid "Extra Profile Fields"
282
- msgstr "Campi profilo extra"
283
-
284
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:64
285
- msgid "Register Your Version"
286
- msgstr "Registra la tua Versione"
287
-
288
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
289
- msgid "You must be logged in to edit your profile."
290
- msgstr "Devi essere registrato per modificare il tuo profilo."
291
-
292
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
293
- msgid "The avatar was successfully deleted."
294
- msgstr "L'avatar è stato cancellato con successo."
295
-
296
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
297
- msgid "The attachment \""
298
- msgstr "L'allegato \""
299
-
300
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
301
- msgid "\" was successfully deleted."
302
- msgstr "\" è stato cancellato con successo."
303
-
304
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
305
- msgid "The changes have been successfully saved."
306
- msgstr "Le modifiche sono state salvate con successo."
307
-
308
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
309
- msgid "The email address you entered is already registered to a different user.<br/>The email address was "
310
- msgstr "L'indirizzo e-mail che hai inserito è già registrato per un altro utente. <br/> L'indirizzo e-mail è stato"
311
-
312
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
313
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
314
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
315
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
316
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
317
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
318
- msgid "NOT"
319
- msgstr "NON"
320
-
321
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
322
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
323
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
324
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
325
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
326
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
327
- msgid " updated along with the rest of the information."
328
- msgstr "aggiornato insieme al resto delle informazioni."
329
-
330
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
331
- msgid "The email address you entered is invalid. <br/> The email address was "
332
- msgstr "L'indirizzo email inserito non è valido. <br/> L'indirizzo e-mail è stato"
333
-
334
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
335
- msgid "The passwords you entered do not match. <br/> The password was "
336
- msgstr "Le password che hai inserito non corrispondono. <br/> La password è stata"
337
-
338
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
339
- msgid "You didn't complete both password fields. <br/> The password was "
340
- msgstr "Non ha completato entrambi i campi password. <br/> La password è stata"
341
-
342
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
343
- msgid "There was an error while trying to upload the following attachments:<br/>"
344
- msgstr "Si è verificato un errore durante il tentativo di caricare i seguenti allegati: <br/>"
345
-
346
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
347
- msgid "<br/>Possible cause: the size was bigger than "
348
- msgstr "<br/> Possibile causa: la dimensione era troppo grande"
349
-
350
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
351
- msgid "b.<br/>The listed attachements were "
352
- msgstr "b.<br/> Gli allegati elencate sono stati"
353
-
354
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
355
- msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
356
- msgstr "Si è verificato un errore durante il tentativo di caricare la tua foto avatar <br/> Possibile causa:.. Dimensione / tipo di file non corretto <br/> L'avatar è stato"
357
-
358
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
359
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
360
- msgid "Name"
361
- msgstr "Nome"
362
-
363
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
364
- msgid " Usernames cannot be changed."
365
- msgstr "I nomi utente non possono essere cambiati."
366
-
367
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
368
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
369
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
370
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
371
- msgid "(required)"
372
- msgstr "(richiesto)"
373
-
374
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
375
- msgid "Display name publicly as"
376
- msgstr "Nome visualizzato pubblicamente come"
377
-
378
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
379
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
380
- msgid "Contact Info"
381
- msgstr "Informazioni di contatto"
382
-
383
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
384
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
385
- msgid "About Yourself"
386
- msgstr "Su di te"
387
-
388
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
389
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
390
- msgid "Repeat Password"
391
- msgstr "Ripeti Password"
392
-
393
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
394
- msgid "Update"
395
- msgstr "Aggiorna"
396
-
397
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
398
- #, php-format
399
- msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
400
- msgstr "Sei attualmente connesso come <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
401
-
402
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
403
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
404
- msgid "Log out of this account"
405
- msgstr "Esci da questo account"
406
-
407
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
408
- msgid "Log out &raquo;"
409
- msgstr "Log out &raquo;"
410
-
411
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
412
- #, php-format
413
- msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
414
- msgstr "Hai effettuato il login correttamente come <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
415
-
416
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
417
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
418
- msgid "Password"
419
- msgstr "Password"
420
-
421
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
422
- msgid "Log in"
423
- msgstr "Log in"
424
-
425
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
426
- msgid "Remember me"
427
- msgstr "Ricordati di me"
428
-
429
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
430
- msgid "Lost password?"
431
- msgstr "Password persa?"
432
-
433
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
434
- msgid "A username is required for registration."
435
- msgstr "E' richiesto un nome utente per la registrazione."
436
-
437
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
438
- msgid "Sorry, that username already exists!"
439
- msgstr "Ci dispiace, questo nome utente esiste già!"
440
-
441
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
442
- msgid "You must enter a valid email address."
443
- msgstr "Devi inserire un indirizzo email valido."
444
-
445
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
446
- msgid "Sorry, that email address is already used!"
447
- msgstr "Spiacente, l'indirizzo e-mail è già stato utilizzato!"
448
-
449
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
450
- msgid "You didn't complete one of the password-fields!"
451
- msgstr "Non ha completato uno dei campi password!"
452
-
453
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
454
- msgid "The entered passwords don't match!"
455
- msgstr "Le password inserite non corrispondono!"
456
-
457
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
458
- #, php-format
459
- msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
460
- msgstr "Sei stato registrato come <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Non hai bisogno di un altro account."
461
-
462
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
463
- msgid "Logout &raquo;"
464
- msgstr "Logout &raquo;"
465
-
466
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
467
- #, php-format
468
- msgid "A user account for %1$s has been created."
469
- msgstr "Un account utente come %1$s è stato creato."
470
-
471
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
472
- #, php-format
473
- msgid "Thank you for registering, %1$s."
474
- msgstr "Grazie per esserti registrato, %1$s."
475
-
476
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
477
- msgid "Users can register themselves or you can manually create users here."
478
- msgstr "Gli utenti possono registrarsi oppure è possibile creare manualmente gli utenti qui."
479
-
480
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
481
- msgid "Users cannot currently register themselves, but you can manually create users here."
482
- msgstr "Gli utenti non possono al momento registrarsi, ma è possibile creare manualmente gli utenti qui."
483
-
484
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
485
- msgid "Only an administrator can add new users."
486
- msgstr "Solo gli amministratori possono inserire nuovi utenti."
487
-
488
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
489
- msgid " Send these credentials via email."
490
- msgstr "Invia le mie credenziali via email."
491
-
492
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
493
- msgid "Add User"
494
- msgstr "Inserisci utente"
495
-
496
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
497
- msgid "Register"
498
- msgstr "Registrati"
499
-
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Profile Builder\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-06 14:23+0200\n"
6
+ "PO-Revision-Date: 2011-09-04 09:49+0100\n"
7
+ "Last-Translator: Gabriele <globalwebadvices@gmail.com>\n"
8
+ "Language-Team: ReflectionMedia\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: C:\\Users\\Cristi\\Desktop\\free\n"
14
+ "X-Poedit-Language: English\n"
15
+ "X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
16
+
17
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
18
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
19
+ msgid "Profile Builder"
20
+ msgstr "Profile Builder"
21
+
22
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
23
+ msgid "Welcome to Profile Builder!"
24
+ msgstr "Benvenuto su Profile Builder!"
25
+
26
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
27
+ msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
28
+ msgstr "Consente di personalizzare il vostro sito con l'aggiunta di un front-end menu per tutti gli utenti, permettendo di modificare le proprie informazioni-utente in maniera più flessibile o per far registrare nuovi utenti."
29
+
30
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
31
+ msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
32
+ msgstr "Inoltre, concede agli utenti con diritti di amministratore di personalizzare i campi base o di aggiungerne di nuovi."
33
+
34
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
35
+ msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
36
+ msgstr "Per ottenere ciò, basta creare una nuova pagina, e dare ad essa un nome intuitivo (ad esempio Modifica profilo)."
37
+
38
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
39
+ msgid "Now all you need to do is add the following shortcode(for the previous example): "
40
+ msgstr "Ora tutto quello che dovete fare è aggiungere il seguente shortcode (per l'esempio precedente):"
41
+
42
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
43
+ msgid "Publish your page and you are ready to go!"
44
+ msgstr "Pubblica la tua pagina e sei è pronto a partire!"
45
+
46
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
47
+ msgid "You can use the following shortcodes:"
48
+ msgstr "È possibile utilizzare i seguenti codici brevi:"
49
+
50
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
51
+ msgid "for a log-in form."
52
+ msgstr "per form del login."
53
+
54
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
55
+ msgid "to add a registration form."
56
+ msgstr "per inserire un form di registrazione."
57
+
58
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
59
+ msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
60
+ msgstr "per concedere agli utenti un accesso front-end ai propri dati personali (l'utente deve essere loggato)."
61
+
62
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
63
+ msgid "Users with administrator rights have access to the following features:"
64
+ msgstr "Gli utenti con diritti di amministratore ha accesso alle seguenti funzionalità:"
65
+
66
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
67
+ msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
68
+ msgstr "aggiungere un foglio di stile personalizzato / ereditano i valori dal tema corrente oppure utilizzare una delle seguenti opzioni incorporate in questo plugin: di default, bianco o nero."
69
+
70
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
71
+ msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
72
+ msgstr "scegliere se visualizzare o meno la barra di amministrazione di front-end per uno specifico gruppo di utenti registrati al sito."
73
+
74
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
75
+ msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
76
+ msgstr "selezionare le informazioni sul campo utenti che si possono vedere / modificare. I valori dei campi nascosti 'non vengono modificati."
77
+
78
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
79
+ msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
80
+ msgstr "aggiungere campi personalizzati a quelli esistenti, con diversi tipi tra cui scegliere: voce, testo, textarea, select, checkbox, radio e / o upload."
81
+
82
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
83
+ msgid "add an avatar field."
84
+ msgstr "aggiungi un campo per l'avatar."
85
+
86
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
87
+ msgid "NOTE:"
88
+ msgstr "NOTA:"
89
+
90
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
91
+ msgid "this plugin only adds/removes fields in the front-end."
92
+ msgstr "Questo plugin aggiunge / rimuove i campi del front-end."
93
+
94
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
95
+ msgid "The default information-fields will still be visible(and thus modifiable)"
96
+ msgstr "Il valore predefinito di campi di informazione saranno ancora visibili (e quindi modificabili)"
97
+
98
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
99
+ msgid "from the back-end, while custom fields will only be visible in the front-end."
100
+ msgstr "dal back-end, mentre i campi personalizzati saranno visibili solo nel front-end."
101
+
102
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
103
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
104
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:58
105
+ msgid "Plugin Layout"
106
+ msgstr "Plugin Layout"
107
+
108
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
109
+ msgid "Stylesheet used:"
110
+ msgstr "Stylesheet usato:"
111
+
112
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
113
+ msgid "Default"
114
+ msgstr "Default"
115
+
116
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
117
+ msgid "White"
118
+ msgstr "Bianco"
119
+
120
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
121
+ msgid "Black"
122
+ msgstr "Nero"
123
+
124
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
125
+ msgid "None"
126
+ msgstr "Nessuno"
127
+
128
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
129
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
130
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
131
+ msgid "Save Changes"
132
+ msgstr "Salva modifiche"
133
+
134
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
135
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
136
+ msgid "Show/Hide the Admin Bar on Front End"
137
+ msgstr "Mostra / Nascondi la barra di amministrazione di Front End"
138
+
139
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
140
+ msgid "User-group"
141
+ msgstr "Gruppi di utenti"
142
+
143
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
144
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
145
+ msgid "Visibility"
146
+ msgstr "Visibilità"
147
+
148
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
149
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
150
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
151
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
152
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
153
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
154
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
155
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
156
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
157
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
158
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
159
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
160
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
161
+ msgid "Show"
162
+ msgstr "Mostra"
163
+
164
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
165
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
166
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
167
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
168
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
169
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
170
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
171
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
172
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
173
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
174
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
175
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
176
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
177
+ msgid "Hide"
178
+ msgstr "Nascondi"
179
+
180
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
181
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
182
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:60
183
+ msgid "Default Profile Fields"
184
+ msgstr "Campi profilo di default"
185
+
186
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
187
+ msgid "Input Field Name"
188
+ msgstr "Inserisci campo nome"
189
+
190
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
191
+ msgid "Name:"
192
+ msgstr "Nome:"
193
+
194
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
195
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
196
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
197
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
198
+ msgid "Username"
199
+ msgstr "Username"
200
+
201
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
202
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
203
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
204
+ msgid "First Name"
205
+ msgstr "Nome"
206
+
207
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
208
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
209
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
210
+ msgid "Last Name"
211
+ msgstr "Cognome"
212
+
213
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
214
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
215
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
216
+ msgid "Nickname"
217
+ msgstr "Nickname"
218
+
219
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
220
+ msgid "Display name publicly as..."
221
+ msgstr "Nome visualizzato pubblicamente come ..."
222
+
223
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
224
+ msgid "Contact Info:"
225
+ msgstr "Informazioni di contatto:"
226
+
227
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
228
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
229
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
230
+ msgid "E-mail"
231
+ msgstr "E-mail:"
232
+
233
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
234
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
235
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
236
+ msgid "Website"
237
+ msgstr "Sito web:"
238
+
239
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
240
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
241
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
242
+ msgid "AIM"
243
+ msgstr "AIM"
244
+
245
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
246
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
247
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
248
+ msgid "Yahoo IM"
249
+ msgstr "Yahoo IM"
250
+
251
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
252
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
253
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
254
+ msgid "Jabber / Google Talk"
255
+ msgstr "Google Talk"
256
+
257
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
258
+ msgid "About Yourself:"
259
+ msgstr "Su di te:"
260
+
261
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
262
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
263
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
264
+ msgid "Biographical Info"
265
+ msgstr "Informazioni biografiche"
266
+
267
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
268
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
269
+ msgid "New Password"
270
+ msgstr "Nuova Password"
271
+
272
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:57
273
+ msgid "Basic Information"
274
+ msgstr "Informazioni di base"
275
+
276
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:59
277
+ msgid "Show/Hide the Admin Bar on Front-end"
278
+ msgstr "Mostra / Nascondi la barra di amministrazione di front-end"
279
+
280
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:63
281
+ msgid "Extra Profile Fields"
282
+ msgstr "Campi profilo extra"
283
+
284
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:64
285
+ msgid "Register Your Version"
286
+ msgstr "Registra la tua Versione"
287
+
288
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
289
+ msgid "You must be logged in to edit your profile."
290
+ msgstr "Devi essere registrato per modificare il tuo profilo."
291
+
292
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
293
+ msgid "The avatar was successfully deleted."
294
+ msgstr "L'avatar è stato cancellato con successo."
295
+
296
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
297
+ msgid "The attachment \""
298
+ msgstr "L'allegato \""
299
+
300
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
301
+ msgid "\" was successfully deleted."
302
+ msgstr "\" è stato cancellato con successo."
303
+
304
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
305
+ msgid "The changes have been successfully saved."
306
+ msgstr "Le modifiche sono state salvate con successo."
307
+
308
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
309
+ msgid "The email address you entered is already registered to a different user.<br/>The email address was "
310
+ msgstr "L'indirizzo e-mail che hai inserito è già registrato per un altro utente. <br/> L'indirizzo e-mail è stato"
311
+
312
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
313
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
314
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
315
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
316
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
317
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
318
+ msgid "NOT"
319
+ msgstr "NON"
320
+
321
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
322
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
323
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
324
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
325
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
326
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
327
+ msgid " updated along with the rest of the information."
328
+ msgstr "aggiornato insieme al resto delle informazioni."
329
+
330
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
331
+ msgid "The email address you entered is invalid. <br/> The email address was "
332
+ msgstr "L'indirizzo email inserito non è valido. <br/> L'indirizzo e-mail è stato"
333
+
334
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
335
+ msgid "The passwords you entered do not match. <br/> The password was "
336
+ msgstr "Le password che hai inserito non corrispondono. <br/> La password è stata"
337
+
338
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
339
+ msgid "You didn't complete both password fields. <br/> The password was "
340
+ msgstr "Non ha completato entrambi i campi password. <br/> La password è stata"
341
+
342
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
343
+ msgid "There was an error while trying to upload the following attachments:<br/>"
344
+ msgstr "Si è verificato un errore durante il tentativo di caricare i seguenti allegati: <br/>"
345
+
346
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
347
+ msgid "<br/>Possible cause: the size was bigger than "
348
+ msgstr "<br/> Possibile causa: la dimensione era troppo grande"
349
+
350
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
351
+ msgid "b.<br/>The listed attachements were "
352
+ msgstr "b.<br/> Gli allegati elencate sono stati"
353
+
354
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
355
+ msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
356
+ msgstr "Si è verificato un errore durante il tentativo di caricare la tua foto avatar <br/> Possibile causa:.. Dimensione / tipo di file non corretto <br/> L'avatar è stato"
357
+
358
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
359
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
360
+ msgid "Name"
361
+ msgstr "Nome"
362
+
363
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
364
+ msgid " Usernames cannot be changed."
365
+ msgstr "I nomi utente non possono essere cambiati."
366
+
367
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
368
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
369
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
370
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
371
+ msgid "(required)"
372
+ msgstr "(richiesto)"
373
+
374
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
375
+ msgid "Display name publicly as"
376
+ msgstr "Nome visualizzato pubblicamente come"
377
+
378
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
379
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
380
+ msgid "Contact Info"
381
+ msgstr "Informazioni di contatto"
382
+
383
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
384
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
385
+ msgid "About Yourself"
386
+ msgstr "Su di te"
387
+
388
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
389
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
390
+ msgid "Repeat Password"
391
+ msgstr "Ripeti Password"
392
+
393
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
394
+ msgid "Update"
395
+ msgstr "Aggiorna"
396
+
397
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
398
+ #, php-format
399
+ msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
400
+ msgstr "Sei attualmente connesso come <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
401
+
402
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
403
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
404
+ msgid "Log out of this account"
405
+ msgstr "Esci da questo account"
406
+
407
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
408
+ msgid "Log out &raquo;"
409
+ msgstr "Log out &raquo;"
410
+
411
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
412
+ #, php-format
413
+ msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
414
+ msgstr "Hai effettuato il login correttamente come <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
415
+
416
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
417
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
418
+ msgid "Password"
419
+ msgstr "Password"
420
+
421
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
422
+ msgid "Log in"
423
+ msgstr "Log in"
424
+
425
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
426
+ msgid "Remember me"
427
+ msgstr "Ricordati di me"
428
+
429
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
430
+ msgid "Lost password?"
431
+ msgstr "Password persa?"
432
+
433
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
434
+ msgid "A username is required for registration."
435
+ msgstr "E' richiesto un nome utente per la registrazione."
436
+
437
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
438
+ msgid "Sorry, that username already exists!"
439
+ msgstr "Ci dispiace, questo nome utente esiste già!"
440
+
441
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
442
+ msgid "You must enter a valid email address."
443
+ msgstr "Devi inserire un indirizzo email valido."
444
+
445
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
446
+ msgid "Sorry, that email address is already used!"
447
+ msgstr "Spiacente, l'indirizzo e-mail è già stato utilizzato!"
448
+
449
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
450
+ msgid "You didn't complete one of the password-fields!"
451
+ msgstr "Non ha completato uno dei campi password!"
452
+
453
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
454
+ msgid "The entered passwords don't match!"
455
+ msgstr "Le password inserite non corrispondono!"
456
+
457
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
458
+ #, php-format
459
+ msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
460
+ msgstr "Sei stato registrato come <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Non hai bisogno di un altro account."
461
+
462
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
463
+ msgid "Logout &raquo;"
464
+ msgstr "Logout &raquo;"
465
+
466
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
467
+ #, php-format
468
+ msgid "A user account for %1$s has been created."
469
+ msgstr "Un account utente come %1$s è stato creato."
470
+
471
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
472
+ #, php-format
473
+ msgid "Thank you for registering, %1$s."
474
+ msgstr "Grazie per esserti registrato, %1$s."
475
+
476
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
477
+ msgid "Users can register themselves or you can manually create users here."
478
+ msgstr "Gli utenti possono registrarsi oppure è possibile creare manualmente gli utenti qui."
479
+
480
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
481
+ msgid "Users cannot currently register themselves, but you can manually create users here."
482
+ msgstr "Gli utenti non possono al momento registrarsi, ma è possibile creare manualmente gli utenti qui."
483
+
484
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
485
+ msgid "Only an administrator can add new users."
486
+ msgstr "Solo gli amministratori possono inserire nuovi utenti."
487
+
488
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
489
+ msgid " Send these credentials via email."
490
+ msgstr "Invia le mie credenziali via email."
491
+
492
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
493
+ msgid "Add User"
494
+ msgstr "Inserisci utente"
495
+
496
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
497
+ msgid "Register"
498
+ msgstr "Registrati"
499
+
translation/profilebuilder-nb_NO.po CHANGED
@@ -1,499 +1,499 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Profile Builder\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-07-06 14:23+0200\n"
6
- "PO-Revision-Date: 2011-08-09 00:14+0100\n"
7
- "Last-Translator: Håvard Ulvin <haavard@ulvin.no>\n"
8
- "Language-Team: ReflectionMedia\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: C:\\Users\\Cristi\\Desktop\\free\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
16
-
17
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
18
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
19
- msgid "Profile Builder"
20
- msgstr "Profile Builder"
21
-
22
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
23
- msgid "Welcome to Profile Builder!"
24
- msgstr "Velkommen til Profile Builder"
25
-
26
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
27
- msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
28
- msgstr "lar deg skreddersy dine nettsider ved å legge til en front-end meny for alle dine brukere, dette gir dem en mer fleksibel måte å endre sin brukerinformasjon eller for deg som administrator å registrere nye brukere."
29
-
30
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
31
- msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
32
- msgstr "Lar også brukere med administratorrettigheter mulighet til å skreddersy grunnleggende felter eller legge til nye"
33
-
34
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
35
- msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
36
- msgstr "For å legge til denne funksjonen, opprett en ny side og gi den et fornuftig nacn f.eks (Rediger min profil)"
37
-
38
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
39
- msgid "Now all you need to do is add the following shortcode(for the previous example): "
40
- msgstr "Alt du trenger å gjøre nå er å legge til følgende kode f.eks:"
41
-
42
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
43
- msgid "Publish your page and you are ready to go!"
44
- msgstr "Publiser din side og så er alt klart til bruk"
45
-
46
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
47
- msgid "You can use the following shortcodes:"
48
- msgstr "Du kan bruke følgende shortcodes:"
49
-
50
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
51
- msgid "for a log-in form."
52
- msgstr "for en innloggingsform."
53
-
54
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
55
- msgid "to add a registration form."
56
- msgstr "for å legge til en registreringsform"
57
-
58
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
59
- msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
60
- msgstr "for å gi tilgang til front-end aksess til brukerens personlige informasjon (krever at bruker er logget inn)"
61
-
62
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
63
- msgid "Users with administrator rights have access to the following features:"
64
- msgstr "Brukere med administrator rettigheter har tilgang til følgende:"
65
-
66
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
67
- msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
68
- msgstr "legg til en skreddersydd stylesheet fra din eksisterende theme eller bruk en av de allerede innebygde i denne pluginen: default, hvit, eller svart"
69
-
70
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
71
- msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
72
- msgstr "velg om du ønsker å vise administratormenyen på front-endgrensesnittet for utvalgte brukergrupper registrert på siden."
73
-
74
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
75
- msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
76
- msgstr "velg hvilke informasjonsfelter brukere kan se/endre. Skjulte felt forblir uendret"
77
-
78
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
79
- msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
80
- msgstr "legg til skreddersydde felter til de eksisterende, med forskjellige typer å velge mellom: heading, tekst, tekstfelt, valg, checkbox, radio, og/eller opplasting."
81
-
82
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
83
- msgid "add an avatar field."
84
- msgstr "legg til et bildefelt (avatar)."
85
-
86
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
87
- msgid "NOTE:"
88
- msgstr "MERK:"
89
-
90
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
91
- msgid "this plugin only adds/removes fields in the front-end."
92
- msgstr "denne pluginen legger kun til/fjerner felter på front-end"
93
-
94
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
95
- msgid "The default information-fields will still be visible(and thus modifiable)"
96
- msgstr "Standard informasjonsfelter vil fortsatt bli synlige "
97
-
98
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
99
- msgid "from the back-end, while custom fields will only be visible in the front-end."
100
- msgstr "fra back-end, vil skreddersydde felter kun bli synlige på front-end"
101
-
102
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
103
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
104
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:58
105
- msgid "Plugin Layout"
106
- msgstr "Plugin layout"
107
-
108
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
109
- msgid "Stylesheet used:"
110
- msgstr "Styelsheet brukt:"
111
-
112
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
113
- msgid "Default"
114
- msgstr "Standard"
115
-
116
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
117
- msgid "White"
118
- msgstr "Hvit"
119
-
120
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
121
- msgid "Black"
122
- msgstr "Svart"
123
-
124
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
125
- msgid "None"
126
- msgstr "Ingen"
127
-
128
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
129
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
130
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
131
- msgid "Save Changes"
132
- msgstr "Lagre endringer"
133
-
134
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
135
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
136
- msgid "Show/Hide the Admin Bar on Front End"
137
- msgstr "Vis/Skjul administratormeny på front-end"
138
-
139
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
140
- msgid "User-group"
141
- msgstr "Brukergruppe"
142
-
143
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
144
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
145
- msgid "Visibility"
146
- msgstr "Synlighet"
147
-
148
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
149
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
150
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
151
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
152
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
153
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
154
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
155
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
156
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
157
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
158
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
159
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
160
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
161
- msgid "Show"
162
- msgstr "Vis"
163
-
164
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
165
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
166
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
167
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
168
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
169
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
170
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
171
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
172
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
173
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
174
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
175
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
176
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
177
- msgid "Hide"
178
- msgstr "Skjul"
179
-
180
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
181
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
182
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:60
183
- msgid "Default Profile Fields"
184
- msgstr "Grunnleggende felter"
185
-
186
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
187
- msgid "Input Field Name"
188
- msgstr "Sett inn feltnavn"
189
-
190
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
191
- msgid "Name:"
192
- msgstr "Navn:"
193
-
194
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
195
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
196
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
197
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
198
- msgid "Username"
199
- msgstr "Brukernavn"
200
-
201
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
202
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
203
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
204
- msgid "First Name"
205
- msgstr "Fornavn"
206
-
207
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
208
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
209
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
210
- msgid "Last Name"
211
- msgstr "Etternavn"
212
-
213
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
214
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
215
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
216
- msgid "Nickname"
217
- msgstr "Kallenavn"
218
-
219
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
220
- msgid "Display name publicly as..."
221
- msgstr "Vis mitt navn offentlig som"
222
-
223
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
224
- msgid "Contact Info:"
225
- msgstr "Kontaktinformasjon"
226
-
227
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
228
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
229
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
230
- msgid "E-mail"
231
- msgstr "E-post"
232
-
233
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
234
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
235
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
236
- msgid "Website"
237
- msgstr "Nettside"
238
-
239
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
240
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
241
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
242
- msgid "AIM"
243
- msgstr "AIM"
244
-
245
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
246
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
247
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
248
- msgid "Yahoo IM"
249
- msgstr "Yahoo IM"
250
-
251
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
252
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
253
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
254
- msgid "Jabber / Google Talk"
255
- msgstr "Jabber / Google Talk"
256
-
257
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
258
- msgid "About Yourself:"
259
- msgstr "Om meg selv:"
260
-
261
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
262
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
263
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
264
- msgid "Biographical Info"
265
- msgstr "Litt om meg selv"
266
-
267
- #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
268
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
269
- msgid "New Password"
270
- msgstr "Nytt passord"
271
-
272
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:57
273
- msgid "Basic Information"
274
- msgstr "Grunnleggende informasjon"
275
-
276
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:59
277
- msgid "Show/Hide the Admin Bar on Front-end"
278
- msgstr "Vis/skjul administratormenyen fra front-end"
279
-
280
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:63
281
- msgid "Extra Profile Fields"
282
- msgstr "Ekstra profilfelter"
283
-
284
- #: C:\Users\Cristi\Desktop\free/front-end/options.php:64
285
- msgid "Register Your Version"
286
- msgstr "Registrer din versjon"
287
-
288
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
289
- msgid "You must be logged in to edit your profile."
290
- msgstr "Du må være innlogget for å redigere profilen din."
291
-
292
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
293
- msgid "The avatar was successfully deleted."
294
- msgstr "Bildet ditt er slettet."
295
-
296
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
297
- msgid "The attachment \""
298
- msgstr "Vedlegget \""
299
-
300
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
301
- msgid "\" was successfully deleted."
302
- msgstr "\" er slettet."
303
-
304
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
305
- msgid "The changes have been successfully saved."
306
- msgstr "Endringene er lagret"
307
-
308
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
309
- msgid "The email address you entered is already registered to a different user.<br/>The email address was "
310
- msgstr "E-postadressen du skrev inn er allerede registrert på en annen bruker.<br/> E-postadressen var"
311
-
312
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
313
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
314
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
315
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
316
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
317
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
318
- msgid "NOT"
319
- msgstr "IKKE"
320
-
321
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
322
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
323
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
324
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
325
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
326
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
327
- msgid " updated along with the rest of the information."
328
- msgstr "oppdatert sammen med resten av informasjonen."
329
-
330
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
331
- msgid "The email address you entered is invalid. <br/> The email address was "
332
- msgstr "E-postadressen du tastet inn er ikke gyldig. <br/> E-postadressen var"
333
-
334
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
335
- msgid "The passwords you entered do not match. <br/> The password was "
336
- msgstr "Passordene du tastet inn stemmer ikke overens. <br/> Passordet var"
337
-
338
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
339
- msgid "You didn't complete both password fields. <br/> The password was "
340
- msgstr "Du fylte ikke ut begge passordfeltene riktig. <br/> Passordet var "
341
-
342
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
343
- msgid "There was an error while trying to upload the following attachments:<br/>"
344
- msgstr "Det skjedde en feil når du prøvde å laste opp følgende vedlegg:<br/>"
345
-
346
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
347
- msgid "<br/>Possible cause: the size was bigger than "
348
- msgstr "<br/>Sannsynlig årsak: størrelsen var større enn "
349
-
350
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
351
- msgid "b.<br/>The listed attachements were "
352
- msgstr "b.<br/>Vedleggene ble"
353
-
354
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
355
- msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
356
- msgstr "Det oppsto en feil når du forsøkte å laste opp bildet ditt. <br/>Sannsynligvis på grunn av feil størrelse eller feil filtype.<br/>Bildet ble "
357
-
358
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
359
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
360
- msgid "Name"
361
- msgstr "Navn"
362
-
363
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
364
- msgid " Usernames cannot be changed."
365
- msgstr "Brukernavn kan ikke endres."
366
-
367
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
368
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
369
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
370
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
371
- msgid "(required)"
372
- msgstr "(påkrevd)"
373
-
374
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
375
- msgid "Display name publicly as"
376
- msgstr "Vis mitt navn offentlig som"
377
-
378
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
379
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
380
- msgid "Contact Info"
381
- msgstr "Kontaktinformasjon"
382
-
383
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
384
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
385
- msgid "About Yourself"
386
- msgstr "Om deg selv"
387
-
388
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
389
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
390
- msgid "Repeat Password"
391
- msgstr "Gjenta passord"
392
-
393
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
394
- msgid "Update"
395
- msgstr "Oppdater"
396
-
397
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
398
- #, php-format
399
- msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
400
- msgstr "Du er logget inn som <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
401
-
402
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
403
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
404
- msgid "Log out of this account"
405
- msgstr "Logg ut av denne kontoen"
406
-
407
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
408
- msgid "Log out &raquo;"
409
- msgstr "Logg ut &raquo;"
410
-
411
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
412
- #, php-format
413
- msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
414
- msgstr "Du har logget inn som <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
415
-
416
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
417
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
418
- msgid "Password"
419
- msgstr "Passord"
420
-
421
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
422
- msgid "Log in"
423
- msgstr "Logg inn"
424
-
425
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
426
- msgid "Remember me"
427
- msgstr "Husk meg"
428
-
429
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
430
- msgid "Lost password?"
431
- msgstr "Mistet passordet?"
432
-
433
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
434
- msgid "A username is required for registration."
435
- msgstr "Et brukernavn kreves for registrering."
436
-
437
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
438
- msgid "Sorry, that username already exists!"
439
- msgstr "Brukernavnet er allerede i bruk!"
440
-
441
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
442
- msgid "You must enter a valid email address."
443
- msgstr "Du må skrive inn en gyldig e-postadresse"
444
-
445
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
446
- msgid "Sorry, that email address is already used!"
447
- msgstr "Denne e-posten er allerede i bruk!"
448
-
449
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
450
- msgid "You didn't complete one of the password-fields!"
451
- msgstr "Du fylte ut feil i et av passordfeltene!"
452
-
453
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
454
- msgid "The entered passwords don't match!"
455
- msgstr "Passordene er ikke like"
456
-
457
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
458
- #, php-format
459
- msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
460
- msgstr "Du er allerede logget inn som<a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Du trenger vel ikke flere kontoer?"
461
-
462
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
463
- msgid "Logout &raquo;"
464
- msgstr "Logg ut &raquo;"
465
-
466
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
467
- #, php-format
468
- msgid "A user account for %1$s has been created."
469
- msgstr "En bruker for %1$s har blitt lagt til."
470
-
471
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
472
- #, php-format
473
- msgid "Thank you for registering, %1$s."
474
- msgstr "Takk for at du registrerte deg, %1$s."
475
-
476
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
477
- msgid "Users can register themselves or you can manually create users here."
478
- msgstr "Brukere kan registrere seg selv eller du kan gjøre det manuelt her."
479
-
480
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
481
- msgid "Users cannot currently register themselves, but you can manually create users here."
482
- msgstr "Brukere kan ikke registrere seg selv, men du som har administratorrettigheter kan manuelt legge til brukere her. "
483
-
484
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
485
- msgid "Only an administrator can add new users."
486
- msgstr "Kun en administrator kan legge til nye brukere."
487
-
488
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
489
- msgid " Send these credentials via email."
490
- msgstr "Send denne informasjon om brukernavn og passord på e-post"
491
-
492
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
493
- msgid "Add User"
494
- msgstr "Legg til bruker"
495
-
496
- #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
497
- msgid "Register"
498
- msgstr "Registrer"
499
-
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Profile Builder\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-07-06 14:23+0200\n"
6
+ "PO-Revision-Date: 2011-08-09 00:14+0100\n"
7
+ "Last-Translator: Håvard Ulvin <haavard@ulvin.no>\n"
8
+ "Language-Team: ReflectionMedia\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: C:\\Users\\Cristi\\Desktop\\free\n"
14
+ "X-Poedit-Language: English\n"
15
+ "X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
16
+
17
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
18
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
19
+ msgid "Profile Builder"
20
+ msgstr "Profile Builder"
21
+
22
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
23
+ msgid "Welcome to Profile Builder!"
24
+ msgstr "Velkommen til Profile Builder"
25
+
26
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
27
+ msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
28
+ msgstr "lar deg skreddersy dine nettsider ved å legge til en front-end meny for alle dine brukere, dette gir dem en mer fleksibel måte å endre sin brukerinformasjon eller for deg som administrator å registrere nye brukere."
29
+
30
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
31
+ msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
32
+ msgstr "Lar også brukere med administratorrettigheter mulighet til å skreddersy grunnleggende felter eller legge til nye"
33
+
34
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
35
+ msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
36
+ msgstr "For å legge til denne funksjonen, opprett en ny side og gi den et fornuftig nacn f.eks (Rediger min profil)"
37
+
38
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
39
+ msgid "Now all you need to do is add the following shortcode(for the previous example): "
40
+ msgstr "Alt du trenger å gjøre nå er å legge til følgende kode f.eks:"
41
+
42
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
43
+ msgid "Publish your page and you are ready to go!"
44
+ msgstr "Publiser din side og så er alt klart til bruk"
45
+
46
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
47
+ msgid "You can use the following shortcodes:"
48
+ msgstr "Du kan bruke følgende shortcodes:"
49
+
50
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
51
+ msgid "for a log-in form."
52
+ msgstr "for en innloggingsform."
53
+
54
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
55
+ msgid "to add a registration form."
56
+ msgstr "for å legge til en registreringsform"
57
+
58
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
59
+ msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
60
+ msgstr "for å gi tilgang til front-end aksess til brukerens personlige informasjon (krever at bruker er logget inn)"
61
+
62
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
63
+ msgid "Users with administrator rights have access to the following features:"
64
+ msgstr "Brukere med administrator rettigheter har tilgang til følgende:"
65
+
66
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
67
+ msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
68
+ msgstr "legg til en skreddersydd stylesheet fra din eksisterende theme eller bruk en av de allerede innebygde i denne pluginen: default, hvit, eller svart"
69
+
70
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
71
+ msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
72
+ msgstr "velg om du ønsker å vise administratormenyen på front-endgrensesnittet for utvalgte brukergrupper registrert på siden."
73
+
74
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
75
+ msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
76
+ msgstr "velg hvilke informasjonsfelter brukere kan se/endre. Skjulte felt forblir uendret"
77
+
78
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
79
+ msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
80
+ msgstr "legg til skreddersydde felter til de eksisterende, med forskjellige typer å velge mellom: heading, tekst, tekstfelt, valg, checkbox, radio, og/eller opplasting."
81
+
82
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
83
+ msgid "add an avatar field."
84
+ msgstr "legg til et bildefelt (avatar)."
85
+
86
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
87
+ msgid "NOTE:"
88
+ msgstr "MERK:"
89
+
90
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
91
+ msgid "this plugin only adds/removes fields in the front-end."
92
+ msgstr "denne pluginen legger kun til/fjerner felter på front-end"
93
+
94
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
95
+ msgid "The default information-fields will still be visible(and thus modifiable)"
96
+ msgstr "Standard informasjonsfelter vil fortsatt bli synlige "
97
+
98
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
99
+ msgid "from the back-end, while custom fields will only be visible in the front-end."
100
+ msgstr "fra back-end, vil skreddersydde felter kun bli synlige på front-end"
101
+
102
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
103
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
104
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:58
105
+ msgid "Plugin Layout"
106
+ msgstr "Plugin layout"
107
+
108
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
109
+ msgid "Stylesheet used:"
110
+ msgstr "Styelsheet brukt:"
111
+
112
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
113
+ msgid "Default"
114
+ msgstr "Standard"
115
+
116
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
117
+ msgid "White"
118
+ msgstr "Hvit"
119
+
120
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
121
+ msgid "Black"
122
+ msgstr "Svart"
123
+
124
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
125
+ msgid "None"
126
+ msgstr "Ingen"
127
+
128
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
129
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
130
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
131
+ msgid "Save Changes"
132
+ msgstr "Lagre endringer"
133
+
134
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
135
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
136
+ msgid "Show/Hide the Admin Bar on Front End"
137
+ msgstr "Vis/Skjul administratormeny på front-end"
138
+
139
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
140
+ msgid "User-group"
141
+ msgstr "Brukergruppe"
142
+
143
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
144
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
145
+ msgid "Visibility"
146
+ msgstr "Synlighet"
147
+
148
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
149
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
150
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
151
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
152
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
153
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
154
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
155
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
156
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
157
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
158
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
159
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
160
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
161
+ msgid "Show"
162
+ msgstr "Vis"
163
+
164
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
165
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
166
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
167
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
168
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
169
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
170
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
171
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
172
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
173
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
174
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
175
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
176
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
177
+ msgid "Hide"
178
+ msgstr "Skjul"
179
+
180
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
181
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
182
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:60
183
+ msgid "Default Profile Fields"
184
+ msgstr "Grunnleggende felter"
185
+
186
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
187
+ msgid "Input Field Name"
188
+ msgstr "Sett inn feltnavn"
189
+
190
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
191
+ msgid "Name:"
192
+ msgstr "Navn:"
193
+
194
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
195
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
196
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
197
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
198
+ msgid "Username"
199
+ msgstr "Brukernavn"
200
+
201
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
202
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
203
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
204
+ msgid "First Name"
205
+ msgstr "Fornavn"
206
+
207
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
208
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
209
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
210
+ msgid "Last Name"
211
+ msgstr "Etternavn"
212
+
213
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
214
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
215
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
216
+ msgid "Nickname"
217
+ msgstr "Kallenavn"
218
+
219
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
220
+ msgid "Display name publicly as..."
221
+ msgstr "Vis mitt navn offentlig som"
222
+
223
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
224
+ msgid "Contact Info:"
225
+ msgstr "Kontaktinformasjon"
226
+
227
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
228
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
229
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
230
+ msgid "E-mail"
231
+ msgstr "E-post"
232
+
233
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
234
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
235
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
236
+ msgid "Website"
237
+ msgstr "Nettside"
238
+
239
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
240
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
241
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
242
+ msgid "AIM"
243
+ msgstr "AIM"
244
+
245
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
246
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
247
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
248
+ msgid "Yahoo IM"
249
+ msgstr "Yahoo IM"
250
+
251
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
252
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
253
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
254
+ msgid "Jabber / Google Talk"
255
+ msgstr "Jabber / Google Talk"
256
+
257
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
258
+ msgid "About Yourself:"
259
+ msgstr "Om meg selv:"
260
+
261
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
262
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
263
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
264
+ msgid "Biographical Info"
265
+ msgstr "Litt om meg selv"
266
+
267
+ #: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
268
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
269
+ msgid "New Password"
270
+ msgstr "Nytt passord"
271
+
272
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:57
273
+ msgid "Basic Information"
274
+ msgstr "Grunnleggende informasjon"
275
+
276
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:59
277
+ msgid "Show/Hide the Admin Bar on Front-end"
278
+ msgstr "Vis/skjul administratormenyen fra front-end"
279
+
280
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:63
281
+ msgid "Extra Profile Fields"
282
+ msgstr "Ekstra profilfelter"
283
+
284
+ #: C:\Users\Cristi\Desktop\free/front-end/options.php:64
285
+ msgid "Register Your Version"
286
+ msgstr "Registrer din versjon"
287
+
288
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
289
+ msgid "You must be logged in to edit your profile."
290
+ msgstr "Du må være innlogget for å redigere profilen din."
291
+
292
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
293
+ msgid "The avatar was successfully deleted."
294
+ msgstr "Bildet ditt er slettet."
295
+
296
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
297
+ msgid "The attachment \""
298
+ msgstr "Vedlegget \""
299
+
300
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
301
+ msgid "\" was successfully deleted."
302
+ msgstr "\" er slettet."
303
+
304
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
305
+ msgid "The changes have been successfully saved."
306
+ msgstr "Endringene er lagret"
307
+
308
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
309
+ msgid "The email address you entered is already registered to a different user.<br/>The email address was "
310
+ msgstr "E-postadressen du skrev inn er allerede registrert på en annen bruker.<br/> E-postadressen var"
311
+
312
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
313
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
314
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
315
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
316
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
317
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
318
+ msgid "NOT"
319
+ msgstr "IKKE"
320
+
321
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
322
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
323
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
324
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
325
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
326
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
327
+ msgid " updated along with the rest of the information."
328
+ msgstr "oppdatert sammen med resten av informasjonen."
329
+
330
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
331
+ msgid "The email address you entered is invalid. <br/> The email address was "
332
+ msgstr "E-postadressen du tastet inn er ikke gyldig. <br/> E-postadressen var"
333
+
334
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
335
+ msgid "The passwords you entered do not match. <br/> The password was "
336
+ msgstr "Passordene du tastet inn stemmer ikke overens. <br/> Passordet var"
337
+
338
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
339
+ msgid "You didn't complete both password fields. <br/> The password was "
340
+ msgstr "Du fylte ikke ut begge passordfeltene riktig. <br/> Passordet var "
341
+
342
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
343
+ msgid "There was an error while trying to upload the following attachments:<br/>"
344
+ msgstr "Det skjedde en feil når du prøvde å laste opp følgende vedlegg:<br/>"
345
+
346
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
347
+ msgid "<br/>Possible cause: the size was bigger than "
348
+ msgstr "<br/>Sannsynlig årsak: størrelsen var større enn "
349
+
350
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
351
+ msgid "b.<br/>The listed attachements were "
352
+ msgstr "b.<br/>Vedleggene ble"
353
+
354
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
355
+ msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
356
+ msgstr "Det oppsto en feil når du forsøkte å laste opp bildet ditt. <br/>Sannsynligvis på grunn av feil størrelse eller feil filtype.<br/>Bildet ble "
357
+
358
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
359
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
360
+ msgid "Name"
361
+ msgstr "Navn"
362
+
363
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
364
+ msgid " Usernames cannot be changed."
365
+ msgstr "Brukernavn kan ikke endres."
366
+
367
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
368
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
369
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
370
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
371
+ msgid "(required)"
372
+ msgstr "(påkrevd)"
373
+
374
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
375
+ msgid "Display name publicly as"
376
+ msgstr "Vis mitt navn offentlig som"
377
+
378
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
379
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
380
+ msgid "Contact Info"
381
+ msgstr "Kontaktinformasjon"
382
+
383
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
384
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
385
+ msgid "About Yourself"
386
+ msgstr "Om deg selv"
387
+
388
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
389
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
390
+ msgid "Repeat Password"
391
+ msgstr "Gjenta passord"
392
+
393
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
394
+ msgid "Update"
395
+ msgstr "Oppdater"
396
+
397
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
398
+ #, php-format
399
+ msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
400
+ msgstr "Du er logget inn som <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
401
+
402
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
403
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
404
+ msgid "Log out of this account"
405
+ msgstr "Logg ut av denne kontoen"
406
+
407
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
408
+ msgid "Log out &raquo;"
409
+ msgstr "Logg ut &raquo;"
410
+
411
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
412
+ #, php-format
413
+ msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
414
+ msgstr "Du har logget inn som <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
415
+
416
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
417
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
418
+ msgid "Password"
419
+ msgstr "Passord"
420
+
421
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
422
+ msgid "Log in"
423
+ msgstr "Logg inn"
424
+
425
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
426
+ msgid "Remember me"
427
+ msgstr "Husk meg"
428
+
429
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
430
+ msgid "Lost password?"
431
+ msgstr "Mistet passordet?"
432
+
433
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
434
+ msgid "A username is required for registration."
435
+ msgstr "Et brukernavn kreves for registrering."
436
+
437
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
438
+ msgid "Sorry, that username already exists!"
439
+ msgstr "Brukernavnet er allerede i bruk!"
440
+
441
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
442
+ msgid "You must enter a valid email address."
443
+ msgstr "Du må skrive inn en gyldig e-postadresse"
444
+
445
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
446
+ msgid "Sorry, that email address is already used!"
447
+ msgstr "Denne e-posten er allerede i bruk!"
448
+
449
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
450
+ msgid "You didn't complete one of the password-fields!"
451
+ msgstr "Du fylte ut feil i et av passordfeltene!"
452
+
453
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
454
+ msgid "The entered passwords don't match!"
455
+ msgstr "Passordene er ikke like"
456
+
457
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
458
+ #, php-format
459
+ msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
460
+ msgstr "Du er allerede logget inn som<a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Du trenger vel ikke flere kontoer?"
461
+
462
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
463
+ msgid "Logout &raquo;"
464
+ msgstr "Logg ut &raquo;"
465
+
466
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
467
+ #, php-format
468
+ msgid "A user account for %1$s has been created."
469
+ msgstr "En bruker for %1$s har blitt lagt til."
470
+
471
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
472
+ #, php-format
473
+ msgid "Thank you for registering, %1$s."
474
+ msgstr "Takk for at du registrerte deg, %1$s."
475
+
476
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
477
+ msgid "Users can register themselves or you can manually create users here."
478
+ msgstr "Brukere kan registrere seg selv eller du kan gjøre det manuelt her."
479
+
480
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
481
+ msgid "Users cannot currently register themselves, but you can manually create users here."
482
+ msgstr "Brukere kan ikke registrere seg selv, men du som har administratorrettigheter kan manuelt legge til brukere her. "
483
+
484
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
485
+ msgid "Only an administrator can add new users."
486
+ msgstr "Kun en administrator kan legge til nye brukere."
487
+
488
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
489
+ msgid " Send these credentials via email."
490
+ msgstr "Send denne informasjon om brukernavn og passord på e-post"
491
+
492
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
493
+ msgid "Add User"
494
+ msgstr "Legg til bruker"
495
+
496
+ #: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
497
+ msgid "Register"
498
+ msgstr "Registrer"
499
+
translation/profilebuilder-nl_NL.mo CHANGED
Binary file
translation/profilebuilder-nl_NL.po CHANGED
@@ -1,906 +1,871 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Profile Builder v1.1\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2011-08-11 17:27+0000\n"
7
- "Last-Translator: Pascal Frencken\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: Dutch\n"
14
- "X-Poedit-Country: NETHERLANDS\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_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"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Poedit-Bookmarks: \n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
-
22
- #: front-end/menu.file.php:5
23
- #: front-end/menu.file.php:8
24
- #@ profilebuilder
25
- msgid "Profile Builder"
26
- msgstr "Profile Builder"
27
-
28
- #: front-end/menu.file.php:6
29
- #@ profilebuilder
30
- msgid "Welcome to Profile Builder!"
31
- msgstr "Welkom bij Profile Builder!"
32
-
33
- #: front-end/menu.file.php:8
34
- #@ profilebuilder
35
- msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
36
- msgstr " stelt je in staat je website aan te passen door een front-end menu voor alle gebruikers toe te voegen, waarmee ze op een flexibele manier hun gebruikersinformatie kunnen wijzigen of zich als nieuwe gebruiker kunnen registreren."
37
-
38
- #: front-end/menu.file.php:9
39
- #@ profilebuilder
40
- msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
41
- msgstr "Ook geeft het beheerders de mogelijkheid om velden aan te passen of nieuwe toe te voegen."
42
-
43
- #: front-end/menu.file.php:10
44
- #@ profilebuilder
45
- msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
46
- msgstr "Hiervoor voeg je een nieuwe pagina toe, en geef je deze een duidelijke naam (bijv. Profiel Bewerken)."
47
-
48
- #: front-end/menu.file.php:11
49
- #@ profilebuilder
50
- msgid "Now all you need to do is add the following shortcode(for the previous example): "
51
- msgstr "Nu hoef je alleen de volgende shortcode toe te voegen: "
52
-
53
- #: front-end/menu.file.php:12
54
- #@ profilebuilder
55
- msgid "Publish your page and you are ready to go!"
56
- msgstr "Publiceer je pagina en je kunt aan de slag!"
57
-
58
- #: front-end/menu.file.php:13
59
- #@ profilebuilder
60
- msgid "You can use the following shortcodes:"
61
- msgstr "Je kunt de volgende shortcodes gebruiken:"
62
-
63
- #: front-end/menu.file.php:14
64
- #@ profilebuilder
65
- msgid "for a log-in form."
66
- msgstr "voor een inlog formulier."
67
-
68
- #: front-end/menu.file.php:15
69
- #@ profilebuilder
70
- msgid "to add a registration form."
71
- msgstr "voor het toevoegen van een inschrijfformulier."
72
-
73
- #: front-end/menu.file.php:16
74
- #@ profilebuilder
75
- msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
76
- msgstr "om gebruikers front-end toegang tot persoonlijke info te geven (gebruiker moet ingelogd zijn)."
77
-
78
- #: front-end/menu.file.php:19
79
- #@ profilebuilder
80
- msgid "Users with administrator rights have access to the following features:"
81
- msgstr "Gebruikers met beheerdersrechten hebben toegang tot de volgende functies:"
82
-
83
- #: front-end/menu.file.php:20
84
- #@ profilebuilder
85
- msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
86
- msgstr "voeg een aangepaste stylesheet toe / neem de waarden van het huidige thema over of gebruik een van de volgende stijlen ingebouwd in deze plugin: standaard, wit of zwart."
87
-
88
- #: front-end/menu.file.php:21
89
- #@ profilebuilder
90
- msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
91
- msgstr "geef aan of de admin balk in de front-end getoond moet worden voor een specifieke gebruikersgroep."
92
-
93
- #: front-end/menu.file.php:22
94
- #@ profilebuilder
95
- msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
96
- msgstr "geef aan welke informatievelden de gebruikers kunnen zien / wijzigen. De waarden van verborgen velden blijven ongewijzigd."
97
-
98
- #: front-end/menu.file.php:23
99
- #@ profilebuilder
100
- msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
101
- msgstr "voeg velden toe aan de bestaande, waarbij gekozen kan worden uit de volgende typen: koptekst, tekst, textgebied, selectieveld, meerkeuzeveld, enkel keuzeveld en / of uploadveld."
102
-
103
- #: front-end/menu.file.php:24
104
- #@ profilebuilder
105
- msgid "add an avatar field."
106
- msgstr "voeg een avatar veld toe."
107
-
108
- #: front-end/menu.file.php:27
109
- #@ profilebuilder
110
- msgid "NOTE:"
111
- msgstr "LET OP:"
112
-
113
- #: front-end/menu.file.php:28
114
- #@ profilebuilder
115
- msgid "this plugin only adds/removes fields in the front-end."
116
- msgstr "deze plugin voegt slechts velden toe aan / verwijdert velden uit de front-end."
117
-
118
- #: front-end/menu.file.php:29
119
- #@ profilebuilder
120
- msgid "The default information-fields will still be visible(and thus modifiable)"
121
- msgstr "De standaard informatievelden zullen nog steeds zichtbaar (en dus aanpasbaar) zijn"
122
-
123
- #: front-end/menu.file.php:30
124
- #@ profilebuilder
125
- msgid "from the back-end, while custom fields will only be visible in the front-end."
126
- msgstr "in de back-end, terwijl de toegevoegde velden alleen zichtbaar zijn in de front-end."
127
-
128
- #: front-end/menu.file.php:44
129
- #: front-end/menu.file.php:45
130
- #: front-end/options.php:58
131
- #@ profilebuilder
132
- msgid "Plugin Layout"
133
- msgstr "Plugin Opmaak"
134
-
135
- #: front-end/menu.file.php:46
136
- #@ profilebuilder
137
- msgid "Stylesheet used:"
138
- msgstr "Gebruikte stylesheet:"
139
-
140
- #: front-end/menu.file.php:48
141
- #@ profilebuilder
142
- msgid "Default"
143
- msgstr "Standaard"
144
-
145
- #: front-end/menu.file.php:53
146
- #@ profilebuilder
147
- msgid "White"
148
- msgstr "Wit"
149
-
150
- #: front-end/menu.file.php:54
151
- #@ profilebuilder
152
- msgid "Black"
153
- msgstr "Zwart"
154
-
155
- #: front-end/menu.file.php:58
156
- #@ profilebuilder
157
- msgid "None"
158
- msgstr "Geen"
159
-
160
- #: front-end/menu.file.php:63
161
- #: front-end/menu.file.php:109
162
- #: front-end/menu.file.php:320
163
- #@ default
164
- msgid "Save Changes"
165
- msgstr "Wijzigingen Opslaan"
166
-
167
- #: front-end/menu.file.php:81
168
- #: front-end/menu.file.php:82
169
- #@ profilebuilder
170
- msgid "Show/Hide the Admin Bar on Front End"
171
- msgstr "Toon / Verberg de Admin Balk in de Front-end"
172
-
173
- #: front-end/menu.file.php:86
174
- #@ profilebuilder
175
- msgid "User-group"
176
- msgstr "Gebruikersgroep"
177
-
178
- #: front-end/menu.file.php:87
179
- #: front-end/menu.file.php:133
180
- #@ profilebuilder
181
- msgid "Visibility"
182
- msgstr "Zichtbaarheid"
183
-
184
- #: front-end/menu.file.php:98
185
- #: front-end/menu.file.php:148
186
- #: front-end/menu.file.php:161
187
- #: front-end/menu.file.php:174
188
- #: front-end/menu.file.php:187
189
- #: front-end/menu.file.php:200
190
- #: front-end/menu.file.php:219
191
- #: front-end/menu.file.php:232
192
- #: front-end/menu.file.php:248
193
- #: front-end/menu.file.php:261
194
- #: front-end/menu.file.php:274
195
- #: front-end/menu.file.php:293
196
- #: front-end/menu.file.php:307
197
- #@ profilebuilder
198
- msgid "Show"
199
- msgstr "Tonen"
200
-
201
- #: front-end/menu.file.php:99
202
- #: front-end/menu.file.php:149
203
- #: front-end/menu.file.php:162
204
- #: front-end/menu.file.php:175
205
- #: front-end/menu.file.php:188
206
- #: front-end/menu.file.php:201
207
- #: front-end/menu.file.php:220
208
- #: front-end/menu.file.php:233
209
- #: front-end/menu.file.php:249
210
- #: front-end/menu.file.php:262
211
- #: front-end/menu.file.php:275
212
- #: front-end/menu.file.php:294
213
- #: front-end/menu.file.php:308
214
- #@ profilebuilder
215
- msgid "Hide"
216
- msgstr "Verbergen"
217
-
218
- #: front-end/menu.file.php:127
219
- #: front-end/menu.file.php:128
220
- #: front-end/options.php:60
221
- #@ profilebuilder
222
- msgid "Default Profile Fields"
223
- msgstr "Standaard Profiel Velden"
224
-
225
- #: front-end/menu.file.php:132
226
- #@ profilebuilder
227
- msgid "Input Field Name"
228
- msgstr "Voer Veldnaam In"
229
-
230
- #: front-end/menu.file.php:139
231
- #@ profilebuilder
232
- msgid "Name:"
233
- msgstr "Naam:"
234
-
235
- #: front-end/menu.file.php:145
236
- #: front-end/wppb.edit.profile.php:678
237
- #: front-end/wppb.login.php:118
238
- #: front-end/wppb.register.php:460
239
- #: front-end/wppb.register.php:624
240
- #@ profilebuilder
241
- msgid "Username"
242
- msgstr "Gebruikersnaam"
243
-
244
- #: front-end/menu.file.php:158
245
- #: front-end/wppb.edit.profile.php:699
246
- #: front-end/wppb.register.php:650
247
- #@ profilebuilder
248
- msgid "First Name"
249
- msgstr "Voornaam"
250
-
251
- #: front-end/menu.file.php:171
252
- #: front-end/wppb.edit.profile.php:720
253
- #: front-end/wppb.register.php:675
254
- #@ profilebuilder
255
- msgid "Last Name"
256
- msgstr "Achternaam"
257
-
258
- #: front-end/menu.file.php:184
259
- #: front-end/wppb.edit.profile.php:741
260
- #: front-end/wppb.register.php:700
261
- #@ profilebuilder
262
- msgid "Nickname"
263
- msgstr "Bijnaam"
264
-
265
- #: front-end/menu.file.php:197
266
- #@ profilebuilder
267
- msgid "Display name publicly as..."
268
- msgstr "Toon naam publiekelijk als..."
269
-
270
- #: front-end/menu.file.php:210
271
- #@ profilebuilder
272
- msgid "Contact Info:"
273
- msgstr "Contact Informatie:"
274
-
275
- #: front-end/menu.file.php:216
276
- #: front-end/wppb.edit.profile.php:808
277
- #: front-end/wppb.register.php:461
278
- #: front-end/wppb.register.php:726
279
- #@ profilebuilder
280
- msgid "E-mail"
281
- msgstr "E-mail"
282
-
283
- #: front-end/menu.file.php:229
284
- #: front-end/wppb.edit.profile.php:828
285
- #: front-end/wppb.register.php:752
286
- #@ profilebuilder
287
- msgid "Website"
288
- msgstr "Website"
289
-
290
- #: front-end/menu.file.php:245
291
- #: front-end/wppb.edit.profile.php:847
292
- #: front-end/wppb.register.php:777
293
- #@ profilebuilder
294
- msgid "AIM"
295
- msgstr "AIM"
296
-
297
- #: front-end/menu.file.php:258
298
- #: front-end/wppb.edit.profile.php:866
299
- #: front-end/wppb.register.php:802
300
- #@ profilebuilder
301
- msgid "Yahoo IM"
302
- msgstr "Yahoo IM"
303
-
304
- #: front-end/menu.file.php:271
305
- #: front-end/wppb.edit.profile.php:885
306
- #: front-end/wppb.register.php:827
307
- #@ profilebuilder
308
- msgid "Jabber / Google Talk"
309
- msgstr "Jabber / Google Talk"
310
-
311
- #: front-end/menu.file.php:284
312
- #@ profilebuilder
313
- msgid "About Yourself:"
314
- msgstr "Over Jezelf:"
315
-
316
- #: front-end/menu.file.php:290
317
- #: front-end/wppb.edit.profile.php:908
318
- #: front-end/wppb.register.php:856
319
- #@ profilebuilder
320
- msgid "Biographical Info"
321
- msgstr "Biografie"
322
-
323
- #: front-end/menu.file.php:304
324
- #: front-end/wppb.edit.profile.php:919
325
- #@ profilebuilder
326
- msgid "New Password"
327
- msgstr "Nieuw Wachtwoord"
328
-
329
- #: front-end/options.php:57
330
- #@ profilebuilder
331
- msgid "Basic Information"
332
- msgstr "Basis Informatie"
333
-
334
- #: front-end/options.php:59
335
- #@ profilebuilder
336
- msgid "Show/Hide the Admin Bar on Front-end"
337
- msgstr "Toon / Verberg de Admin Balk"
338
-
339
- #: front-end/options.php:66
340
- #@ profilebuilder
341
- msgid "Extra Profile Fields"
342
- msgstr "Extra Profiel Velden"
343
-
344
- #: front-end/options.php:72
345
- #@ profilebuilder
346
- msgid "Register Your Version"
347
- msgstr "Registreer Je Versie"
348
-
349
- #: front-end/wppb.edit.profile.php:552
350
- #@ profilebuilder
351
- msgid "You must be logged in to edit your profile."
352
- msgstr "U moet ingelogd zijn om uw profiel te kunnen bewerken."
353
-
354
- #: front-end/wppb.edit.profile.php:562
355
- #@ profilebuilder
356
- msgid "The avatar was successfully deleted."
357
- msgstr "De avatar is succesvol verwijderd."
358
-
359
- #: front-end/wppb.edit.profile.php:584
360
- #@ profilebuilder
361
- msgid "The changes have been successfully saved."
362
- msgstr "De wijzigingen zijn succesvol opgeslagen."
363
-
364
- #: front-end/wppb.edit.profile.php:591
365
- #: front-end/wppb.edit.profile.php:601
366
- #: front-end/wppb.edit.profile.php:611
367
- #: front-end/wppb.edit.profile.php:620
368
- #: front-end/wppb.edit.profile.php:646
369
- #: front-end/wppb.edit.profile.php:654
370
- #@ profilebuilder
371
- msgid "NOT"
372
- msgstr "NIET"
373
-
374
- #: front-end/wppb.edit.profile.php:671
375
- #: front-end/wppb.register.php:609
376
- #@ profilebuilder
377
- msgid "Name"
378
- msgstr "Naam"
379
-
380
- #: front-end/wppb.edit.profile.php:743
381
- #: front-end/wppb.edit.profile.php:810
382
- #: front-end/wppb.register.php:626
383
- #: front-end/wppb.register.php:728
384
- #@ profilebuilder
385
- msgid "(required)"
386
- msgstr "(verplicht)"
387
-
388
- #: front-end/wppb.edit.profile.php:763
389
- #@ profilebuilder
390
- msgid "Display name publicly as"
391
- msgstr "Naam publiekelijk tonen als"
392
-
393
- #: front-end/wppb.edit.profile.php:790
394
- #: front-end/wppb.register.php:707
395
- #@ profilebuilder
396
- msgid "Contact Info"
397
- msgstr "Contact Informatie"
398
-
399
- #: front-end/wppb.edit.profile.php:892
400
- #: front-end/wppb.register.php:834
401
- #@ profilebuilder
402
- msgid "About Yourself"
403
- msgstr "Over Jezelf"
404
-
405
- #: front-end/wppb.edit.profile.php:924
406
- #: front-end/wppb.recover.password.php:281
407
- #: front-end/wppb.recover.password.php:312
408
- #: front-end/wppb.register.php:882
409
- #@ profilebuilder
410
- msgid "Repeat Password"
411
- msgstr "Herhaal Wachtwoord"
412
-
413
- #: front-end/wppb.edit.profile.php:941
414
- #@ profilebuilder
415
- msgid "Update"
416
- msgstr "Bijwerken"
417
-
418
- #: front-end/wppb.login.php:54
419
- #@ profilebuilder
420
- msgid "Log out of this account"
421
- msgstr "Gebruiker uitloggen"
422
-
423
- #: front-end/wppb.login.php:128
424
- #: front-end/wppb.recover.password.php:276
425
- #: front-end/wppb.recover.password.php:307
426
- #: front-end/wppb.register.php:877
427
- #@ profilebuilder
428
- msgid "Password"
429
- msgstr "Wachtwoord"
430
-
431
- #: front-end/wppb.login.php:132
432
- #@ profilebuilder
433
- msgid "Log in"
434
- msgstr "Inloggen"
435
-
436
- #: front-end/wppb.login.php:136
437
- #@ profilebuilder
438
- msgid "Remember me"
439
- msgstr "Onthoud gegevens"
440
-
441
- #: front-end/wppb.login.php:146
442
- #@ profilebuilder
443
- msgid "Lost password?"
444
- msgstr "Wachtwoord vergeten?"
445
-
446
- #: front-end/wppb.register.php:297
447
- #@ profilebuilder
448
- msgid "A username is required for registration."
449
- msgstr "Een gebruikersnaam is vereist voor registratie."
450
-
451
- #: front-end/wppb.register.php:299
452
- #@ profilebuilder
453
- msgid "Sorry, that username already exists!"
454
- msgstr "Sorry, die gebruikersnaam bestaat al!"
455
-
456
- #: front-end/wppb.register.php:301
457
- #@ profilebuilder
458
- msgid "You must enter a valid email address."
459
- msgstr "U moet een geldig e-mail adres invullen."
460
-
461
- #: front-end/wppb.register.php:303
462
- #@ profilebuilder
463
- msgid "Sorry, that email address is already used!"
464
- msgstr "Sorry, dat e-mail adres is al in gebruik!"
465
-
466
- #: front-end/wppb.register.php:306
467
- #@ profilebuilder
468
- msgid "You didn't complete one of the password-fields!"
469
- msgstr "Je hebt een van de wachtwoord-velden niet volledig ingevuld!"
470
-
471
- #: front-end/wppb.recover.password.php:243
472
- #: front-end/wppb.register.php:308
473
- #@ profilebuilder
474
- msgid "The entered passwords don't match!"
475
- msgstr "De ingevoerde wachtwoorden komen niet overeen!"
476
-
477
- #: front-end/wppb.register.php:586
478
- #@ profilebuilder
479
- msgid "Users can register themselves or you can manually create users here."
480
- msgstr "Gebruikers kunnen zich registreren of je kunt hier handmatig gebruikers aanmaken."
481
-
482
- #: front-end/wppb.register.php:591
483
- #@ profilebuilder
484
- msgid "Users cannot currently register themselves, but you can manually create users here."
485
- msgstr "Gebruikers kunnen zich op dit moment niet registreren, maar je kunt hier wel handmatig gebruikers aanmaken."
486
-
487
- #: front-end/wppb.register.php:596
488
- #@ profilebuilder
489
- msgid "Only an administrator can add new users."
490
- msgstr "Alleen een beheerder kan nieuwe gebruikers toevoegen."
491
-
492
- #: front-end/wppb.register.php:910
493
- #@ profilebuilder
494
- msgid "Add User"
495
- msgstr "Gebruiker Toevoegen"
496
-
497
- #: front-end/wppb.register.php:910
498
- #@ profilebuilder
499
- msgid "Register"
500
- msgstr "Registreren"
501
-
502
- #: front-end/options.php:69
503
- #@ profilebuilder
504
- msgid "Addons"
505
- msgstr "Addons"
506
-
507
- #: front-end/menu.file.php:17
508
- #@ profilebuilder
509
- msgid "to add a password recovery form."
510
- msgstr "om formulier toe te voegen om wachtwoord te achterhalen."
511
-
512
- #: front-end/menu.file.php:134
513
- #@ profilebuilder
514
- msgid "Required"
515
- msgstr "Verplicht"
516
-
517
- #: front-end/menu.file.php:152
518
- #: front-end/menu.file.php:165
519
- #: front-end/menu.file.php:178
520
- #: front-end/menu.file.php:191
521
- #: front-end/menu.file.php:204
522
- #: front-end/menu.file.php:223
523
- #: front-end/menu.file.php:236
524
- #: front-end/menu.file.php:252
525
- #: front-end/menu.file.php:265
526
- #: front-end/menu.file.php:278
527
- #: front-end/menu.file.php:297
528
- #: front-end/menu.file.php:311
529
- #@ profilebuilder
530
- msgid "Yes"
531
- msgstr "Ja"
532
-
533
- #: front-end/menu.file.php:153
534
- #: front-end/menu.file.php:166
535
- #: front-end/menu.file.php:179
536
- #: front-end/menu.file.php:192
537
- #: front-end/menu.file.php:205
538
- #: front-end/menu.file.php:224
539
- #: front-end/menu.file.php:237
540
- #: front-end/menu.file.php:253
541
- #: front-end/menu.file.php:266
542
- #: front-end/menu.file.php:279
543
- #: front-end/menu.file.php:298
544
- #: front-end/menu.file.php:312
545
- #@ profilebuilder
546
- msgid "No"
547
- msgstr "Nee"
548
-
549
- #: front-end/wppb.edit.profile.php:85
550
- #: front-end/wppb.register.php:41
551
- #@ profilebuilder
552
- msgid "The information size you were trying to submit was larger than"
553
- msgstr "De omvang van gegevens die u probeert te versturen was groter dan"
554
-
555
- #: front-end/wppb.edit.profile.php:86
556
- #: front-end/wppb.register.php:42
557
- #@ profilebuilder
558
- msgid "This is usually caused by a large file(s) trying to be uploaded."
559
- msgstr "Dit gebeurt meestal omdat u een te groot bestand probeert te uploaden."
560
-
561
- #: front-end/wppb.edit.profile.php:87
562
- #: front-end/wppb.register.php:43
563
- #@ profilebuilder
564
- msgid "Since it was also larger than"
565
- msgstr "Omdat het ook groter was dan"
566
-
567
- #: front-end/wppb.edit.profile.php:87
568
- #: front-end/wppb.register.php:43
569
- #@ profilebuilder
570
- msgid "no additional information is available."
571
- msgstr "geen extra informatie beschikbaar."
572
-
573
- #: front-end/wppb.edit.profile.php:569
574
- #@ profilebuilder
575
- msgid "The attachment"
576
- msgstr "De bijlage"
577
-
578
- #: front-end/wppb.edit.profile.php:569
579
- #@ profilebuilder
580
- msgid "was successfully deleted."
581
- msgstr "is succesvol verwijderd."
582
-
583
- #: front-end/wppb.edit.profile.php:591
584
- #@ profilebuilder
585
- msgid "The email address you entered is already registered to a different user."
586
- msgstr "Het ingetoetste e-mail adres is al geregistreerd bij een andere gebruiker."
587
-
588
- #: front-end/wppb.edit.profile.php:591
589
- #: front-end/wppb.edit.profile.php:601
590
- #@ profilebuilder
591
- msgid "The email address was"
592
- msgstr "E-mail adres was"
593
-
594
- #: front-end/wppb.edit.profile.php:591
595
- #: front-end/wppb.edit.profile.php:601
596
- #: front-end/wppb.edit.profile.php:611
597
- #: front-end/wppb.edit.profile.php:620
598
- #: front-end/wppb.edit.profile.php:646
599
- #: front-end/wppb.edit.profile.php:654
600
- #@ profilebuilder
601
- msgid "updated along with the rest of the information."
602
- msgstr "ge-update samen met de rest van de gegevens."
603
-
604
- #: front-end/wppb.edit.profile.php:601
605
- #@ profilebuilder
606
- msgid "The email address you entered is invalid."
607
- msgstr "Het ingetoetste e-mail adres is ongeldig."
608
-
609
- #: front-end/wppb.edit.profile.php:611
610
- #@ profilebuilder
611
- msgid "The passwords you entered do not match."
612
- msgstr "De ingetoetste wachtwoorden zijn niet gelijk."
613
-
614
- #: front-end/wppb.edit.profile.php:611
615
- #: front-end/wppb.edit.profile.php:620
616
- #@ profilebuilder
617
- msgid "The password was"
618
- msgstr "Wachtwoord was"
619
-
620
- #: front-end/wppb.edit.profile.php:620
621
- #@ profilebuilder
622
- msgid "You didn't complete both password fields."
623
- msgstr "U heeft beide wachtwoord velden niet ingevuld."
624
-
625
- #: front-end/wppb.edit.profile.php:627
626
- #@ profilebuilder
627
- msgid "Your profile was NOT updated!"
628
- msgstr "Uw profiel is NIET ge-update!"
629
-
630
- #: front-end/wppb.edit.profile.php:636
631
- #@ profilebuilder
632
- msgid "There was an error while trying to upload the following attachments:"
633
- msgstr "Foutmelding tijdens het uploaden van de volgende attachments:"
634
-
635
- #: front-end/wppb.edit.profile.php:646
636
- #@ profilebuilder
637
- msgid "Possible cause: the size was bigger than"
638
- msgstr "Mogelijke oorzaak: de grootte was groter dan"
639
-
640
- #: front-end/wppb.edit.profile.php:646
641
- #@ profilebuilder
642
- msgid "The listed attachements were"
643
- msgstr "De vermelde attachments waren"
644
-
645
- #: front-end/wppb.edit.profile.php:654
646
- #@ profilebuilder
647
- msgid "There was an error while trying to upload your avatar picture."
648
- msgstr "Foutmelding tijdens het uploaden van uw avatar afbeelding."
649
-
650
- #: front-end/wppb.edit.profile.php:654
651
- #@ profilebuilder
652
- msgid "Possible cause: size/incorrect file-type."
653
- msgstr "Mogelijke oorzaak: grootte/verkeerd bestand-type."
654
-
655
- #: front-end/wppb.edit.profile.php:654
656
- #@ profilebuilder
657
- msgid "The avatar was"
658
- msgstr "De avatar is"
659
-
660
- #: front-end/wppb.edit.profile.php:679
661
- #@ profilebuilder
662
- msgid "Usernames cannot be changed."
663
- msgstr "Gebruikersnaam kan niet gewijzigd worden."
664
-
665
- #: front-end/wppb.login.php:53
666
- #@ profilebuilder
667
- msgid "You are currently logged in as"
668
- msgstr "U bent momenteel ingelogd als"
669
-
670
- #: front-end/wppb.login.php:54
671
- #@ profilebuilder
672
- msgid "Log out"
673
- msgstr "Uitloggen"
674
-
675
- #: front-end/wppb.login.php:73
676
- #@ profilebuilder
677
- msgid "You have successfully logged in as"
678
- msgstr "U bent succesvol ingelogd als"
679
-
680
- #: front-end/wppb.login.php:100
681
- #@ profilebuilder
682
- msgid "You will soon be redirected automatically. If you see this page for more than 1 second, please click"
683
- msgstr "U wordt automatisch doorgestuurd. Als u deze pagina meer dan 1 seconde ziet, klik svp op"
684
-
685
- #: front-end/wppb.login.php:100
686
- #@ profilebuilder
687
- msgid "here"
688
- msgstr "hier"
689
-
690
- #: front-end/wppb.login.php:108
691
- #: front-end/wppb.recover.password.php:327
692
- #@ profilebuilder
693
- msgid "ERROR:"
694
- msgstr "FOUT:"
695
-
696
- #: front-end/wppb.login.php:108
697
- #@ profilebuilder
698
- msgid "The username field is empty"
699
- msgstr "Veld voor gebruikersnaam is leeg"
700
-
701
- #: front-end/wppb.recover.password.php:108
702
- #: front-end/wppb.recover.password.php:153
703
- #@ profilebuilder
704
- msgid "A password reset email has been sent to "
705
- msgstr "E-mail over wachtwoord resetten is gestuurd naar"
706
-
707
- #: front-end/wppb.recover.password.php:108
708
- #: front-end/wppb.recover.password.php:153
709
- #@ profilebuilder
710
- msgid "Following the link sent in the email address will reset the password."
711
- msgstr "Via de link in de gestuurde e-mail wordt uw wachtwoord ge-reset."
712
-
713
- #: front-end/wppb.recover.password.php:120
714
- #: front-end/wppb.recover.password.php:165
715
- #@ profilebuilder
716
- msgid "Someone requested that the password be reset for the following account: "
717
- msgstr "Iemand heeft gevraagd om wachtwoord te resetten voor account:"
718
-
719
- #: front-end/wppb.recover.password.php:122
720
- #: front-end/wppb.recover.password.php:167
721
- #@ profilebuilder
722
- msgid "If this was a mistake, just ignore this email and nothing will happen."
723
- msgstr "Als dit een fout was, kunt u deze e-mail negeren. Er zal niets gebeuren."
724
-
725
- #: front-end/wppb.recover.password.php:123
726
- #: front-end/wppb.recover.password.php:168
727
- #@ profilebuilder
728
- msgid "To reset your password, visit the following link:"
729
- msgstr "Om uw wachtwoord te resetten, ga naar de link:"
730
-
731
- #: front-end/wppb.recover.password.php:127
732
- #: front-end/wppb.recover.password.php:172
733
- #@ profilebuilder
734
- msgid "Password Reset Feature from"
735
- msgstr "Functie om wachtwoord te resetten van"
736
-
737
- #: front-end/wppb.recover.password.php:136
738
- #: front-end/wppb.recover.password.php:181
739
- #@ profilebuilder
740
- msgid "ERROR"
741
- msgstr "FOUT"
742
-
743
- #: front-end/wppb.recover.password.php:136
744
- #: front-end/wppb.recover.password.php:181
745
- #@ profilebuilder
746
- msgid "There was an error while trying to send the activation link to "
747
- msgstr "Foutmelding opgetreden tijdens verzenden van activatie link naar "
748
-
749
- #: front-end/wppb.recover.password.php:146
750
- #@ profilebuilder
751
- msgid "The email address entered wasn't found in the database!"
752
- msgstr "Het ingetoetste e-mail adres is niet in de database gevonden!"
753
-
754
- #: front-end/wppb.recover.password.php:146
755
- #@ profilebuilder
756
- msgid "Please check that you entered the correct email address."
757
- msgstr "Check svp of u het juiste e-mail adres heeft ingetoetst."
758
-
759
- #: front-end/wppb.recover.password.php:188
760
- #@ profilebuilder
761
- msgid "The username entered wasn't found in the database!"
762
- msgstr "De ingetoetste gebruikersnaam is niet in de database gevonden!"
763
-
764
- #: front-end/wppb.recover.password.php:188
765
- #@ profilebuilder
766
- msgid "Please check that you entered the correct username."
767
- msgstr "Check svp of u de juiste gebuikersnaam heeft ingetoetst."
768
-
769
- #: front-end/wppb.recover.password.php:199
770
- #@ profilebuilder
771
- msgid "Your password has been successfully changed!"
772
- msgstr "Uw wachtwoord is succesvol gewijzigd!"
773
-
774
- #: front-end/wppb.recover.password.php:210
775
- #@ profilebuilder
776
- msgid "You have successfully reset your password,"
777
- msgstr "U heeft uw wachtwoord succesvol ge-reset"
778
-
779
- #: front-end/wppb.recover.password.php:214
780
- #: front-end/wppb.recover.password.php:228
781
- #@ profilebuilder
782
- msgid "Password Successfully Reset for"
783
- msgstr "Wachtwoord is succesvol ge-reset voor"
784
-
785
- #: front-end/wppb.recover.password.php:214
786
- #: front-end/wppb.recover.password.php:228
787
- #@ profilebuilder
788
- msgid "from"
789
- msgstr "van"
790
-
791
- #: front-end/wppb.recover.password.php:224
792
- #@ default
793
- msgid "has requested a password change via the password reset feature."
794
- msgstr ""
795
-
796
- #: front-end/wppb.recover.password.php:225
797
- #@ profilebuilder
798
- msgid "His/her new password is:"
799
- msgstr "Zijn/haar nieuwe wachtwoord is:"
800
-
801
- #: front-end/wppb.recover.password.php:288
802
- #: front-end/wppb.recover.password.php:319
803
- #@ profilebuilder
804
- msgid "Reset Password"
805
- msgstr "Reset wachtwoord"
806
-
807
- #: front-end/wppb.recover.password.php:327
808
- #@ profilebuilder
809
- msgid "Invalid key!"
810
- msgstr "Ongeldige sleutel!"
811
-
812
- #: front-end/wppb.recover.password.php:341
813
- #@ profilebuilder
814
- msgid "Please enter your username or email address."
815
- msgstr "Svp uw gebruikersnaam of e-mail adres intypen."
816
-
817
- #: front-end/wppb.recover.password.php:341
818
- #@ profilebuilder
819
- msgid "You will receive a link to create a new password via email."
820
- msgstr "U zult een e-mail ontvangen om nieuw wachtwoord aan te maken."
821
-
822
- #: front-end/wppb.recover.password.php:350
823
- #@ profilebuilder
824
- msgid "Username or E-mail"
825
- msgstr "Gebruikersnaam of e-mail adres"
826
-
827
- #: front-end/wppb.recover.password.php:359
828
- #@ profilebuilder
829
- msgid "Get New Password"
830
- msgstr "Nieuw wachtwoord"
831
-
832
- #: front-end/wppb.register.php:44
833
- #@ profilebuilder
834
- msgid "The user was NOT created!"
835
- msgstr "Gebruikers is NIET aangemaakt!"
836
-
837
- #: front-end/wppb.register.php:311
838
- #@ profilebuilder
839
- msgid "You must agree to the terms and conditions before registering!"
840
- msgstr "U moet akkoord gaan met de voorwaarden voordat u registreert!"
841
-
842
- #: front-end/wppb.register.php:313
843
- #@ profilebuilder
844
- msgid "The account was NOT created!"
845
- msgstr "Account is NIET aangemaakt!"
846
-
847
- #: front-end/wppb.register.php:313
848
- #@ profilebuilder
849
- msgid "(Several required fields were left uncompleted)"
850
- msgstr "(Diverse verplichte velden zijn onvolledig ingevuld)"
851
-
852
- #: front-end/wppb.register.php:459
853
- #@ profilebuilder
854
- msgid "New subscriber on"
855
- msgstr "Nieuwe abonee op"
856
-
857
- #: front-end/wppb.register.php:464
858
- #@ default
859
- msgid "A new subscriber has (been) registered!"
860
- msgstr ""
861
-
862
- #: front-end/wppb.register.php:508
863
- #@ profilebuilder
864
- msgid "You are logged in as"
865
- msgstr "U bent ingelogd als"
866
-
867
- #: front-end/wppb.register.php:508
868
- #@ profilebuilder
869
- msgid "You don't need another account."
870
- msgstr "U heeft geen ander account nodig"
871
-
872
- #: front-end/wppb.register.php:508
873
- #@ profilebuilder
874
- msgid "Log out of this account."
875
- msgstr "Uitloggen van dit account"
876
-
877
- #: front-end/wppb.register.php:508
878
- #@ profilebuilder
879
- msgid "Logout"
880
- msgstr "Uitloggen"
881
-
882
- #: front-end/wppb.register.php:515
883
- #@ profilebuilder
884
- msgid "A user account has been created for"
885
- msgstr "Gebruikers account is gemaakt voor"
886
-
887
- #: front-end/wppb.register.php:540
888
- #@ profilebuilder
889
- msgid "Thank you for registering"
890
- msgstr "Bedankt voor registreren"
891
-
892
- #: front-end/wppb.register.php:567
893
- #@ profilebuilder
894
- msgid "An error occured while trying to send the notification email."
895
- msgstr "Fout opgetreden tijdens verzenden van notificatie e-mail."
896
-
897
- #: front-end/wppb.register.php:571
898
- #@ profilebuilder
899
- msgid "An email containing the username and password was successfully sent."
900
- msgstr "Een e-mail met gebruikersnaam en wachtwoord is succesvol verzonden."
901
-
902
- #: front-end/wppb.register.php:902
903
- #@ profilebuilder
904
- msgid "Send these credentials via email."
905
- msgstr "Verstuur deze gegevens via e-mail."
906
-
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Profile Builder v1.1\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2011-08-11 17:27+0000\n"
7
+ "Last-Translator: Pascal Frencken\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Dutch\n"
14
+ "X-Poedit-Country: NETHERLANDS\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_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"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: front-end/menu.file.php:5
23
+ #: front-end/menu.file.php:8
24
+ #@ profilebuilder
25
+ msgid "Profile Builder"
26
+ msgstr "Profile Builder"
27
+
28
+ #: front-end/menu.file.php:6
29
+ #@ profilebuilder
30
+ msgid "Welcome to Profile Builder!"
31
+ msgstr "Welkom bij Profile Builder!"
32
+
33
+ #: front-end/menu.file.php:8
34
+ #@ profilebuilder
35
+ msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
36
+ msgstr " stelt je in staat je website aan te passen door een front-end menu voor alle gebruikers toe te voegen, waarmee ze op een flexibele manier hun gebruikersinformatie kunnen wijzigen of zich als nieuwe gebruiker kunnen registreren."
37
+
38
+ #: front-end/menu.file.php:9
39
+ #@ profilebuilder
40
+ msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
41
+ msgstr "Ook geeft het beheerders de mogelijkheid om velden aan te passen of nieuwe toe te voegen."
42
+
43
+ #: front-end/menu.file.php:10
44
+ #@ profilebuilder
45
+ msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
46
+ msgstr "Hiervoor voeg je een nieuwe pagina toe, en geef je deze een duidelijke naam (bijv. Profiel Bewerken)."
47
+
48
+ #: front-end/menu.file.php:11
49
+ #@ profilebuilder
50
+ msgid "Now all you need to do is add the following shortcode(for the previous example): "
51
+ msgstr "Nu hoef je alleen de volgende shortcode toe te voegen: "
52
+
53
+ #: front-end/menu.file.php:12
54
+ #@ profilebuilder
55
+ msgid "Publish your page and you are ready to go!"
56
+ msgstr "Publiceer je pagina en je kunt aan de slag!"
57
+
58
+ #: front-end/menu.file.php:13
59
+ #@ profilebuilder
60
+ msgid "You can use the following shortcodes:"
61
+ msgstr "Je kunt de volgende shortcodes gebruiken:"
62
+
63
+ #: front-end/menu.file.php:14
64
+ #@ profilebuilder
65
+ msgid "for a log-in form."
66
+ msgstr "voor een login formulier."
67
+
68
+ #: front-end/menu.file.php:15
69
+ #@ profilebuilder
70
+ msgid "to add a registration form."
71
+ msgstr "voor het toevoegen van een inschrijfformulier."
72
+
73
+ #: front-end/menu.file.php:16
74
+ #@ profilebuilder
75
+ msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
76
+ msgstr "om gebruikers front-end toegang tot hun persoonlijke informatie te geven (de gebruiker moet ingelogd zijn)."
77
+
78
+ #: front-end/menu.file.php:18
79
+ #@ profilebuilder
80
+ msgid "Users with administrator rights have access to the following features:"
81
+ msgstr "Gebruikers met beheerdersrechten hebben toegang tot de volgende functies:"
82
+
83
+ #: front-end/menu.file.php:19
84
+ #@ profilebuilder
85
+ msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
86
+ msgstr "voeg een aangepaste stylesheet toe / neem de waarden van het huidige thema over of gebruik een van de volgende stijlen ingebouwd in deze plugin: standaard, wit of zwart."
87
+
88
+ #: front-end/menu.file.php:20
89
+ #@ profilebuilder
90
+ msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
91
+ msgstr "geef aan of de admin balk in de front-end getoond moet worden voor een specifieke gebruikersgroep."
92
+
93
+ #: front-end/menu.file.php:21
94
+ #@ profilebuilder
95
+ msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
96
+ msgstr "geef aan welke informatievelden de gebruikers kunnen zien / wijzigen. De waarden van verborgen velden blijven ongewijzigd."
97
+
98
+ #: front-end/menu.file.php:22
99
+ #@ profilebuilder
100
+ msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
101
+ msgstr "voeg velden toe aan de bestaande, waarbij gekozen kan worden uit de volgende typen: koptekst, tekst, textgebied, selectieveld, meerkeuzeveld, enkel keuzeveld en / of uploadveld."
102
+
103
+ #: front-end/menu.file.php:23
104
+ #@ profilebuilder
105
+ msgid "add an avatar field."
106
+ msgstr "voeg een avatar veld toe."
107
+
108
+ #: front-end/menu.file.php:26
109
+ #@ profilebuilder
110
+ msgid "NOTE:"
111
+ msgstr "LET OP:"
112
+
113
+ #: front-end/menu.file.php:27
114
+ #@ profilebuilder
115
+ msgid "this plugin only adds/removes fields in the front-end."
116
+ msgstr "deze plugin voegt slechts velden toe aan / verwijdert velden uit de front-end."
117
+
118
+ #: front-end/menu.file.php:28
119
+ #@ profilebuilder
120
+ msgid "The default information-fields will still be visible(and thus modifiable)"
121
+ msgstr "De standaard informatievelden zullen nog steeds zichtbaar (en dus aanpasbaar) zijn"
122
+
123
+ #: front-end/menu.file.php:29
124
+ #@ profilebuilder
125
+ msgid "from the back-end, while custom fields will only be visible in the front-end."
126
+ msgstr "in de back-end, terwijl de toegevoegde velden alleen zichtbaar zijn in de front-end."
127
+
128
+ #: front-end/menu.file.php:43
129
+ #: front-end/menu.file.php:44
130
+ #: front-end/options.php:58
131
+ #@ profilebuilder
132
+ msgid "Plugin Layout"
133
+ msgstr "Plugin Opmaak"
134
+
135
+ #: front-end/menu.file.php:50
136
+ #@ profilebuilder
137
+ msgid "Stylesheet used:"
138
+ msgstr "Gebruikte stylesheet:"
139
+
140
+ #: front-end/menu.file.php:53
141
+ #@ profilebuilder
142
+ msgid "Default"
143
+ msgstr "Standaard"
144
+
145
+ #: front-end/menu.file.php:58
146
+ #@ profilebuilder
147
+ msgid "White"
148
+ msgstr "Wit"
149
+
150
+ #: front-end/menu.file.php:59
151
+ #@ profilebuilder
152
+ msgid "Black"
153
+ msgstr "Zwart"
154
+
155
+ #: front-end/menu.file.php:63
156
+ #@ profilebuilder
157
+ msgid "None"
158
+ msgstr "Geen"
159
+
160
+ #: front-end/menu.file.php:72
161
+ #: front-end/menu.file.php:119
162
+ #: front-end/menu.file.php:287
163
+ #: premium/premium.php:177
164
+ #@ default
165
+ msgid "Save Changes"
166
+ msgstr "Wijzigingen Opslaan"
167
+
168
+ #: front-end/menu.file.php:90
169
+ #: front-end/menu.file.php:91
170
+ #@ profilebuilder
171
+ msgid "Show/Hide the Admin Bar on Front End"
172
+ msgstr "Toon / Verberg de Admin Balk in de Front-end"
173
+
174
+ #: front-end/menu.file.php:95
175
+ #@ profilebuilder
176
+ msgid "User-group"
177
+ msgstr "Gebruikersgroep"
178
+
179
+ #: front-end/menu.file.php:96
180
+ #: front-end/menu.file.php:143
181
+ #@ profilebuilder
182
+ msgid "Visibility"
183
+ msgstr "Zichtbaarheid"
184
+
185
+ #: front-end/menu.file.php:108
186
+ #: front-end/menu.file.php:159
187
+ #: front-end/menu.file.php:168
188
+ #: front-end/menu.file.php:177
189
+ #: front-end/menu.file.php:186
190
+ #: front-end/menu.file.php:195
191
+ #: front-end/menu.file.php:212
192
+ #: front-end/menu.file.php:221
193
+ #: front-end/menu.file.php:233
194
+ #: front-end/menu.file.php:242
195
+ #: front-end/menu.file.php:251
196
+ #: front-end/menu.file.php:268
197
+ #: front-end/menu.file.php:278
198
+ #@ profilebuilder
199
+ msgid "Show"
200
+ msgstr "Tonen"
201
+
202
+ #: front-end/menu.file.php:109
203
+ #: front-end/menu.file.php:160
204
+ #: front-end/menu.file.php:169
205
+ #: front-end/menu.file.php:178
206
+ #: front-end/menu.file.php:187
207
+ #: front-end/menu.file.php:196
208
+ #: front-end/menu.file.php:213
209
+ #: front-end/menu.file.php:222
210
+ #: front-end/menu.file.php:234
211
+ #: front-end/menu.file.php:243
212
+ #: front-end/menu.file.php:252
213
+ #: front-end/menu.file.php:269
214
+ #: front-end/menu.file.php:279
215
+ #@ profilebuilder
216
+ msgid "Hide"
217
+ msgstr "Verbergen"
218
+
219
+ #: front-end/menu.file.php:137
220
+ #: front-end/menu.file.php:138
221
+ #: front-end/options.php:60
222
+ #@ profilebuilder
223
+ msgid "Default Profile Fields"
224
+ msgstr "Standaard Profiel Velden"
225
+
226
+ #: front-end/menu.file.php:142
227
+ #@ profilebuilder
228
+ msgid "Input Field Name"
229
+ msgstr "Voer Veldnaam In"
230
+
231
+ #: front-end/menu.file.php:149
232
+ #@ profilebuilder
233
+ msgid "Name:"
234
+ msgstr "Naam:"
235
+
236
+ #: front-end/menu.file.php:156
237
+ #: front-end/wppb.edit.profile.php:388
238
+ #: front-end/wppb.login.php:94
239
+ #: front-end/wppb.register.php:276
240
+ #@ profilebuilder
241
+ msgid "Username"
242
+ msgstr "Gebruikersnaam"
243
+
244
+ #: front-end/menu.file.php:165
245
+ #: front-end/wppb.edit.profile.php:397
246
+ #: front-end/wppb.register.php:291
247
+ #@ profilebuilder
248
+ msgid "First Name"
249
+ msgstr "Voornaam"
250
+
251
+ #: front-end/menu.file.php:174
252
+ #: front-end/wppb.edit.profile.php:406
253
+ #: front-end/wppb.register.php:305
254
+ #@ profilebuilder
255
+ msgid "Last Name"
256
+ msgstr "Achternaam"
257
+
258
+ #: front-end/menu.file.php:183
259
+ #: front-end/wppb.edit.profile.php:415
260
+ #: front-end/wppb.register.php:319
261
+ #@ profilebuilder
262
+ msgid "Nickname"
263
+ msgstr "Bijnaam"
264
+
265
+ #: front-end/menu.file.php:192
266
+ #@ profilebuilder
267
+ msgid "Display name publicly as..."
268
+ msgstr "Toon naam publiekelijk als ..."
269
+
270
+ #: front-end/menu.file.php:202
271
+ #@ profilebuilder
272
+ msgid "Contact Info:"
273
+ msgstr "Contact Informatie:"
274
+
275
+ #: front-end/menu.file.php:209
276
+ #: front-end/wppb.edit.profile.php:460
277
+ #: front-end/wppb.register.php:337
278
+ #@ profilebuilder
279
+ msgid "E-mail"
280
+ msgstr "E-mail"
281
+
282
+ #: front-end/menu.file.php:218
283
+ #: front-end/wppb.edit.profile.php:470
284
+ #: front-end/wppb.register.php:352
285
+ #@ profilebuilder
286
+ msgid "Website"
287
+ msgstr "Website"
288
+
289
+ #: front-end/menu.file.php:230
290
+ #: front-end/wppb.edit.profile.php:479
291
+ #: front-end/wppb.register.php:366
292
+ #@ profilebuilder
293
+ msgid "AIM"
294
+ msgstr "AIM"
295
+
296
+ #: front-end/menu.file.php:239
297
+ #: front-end/wppb.edit.profile.php:488
298
+ #: front-end/wppb.register.php:380
299
+ #@ profilebuilder
300
+ msgid "Yahoo IM"
301
+ msgstr "Yahoo IM"
302
+
303
+ #: front-end/menu.file.php:248
304
+ #: front-end/wppb.edit.profile.php:497
305
+ #: front-end/wppb.register.php:394
306
+ #@ profilebuilder
307
+ msgid "Jabber / Google Talk"
308
+ msgstr "Jabber / Google Talk"
309
+
310
+ #: front-end/menu.file.php:258
311
+ #@ profilebuilder
312
+ msgid "About Yourself:"
313
+ msgstr "Over Jezelf:"
314
+
315
+ #: front-end/menu.file.php:265
316
+ #: front-end/wppb.edit.profile.php:510
317
+ #: front-end/wppb.register.php:412
318
+ #@ profilebuilder
319
+ msgid "Biographical Info"
320
+ msgstr "Biografie"
321
+
322
+ #: front-end/menu.file.php:275
323
+ #: front-end/wppb.edit.profile.php:519
324
+ #@ profilebuilder
325
+ msgid "New Password"
326
+ msgstr "Nieuw Wachtwoord"
327
+
328
+ #: front-end/options.php:57
329
+ #@ profilebuilder
330
+ msgid "Basic Information"
331
+ msgstr "Basisinformatie"
332
+
333
+ #: front-end/options.php:59
334
+ #@ profilebuilder
335
+ msgid "Show/Hide the Admin Bar on Front-end"
336
+ msgstr "Toon / Verberg de Admin Balk"
337
+
338
+ #: front-end/options.php:66
339
+ #: premium/premium.php:5
340
+ #: premium/premium.php:6
341
+ #@ profilebuilder
342
+ msgid "Extra Profile Fields"
343
+ msgstr "Extra Profiel Velden"
344
+
345
+ #: front-end/options.php:72
346
+ #@ profilebuilder
347
+ msgid "Register Your Version"
348
+ msgstr "Registreer Je Versie"
349
+
350
+ #: front-end/wppb.edit.profile.php:272
351
+ #@ profilebuilder
352
+ msgid "You must be logged in to edit your profile."
353
+ msgstr "Je moet ingelogd zijn om je profiel te bewerken."
354
+
355
+ #: front-end/wppb.edit.profile.php:281
356
+ #@ profilebuilder
357
+ msgid "The avatar was successfully deleted."
358
+ msgstr "De avatar is succesvol verwijderd."
359
+
360
+ #: front-end/wppb.edit.profile.php:286
361
+ #@ profilebuilder
362
+ msgid "The attachment \""
363
+ msgstr "De bijlage \""
364
+
365
+ #: front-end/wppb.edit.profile.php:288
366
+ #@ profilebuilder
367
+ msgid "\" was successfully deleted."
368
+ msgstr "\" is succesvol verwijderd."
369
+
370
+ #: front-end/wppb.edit.profile.php:301
371
+ #@ profilebuilder
372
+ msgid "The changes have been successfully saved."
373
+ msgstr "De wijzigingen zijn succesvol opgeslagen."
374
+
375
+ #: front-end/wppb.edit.profile.php:306
376
+ #@ profilebuilder
377
+ msgid "The email address you entered is already registered to a different user.<br/>The email address was "
378
+ msgstr "Het e-mailadres dat je hebt ingevoerd is reeds geregistreerd voor een andere gebruiker.<br/> Het e-mailadres is "
379
+
380
+ #: front-end/wppb.edit.profile.php:307
381
+ #: front-end/wppb.edit.profile.php:317
382
+ #: front-end/wppb.edit.profile.php:327
383
+ #: front-end/wppb.edit.profile.php:336
384
+ #: front-end/wppb.edit.profile.php:358
385
+ #: front-end/wppb.edit.profile.php:366
386
+ #@ profilebuilder
387
+ msgid "NOT"
388
+ msgstr "NIET"
389
+
390
+ #: front-end/wppb.edit.profile.php:308
391
+ #: front-end/wppb.edit.profile.php:318
392
+ #: front-end/wppb.edit.profile.php:328
393
+ #: front-end/wppb.edit.profile.php:337
394
+ #: front-end/wppb.edit.profile.php:359
395
+ #: front-end/wppb.edit.profile.php:367
396
+ #@ profilebuilder
397
+ msgid " updated along with the rest of the information."
398
+ msgstr " bijgewerkt samen met de rest van de informatie."
399
+
400
+ #: front-end/wppb.edit.profile.php:316
401
+ #@ profilebuilder
402
+ msgid "The email address you entered is invalid. <br/> The email address was "
403
+ msgstr "Het e-mailadres dat je hebt ingevoerd is ongeldig. <br/> Het e-mailadres is "
404
+
405
+ #: front-end/wppb.edit.profile.php:326
406
+ #@ profilebuilder
407
+ msgid "The passwords you entered do not match. <br/> The password was "
408
+ msgstr "De ingevoerde wachtwoorden komen niet overeen. <br/> Het wachtwoord is "
409
+
410
+ #: front-end/wppb.edit.profile.php:335
411
+ #@ profilebuilder
412
+ msgid "You didn't complete both password fields. <br/> The password was "
413
+ msgstr "Je hebt niet beide wachtwoord velden ingevuld. <br/> Het wachtwoord is "
414
+
415
+ #: front-end/wppb.edit.profile.php:347
416
+ #@ profilebuilder
417
+ msgid "There was an error while trying to upload the following attachments:<br/>"
418
+ msgstr "Er is een fout opgetreden bij het uploaden van de volgende bijlagen: <br/>"
419
+
420
+ #: front-end/wppb.edit.profile.php:355
421
+ #@ profilebuilder
422
+ msgid "<br/>Possible cause: the size was bigger than "
423
+ msgstr "<br/>Mogelijke oorzaak: de bijlage is groter dan "
424
+
425
+ #: front-end/wppb.edit.profile.php:357
426
+ #@ profilebuilder
427
+ msgid "b.<br/>The listed attachements were "
428
+ msgstr "b. <br/> De genoemde bijlagen zijn "
429
+
430
+ #: front-end/wppb.edit.profile.php:365
431
+ #@ profilebuilder
432
+ msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
433
+ msgstr "Er is een fout opgetreden tijdens het uploaden van je avatar.<br/> Mogelijke oorzaak: grootte / incorrect file-type.<br/> De avatar is "
434
+
435
+ #: front-end/wppb.edit.profile.php:383
436
+ #: front-end/wppb.register.php:265
437
+ #@ profilebuilder
438
+ msgid "Name"
439
+ msgstr "Naam"
440
+
441
+ #: front-end/wppb.edit.profile.php:389
442
+ #@ default
443
+ msgid " Usernames cannot be changed."
444
+ msgstr "Gebruikersnamen kunnen niet worden gewijzigd."
445
+
446
+ #: front-end/wppb.edit.profile.php:417
447
+ #: front-end/wppb.edit.profile.php:462
448
+ #: front-end/wppb.register.php:278
449
+ #: front-end/wppb.register.php:339
450
+ #@ profilebuilder
451
+ msgid "(required)"
452
+ msgstr "(verplicht)"
453
+
454
+ #: front-end/wppb.edit.profile.php:425
455
+ #@ profilebuilder
456
+ msgid "Display name publicly as"
457
+ msgstr "Naam publiekelijk tonen als"
458
+
459
+ #: front-end/wppb.edit.profile.php:454
460
+ #: front-end/wppb.register.php:326
461
+ #@ profilebuilder
462
+ msgid "Contact Info"
463
+ msgstr "Contact Informatie"
464
+
465
+ #: front-end/wppb.edit.profile.php:504
466
+ #: front-end/wppb.register.php:401
467
+ #@ profilebuilder
468
+ msgid "About Yourself"
469
+ msgstr "Over Jezelf"
470
+
471
+ #: front-end/wppb.edit.profile.php:524
472
+ #: front-end/wppb.register.php:435
473
+ #@ profilebuilder
474
+ msgid "Repeat Password"
475
+ msgstr "Herhaal Wachtwoord"
476
+
477
+ #: front-end/wppb.edit.profile.php:540
478
+ #@ profilebuilder
479
+ msgid "Update"
480
+ msgstr "Bijwerken"
481
+
482
+ #: front-end/wppb.login.php:47
483
+ #, php-format
484
+ #@ profilebuilder
485
+ msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
486
+ msgstr "Je bent momenteel ingelogd als <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
487
+
488
+ #: front-end/wppb.login.php:47
489
+ #: front-end/wppb.register.php:184
490
+ #@ profilebuilder
491
+ msgid "Log out of this account"
492
+ msgstr "Gebruiker uitloggen"
493
+
494
+ #: front-end/wppb.login.php:47
495
+ #@ profilebuilder
496
+ msgid "Log out &raquo;"
497
+ msgstr "Uitloggen &raquo;"
498
+
499
+ #: front-end/wppb.login.php:60
500
+ #, php-format
501
+ #@ profilebuilder
502
+ msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
503
+ msgstr "Je bent succesvol ingelogd als <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
504
+
505
+ #: front-end/wppb.login.php:104
506
+ #: front-end/wppb.register.php:430
507
+ #@ profilebuilder
508
+ msgid "Password"
509
+ msgstr "Wachtwoord"
510
+
511
+ #: front-end/wppb.login.php:108
512
+ #@ profilebuilder
513
+ msgid "Log in"
514
+ msgstr "Log in"
515
+
516
+ #: front-end/wppb.login.php:110
517
+ #@ profilebuilder
518
+ msgid "Remember me"
519
+ msgstr "Onthoud gegevens"
520
+
521
+ #: front-end/wppb.login.php:114
522
+ #@ profilebuilder
523
+ msgid "Lost password?"
524
+ msgstr "Wachtwoord vergeten?"
525
+
526
+ #: front-end/wppb.register.php:39
527
+ #@ profilebuilder
528
+ msgid "A username is required for registration."
529
+ msgstr "Een gebruikersnaam is vereist voor registratie."
530
+
531
+ #: front-end/wppb.register.php:41
532
+ #@ profilebuilder
533
+ msgid "Sorry, that username already exists!"
534
+ msgstr "Sorry, die gebruikersnaam bestaat al!"
535
+
536
+ #: front-end/wppb.register.php:44
537
+ #@ profilebuilder
538
+ msgid "You must enter a valid email address."
539
+ msgstr "Je moet een geldig e-mailadres invullen."
540
+
541
+ #: front-end/wppb.register.php:46
542
+ #@ profilebuilder
543
+ msgid "Sorry, that email address is already used!"
544
+ msgstr "Sorry, dat e-mailadres is al in gebruik!"
545
+
546
+ #: front-end/wppb.register.php:49
547
+ #@ profilebuilder
548
+ msgid "You didn't complete one of the password-fields!"
549
+ msgstr "Je hebt een van de wachtwoord-velden niet volledig ingevuld!"
550
+
551
+ #: front-end/wppb.register.php:51
552
+ #@ profilebuilder
553
+ msgid "The entered passwords don't match!"
554
+ msgstr "De ingevoerde wachtwoorden komen niet overeen!"
555
+
556
+ #: front-end/wppb.register.php:184
557
+ #, php-format
558
+ #@ profilebuilder
559
+ msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
560
+ msgstr "Je bent ingelogd als <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Je hebt geen tweede gebruiker nodig."
561
+
562
+ #: front-end/wppb.register.php:184
563
+ #@ profilebuilder
564
+ msgid "Logout &raquo;"
565
+ msgstr "Uitloggen &raquo;"
566
+
567
+ #: front-end/wppb.register.php:194
568
+ #, php-format
569
+ #@ profilebuilder
570
+ msgid "A user account for %1$s has been created."
571
+ msgstr "Er is een gebruiker voor %1$s aangemaakt."
572
+
573
+ #: front-end/wppb.register.php:198
574
+ #, php-format
575
+ #@ profilebuilder
576
+ msgid "Thank you for registering, %1$s."
577
+ msgstr "Bedankt voor het registreren, %1$s."
578
+
579
+ #: front-end/wppb.register.php:243
580
+ #@ profilebuilder
581
+ msgid "Users can register themselves or you can manually create users here."
582
+ msgstr "Gebruikers kunnen zich registreren of je kunt hier handmatig gebruikers aanmaken."
583
+
584
+ #: front-end/wppb.register.php:247
585
+ #@ profilebuilder
586
+ msgid "Users cannot currently register themselves, but you can manually create users here."
587
+ msgstr "Gebruikers kunnen zich op dit moment niet registreren, maar je kunt hier wel handmatig gebruikers aanmaken."
588
+
589
+ #: front-end/wppb.register.php:251
590
+ #@ profilebuilder
591
+ msgid "Only an administrator can add new users."
592
+ msgstr "Alleen een beheerder kan nieuwe gebruikers toevoegen."
593
+
594
+ #: front-end/wppb.register.php:454
595
+ #@ profilebuilder
596
+ msgid " Send these credentials via email."
597
+ msgstr "Verstuur deze inloggegevens via e-mail."
598
+
599
+ #: front-end/wppb.register.php:460
600
+ #@ profilebuilder
601
+ msgid "Add User"
602
+ msgstr "Gebruiker Toevoegen"
603
+
604
+ #: front-end/wppb.register.php:460
605
+ #@ profilebuilder
606
+ msgid "Register"
607
+ msgstr "Registreren"
608
+
609
+ #: front-end/options.php:69
610
+ #@ profilebuilder
611
+ msgid "Addons"
612
+ msgstr "Addons"
613
+
614
+ #: front-end/wppb.register.php:148
615
+ #, php-format
616
+ #@ default
617
+ msgid "New subscriber on %s:"
618
+ msgstr ""
619
+
620
+ #: front-end/wppb.register.php:149
621
+ #, php-format
622
+ #@ default
623
+ msgid "Username: %s"
624
+ msgstr ""
625
+
626
+ #: front-end/wppb.register.php:150
627
+ #, php-format
628
+ #@ default
629
+ msgid "E-mail: %s"
630
+ msgstr ""
631
+
632
+ #: front-end/wppb.register.php:152
633
+ #, php-format
634
+ #@ default
635
+ msgid "[%s] A new subscriber has (been) registered!"
636
+ msgstr ""
637
+
638
+ #: premium/functions/extra.fields.php:24
639
+ #: premium/functions/extra.fields.php:30
640
+ #: premium/functions/extra.fields.php:48
641
+ #: premium/functions/extra.fields.php:65
642
+ #: premium/functions/extra.fields.php:81
643
+ #: premium/functions/extra.fields.php:96
644
+ #: premium/functions/extra.fields.php:112
645
+ #: premium/functions/extra.fields.php:136
646
+ #: premium/functions/extra.fields.php:170
647
+ #: premium/functions/extra.fields.php:180
648
+ #: premium/functions/extra.fields.php:193
649
+ #: premium/functions/extra.fields.php:209
650
+ #: premium/functions/extra.fields.php:223
651
+ #: premium/functions/extra.fields.php:243
652
+ #: premium/functions/extra.fields.php:254
653
+ #: premium/functions/extra.fields.php:264
654
+ #: premium/functions/extra.fields.php:308
655
+ #: premium/functions/extra.fields.php:316
656
+ #: premium/functions/extra.fields.php:335
657
+ #: premium/functions/extra.fields.php:357
658
+ #: premium/functions/extra.fields.php:378
659
+ #: premium/functions/extra.fields.php:397
660
+ #: premium/functions/extra.fields.php:417
661
+ #: premium/functions/extra.fields.php:442
662
+ #@ profilebuilder
663
+ msgid "item_title"
664
+ msgstr "item_title"
665
+
666
+ #: premium/functions/extra.fields.php:35
667
+ #: premium/functions/extra.fields.php:56
668
+ #: premium/functions/extra.fields.php:72
669
+ #: premium/functions/extra.fields.php:89
670
+ #: premium/functions/extra.fields.php:100
671
+ #: premium/functions/extra.fields.php:115
672
+ #: premium/functions/extra.fields.php:139
673
+ #: premium/functions/extra.fields.php:183
674
+ #: premium/functions/extra.fields.php:201
675
+ #: premium/functions/extra.fields.php:216
676
+ #: premium/functions/extra.fields.php:232
677
+ #: premium/functions/extra.fields.php:247
678
+ #: premium/functions/extra.fields.php:257
679
+ #: premium/functions/extra.fields.php:267
680
+ #: premium/functions/extra.fields.php:319
681
+ #: premium/functions/extra.fields.php:345
682
+ #: premium/functions/extra.fields.php:366
683
+ #: premium/functions/extra.fields.php:387
684
+ #: premium/functions/extra.fields.php:401
685
+ #: premium/functions/extra.fields.php:420
686
+ #: premium/functions/extra.fields.php:445
687
+ #@ profilebuilder
688
+ msgid "item_desc"
689
+ msgstr "item_desc"
690
+
691
+ #: premium/functions/extra.fields.php:117
692
+ #: premium/functions/extra.fields.php:120
693
+ #: premium/functions/extra.fields.php:422
694
+ #: premium/functions/extra.fields.php:425
695
+ #@ profilebuilder
696
+ msgid "Current file"
697
+ msgstr "Huidig bestand"
698
+
699
+ #: premium/functions/extra.fields.php:141
700
+ #: premium/functions/extra.fields.php:447
701
+ #@ profilebuilder
702
+ msgid "Current avatar"
703
+ msgstr "Huidige avatar"
704
+
705
+ #: premium/premium.php:7
706
+ #@ profilebuilder
707
+ msgid "You can create as many extra fields as your project requires. To break your custom fields into sections (on the front-end), add a \""
708
+ msgstr "Je kunt zoveel extra velden toevoegen als je project vereist. Om de toegevoegde velden in secties op te delen (in de front-end), voeg een \""
709
+
710
+ #: premium/premium.php:7
711
+ #@ profilebuilder
712
+ msgid "heading"
713
+ msgstr "koptekst"
714
+
715
+ #: premium/premium.php:7
716
+ #@ profilebuilder
717
+ msgid "\" custom field."
718
+ msgstr "\" veld toe."
719
+
720
+ #: premium/premium.php:8
721
+ #@ profilebuilder
722
+ msgid "All of the fields can be sorted and rearranged to your liking with "
723
+ msgstr "Alle velden kunnen naar wens worden gesorteerd en gerangschikt met "
724
+
725
+ #: premium/premium.php:8
726
+ #@ profilebuilder
727
+ msgid "Drag"
728
+ msgstr "Slepen"
729
+
730
+ #: premium/premium.php:8
731
+ #@ profilebuilder
732
+ msgid "Drop"
733
+ msgstr "Loslaten"
734
+
735
+ #: premium/premium.php:8
736
+ #@ profilebuilder
737
+ msgid ". Don't worry about the order in which you create your custom fields, you can always reorder them."
738
+ msgstr ". Maak je geen zorgen over de volgorde waarin je je velden toevoegt, je kunt de volgorde altijd aanpassen."
739
+
740
+ #: premium/premium.php:12
741
+ #: premium/premium.php:20
742
+ #@ profilebuilder
743
+ msgid "Title"
744
+ msgstr "Titel"
745
+
746
+ #: premium/premium.php:13
747
+ #: premium/premium.php:21
748
+ #@ profilebuilder
749
+ msgid "Key"
750
+ msgstr "Sleutel"
751
+
752
+ #: premium/premium.php:14
753
+ #: premium/premium.php:22
754
+ #@ profilebuilder
755
+ msgid "Type"
756
+ msgstr "Type"
757
+
758
+ #: premium/premium.php:15
759
+ #: premium/premium.php:23
760
+ #@ profilebuilder
761
+ msgid "Add Option"
762
+ msgstr "Voeg Optie Toe"
763
+
764
+ #: premium/premium.php:37
765
+ #: premium/premium.php:137
766
+ #@ profilebuilder
767
+ msgid "Edit"
768
+ msgstr "Bewerken"
769
+
770
+ #: premium/premium.php:38
771
+ #: premium/premium.php:138
772
+ #@ profilebuilder
773
+ msgid "Delete"
774
+ msgstr "Verwijderen"
775
+
776
+ #: premium/premium.php:61
777
+ #@ profilebuilder
778
+ msgid "Title:"
779
+ msgstr "Titel:"
780
+
781
+ #: premium/premium.php:61
782
+ #@ profilebuilder
783
+ msgid "The title of the item."
784
+ msgstr "De titel van het item."
785
+
786
+ #: premium/premium.php:71
787
+ #@ profilebuilder
788
+ msgid "Option Key:"
789
+ msgstr "Option-toets:"
790
+
791
+ #: premium/premium.php:71
792
+ #@ profilebuilder
793
+ msgid "Unique alphanumeric key, underscores are acceptable."
794
+ msgstr "Unieke alfanumerieke code, onderstrepingstekens worden geaccepteerd."
795
+
796
+ #: premium/premium.php:99
797
+ #@ profilebuilder
798
+ msgid "Option Type:"
799
+ msgstr "Optie Type:"
800
+
801
+ #: premium/premium.php:99
802
+ #@ profilebuilder
803
+ msgid "Choose one of the supported option types."
804
+ msgstr "Kies een van de ondersteunde optie types."
805
+
806
+ #: premium/premium.php:109
807
+ #@ profilebuilder
808
+ msgid "Description:"
809
+ msgstr "Omschrijving:"
810
+
811
+ #: premium/premium.php:109
812
+ #@ profilebuilder
813
+ msgid "Enter a detailed description of the option for end users to read(optional)."
814
+ msgstr "Geef een gedetailleerde omschrijving van de optie voor eindgebruikers (optioneel)."
815
+
816
+ #: premium/premium.php:119
817
+ #@ profilebuilder
818
+ msgid "Options:"
819
+ msgstr "Opties:"
820
+
821
+ #: premium/premium.php:119
822
+ #@ profilebuilder
823
+ msgid "Enter a comma separated list of options. For example, you could have \"One,Two,Three\" or just a single value like \"Yes\" for a checkbox."
824
+ msgstr "Voer een door komma's gescheiden lijst van opties in. Je kunt bijvoorbeeld \"Een,Twee,Drie\" gebruiken, of gewoon een enkele waarde als \"Ja\" voor een checkbox."
825
+
826
+ #: premium/premium.php:127
827
+ #@ profilebuilder
828
+ msgid "Cancel"
829
+ msgstr "Annuleren"
830
+
831
+ #: premium/premium.php:128
832
+ #@ profilebuilder
833
+ msgid "Save"
834
+ msgstr "Opslaan"
835
+
836
+ #: premium/premium.php:158
837
+ #: premium/premium.php:159
838
+ #@ profilebuilder
839
+ msgid "Register your version of Profile Builder Pro"
840
+ msgstr "Registreer jouw versie van Profile Builder Pro"
841
+
842
+ #: premium/premium.php:160
843
+ #@ profilebuilder
844
+ msgid "Now that you acquired a copy of Profile Builder Pro, you should take the time and register it with the serial number you received in the e-mail."
845
+ msgstr "Nu dat je Profile Builder Pro hebt aangeschaft, moet je het registreren met het serienummer dat je in de e-mail hebt ontvangen."
846
+
847
+ #: premium/premium.php:161
848
+ #@ profilebuilder
849
+ msgid "If you register this version of Profile Builder, you'll receive information regarding eventual upgrades, patches, and - if needed - technical support."
850
+ msgstr "Als je deze versie van Profile Builder registreert, ontvang je informatie over eventuele upgrades, patches, en - indien nodig - technische ondersteuning."
851
+
852
+ #: premium/premium.php:162
853
+ #@ profilebuilder
854
+ msgid "Serial Number:"
855
+ msgstr "Serienummer:"
856
+
857
+ #: premium/premium.php:167
858
+ #@ profilebuilder
859
+ msgid "The serial number couldn't be validated or isn't valid!"
860
+ msgstr "Het serienummer kon niet worden gevalideerd of is niet geldig!"
861
+
862
+ #: premium/premium.php:169
863
+ #@ profilebuilder
864
+ msgid "The serial number was successfully validated!"
865
+ msgstr "Het serienummer is succesvol gevalideerd!"
866
+
867
+ #: premium/premium.php:172
868
+ #@ profilebuilder
869
+ msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
870
+ msgstr "(bijv. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
871
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
uninstall.php CHANGED
@@ -13,27 +13,20 @@ delete_option( 'wppb_premium_addon_settings_description' ); // Delete addon sett
13
  delete_option( 'customRedirectSettings' ); // Delete the custom redirect settings
14
  delete_option( 'userListingSettings' ); // Delete the user-listing settings
15
 
16
- /* get all the custom fields' names in one single array */
17
- $customFields = get_option('wppb_custom_fields','not_found');
18
-
19
- $customFieldNames = array();
20
- foreach($customFields as $key => $value)
21
- array_push($customFieldNames, $value['item_metaName']);
22
- /* END get all custom fields */
23
-
24
 
25
  /* delete all the custom fields */
26
  global $wpdb;
27
  $allUserMeta = $wpdb->get_results("SELECT * FROM $wpdb->usermeta");
28
 
29
  foreach ($allUserMeta as $userMeta) {
30
- if (in_array($userMeta->meta_key, $customFieldNames)){
 
31
  $metaFieldName = $userMeta->meta_key;
32
  $metaFieldValue = $userMeta->meta_value;
33
  $wpdb->query("DELETE FROM $wpdb->usermeta WHERE meta_key = '".$metaFieldName."' AND meta_value = '".$metaFieldValue."'");
34
  }
35
 
36
- $foundAvatar = strpos ( $userMeta->meta_key , 'resized_avatar_' );
37
  if ( $foundAvatar !== FALSE ){
38
  $metaFieldName = $userMeta->meta_key;
39
  $metaFieldValue = $userMeta->meta_value;
13
  delete_option( 'customRedirectSettings' ); // Delete the custom redirect settings
14
  delete_option( 'userListingSettings' ); // Delete the user-listing settings
15
 
 
 
 
 
 
 
 
 
16
 
17
  /* delete all the custom fields */
18
  global $wpdb;
19
  $allUserMeta = $wpdb->get_results("SELECT * FROM $wpdb->usermeta");
20
 
21
  foreach ($allUserMeta as $userMeta) {
22
+ $found = strpos ( $userMeta->meta_key , 'custom_field_' );
23
+ if ( $found !== FALSE ){
24
  $metaFieldName = $userMeta->meta_key;
25
  $metaFieldValue = $userMeta->meta_value;
26
  $wpdb->query("DELETE FROM $wpdb->usermeta WHERE meta_key = '".$metaFieldName."' AND meta_value = '".$metaFieldValue."'");
27
  }
28
 
29
+ $foundAvatar = strpos ( $userMeta->meta_key , 'custom_field_resized' );
30
  if ( $foundAvatar !== FALSE ){
31
  $metaFieldName = $userMeta->meta_key;
32
  $metaFieldValue = $userMeta->meta_value;