Results 1 to 5 of 5

configuration.php translation

This is a discussion on configuration.php translation within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; hello I would like to translate the admin panel , I did most of it , but can not figure ...

      
  1. #1
    Member
    Join Date
    Mar 2007
    Posts
    48
    Rep Power
    0


    Default configuration.php translation

    hello

    I would like to translate the admin panel , I did most of it , but can not figure out where do i finde the right colum on in the :
    http://www.my-site.com/admin/configu...guration&gID=1

    and the pages of this colum ----> located on the left (in english version)
    Configuration
    My Store
    Minimum Values
    Maximum Values
    Images
    Customer Details
    Shipping/Packaging
    Product Listing
    Product Information
    Stock
    Logging
    Cache
    E-Mail Options
    Download
    GZip Compression
    Sessions
    WYSIWYG Editor 1.7
    Site Maintenance
    Page Cache Settings
    Accounts
    Affiliate Program
    Printable Catalog
    Dynamic MoPics
    SEO URLs

    Thank you
    Nimrod
    Last edited by yulises; 03-16-2007 at 05:11 AM.

  2. #2
    Member
    Join Date
    Dec 2006
    Posts
    83
    Rep Power
    6


    Default Re: configuration.php translation

    Hi Nimrod,
    I went poking around following where those are defined and they come directly from the database.
    For instance in your above example we see that in admin/includes/boxes/configuration.php shows us it does a database read for the items in the 'configuration_group' table. There we see the ID number , the NAME and , among other things a 1 or 0 telling us if it should be visible or not.
    I believe if you were to translate the words in configuration_group_title you will solve that problem. None of that stuff is seen by the customer so it could be in Klingon for all that it matters.

    As usual, do a BACKUP of your database BEFORE you mess with it.
    Last edited by Mushroom; 03-17-2007 at 02:47 PM.
    Now, If I only knew what I was doing!

  3. #3
    Member
    Join Date
    Mar 2007
    Posts
    48
    Rep Power
    0


    Default Re: configuration.php translation

    Thank you very much Mushroom ,
    I allready tried the data base , i change the font type to UTF-8 Unicode
    I tried to 2 different type of Hebrew , but no luck.
    Do you have any Idea what should I do or change to get it right ,

    Thanks in advance ,
    Nimrod

  4. #4
    Member
    Join Date
    Dec 2006
    Posts
    83
    Rep Power
    6


    Default Re: configuration.php translation

    Ah, Hebrew! There are a number of MySQL issues with Hebrew. Take a look at this site to start with.
    I found more specific issues solved Here on a PAY site.
    This one seems the most relevant.

    I am running on the assumption that you have a problem with the correct display reading from that table we had talked about.

    Good luck to you !
    Now, If I only knew what I was doing!

  5. #5
    Member
    Join Date
    Dec 2006
    Posts
    83
    Rep Power
    6


    Default Re: configuration.php translation

    In a private message to me you noted that you were getting output of ???? when trying to read Hebrew characters.
    Another gentleman had this problem and solved it by setting two server variables to utf8. 'character_set_server' and 'character_set_system'. Solved his problem.
    This is where it was discussed. You may wish to contact your host and see if this is implemented.
    Now, If I only knew what I was doing!

Similar Threads

  1. [REQ] French translation...
    By bwt in forum osCmax v2 Customization/Mods
    Replies: 10
    Last Post: 06-10-2006, 01:52 PM
  2. Swedish Translation
    By Jonthebest in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 09-18-2005, 10:39 PM
  3. Portugues language translation
    By jamlvs in forum osCMax v1.7 General Mods Discussion
    Replies: 5
    Last Post: 01-12-2005, 02:45 AM
  4. configuration table translation [es/de]
    By ddev in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 11-04-2002, 02:39 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •