1 | <?php |
---|
2 | |
---|
3 | // Language definitions used in admin-categories.php |
---|
4 | $lang_admin_categories = array( |
---|
5 | |
---|
6 | 'Must enter name message' => 'You must enter a name for the category', |
---|
7 | 'Category added redirect' => 'Category added. Redirecting âŠ', |
---|
8 | 'Category deleted redirect' => 'Category deleted. Redirecting âŠ', |
---|
9 | 'Delete category head' => 'Delete category (together with all forums and posts it contains)', |
---|
10 | 'Confirm delete subhead' => 'Confirm delete category', |
---|
11 | 'Confirm delete info' => 'Are you sure that you want to delete the category <strong>%s</strong>?', |
---|
12 | 'Delete category warn' => '<strong>WARNING!</strong> Deleting a category will delete all forums and posts (if any) in this category!', |
---|
13 | 'Must enter integer message' => 'Position must be a positive integer value.', |
---|
14 | 'Categories updated redirect' => 'Categories updated. Redirecting âŠ', |
---|
15 | 'Add categories head' => 'Add categories', |
---|
16 | 'Add categories subhead' => 'Add categories', |
---|
17 | 'Add category label' => 'Add a new category', |
---|
18 | 'Add new submit' => 'Add new', |
---|
19 | 'Add category help' => 'The name of the new category you want to add. You can edit the name of the category later (see below). Go to %s to add forums to your new category.', |
---|
20 | 'Delete categories head' => 'Delete categories', |
---|
21 | 'Delete categories subhead' => 'Delete categories', |
---|
22 | 'Delete category label' => 'Delete a category', |
---|
23 | 'Delete category help' => 'Select the name of the category you want to delete. You will be asked to confirm your choice of category for deletion before it is deleted.', |
---|
24 | 'Edit categories head' => 'Edit categories', |
---|
25 | 'Edit categories subhead' => 'Edit categories', |
---|
26 | 'Category position label' => 'Position', |
---|
27 | 'Category name label' => 'Name', |
---|
28 | |
---|
29 | ); |
---|