For instance, the following lines can be found in common.php and by default (in English), they appear as:
Code: Select all
'G_ADMINISTRATORS' => 'Administrators',
'G_BOTS' => 'Bots',
'G_GUESTS' => 'Guests',
'G_REGISTERED' => 'Registered users',
'G_REGISTERED_COPPA' => 'Registered COPPA users',
'G_GLOBAL_MODERATORS' => 'Global moderators',
'G_NEWLY_REGISTERED' => 'Newly registered users',
For instance, on this site, I have changed it to read:
Code: Select all
'G_ADMINISTRATORS' => 'Site Admins',
'G_BOTS' => 'Web Bots',
'G_GUESTS' => 'Guests',
'G_REGISTERED' => 'Members',
'G_REGISTERED_COPPA' => 'COPPA Members',
'G_GLOBAL_MODERATORS' => 'Site Moderators',
'G_NEWLY_REGISTERED' => 'New Members',
Disclaimer: When saving changes to your file and re-uploading it to your server, you need to ensure that it is saved as UTF-8 without BOM