affiliates-pro.pot
56.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-06-19 14:14+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:161
#, php-format
msgid "%.3f Ratio"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:650
#, php-format
msgid "%1$s %2$s"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:159
#, php-format
msgid "%d Hit"
msgid_plural "%d Hits"
msgstr[0] ""
msgstr[1] ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:160
#, php-format
msgid "%d Referral"
msgid_plural "%d Referrals"
msgstr[0] ""
msgstr[1] ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:158
#, php-format
msgid "%d Visit"
msgid_plural "%d Visits"
msgstr[0] ""
msgstr[1] ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:558
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:622
msgid "(inoperative)"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:148
msgid "(no reference)"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:552
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:616
msgid "(removed)"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:442
msgid "*To undo, each referral would have to be set to the desired status "
"individually."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:223
#, php-format
msgid "<code>[affiliates_banner id=\"%d\"]</code>"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:627
#, php-format
msgid "<span style=\"cursor:help\" title=\"%s\">Accepted</span>"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:624
#, php-format
msgid "<span style=\"cursor:help\" title=\"%s\">Closed</span>"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:630
#, php-format
msgid "<span style=\"cursor:help\" title=\"%s\">Pending</span>"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:633
#, php-format
msgid "<span style=\"cursor:help\" title=\"%s\">Rejected</span>"
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:472
msgid "<strong>Export</strong> : Export the current totals listing to a "
"file."
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:475
msgid "<strong>Mass Payment File</strong> : Export the current totals for "
"mass payment compatible with the PayPal file format<sup>*</sup>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:480
#, php-format
msgid "<sup>*</sup>Note that the PayPal Mass Payment <a target='_blank' "
"href='%s'>File Format</a> allows only one currency type per Mass "
"Payment file."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:183
msgid "A fixed commission amount is attributed with each referral."
msgstr ""
#: lib/ext/abstract/class-affiliates-graph-renderer.php:264
#: lib/ext/abstract/class-affiliates-totals.php:492
#: lib/ext/abstract/class-affiliates-totals.php:538
#: lib/ext/abstract/class-affiliates-totals.php:544
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:533
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:579
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:352
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:192
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:223
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:491
msgid "Accepted"
msgstr ""
#: lib/ext/includes/generate-mass-payment-file.php:16
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:154
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:327
#: lib/ext/wordpress/class-affiliates-affiliate-profile-wordpress.php:82
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:53
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:90
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:96
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:125
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:291
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:295
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:15
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:140
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:262
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:268
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:125
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:201
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:205
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:268
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:340
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:344
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:405
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:477
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:481
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:83
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:26
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:80
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:206
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:212
msgid "Access denied."
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:627
msgid "Accumulated total for accepted referrals (commissions unpaid)."
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:624
msgid "Accumulated total for closed referrals (commissions paid)."
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:630
msgid "Accumulated total for pending referrals."
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:633
msgid "Accumulated total for rejected referrals."
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:290
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:49
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:179
msgid "Add"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:277
msgid "Add New Banner"
msgstr ""
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:161
msgid "Add a new attribute"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:180
msgid "AddThis"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:165
msgid "AddToAny"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:523
msgid "Administrator Email Address"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:712
msgid "Administrator message:"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:509
msgid "Administrator notifications"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:710
msgid "Administrator subject:"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:168
#: lib/ext/abstract/class-affiliates-totals.php:532
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:407
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:390
msgid "Affiliate"
msgstr ""
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:43
msgid "Affiliate Attributes"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:290
msgid "Affiliate Banner"
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:527
msgid "Affiliate Id"
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:529
msgid "Affiliate Name"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:458
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:634
msgid "Affiliate Registration"
msgstr ""
#: lib/ext/wordpress/class-affiliates-url-renderer-wordpress.php:134
msgid "Affiliate URL"
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:531
msgid "Affiliate Username"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:717
msgid "Affiliate message:"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:563
msgid "Affiliate notifications"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:715
msgid "Affiliate subject:"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:181
msgid "Affiliates AddThis Integration"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:166
msgid "Affiliates AddToAny Integration"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:287
msgid "Affiliates Ecwid Integration"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:757
msgid "Affiliates Enterprise"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:211
msgid "Affiliates Events Manager Integration"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:226
msgid "Affiliates Formidable Integration"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:241
msgid "Affiliates Gravity Forms Integration"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:134
msgid "Affiliates Jigoshop Integration"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:196
msgid "Affiliates Pay per Click"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:272
msgid "Affiliates PayPal Integration"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:759
msgid "Affiliates Pro"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:654
msgid "Affiliates Registration"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:319
msgid "Affiliates TheCartPress Integration"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:102
msgid "Affiliates WooCommerce Integration"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:334
msgid "Affiliates eShop Integration"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:176
msgid "Also note that if the value is equal to or greater than <code>1</"
"code>, this would grant a commission amount higher than the actual "
"(net) purchase amount – a case which is normally not desired."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:431
msgid "Alternatively, a banner image URL can be specified."
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:533
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:292
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:181
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:212
msgid "Amount"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:265
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:443
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:481
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:495
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:285
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:546
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:560
msgid "Apply"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:170
#: lib/ext/wordpress/class-affiliates-banner.php:274
msgid "Banner"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:357
msgid "Banner Image"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:584
msgid "Banner draft updated."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:450
msgid "Banner image URL."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:483
msgid "Banner image height in pixels."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:472
msgid "Banner image width in pixels."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:580
msgid "Banner published."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:384
msgid "Banner reference …"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:579
#, php-format
msgid "Banner restored to revision from %s"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:581
msgid "Banner saved."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:583
#, php-format
msgid "Banner scheduled for: <strong>%1$s</strong>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:582
msgid "Banner submitted."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:575
#: lib/ext/wordpress/class-affiliates-banner.php:578
msgid "Banner updated."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:273
#: lib/ext/wordpress/class-affiliates-banner.php:275
#: lib/ext/wordpress/class-affiliates-banner.php:287
msgid "Banners"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:260
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:183
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:322
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:459
msgid "Cancel"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:444
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:482
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:286
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:547
msgid "Clear"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:290
msgid "Click to add a new affiliate"
msgstr ""
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:49
msgid "Click to add a new attribute"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:427
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:462
msgid "Click to close these referrals"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:431
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:466
msgid "Close Referrals"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:430
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:465
msgid "Close referrals"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:424
msgid "Close these referrals by clicking:"
msgstr ""
#: lib/ext/abstract/class-affiliates-graph-renderer.php:292
#: lib/ext/abstract/class-affiliates-totals.php:493
#: lib/ext/abstract/class-affiliates-totals.php:539
#: lib/ext/abstract/class-affiliates-totals.php:545
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:353
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:216
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:247
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:492
msgid "Closed"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:246
msgid "Closing referrals"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:37
msgid "Commissions"
msgstr ""
#: lib/ext/abstract/class-affiliates-attributes.php:17
msgid "Coupons"
msgstr ""
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:234
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:371
#, php-format
msgid "Coupons may not be assigned to multiple affiliates. The coupon code "
"<strong>%s</strong> has already been assigned to the affiliate with "
"Id %d."
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:176
#: lib/ext/abstract/class-affiliates-totals.php:534
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:296
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:182
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:213
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:394
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:507
msgid "Currency"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:577
msgid "Custom field deleted."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:576
msgid "Custom field updated."
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:530
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:285
msgid "Date"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:280
msgid "Default referral calculation"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:290
msgid "Default referral calculation value"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:671
msgid "Default subject and message"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:708
msgid "Default subjects and messages"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:303
msgid "Details"
msgstr ""
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:250
msgid "Duplicate key"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:286
msgid "Ecwid"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:412
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:588
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:58
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:97
#: lib/ext/wordpress/class-affiliates-banner.php:278
msgid "Edit"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:144
#, php-format
msgid "Edit %s"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:279
msgid "Edit Banner"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:189
msgid "Edit an affiliate"
msgstr ""
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:300
msgid "Edit an attribute"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:170
#: lib/ext/wordpress/class-affiliates-affiliate-profile-wordpress.php:163
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:210
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:408
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:437
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:391
msgid "Email"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-ext.php:61
msgid "Enable Notifications"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:497
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:502
msgid "Enable notifications"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:466
msgid "Enable registration emails"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:461
msgid "Enable registration notifications"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:210
msgid "Events Manager"
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:450
msgid "Export"
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:446
msgid "Export to File"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:512
msgid "Failed"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:431
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:421
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:271
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:518
msgid "Filters"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-profile-wordpress.php:150
msgid "First Name"
msgstr ""
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:275
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:280
msgid "Format: YYYY-MM-DD"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:225
msgid "Formidable"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:434
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:238
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:410
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:450
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:274
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:535
msgid "From"
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:449
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:457
#: lib/ext/wordpress/class-affiliates-url-renderer-wordpress.php:143
msgid "Generate"
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:454
msgid "Generate a Mass Payment File"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:240
msgid "Gravity Forms"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:478
msgid "Height"
msgstr ""
#: lib/ext/abstract/class-affiliates-graph-renderer.php:244
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:149
msgid "Hits"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:166
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:406
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:425
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:56
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:389
msgid "Id"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:435
msgid "If a banner image is set, it takes precedence - this is only used if "
"no banner image is set."
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:217
msgid "If a valid <strong>Username</strong> is specified and no email is "
"given, the user's email address will be used automatically."
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:374
msgid "If these referrals can be closed, click the confirmation button "
"below."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:188
msgid "Image"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:464
msgid "Include inoperative affiliates"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:470
msgid "Include removed affiliates"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:311
msgid "Instead of <a href=\"#integration-affiliates-ecwid-light"
"\">Affiliates Ecwid Integration Light</a>, you should install and "
"activate the advanced <a href=\"#integration-affiliates-ecwid"
"\">Affiliates Ecwid Integration</a>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:358
msgid "Instead of <a href=\"#integration-affiliates-eshop-light"
"\">Affiliates eShop Integration Light</a>, you should install and "
"activate the advanced <a href=\"#integration-affiliates-eshop"
"\">Affiliates eShop Integration</a>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:158
msgid "Instead of <a href=\"#integration-affiliates-jigoshop-light"
"\">Affiliates Jigoshop Integration Light</a>, you should install and "
"activate the advanced <a href=\"#integration-affiliates-jigoshop"
"\">Affiliates Jigoshop Integration</a>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:126
msgid "Instead of <a href=\"#integration-affiliates-woocommerce-light"
"\">Affiliates WooCommerce Integration Light</a>, you should install "
"and activate the advanced <a href=\"#integration-affiliates-"
"woocommerce\">Affiliates WooCommerce Integration</a>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:706
msgid "Integration-specific data tokens can also be used in the subject and "
"message."
msgstr ""
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:254
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:391
msgid "Invalid data"
msgstr ""
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:387
msgid "Invalid key"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:133
msgid "Jigoshop"
msgstr ""
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:168
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:307
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:444
msgid "Key"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-profile-wordpress.php:155
msgid "Last Name"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:597
msgid "Link"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:414
msgid "Links"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:583
msgid "M j, Y @ G:i"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:284
msgid "Manage Affiliates"
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:458
msgid "Mass Payment File"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:485
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:557
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:603
msgid "Message"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:656
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:689
msgid "Message format and tokens"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:675
msgid "Message:"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:282
msgid "Method"
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:522
msgid "Minimum Total"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:543
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:589
msgid "More than one notification may be sent if multiple statuses are "
"enabled."
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:200
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:431
msgid "Name"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:290
msgid "New Affiliate"
msgstr ""
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:49
msgid "New Attribute"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:276
#: lib/ext/wordpress/class-affiliates-banner.php:280
msgid "New Banner"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:281
msgid "No Banners found"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:282
msgid "No Banners found in trash"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:131
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:311
msgid "No such affiliate."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:204
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:242
msgid "None"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:174
#, php-format
msgid "Note that the value indicated is a rate, for example, to grant "
"10% commissions on sales, indicate <code>0.10</code> as the value."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:82
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:83
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:441
msgid "Notifications"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:446
msgid "Notifications for the site administrator and affiliates can be "
"enabled here. If the integration used provides its own notification "
"settings, enable these through the integration’s settings or "
"here. Do not enable them both, as that could cause duplicate "
"notifications to be sent."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:542
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:588
msgid "Notifications on referral status updates are only sent when the "
"status changes from <em>pending</em> to <em>accepted</em>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:544
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:590
msgid "Notifications on referral status updates may not be supported by all "
"integrations."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:572
msgid "Notifications will be sent to affiliates when credited with a "
"referral."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:518
msgid "Notifications will be sent to the email address specified in "
"<em>Settings > General</em>, or if indicated, to the email address "
"specified here."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:506
msgid "Notifications will only be sent if this option is activated."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:568
msgid "Notify the affiliates"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:514
msgid "Notify the site administrator"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:530
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:576
msgid "Notify when a referral is: "
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:504
msgid "Omitted"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:730
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:732
msgid "Online documentation"
msgstr ""
#: lib/ext/wordpress/class-affiliates-url-renderer-wordpress.php:120
msgid "Page URL"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:283
msgid "Parent Banner"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:198
msgid "Pay affiliate commissions based on clicks or visits to affiliate "
"links. This plugin adds the possibility to grant commissions based "
"on Pay per Click, Pay per Visit and Pay per Daily Visit with <a href="
"\"http://www.itthinx.com/plugins/affiliates-pro/\">Affiliates Pro</"
"a> and <a href=\"http://www.itthinx.com/plugins/affiliates-"
"enterprise/\">Affiliates Enterprise</a>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:195
msgid "Pay per Click"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:271
msgid "PayPal"
msgstr ""
#: lib/ext/abstract/class-affiliates-attributes.php:13
msgid "PayPal Email"
msgstr ""
#: lib/ext/abstract/class-affiliates-graph-renderer.php:274
#: lib/ext/abstract/class-affiliates-totals.php:494
#: lib/ext/abstract/class-affiliates-totals.php:540
#: lib/ext/abstract/class-affiliates-totals.php:546
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:538
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:584
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:354
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:204
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:235
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:493
msgid "Pending"
msgstr ""
#: lib/ext/wordpress/class-affiliates-url-renderer-wordpress.php:123
msgid "Please enter a valid URL."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:93
#, php-format
msgid "Please install and activate the <a href=\"%s\">itthinx updates</a> "
"plugin to enable automatic updates for your plugins by itthinx."
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:364
msgid "Please review the list of referrals that will be <em>closed</em>."
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:531
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:288
msgid "Post"
msgstr ""
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:151
msgid "Ratio"
msgstr ""
#: lib/ext/abstract/class-affiliates-attributes.php:14
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:181
msgid "Referral Amount"
msgstr ""
#: lib/ext/abstract/class-affiliates-attributes.php:15
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:186
msgid "Referral Amount Method"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:494
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:639
msgid "Referral Notifications"
msgstr ""
#: lib/ext/abstract/class-affiliates-attributes.php:16
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:168
msgid "Referral Rate"
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:497
msgid "Referral Status"
msgstr ""
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:150
msgid "Referrals"
msgstr ""
#: lib/ext/abstract/class-affiliates-graph-renderer.php:283
#: lib/ext/abstract/class-affiliates-totals.php:495
#: lib/ext/abstract/class-affiliates-totals.php:541
#: lib/ext/abstract/class-affiliates-totals.php:547
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:355
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:228
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:259
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:494
msgid "Rejected"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:413
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:591
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:59
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:98
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:455
msgid "Remove"
msgstr ""
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:437
msgid "Remove an attribute"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:154
msgid "Remove banner image"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:262
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:492
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:557
msgid "Results per page"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:667
msgid "Same as [site_title]."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:299
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:453
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:611
#: lib/ext/wordpress/class-affiliates-affiliate-profile-wordpress.php:190
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:257
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:318
msgid "Save"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:284
msgid "Search Banners"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:470
msgid "Send new affiliates an email when their user account is created."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:130
msgid "Set Banner Image"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:401
msgid "Set a banner image and determine its title and other attributes "
"directly for the image attachment using the <strong>Banner Image</"
"strong> facilities."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:131
#: lib/ext/wordpress/class-affiliates-banner.php:151
msgid "Set banner image"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-ext.php:49
msgid "Set up Commissions"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:189
msgid "Shortcode"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:476
msgid "Show accumulated referral totals"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:108
msgid "Show totals for accepted referrals"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:118
msgid "Show totals for closed referrals"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:113
msgid "Show totals for pending referrals"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:123
msgid "Show totals for rejected referrals"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:535
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:300
msgid "Status"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:477
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:549
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:595
msgid "Subject"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:673
msgid "Subject:"
msgstr ""
#: lib/ext/wp-init.php:199
msgid "The <a href=\"http://www.itthinx.com/plugins/affiliates\" target="
"\"_blank\">Affiliates</a> plugin must be deactivated or removed."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:666
msgid "The ID of the new affiliate user account. This is the user ID, not "
"the affiliate ID."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:188
msgid "The commission amount is calculated by a specific algorithm."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:170
msgid "The commission amount is proportional to the amount of the "
"originating transaction."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:699
msgid "The current referral status"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:658
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:691
msgid "The message format is HTML and line breaks must be indicated by "
"<code><br/></code>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:164
msgid "The most commonly used method is <em>Referral Rate</em>, "
"corresponding to the typical case where affiliates are granted "
"commissions in proportion to the purchase amount."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:665
msgid "The password for the new affiliate user account."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:398
msgid "The reference for this banner (also used as <em>alt</em> attribute "
"for images specified by URL)."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:700
msgid "The referral amount"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:701
msgid "The referral currency ID"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:703
msgid "The referral reference (an internal reference normally related to "
"the originating transaction)"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:702
msgid "The referral type (an internal reference)"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:696
msgid "The referring affiliate’s ID"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:697
msgid "The referring affiliate’s email address"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:698
msgid "The referring affiliate’s name"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:664
msgid "The username for the new affiliate user account."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:318
msgid "TheCartPress"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:572
#, php-format
msgid "There are different email addresses on record for the affiliate and "
"the associated user. This might be ok, but if in doubt please check. "
"The email address on file for the user is %s"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:577
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:416
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:665
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:106
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:643
msgid "There are no results."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:659
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:692
msgid "These default tokens can be used in the subjects and the messages:"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:514
#, php-format
msgid "These referrals could not be updated to <em>%s</em>."
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:506
#, php-format
msgid "These referrals have been omitted because their status must not be "
"changed to <em>%s</em>."
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:499
#, php-format
msgid "These referrals have been updated to <em>%s</em>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:274
msgid "These settings are used to calculate commissions for affiliates in "
"general."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:401
msgid "This <strong>requires</strong> the <a href=\"http://www.itthinx.com/"
"plugins/itthinx-updates/\">itthinx updates</a> plugin."
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:437
msgid "This action can not be undone*."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:106
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:138
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:170
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:185
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:200
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:215
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:230
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:245
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:256
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:264
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:291
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:323
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:338
msgid "This integration is suitable to be used with <a href=\"http://www."
"itthinx.com/plugins/affiliates-pro/\">Affiliates Pro</a> or <a href="
"\"http://www.itthinx.com/plugins/affiliates-enterprise/\">Affiliates "
"Enterprise</a>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:276
msgid "This integration is suitable to be used with <a href=\"http://www."
"itthinx.com/plugins/affiliates-pro/\">Affiliates Pro</a> or <a href="
"\"http://www.itthinx.com/plugins/affiliates-enterprise/\">Affiliates "
"Enterprise</a>. Note that this integration is not intended to be "
"used for e-commerce systems that provide their own PayPal Payments "
"Standard gateway."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:172
msgid "This is recommended if commissions are a percentage of sales amounts."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:433
msgid "This is useful if you want to use an external image or an image that "
"is located outside the uploads directory structure."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:289
msgid "This plugin integrates <a href=\"http://www.itthinx.com/plugins/"
"affiliates-pro/\">Affiliates Pro</a> and <a href=\"http://www."
"itthinx.com/plugins/affiliates-enterprise/\">Affiliates Enterprise</"
"a> with <a href=\"http://open.ecwid.com/bPFZZ\">Ecwid</a>. With this "
"advanced integration plugin, referrals are created and synchronized "
"automatically for your affiliates when sales are made. This "
"integration also supports coupons related to affiliates to grant "
"referrals when customers use them to credit the corresponding "
"affiliate."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:213
msgid "This plugin integrates <a href=\"http://www.itthinx.com/plugins/"
"affiliates-pro/\">Affiliates Pro</a> and <a href=\"http://www."
"itthinx.com/plugins/affiliates-enterprise/\">Affiliates Enterprise</"
"a> with <a href=\"http://wp-events-plugin.com\">Events Manager</a> "
"and <a href=\"http://eventsmanagerpro.com\">Events Manager Pro</a>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:183
msgid "This plugin integrates <a href=\"http://www.itthinx.com/plugins/"
"affiliates-pro/\">Affiliates Pro</a> and <a href=\"http://www."
"itthinx.com/plugins/affiliates-enterprise/\">Affiliates Enterprise</"
"a> with <a href=\"http://www.addthis.com/\">AddThis</a> … "
"<em>“Website tools that drive more shares, follows and "
"conversions”</em>. The <a href=\"https://wordpress.org/plugins/"
"addthis/\">Smart Website Tools</a> by AddThis are required."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:168
msgid "This plugin integrates <a href=\"http://www.itthinx.com/plugins/"
"affiliates-pro/\">Affiliates Pro</a> and <a href=\"http://www."
"itthinx.com/plugins/affiliates-enterprise/\">Affiliates Enterprise</"
"a> with <a href=\"http://www.addtoany.com/\">AddToAny</a> … "
"<em>“The Universal Sharing Platform”</em>. The <a href="
"\"https://wordpress.org/plugins/add-to-any/\">Share Buttons by "
"AddToAny</a> are required."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:104
msgid "This plugin integrates <a href=\"http://www.itthinx.com/plugins/"
"affiliates-pro/\">Affiliates Pro</a> and <a href=\"http://www."
"itthinx.com/plugins/affiliates-enterprise/\">Affiliates Enterprise</"
"a> with <a href=\"http://www.woothemes.com/woocommerce/"
"\">WooCommerce</a>. With this advanced integration plugin, referrals "
"are created and synchronized automatically for your affiliates when "
"sales are made. This integration also supports referrals on "
"recurring payments related to subscriptions and coupons related to "
"affiliates to grant referrals when customers use them to credit the "
"corresponding affiliate."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:228
msgid "This plugin integrates <a href=\"http://www.itthinx.com/plugins/"
"affiliates-pro/\">Affiliates Pro</a> and <a href=\"http://www."
"itthinx.com/plugins/affiliates-enterprise/\">Affiliates Enterprise</"
"a> with <a href=\"https://wordpress.org/plugins/formidable/"
"\">Formidable Forms</a> and <a href=\"https://formidablepro.com/?"
"aff=itthinx&p=formidable-pro\">Formidable Pro</a>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:243
msgid "This plugin integrates <a href=\"http://www.itthinx.com/plugins/"
"affiliates-pro/\">Affiliates Pro</a> and <a href=\"http://www."
"itthinx.com/plugins/affiliates-enterprise/\">Affiliates Enterprise</"
"a> with <a href=\"https://www.e-junkie.com/ecom/gb.php?"
"cl=54585&c=ib&aff=290919\">Gravity Forms</a>."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:136
msgid "This plugin integrates <a href=\"http://www.itthinx.com/plugins/"
"affiliates-pro/\">Affiliates Pro</a> and <a href=\"http://www."
"itthinx.com/plugins/affiliates-enterprise/\">Affiliates Enterprise</"
"a> with Jigoshop. With this advanced integration plugin, referrals "
"are created and synchronized automatically for your affiliates when "
"sales are made. This integration also supports coupons related to "
"affiliates to grant referrals when customers use them to credit the "
"corresponding affiliate."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:274
msgid "This plugin integrates <a href=\"http://www.itthinx.com/plugins/"
"affiliates-pro/\">Affiliates Pro</a> and <a href=\"http://www."
"itthinx.com/plugins/affiliates-enterprise/\">Affiliates Enterprise</"
"a> with PayPal Payments Standard. With this advanced integration "
"plugin, referrals are created and synchronized automatically for "
"your affiliates when sales are made."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:321
msgid "This plugin integrates <a href=\"http://www.itthinx.com/plugins/"
"affiliates-pro/\">Affiliates Pro</a> and <a href=\"http://www."
"itthinx.com/plugins/affiliates-enterprise/\">Affiliates Enterprise</"
"a> with TheCartPress. With this advanced integration plugin, "
"referrals are created and synchronized automatically for your "
"affiliates when sales are made. This integration also supports "
"coupons related to affiliates to grant referrals when customers use "
"them to credit the corresponding affiliate."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:336
msgid "This plugin integrates <a href=\"http://www.itthinx.com/plugins/"
"affiliates-pro/\">Affiliates Pro</a> and <a href=\"http://www."
"itthinx.com/plugins/affiliates-enterprise/\">Affiliates Enterprise</"
"a> with eShop. With this advanced integration plugin, referrals are "
"created and synchronized automatically for your affiliates when "
"sales are made."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:403
msgid "This requires an <strong>update</strong> of the <a href=\"http://www."
"itthinx.com/plugins/itthinx-updates/\">itthinx updates</a> plugin."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:472
msgid "This should normally be enabled, so that new affiliates receives "
"their username and password to be able to log in and access their "
"account."
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:102
msgid "Title:"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:89
msgid "To maintain advanced integrations, the <strong>itthinx updates</"
"strong> plugin is required."
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:174
#: lib/ext/wordpress/class-affiliates-affiliate-stats-widget.php:180
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:211
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:393
msgid "Total"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:98
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:99
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:229
msgid "Totals"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:461
msgid "Try to obtain the image width and height based on the URL and update "
"the values."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:366
#: lib/ext/wordpress/class-affiliates-banner.php:445
msgid "URL"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:601
msgid "URL Parameter"
msgstr ""
#: lib/ext/wordpress/class-affiliates-affiliate-stats-renderer-wordpress.php:438
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:248
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:411
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:456
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:279
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:537
msgid "Until"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:458
msgid "Update Size"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:497
msgid "Updated"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-ext.php:55
msgid "Upload Banners"
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:482
msgid "Use the <em>Currency</em> filter to restrict the listing to one "
"currency."
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:405
#, php-format
msgid "Use this shortcode to embed the banner: <code>[affiliates_banner id="
"\"%d\"]</code>"
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:172
#: lib/ext/wordpress/class-affiliates-affiliate-wordpress.php:224
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:409
#: lib/ext/wordpress/class-affiliates-affiliates-wordpress.php:443
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:392
msgid "Username"
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:178
msgid "Using <code>0</code> results in zero commission amounts."
msgstr ""
#: lib/ext/abstract/class-affiliates-totals.php:370
msgid "Usually only referrals that are <em>accepted</em> and have been paid "
"out should be <em>closed</em>. If there are unwanted or too many "
"referrals shown, restrict your filter settings."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:292
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:57
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:173
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:312
#: lib/ext/wordpress/class-affiliates-attributes-wordpress.php:449
msgid "Value"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:285
#: lib/ext/wordpress/class-affiliates-banner.php:286
msgid "View Banner"
msgstr ""
#: lib/ext/abstract/class-affiliates-graph-renderer.php:254
#: lib/ext/wordpress/class-affiliates-stats-renderer-wordpress.php:148
msgid "Visits"
msgstr ""
#: lib/ext/wordpress/class-affiliates-totals-wordpress.php:484
msgid "Where a specific PayPal email address is on file for an affiliate, "
"it will be used."
msgstr ""
#: lib/ext/wordpress/class-affiliates-admin-menu-wordpress.php:160
msgid "Which method to choose …"
msgstr ""
#: lib/ext/wordpress/class-affiliates-banner.php:467
msgid "Width"
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:101
msgid "WooCommerce"
msgstr ""
#: lib/ext/wp-init.php:208
msgid "You are running PHP with <a target=\"_blank\" href=\"http://www.php."
"net/manual/en/book.bc.php\">BCMath Arbitrary Precision Mathematics</"
"a> disabled. Your <strong>Affiliates</strong> plugin will use "
"substitute functions, but you should seriously consider getting "
"BCMath enabled to avoid loss of precision."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:305
msgid "You should deactivate the <a href=\"#integration-affiliates-ecwid-"
"light\">Affiliates Ecwid Integration Light</a> and only leave the "
"advanced <a href=\"#integration-affiliates-ecwid\">Affiliates Ecwid "
"Integration</a> activated."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:352
msgid "You should deactivate the <a href=\"#integration-affiliates-eshop-"
"light\">Affiliates eShop Integration Light</a> and only leave the "
"advanced <a href=\"#integration-affiliates-eshop\">Affiliates eShop "
"Integration</a> activated."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:120
msgid "You should deactivate the <a href=\"#integration-affiliates-"
"woocommerce-light\">Affiliates WooCommerce Integration Light</em> "
"and only leave the advanced <a href=\"#integration-affiliates-"
"woocommerce\">Affiliates WooCommerce Integration</a> activated."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:152
msgid "You should deactivate the <em>Affiliates Jigoshop Integration Light</"
"em> and only leave the advanced <em>Affiliates Jigoshop Integration</"
"em> activated."
msgstr ""
#: lib/ext/wordpress/class-affiliates-settings-integrations-ext.php:333
msgid "eShop"
msgstr ""