simberak Posted July 1, 2015 Share Posted July 1, 2015 Hello, at top left on our e-shop http://www.Jewelton.cz there is a sentence "Hello visitor, you can log in or register." I am able to translate it almost all, but the word "or" I cant find in translations... It is not there So I cant translate it. But it has to be somewhere when the "or" is showing... Can somebody help where to find this word for translating? Thank you very much... Daniel Link to comment Share on other sites More sharing options...
Julie_Liu Posted July 1, 2015 Share Posted July 1, 2015 Hi Daniel, It looks like it's broken up into the following text: Welcome visitor you can Login or Create an account. If you are able to "welcome visitor you can" and the others, it should be there. The alternative could also be that the "or" is hard coded into the theme. Have you reached out to the theme developer? Link to comment Share on other sites More sharing options...
simberak Posted July 2, 2015 Author Share Posted July 2, 2015 Hello Julie, thanks for answer, I now (dont know why now it appeared) found it as normal in translations So it is solved Now I cant find another phrase Could you help me please? in blockuserinfo (top right "Moje nastavení") on http://www.Jewelton.cz I want to translate one last phrase "My Account" to my language. The problem is, that under module translation there all other phrases, but that one "My Account" not... I tried to search it in other translation sections, but that phrase is nowhere. In tpl file the phrase is assigned to blockuserinfo normally as other phrases: <li><a class="logout" href="{$link->getPageLink('index', true, NULL, "mylogout")|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Log me out' mod='blockuserinfo'}"> <i class="icon icon-unlock-alt"></i>{l s='Sign out' mod='blockuserinfo'} </a></li> {else} <li><a class="login" href="{$link->getPageLink('my-account', true)|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Login to your customer account' mod='blockuserinfo'}"> <i class="icon icon-unlock-alt"></i>{l s='Sign in' mod='blockuserinfo'} </a></li> {/if} <li> <a href="{$link->getPageLink('my-account', true)|escape:'html':'UTF-8'}" title="{l s='My account' mod='blockmyaccount'}"><i class="icon icon-user"></i>{l s='My Account' mod='blockuserinfo'}</a> </li> Thanks in advance for any help Link to comment Share on other sites More sharing options...
MacRoy Posted July 2, 2015 Share Posted July 2, 2015 Hi! Go to the Location / Translations / Translation of installed modules, choose your language! Then go down to the module blockmyaccount, here you'll find what you want to translate. Best regards MacRoy Link to comment Share on other sites More sharing options...
simberak Posted July 2, 2015 Author Share Posted July 2, 2015 Hi MacRoy, thanks, I wrote you in other post that this didnt worked Link to comment Share on other sites More sharing options...
razaro Posted July 2, 2015 Share Posted July 2, 2015 HTML code looks different , what tpl file is that code from ? Think it could be nav.tpl but also check if there is themes/pf_maxxshop/modules/blockuserinfo/blockuserinfo.tpl or nav.tpl . Link to comment Share on other sites More sharing options...
Julie_Liu Posted July 2, 2015 Share Posted July 2, 2015 Are you trying to translate your entire website? If so, have you considered using a localization pack? Localization > Select your country > Import all information This should help you get your shop translated faster Link to comment Share on other sites More sharing options...
Recommended Posts