source: trunk/web/punbb/lang/English/admin_categories.php @ 6

Last change on this file since 6 was 6, checked in by dj3c1t, 12 years ago

mise a jour du trunk

File size: 1.7 KB
Line 
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);
Note: See TracBrowser for help on using the repository browser.