forked from PrestaShopCorp/paypal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
translations.xml
3826 lines (3225 loc) · 232 KB
/
translations.xml
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
<?xml version="1.0" encoding="UTF-8" ?>
<contents>
<country iso_code="default">
<yes>Yes</yes>
<no>No</no>
<payment_choice>Pay with your card or your PayPal account</payment_choice>
<leader>Leader in</leader>
<online_payment>online payments</online_payment>
<tagline>Easy, secure, fast payments for your buyers.</tagline>
<expectations>Getting started with PayPal only takes 5 minutes</expectations>
<benefits>
<![CDATA[
<li><span class="bold">Get more buyers</span><br />100 million-plus PayPal accounts worldwide</li>
<li><span class="bold">Access international buyers</span><br />190 countries, 25 currencies</li>
<li><span class="bold">Reassure your buyers</span><br />Buyers don’t need to share their private data</li>
<li><span class="bold">Accept all major payment method</span></li>
]]>
</benefits>
<your_country>Your country</your_country>
<change_country>change</change_country>
<country_change_title>Select your country</country_change_title>
<in_context_checkout_title>Use PayPal In Context Checkout</in_context_checkout_title>
<in_context_checkout_tagline>Make your client pay without leaving your website</in_context_checkout_tagline>
<in_context_checkout_merchant_id>Merchant ID</in_context_checkout_merchant_id>
<translated_in_lang>Translated in your language</translated_in_lang>
<customer_support><![CDATA[<span style="font-weight: bold">Need help ?</span>]]> Give us a call : xxxx</customer_support>
<customer_support_image>call</customer_support_image>
<support_foonote></support_foonote>
<paypal_account>You already have a PayPal business account</paypal_account>
<select_solution>Select your solution</select_solution>
<learn_more><![CDATA[<a href="https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=1" target="_blank">Learn more</a>]]></learn_more>
<sole_solution_section_title>Need PayPal to process all your card payments ?</sole_solution_section_title>
<additional_solution_tagline>Need PayPal in addition to your existing card processor ?</additional_solution_tagline>
<choose>Choose</choose>
<website_payment_standard>Website Payments Standard</website_payment_standard>
<website_payment_standard_tagline>
Start accepting payments immediately.<![CDATA[<br />]]>
No subscription fees, pay only when you get paid.
</website_payment_standard_tagline>
<website_payment_pro>Website Payments Pro</website_payment_pro>
<website_payment_pro_tagline>
A professional platform to accept payments through credit cards and PayPal account, covered by seller protection.<![CDATA[<br />]]>
Customized payments pages. Monthly subscription of 25€.
</website_payment_pro_tagline>
<website_payment_pro_disclaimer>Click on the SAVE button only when PayPal has approved your subscription for this product. This process can take up to 3-5 days.</website_payment_pro_disclaimer>
<express_checkout>Express Checkout</express_checkout>
<express_checkout_tagline>Boost your online sales by 30%*.</express_checkout_tagline>
<express_checkout_tagline_source>*Source: Forrester research realized in march 2011</express_checkout_tagline_source>
<account_section_title>Apply or open your PayPal Business account</account_section_title>
<credentials_section_title>Enable your online shop to process payments</credentials_section_title>
<credentials_tagline>Give your PayPal Identification info, finish to set-up your account and start accepting payments</credentials_tagline>
<credentials_description>Communicate your PayPal identification info to PrestaShop</credentials_description>
<credentials_integral_description>Indicate the email you used when you signed up for a PayPal Business account</credentials_integral_description>
<credentials_button>Get my PayPal identification info</credentials_button>
<credentials_button_disclaimer>After clicking on the “Get my PayPal identification info” button, enter your login and password in the pop up, copy your PayPal identification info from the pop up and paste them is the below fields.</credentials_button_disclaimer>
<credentials_username>API username</credentials_username>
<credentials_password>API password</credentials_password>
<credentials_signature>API signature</credentials_signature>
<credentials_business_email>API business e-mail</credentials_business_email>
<credentials_fields_disclaimer>Please check once more that you pasted all the characters.</credentials_fields_disclaimer>
<setup_finalize_title>To finalize setting up your PayPal account, you need to</setup_finalize_title>
<setup_reminder_1>Confirm your email address : check the email sent by PayPal when you created your account</setup_reminder_1>
<setup_reminder_2>Link your PayPal account to a bank account or a credit card : log into your PayPal account and go to “My business setup”</setup_reminder_2>
<configuration_options_title>Configuration options</configuration_options_title>
<integral_evolution_solution>Choose the solution you want to use</integral_evolution_solution>
<integral_evolution_solution_iframe>Iframe</integral_evolution_solution_iframe>
<integral_evolution_solution_no_iframe>Full page redirect</integral_evolution_solution_no_iframe>
<template_to_choose>Choose your template</template_to_choose>
<express_checkout_shortcut_title>Use express checkout shortcut</express_checkout_shortcut_title>
<express_checkout_shortcut_tagline>Offer your customers a 2-click payment option</express_checkout_shortcut_tagline>
<sandbox_title>Use Sand box</sandbox_title>
<sandbox_recommended>(recommanded)</sandbox_recommended>
<sandbox_tagline>Activate a test environment in your PayPal account (only if you are a developer).</sandbox_tagline>
<sandbox_learn_more>Learn more</sandbox_learn_more>
<sandbox_learn_more_link>https://developer.paypal.com/</sandbox_learn_more_link>
<sandbox_live_mode>Live mode</sandbox_live_mode>
<sandbox_test_mode>Test mode</sandbox_test_mode>
<sandbox_confirmation_title>Activating the test mode implies that</sandbox_confirmation_title>
<sandbox_confirmation_content>
<![CDATA[
<li>You won’t be able to accept payment</li>
<li>You will need to come back to the PayPal module page in order to complete the Step 3 before going live.</li>
<li>You’ll need to create an account on the PayPal sandbox site (<a href="https://developer.paypal.com/" target="_blank">learn more</a>)</li>
<li>You’ll need programming skills</li>
]]>
</sandbox_confirmation_content>
<sandbox_confirmation_question>Are you sure you want to activate the test mode ?</sandbox_confirmation_question>
<payment_type_title>Payment type</payment_type_title>
<payment_type_tagline>Choose your way of processing payments (automatically vs.manual authorization).</payment_type_tagline>
<payment_type_direct>Direct sales (recommended)</payment_type_direct>
<payment_type_manual>Authorization/Manual capture (payment shipping)</payment_type_manual>
<save_button>Save</save_button>
<error_message>You need to complete the PayPal identification Information in step 3 otherwise you won’t be able to accept payment.</error_message>
<congratulation_title>Congratulation !</congratulation_title>
<congratulation_live_mode>You can now start accepting Payment with PayPal.</congratulation_live_mode>
<congratulation_test_mode>You can now start testing PayPal solutions. Don’t forget to comeback to this page and activate the live mode in order to start accepting payements.</congratulation_test_mode>
<client_id>Client ID</client_id>
<secret>Secret</secret>
<tpl_paypal_blue>PayPal Blue</tpl_paypal_blue>
<tpl_neutral>Neutral</tpl_neutral>
<u1>
<signUpCallButton>Sign Up</signUpCallButton>
<content>Once your account is created, come back to this page in order to complete step 3.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=2</signUpRedirectLink>
</u1>
<u2>
<signUpCallButton>Subscribe</signUpCallButton>
<content>
Click on the SAVE button only when PayPal has approved your subscription for this product,<![CDATA[<br />]]>
otherwise you won't be able to process payment. This process can take up to 3-5 days.
</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=4</signUpRedirectLink>
</u2>
<u3>
<signUpCallButton>Sign Up</signUpCallButton>
<content>Once your account is created, come back to this page in order to complete step 3.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=3</signUpRedirectLink>
</u3>
<u4>
<signUpCallButton></signUpCallButton>
<content></content>
<signUpRedirectLink></signUpRedirectLink>
</u4>
<u5>
<signUpCallButton>Subscribe</signUpCallButton>
<content>
Click on the SAVE button only when PayPal has approved your subscription for this product,<![CDATA[<br />]]>
otherwise you won’t be able to process payment. This process can take up to 3-5 days.<![CDATA[<br />]]>
<![CDATA[<br />]]>
If your application for Website Payments Pro has already been approved by PayPal, please go directly to <![CDATA[<a href="#" id="step3">]]>step 3<![CDATA[</a>]]>.
</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=4</signUpRedirectLink>
</u5>
<u6>
<signUpCallButton></signUpCallButton>
<content></content>
<signUpRedirectLink></signUpRedirectLink>
</u6>
</country>
<country iso_code="AU">
<yes>Yes</yes>
<no>No</no>
<payment_choice>Pay with your card or your PayPal account</payment_choice>
<leader>Leader in</leader>
<online_payment>online payments</online_payment>
<tagline>Easy, secure, fast payments for your buyers.</tagline>
<expectations>It only takes a few minutes to get started with PayPal</expectations>
<benefits>
<![CDATA[
<li><span class="bold">Get more buyers</span><br />Over 100 million active PayPal accounts worldwide</li>
<li><span class="bold">Access international buyers</span><br />190 countries, 25 currencies</li>
<li><span class="bold">Reassure your buyers</span><br />Buyers don’t need to share their private data</li>
<li><span class="bold">Accept all major payment methods</span><br />Visa, Mastercard, PayPal, etc.</li>
]]>
</benefits>
<your_country>Your country</your_country>
<change_country>change</change_country>
<country_change_title>Select your country</country_change_title>
<customer_support><![CDATA[<span style="font-weight: bold">Need help?</span>]]> Give us a call : 1800-073-263</customer_support>
<customer_support_image></customer_support_image>
<support_foonote></support_foonote>
<paypal_account>Already have a PayPal business account</paypal_account>
<select_solution>Select your solution</select_solution>
<learn_more><![CDATA[<a href="https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=47" target="_blank">Learn more</a>]]></learn_more>
<sole_solution_section_title>Need PayPal to process all your card payments ?</sole_solution_section_title>
<additional_solution_tagline>Need PayPal in addition to your existing card processor ?</additional_solution_tagline>
<choose>Choose</choose>
<website_payment_standard>Website Payments Standard</website_payment_standard>
<website_payment_standard_tagline>
Start accepting payments immediately.<![CDATA[<br />]]>
No subscription fees, only a small transaction fee when you get paid.
</website_payment_standard_tagline>
<website_payment_pro>Website Payments Pro - Hosted Solution</website_payment_pro>
<website_payment_pro_tagline>A professional platform that enables you to accept debit card, credit card and PayPal payments.<![CDATA[<br />]]>Customised payment pages. Monthly subscription of 25$.</website_payment_pro_tagline>
<website_payment_pro_disclaimer>Please click on the SAVE button at the bottom of the page only once PayPal has approved your application for this product, otherwise you won’t be able to process any card payments. This process can take up to 3-5 days.</website_payment_pro_disclaimer>
<express_checkout>Express Checkout</express_checkout>
<express_checkout_tagline>Boost your online sales by 30%* with a simple 3-click checkout process.</express_checkout_tagline>
<express_checkout_tagline_source>*Source: Forrester research conducted in March 2011</express_checkout_tagline_source>
<account_section_title>Sign up for your free PayPal Business account</account_section_title>
<credentials_section_title>Process payments on your online shop</credentials_section_title>
<credentials_tagline></credentials_tagline>
<credentials_description>Provide your PayPal API credentials to PrestaShop</credentials_description>
<credentials_integral_description>Indicate the email you used when you signed up for a PayPal Business account</credentials_integral_description>
<credentials_button>Get my PayPal API credentials</credentials_button>
<credentials_button_disclaimer>Click here and enter your PayPal email login and password in the pop-up, then copy and paste your PayPal API credentials into the fields below.</credentials_button_disclaimer>
<credentials_username>API username</credentials_username>
<credentials_password>API password</credentials_password>
<credentials_signature>API signature</credentials_signature>
<credentials_business_email>API business e-mail</credentials_business_email>
<credentials_fields_disclaimer>Please check that you have copied in all the characters.</credentials_fields_disclaimer>
<setup_finalize_title>To finalize setting up your PayPal account, you need to</setup_finalize_title>
<setup_reminder_1>Confirm your email address : check the email sent by PayPal when you created your account</setup_reminder_1>
<setup_reminder_2>Link your PayPal account to a bank account or a credit card : log into your PayPal account and go to “My business setup”</setup_reminder_2>
<configuration_options_title>Configuration options</configuration_options_title>
<integral_evolution_solution>Choose the solution you want to use</integral_evolution_solution>
<integral_evolution_solution_iframe>Iframe</integral_evolution_solution_iframe>
<integral_evolution_solution_no_iframe>Full page redirect</integral_evolution_solution_no_iframe>
<template_to_choose>Choose your template</template_to_choose>
<express_checkout_shortcut_title>Express Checkout shortcut</express_checkout_shortcut_title>
<express_checkout_shortcut_tagline>Offer your customers a 3-click checkout experience</express_checkout_shortcut_tagline>
<sandbox_title>Use a Sandbox</sandbox_title>
<sandbox_recommended></sandbox_recommended>
<sandbox_tagline>Activate a test environment in your PayPal account (developer only).</sandbox_tagline>
<sandbox_learn_more>Learn more</sandbox_learn_more>
<sandbox_live_mode>Live mode (recommended)</sandbox_live_mode>
<sandbox_test_mode>Test mode</sandbox_test_mode>
<sandbox_confirmation_title>Please note that if you choose to activate the test mode</sandbox_confirmation_title>
<sandbox_confirmation_content>
<![CDATA[
<li>You won’t be able to accept payments yet</li>
<li>You will need to come back to the PayPal module page in order to complete Step 3 before going live</li>
<li>You’ll need to create an account on the PayPal sandbox site (<a href="https://developer.paypal.com/" target="_blank">learn more</a>)</li>
<li>You’ll need programming skills</li>
]]>
</sandbox_confirmation_content>
<sandbox_confirmation_question>Are you sure you want to activate the test mode ?</sandbox_confirmation_question>
<payment_type_title>Payment type</payment_type_title>
<payment_type_tagline>Choose your way of processing payments (automatically vs.manual authorization).</payment_type_tagline>
<payment_type_direct>Direct sales (recommended)</payment_type_direct>
<payment_type_manual>Authorization/Manual capture (payment shipping)</payment_type_manual>
<save_button>Save</save_button>
<error_message>You need to provide your PayPal API credentials in step 3 in order to accept payments.</error_message>
<congratulation_title>Congratulation !</congratulation_title>
<congratulation_live_mode>You can now start accepting payments with PayPal.</congratulation_live_mode>
<congratulation_test_mode>You can now start testing PayPal solutions. Once you've carried out your tests, don’t forget to come back to this page and activate the live mode in order to start accepting payments.</congratulation_test_mode>
<u1>
<signUpCallButton>Sign Up</signUpCallButton>
<content>Once you've opened your PayPal account or if you have one already, then continue to step 3.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=48</signUpRedirectLink>
</u1>
<u2>
<signUpCallButton>Apply</signUpCallButton>
<content>Please only click the SAVE button at the bottom of the page once PayPal has approved your application for this product, otherwise you won't be able to process any card payments. This process can take up to 3-5 days</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=50</signUpRedirectLink>
</u2>
<u3>
<signUpCallButton>Sign Up</signUpCallButton>
<content>Once your account has been created, come back to this page in order to complete step 3.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=49</signUpRedirectLink>
</u3>
<u4>
<signUpCallButton>Sign Up</signUpCallButton>
<content></content>
<signUpRedirectLink></signUpRedirectLink>
</u4>
<u5>
<signUpCallButton>Apply</signUpCallButton>
<content>Important: Please click on the SAVE button at the bottom of the page only once PayPal has approved your application for this product, otherwise you won’t be able to process any card payments. This process can take up to 3-5 days.<![CDATA[<br />]]>
If your application for Website Payments Pro has already been approved by PayPal, please go directly to <![CDATA[<a href="#" id="step3">step 3</a>]]>.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=50</signUpRedirectLink>
</u5>
<u6>
<signUpCallButton></signUpCallButton>
<content></content>
<signUpRedirectLink></signUpRedirectLink>
</u6>
</country>
<country iso_code="BE">
<yes>Yes</yes>
<no>No</no>
<payment_choice>Pay with your card or your PayPal account</payment_choice>
<leader>Leader in</leader>
<online_payment>online payments</online_payment>
<tagline>Easy, secure, fast payments for your buyers.</tagline>
<expectations>It only takes a few minutes to get started with PayPal</expectations>
<benefits>
<![CDATA[
<li><span class="bold">Get more buyers</span><br />Over 100 million active PayPal accounts worldwide</li>
<li><span class="bold">Access international buyers</span><br />190 countries, 25 currencies</li>
<li><span class="bold">Reassure your buyers</span><br />Buyers don’t need to share their private data</li>
<li><span class="bold">Accept all major payment methods</span><br />Visa, Mastercard, PayPal, etc.</li>
]]>
</benefits>
<your_country>Your country</your_country>
<change_country>change</change_country>
<country_change_title>Select your country</country_change_title>
<customer_support><![CDATA[<span style="font-weight: bold">Need help?</span>]]> Give us a call : 0800 50970</customer_support>
<customer_support_image>call</customer_support_image>
<support_foonote></support_foonote>
<paypal_account>Already have a PayPal business account</paypal_account>
<select_solution>Select your solution</select_solution>
<learn_more><![CDATA[<a href="https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=41" target="_blank">Learn more</a>]]></learn_more>
<sole_solution_section_title>Need PayPal to process all your card payments ?</sole_solution_section_title>
<additional_solution_tagline>Need PayPal in addition to your existing card processor ?</additional_solution_tagline>
<choose>Choose</choose>
<website_payment_standard>Website Payments Standard</website_payment_standard>
<website_payment_standard_tagline>
Start accepting payments immediately.<![CDATA[<br />]]>
No subscription fees, only a small transaction fee when you get paid.
</website_payment_standard_tagline>
<website_payment_pro></website_payment_pro>
<website_payment_pro_tagline></website_payment_pro_tagline>
<website_payment_pro_disclaimer></website_payment_pro_disclaimer>
<express_checkout>Express Checkout</express_checkout>
<express_checkout_tagline>Boost your online sales by 30%* with a simple 3-click checkout process.</express_checkout_tagline>
<express_checkout_tagline_source>*Source: Forrester research conducted in March 2011</express_checkout_tagline_source>
<account_section_title>Sign up for your free PayPal Business account</account_section_title>
<credentials_section_title>Process payments on your online shop</credentials_section_title>
<credentials_tagline></credentials_tagline>
<credentials_description>Provide your PayPal API credentials to PrestaShop</credentials_description>
<credentials_integral_description>Indicate the email you used when you signed up for a PayPal Business account</credentials_integral_description>
<credentials_button>Get my PayPal API credentials</credentials_button>
<credentials_button_disclaimer>Click here and enter your PayPal email login and password in the pop-up, then copy and paste your PayPal API credentials into the fields below.</credentials_button_disclaimer>
<credentials_username>API username</credentials_username>
<credentials_password>API password</credentials_password>
<credentials_signature>API signature</credentials_signature>
<credentials_business_email>API business e-mail</credentials_business_email>
<credentials_fields_disclaimer>Please check that you have copied in all the characters.</credentials_fields_disclaimer>
<setup_finalize_title>To finalize setting up your PayPal account, you need to</setup_finalize_title>
<setup_reminder_1>Confirm your email address : check the email sent by PayPal when you created your account</setup_reminder_1>
<setup_reminder_2>Link your PayPal account to a bank account or a credit card : log into your PayPal account and go to “My business setup”</setup_reminder_2>
<configuration_options_title>Configuration options</configuration_options_title>
<integral_evolution_solution>Choose the solution you want to use</integral_evolution_solution>
<integral_evolution_solution_iframe>Iframe</integral_evolution_solution_iframe>
<integral_evolution_solution_no_iframe>Full page redirect</integral_evolution_solution_no_iframe>
<template_to_choose>Choose your template</template_to_choose>
<express_checkout_shortcut_title>Express Checkout shortcut</express_checkout_shortcut_title>
<express_checkout_shortcut_tagline>Offer your customers a 3-click checkout experience</express_checkout_shortcut_tagline>
<sandbox_title>Use a Sandbox</sandbox_title>
<sandbox_recommended></sandbox_recommended>
<sandbox_tagline>Activate a test environment in your PayPal account (developer only).</sandbox_tagline>
<sandbox_learn_more>Learn more</sandbox_learn_more>
<sandbox_live_mode>Live mode (recommended)</sandbox_live_mode>
<sandbox_test_mode>Test mode</sandbox_test_mode>
<sandbox_confirmation_title>Please note that if you choose to activate the test mode</sandbox_confirmation_title>
<sandbox_confirmation_content>
<![CDATA[
<li>You won’t be able to accept payments yet</li>
<li>You will need to come back to the PayPal module page in order to complete Step 3 before going live</li>
<li>You’ll need to create an account on the PayPal sandbox site (<a href="https://developer.paypal.com/" target="_blank">learn more</a>)</li>
<li>You’ll need programming skills</li>
]]>
</sandbox_confirmation_content>
<sandbox_confirmation_question>Are you sure you want to activate the test mode ?</sandbox_confirmation_question>
<payment_type_title>Payment type</payment_type_title>
<payment_type_tagline>Choose your way of processing payments (automatically vs.manual authorization).</payment_type_tagline>
<payment_type_direct>Direct sales (recommended)</payment_type_direct>
<payment_type_manual>Authorization/Manual capture (payment shipping)</payment_type_manual>
<save_button>Save</save_button>
<error_message>You need to provide your PayPal API credentials in step 3 in order to accept payments.</error_message>
<congratulation_title>Congratulation !</congratulation_title>
<congratulation_live_mode>You can now start accepting payments with PayPal.</congratulation_live_mode>
<congratulation_test_mode>You can now start testing PayPal solutions. Once you've carried out your tests, don’t forget to come back to this page and activate the live mode in order to start accepting payments.</congratulation_test_mode>
<u1>
<signUpCallButton>Sign Up</signUpCallButton>
<content>Once you've opened your PayPal account or if you have one already, then continue to step 3.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=42</signUpRedirectLink>
</u1>
<u2>
<signUpCallButton></signUpCallButton>
<content></content>
<signUpRedirectLink></signUpRedirectLink>
</u2>
<u3>
<signUpCallButton>Sign Up</signUpCallButton>
<content>Once your account has been created, come back to this page in order to complete step 3.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=43</signUpRedirectLink>
</u3>
<u4>
<signUpCallButton>Sign Up</signUpCallButton>
<content></content>
<signUpRedirectLink></signUpRedirectLink>
</u4>
<u5>
<signUpCallButton>Apply</signUpCallButton>
<content></content>
<signUpRedirectLink></signUpRedirectLink>
</u5>
<u6>
<signUpCallButton></signUpCallButton>
<content></content>
<signUpRedirectLink></signUpRedirectLink>
</u6>
</country>
<country iso_code="CN">
<yes>Yes</yes>
<no>No</no>
<payment_choice>Pay with your card or your PayPal account</payment_choice>
<leader>Leader in</leader>
<online_payment>online payments</online_payment>
<tagline>Easy, secure, fast payments for your buyers.</tagline>
<expectations>It only takes a few minutes to get started with PayPal</expectations>
<benefits>
<![CDATA[
<li><span class="bold">Get more buyers</span><br />Over 100 million active PayPal accounts worldwide</li>
<li><span class="bold">Access international buyers</span><br />190 countries, 25 currencies</li>
<li><span class="bold">Reassure your buyers</span><br />Buyers don’t need to share their private data</li>
<li><span class="bold">Accept all major payment methods</span><br />Visa, Mastercard, PayPal, etc.</li>
]]>
</benefits>
<your_country>Your country</your_country>
<change_country>change</change_country>
<country_change_title>Select your country</country_change_title>
<customer_support><![CDATA[<span style="font-weight: bold">Need help?</span>]]> Give us a call : 400-680-6220</customer_support>
<customer_support_image>call</customer_support_image>
<support_foonote></support_foonote>
<paypal_account>Already have a PayPal business account</paypal_account>
<select_solution>Select your solution</select_solution>
<learn_more><![CDATA[<a href="https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=57" target="_blank">Learn more</a>]]></learn_more>
<sole_solution_section_title>Need PayPal to process all your card payments ?</sole_solution_section_title>
<additional_solution_tagline>Need PayPal in addition to your existing card processor ?</additional_solution_tagline>
<choose>Choose</choose>
<website_payment_standard>Website Payments Standard</website_payment_standard>
<website_payment_standard_tagline>
Start accepting payments immediately.<![CDATA[<br />]]>
No subscription fees, only a small transaction fee when you get paid.
</website_payment_standard_tagline>
<website_payment_pro></website_payment_pro>
<website_payment_pro_tagline></website_payment_pro_tagline>
<website_payment_pro_disclaimer></website_payment_pro_disclaimer>
<express_checkout>Express Checkout</express_checkout>
<express_checkout_tagline>Boost your online sales by 30%* with a simple 3-click checkout process.</express_checkout_tagline>
<express_checkout_tagline_source>*Source: Forrester research conducted in March 2011</express_checkout_tagline_source>
<account_section_title>Sign up for your free PayPal Business account</account_section_title>
<credentials_section_title>Process payments on your online shop</credentials_section_title>
<credentials_tagline></credentials_tagline>
<credentials_description>Provide your PayPal API credentials to PrestaShop</credentials_description>
<credentials_integral_description>Indicate the email you used when you signed up for a PayPal Business account</credentials_integral_description>
<credentials_button>Get my PayPal API credentials</credentials_button>
<credentials_button_disclaimer>Click here and enter your PayPal email login and password in the pop-up, then copy and paste your PayPal API credentials into the fields below.</credentials_button_disclaimer>
<credentials_username>API username</credentials_username>
<credentials_password>API password</credentials_password>
<credentials_signature>API signature</credentials_signature>
<credentials_business_email>API business e-mail</credentials_business_email>
<credentials_fields_disclaimer>Please check that you have copied in all the characters.</credentials_fields_disclaimer>
<setup_finalize_title>To finalize setting up your PayPal account, you need to</setup_finalize_title>
<setup_reminder_1>Confirm your email address : check the email sent by PayPal when you created your account</setup_reminder_1>
<setup_reminder_2>Link your PayPal account to a bank account or a credit card : log into your PayPal account and go to “My business setup”</setup_reminder_2>
<configuration_options_title>Configuration options</configuration_options_title>
<integral_evolution_solution>Choose the solution you want to use</integral_evolution_solution>
<integral_evolution_solution_iframe>Iframe</integral_evolution_solution_iframe>
<integral_evolution_solution_no_iframe>Full page redirect</integral_evolution_solution_no_iframe>
<template_to_choose>Choose your template</template_to_choose>
<express_checkout_shortcut_title>Express Checkout shortcut</express_checkout_shortcut_title>
<express_checkout_shortcut_tagline>Offer your customers a 3-click checkout experience</express_checkout_shortcut_tagline>
<sandbox_title>Use a Sandbox</sandbox_title>
<sandbox_recommended></sandbox_recommended>
<sandbox_tagline>Activate a test environment in your PayPal account (developer only).</sandbox_tagline>
<sandbox_learn_more>Learn more</sandbox_learn_more>
<sandbox_live_mode>Live mode (recommended)</sandbox_live_mode>
<sandbox_test_mode>Test mode</sandbox_test_mode>
<sandbox_confirmation_title>Please note that if you choose to activate the test mode</sandbox_confirmation_title>
<sandbox_confirmation_content>
<![CDATA[
<li>You won’t be able to accept payments yet</li>
<li>You will need to come back to the PayPal module page in order to complete Step 3 before going live</li>
<li>You’ll need to create an account on the PayPal sandbox site (<a href="https://developer.paypal.com/" target="_blank">learn more</a>)</li>
<li>You’ll need programming skills</li>
]]>
</sandbox_confirmation_content>
<sandbox_confirmation_question>Are you sure you want to activate the test mode ?</sandbox_confirmation_question>
<payment_type_title>Payment type</payment_type_title>
<payment_type_tagline>Choose your way of processing payments (automatically vs.manual authorization).</payment_type_tagline>
<payment_type_direct>Direct sales (recommended)</payment_type_direct>
<payment_type_manual>Authorization/Manual capture (payment shipping)</payment_type_manual>
<save_button>Save</save_button>
<error_message>You need to provide your PayPal API credentials in step 3 in order to accept payments.</error_message>
<congratulation_title>Congratulation !</congratulation_title>
<congratulation_live_mode>You can now start accepting payments with PayPal.</congratulation_live_mode>
<congratulation_test_mode>You can now start testing PayPal solutions. Once you've carried out your tests, don’t forget to come back to this page and activate the live mode in order to start accepting payments.</congratulation_test_mode>
<u1>
<signUpCallButton>Sign Up</signUpCallButton>
<content>Once you've opened your PayPal account or if you have one already, then continue to step 3.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=58</signUpRedirectLink>
</u1>
<u2>
<signUpCallButton></signUpCallButton>
<content></content>
<signUpRedirectLink></signUpRedirectLink>
</u2>
<u3>
<signUpCallButton>Sign Up</signUpCallButton>
<content>Once your account has been created, come back to this page in order to complete step 3.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=59</signUpRedirectLink>
</u3>
<u4>
<signUpCallButton>Sign Up</signUpCallButton>
<content></content>
<signUpRedirectLink></signUpRedirectLink>
</u4>
<u5>
<signUpCallButton>Apply</signUpCallButton>
<content>
Important: Please click on the SAVE button at the bottom of the page only once PayPal has approved your application for this product, otherwise you won’t be able to process any card payments. This process can take up to 3-5 days.<![CDATA[<br />]]>
If your application for Website Payments Pro has already been approved by PayPal, please go directly to step 3.
</content>
<signUpRedirectLink></signUpRedirectLink>
</u5>
<u6>
<signUpCallButton></signUpCallButton>
<content></content>
<signUpRedirectLink></signUpRedirectLink>
</u6>
</country>
<country iso_code="DE">
<yes>Ja</yes>
<no>Nein</no>
<payment_choice>Schnell, einfach, sicher</payment_choice>
<leader>Mit Sicherheit</leader>
<online_payment>mehr Umsatz</online_payment>
<tagline></tagline>
<expectations>PayPal in Ihrem Shop zu aktivieren dauert nur 5 Minuten</expectations>
<benefits>
<![CDATA[
<li><span class="bold">Mehr Kunden akquirieren</span><br />15 Millionen PayPal-Kunden in Deutschland</li>
<li><span class="bold">Mehr Sicherheit genießen</span><br />Der PayPal-Verkäuferschutz sichert Sie im Fall der Fälle ab</li>
<li><span class="bold">Mehr Umsatz generieren</span><br />Steigern Sie Ihren Umsatz um durchschnittlich 18,7%</li>
<li><span class="bold">Mehr Schutz schaffen</span><br />Ihre Warenkorb-Informationen werden nicht weitergegeben</li>
]]>
</benefits>
<your_country>Ihr Land</your_country>
<change_country>Ändern</change_country>
<country_change_title>Land auswählen</country_change_title>
<translated_in_lang>Übersetzt in Ihre Sprache</translated_in_lang>
<customer_support><![CDATA[<span style="font-weight: bold">Haben Sie Fragen?</span>]]> Rufen Sie uns an: 01805 23 32 05</customer_support>
<customer_support_image>call</customer_support_image>
<support_foonote>(Maximal 14 Cent/Min. aus dem Festnetz. Für Anrufe aus Mobilfunknetzen fallen Gebühren von maximal 42 Cent/Min. an.)</support_foonote>
<paypal_account>Haben Sie bereits ein PayPal-Konto</paypal_account>
<select_solution>Wählen Sie Ihre PayPal-Lösung aus</select_solution>
<learn_more><![CDATA[<a href="https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=13" target="_blank">Mehr erfahren</a>]]></learn_more>
<sole_solution_section_title>Möchten Sie PayPal in Ihrem Online-Shop anbieten ?</sole_solution_section_title>
<additional_solution_tagline>Need PayPal in addition to your existing card processor ?</additional_solution_tagline>
<choose>Wählen Sie</choose>
<website_payment_standard>PayPal Express</website_payment_standard>
<website_payment_standard_tagline>
Sie profitieren von weniger Kaufabbrüchen und profitieren so von mehr Umsatz.
</website_payment_standard_tagline>
<website_payment_pro>Website Payments Pro</website_payment_pro>
<website_payment_pro_tagline>Eine professionelle Plattform für eingehende Kreditkarten- und PayPal-Zahlungen, inklusive Verkäuferschutz.<![CDATA[<br />]]>Angepasste Zahlungsseiten. 25,00 EUR monatlich.</website_payment_pro_tagline>
<website_payment_pro_disclaimer>Klicken Sie erst dann auf "Speichern", nachdem PayPal dieses Produkt für Sie freigeschaltet hat. Das dauert in der Regel 3-5 Tage.</website_payment_pro_disclaimer>
<express_checkout>Express Checkout</express_checkout>
<express_checkout_tagline>Steigern Sie Ihre Online-Umsätze um 30%*</express_checkout_tagline>
<express_checkout_tagline_source>* Quelle: Forrester-Studie vom März 2011</express_checkout_tagline_source>
<account_section_title>Eröffnen Sie ein PayPal-Geschäftskonto</account_section_title>
<credentials_section_title>So aktivieren Sie PayPal in Ihrem Online-Shop oder auf Ihrer Webseite</credentials_section_title>
<credentials_tagline>Einfach Ihre PayPal-Daten eingeben, Konto einrichten und sofort Zahlungen akzeptieren</credentials_tagline>
<credentials_description>Übermitteln Sie die Daten Ihrer API-Schnittstelle an PrestaShop</credentials_description>
<credentials_integral_description>Geben Sie dieselbe E-Mail-Adresse an wie bei der Eröffnung Ihres PayPal-Geschäftskontos.</credentials_integral_description>
<credentials_button>API Informationen abrufen</credentials_button>
<credentials_button_disclaimer>Nachdem Sie auf "API Informationen abrufen" geklickt haben, geben Sie bitte Ihren PayPal Login-Namen und das Passwort in das Pop-Up ein, kopieren Sie dann die Infos, um Sie in die unten stehenden Felder einzusetzen.</credentials_button_disclaimer>
<credentials_username>API-Name</credentials_username>
<credentials_password>API-Passwort</credentials_password>
<credentials_signature>API-Signatur</credentials_signature>
<credentials_business_email>API business e-mail</credentials_business_email>
<credentials_fields_disclaimer>Bitte überprüfen Sie Ihre Angaben auf Vollständigkeit.</credentials_fields_disclaimer>
<setup_finalize_title>Schließen Sie den Anmeldeprozess für Ihr PayPal-Konto ab</setup_finalize_title>
<setup_reminder_1>Bestätigen Sie Ihre E-Mail-Adresse: PayPal hat Ihnen nach der Kontoeröffnung eine mail mit weiteren Informatonen gesendet.</setup_reminder_1>
<setup_reminder_2>Fügen Sie in Ihrem PayPal-Konto Ihr Bankkonto oder Ihre Kreditkarte hinzu. Loggen Sie sich in Ihren PayPal Account ein und klicken auf "Mein Geschäftskonto einrichten".</setup_reminder_2>
<configuration_options_title>Weitere Einstellungen</configuration_options_title>
<integral_evolution_solution>Bitte wählen Sie, welche Lösung Sie nutzen möchten</integral_evolution_solution>
<integral_evolution_solution_iframe>iFrame</integral_evolution_solution_iframe>
<integral_evolution_solution_no_iframe>Vollständige Weiterleitung</integral_evolution_solution_no_iframe>
<template_to_choose>Bitte wählen Sie Ihr Template</template_to_choose>
<express_checkout_shortcut_title>Nutzen Sie Express Checkout Shortcut</express_checkout_shortcut_title>
<express_checkout_shortcut_tagline>Per Klick gelangen Ihre Kunden ohne Umwege direkt zur PayPal-Zahlungsseite</express_checkout_shortcut_tagline>
<sandbox_title>Nutzen Sie die Sandbox</sandbox_title>
<sandbox_recommended>(empfohlen)</sandbox_recommended>
<sandbox_tagline>Damit können Sie den PayPal-Bezahlfluss in einer Test-Umgebung ausprobieren.</sandbox_tagline>
<sandbox_learn_more>Mehr erfahren.</sandbox_learn_more>
<sandbox_learn_more_link>http://www.paypalobjects.com/de_DE/html/IntegrationCenter/ic_sandbox.html</sandbox_learn_more_link>
<sandbox_live_mode>Reale Umgebung (empfohlen)</sandbox_live_mode>
<sandbox_test_mode>Test-Umgebung</sandbox_test_mode>
<sandbox_confirmation_title>Wenn Sie die Test-Umgebung aktivieren</sandbox_confirmation_title>
<sandbox_confirmation_content>
<![CDATA[
<li>Können Sie keine Zahlungen empfangen.</li>
<li>Müssen Sie auf diese Seite zurückkehren, um Schritt 3 abzuschließen.</li>
<li>Sollten Sie einen Zugang zur PayPal-Sanbox einrichten. (<a href="https://www.sandbox.paypal.com/de_DE/html/IntegrationCenter/ic_sandbox.html" target="_blank">Mehr erfahren</a>)</li>
<li>Sollten Sie Programierkenntnisse mitbringen.</li>
]]>
</sandbox_confirmation_content>
<sandbox_confirmation_question>Sind Sie sicher, die Test-Umgebung jetzt zu aktivieren ?</sandbox_confirmation_question>
<payment_type_title>Zahlungsweise</payment_type_title>
<payment_type_tagline>
Wählen Sie Ihren Weg der Zahlungsabwicklung (automatische oder manuelle Autorisierung).<![CDATA[<br />]]>
Der PayPal-Verkäuferschutz sichert Sie ab, wenn Ihre Käufer mit PayPal bezahlen. <![CDATA[<a href="https://www.paypal-deutschland.de/sicherheit/schutzprogramme/verkaeuferschutz-details.html">]]>Und so funktioniert es<![CDATA[</a>]]>.
</payment_type_tagline>
<payment_type_direct>Direct sales (recommended)</payment_type_direct>
<payment_type_manual>Authorization/Manual capture (payment shipping)</payment_type_manual>
<save_button>Speichern</save_button>
<error_message>Sie können keine Zahlungen empfangen, wenn Sie nicht die notwendigen Informationen in Schritt 3 angeben.</error_message>
<congratulation_title>Herzlichen Glückwunsch !</congratulation_title>
<congratulation_live_mode>Nun ist PayPal aktiviert und Sie können Zahlungen empfangen.</congratulation_live_mode>
<congratulation_test_mode>Jetzt können Sie die PayPal-Lösungen ausprobieren. Vergessen Sie bitte nicht, hierher zurückzukommen, um die reale Umgebung zu aktivieren. Denn sonst können Sie keine Zahlungen empfangen.</congratulation_test_mode>
<u1>
<signUpCallButton>JETZT ANMELDEN</signUpCallButton>
<content>Sobald Sie das Konto eröffnet haben, fahren Sie bitte mit Schritt 3 fort.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=14</signUpRedirectLink>
</u1>
<u2>
<signUpCallButton>Abonnieren</signUpCallButton>
<content>Klicken Sie erst dann auf "Speichern", nachdem PayPal dieses Produkt für Sie freigeschaltet hat.<![CDATA[<br />]]></content>
<signUpRedirectLink>Andernfalls werden Sie keine Zahlungen verarbeiten können. Das dauert in der Regel 3-5 Tage.</signUpRedirectLink>
</u2>
<u3>
<signUpCallButton>Anmelden</signUpCallButton>
<content>Nachdem Sie Ihr Konto erstellt haben, schließen Sie auf dieser Seite Schritt 3 ab.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=3</signUpRedirectLink>
</u3>
<u4>
<signUpCallButton></signUpCallButton>
<content></content>
<signUpRedirectLink></signUpRedirectLink>
</u4>
<u5>
<signUpCallButton>Abonnieren</signUpCallButton>
<content>Klicken Sie erst dann auf "Speichern", nachdem PayPal dieses Produkt für Sie freigeschaltet hat.<![CDATA[<br />]]>Andernfalls werden Sie keine Zahlungen verarbeiten können. Das dauert in der Regel 3-5 Tage.<![CDATA[<br />]]><![CDATA[<br />]]>Falls PayPal für Sie Website Payments Pro bereits freigeschaltet hat, gehen Sie direkt zu</content>
<signUpRedirectLink></signUpRedirectLink>
</u5>
<u6>
<signUpCallButton></signUpCallButton>
<content></content>
<signUpRedirectLink></signUpRedirectLink>
</u6>
</country>
<country iso_code="ES">
<yes>Sí</yes>
<no>No</no>
<payment_choice>Pague con su tarjeta de débito, crédito o su cuenta PayPal</payment_choice>
<leader></leader>
<online_payment></online_payment>
<tagline>La forma rápida y segura de pagar en Internet</tagline>
<expectations>Aceptar pagos con PayPal sólo le llevará <![CDATA[<span style="font-weight: bold;">]]>unos minutos<![CDATA[</span>]]></expectations>
<benefits>
<![CDATA[
<li><span class="bold">Consiga más clientes</span><br />Más de 100 millones de cuentas activas en el mundo</li>
<li><span class="bold">Acceda a clientes internacionales</span><br />En 190 países y en 25 divisas</li>
<li><span class="bold">Facilite y mejore la experiencia de compra a sus clientes</span><br />Sus clientes pagan en dos clicos</li>
<li><span class="bold">Pagos sin compartir los datos financieros.</span><br />Acepte pagos con tarjeta y cuenta bancaria</li>
]]>
</benefits>
<your_country>Su país</your_country>
<change_country>change</change_country>
<country_change_title>Select your country</country_change_title>
<customer_support><![CDATA[<a href="https://www.paypal.com/es/cgi-bin/helpscr?cmd=_help&t=escalateTab" target="_blank"><span style="font-weight: bold">¿Necesita ayuda?</span> Póngase en contacto con nosotros</a>]]></customer_support>
<customer_support_image>mail</customer_support_image>
<support_foonote></support_foonote>
<paypal_account>¿Ya tiene una cuenta PayPal Empresas?</paypal_account>
<select_solution>Seleccione su solución</select_solution>
<learn_more><![CDATA[<a href="https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=9" target="_blank">Más información</a>]]></learn_more>
<sole_solution_section_title>¿Necesita PayPal para procesar todos sus pagos con tarjeta? </sole_solution_section_title>
<additional_solution_tagline>¿Desea aceptar PayPal como forma de pago adicional a su pasarela actual?</additional_solution_tagline>
<choose>Elija</choose>
<website_payment_standard>Pago estándar</website_payment_standard>
<website_payment_standard_tagline>Comience a aceptar pagos al instante. Sin comisiones de alta, mantenimiento o cancelación, la única tarifa que se paga es cuando se recibe un pago.</website_payment_standard_tagline>
<website_payment_pro>PayPal Pasarela Integral</website_payment_pro>
<website_payment_pro_tagline>
Una pasarela todo en uno para aceptar pagos con tarjetas y con cuenta PayPal.<![CDATA[<br />]]>
Además de poder personalizar su flujo de pago, cuenta con un programa de protección*.<![CDATA[<br />]]>
Flujo de pago personalizado. Todo por una tarifa mensual de 15 eur.<![CDATA[<br /><span style="font-size: 0.8em;">]]>
* Ver téminos y condiciones de Pasarela Integral de PayPal<![CDATA[</span>]]>
</website_payment_pro_tagline>
<website_payment_pro_disclaimer>Haga clic en el botón GUARDAR solo cuando PayPal apruebe su suscripción para este producto. Este proceso puede tardar 3-5 días.</website_payment_pro_disclaimer>
<express_checkout>Pago exprés</express_checkout>
<express_checkout_tagline>Aumente sus ventas online en un 18%*</express_checkout_tagline>
<express_checkout_tagline_source>*Fuente: Estudio independiente realizado por Ipsos Public Affairs en julio de 2010, los vendedores online reportaron un incremento medio del 18% en sus ventas al añadir Pago exprés en su web.</express_checkout_tagline_source>
<account_section_title>Abra su cuenta PayPal Empresas</account_section_title>
<credentials_section_title>Active su tienda online para aceptar pagos con PayPal </credentials_section_title>
<credentials_tagline></credentials_tagline>
<credentials_description>Comunique su información de identificación de PayPal a PrestaShop</credentials_description>
<credentials_integral_description>Indique el correo electrónico asociado a su cuenta PayPal Empresas</credentials_integral_description>
<credentials_button>Obtener mis datos de Identificación de PayPal</credentials_button>
<credentials_button_disclaimer>Después de hacer clic en el botón "Obtener mis datos de identificación en PayPal", introduzca su nombre de usuario y contraseña en la ventana emergente, copie sus datos de identificación de la ventana emergente y péguelos en los campos correspondientes.</credentials_button_disclaimer>
<credentials_username>Nombre de usuario de API</credentials_username>
<credentials_password>Contraseña de API</credentials_password>
<credentials_signature>Firma</credentials_signature>
<credentials_business_email>Correo electrónico en PayPal</credentials_business_email>
<credentials_fields_disclaimer>Asegúrese de incluir todos los caracteres, comprueba una vez más que ha pegado todos los caracteres.</credentials_fields_disclaimer>
<setup_finalize_title>Para finalizar configure su cuenta PayPal siguiendo estos pasos</setup_finalize_title>
<setup_reminder_1>Confirme su dirección de correo electrónico: compruebe el correo electrónico enviado por PayPal al crear su cuenta</setup_reminder_1>
<setup_reminder_2>Añada una tarjeta o cuenta bancaria a su cuenta PayPal: inicie sesión en su cuenta PayPal y vaya a "Verificar mi tarjeta"</setup_reminder_2>
<configuration_options_title>Opciones de configuración</configuration_options_title>
<integral_evolution_solution>Seleccione la solución que desea usar</integral_evolution_solution>
<integral_evolution_solution_iframe>Iframe</integral_evolution_solution_iframe>
<integral_evolution_solution_no_iframe>Redirección de página completa</integral_evolution_solution_no_iframe>
<template_to_choose>Seleccione una plantilla</template_to_choose>
<express_checkout_shortcut_title>Utilice Pago exprés (acceso rápido)</express_checkout_shortcut_title>
<express_checkout_shortcut_tagline>Ofrezca a sus clientes una opción de pago con tan solo 2 clics</express_checkout_shortcut_tagline>
<sandbox_title>Utilice el entorno de prueba Sandbox</sandbox_title>
<sandbox_recommended>(recomendado)</sandbox_recommended>
<sandbox_tagline>Active un entorno de prueba en su cuenta PayPal (solo si es programador).</sandbox_tagline>
<sandbox_learn_more>Más Información</sandbox_learn_more>
<sandbox_live_mode>Modo real (recomendado)</sandbox_live_mode>
<sandbox_test_mode>Modo de prueba</sandbox_test_mode>
<sandbox_confirmation_title> La activación del modo de prueba implica que</sandbox_confirmation_title>
<sandbox_confirmation_content>
<![CDATA[
<li>No podrá aceptar pagos.</li>
<li>Tendrá que regresar a la página de PayPal para completar el paso 3 antes de estar en modo real.</li>
<li>Tendrá que crear una cuenta en el entorno Sandbox de PayPal (<a href="https://developer.paypal.com/" target="_blank">Más información</a>)</li>
<li>Necesitará conocimientos de programación</li>
]]>
</sandbox_confirmation_content>
<sandbox_confirmation_question>¿Está seguro que desea activar el modo de prueba?</sandbox_confirmation_question>
<payment_type_title>Método de pago</payment_type_title>
<payment_type_tagline>Elija su forma de procesar los pagos (autorización automática o manual).</payment_type_tagline>
<payment_type_direct>Direct sales</payment_type_direct>
<payment_type_manual>Authorization/Manual capture (payment shipping)</payment_type_manual>
<save_button>Guardar</save_button>
<error_message>Tiene que completar los datos de Identificación de PayPal en el paso 3 para que pueda aceptar pagos.</error_message>
<congratulation_title>Enhorabuena !</congratulation_title>
<congratulation_live_mode>Ya puede aceptar pagos con PayPal.</congratulation_live_mode>
<congratulation_test_mode>Ya puede probar las soluciones de PayPal. No olvide volver a esta página para activar el modo real y poder aceptar pagos.</congratulation_test_mode>
<u1>
<signUpCallButton>Abrir una cuenta</signUpCallButton>
<content>Una vez que haya abierto su cuenta, regrese a esta página para completar el paso 3.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=10</signUpRedirectLink>
</u1>
<u2>
<signUpCallButton>Solicitar</signUpCallButton>
<content>
Haga clic en el botón GUARDAR solo cuando PayPal apruebe su suscripción para este producto. Este proceso puede tardar 3-5 días.
</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=12</signUpRedirectLink>
</u2>
<u3>
<signUpCallButton>Abrir una cuenta</signUpCallButton>
<content>Una vez que haya abierto su cuenta, regrese a esta página para completar el paso 3.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=11</signUpRedirectLink>
</u3>
<u4></u4>
<u5>
<signUpCallButton>Solicitar</signUpCallButton>
<content>
Haga clic en el botón GUARDAR solo cuando PayPal apruebe su suscripción para este producto. Este proceso puede tardar 3-5 días<![CDATA[<br />]]>
Si PayPal ya ha aprobado su solicitud de Pasarela integral, vaya directamente <![CDATA[<a href="#" id="step3">]]>al paso 3.<![CDATA[</a>]]>.
</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=12</signUpRedirectLink>
</u5>
<u6></u6>
</country>
<country iso_code="FR">
<yes>Oui</yes>
<no>Non</no>
<payment_choice>Payez par carte ou par compte PayPal</payment_choice>
<leader>Leader des</leader>
<online_payment>paiements en ligne</online_payment>
<tagline>Plus simple, plus rapide et plus sûr pour vos clients.</tagline>
<expectations>Commencer avec PayPal ne prend que <![CDATA[<span style="font-weight: bold;">]]>5 minutes<![CDATA[</span>]]></expectations>
<benefits>
<![CDATA[
<li><span class="bold">Touchez plus de clients</span><br />Plus de 100 millions de comptes actifs à travers le monde</li>
<li><span class="bold">Acceptez les paiements à l'international</span><br />190 pays, 25 devises</li>
<li><span class="bold">Rassurez vos clients</span><br />Ils n'ont pas besoin de partager leurs informations confidentielles</li>
<li><span class="bold">Acceptez les principaux moyens de paiements</span><br />Visa, Mastercard, Carte Bleue, Aurore, Cofinoga, 4 Etoiles, PayPal</li>
]]>
</benefits>
<translated_in_lang>Traduis dans votre langue</translated_in_lang>
<your_country>Votre pays</your_country>
<change_country>changer</change_country>
<country_change_title>Select your country</country_change_title>
<customer_support><![CDATA[<span style="font-weight: bold">Besoin d'aide ?</span>]]> Appelez nous au 0800 942 850*</customer_support>
<customer_support_image>call</customer_support_image>
<support_foonote>* Appel gratuit depuis un poste fixe, 7 jours /7 de 9h00 à 18h30.</support_foonote>
<paypal_account>Vous possédez déjà un compte PayPal Professionnel</paypal_account>
<select_solution>Choisissez votre solution</select_solution>
<learn_more><![CDATA[<a href="https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=1" target="_blank">En savoir plus</a>]]></learn_more>
<sole_solution_section_title>Besoin de PayPal pour accepter tous les paiements par carte ?</sole_solution_section_title>
<additional_solution_tagline>Besoin d'ajouter le bouton PayPal en tant que moyen de paiement supplémentaire ?</additional_solution_tagline>
<choose>Choisissez</choose>
<website_payment_standard>PayPal Intégral</website_payment_standard>
<website_payment_standard_tagline>
Acceptez immédiatement les principaux moyens de paiements du web. Pas de frais fixe ni d'engagement de durée. Payez seulement à la réception des paiements.
</website_payment_standard_tagline>
<website_payment_pro>PayPal Intégral Evolution</website_payment_pro>
<website_payment_pro_tagline>
Une plateforme de paiement complète, une protection des paiements en plus*.<![CDATA[<br />]]>
Ayez la possibilité de personnaliser votre page de paiement. Abonnement mensuel de 25€.
<![CDATA[<br /><span style="font-size: 0.8em;">]]>*Soumis à conditions, voir les <![CDATA[<a href="https://cms.paypal.com/fr/cgi-bin/?cmd=_render-content&content_ID=ua/ProVT_full" target="_blank">]]>conditions d'utilisation<![CDATA[</a></span>]]>
</website_payment_pro_tagline>
<website_payment_pro_disclaimer>PayPal Integral Evolution est soumis à conditions et le traitement de votre inscription peut prendre 3 à 5 jours ouvrés. Merci de ne cliquer sur le bouton "Sauvegardez" en bas de la page qu'une fois votre inscription validée par PayPal.</website_payment_pro_disclaimer>
<express_checkout>PayPal Option +</express_checkout>
<express_checkout_tagline>Ajoutez PayPal Option + peut générer 20 à 30 % de ventes additionnelles*.</express_checkout_tagline>
<express_checkout_tagline_source>*Source: Étude Forrester réalisée en mars 2011</express_checkout_tagline_source>
<account_section_title>Souscrivez ou ouvrez un compte PayPal Professionnel</account_section_title>
<credentials_section_title>Configurez votre solution pour commencer à accepter les paiements</credentials_section_title>
<credentials_tagline></credentials_tagline>
<credentials_description>Communiquez vos informations d'identification PayPal à PrestaShop</credentials_description>
<credentials_integral_description>Indiquez l'email que vous avez utilisé pour créer votre compte PayPal professionnel</credentials_integral_description>
<credentials_button>Obtenir mes informations d'identification PayPal</credentials_button>
<credentials_button_disclaimer>Après avoir cliqué sur le bouton "Obtenir mes informations d'identification PayPal", entrez vos identifiant et mot de passe PayPal dans la fenêtre qui s'affichera, copier les informations fournies par PayPal et collez les dans les champs ci-dessous.</credentials_button_disclaimer>
<credentials_username>Identifiant API</credentials_username>
<credentials_password>Mot de passe API</credentials_password>
<credentials_signature>Signature</credentials_signature>
<credentials_business_email>E-mail compte PayPal professionnel</credentials_business_email>
<credentials_fields_disclaimer>Merci de vérifier que vous avez bien collé l'ensemble des caractères, certain champs contiennent beaucoup de caractères.</credentials_fields_disclaimer>
<setup_finalize_title>Pour finir la configuration de votre compte PayPal</setup_finalize_title>
<setup_reminder_1>Confirmer votre adresse e-mail en suivant la procédure envoyée par PayPal lors de la création de votre compte</setup_reminder_1>
<setup_reminder_2>Lier votre compte PayPal à un compte bancaire ou à une carte bancaire. Connectez-vous à votre compte PayPal et rendez-vous dans la section "Premier pas"</setup_reminder_2>
<configuration_options_title>Options de configuration PayPal</configuration_options_title>
<integral_evolution_solution>Choisissez votre solution</integral_evolution_solution>
<integral_evolution_solution_iframe>Iframe</integral_evolution_solution_iframe>
<integral_evolution_solution_no_iframe>Redirection complète de la page</integral_evolution_solution_no_iframe>
<template_to_choose>Choisissez un template</template_to_choose>
<express_checkout_shortcut_title>Utilisez PayPal Express</express_checkout_shortcut_title>
<express_checkout_shortcut_tagline>Offrez à vos clients la possibilité de payer en 2 clics</express_checkout_shortcut_tagline>
<in_context_checkout_title>Utilisez PayPal In Context Checkout</in_context_checkout_title>
<in_context_checkout_tagline>Faites payer votre client sans quitter votre site</in_context_checkout_tagline>
<in_context_checkout_merchant_id>ID du marchant</in_context_checkout_merchant_id>
<sandbox_title>Utilisez la Sandbox</sandbox_title>
<sandbox_recommended>(recommandé)</sandbox_recommended>
<sandbox_tagline>Mettez en place un environnement de test dans votre compte PayPal (seulement si vous êtes un développeur).</sandbox_tagline>
<sandbox_learn_more>Plus d'infos</sandbox_learn_more>
<sandbox_live_mode>Mode réel (recommandé)</sandbox_live_mode>
<sandbox_test_mode>Mode test</sandbox_test_mode>
<sandbox_confirmation_title>Activer le mode test implique que</sandbox_confirmation_title>
<sandbox_confirmation_content>
<![CDATA[
<li>Vous ne serez pas en mesure d'accepter les paiements immédiatement</li>
<li>Vous devrez créer un compte test sur le site PayPal sandbox. (<a href="https://developer.paypal.com/" target="_blank">plus d'infos</a>)</li>
<li>Vous aurez besoin de compétences en développement</li>
<li>Vous devrez revenir à la page du module PayPal afin de compléter l'étape 3 avec les informations d'identification de votre compte test</li>
<li>Pour passer en mode réel, vous devrez revenir sur la page du module PayPal et indiquer vos informations d'identification PayPal à nouveau</li>
]]>
</sandbox_confirmation_content>
<sandbox_confirmation_question>Êtes vous sûr de vouloir activer le mode test ?</sandbox_confirmation_question>
<payment_type_title>Type de paiement</payment_type_title>
<payment_type_tagline>Choisissez votre manière de valider les paiements (Automatique vs. Autorisation manuelle).</payment_type_tagline>
<payment_type_direct>Direct sales</payment_type_direct>
<payment_type_manual>Authorization/Manual capture (payment shipping)</payment_type_manual>
<save_button>Sauvegardez</save_button>
<error_message>Vous devrez compléter l'ensemble des informations d'identification PayPal durant l'étape 3 autrement vous ne serez pas en mesure d'accepter les paiements.</error_message>
<congratulation_title>Bravo !</congratulation_title>
<congratulation_live_mode>Vous pouvez maintenant commencer à accepter les paiements avec PayPal.</congratulation_live_mode>
<congratulation_test_mode>Vous pouvez maintenant commencer à tester les solutions PayPal. N'oubliez surtout pas de revenir sur cette page et d'activer le mode réel afin de commencer à accepter les paiements.</congratulation_test_mode>
<u1>
<signUpCallButton>Ouvrez un compte</signUpCallButton>
<content>Une fois votre compte créé, revenez sur cette page pour compléter l'étape 3.</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=2</signUpRedirectLink>
</u1>
<u2>
<signUpCallButton>Souscrivez</signUpCallButton>
<content>
PayPal Integral Evolution est soumis à conditions et la validation de votre inscription peut prendre 3 à 5 jours ouvrés.<![CDATA[<br />]]>
Veuillez ne cliquer sur le bouton "Sauvegardez" en bas de la page qu'une fois votre inscription validée par PayPal
</content>
<signUpRedirectLink>https://altfarm.mediaplex.com/ad/ck/3484-148727-12439-23?ID=4</signUpRedirectLink>
</u2>
<u3>