Jump to content
  • 0

Offline Payment Name Not Translated


thynan

Question

Hi!

 

In the clients "payment selection "view (...client/pay/method/) and the "payment confirmation" view (...client/pay/confirm/) the name of the "Offline Payment" method ist not translated. 

 

Other payment methods are translated correctly - only offline payment is not:

 

example:

post-10703-0-89867600-1431515569_thumb.p

 

my language file for the offline payment gateway (offline.php) looks like this:

<?php
$lang['Offline.name'] = "Vorauskasse";
$lang['Offline.instructions'] = "Anleitung";

// Errors
$lang['Offline.!error.instructions.valid'] = "Sie müssen Anweisungen angeben";

?>

What could be the problem here? 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

The name of the gateway is stored in the database in the language it was installed in. It's currently not possible to display it in different languages.

Any plan to change this way ?

Multilanguage system should have this basics .

The simple solution is to move from database to a file language .

Link to comment
Share on other sites

  • 0

We haven't yet looked at what it would take to make some of those language definitions more multi-lingual-friendly. I think they were added without translation originally because they were proper names, but that may need to be revised.

i hope this to be in the near future , as some easy task didn't need a long time to implement .

this task and the multi-language navigation link and some other minor change will have the same solution .

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...