Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Configuration menu text?


MattReid

Recommended Posts

Posted

Hi all

 

 

I've been all through admin/includes/languages and I just can't find where the text is defined for the admin Configuration sub-menu:

 

Administrators

My Store

Minimum Values

Maximum Values

Images

Customer Details

etc.

 

I want to change some of this text. Also, the text which appears in the right panel when one of the above sub-menu items is clicked on, for example by clicking 'Images' above you get:

 

Title

Small Images Width

Small Image Height

Heading Image Width

Heading Image Height

Subcategory Image Width

etc.

 

I want to change some of this text too. Where is it please?

Posted

I can only see this there:

 

// configuration box text in includes/boxes/configuration.php

define('BOX_HEADING_CONFIGURATION', 'Configuration');

define('BOX_CONFIGURATION_MYSTORE', 'My store');

define('BOX_CONFIGURATION_LOGGING', 'Logging');

define('BOX_CONFIGURATION_CACHE', 'Cache');

define('BOX_CONFIGURATION_ADMINISTRATORS', 'Administrators');

 

'My store' is still showing in my admin Configuration sub-menu as 'My Store'

 

 

 

And there are no occurrances in /admin/includes/languages/english.php of:

 

Minimum Values

Customer Details

 

or

 

Heading Image Width

Subcategory Image Width

Posted

OK got it, thank you.

 

 

 

Curse my pedantry and osC's strange Obsession With Capital Letters On Every Word. :blush:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...