Skip to forum content

URL Blacklist

Home of URL Checker Extension for PunBB 1.4 and 1.3

You are not logged in. Please login or register.

URL Blacklist - URL Checker extension now available for PunBB 1.4.1

Current release 0.5.2 -> Download


Post new reply

URL Blacklist → Sandbox → lang/admin_ranks 1.3.x → Post new reply

Post new reply

Compose and post your new reply

You may use: BBCode Images Smilies

All fields with bold label must be completed before the form is submitted.

Required information for guests


Required information

Topic review (newest first)

1

<?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',

);

URL Blacklist → Sandbox → lang/admin_ranks 1.3.x → Post new reply