r138: Updated en.php and language importer [lang_file_to_db.php] in preparation for...
[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 'action' => 'Action',
24 'add_component' => 'Add Component',
25 'add_new_priority' => 'Add New Priority',
26 'add_new_product' => 'Add New Product',
27 'add_new_resolution' => 'Add New Resolution',
28 'add_new_severity' => 'Add New Severity',
29 'add_new_status' => 'Add New Status',
30 'add_new_usergroup' => 'Add New Usergroup',
31 'add_new_version' => 'Add New Version',
32 'add_product' => 'Add Product',
33 'add_version' => 'Add Version',
34 'administration_x' => 'Administration - %1$s',
35 'bugstrike_login' => 'BugStrike Login',
36 'cant_delete_default_usergroup' => 'You can\'t delete a default usergroup.',
37 'confirm' => 'Confirm',
38 'confirm_delete_priority' => 'Are you sure you want to delete this priority? Doing so will revert all bugs to the default priority (which is set in the options panel)?',
39 'confirm_delete_product' => 'Are you sure you want to delete this product and all of it\'s sub-versions and components (as well as any bugs contained within those groups)?',
40 'confirm_delete_resolution' => 'Are you sure you want to delete this resolution? Doing so will revert all bugs to the default resolution (which is set in the options panel)?',
41 'confirm_delete_severity' => 'Are you sure you want to delete this severity? Doing so will revert all bugs to the default severity (which is set in the options panel)?',
42 'confirm_delete_status' => 'Are you sure you want to delete this status? Doing so will revert all bugs to the default status (which is set in the options panel)?',
43 'confirm_delete_usergroup' => 'Are you sure you want to delete this usergroup? All users in this group will be set back to the default registered usergroup (id: 2).',
44 'confirm_delete_version' => 'Are you sure you want to delete this version? Doing so will do x to the bugs with this version.',
45 'delete_wraplink' => '[Delete]',
46 'edit_priority' => 'Edit Priority',
47 'edit_priority_title' => 'Edit Priority - %1$s (priorityid: %2$s)',
48 'edit_product' => 'Edit Product',
49 'edit_product_title' => 'Edit Product - %1$s',
50 'edit_resolution' => 'Edit Resolution',
51 'edit_resolution_title' => 'Edit Resolution - %1$s (resolutionid: %2$s)',
52 'edit_severity' => 'Edit Severity',
53 'edit_severity_title' => 'Edit Severity - %1$s (severityid: %2$s)',
54 'edit_status' => 'Edit Status',
55 'edit_status_title' => 'Edit Status - %1$s (statusid: %2$s)',
56 'edit_usergroup' => 'Edit Usergroup',
57 'edit_version' => 'Edit Version',
58 'edit_version_title' => 'Edit Version - %1$s',
59 'edit_wraplink' => '[Edit]',
60 'email' => 'Email',
61 'error' => 'Error',
62 'fill_in_version_number' => 'Please fill in a version number.',
63 'global_versions' => 'Global Versions',
64 'go' => 'Go',
65 'go_back_and_fill_both_fields' => 'Please go back and fill in both fields.',
66 'guest' => 'Guest',
67 'invalid_admin_session_terminated' => 'Invalid admin session has been terminated.',
68 'login' => 'Login',
69 'new_priority' => 'New Priority',
70 'new_resolution' => 'New Resolution',
71 'new_severity' => 'New Severity',
72 'new_status' => 'New Status',
73 'new_usergroup' => 'New Usergroup',
74 'no' => 'No',
75 'number_of_users' => 'Number of Users',
76 'password' => 'Password',
77 'permissions_canadminbugs' => 'Can Administer Bug Reports',
78 'permissions_canadminfields' => 'Can Administer Additional Bug Fields',
79 'permissions_canadmingroups' => 'Can Administer Usergroups',
80 'permissions_canadminpanel' => 'Can Access Control Panel',
81 'permissions_canadmintools' => 'Can Administer Settings / Maintenance Tools',
82 'permissions_canadminusers' => 'Can Administer Users',
83 'permissions_canadminversions' => 'Can Administer Products / Components / Versions',
84 'permissions_canassign' => 'Can Assign Bugs',
85 'permissions_canbeassignedto' => 'Can Be Assigned Bugs',
86 'permissions_canchangestatus' => 'Can Change Status',
87 'permissions_caneditattach' => 'Can Manage All Attachments',
88 'permissions_caneditinfo' => 'Can Edit Bug Information',
89 'permissions_caneditothers' => 'Can Edit Others\' Bugs',
90 'permissions_caneditown' => 'Can Edit Own Bugs',
91 'permissions_cangetattach' => 'Can View Attachments',
92 'permissions_canpostcomments' => 'Can Post Comments',
93 'permissions_canputattach' => 'Can Upload/Edit Own Attachments',
94 'permissions_cansearch' => 'Can Search Bugs',
95 'permissions_cansubmitbugs' => 'Can Submit Bugs',
96 'permissions_cansubscribe' => 'Can Subscribe to Bugs',
97 'permissions_canviewbugs' => 'Can View Bugs',
98 'permissions_canvote' => 'Can Vote on Polls',
99 'permissions_group_admin' => 'Administrator Permissions',
100 'permissions_group_general' => 'General Permissions',
101 'permissions_group_moderation' => 'Moderation/Managment Permissions',
102 'permissions_group_posting' => 'Posting/Submitting Permissions',
103 'priority_display_order' => 'Display Order<div><dfn>The order in which the priorities are displayed. The higher the number, the lower down in the list it is.</dfn></div>',
104 'priority_manager' => 'Priority Manager',
105 'priority_title' => 'Priority Title<div><dfn>The title of this priority flag (eg: `Slated for Development` or `Address Now`)</dfn></div>',
106 'products_and_versions' => 'Products and Versions',
107 'products_versions' => 'Products / Versions',
108 'product_description' => 'Description<div><dfn>A short description of this product.</dfn></div>',
109 'product_display_order' => 'Display Order<div><dfn>The order in which the products are displayed.</dfn></div>',
110 'product_shortname' => 'Short Name<div><dfn>The name that can be used to submit email reports. This should be unique.</dfn></div>',
111 'product_title' => 'Title',
112 'redirect' => 'Redirect',
113 'reset' => 'Reset',
114 'resolution_display_order' => 'Display Order<div><dfn>The order in which the resolutions are displayed. The higher the number, the lower down in the list it is.</dfn></div>',
115 'resolution_manager' => 'Resolution Manager',
116 'resolution_title' => 'Resolution Title<div><dfn>The title of this resolution flag (eg: `Fixed` or `Bogus`)</dfn></div>',
117 'save_display_order' => 'Save Display Order',
118 'settinggroup_general' => 'General Options',
119 'settinggroup_reporting' => 'Bug Reporting Options',
120 'settinggroup_untouchables' => 'Untouchables',
121 '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.',
122 'setting_allowhtml_title' => 'Allow HTML in Bug Reports',
123 'setting_allownewreg_desc' => 'Can unregistered users be allowed to create accounts.',
124 'setting_allownewreg_title' => 'Allow New Registrations',
125 'setting_dateformat_desc' => 'Set the date format used for bug report and comment information. This is based on PHP\'s date() function.',
126 'setting_dateformat_title' => 'Date Format',
127 '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>.',
128 'setting_defaultassign_title' => 'Default Bug Assignment',
129 '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.',
130 'setting_defaultpriority_title' => 'Default Priority',
131 '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.',
132 'setting_defaultresolve_title' => 'Default Resolution',
133 'setting_defaultseverity_desc' => 'The default severity that is selected when creating a new bug report.',
134 'setting_defaultseverity_title' => 'Default Severity',
135 '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.',
136 'setting_defaultstatus_title' => 'Default Status',
137 'setting_moderatenewusers_desc' => 'All new users will have to be approved by the administration before being able to have normal user rights.',
138 'setting_moderatenewusers_title' => 'Moderate New Users',
139 'setting_sendwelcomemail_desc' => 'Setting this option to <em>yes</em> will send all new users, after they\'ve been verified, a welcoming email.',
140 'setting_sendwelcomemail_title' => 'Send New Use Welcome Email',
141 'setting_trackertitle_desc' => 'The global name of the bug tracker. Example: Iris Studios Bug Tracker',
142 'setting_trackertitle_title' => 'Tracker Title',
143 'setting_trackerversion_desc' => 'Do not touch this!',
144 'setting_trackerversion_title' => 'Tracker Version Number',
145 'setting_verifyemail_desc' => 'Setting this to yes will force all new users to verify their account with an email activation link.',
146 'setting_verifyemail_title' => 'Require Activation Email',
147 'setting_webmasteremail_desc' => 'The email address from which emails will be sent out.',
148 'setting_webmasteremail_title' => 'Webmaster Email Address',
149 'severity_display_order' => 'Display Order<div><dfn>The order in which the severities are displayed. The higher the number, the lower down in the list it is.</dfn></div>',
150 'severity_title' => 'Severity Title<div><dfn>The title of this severity flag (eg: `Major` or `Critical`)</dfn></div>',
151 'status_color' => 'Status Colour<div><dfn>The colour of the status. This will be displayed on bug listings page to make viewing easier. Note: you must enter the # sign if you are using HEX values.</dfn></div>',
152 'status_display_order' => 'Display Order<div><dfn>The order in which the statuses ar displayed.</dfn></div>',
153 'status_title' => 'Status Title<div><dfn>The title of this status flag (eg: `Confirmed` or `Closed (Fixed)`)</dfn></div>',
154 'submit' => 'Submit',
155 'usergroup' => 'Usergroup',
156 'usergroup_close_markup' => 'Closing Tag Markup<div><dfn>Place all closed HTML tags that will close any open HTML tags entered above.</dfn></div>',
157 'usergroup_details' => 'Usergroup Details',
158 'usergroup_display_title' => 'Display Title<div><dfn>This is the title that others will be able to see when comments are posted.</dfn></div>',
159 'usergroup_manager' => 'Usergroup Manager',
160 'usergroup_open_markup' => 'Opening Tag Markup<div><dfn>Place all open HTML tags here that will be wrapped around the username.</dfn></div>',
161 'usergroup_permission_settings' => 'Permission Settings',
162 'usergroup_title' => 'Usergroup Title',
163 'version_display_order' => 'Display Order<div><dfn>The order in which the versions are displayed.</dfn></div>',
164 'version_title' => 'Version Number<div><dfn>This is the version string for this product.</dfn></div>',
165 'wait_to_be_redirected' => 'Please wait to be redirected. If you are not redirected in a few seconds, click <a href="%1$s">here</a>.',
166 'yes' => 'Yes'
167 );
168
169 /*=====================================================================*\
170 || ###################################################################
171 || # $HeadURL$
172 || # $Id$
173 || ###################################################################
174 \*=====================================================================*/
175 ?>