- This topic has 1 reply, 2 voices, and was last updated 2 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Where to translate the [swpm_show_subscriptions] shortcode ?
Tagged: translate
I need to translate this part of the plugin into french please.
Where can I did that please ?
I didn’t find these sentences with LOCO TRANSLATE :
Are you sure that you want to cancel the subscription?
Active subscription not detected for the member account with the username:XXX
etc…
Thank you.
Copy the following lines from the simple-membership-fr_CA.po file to the simple-membership-fr_FR.po file.
#: classes/class-swpm-member-subscriptions.php:134
msgid “Are you sure that you want to cancel the subscription?”
msgstr “Es-tu sûre de vouloir annuler ton abonnement?”
Add these lines to the simple-membership-fr_FR.po file.
#: classes/shortcode-related/class.swpm-shortcodes-handler.php:340
msgid “”
“Active subscription not detected for the member account with the username: ”
msgstr “”
Populate the “” in the msgstr string with your translation.
Use poedit to create a new simple-membership-fr_FR.mo file.