Title: Text debit card
Last modified: September 18, 2023

---

# Text debit card

 *  Resolved [Kaleu_87](https://wordpress.org/support/users/kaleu_87/)
 * (@kaleu_87)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/)
 * Hey! Our shop is in germany and no one knows the word “debit Card”. Is it possible
   to change the text to a german word?
 * Greetings!
    -  This topic was modified 2 years, 7 months ago by [Kaleu_87](https://wordpress.org/support/users/kaleu_87/).
    -  This topic was modified 2 years, 7 months ago by [Kaleu_87](https://wordpress.org/support/users/kaleu_87/).

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/#post-17059857)
 * hi [@kaleu_87](https://wordpress.org/support/users/kaleu_87/)
 * On the Advanced Settings page of the PayPal plugin, enable `Site language` for
   the Locale Setting option. When Site language is selected, the plugin will use
   the language setting from your WordPress site.
 * Kind Regards
 *  Thread Starter [Kaleu_87](https://wordpress.org/support/users/kaleu_87/)
 * (@kaleu_87)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/#post-17062304)
 * Hey, thanks! The text changes to german, but still the word “debit card” is used,
   this word is not common in German. We use “Lastschrift”. How can i change the
   text? I tried with Loco translate, but there is no entry for that.
 *  Thread Starter [Kaleu_87](https://wordpress.org/support/users/kaleu_87/)
 * (@kaleu_87)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/#post-17062321)
 * And unfortunately the text “Click the PayPal button below to process your order.”
   is not translated to german. This text also does not work for translation with
   a translation plugin
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/#post-17063110)
 * > How can i change the text? I tried with Loco translate, but there is no entry
   > for that.
 * The PayPal buttons can’t be translated the same way the plugin text can because
   they’re part of the PayPal SDK. The site language is communicated to PayPal and
   they perform the translation. When I select German as the site language, the 
   card button says `Debit- oder Kreditkarte`. What language setting are you using
   on your WordPress site?
 * > And unfortunately the text “Click the PayPal button below to process your order.”
   > is not translated to german. This text also does not work for translation with
   > a translation plugin
 * This isn’t a PayPal plugin issue, that string is part of the POT file just like
   all of the other plugin texts. Translation issues are usually related to the 
   directory where you chose to store your translations. [Here is a link to the translation file, showing that text exists.](https://plugins.trac.wordpress.org/browser/pymntpl-paypal-woocommerce/tags/1.0.38/i18n/languages/pymntpl-paypal-woocommerce.pot#L1683)
 * Kind Regards,
 *  Thread Starter [Kaleu_87](https://wordpress.org/support/users/kaleu_87/)
 * (@kaleu_87)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/#post-17063124)
 * Ok, regarding to loco translate everything works. And here, our translated text
   is: [https://ibb.co/qjLKPTG](https://ibb.co/qjLKPTG)
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/#post-17063141)
 * Hi [@kaleu_87](https://wordpress.org/support/users/kaleu_87/)
 * I would recommend you contact the Loco translate team for any issues related 
   to translations not appearing correctly on your frontend.
 * The only interaction the PayPal plugin has with translations is by providing 
   the POT file. Beyond that, the PayPal plugin does not control any of the translation
   logic as that’s all handled by WordPress’s internal code and the translation 
   plugin that you’re using.
 * Kind Regards
 *  Thread Starter [Kaleu_87](https://wordpress.org/support/users/kaleu_87/)
 * (@kaleu_87)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/#post-17063151)
 * Ok, thanks. Is that the right direction fot .po?
 * `.... plugins/pymntpl-paypal-woocommerce/i18n/languages/pymntpl-paypal-woocommerce-
   de_DE.po`
 *  Thread Starter [Kaleu_87](https://wordpress.org/support/users/kaleu_87/)
 * (@kaleu_87)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/#post-17063191)
 * Ok, i asked loco translate and they said, the [Payment Plugins for PayPal WooCommerce](https://wordpress.org/support/plugin/pymntpl-paypal-woocommerce/)
   Plugin does not support the necessary. po files. Only .pot. would it be conceivable
   that i simply change this one text of the plugin php?
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/#post-17063192)
 * [@kaleu_87](https://wordpress.org/support/users/kaleu_87/) You should store the
   translations in the `/wp-content/languages` folder.
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/#post-17063210)
 * > Ok, i asked loco translate and they said, the [Payment Plugins for PayPal WooCommerce](https://wordpress.org/support/plugin/pymntpl-paypal-woocommerce/)
   > Plugin does not support the necessary. po files
 * That reply from Loco doesn’t make sense. The PO file contains the translations,
   it’s the POT file that provides the translatable strings which our plugin does
   correctly.
 *  Thread Starter [Kaleu_87](https://wordpress.org/support/users/kaleu_87/)
 * (@kaleu_87)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/#post-17063217)
 * Hey, thanks a lot! Your hint “you should store the translations in the `/wp-content/
   languages` folder.” worked perfectly. Merci!
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/#post-17063223)
 * You’re welcome, glad we could help.
 * If you have a moment we always appreciate a good review.
 * [https://wordpress.org/support/plugin/pymntpl-paypal-woocommerce/reviews/](https://wordpress.org/support/plugin/pymntpl-paypal-woocommerce/reviews/)

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Text debit card’ is closed to new replies.

 * ![](https://ps.w.org/pymntpl-paypal-woocommerce/assets/icon-256x256.png?rev=2718338)
 * [Payment Plugins for PayPal WooCommerce](https://wordpress.org/plugins/pymntpl-paypal-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pymntpl-paypal-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pymntpl-paypal-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/pymntpl-paypal-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pymntpl-paypal-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pymntpl-paypal-woocommerce/reviews/)

 * 12 replies
 * 2 participants
 * Last reply from: [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/text-debit-card/#post-17063223)
 * Status: resolved