• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

NL_nl Translation error

W

wiebren

Guest
When I am in the Wizard/Edit there are 3 values not correctly translated, see the attachment.
 

Attachments

  • sitebuilder2.JPG
    sitebuilder2.JPG
    54.5 KB · Views: 71
workaround

For solving this problem you should delete backslashes from key "duplicatePageFileName" in usr/local/sitebuilder/resources/locale/nl_NL/Wizard/Edit.lng.

$ grep -R "duplicatePageFileName" /usr/local/sitebuilder/resources/locale/nl_NL/
/usr/local/sitebuilder/resources/locale/nl_NL/Wizard/Edit.lng:duplicatePageFileName = "Bestandsnaam van de pagina moet uniek zijn binnen elke sitestructuur. Ook mag u een pagina niet \'index\' noemen, omdat dit een reserveerde naam is."
$
 
Back
Top