Quote from: The Planet on February 14, 2004, 01:12:27 PM
Is it possible to change the language (or certain words) to UK English? E.g. Center = centre and Personalized = personalised.
Yes, of course, although I must admit I've never bothered! In fact, someone did make a english_UK.lng file for YSE 1.3.0 (which seems to have missed not just 'personalized' but four instances of 'center' or 'centered' apart from those which are just comments!), but it's really easy to make your own.
QuoteI've looked in the English Lng. file - can't find anything, but thought I'd changed the personalised text to UK - checked on my forum and it hasn't changed.
From a quick skim read:
$txt[208] = 'YaBB Admin Center';
$txt[229] = 'Personalized Picture';
$txt[256] = 'Centered';
$txt['yse281'] = 'Optimize Database';
$txt['yse283'] = 'Attempting to optimize your database...';
$txt['yse284'] = ' kb optimized.';
$txt['yse285'] = 'All of the tables were already optimized.';
$txt['yse285b'] = 'It wasn\'t necessary to optimize any tables.';
$txt['yse286'] = ' table(s) optimized.';
$txt[365] = 'Title BG Color';
$txt[366] = 'Title Text Color';
$txt[367] = 'Window BG Color';
$txt[368] = 'Window BG Color #2';
$txt[369] = 'Category BG Color';
$txt[370] = 'Table Border Color';
$txt[388] = 'News Fader Title Color';
$txt[389] = 'News Fader News Color';
$txt[640] = 'Window BG Color #3';
$txt[685] = $mbname . ' - Info Center';
$txt['yse_stats_1'] = 'Statistics Center';
$txt['package1'] = 'YaBBpak Center';
$txt['calendar28'] = 'Current Day Color';
$txt['calendar29'] = 'Birthday Color';
$txt['calendar30'] = 'Event Color';
$txt['calendar31'] = 'Holiday Color';
$txt['calendar48'] = 'Caption Color';
Might not have got them all, but you can search for any more that you find (remember to escape apostrophes with a \) with any text editor.