r71: Relocating the master language PHP file.
[bugdar.git] / docs / en.php
1 <?php
2 /*=====================================================================*\
3 || ################################################################### ||
4 || # BugStrike [#]version[#]
5 || # --------------------------------------------------------------- # ||
6 || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
7 || # This file may not be reproduced in any way without permission. # ||
8 || # --------------------------------------------------------------- # ||
9 || # User License Agreement at http://www.iris-studios.com/license/ # ||
10 || ################################################################### ||
11 \*=====================================================================*/
12
13 // Language configuration variables
14 $cfg = array(
15 'title' => 'English (US)',
16 'languagecode' => 'en',
17 'charset' => 'ISO-8859-1',
18 'direction' => 'ltr'
19 );
20
21 // Phrase text
22 $language = array(
23 'settinggroup_general' => 'General Options',
24 'setting_allownewreg_title' => 'Allow New Registrations',
25 'setting_allownewreg_desc' => 'Can unregistered users be allowed to create accounts.',
26 'setting_verifyemail_title' => 'Require Activation Email',
27 'setting_verifyemail_desc' => 'Setting this to yes will force all new users to verify their account with an email activation link.',
28 'setting_moderatenewusers_title' => 'Moderate New Users',
29 'setting_moderatenewusers_desc' => 'All new users will have to be approved by the administration before being able to have normal user rights.',
30 'setting_webmasteremail_title' => 'Webmaster Email Address',
31 'setting_webmasteremail_desc' => 'The email address from which emails will be sent out.',
32 'setting_trackertitle_title' => 'Tracker Title',
33 'setting_trackertitle_desc' => 'The global name of the bug tracker. Example: Iris Studios Bug Tracker',
34 'settinggroup_untouchables' => 'Untouchables',
35 'setting_trackerversion_title' => 'Tracker Version Number',
36 'setting_trackerversion_desc' => 'Do not touch this!',
37 'setting_sendwelcomemail_title' => 'Send New Use Welcome Email',
38 'setting_sendwelcomemail_desc' => 'Setting this option to <em>yes</em> will send all new users, after they\'ve been verified, a welcoming email.',
39 'setting_usejsversions_title' => 'Use JavaScript Version Selects',
40 'setting_usejsversions_desc' => 'Setting this option to <em>yes</em> will allow all the version/component selection to be done on one page. This requires JavaScript, and if you have a lot of versions or components, it may take a while to load so you should set this to <em>no</em>. For most cases, <em>yes</em> should be fine.',
41 'settinggroup_reporting' => 'Bug Reporting Options',
42 'setting_allowhtml_title' => 'Allow HTML in Bug Reports',
43 'setting_allowhtml_desc' => 'Set this to <em>yes</em> if you want to allow users to post raw HTML in their bug reports. This is <strong>very</strong> dangerous and it is not recommended.',
44 'setting_defaultseverity_title' => 'Default Severity',
45 'setting_defaultseverity_desc' => 'The default severity that is selected when creating a new bug report.',
46 'setting_defaultpriority_title' => 'Default Priority',
47 'setting_defaultpriority_desc' => 'The default priority that will be selected when creating a new bug report. Depending on your permission setup, the user may not be able to set this in a new report so this will act as the value.',
48 'setting_defaultstatus_title' => 'Default Status',
49 'setting_defaultstatus_desc' => 'The default default that is selected when creating a new bug report. If a user can not assign a status, this will be the one inserted into the database.',
50 'setting_defaultresolve_title' => 'Default Resolution',
51 'setting_defaultresolve_desc' => 'This is the default bug resolution. If a user is not able to change this field, setting this will act as the default value.',
52 'setting_defaultassign_title' => 'Default Bug Assignment',
53 'setting_defaultassign_desc' => 'This is the default developer new bugs will be assigned to. If a user does not have permisssion to assign bugs, this will be the default. If you don\'t want any default assignment, leave this as <em>Not Selected</em>.',
54 'setting_dateformat_title' => 'Date Format',
55 'setting_dateformat_desc' => 'Set the date format used for bug report and comment information. This is based on PHP\'s date() function.',
56 'guest' => 'Guest'
57 );
58
59 /*=====================================================================*\
60 || ###################################################################
61 || # $HeadURL$
62 || # $Id$
63 || ###################################################################
64 \*=====================================================================*/
65 ?>