Jump to content

"MaikelVE Group" in Dutch translation


Webcanyon

Recommended Posts

Hi,

there seems to be an error in the latest dutch translation, causing "MaikelVE Group" to show up on different places:

2rNz9uJ.png

image.png.64d516bdd15056ca579b0959081469f7.png

 

Googling around you see a lot of instances now showing the text: Google

It's because the fact that the brand name "MaikelVE Group" is in the translation file:

image.png.a2b090df00530aeee86407388f752fd3.png

image.png.303eeaa71a6c88548fc9e7e62bdd03b5.png

 

I have submitted a bug report to get it fixed. In the mean time you can adjust it yourself by editting /lang/dutch.php. Change:

$_LANG['globalsystemname'] = "MaikelVE Group";
$_LANG['feedbackimprove'] = "Hoe kunnen we je ervaring in het algemeen met MaikelVE Group verbeteren?";

to:

$_LANG['globalsystemname'] = "Klantensysteem Home;
$_LANG['feedbackimprove'] = "Hoe kunnen we je ervaring in de toekomst verbeteren?";

 

Cheers

 

 

Link to comment
Share on other sites

Apparantly there are 2 more that needs to bee adjusted:

From:

$_LANG['invoicefilename'] = "MVEGRP-";
$_LANG['quotefilename'] = "MVEGRP-Offerte-";

To:

$_LANG['invoicefilename'] = "Factuur-";
$_LANG['quotefilename'] = "Quote-";

In the mean time I got feedback from WHMCS that this issue is known as "CORE-11931". There is no sight on an fix yet, but the official workarround is:

  1. In your ~/lang/ folder, create a directory called overrides
  2. In this ~/lang/overrides/ directory, create a filed called dutch.php
  3. In the ~/lang/overrides/dutch.php file, add the following lines:
<?php
$_LANG['globalsystemname'] = "Klantensysteem Home";
$_LANG['feedbackimprove'] = "Hoe kunnen we uw ervaring in de toekomst verbeteren?";
$_LANG['invoicefilename'] = "Factuur-";
$_LANG['quotefilename'] = "Quote-";
Link to comment
Share on other sites

  • 1 month later...

Hi Alex,

Untill its an stable version ill keep it with the temp fix :- ) Just to be sure.

Also, still till now I couldnt find anywhere to buy/or download already translated  email templates for our dutchies... I know u can translate all manual 1 by 1 but that requires allot of time, i'd rather get proper ready made ones..
You have any suggestion where i could find the translated e-mail templates for Dutch?

Appreciated allot mate!

Link to comment
Share on other sites

7 minutes ago, JohnnyL said:

You have any suggestion where i could find the translated e-mail templates for Dutch?

have you tried contacting maikelve directly?? i'm assuming if those strings where in the Dutch files, they must have written the file themselves... whether they would want to sell/provide for free though, I don't know...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated