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_categories 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 admin-categories
$lang_admin_categories = array(

'Add category head'                =>    'Add category (create a new category at the specified position)',
'Add category info'                =>    'Your new category will not appear on the board index page until at least one forum is added to it. To create a new forum in this category or to move an existing forum to it go to the %s page.',
'Add category info link text'    =>    'forums',
'Add category legend'            =>    'Add new category',
'Add category'                    =>    'Add category',
'New category label'            =>    'New category name',
'Category name label'            =>    'Category name',
'Position label'                =>    'Position',
'Del category head'                =>    'Delete category (together with all forums and posts it contains)',
'Delete category'                =>    'Delete category',// submit button
'Select category label'            =>    'Select category',
'Confirm delete cat'            =>    'You are deleting the category "%s"',
'Delete category warning'        =>    '<strong>WARNING!</strong> Deleting a category will delete all forums and posts (if any) in that category!',
'Edit categories head'            =>    'Edit categories (change category names and/or positions)',
'Edit categories legend'        =>    'Edit categories',
'Edit category legend'            =>    'Edit category%s',
'Update all categories'            =>    'Update all categories',
'Categories updated'            =>    'Categories updated.',
'Category added'                =>    'Category added.',
'Category deleted'                =>    'Category deleted.',
'Must name category'            =>    'You must enter a name for the category',
'Must be integer'                =>    'Position must be a positive integer value',

);

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



Generated in 0.054 seconds, 8 queries executed