• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Forwarded to devs Translated about page

Edward Dekker

Basic Pleskian
TITLE:
Translated about page
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Product version: Plesk Onyx 17.8.11
Build date: 2018/09/20 15:00
OS version: CentOS 7.5.1804
Revision: c3fb546fb867ac424d65da14d8b023f11ec0d150
Architecture: 64-bit
Wrapper version: 1.2
PROBLEM DESCRIPTION:
Translation will not be recorded into about page of Plesk Onyx.​

STEPS TO REPRODUCE:
Insert code from language zipfile of locales manager
FILE:
PLESK_17_8_nl-NL_XX_Oct_2018\SAP\nl-NL\messages_nl-NL.php
Code:
'controllers.about.index' => [
'controllers.about.title' => 'Over Plesk',
'controllers.about.copyright' => '© 2018 Plesk International GmbH. Alle rechten voorbehouden.',
'controllers.about.linkLicenseManagement' => 'Ga naar licentiebeheer',
'controllers.about.panelVersion' => 'Versie',
'controllers.about.installedPatchVersion' => 'Update #%%patch%%',
'controllers.about.licenseKey' => 'Licentiesleutel',
'controllers.about.productDescription' => 'Plesk is een leidende WebOps platform. Automatiseren is ons vak met groeiende applicaties, websites en hosting mogelijkheden.',
'controllers.about.readEula' => 'Lees onze %%link%%.',
'controllers.about.linkEula' => 'Eindgebruikers Licentie Overeenkomst',
'controllers.about.visitForum' => 'Bezoek %%link%%',
'controllers.about.linkForum' => 'Plesk forum',
'controllers.about.followUs' => 'Ontmoet ons',
'controllers.about.visitSite' => 'Lees meer op %%link%%',
'controllers.about.linkSite' => 'plesk.com',
'controllers.about.visitBlog' => 'Vindt inspiratie via %%link%%',
'controllers.about.linkBlog' => 'Plesk Blog',

ACTUAL RESULT:
Fatal exception received with a server wide error on about Plesk page (https://example.com:8443/admin/about)​

EXPECTED RESULT:
Translated to a about page with Dutch language format.​

ANY ADDITIONAL INFORMATION:
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Help with sorting out
 
Last edited:
I would like also review missing translations in my spare time that i have. Just post a file to a translation website of Plesk and i review the English text for the Dutch language. Maybe others would like also translate at this website too for all kind of languages.
 
Last edited:
In the file uploaded from Locales Manager the following should be added in PLESK_17_8_nl-NL_XX_Oct_2018\SAP\nl-NL\messages_nl-NL.php:

Code:
'controllers.about.index.index.title' => 'Over Plesk',
'controllers.about.index.index.copyright' => '© 2018 Plesk International GmbH. Alle rechten voorbehouden.',
'controllers.about.index.index.linkLicenseManagement' => 'Ga naar licentiebeheer',
'controllers.about.index.panelVersion' => 'Versie',
'controllers.about.index.installedPatchVersion' => 'Update #%%patch%%',
'controllers.about.index.licenseKey' => 'Licentiesleutel',
'controllers.about.index.productDescription' => 'Plesk is een leidende WebOps platform. Automatiseren is ons vak met groeiende applicaties, websites en hosting mogelijkheden.',
'controllers.about.index.readEula' => 'Lees onze %%link%%.',
'controllers.about.index.linkEula' => 'Eindgebruikers Licentie Overeenkomst',
'controllers.about.index.visitForum' => 'Bezoek %%link%%',
'controllers.about.index.linkForum' => 'Plesk forum',
'controllers.about.index.followUs' => 'Ontmoet ons',
'controllers.about.index.visitSite' => 'Lees meer op %%link%%',
'controllers.about.index.linkSite' => 'plesk.com',
'controllers.about.index.visitBlog' => 'Vindt inspiratie via %%link%%',
'controllers.about.index.linkBlog' => 'Plesk Blog',

This way page changes according to your needs.
 
This evening will i check out your suggestion.

Thanks a lot!

In the file uploaded from Locales Manager the following should be added in PLESK_17_8_nl-NL_XX_Oct_2018\SAP\nl-NL\messages_nl-NL.php:

Code:
'controllers.about.index.index.title' => 'Over Plesk',
'controllers.about.index.index.copyright' => '© 2018 Plesk International GmbH. Alle rechten voorbehouden.',
'controllers.about.index.index.linkLicenseManagement' => 'Ga naar licentiebeheer',
'controllers.about.index.panelVersion' => 'Versie',
'controllers.about.index.installedPatchVersion' => 'Update #%%patch%%',
'controllers.about.index.licenseKey' => 'Licentiesleutel',
'controllers.about.index.productDescription' => 'Plesk is een leidende WebOps platform. Automatiseren is ons vak met groeiende applicaties, websites en hosting mogelijkheden.',
'controllers.about.index.readEula' => 'Lees onze %%link%%.',
'controllers.about.index.linkEula' => 'Eindgebruikers Licentie Overeenkomst',
'controllers.about.index.visitForum' => 'Bezoek %%link%%',
'controllers.about.index.linkForum' => 'Plesk forum',
'controllers.about.index.followUs' => 'Ontmoet ons',
'controllers.about.index.visitSite' => 'Lees meer op %%link%%',
'controllers.about.index.linkSite' => 'plesk.com',
'controllers.about.index.visitBlog' => 'Vindt inspiratie via %%link%%',
'controllers.about.index.linkBlog' => 'Plesk Blog',

This way page changes according to your needs.
 
Last edited:
@IgorG,

Note to all:

Most of the code are not correct for the languages at the About Plesk page. Except the language.
 
Last edited:
I've checked the about page and do see some problems with this:

(PLESK_17_8_nl-NL_04_Oct_2018\SAP\nl-NL\messages_nl-NL.php)

PHP:
'controllers.about.index.index.title' => 'Over Plesk',
'controllers.about.index.index.linkLicenseManagement' => 'Ga naar licentiebeheer',
'controllers.about.index.index.copyright' => '© 2018 Plesk International GmbH. Alle rechten voorbehouden.',

Correct this to:
PHP:
'controllers.about.index.title' => 'Over Plesk',
'controllers.about.index.linkLicenseManagement' => 'Ga naar licentiebeheer',
'controllers.about.index.copyright' => '© 2018 Plesk International GmbH. Alle rechten voorbehouden.',

Updated:
PHP:
'controllers.about.index.linkEula' => 'Licentieovereenkomst voor eindgebruikers van Plesk (EULA)',
 

Attachments

  • PLESK_17_8_nl-NL_04_Oct_2018.zip
    409.2 KB · Views: 1
Last edited:
Back
Top