• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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