Skip to content Skip to sidebar

This thread is resolved. Here is a description of the problem and solution.

Problem:
The client is unable to see the French translation of text from the "WP-PageNavi" plugin on their French page, despite following the usual steps for string translation.

Solution:
1. Navigate to WPML >> String Translation page.
2. Click on the Translate texts in admin screens » link at the bottom of the page.
3. Search for the required string.
4. Select the string.
5. Click on the Add to String Translation button.
6. Return to the String Translation page by clicking on the "« Return to String Translation" link.
7. Add the translation from the WPML >> String Translation page.

For more detailed instructions on translating texts in admin screens, please refer to our documentation: Translating texts in admin screens.

If the solution provided here does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, we encourage you to open a new support ticket. We also highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. For further assistance, please visit our support forum: WPML support forum.

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Tagged: 

This topic contains 3 replies, has 2 voices.

Last updated by Noman 1 year, 3 months ago.

Assisted by: Noman.

Author Posts
May 3, 2024 at 1:35 pm #15591584

insiaT

In the string translation, I translated some text of the "WP-PageNavi" plugin from English to French. However, the text is not translated and I still see the English version of the text on the French page (attached screenshots).

I used the same steps as every time, to translate the text. just to LYK, I followed the below steps:

1. Went to "theme and plugin localization" and "selected the plugin for string translation"
2. Then translated the text in "string translation"

Screenshot 2024-05-03 153309.png
Screenshot 2024-05-03 153240.png
May 5, 2024 at 3:07 pm #15594415

Noman
WPML Supporter since 06/2016

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting WPML Support. Sorry for the delay due to high workload. To translate the Theme/plugin options pages text, please follow the below steps:

1. Go to WPML >> String Translation page.
2. Scroll down and click on the Translate texts in admin screens » link at the bottom of the page.
3. Search for the your required string as you can see in the attached screenshot.
4. Select the string.
5. Click on the Add to String Translation button.
6. Then click on "« Return to String Translation" link.
7. Add the translation from WPML >> String Translation page.

Here is a doc for more details about translating texts in admin screens: https://wpml.org/documentation/getting-started-guide/string-translation/finding-strings-that-dont-appear-on-the-string-translation-page/

Please let me know the results,
Thank you

Plugin options page text.png
Enable admin text translation.png
May 6, 2024 at 8:36 am #15595916

insiaT

Hi,

It worked

Why is the translation thing different this time? I used to do it in another way as I attached in screenshots.

May 6, 2024 at 10:33 am #15596549

Noman
WPML Supporter since 06/2016

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Glad to hear it worked.

We can translate the text that is coming from theme/plugin files directly from WPML >> String translation page. To translate the admin text there are two possible options to make them available for translation:

1. They could be enabled from WPML >> String Translation > Translate texts in admin screens » page.

2. Or they could be enabled by using our XML method as follows:

<wpml-config>
  <admin-texts>
    <key name="pagenavi_options">
             <key name="last_text"/>
     </key>
  </admin-texts>
</wpml-config>

Maybe plugin author uses XML method before that’s why you don’t need to enable yourself.

Please let me know if this resolves the issue or if you need further assistance.
Thank you