stripe.lang 4.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # Dolibarr language file - Source file is en_US - stripe
  2. StripeSetup=Stripe module setup
  3. StripeDesc=Offer your customers an online payment page for payments with credit/debit cards via <a href="https://www.stripe.com" target="_blank" rel="noopener noreferrer external">Stripe</a>. This can be used to allow your customers to make ad-hoc payments or for payments related to a particular Dolibarr object (invoice, order, ...)
  4. StripeOrCBDoPayment=Pay with credit card or Stripe
  5. FollowingUrlAreAvailableToMakePayments=Following URLs are available to offer a page to a customer to make a payment on Dolibarr objects
  6. PaymentForm=Payment form
  7. WelcomeOnPaymentPage=Welcome to our online payment service
  8. ThisScreenAllowsYouToPay=This screen allow you to make an online payment to %s.
  9. ThisIsInformationOnPayment=This is information on payment to do
  10. ToComplete=To complete
  11. YourEMail=Email to receive payment confirmation
  12. STRIPE_PAYONLINE_SENDEMAIL=Email notification after a payment attempt (success or fail)
  13. Creditor=Creditor
  14. PaymentCode=Payment code
  15. StripeDoPayment=Pay with Stripe
  16. YouWillBeRedirectedOnStripe=You will be redirected on secured Stripe page to input you credit card information
  17. Continue=Next
  18. ToOfferALinkForOnlinePayment=URL for %s payment
  19. ToOfferALinkForOnlinePaymentOnOrder=URL to offer a %s online payment page for a sales order
  20. ToOfferALinkForOnlinePaymentOnInvoice=URL to offer a %s online payment page for a customer invoice
  21. ToOfferALinkForOnlinePaymentOnContractLine=URL to offer a %s online payment page for a contract line
  22. ToOfferALinkForOnlinePaymentOnFreeAmount=URL to offer a %s online payment page of any amount with no existing object
  23. ToOfferALinkForOnlinePaymentOnMemberSubscription=URL to offer a %s online payment page for a member subscription
  24. ToOfferALinkForOnlinePaymentOnDonation=URL to offer a %s online payment page for payment of a donation
  25. YouCanAddTagOnUrl=You can also add url parameter <b>&tag=<i>value</i></b> to any of those URL (mandatory only for payment not linked to an object) to add your own payment comment tag.<br>For the URL of payments with no existing object, you may also add the parameter <strong>&noidempotency=1</strong> so the same link with same tag can be used several times (some payment mode may limit the payment to 1 for each different link without this parameter)
  26. SetupStripeToHavePaymentCreatedAutomatically=Setup your Stripe with url <b>%s</b> to have payment created automatically when validated by Stripe.
  27. AccountParameter=Account parameters
  28. UsageParameter=Usage parameters
  29. InformationToFindParameters=Help to find your %s account information
  30. STRIPE_CGI_URL_V2=Url of Stripe CGI module for payment
  31. CSSUrlForPaymentForm=CSS style sheet url for payment form
  32. NewStripePaymentReceived=New Stripe payment received
  33. NewStripePaymentFailed=New Stripe payment tried but failed
  34. FailedToChargeCard=Failed to charge card
  35. STRIPE_TEST_SECRET_KEY=Secret test key
  36. STRIPE_TEST_PUBLISHABLE_KEY=Publishable test key
  37. STRIPE_TEST_WEBHOOK_KEY=Webhook test key
  38. STRIPE_LIVE_SECRET_KEY=Secret live key
  39. STRIPE_LIVE_PUBLISHABLE_KEY=Publishable live key
  40. STRIPE_LIVE_WEBHOOK_KEY=Webhook live key
  41. ONLINE_PAYMENT_WAREHOUSE=Stock to use for stock decrease when online payment is done<br>(TODO When option to decrease stock is done on an action on invoice and the online payment generate itself the invoice ?)
  42. StripeLiveEnabled=Stripe live enabled (otherwise test/sandbox mode)
  43. StripeImportPayment=Import Stripe payments
  44. ExampleOfTestCreditCard=Example of credit card for test: %s => valid, %s => error CVC, %s => expired, %s => charge fails
  45. StripeGateways=Stripe gateways
  46. OAUTH_STRIPE_TEST_ID=Stripe Connect Client ID (ca_...)
  47. OAUTH_STRIPE_LIVE_ID=Stripe Connect Client ID (ca_...)
  48. BankAccountForBankTransfer=Bank account for fund payouts
  49. StripeAccount=Stripe account
  50. StripeChargeList=List of Stripe charges
  51. StripeTransactionList=List of Stripe transactions
  52. StripeCustomerId=Stripe customer id
  53. StripePaymentModes=Stripe payment modes
  54. LocalID=Local ID
  55. StripeID=Stripe ID
  56. NameOnCard=Name on card
  57. CardNumber=Card Number
  58. ExpiryDate=Expiry Date
  59. CVN=CVN
  60. DeleteACard=Delete Card
  61. ConfirmDeleteCard=Are you sure you want to delete this Credit or Debit card?
  62. CreateCustomerOnStripe=Create customer on Stripe
  63. CreateCardOnStripe=Create card on Stripe
  64. ShowInStripe=Show in Stripe
  65. StripeUserAccountForActions=User account to use for email notification of some Stripe events (Stripe payouts)
  66. StripePayoutList=List of Stripe payouts
  67. ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
  68. ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
  69. PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
  70. ClickHereToTryAgain=<a href="%s">Click here to try again...</a>
  71. CreationOfPaymentModeMustBeDoneFromStripeInterface=Due to Strong Customer Authentication rules, creation of a card must be done from Stripe backoffice. You can click here to switch on Stripe customer record: %s