source: branches/rsr.v5.1.1/web/punbb/lang/English/admin_ranks.php @ 4

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

passage en v5.1.1

File size: 1.1 KB
Line 
1<?php
2
3// Language definitions used in admin_ranks.php
4$lang_admin_ranks = array(
5
6'Must be integer message'       =>      'Minimum posts must be a positive integer value.',
7'Dupe min posts message'        =>      'There is already a rank with a minimun posts value of %s.',
8'Must enter title message'      =>      'You must enter a rank title.',
9'Rank added redirect'           =>      'Rank added. Redirecting 
',
10'Rank updated redirect'         =>      'Rank updated. Redirecting 
',
11'Rank removed redirect'         =>      'Rank removed. Redirecting 
',
12'Ranks head'                            =>      'Ranks',
13'Add rank subhead'                      =>      'Add rank',
14'Add rank info'                         =>      'Enter a rank and the minimum number of posts a user must have made to attain 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.',
15'Ranks enabled'                         =>      '<strong>User ranks is enabled in %s.</strong>',
16'Ranks disabled'                        =>      '<strong>User ranks is disabled in %s.</strong>',
17'Rank title label'                      =>      'Rank title',
18'Minimum posts label'           =>      'Minimum posts',
19'Actions label'                         =>      'Actions',
20'Edit remove subhead'           =>      'Edit/remove ranks',
21'No ranks in list'                      =>      'No ranks in list',
22
23);
Note: See TracBrowser for help on using the repository browser.