- Code: Select all
// Visit counter
'VISIT_COUNTER' => 'The board was visited by <b>%d</b> members since 28 October 2008',
'VISI_COUNTER_BLEM' => 'Could not update counter information',
// Visit counter
just after
- Code: Select all
'default_dateformat' => 'D M d, Y g:i a',
like this :
- Code: Select all
// The default dateformat which will be used on new installs in this language
// Translators should change this if a the usual date format is different
'default_dateformat' => 'D M d, Y g:i a', // Mon Jan 01, 2007 1:37 pm
// Visit counter
'VISIT_COUNTER' => 'The board was visited by <b>%d</b> members since 28 October 2008',
'VISI_COUNTER_BLEM' => 'Could not update counter information',
// Visit counter
));
// Contact Admin mod
$lang = array_merge($lang, array(
'CONTACT_ADMIN' => 'Contact - Site Admin',
'CONTACT_SUBJECT' => 'Forum problem',
'HAVING_A_PROBLEM' => 'Having a problem?',
));




