Topic: File 010 - admin_ranks

<?php

// Language definitions used in all admin files
$lang_admin_ranks = array(

'Rank head'                        =>    'Add, edit or remove ranks',
'Rank'                            =>    'Rank',
'Rank added'                    =>    'Rank added.',
'Title message'                    =>    'You must enter a rank title.',
'Min posts message'                =>    'Minimum posts must be a positive integer value.',
'Min posts occupied message'    =>    'There is already a rank with a minimum posts value of %s.',
'Rank updated'                    =>    'Rank updated.',
'Rank removed'                    =>    'Rank removed.',
'Add rank intro'                =>    'Enter a rank and the minimum number of posts that a user has to have to acquire the rank. Different ranks cannot have the same value for minimum posts. If a title is set for a user, the title will be displayed instead of any rank. For this to have any effect "<strong>User ranks</strong>" must be enabled in %s.',
'Add rank'                        =>    'Add rank',
'Add rank legend'                =>    'New rank details',
'Rank title label'                =>    'Rank title',
'Min posts label'                =>    'Minimum posts',
'Existing ranks legend'            =>    'Edit or remove existing user ranks',
'No ranks'                        =>    'No ranks in list.',
'Update'                        =>    'Update',
'Remove'                        =>    'Remove',
'New rank'                        =>    'Add new rank',
'Existing rank'                    =>    'Existing rank',

);