Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • alioztr Friend
    #159494

    I want to translate more button to my language, but i can not find more button text.

    I use jateline4 joomla 1,6

    how can i translate more button

    many thanks.

    John Wesley Brett Moderator
    #374372

    I don’t have this exact template installed…but look for this file:

    administrator/language/en-GB/en-GB.plg_system_jat3.ini
    – it is a simple text file.
    If it is not in that file…it should be one very near.

    Sorry I can’t be of SPECIFIC help…but you are now pointed in the right direction.

    Have fun!
    John.

    alioztr Friend
    #374381

    i can not find more text in administrator/language/en-GB/en-GB.plg_system_jat3.ini
    or other ini files.

    Where is it?

    Thanks

    John Wesley Brett Moderator
    #374382
    alioztr Friend
    #374386

    <em>@jbrett 218388 wrote:</em><blockquote>Check this post:
    http://www.joomlart.com/forums/topic/how-to-modify-you-are-here/</blockquote>

    There is no any article about more button in this link.

    splico123 Friend
    #374419

    All language files are located in administrator/language/en-GB folder or if you use US then last folder is en-US. Basically that folder is the folder of your installed joomla language that you are using. Of if you use dreamweaver then just search for exact words “Read more” and it should find your ini file.

    steinar Friend
    #374431

    <em>@splico123 218436 wrote:</em><blockquote> just search for exact words “Read more” and it should find your ini file.</blockquote>

    The Read more… after an intro is not the problem. The problem is MORE: as in «More articles:», located in the JA Newspro module. I myself have looked for it in several .ini files, though not methodically I must admit, and even added it in quite a few of them, all to no avail so far.

    Phill Moderator
    #374436

    A great progtam for finding strings such as these is the free wingrep (http://www.wingrep.com/. It is based on the inbuilt grep command from linux and allows you to search fro strings in files or folders.

    A quick search for MORE: revealed the following code in 3 files in modules>mod_janewspro>tmpl>…….

    <strong><?php echo JTEXT::_('MORE:ff')?></strong>

    The JTEXT::_ bit means there could be a translation for this but unfortunately the translation string appears to be missing. So it was then simple to add one of our own by opening administrator>language>en-GB>en-GB.plg_system_jat3.ini and adding the line below highlighted in red

    #_________________________Frontend-language___________________________#
    YOU ARE HERE=You are here
    MORE:=**Your String**
    SKIP TO CONTENT=Skip to content
    HOME PAGE TITLE=Welcome to the Frontpage

    Replacing **Your String** with whatever text you want to display.

    Do not forget to clear your JAT3 cache straight after your edit.

    actu9 Friend
    #375377

    Thanks Phill, very useful ! Could you tell me how to change the translation of “Read More” too ?:confused:

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 6 voices, and was last updated by  actu9 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum