|
Hi,
I did this to my store, worked for me, it seems the defines for the heading text are some missing or in other places, making it confusing. Hope it helps.
Use you ftp program to log into your web and if you open in ftp this location on your web /www/your_shop/includes/languages folder, add the following list of defines around line 180 after the // US Foramt section.
Replace (your_shop) with whatever directory you had installed CRE to.
This can be added to any of the language file example: french.php or german.php or whatever language you using/
// BOX HEADINGS SECTION
define('BOX_HEADING_CATEGORIES', 'Categories'); define('BOX_HEADING_CATEGORIES_MAIN_PAGE', 'Categories'); define('BOX_HEADING_BESTSELLERS_IN', 'Bestsellers in<br> '); define('BOX_HEADING_NOTIFICATIONS', 'Notifications'); define('BOX_HEADING_CUSTOMER_WISHLIST', 'My Wish List'); define('BOX_HEADING_CUSTOMER_WISHLIST_HELP', 'Wish List Help'); define('BOX_HEADING_SEND_WISHLIST', 'Send your Wish List'); define('BOX_HEADING_INFORMATION', 'Info System'); define("BOX_HEADING_CUSTOMER_WISHLIST_VIEW","My Wish List View"); define('BOX_HEADING_ARTICLES', 'Articles'); define('BOX_HEADING_AUTHORS', 'Articles by Author'); define('BOX_HEADING_GIFT_VOUCHER', 'Gift Voucher Account'); define('BOX_HEADING_REVIEWS', 'Reviews'); define('BOX_HEADING_MANUFACTURER_INFO' ,'Manufacturer Info'); define('BOX_HEADING_SEARCH', 'Search'); define('BOX_HEADING_LANGUAGES', 'Languages'); define('BOX_HEADING_CURRENCIES', 'Currencies'); define('BOX_HEADING_LOGIN', 'LOGIN'); define('BOX_HEADING_MANUFACTURERS', 'Manufacturers'); define('BOX_HEADING_TELL_A_FRIEND', 'Tell a Friend'); define('BOX_HEADING_FEATURED', 'Featured Products'); define('BOX_HEADING_WHOS_ONLINE', 'Who's Online'); define('BOX_HEADING_WHATS_NEW', 'What's New'); define('BOX_HEADING_SPECIALS', 'Specials'); define('BOX_HEADING_QUICK_SEARCH', 'QUICK FIND'); define('BOX_HEADING_SHOPPING_CART', 'Shopping Cart'); define('BOX_HEADING_CUSTOMER_ORDERS', 'Customer Orders'); define('BOX_HEADING_BESTSELLERS', 'BestSellers');
Save the file.
Now go into the admin of your store and use the edit language defines and scroll to the above listing, you can edit the tex in between quotee ' ' it to show whatever you want in your web.
Let me know if it works for you, it worked for me when I was trying to install another language on mine.
Cheers.
|